/* =========================
   GLOBAL / BACKGROUND
========================= */
html, body {
  margin: 0;
  min-height: 100%;
  background: #0b132b;          /* navy overscroll color */
  overscroll-behavior: none;
}

body {
  /* Space background stays on the viewport */
  background: #0b132b url("images/space.png") center center no-repeat fixed;
  background-size: cover;

  color: white;
  font-family: Arial, sans-serif;

  /* Keeps content from hiding under fixed navbar */
  padding-top: 50px;            /* adjust 50–95 if needed */
}

/* Overlay for readability */
.bg-overlay {
  position: fixed;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.55),
    rgba(0,0,0,0.45),
    rgba(0,0,0,0.30)
  );
  pointer-events: none;
  z-index: 0;
}

/* Keep page content above overlay (DO NOT override nav position) */
body > *:not(.bg-overlay):not(nav) {
  position: relative;
  z-index: 1;
}

/* Navbar always above overlay/content */
nav.navbar.fixed-top {
  z-index: 1050;
}

/* =========================
   NAVBAR
========================= */
.nav-glass {
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(6px);
}

.navbar-brand {
  margin-left: 30px;
}

.brand-logo {
  width: 100px;
  height: auto;
  display: block;
}

.navbar-brand span {
  font-size: 2.4rem;
  font-weight: 800;
  letter-spacing: 0.8px;
}

.navbar-nav {
  margin-right: 40px;
}

/* Desktop nav link sizing/spacing */
.navbar-nav .nav-link {
  font-size: 1.4rem;
  font-weight: 800;
  margin-left: 100px;
}

/* Mobile/tablet behavior */
@media (max-width: 992px) {
  body { padding-top: 85px; }

  .navbar-brand span {
    font-size: 1.8rem;
  }

  .navbar-nav .nav-link {
    margin-left: 0;
    padding: 12px 0;
    text-align: center;
    font-size: 1.2rem;
  }

  .navbar-nav {
    margin-right: 0;
    text-align: center;
  }

  .navbar-collapse {
    background: rgba(0,0,0,0.75);
    padding: 12px 16px;
    border-radius: 12px;
    margin-top: 10px;
  }
}

/* =========================
   HERO
========================= */
.hero {
  min-height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 1px;
  padding-bottom: 1px;
}

.hero-title {
  font-size: 3rem;
  font-weight: 800;
}

.hero-subtitle {
  color: rgba(255, 255, 255, 0.8);
  margin-top: 8px;
  margin-bottom: 6px;
}

.hero-contact {
  margin-top: 0px;
  display: inline-flex;
  align-items: center;
  gap: 0px;
}

.contact-icon {
  width: 20px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
  filter: drop-shadow(0 0 6px rgba(0, 229, 255, 0.55));
}

.contact-email {
  font-size: 1.05rem;
  font-weight: 700;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.95);
  transition: opacity 0.2s ease;
  line-height: 1;
}

.contact-email:hover {
  opacity: 1;
  text-decoration: underline;
}

/* =========================
   SECTIONS
========================= */
.section {
  padding: 25px 0;
}

/* Ensure no section paints a solid background */
section, header, footer, .container, .container-fluid {
  background: transparent !important;
}

/* =========================
   ICONS / CARDS
========================= */
.icon {
  width: 60px;
  margin-bottom: 15px;
}

/* MASTER GLASS LOOK */
.glass-card {
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

/* =========================
   CTA BUTTON
========================= */
.btn-cta {
  padding: 12px 30px;
  border-radius: 8px;
  background: rgba(0, 229, 255, 0.3);
  border: 1px solid #00E5FF;
  color: white;
  font-weight: bold;
}

.btn-cta:hover {
  background: rgba(0, 229, 255, 0.6);
}

/* =========================
   FOUNDATION
========================= */
#foundation {
  margin-top: -60px;
  padding-top: 1px;
}

.foundation-card {
  max-width: 1600px;
  width: 100%;
  padding: 40px;
  text-align: center;
}

.foundation-title {
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.foundation-subtitle {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.8);
}

/* OLD COLUMN FORMAT (kept, but disabled so it doesn't interfere) */
.foundation-columns {
  display: none; /* prevents old checklist columns from showing */
  justify-content: center;
  gap: 120px;
  text-align: left;
  margin-top: 20px;
}

.foundation-columns ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.foundation-columns li {
  padding: 8px 0;
  font-size: 1.5rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
}

.foundation-columns li::first-letter {
  color: #00E5FF;
  font-weight: 900;
}

/* NEW: 2-COLUMN FOUNDATION STATEMENTS (3 LEFT / 3 RIGHT)
   + vertical accent line + subtle glow + balanced spacing */
.foundation-statements {
  display: flex;
  justify-content: center;
  gap: 120px;                /* space between columns */
  margin-top: 32px;
}

.foundation-block {
  display: flex;
  flex-direction: column;
  gap: 18px;                 /* EVEN vertical spacing */
  padding-left: 28px;
  border-left: 3px solid #00E5FF; /* Vertical Accent Line */
  min-width: 380px;          /* Keeps balance */
}

.foundation-block span {
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0.6px;
  color: rgba(255,255,255,0.92);
  line-height: 1.3;

  /* Subtle glow */
  text-shadow: 0 0 8px rgba(0,229,255,0.25);
}

/* Responsive */
@media (max-width: 992px) {
  .foundation-statements {
    flex-direction: column;
    gap: 28px;
    align-items: center;
  }

  .foundation-block {
    min-width: auto;
    width: 100%;
    max-width: 500px;
  }
}

/* =========================
   SERVICES (UPDATED ONLY)
   - NO big services-card glass background
   - 8 individual glass boxes (4x2)
========================= */
.services-title {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 10px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  justify-items: center;
}

.service-box {
  width: 100%;
  max-width: 280px;

  border-radius: 18px;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.10);

  padding: 22px 16px;
  text-align: center;

  transition: transform 0.18s ease, border-color 0.18s ease;
}

.service-box:hover {
  transform: translateY(-3px);
  border-color: rgba(0, 229, 255, 0.40);
}

.service-icon {
  width: 62px;
  height: auto;
  margin-bottom: 12px;
  filter: drop-shadow(0 0 10px rgba(0, 229, 255, 0.35));
}

.service-box h5 {
  margin-top: 6px;
  font-weight: 800;
}

.service-desc {
  margin: 8px auto 10px auto;
  color: rgba(255,255,255,0.80);
  font-weight: 650;
  line-height: 1.25;
  min-height: 44px; /* keeps rows even */
  max-width: 28ch;
}

.service-price {
  font-weight: 900;
  color: #00E5FF;
  margin: 0;
}

/* responsive */
@media (max-width: 1200px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 576px) {
  .services-grid { grid-template-columns: 1fr; }
}

/* =========================
   PACKAGES (CENTERED + BALANCED + BIGGER ICON)
========================= */

.section-title{
  font-size: 2.2rem;
  font-weight: 800;
  letter-spacing: .5px;
}

.package-card{
  border-radius: 20px;
  padding: 45px 35px;
  text-align: center;
}

/* Header layout now vertical + centered */
.package-head{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  margin-bottom: 28px;
}

/* Bigger icons */
.package-icon{
  width: 100px;
  height: 100px;
}

/* Package name */
.package-name{
  margin: 0;
  font-size: 1.7rem;
  font-weight: 900;
}

/* Price styling */
.package-price{
  font-size: 1.5rem;
  font-weight: 900;
  color: #00E5FF;
}

/* Centered list */
.package-list{
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}

/* List items */
.package-list li{
  position: relative;
  padding-left: 30px;
  font-size: 1.2rem;
  font-weight: 650;
  color: rgba(255,255,255,0.92);
  text-align: center;
}

/* Check mark styling */
.package-list li::before{
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #00E5FF;
  font-weight: 900;
}

/* Sub-note */
.package-note{
  margin-top: 22px;
  font-size: 1.05rem;
  color: rgba(255,255,255,0.78);
  font-weight: 700;
}



/* =========================
   FOOTER
========================= */
.footer-disclaimer {
  padding: 40px 20px;
  font-size: 0.95rem;
  background: transparent;
}

.disclaimer-text {
  color: rgba(255,255,255,0.7);
  max-width: 900px;
  margin: 0 auto 20px auto;
}

.footer-bottom {
  font-weight: 600;
  letter-spacing: 1px;
}

/* Star stays blue */
.veteran-icon{
  color: #00E5FF;
  margin-left: 6px;
  filter: drop-shadow(0 0 6px rgba(0,229,255,0.60));
}