@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');



/* ============================
   LENIS SMOOTH SCROLL STYLES
============================ */
html.lenis, html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

/* Native smooth scroll fallback */
html {
  scroll-behavior: smooth;
}

/* Smooth scroll offset for sticky header */
html {
  scroll-padding-top: 140px; /* Accounts for topbar + contact bar + header */
}

/* Fix text shaking during smooth scroll */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  text-rendering: optimizeLegibility;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: "Plus Jakarta Sans", sans-serif;
}

/* Prevent horizontal overflow */
html, body {
  overflow-x: hidden;
}

/* ============================
   CSS VARIABLES (FONT CLAMPS)
============================ */
:root {
  --primary: #0F5BA6;
  --secondary: #052f58;
  
  --clamp222: clamp(150px, 10.25vw, 222px);
  --clamp12: clamp(10px, 0.625vw, 12px);
  --clamp13: clamp(10px, 0.677vw, 13px);
  --clamp14: clamp(12px, 0.72916vw, 14px);
  --clamp15: clamp(13px, 0.78125vw, 15px);
  --clamp16: clamp(14px, 0.8333vw, 16px);
  --clamp18: clamp(14px, 0.9375vw, 18px);
  --clamp20: clamp(16px, 1.0416vw, 20px);
  --clamp21: clamp(18px, 1.0937vw, 21px);
  --clamp22: clamp(16px, 1.145vw, 22px);
  --clamp24: clamp(16px, 1.25vw, 24px);
  --clamp26: clamp(18px, 1.3541vw, 26px);
  --clamp27: clamp(18px, 1.40625vw, 27px);
  --clamp28: clamp(18px, 1.4583vw, 28px);
  --clamp30: clamp(20px, 1.5625vw, 30px);
  --clamp32: clamp(20px, 1.666vw, 32px);
  --clamp34: clamp(20px, 1.77vw, 34px);
  --clamp35: clamp(20px, 1.8229vw, 35px);
  --clamp36: clamp(22px, 1.875vw, 36px);
  --clamp38: clamp(22px, 1.9791vw, 38px);
  --clamp40: clamp(24px, 2.1875vw, 40px);
  --clamp42: clamp(24px, 2.1875vw, 42px);
  --clamp44: clamp(24px, 2.291vw, 44px);
  --clamp45: clamp(26px, 2.3vw, 45px);
  --clamp46: clamp(26px, 2.3vw, 46px);
  --clamp48: clamp(28px, 2.5vw, 48px);
  --clamp50: clamp(28px, 2.6041vw, 50px);
  --clamp52: clamp(28px, 2.7083vw, 52px);
  --clamp54: clamp(28px, 2.8125vw, 54px);
  --clamp55: clamp(28px, 2.8645vw, 55px);
  --clamp56: clamp(28px, 2.9166vw, 56px);
  --clamp58: clamp(28px, 3.02083vw, 58px);
  --clamp60: clamp(30px, 3.125vw, 60px);
  --clamp62: clamp(30px, 3.2291vw, 62px);
  --clamp64: clamp(30px, 3.333vw, 64px);
  --clamp65: clamp(30px, 3.3854vw, 65px);
  --clamp66: clamp(32px, 3.4375vw, 66px);
  --clamp68: clamp(32px, 3.541vw, 68px);
  --clamp70: clamp(32px, 3.645vw, 70px);
  --clamp72: clamp(35px, 3.72vw, 72px);
  --clamp74: clamp(35px, 3.854vw, 74px);
  --clamp75: clamp(35px, 3.90625vw, 75px);
  --clamp76: clamp(35px, 3.958vw, 75px);
  --clamp78: clamp(35px, 4.0625vw, 78px);
  --clamp80: clamp(35px, 4.1666vw, 80px);
  --clamp82: clamp(35px, 4.27083vw, 82px);
  --clamp84: clamp(38px, 4.375vw, 84px);
  --clamp88: clamp(38px, 4.411vw, 88px);
  --clamp96: clamp(40px, 4.854vw, 96px);
  --clamp100: clamp(38px, 5.2083vw, 100px);
  --clamp115: clamp(40px, 5.2183vw, 110px);
  --clamp120: clamp(60px, 6.25vw, 120px);
  --clamp150: clamp(70px, 7.25vw, 150px);
}

/* ============================
   FONT SIZE UTILITY CLASSES
============================ */
.font-12 { font-size: var(--clamp12); }
.font-13 { font-size: var(--clamp13); }
.font-14 { font-size: var(--clamp14); }
.font-15 { font-size: var(--clamp15); }
.font-16 { font-size: var(--clamp16); }
.font-18 { font-size: var(--clamp18); }
.font-20 { font-size: var(--clamp20); }
.font-21 { font-size: var(--clamp21); }
.font-22 { font-size: var(--clamp22); }
.font-24 { font-size: var(--clamp24); }
.font-26 { font-size: var(--clamp26); }
.font-27 { font-size: var(--clamp27); }
.font-28 { font-size: var(--clamp28); }
.font-30 { font-size: var(--clamp30); }
.font-32 { font-size: var(--clamp32); }
.font-34 { font-size: var(--clamp34); }
.font-35 { font-size: var(--clamp35); }
.font-36 { font-size: var(--clamp36); }
.font-38 { font-size: var(--clamp38); }
.font-40 { font-size: var(--clamp40); }
.font-42 { font-size: var(--clamp42); }
.font-44 { font-size: var(--clamp44); }
.font-45 { font-size: var(--clamp45); }
.font-46 { font-size: var(--clamp46); }
.font-48 { font-size: var(--clamp48); }
.font-50 { font-size: var(--clamp50); }
.font-52 { font-size: var(--clamp52); }
.font-54 { font-size: var(--clamp54); }
.font-55 { font-size: var(--clamp55); }
.font-56 { font-size: var(--clamp56); }
.font-58 { font-size: var(--clamp58); }
.font-60 { font-size: var(--clamp60); }
.font-62 { font-size: var(--clamp62); }
.font-64 { font-size: var(--clamp64); }
.font-65 { font-size: var(--clamp65); }
.font-66 { font-size: var(--clamp66); }
.font-68 { font-size: var(--clamp68); }
.font-70 { font-size: var(--clamp70); }
.font-72 { font-size: var(--clamp72); }
.font-74 { font-size: var(--clamp74); }
.font-75 { font-size: var(--clamp75); }
.font-76 { font-size: var(--clamp76); }
.font-78 { font-size: var(--clamp78); }
.font-80 { font-size: var(--clamp80); }
.font-82 { font-size: var(--clamp82); }
.font-84 { font-size: var(--clamp84); }
.font-88 { font-size: var(--clamp88); }
.font-96 { font-size: var(--clamp96); }
.font-100 { font-size: var(--clamp100); }
.font-115 { font-size: var(--clamp115); }
.font-120 { font-size: var(--clamp120); }
.font-150 { font-size: var(--clamp150); }

/* ============================
   BASIC RESETS & STYLES
============================ */
.container {
  margin: 0 auto;
}

hr {
  border-bottom: 1px solid #141414;
}

*:focus {
  outline: none;
}

html {
  overflow-x: hidden;
  font-family: "Plus Jakarta Sans", sans-serif;
  padding: 0;
  margin: 0;
  color: #141414;
}

a {
  text-decoration: none;
}

.btn:focus {
  box-shadow: none;
}

ul {
  padding: 0;
  margin: 0;
  list-style-position: inside;
}

button:focus {
  outline: none;
  box-shadow: none;
  border-color: transparent;
}

body {
 font-family: "Plus Jakarta Sans", sans-serif;
  color: #141414;
  overflow-x: hidden;
  overflow-y: auto;
}

/* ============================
   TOPBAR STYLES
============================ */
#topbar {
  background: #3b82f6;
  position: relative;
  z-index: 998;
}

#topbar-track {
  overflow: hidden;
}

.topbar-track {
  display: flex;
  width: 300%;
  height: 100%;
  align-items: center;
}

.topbar-item {
  flex: 0 0 100%;
  text-align: center;
  line-height: 40px;
  font-weight: 500;
}

/* ============================
   HEADER WRAPPER
============================ */
.glass-header {
  position: fixed;
  top: 85px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  transition: top 0.3s ease-out;
}

/* Header pinned to top when topbar + contact bar scroll away */
.glass-header.pinned {
  top: 0;
}

/* ============================
   NAV CONTAINER
============================ */
.glass-nav {
  max-width: 1400px;
  margin: 0 auto;
  padding: 16px 20px;
  position: relative;
}

/* ============================
   MENU PILL
============================ */
.glass-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.menubox {
  padding: 14px 26px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.30);
  backdrop-filter: blur(20px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.06);
}

/* ============================
   MENU LINKS
============================ */
.glass-menu-links {
  gap: 28px;
  font-size: 15px;
  font-weight: 500;
}

.glass-menu-links a:hover {
  color: #e11d48;
}

/* ============================
   SERVICES DROPDOWN (DESKTOP)
============================ */
.services-dropdown {
  position: relative;
}

.services-dropdown-menu {
  border: 1px solid rgba(66, 13, 16, 0.1);
}

.services-dropdown-menu::before {
  content: '';
  position: absolute;
  top: -8px;
  left: 20px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid white;
}

/* ============================
   MOBILE MENU BUTTON
============================ */
#menu-btn {
  display: block;
  cursor: pointer;
  font-size: 24px;
  padding: 8px 12px;
  background: none;
  border: none;
  color: var(--text-clr);
  transition: transform 0.3s ease, color 0.3s ease;
  -webkit-tap-highlight-color: transparent;
  line-height: 1;
  z-index: 10001;
  position: relative;
}

#menu-btn:hover {
  color: var(--primary);
  transform: scale(1.1);
}

#menu-btn:active {
  transform: scale(0.95);
}

/* ============================
   MOBILE MENU PANEL
============================ */
.mobile-menu {
  position: fixed !important;
  top: -40px;
  right: -100%;
  width: 85%;
  max-width: 350px;
  height: 100vh;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.95) 100%);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: -4px 0 30px rgba(0, 0, 0, 0.1);
  transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  z-index: 99999 !important;
  padding: 70px 25px 60px;
  visibility: visible !important;
  display: flex !important;
  flex-direction: column;
}

/* When open */
.mobile-menu.open {
  right: 0 !important;
}

/* Close button inside mobile menu */
.mobile-menu-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(244, 104, 88, 0.1);
  border: none;
  color: var(--primary);
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 100;
  -webkit-tap-highlight-color: transparent;
}

.mobile-menu-close:hover,
.mobile-menu-close:active {
  background: rgba(244, 104, 88, 0.2);
  transform: rotate(90deg);
}

/* Mobile menu list */
.mobile-menu-list {
  display: flex;
  flex-direction: column;
  gap: 2px;
  list-style: none;
  margin: 0;
  padding: 0 0 20px 0;
  flex: 1;
  min-height: min-content;
}

.mobile-menu-list li {
  margin: 0;
  padding: 0;
}

.mobile-menu-list a {
  display: block;
  padding: 12px 16px;
  color: var(--text-clr);
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 10px;
  transition: all 0.3s ease;
  position: relative;
}

.mobile-menu-list a:hover,
.mobile-menu-list a:active {
  background: rgba(244, 104, 88, 0.1);
  color: var(--primary);
  transform: translateX(4px);
}

/* Menu section heading */
.menu-heading {
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #999;
  margin-top: 16px;
  margin-bottom: 4px;
  padding: 6px 16px;
  background: rgba(0, 0, 0, 0.02);
  border-radius: 8px;
}

.menu-heading:first-child {
  margin-top: 0;
}

/* Prevent body scroll when menu is open */
body.menu-open {
  overflow: hidden;
}

/* Custom scrollbar for mobile menu */
.mobile-menu::-webkit-scrollbar {
  width: 5px;
}

.mobile-menu::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}

.mobile-menu::-webkit-scrollbar-thumb {
  background-color: rgba(244, 104, 88, 0.4);
  border-radius: 10px;
}

.mobile-menu::-webkit-scrollbar-thumb:hover {
  background-color: rgba(244, 104, 88, 0.6);
}

/* Overlay (backdrop for clicking outside to close) */
.mobile-menu-overlay {
  position: fixed;
  top: -40px;
  left: 0;
  width: 100%;
  height: 100dvh;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 99998;
  backdrop-filter: blur(2px);
}

.mobile-menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Hide mobile menu on desktop */
@media (min-width: 1024px) {
  .mobile-menu,
  .mobile-menu-overlay {
    display: none !important;
  }
}

/* ============================
   ACTIONS
============================ */
.glass-actions {
  gap: 16px;
  align-items: center;
  padding: 6px 26px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.30);
  backdrop-filter: blur(20px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
}

/* ============================
   CTA BUTTON STYLES
============================ */
.cta-btn {
  position: relative;
  overflow: hidden;
  border-radius: 70px;
}

.cta-btn span {
  position: relative;
  z-index: 1;
  color: #fff;
  font-weight: 500;
  display: inline-block;
}

.cta-btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('../assets/images/home/button-bg.jpg');
  opacity: 1;
  background-size: cover;
  background-position: center;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.cta-btn:hover {
  cursor: pointer;
}

.cta-btn:hover::before {
  background-position: right;
}

/* ============================
   FOOTER STYLES
============================ */
footer {
  position: relative;
}

.footer-scroll-text {
  animation: scrollText 30s linear infinite;
}

@keyframes scrollText {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Responsive footer */
@media (max-width: 768px) {
  .footer-scroll-text {
    font-size: 3rem !important;
  }
}

/* ============================
   HERO SECTION
============================ */
.hero-section {
  position: relative;
  height: calc(100vh - 172px);
  margin-top: 80px;
}

.hero-content {
  min-height: calc(100vh - 172px);
}

.hero-bg-image {
  object-position: center right;
}

.hero-overlay {
  transition: background-color 0.3s ease;
}

/* ============================
   GLOBAL REVEAL ANIMATIONS
============================ */

/* Required so clip-path works cleanly on inline elements */
.gs-reveal {
  display: inline-block;
  will-change: clip-path;
}

/* Block-level elements (headings, paragraphs, divs) */
h1.gs-reveal,
h2.gs-reveal,
h3.gs-reveal,
h4.gs-reveal,
p.gs-reveal,
div.gs-reveal,
section.gs-reveal {
  display: block;
}

/* Image reveal animation */
.gs-img-reveal {
  will-change: clip-path;
  display: block;
  overflow: hidden;
}

/* ============================
   ABOUT SECTION CARDS
============================ */
.about-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.about-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(2, 27, 58, 0.08);
}

.about-card-icon svg {
  transition: transform 0.3s ease;
}

.about-card:hover .about-card-icon svg {
  transform: scale(1.15);
}

/* ============================
   SERVICES SECTION CARDS
============================ */

/* Service card image zoom on hover */
.service-card:hover .service-card-img img,
.specialty-card:hover .specialty-card-img img {
  transform: scale(1.05);
}

/* Service card lift on hover */
.service-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
  transform: translateY(-6px);
      box-shadow: 0px 6px 15px 1px rgb(0 0 0 / 14%);

}

/* Specialty card lift on hover */
.specialty-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.specialty-card:hover {
  transform: translateY(-6px);
      box-shadow: 0px 6px 15px 1px rgb(0 0 0 / 14%);

}

/* ============================
   HOW IT WORKS SECTION
============================ */

/* Step card hover lift */
.step-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.step-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(2, 27, 58, 0.08);
}

/* Step badge pulse on card hover */
.gs-reveal-item:hover .step-badge {
  transform: scale(1.1);
  transition: transform 0.3s ease;
}

/* City hub pills */
.hub-pill {
  display: inline-block;
  padding: 4px 14px;
  border-radius: 50px;
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.25);
  font-size: var(--clamp13);
  font-weight: 500;
  color: white;
}

/* Info card hover */
.info-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.info-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(2, 27, 58, 0.07);
}

/* ============================
   DOCTORS SECTION
============================ */

/* Doctor card subtle hover */
.doctor-card {
  transition: box-shadow 0.4s ease;
}

.doctor-card:hover {
  box-shadow: 0 24px 48px rgba(2, 27, 58, 0.08);
}

/* Doctor photo wrapper */
.doctor-photo-wrap {
  background: linear-gradient(135deg, #f5f5f3 0%, #e8e8e4 100%);
}

/* Quote block styling */
.doctor-quote {
  position: relative;
}

/* ============================
   FAQ SECTION
============================ */

/* Smooth answer transition */
.faq-answer {
  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1),
              opacity 0.4s ease-out;
}

/* Question row hover */
.faq-question:hover .faq-chevron {
  background: rgba(2, 27, 58, 0.12);
}

/* Remove default button styles */
.faq-question {
  background: none;
  border: none;
  padding-top: 24px;
  padding-bottom: 24px;
  -webkit-tap-highlight-color: transparent;
}

.faq-question:focus {
  outline: none;
}

/* Active question text stays full opacity */
.faq-item button[aria-expanded="true"] span {
  opacity: 1;
}

/* ============================
   CTA SECTION
============================ */

.cta-outline-btn {
  border: 1.5px solid rgba(255, 255, 255, 0.5);
  border-radius: 50px;
  color: white;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
  transition: background 0.3s ease, 
              border-color 0.3s ease,
              transform 0.2s ease;
  white-space: nowrap;
}

.cta-outline-btn:hover {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.85);
  transform: translateY(-2px);
}

.cta-outline-btn:active {
  transform: translateY(0px);
}

/* ============================
   FOOTER
============================ */

/* Footer nav links */
.footer-link {
  color: rgba(255, 255, 255, 0.6);
  transition: color 0.25s ease;
  display: inline-block;
}

.footer-link:hover {
  color: rgba(255, 255, 255, 1);
}

/* Social icon buttons */
.footer-social-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.6);
  transition: background 0.25s ease, 
              color 0.25s ease,
              transform 0.2s ease;
}

.footer-social-icon:hover {
  background: rgba(255, 255, 255, 0.16);
  color: white;
  transform: translateY(-2px);
}



/* online Schedule   */
/* Page Header */
    .page-header {
      margin-bottom: 32px;
    }

    .page-title {
      font-size: 24px;
      font-weight: 700;
      color: #021B3A;
      margin-bottom: 8px;
    }

    .page-subtitle {
      font-size: 14px;
      color: rgba(2, 27, 58, 0.6);
      line-height: 1.5;
    }

    /* Progress Bar */
    .progress-bar {
      display: flex;
      gap: 0;
      margin-bottom: 32px;
      border-bottom: 2px solid #E0E0DC;
      position: relative;
    }

    .progress-step {
      flex: 1;
      display: flex;
      align-items: center;
      gap: 8px;
      padding: 12px 16px;
      cursor: pointer;
      position: relative;
      color: rgba(2, 27, 58, 0.5);
      border-bottom: 3px solid transparent;
      margin-bottom: -2px;
      transition: all 0.3s ease;
    }

    .progress-step.active {
      color: #021B3A;
      border-bottom-color: #0F5BA6;
    }

    .progress-step.completed {
      color: #021B3A;
      border-bottom-color: #0F5BA6;
    }

    .progress-step-icon {
      width: 18px;
      height: 18px;
      flex-shrink: 0;
    }

    .progress-step-label {
      font-size: 14px;
      font-weight: 600;
      white-space: nowrap;
    }

    /* Form Card */
    .form-card {
      background: #FFFFFF;
      border-radius: 16px;
      border: 1px solid #E8E8E4;
      box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
      padding: 40px 48px;
    }

    .section-title {
      font-size: 18px;
      font-weight: 600;
      color: #021B3A;
      margin-bottom: 28px;
    }

    /* Step Content */
    .step-content {
      display: none;
      opacity: 0;
    }

    .step-content.active {
      display: block;
      animation: slideInRight 400ms ease-out forwards;
    }

    .step-content.leaving-forward {
      animation: slideOutLeft 350ms ease-in forwards;
    }

    .step-content.leaving-backward {
      animation: slideOutRight 350ms ease-in forwards;
    }

    @keyframes slideInRight {
      from {
        opacity: 0;
        transform: translateX(30px);
      }
      to {
        opacity: 1;
        transform: translateX(0);
      }
    }

    @keyframes slideOutLeft {
      from {
        opacity: 1;
        transform: translateX(0);
      }
      to {
        opacity: 0;
        transform: translateX(-30px);
      }
    }

    @keyframes slideOutRight {
      from {
        opacity: 1;
        transform: translateX(0);
      }
      to {
        opacity: 0;
        transform: translateX(30px);
      }
    }

    @keyframes slideInLeft {
      from {
        opacity: 0;
        transform: translateX(-30px);
      }
      to {
        opacity: 1;
        transform: translateX(0);
      }
    }

    /* Form Grid */
    .form-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px;
    }

    .form-group {
      margin-bottom: 0;
    }

    .form-group.full-width {
      grid-column: 1 / -1;
    }

    .form-group.three-col {
      display: grid;
      grid-template-columns: 40% 30% 30%;
      gap: 20px;
      grid-column: 1 / -1;
    }

    /* Form Elements */
    .form-label {
      display: block;
      font-size: 14px;
      font-weight: 600;
      color: #021B3A;
      margin-bottom: 8px;
    }

    .form-label.required::after {
      content: '*';
      color: #DC2626;
      margin-left: 4px;
    }

    .form-input,
    .form-select,
    .form-textarea {
      width: 100%;
      background: #F7F7F5;
      border: 1.5px solid #E8E8E4;
      border-radius: 8px;
      padding: 11px 14px;
      font-size: 14px;
      color: #021B3A;
      font-family: inherit;
      transition: all 0.2s ease;
    }

    .form-input::placeholder,
    .form-textarea::placeholder {
      color: rgba(2, 27, 58, 0.35);
    }

    .form-input:focus,
    .form-select:focus,
    .form-textarea:focus {
      outline: none;
      border-color: #0F5BA6;
      box-shadow: 0 0 0 3px rgba(15, 91, 166, 0.08);
    }

    .form-input.error,
    .form-select.error,
    .form-textarea.error {
      border-color: #DC2626;
    }

    .error-message {
      display: none;
      font-size: 12px;
      color: #DC2626;
      margin-top: 6px;
    }

    .error-message.show {
      display: block;
    }

    .form-textarea {
      resize: vertical;
      min-height: 80px;
    }

    /* File Upload */
    .file-upload {
      border: 1.5px dashed #C8C8C4;
      border-radius: 10px;
      background: #F7F7F5;
      padding: 28px;
      text-align: center;
      cursor: pointer;
      transition: all 0.2s ease;
    }

    .file-upload:hover {
      border-color: #0F5BA6;
      background: #F0F4F8;
    }

    .file-upload-input {
      display: none;
    }

    .file-upload-icon {
      width: 32px;
      height: 32px;
      margin: 0 auto 12px;
      color: #021B3A;
      opacity: 0.4;
    }

    .file-upload-text {
      font-size: 14px;
      color: rgba(2, 27, 58, 0.6);
    }

    .file-upload-link {
      color: #0F5BA6;
      text-decoration: underline;
      font-weight: 600;
    }

    .file-name {
      margin-top: 8px;
      font-size: 13px;
      color: #021B3A;
      font-weight: 500;
    }

    /* Exam Sub-sections */
    .exam-subsection {
      border: 1px solid #E8E8E4;
      border-radius: 10px;
      padding: 20px;
      margin-bottom: 20px;
    }

    .exam-subsection-title {
      font-size: 15px;
      font-weight: 600;
      color: #021B3A;
      margin-bottom: 16px;
    }

    .exam-subsection .form-grid {
      gap: 16px;
    }

    /* Buttons */
    .form-actions {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-top: 32px;
      gap: 12px;
    }

    .btn {
      padding: 12px 28px;
      border-radius: 8px;
      font-size: 15px;
      font-weight: 600;
      cursor: pointer;
      border: none;
      font-family: inherit;
      transition: all 0.2s ease;
      display: inline-flex;
      align-items: center;
      gap: 8px;
    }

    .btn-primary {
      background: #021B3A;
      color: white;
    }

    .btn-primary:hover {
      background: #0a2847;
      box-shadow: 0 4px 12px rgba(2, 27, 58, 0.15);
      transform: translateY(-1px);
    }

    .btn-secondary {
      background: white;
      border: 1.5px solid #D0D0CC;
      color: #021B3A;
      padding: 10px 20px;
    }

    .btn-secondary:hover {
      background: #F5F5F3;
    }

    .btn-icon {
      width: 16px;
      height: 16px;
    }

    /* Success Screen */
    .success-screen {
      display: none;
      text-align: center;
      padding: 80px 40px;
    }

    .success-screen.show {
      display: block;
      animation: fadeInScale 500ms ease-out forwards;
    }

    @keyframes fadeInScale {
      from {
        opacity: 0;
        transform: scale(0.95);
      }
      to {
        opacity: 1;
        transform: scale(1);
      }
    }

    .success-icon {
      width: 80px;
      height: 80px;
      background: #10B981;
      border-radius: 50%;
      margin: 0 auto 24px;
      display: flex;
      align-items: center;
      justify-content: center;
      animation: scaleInBounce 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }

    @keyframes scaleInBounce {
      from {
        transform: scale(0);
      }
      to {
        transform: scale(1);
      }
    }

    .success-title {
      font-size: 28px;
      font-weight: 700;
      color: #021B3A;
      margin-bottom: 12px;
    }

    .success-text {
      font-size: 15px;
      color: rgba(2, 27, 58, 0.65);
      margin-bottom: 32px;
      line-height: 1.6;
    }

    /* Footer Info */
    .footer-info {
      text-align: center;
      margin-top: 40px;
      padding-top: 32px;
      border-top: 1px solid #E0E0DC;
    }

    .footer-info-content {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 16px;
      flex-wrap: wrap;
      font-size: 13px;
      color: rgba(2, 27, 58, 0.5);
    }

    .footer-info-item {
      display: flex;
      align-items: center;
      gap: 6px;
    }

    .footer-info-icon {
      width: 14px;
      height: 14px;
    }

    .footer-divider {
      color: rgba(2, 27, 58, 0.3);
    }

    /* Responsive */
    @media (max-width: 768px) {
      .form-card {
        padding: 32px 28px;
      }

      .progress-step-label {
        font-size: 13px;
      }
    }

    @media (max-width: 640px) {
      .form-grid {
        grid-template-columns: 1fr;
      }

      .form-group.three-col {
        grid-template-columns: 1fr;
      }

      .progress-step {
        padding: 10px 8px;
      }

      .progress-step-icon {
        width: 16px;
        height: 16px;
      }

      .progress-step-label {
        font-size: 12px;
      }
    }

    @media (max-width: 480px) {
      

      .form-card {
        padding: 24px 20px;
      }

      .form-actions {
        flex-direction: column-reverse;
        width: 100%;
      }

      .btn {
        width: 100%;
        justify-content: center;
      }

      .success-screen {
        padding: 60px 20px;
      }
    }

    .progress-bar.hidden {
      display: none;
    }
    .mobile-menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.4);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 9999;
}

.mobile-menu-overlay.open {
  opacity: 1;
  visibility: visible;
}