/* ========================================
   Laravel Welcome Fallback Styles
   ======================================== */
/*! tailwindcss v4.0.7 | MIT License | https://tailwindcss.com */


/* ========================================
   Theme Tokens And Base
   ======================================== */
:root {
  --navy-950: #010101;
  --navy-900: #010101;
  --navy-800: #010101;
  --navy-700: #010101;
  --navy-100: #e8e8e8;
  --red-500: #c32129;
  --red-600: #c32129;
  --red-100: #f4d6d8;
  --mist: #f4f7fb;
}
@import url('https://fonts.googleapis.com/css2?family=initial:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
font-family: "Poppins" !important;
}
body {
font-family: "Poppins" !important;
  color: var(--navy-900);
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.hero-gradient {
  background: linear-gradient(rgba(1, 1, 1, 0.84), rgba(1, 1, 1, 0.8)), url("https://images.unsplash.com/photo-1544027993-37dbfe43562a?q=80&w=2070&auto=format&fit=crop");
  background-size: cover;
  background-position: center;
}

.section-shell {
  position: relative;
  overflow: hidden;
}

.section-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(1, 1, 1, 0.02), transparent 46%, rgba(195, 33, 41, 0.03));
  pointer-events: none;
}

.homepage-section {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
}



.homepage-section-soft {
  background:
    radial-gradient(circle at top right, rgba(195, 33, 41, 0.035), transparent 18%),
    radial-gradient(circle at bottom left, rgba(8, 31, 58, 0.04), transparent 26%),
    linear-gradient(180deg, #f7f9fc 0%, #eff4f9 100%);
}

.homepage-section-about {
  background:
white;
}

.homepage-section-programs {
  background:
    radial-gradient(circle at top center, rgba(195, 33, 41, 0.025), transparent 18%),
    linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
}

.homepage-section-faq {
  background:#f5f5f5;
    
}

.homepage-section-insights {
  background:#ffffff;
}

.homepage-section-news {
  background:#f5f5f5;
}

.homepage-section-contact {
  background:
    radial-gradient(circle at top left, rgba(195, 33, 41, 0.06), transparent 18%),
    radial-gradient(circle at bottom right, rgba(8, 31, 58, 0.045), transparent 22%),
    linear-gradient(180deg, #fbfcfe 0%, #f2f6fb 100%);
}

.homepage-insights-list {
  background: transparent;
}

.homepage-contact-grid {
  opacity: 0.03 !important;
}

img[src*="Website-"] {
  display: none !important;
}

.footer-redesign .footer-decoration img[src*="Website-"] {
  display: block !important;
}

.home-about-decoration,
.investment-decoration,
.services-decoration,
.consultation-decoration,
.about-architects-pattern,
.about-vision-pattern,
.about-mission-pattern,
.leadership-pattern,
.our-programs-decoration {
  display: none !important;
}


/* ========================================
   Shared Surface Styles
   ======================================== */
.glass-panel {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 253, 0.92));
  backdrop-filter: blur(18px);
  border: 1px solid rgba(8, 31, 58, 0.08);
  box-shadow: 0 20px 50px rgba(8, 31, 58, 0.08);
}

.navy-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 249, 252, 0.95));
  border: 1px solid rgba(8, 31, 58, 0.08);
  box-shadow: 0 18px 42px rgba(8, 31, 58, 0.08);
  border-radius: 1.5rem;
  transition:
    box-shadow 0.3s ease,
    transform 0.3s ease,
    border-color 0.3s ease;
}

.navy-card:hover {
  box-shadow: 0 26px 60px rgba(8, 31, 58, 0.12);
  border-color: rgba(195, 33, 41, 0.14);
  transform: translateY(-6px);
}

.site-card-surface,
.glass-panel,
.navy-card,
.homepage-metric-card,
.home-services-section .service-card,
.service-row-card,
.home-consultation-section .consultation-form-card,
.single-program-page .program-highlight-card,
.about-leadership-section .leadership-card,
.our-programs-image,
.investment-program-image {
  border-radius: 0 !important;
}

.our-programs-image::before,
.investment-program-image::before {
  height: 6px !important;
}

.program-card-flat {
  border-radius: 0 !important;
}

.navy-chip {
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.navy-cta {
  background: linear-gradient(135deg, var(--navy-900), var(--navy-700));
  box-shadow: 0 18px 38px rgba(1, 1, 1, 0.34);
}

.accent-cta {
  background: linear-gradient(135deg, #c3212991, #c32129cf);
  box-shadow: 0 18px 38px rgba(195, 33, 41, 0.28);
}

.accent-ring {
  box-shadow: 0 0 0 1px rgba(195, 33, 41, 0.45), 0 14px 34px rgba(195, 33, 41, 0.18);
}

/* ========================================
   Header And Navigation
   ======================================== */
.hero-slide {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.7s ease, visibility 0.7s ease, transform 0.7s ease;
  transform: scale(1.02);
}

.hero-slide.is-active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.hero-slider-dot {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.2);
  transition: all 0.25s ease;
}

.hero-slider-dot.is-active {
  width: 2rem;
  background: #ffffff;
  border-color: #ffffff;
}

/* Homepage hero styles */
.home-hero-section {
  position: relative;
  overflow: hidden;
  min-height: 90vh;
  max-height: 100vh;
  padding-top: 5.5rem;
}

.home-hero-slide img {
  object-fit: cover;
  object-position: center;
}

.home-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgb(0 0 0) 0%, rgb(0 0 0 / 92%) 21%, rgba(0, 0, 0, 0.56) 40%, rgba(0, 0, 0, 0.16) 58%, rgba(0, 0, 0, 0.08) 74%, rgba(0, 0, 0, 0.14) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0) 28%, rgba(0, 0, 0, 0.42) 100%);
  pointer-events: none;
}

.home-hero-bottom-fade {
  position: absolute;
  inset-x: 0;
  bottom: 0;
  height: 34%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}

.home-hero-content {
  padding: 5rem 0 4.5rem;
}

.home-hero-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.2rem;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: bold;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin-bottom: 1.75rem;
  backdrop-filter: blur(18px);
}

.home-hero-title {
  color: #ffffff;
  font-size: clamp(3.5rem, 3.8vw, 6.3rem);
  line-height: 1.02;
  margin-bottom: 1.2rem;
      font-weight: 200;
  letter-spacing: -0.03em;
  text-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
}

.home-hero-title span {
  color: #e31b23;
}

.home-hero-copy {
  margin: 0 auto 2.25rem;
  max-width: 720px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.2rem, 1.2vw, 1.28rem);
  line-height: 1.9;
}

.home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
}

.home-hero-button {
  min-width: 220px;
    padding: 0.5rem 1.6rem;
    font-size: 1.5rem;
  font-weight: bold;
  color: #ffffff;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.home-hero-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 20px 38px rgba(195, 33, 41, 0.26);
}

@media (max-width: 1024px) {
  .home-hero-section {
    min-height: 80vh;
  }

  .home-hero-content {
    padding: 5rem 1.25rem 4rem;
  }

  .home-hero-title {
    font-size: clamp(3rem, 6vw, 5rem);
  }

  .home-hero-copy {
    font-size: 1.05rem;
  }

  .home-hero-button {
    min-width: 190px;
    padding: 0.95rem 2.2rem;
  }
}

@media (max-width: 640px) {
  .home-hero-title {
    font-size: clamp(2rem, 8vw, 3rem);
  }

  .home-hero-copy {
    font-size: 0.95rem;
    max-width: 100%;
  }

  .home-hero-actions {
    flex-direction: column;
    width: 100%;
  }

  .home-hero-button {
    width: 100%;
  }
}

.home-hero-stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.5rem;
  margin-top: 2rem;
}

.home-hero-stat {
  min-width: 12rem;
}

.home-hero-stat-value {
  color: #ffffff;
  font-size: clamp(3.4rem, 4.8vw, 5.4rem);
  font-weight: bold;
  line-height: 0.95;
  letter-spacing: -0.04em;
  text-shadow: 0 16px 30px rgba(0, 0, 0, 0.2);
}

.home-hero-stat-label {
  margin-top: 0.75rem;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.95rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .home-hero-stats {
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
    margin-top: 1.6rem;
  }

  .home-hero-stat-value {
    font-size: clamp(2.4rem, 6vw, 3.4rem);
  }
}

@media (max-width: 768px) {
  .home-hero-stats {
    grid-template-columns: 1fr;
    gap: 0.875rem;
    margin-top: 1.5rem;
  }

  .home-hero-stat-value {
    font-size: 2.25rem;
  }
}

.homepage-metrics-section {
    background: radial-gradient(circle at top left, rgba(195, 33, 41, 0.13), transparent 30%), radial-gradient(circle at right center, rgba(255, 255, 255, 0.05), transparent 22%), linear-gradient(180deg, #000000 0%, #000000 52%, #000000 100%);
}

.homepage-metrics-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 1rem;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.7rem;
  font-weight: bold;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  backdrop-filter: blur(18px);
}

.homepage-metrics-glow {
  position: absolute;
  border-radius: 9999px;
  filter: blur(80px);
  pointer-events: none;
  opacity: 0.9;
}

.homepage-metrics-glow-left {
  top: 2rem;
  left: -5rem;
  width: 12rem;
  height: 12rem;
  background: rgba(195, 33, 41, 0.15);
}

.homepage-metrics-glow-right {
  right: -4rem;
  bottom: 2rem;
  width: 14rem;
  height: 14rem;
  background: rgba(255, 255, 255, 0.06);
}

.homepage-metric-card {
  background:
     background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)), linear-gradient(135deg, rgb(195 33 41), rgba(1, 1, 1, 0.92));
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 20px 50px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(18px);
  transition:
    transform 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}

.homepage-metric-card:hover {
  transform: translateY(-6px);
  border-color: rgba(195, 33, 41, 0.35);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 24px 60px rgba(0, 0, 0, 0.38),
    0 0 0 1px rgba(195, 33, 41, 0.08);
}

.homepage-metric-card-topline {
  position: absolute;
  top: 0;
  left: 2rem;
  width: 5.5rem;
  height: 3px;
  border-radius: 9999px;
  background: linear-gradient(90deg, #c32129, rgba(195, 33, 41, 0.15));
}

.homepage-metric-card-orb {
  position: absolute;
  top: -2.5rem;
  right: -2rem;
  width: 8rem;
  height: 8rem;
  border-radius: 9999px;
  background: radial-gradient(circle, rgba(195, 33, 41, 0.24), transparent 68%);
  filter: blur(10px);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.homepage-metric-card:hover .homepage-metric-card-orb {
  transform: scale(1.06);
  opacity: 1;
}

.homepage-metric-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 9999px;
  border: 1px solid rgba(195, 33, 41, 0.24);
  background: linear-gradient(180deg, rgba(195, 33, 41, 0.2), rgba(195, 33, 41, 0.08));
  color: #ffffff;
  box-shadow:
    0 0 0 6px rgba(195, 33, 41, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.homepage-metric-icon svg {
  width: 1.45rem;
  height: 1.45rem;
}

.homepage-metric-number {
  margin-top: 0.25rem;
  font-size: clamp(2.5rem, 4.5vw, 4rem);
  line-height: 0.95;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: -0.04em;
  text-shadow: 0 14px 30px rgba(0, 0, 0, 0.3);
}

.homepage-metric-divider {
  margin-top: 1.3rem;
  width: 5rem;
  height: 2px;
  border-radius: 9999px;
  background: linear-gradient(90deg, #c32129 0%, rgba(255, 255, 255, 0.12) 100%);
}

@media (max-width: 768px) {
  .homepage-metrics-section {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .homepage-metric-card-topline {
    left: 1.5rem;
  }
}

.nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #292929;
  text-decoration: none;
  font-size: 13px !important;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.nav-link-home {
  color: black;
}

.nav-link:hover,
.nav-link.active {
  color: #d71920;
}

.nav-link::after {
  display: none;
}

/* Header centered logo + top navigation */
#header {
  overflow: visible;
}

.site-header-custom {
  position: relative;
  z-index: 1000;
  width: 100%;
  height: 54px;
  background: #ffffff;
  box-shadow: 0 1px 0 rgba(17, 17, 17, 0.06), 0 6px 18px rgba(17, 17, 17, 0.04);
}

#navContainer.header-container {
  width: min(1180px, calc(100% - 48px));
  height: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  overflow: visible;
}

.desktop-header-nav {
  display: none;
  width: 100%;
}

.nav-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-nav-left,
.header-nav-right {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 24px;
  min-width: 0;
  flex: 1 1 0;
}

.header-nav-left {
  justify-content: flex-end;
  margin-right: 92px;
}

.header-nav-right {
  justify-content: flex-start;
  margin-left: 92px;
}

.header-dropdown {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.header-dropdown::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 18px;
}

.header-dropdown .dropdown-panel {
  display: block !important;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  min-width: 260px;
  padding: 10px 0;
  border-radius: 14px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  z-index: 90;
}

.header-dropdown:hover .dropdown-panel,
.header-dropdown:focus-within .dropdown-panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

button.nav-link {
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  font: inherit;
}
#top {
    scroll-margin-top: 100px;
        scroll-behavior: smooth;

}
.header-logo-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 100px;
  transform: translate(-50%, -35%);

  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  overflow: hidden;
}

.header-logo-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  background: transparent;
  border-radius: 9999px;
  cursor: pointer;
  transition: transform 0.25s ease;
}

.header-logo-link::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 9999px;
  background: radial-gradient(circle, rgba(215, 25, 32, 0.18) 0%, rgba(215, 25, 32, 0.08) 45%, rgba(215, 25, 32, 0) 78%);
  opacity: 0;
  transform: scale(0.88);
  transition: opacity 0.25s ease, transform 0.25s ease;
  pointer-events: none;
}

.header-logo-link::after {
  content: "";
  position: absolute;
  inset: 17px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 9999px;
  opacity: 0;
  transform: scale(0.92);
  transition: opacity 0.25s ease, transform 0.25s ease;
  pointer-events: none;
}

.header-logo-link:hover::before,
.header-logo-link:focus-visible::before {
  opacity: 1;
  transform: scale(1);
}

.header-logo-link:hover::after,
.header-logo-link:focus-visible::after {
  opacity: 1;
  transform: scale(1);
}

.header-logo-link:hover {
  transform: translateY(-1px);
}

.header-logo-link:focus-visible {
  outline: none;
}

.header-logo {
  width: 70px;
  height: 70px;
  object-fit: contain;
  display: block;
  transition: filter 0.25s ease;
}

.header-logo-link:hover .header-logo,
.header-logo-link:focus-visible .header-logo {
  filter: drop-shadow(0 0 10px rgba(215, 25, 32, 0.18));
}

.menu-toggle {
  margin-left: auto;
  z-index: 70;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #292929;
  transition: none;
}

.header-language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(12px);
}

.header-language-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 30px;
  padding: 0 12px;
  border-radius: 9999px;
  color: rgba(255, 255, 255, 0.76);
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.header-language-link:hover,
.header-language-link:focus-visible {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-1px);
  outline: none;
}

.header-language-link.is-active {
  background: #ffffff;
  color: #010101;
}

.mobile-header-actions {
  display: none;
  align-items: center;
  gap: 12px;
  margin-left: auto;
}

.mobile-header-actions .menu-toggle {
  margin-left: 0;
}

.header-language-switcher-mobile {
  flex-shrink: 0;
}

.header-cta-link {
  color: #c91c22;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  font-style: italic;
  font-size: 13px;
  line-height: 1;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.header-cta-link:hover {
  color: #a3151a;
}

@media (min-width: 1025px) {
  .desktop-header-nav {
    display: flex;
    align-items: center;
  }

  .menu-toggle {
    display: none;
  }
}

@media (max-width: 1200px) and (min-width: 1025px) {
  .header-nav-left,
  .header-nav-right {
    gap: 16px;
  }

  .header-nav-left {
    margin-right: 70px;
  }

  .header-nav-right {
    margin-left: 70px;
  }

  .header-logo-wrapper {
    width: 52px;
    height: 52px;
  }

  .header-logo {
    width: 30px;
    height: 30px;
  }

  .header-language-link {
    min-width: 38px;
    padding: 0 10px;
    font-size: 11px;
  }
}

@media (max-width: 1024px) {
  .site-header-custom {
    height: 54px;
  }

  #navContainer.header-container {
    width: 100%;
    padding: 0 16px;
    justify-content: center;
  }

  .desktop-header-nav {
    display: none !important;
  }

  .menu-toggle {
    display: inline-flex !important;
  }

  .mobile-header-actions {
    display: inline-flex;
    position: absolute;
    inset: 0 16px;
    width: 100%;
    justify-content: space-between;
    margin-left: 0;
    align-items: center;
    z-index: 70;
  }

  .header-logo-wrapper {
    width: 52px;
    height: 52px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .header-logo {
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 480px) {
  #navContainer.header-container {
    width: 100%;
    padding: 0 12px;
  }

  .mobile-header-actions {
    gap: 8px;
    inset: 0 12px;
  }

  .header-language-switcher {
    padding: 3px;
  }

  .header-language-link {
    min-width: 36px;
    height: 28px;
    padding: 0 10px;
    font-size: 11px;
  }

  .header-logo-wrapper {
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .header-logo {
    width: 28px;
    height: 28px;
  }
}

.mobile-link {
  display: inline-flex;
  width: 100%;
  color: #f8fafc;
  transition: all 0.25s ease;
}

.mobile-link:hover {
  color: #ffffff;
  transform: translateY(-1px);
}

.mobile-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 8px 1.25rem;
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #f8fafc;
  cursor: pointer;
}

.mobile-summary:hover {
  background: rgba(255, 255, 255, 0.14);
}

.mobile-submenu {
  margin-top: 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding-left: 1rem;
}

details summary {
  list-style: none;
}

details summary::-webkit-details-marker {
  display: none;
}

details[open] .mobile-summary span {
  transform: rotate(45deg);
}

.mobile-cta {
  width: 100%;
  text-align: center;
}

.dropdown-panel {
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(1, 1, 1, 0.08);
  box-shadow: 0 22px 50px rgba(1, 1, 1, 0.12);
}

.dropdown-item {
  width: 100%;
  color: var(--navy-900);
  text-decoration: none;
  font-size: 14px;
  line-height: 1.35;
  white-space: nowrap;
  color: var(--navy-900);
}

.dropdown-item:hover {
  background: rgba(1, 1, 1, 0.05);
  color: var(--red-500);
}

.dropdown-icon {
  color: var(--navy-900);
  background: rgba(1, 1, 1, 0.08);
}

.dropdown-item:hover .dropdown-icon {
  color: #ffffff;
  background: var(--red-500);
}

.header-consultation-modal {
  position: fixed;
  inset: 0;
  z-index: 1400;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 18px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.24s ease;
}

.header-consultation-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.header-consultation-modal__backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top, rgba(215, 25, 32, 0.12), transparent 40%),
    rgba(15, 23, 42, 0.24);
  backdrop-filter: blur(8px);
}

.header-consultation-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 640px);
  max-height: min(88vh, 920px);
  overflow: auto;
  border-radius: 24px;
  border-top: 4px solid #d71920;
  border-inline: 1px solid rgba(215, 25, 32, 0.08);
  border-bottom: 1px solid rgba(215, 25, 32, 0.08);
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.18);
  color: #222222;
  transform: translateY(28px) scale(0.96);
  transition: transform 0.28s ease;
}

.header-consultation-modal.is-open .header-consultation-modal__dialog {
  transform: translateY(0) scale(1);
}

.header-consultation-modal__dialog:focus {
  outline: none;
}

.header-consultation-modal__close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(17, 24, 39, 0.12);
  border-radius: 9999px;
  background: #ffffff;
  color: #4b5563;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.header-consultation-modal__close:hover,
.header-consultation-modal__close:focus-visible {
  background: #fff1f1;
  color: #d71920;
  transform: rotate(90deg);
  outline: none;
}

.header-consultation-modal__shell {
  position: relative;
  overflow: hidden;
}

.header-consultation-modal__shell::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 180px;
  background: linear-gradient(180deg, rgba(215, 25, 32, 0.08), rgba(215, 25, 32, 0));
  pointer-events: none;
}

.header-consultation-modal__shell.is-success::before {
  background: linear-gradient(180deg, rgba(16, 185, 129, 0.08), rgba(16, 185, 129, 0));
}

.header-consultation-modal__panel {
  position: relative;
  padding: 42px 34px 34px;
}

.header-consultation-modal__hero {
  margin-bottom: 24px;
}

.header-consultation-modal__eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border-radius: 9999px;
  background: #fff1f1;
  color: #c21f24;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.header-consultation-modal__title {
  margin: 16px 0 12px;
  color: #000000;
  font-size: clamp(1.9rem, 3vw, 2.5rem);
  font-weight: 800;
  line-height: 1.05;
}

.header-consultation-modal__description {
  margin: 0;
  max-width: 510px;
  color: #5b5b5b;
  font-size: 15px;
  line-height: 1.75;
}

.header-consultation-modal__error {
  margin-bottom: 18px;
  padding: 12px 14px;
  border: 1px solid #efc4c4;
  border-radius: 8px;
  background: #fff1f1;
  color: #9f1d1d;
  font-size: 13px;
  line-height: 1.6;
}

.header-consultation-form {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.header-consultation-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.header-consultation-form__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.header-consultation-form__field--full {
  grid-column: 1 / -1;
}

.header-consultation-form__input {
  width: 100%;
  min-height: 58px;
  padding: 0 14px;
  border: 1px solid #c9c9c9;
  border-radius: 3px;
  background: #ffffff;
  color: #222222;
  font-size: 15px;
  line-height: 1.4;
  box-shadow: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.header-consultation-form__input::placeholder {
  color: #8b8b8b;
}

.header-consultation-form__input:focus {
  outline: none;
  border-color: #d71920;
  box-shadow: 0 0 0 3px rgba(215, 25, 32, 0.08);
  transform: translateY(-1px);
}

.header-consultation-form__select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, rgba(34, 34, 34, 0.72) 50%),
    linear-gradient(135deg, rgba(34, 34, 34, 0.72) 50%, transparent 50%);
  background-position:
    calc(100% - 20px) calc(50% - 3px),
    calc(100% - 14px) calc(50% - 3px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

.header-consultation-form__select option {
  color: #0f172a;
}

.header-consultation-form__textarea {
  padding: 14px;
  min-height: 148px;
  resize: vertical;
}

.header-consultation-form__input.is-invalid {
  border-color: #c21f24;
  background: #ffffff;
}

.header-consultation-form__error {
  margin: 0;
  padding-inline: 4px;
  color: #c21f24;
  font-size: 13px;
  line-height: 1.5;
}

.header-consultation-form__submit {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 52px;
  padding: 0 22px;
  border: 0;
  border-radius: 3px;
  background: #d71920;
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.02em;
  overflow: hidden;
  box-shadow: 0 10px 22px rgba(215, 25, 32, 0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.header-consultation-form__submit:hover,
.header-consultation-form__submit:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 14px 26px rgba(215, 25, 32, 0.24);
  outline: none;
}

.header-consultation-form__submit[disabled] {
  opacity: 0.78;
  cursor: wait;
}

.header-consultation-form__submit-glow {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(115deg, transparent 10%, rgba(255, 255, 255, 0.3) 38%, transparent 66%);
  transform: translateX(-130%);
}

.header-consultation-modal.is-open .header-consultation-form__submit-glow {
  animation: header-consultation-button-sheen 3s ease-in-out infinite;
}

.header-consultation-form__spinner {
  width: 17px;
  height: 17px;
  border: 2px solid rgba(255, 255, 255, 0.28);
  border-top-color: #ffffff;
  border-radius: 9999px;
  animation: header-consultation-spin 0.8s linear infinite;
}

.header-consultation-form__spinner[hidden] {
  display: none;
}

.header-consultation-modal__panel--success {
  min-height: 520px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 18px;
}

.header-consultation-modal__success-badge {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 110px;
}

.header-consultation-modal__success-ring {
  position: absolute;
  inset: 0;
  border-radius: 9999px;
  background: radial-gradient(circle, rgba(16, 185, 129, 0.28) 0%, rgba(16, 185, 129, 0.08) 55%, transparent 72%);
  transform: scale(0.4);
  opacity: 0;
}

.header-consultation-modal__success-icon {
  width: 78px;
  height: 78px;
  padding: 20px;
  border-radius: 9999px;
  background: linear-gradient(135deg, #10b981, #34d399);
  color: #ffffff;
  box-shadow: 0 18px 35px rgba(16, 185, 129, 0.26);
}

.header-consultation-modal__success-icon path {
  fill: none;
  stroke: currentColor;
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 40;
  stroke-dashoffset: 40;
}

.header-consultation-modal.is-open .header-consultation-modal__shell.is-success .header-consultation-modal__success-ring {
  animation: header-consultation-success-ring 0.7s cubic-bezier(0.2, 0.9, 0.2, 1.08) forwards;
}

.header-consultation-modal.is-open .header-consultation-modal__shell.is-success .header-consultation-modal__success-icon path {
  animation: header-consultation-check 0.6s ease 0.22s forwards;
}

.header-consultation-modal__success-title {
  margin: 0;
  color: #000000;
  font-size: clamp(1.7rem, 2.2vw, 2.1rem);
  font-weight: 800;
  line-height: 1.1;
}

.header-consultation-modal__success-text {
  margin: 0;
  max-width: 430px;
  color: #5b5b5b;
  font-size: 15px;
  line-height: 1.8;
}

.header-consultation-modal__success-button {
  min-width: 180px;
  min-height: 52px;
  padding: 0 24px;
  border: 0;
  border-radius: 3px;
  background: #d71920;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.header-consultation-modal__success-button:hover,
.header-consultation-modal__success-button:focus-visible {
  background: #b91618;
  transform: translateY(-1px);
  outline: none;
}

@keyframes header-consultation-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes header-consultation-button-sheen {
  0%,
  100% {
    transform: translateX(-130%);
  }

  55% {
    transform: translateX(130%);
  }
}

@keyframes header-consultation-success-ring {
  0% {
    transform: scale(0.4);
    opacity: 0;
  }

  70% {
    transform: scale(1.06);
    opacity: 1;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes header-consultation-check {
  to {
    stroke-dashoffset: 0;
  }
}

@media (max-width: 767px) {
  .header-consultation-modal {
    padding: 16px;
  }

  .header-consultation-modal__dialog {
    width: min(100%, 100%);
    border-radius: 24px;
  }

  .header-consultation-modal__panel {
    padding: 28px 20px 22px;
  }

  .header-consultation-modal__close {
    top: 14px;
    right: 14px;
    width: 38px;
    height: 38px;
  }

  .header-consultation-form__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .header-consultation-modal__panel--success {
    min-height: 420px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .header-consultation-modal,
  .header-consultation-modal__dialog,
  .header-consultation-modal__close,
  .header-consultation-form__input,
  .header-consultation-form__submit,
  .header-consultation-form__submit-glow,
  .header-consultation-modal__success-ring,
  .header-consultation-modal__success-icon path,
  .header-consultation-modal__success-button {
    animation: none !important;
    transition: none !important;
  }
}

.faq-richtext > * + * {
  margin-top: 0.9rem;
}

.faq-richtext p {
  margin: 0;
}

.faq-richtext ul,
.faq-richtext ol {
  margin: 0.9rem 0;
  padding-left: 1.4rem;
}

.faq-richtext ul {
  list-style: disc;
}

.faq-richtext ol {
  list-style: decimal;
}

.faq-richtext li {
  margin: 0.35rem 0;
}

.faq-richtext li::marker {
  color: var(--red-500);
}

.faq-richtext a {
  color: var(--navy-700);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.faq-richtext strong {
  color: var(--navy-900);
  font-weight: bold;
}

#header,
#header *,
#header.is-scrolled,
#header.is-scrolled * {
  transition-duration: 0s;
}

#header.is-scrolled #navContainer {
  background: transparent;
  backdrop-filter: none;
  border-color: transparent;
  box-shadow: none;
}

#header.is-scrolled .nav-link {
  color: #292929;
}

#header.is-scrolled .nav-link-home {
  color: #b8b8b8;
}

#header.is-scrolled .nav-link:hover {
  color: #d71920;
}

.menu-toggle {
  color: #292929;
  transition: none;
}

#header.is-scrolled .menu-toggle {
  color: #292929;
}

/* ========================================
   Bottom Ticker And Preview Overlay
   ======================================== */
.ticker {
  width: 100%;
  height: 100px;
  overflow: visible;
  --ticker-item-gap: 14px;
  background: #010101;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 9px 0 20px;
}

.ticker-track {
  display: flex;
  width: max-content;
  animation: tickerRunLoop 15s linear infinite;
  will-change: transform;
  align-items: center;
}

.ticker-group {
  display: flex;
  width: 26vw;
  padding: 0 24px;
  box-sizing: border-box;
  align-items: center;
  justify-content: space-evenly;
  flex-shrink: 0;
}

.ticker:hover .ticker-track {
  animation-play-state: paused;
}

.ticker-item {
  width: 100px;
  height: 86px;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  transition: transform 0.35s ease, z-index 0.35s ease;
  cursor: pointer;
}

.ticker-item-program {
  width: 120px;
}

.ticker-card {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.35s ease;
  transform-origin: bottom center;
}

.ticker-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.ticker-item:hover {
  z-index: 66;
}

.ticker-item:hover .ticker-card {
  transform: translateY(-42px) scale(1.18);
}

.ticker-face {
  position: absolute;
  inset: 0;
  overflow: hidden;
  transition: box-shadow 0.45s ease, border-color 0.35s ease;
}

.ticker-face-front {
  display: flex;
  align-items: center;
  justify-content: center;
  /*background: linear-gradient(155deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.05));*/

}

.ticker-face-front::before {
  content: "";
  position: absolute;
  inset: 1px;
  /*background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0));*/
  pointer-events: none;
}

.ticker-face-front::after {
  content: "";
  position: absolute;
  top: -22px;
  right: -10px;
  width: 84px;
  height: 84px;
  border-radius: 9999px;
  /*background: radial-gradient(circle, rgba(255, 255, 255, 0.22), transparent 70%);*/
  pointer-events: none;
}

.ticker-face-front img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.4s ease, filter 0.4s ease;
  transform-origin: center;
}

.ticker-feature-image {
  width: auto !important;
  height: 100% !important;
  max-width: none;
  object-fit: cover !important;
  object-position: left center;
  
}

.ticker-feature-content-reversed {
  justify-content: flex-start !important;
  padding-left: 10px;
  padding-right: 0;
}

.ticker-feature-content-reversed .ticker-feature-image {
  right: 0;
  object-position: right center;
  rotate:180deg;
}

.ticker-feature-plane-reversed {
  left: auto !important;
  right: 0;
}

.ticker-feature-text-reversed {
  text-align: left;
}

.ticker-passport-shell {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  background:
    linear-gradient(rgba(1, 1, 1, 0.12), rgba(1, 1, 1, 0.12)),
    var(--ticker-passport-bg, url('./images/bg.png')) center/cover no-repeat;
}

.ticker-passport-shell-plain {
  background: transparent !important;
}

.ticker-passport-badge {
  position: absolute;
  top: 8px;
  left: 10px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  height: 18px;
  padding: 0 8px;
  border-radius: 9999px;
  background: rgba(1, 1, 1, 0.86);
  color: #ffffff;
  font-size: 9px;
  font-weight: bold;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: 0 8px 16px rgba(1, 1, 1, 0.18);
}

.ticker-passport-frame {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  /*background:#6e6e6e;*/

}

.ticker-passport-frame::before {
  content: "";
  position: absolute;
  inset: 7px;
  border-radius: 10px;
  pointer-events: none;
}

.ticker-passport-accent {
  position: absolute;
  top: 0;
  left: 14px;
  right: 14px;
  height: 3px;
  border-radius: 9999px;
  background: linear-gradient(90deg, #010101, #010101, #c32129);
  opacity: 0.9;
}

.ticker-face-front .ticker-passport-image {
  position: relative;
  z-index: 1;
  width: 66%;
  height: 84%;
  object-fit: contain;
  filter: drop-shadow(0 12px 18px rgba(1, 1, 1, 0.16));
}

.ticker-item:hover .ticker-face-front img {
  transform: scale(1.05);
  filter: brightness(1.04);
}

.ticker-item:hover .ticker-face-front .ticker-passport-image {
  transform: scale(1.045);
  filter: brightness(1.03) drop-shadow(0 14px 22px rgba(1, 1, 1, 0.2));
}



.ticker-card-title {
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: calc(100% + 8px);
  z-index: 20;
  display: flex;
  min-height: 28px;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  border-radius: 9999px;
  background: rgba(1, 1, 1, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 14px 24px rgba(1, 1, 1, 0.18);
  color: #ffffff;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-align: center;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.25s ease, transform 0.25s ease;
  pointer-events: none;
}

.ticker-item:hover .ticker-card-title {
  opacity: 1;
  transform: translateY(-4px);
}

@keyframes tickerRunLoop {
  0% {
    transform: translateX(100vw);
  }

  100% {
    transform: translateX(-80vw);
  }
}
/* ========================================
   Floating Action Buttons
   ======================================== */
.phone-float,
.whatsapp-float {
  position: fixed;
  right: 20px;
  z-index: 145;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  border-radius: 9999px;
  background: linear-gradient(135deg, #25d366, #128c7e);
  color: #ffffff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.phone-float {
  bottom: 186px;
  background: linear-gradient(135deg, #d71920, #8f1016);
  box-shadow: 0 18px 38px rgba(165, 19, 28, 0.34);
}

.whatsapp-float:hover {
  transform: translateY(-4px) scale(1.04);
  box-shadow: 0 24px 44px rgba(18, 140, 126, 0.42);
}

.phone-float:hover {
  transform: translateY(-4px) scale(1.04);
  box-shadow: 0 24px 44px rgba(165, 19, 28, 0.42);
}

.whatsapp-float {
  bottom: 112px;
  background: linear-gradient(135deg, #25d366, #128c7e);
  box-shadow: 0 18px 38px rgba(18, 140, 126, 0.34);
}

.phone-float svg,
.whatsapp-float svg {
  width: 30px;
  height: 30px;
  fill: currentColor;
}

@media (max-width: 640px) {
  .phone-float,
  .whatsapp-float {
    right: 14px;
    width: 56px;
    height: 56px;
  }

  .phone-float {
    bottom: 172px;
  }

  .whatsapp-float {
    bottom: 104px;
  }
}

.homepage-footer {
  background:
    radial-gradient(circle at top right, rgba(195, 33, 41, 0.14), transparent 20%),
    radial-gradient(circle at bottom left, rgba(8, 31, 58, 0.2), transparent 28%),
    linear-gradient(180deg, #05070b 0%, #07111f 56%, #05070b 100%);
}

.homepage-footer .border-t {
  border-color: rgba(255, 255, 255, 0.08);
}

@media (max-width: 768px) {
  .homepage-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .homepage-section-contact .px-8 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.font-display{
font-family: "Poppins" !important;
}
