/* ========================================================================= */
/* CSS VARS & CONFIG (SINGLE-PAGE TRANSITIONS)                               */
/* ========================================================================= */
:root {
  --color-bg: radial-gradient(circle at 50% 60%, #082f49 0%, #020617 75%, #09090b 100%);
  --color-text: #ffffff;
  --color-text-muted: #94a3b8;
  --color-bg-fill: #020617;
  --color-glass-bg: rgba(255, 255, 255, 0.03);
  --color-glass-border: rgba(255, 255, 255, 0.08);
  --color-accent: #00f2fe;
  --color-logo-green: #22c55e;
}

html.light-theme {
  /* ── Light theme palette ─────────────────────────── */
  --color-bg: #ffffff;
  --color-bg-fill: #ffffff;
  --color-text: #0c0c0c;
  --color-text-muted: #6b7280;
  --color-glass-bg: rgba(255, 255, 255, 0.95);
  --color-glass-border: rgba(12, 12, 12, 0.1);
  --color-accent: #0c0c0c;
  --color-logo-green: #16a34a;

  /* Awake extra tokens */
  --aw-bg: #ffffff;
  --aw-surface: #ffffff;
  --aw-border: #e2e8f0;
  --aw-text-primary: #0c0c0c;
  --aw-text-muted: #6b7280;
  --aw-text-light: #9ca3af;
  --aw-accent: #0c0c0c;
  --aw-pill-bg: #0c0c0c;
  --aw-pill-text: #ffffff;
  --aw-serif-color: #0c0c0c;
}

/* =========================================================================
   AWAKE AGENCY LIGHT THEME — FULL SYSTEM OVERRIDE
   Fonts: Inter Tight (sans) + Instrument Serif (italic accent)
   ========================================================================= */

/* Load fonts */
html.light-theme,
html.light-theme * {
  font-family: 'Inter Tight', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
}

/* Global Light Theme Master System Override */
html.light-theme,
html.light-theme body,
html.light-theme main,
html.light-theme section,
html.light-theme header,
html.light-theme div.hero-section,
html.light-theme div.marquee-section,
html.light-theme div.home-why-section,
html.light-theme div.destinations-section,
html.light-theme div.partners-section,
html.light-theme div.about-section,
html.light-theme div.counselling-cta-section,
html.light-theme div.testimonials-section,
html.light-theme main.adm-page-layout,
html.light-theme header.adm-hero,
html.light-theme section.adm-section,
html.light-theme main.contact-page-layout,
html.light-theme header.contact-hero,
html.light-theme section.contact-section,
html.light-theme main.why-page,
html.light-theme header.why-hero,
html.light-theme section.why-section,
html.light-theme main.uni-info-page,
html.light-theme main.detail-page-layout {
  background-image: none !important;
  background-color: #ffffff !important;
  background: #ffffff !important;
  color: #0c0c0c !important;
}

/* Light Theme Cards & Containers */
html.light-theme .stack-card,
html.light-theme .why-card,
html.light-theme .why-pillar-card,
html.light-theme .dest-card,
html.light-theme .uni-card,
html.light-theme .partner-logo-card,
html.light-theme .testimonial-card,
html.light-theme .about-stat-item,
html.light-theme .about-quote-card,
html.light-theme .adm-card,
html.light-theme .adm-elig-card,
html.light-theme .adm-doc-card,
html.light-theme .adm-cta-card,
html.light-theme .checklist-card,
html.light-theme .contact-card,
html.light-theme .contact-form,
html.light-theme .info-block-card,
html.light-theme .detail-card,
html.light-theme .marquee-card {
  background-color: #ffffff !important;
  background: #ffffff !important;
  border-color: #e2e8f0 !important;
  color: #0c0c0c !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04) !important;
}

/* ── Navbar ──────────────────────────────────────────────────────────── */
html.light-theme .navbar-wrapper {
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid var(--aw-border);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: none;
}

html.light-theme .nav-link {
  color: var(--aw-text-muted);
  font-weight: 500;
  font-size: 0.85rem;
  letter-spacing: 0.01em;
}

html.light-theme .nav-link:hover,
html.light-theme .nav-link.active {
  color: var(--aw-text-primary);
}

html.light-theme .logo-text {
  color: var(--aw-text-primary);
}

html.light-theme .logo-img {
  filter: none;
}

/* CTA button — solid black pill (Awake style) */
html.light-theme .cta-btn {
  background: var(--aw-pill-bg) !important;
  color: var(--aw-pill-text) !important;
  border: none !important;
  border-radius: 100px !important;
  font-weight: 600 !important;
  font-size: 0.82rem !important;
  letter-spacing: 0.03em !important;
  padding: 12px 24px !important;
  transition: opacity 0.2s, transform 0.2s !important;
  text-decoration: none !important;
}

html.light-theme .cta-btn:hover {
  opacity: 0.82;
  transform: translateY(-1px);
}

/* Theme toggle button in light mode */
html.light-theme .theme-toggle-btn {
  background: transparent;
  border-color: var(--aw-border);
  color: var(--aw-text-primary);
}

html.light-theme .theme-toggle-btn:hover {
  border-color: var(--aw-text-primary);
}

/* ── Hero section ────────────────────────────────────────────────────── */
html.light-theme .hero-section {
  background: var(--aw-bg);
}

html.light-theme .hero-title {
  color: #0f172a !important;
  font-size: 3.2rem !important;
  font-weight: 800 !important;
  line-height: 1.15 !important;
  letter-spacing: -0.02em !important;
  -webkit-text-fill-color: unset !important;
  background: none !important;
  -webkit-background-clip: unset !important;
  background-clip: unset !important;
}

/* Italic serif accent keyword (Awake style "thoughtful design") */
html.light-theme .hero-title-accent {
  font-family: 'Instrument Serif', Georgia, serif !important;
  font-style: italic !important;
  font-weight: 400 !important;
  color: var(--aw-text-primary) !important;
  -webkit-text-fill-color: var(--aw-text-primary) !important;
  background: none !important;
  -webkit-background-clip: unset !important;
  background-clip: unset !important;
}

html.light-theme .hero-description {
  background: rgba(255, 255, 255, 0.75) !important;
  backdrop-filter: blur(20px) saturate(180%) !important;
  -webkit-backdrop-filter: blur(20px) saturate(180%) !important;
  border: 1px solid rgba(15, 23, 42, 0.12) !important;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08), inset 0 1px 1px rgba(255, 255, 255, 0.9) !important;
  color: #0f172a !important;
  font-size: 0.95rem !important;
  font-weight: 600 !important;
  line-height: 1.6 !important;
  max-width: 680px !important;
  padding: 16px 24px !important;
  border-radius: 20px !important;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.9) !important;
  margin: 16px 0 !important;
}

html.light-theme .trust-badge {
  background: #ffffff;
  border: 1px solid var(--aw-border);
  color: var(--aw-text-primary);
  border-radius: 100px;
  padding: 8px 18px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  backdrop-filter: none;
}

html.light-theme .trust-badge-icon {
  color: #16a34a;
}

/* Primary button — solid black */
html.light-theme .btn-primary {
  background: var(--aw-pill-bg) !important;
  color: var(--aw-pill-text) !important;
  border: none !important;
  border-radius: 100px !important;
  font-weight: 600 !important;
  font-size: 0.9rem !important;
  padding: 14px 30px !important;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: opacity 0.2s, transform 0.2s !important;
  text-decoration: none;
}

html.light-theme .btn-primary:hover {
  opacity: 0.8;
  transform: translateY(-2px);
}

/* Secondary button — outlined */
html.light-theme .btn-secondary {
  background: transparent !important;
  color: var(--aw-text-primary) !important;
  border: 1.5px solid var(--aw-border) !important;
  border-radius: 100px !important;
  font-weight: 600 !important;
  font-size: 0.9rem !important;
  padding: 14px 30px !important;
  transition: border-color 0.2s, transform 0.2s !important;
  text-decoration: none;
}

html.light-theme .btn-secondary:hover {
  border-color: var(--aw-text-primary);
  transform: translateY(-2px);
}

/* Scroll indicator */
html.light-theme .scroll-indicator {
  color: var(--aw-text-muted);
}

/* ── Marquee / Logo Banner ────────────────────────────────────────────── */
html.light-theme .marquee-section {
  background: #ffffff;
  border-top: 1px solid var(--aw-border);
  border-bottom: 1px solid var(--aw-border);
  backdrop-filter: none;
}

html.light-theme .marquee-label {
  color: #0f172a !important;
  font-family: 'Instrument Serif', Georgia, serif !important;
  font-style: italic !important;
}

html.light-theme .marquee-card {
  background: #f9f8f5;
  border: 1px solid var(--aw-border);
  border-radius: 60px;
}

html.light-theme .marquee-card:hover {
  background: #ffffff;
  border-color: #c8c5bc;
}

html.light-theme .mq-name {
  color: var(--aw-text-primary);
  font-size: 0.88rem;
  font-weight: 600;
}

html.light-theme .mq-country {
  color: var(--aw-text-muted);
}

/* ── Why Choose Us section ────────────────────────────────────────────── */
html.light-theme .home-why-section {
  background: var(--aw-bg);
}

html.light-theme .why-tag {
  background: #ffffff;
  border: 1px solid var(--aw-border);
  color: var(--aw-text-primary);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
}

html.light-theme .why-title {
  color: var(--aw-text-primary);
  font-size: clamp(2.2rem, 5vw, 4rem) !important;
  font-weight: 800 !important;
  letter-spacing: -0.03em !important;
  line-height: 1.1 !important;
  -webkit-text-fill-color: unset !important;
  background: none !important;
  -webkit-background-clip: unset !important;
  background-clip: unset !important;
}

/* Serif italic accent in section headings */
html.light-theme .why-title span,
html.light-theme .section-title-gradient {
  font-family: 'Instrument Serif', Georgia, serif !important;
  font-style: italic !important;
  font-weight: 400 !important;
  color: var(--aw-text-primary) !important;
  -webkit-text-fill-color: var(--aw-text-primary) !important;
  background: none !important;
  -webkit-background-clip: unset !important;
  background-clip: unset !important;
}

html.light-theme .why-subtitle {
  color: var(--aw-text-muted);
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 400;
}

/* Stats counter cards */
html.light-theme .stat-counter-card {
  background: #ffffff;
  border: 1px solid var(--aw-border);
  border-radius: 16px;
  backdrop-filter: none;
}

html.light-theme .stat-counter-card:hover {
  border-color: #c8c5bc;
  transform: translateY(-4px);
}

html.light-theme .stat-counter-num {
  color: var(--aw-text-primary) !important;
  -webkit-text-fill-color: var(--aw-text-primary) !important;
  background: none !important;
  -webkit-background-clip: unset !important;
  background-clip: unset !important;
  font-size: 3.5rem !important;
  font-weight: 800 !important;
}

html.light-theme .stat-counter-label {
  color: var(--aw-text-primary);
  font-weight: 700;
}

html.light-theme .stat-counter-desc {
  color: var(--aw-text-muted);
}

/* Why grid cards */
html.light-theme .why-card {
  background: #ffffff;
  border: 1px solid var(--aw-border);
  border-radius: 16px;
  backdrop-filter: none;
}

html.light-theme .why-card::before {
  background: var(--aw-text-primary);
}

html.light-theme .why-card:hover {
  border-color: #c8c5bc;
  box-shadow: 0 16px 48px rgba(12, 12, 12, 0.06);
}

html.light-theme .why-card-title {
  color: var(--aw-text-primary);
  font-weight: 700;
}

html.light-theme .why-card-desc {
  color: var(--aw-text-muted);
  line-height: 1.65;
}

/* ── Sub-page shared layouts ───────────────────────────────────────────── */
html.light-theme .subpage-layout {
  background: var(--aw-bg);
}

html.light-theme .section-header {
  background: var(--aw-bg);
}

html.light-theme .section-tag {
  background: #ffffff;
  border: 1px solid var(--aw-border);
  color: var(--aw-text-primary);
  font-weight: 700;
  letter-spacing: 0.14em;
}

html.light-theme .section-title {
  color: var(--aw-text-primary) !important;
  font-size: clamp(2.2rem, 5vw, 3.6rem) !important;
  font-weight: 800 !important;
  letter-spacing: -0.02em !important;
}

html.light-theme .section-subtitle {
  color: var(--aw-text-muted);
}

/* ── Cards: checklists, uni cards, contact, timeline ─────────────────── */
html.light-theme .checklist-card,
html.light-theme .timeline-card,
html.light-theme .contact-card,
html.light-theme .info-block-card,
html.light-theme .note-box {
  background: #ffffff;
  border: 1px solid var(--aw-border);
  backdrop-filter: none;
}

html.light-theme .checklist-title {
  color: var(--aw-text-primary);
  font-weight: 700;
}

html.light-theme .checklist-desc {
  color: var(--aw-text-muted);
}

html.light-theme .checklist-item {
  color: var(--aw-text-primary);
  border-color: var(--aw-border);
}

html.light-theme .checklist-item-bullet {
  color: #16a34a;
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
}

html.light-theme .eligibility-item {
  border-color: var(--aw-border);
}

html.light-theme .eligibility-icon {
  color: #16a34a;
}

html.light-theme .eligibility-subtext {
  color: var(--aw-text-muted);
}

/* Timeline */
html.light-theme .timeline-badge {
  background: var(--aw-text-primary);
  color: #ffffff;
  border: none;
}

html.light-theme .timeline-step {
  border-left-color: var(--aw-border);
}

html.light-theme .timeline-title {
  color: var(--aw-text-primary);
}

html.light-theme .timeline-desc {
  color: var(--aw-text-muted);
}

/* University cards */
html.light-theme .uni-card {
  background: #ffffff;
  border: 1px solid var(--aw-border);
}

html.light-theme .uni-name {
  color: var(--aw-text-primary);
  font-weight: 700;
}

html.light-theme .uni-country {
  color: var(--aw-text-muted);
  background: #f5f4f0;
  border: 1px solid var(--aw-border);
}

html.light-theme .uni-desc {
  color: var(--aw-text-muted);
}

html.light-theme .uni-divider {
  background: var(--aw-border);
}

html.light-theme .uni-feature-icon {
  color: #16a34a;
}

html.light-theme .uni-price-label {
  color: var(--aw-text-muted);
}

html.light-theme .uni-price-val {
  color: var(--aw-text-primary);
  font-weight: 800;
}

html.light-theme .uni-apply-btn {
  background: var(--aw-text-primary);
  color: #ffffff;
  border: none;
  border-radius: 100px;
  font-weight: 600;
  transition: opacity 0.2s;
}

html.light-theme .uni-apply-btn:hover {
  opacity: 0.8;
}

html.light-theme .uni-status-badge {
  background: #ffffff;
  color: var(--aw-text-primary);
  border: 1px solid var(--aw-border);
  font-weight: 600;
}

/* Contact form */
html.light-theme .form-input,
html.light-theme .form-select,
html.light-theme .form-textarea {
  background: #ffffff;
  border: 1px solid var(--aw-border);
  color: var(--aw-text-primary);
  border-radius: 12px;
}

html.light-theme .form-input:focus,
html.light-theme .form-select:focus,
html.light-theme .form-textarea:focus {
  border-color: var(--aw-text-primary);
  outline: none;
}

html.light-theme .form-input::placeholder,
html.light-theme .form-textarea::placeholder {
  color: var(--aw-text-light);
}

html.light-theme .form-label {
  color: var(--aw-text-primary);
  font-weight: 600;
}

html.light-theme .form-submit-btn {
  background: var(--aw-text-primary);
  color: #ffffff;
  border-radius: 100px;
  border: none;
  font-weight: 700;
  font-size: 0.9rem;
  transition: opacity 0.2s, transform 0.2s;
}

html.light-theme .form-submit-btn:hover {
  opacity: 0.8;
  transform: translateY(-2px);
}

/* Info blocks (contact page) */
html.light-theme .info-block-title {
  color: var(--aw-text-primary);
  font-weight: 700;
}

html.light-theme .info-block-text {
  color: var(--aw-text-muted);
}

html.light-theme .info-block-link {
  color: var(--aw-text-primary);
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ── Stats strip (why choose subpage) ─────────────────────────────────── */
html.light-theme .stats-strip {
  background: #ffffff;
  border: 1px solid var(--aw-border);
  border-radius: 16px;
}

html.light-theme .stat-num {
  color: var(--aw-text-primary);
  -webkit-text-fill-color: var(--aw-text-primary);
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
}

html.light-theme .stat-label {
  color: var(--aw-text-primary);
}

html.light-theme .stat-desc {
  color: var(--aw-text-muted);
}

html.light-theme .stat-item {
  border-right-color: var(--aw-border);
}

/* Reason cards (why choose subpage) */
html.light-theme .reason-card {
  background: #ffffff;
  border: 1px solid var(--aw-border);
  backdrop-filter: none;
}

html.light-theme .reason-card:hover {
  border-color: #c8c5bc;
  box-shadow: 0 12px 40px rgba(12, 12, 12, 0.06);
}

html.light-theme .reason-title {
  color: var(--aw-text-primary);
  font-weight: 700;
}

html.light-theme .reason-desc {
  color: var(--aw-text-muted);
}

/* Pillar cards */
html.light-theme .pillar-card {
  background: #ffffff;
  border: 1px solid var(--aw-border);
}

html.light-theme .pillar-title {
  color: var(--aw-text-primary);
}

html.light-theme .pillar-desc {
  color: var(--aw-text-muted);
}

/* ── Footer ───────────────────────────────────────────────────────────── */
html.light-theme .footer-wrapper {
  background: #0c0c0c;
  border-top: none;
}

html.light-theme .footer-logo-text,
html.light-theme .footer-copy,
html.light-theme .footer-designer,
html.light-theme .footer-col-title {
  color: #ffffff;
}

html.light-theme .footer-desc {
  color: rgba(255, 255, 255, 0.55);
}

html.light-theme .footer-link-a {
  color: rgba(255, 255, 255, 0.65);
}

html.light-theme .footer-link-a:hover {
  color: #ffffff;
}

html.light-theme .footer-social-link {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

html.light-theme .footer-social-link:hover {
  background: rgba(255, 255, 255, 0.2);
}

html.light-theme .footer-bottom {
  border-top-color: rgba(255, 255, 255, 0.1);
}

html.light-theme .footer-logo-accent {
  color: #4ade80;
}

html.light-theme .footer-logo-img {
  filter: brightness(0) invert(1);
  opacity: 0.9;
}

/* ── Preloader (light) ─────────────────────────────────────────────────── */
html.light-theme .preloader {
  background-color: #f5f4f0;
}

html.light-theme .spinner {
  border-color: rgba(12, 12, 12, 0.1);
  border-top-color: #0c0c0c;
}

html.light-theme .loader-text {
  color: #6b7280;
}

html.light-theme #loader-percentage {
  color: #0c0c0c;
}

/* ── Scroll-triggered reveal animations (Awake style) ────────────────── */
@keyframes awake-fade-up {
  from {
    opacity: 0;
    transform: translateY(28px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes awake-fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

html.light-theme .hero-overlay>*,
html.light-theme .why-card,
html.light-theme .stat-counter-card,
html.light-theme .marquee-section,
html.light-theme .checklist-card,
html.light-theme .uni-card,
html.light-theme .info-block-card,
html.light-theme .counselling-cta-section {
  animation: awake-fade-up 0.65s cubic-bezier(0.22, 0.61, 0.36, 1) both;
}

html.light-theme .hero-overlay>*:nth-child(1) {
  animation-delay: 0.05s;
}

html.light-theme .hero-overlay>*:nth-child(2) {
  animation-delay: 0.15s;
}

html.light-theme .hero-overlay>*:nth-child(3) {
  animation-delay: 0.25s;
}

html.light-theme .hero-overlay>*:nth-child(4) {
  animation-delay: 0.35s;
}

html.light-theme .why-card:nth-child(1) {
  animation-delay: 0.05s;
}

html.light-theme .why-card:nth-child(2) {
  animation-delay: 0.12s;
}

html.light-theme .why-card:nth-child(3) {
  animation-delay: 0.19s;
}

html.light-theme .why-card:nth-child(4) {
  animation-delay: 0.26s;
}

html.light-theme .why-card:nth-child(5) {
  animation-delay: 0.33s;
}

html.light-theme .why-card:nth-child(6) {
  animation-delay: 0.40s;
}

/* ── Note box ─────────────────────────────────────────────────────────── */
html.light-theme .note-box {
  background: #fffbeb;
  border: 1px solid #fde68a;
  border-radius: 12px;
}

html.light-theme .note-box p {
  color: #92400e;
}

/* ── Admission grid card title groups ─────────────────────────────────── */
html.light-theme .card-subtitle-icon {
  background: #f5f4f0;
  border: 1px solid var(--aw-border);
  border-radius: 10px;
  padding: 8px 12px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  background: var(--color-bg);
  background-attachment: fixed;
  /* fix background to viewport so radial gradient doesn't stretch to black on tall pages */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: var(--color-text);
  font-family: 'Outfit', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  overflow-x: visible;
  overflow-y: auto;
  min-height: 100vh;
  width: 100%;
  transition: background 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

body {
  background: transparent;
  overflow-x: visible;
  overflow-y: auto;
  min-height: 100vh;
  width: 100%;
}

/* Home Page: allow scrolling past the globe */
body.home-page {
  overflow-y: auto;
  height: auto;
}

/* ========================================================================= */
/* FIXED 3D CANVAS                                                           */
/* ========================================================================= */
.canvas-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: auto;
  overflow: hidden;
}

#scroll-canvas {
  display: block;
  width: 100%;
  height: 100%;
  cursor: grab;
}

#scroll-canvas:active {
  cursor: grabbing;
}

/* ========================================================================= */
/* THEME TOGGLE BUTTON                                                       */
/* ========================================================================= */
.theme-toggle-btn {
  background-color: var(--color-glass-bg);
  border: 1px solid var(--color-glass-border);
  border-radius: 50%;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-text);
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  padding: 0;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.theme-toggle-btn:hover {
  border-color: var(--color-accent);
  transform: scale(1.08);
}

.theme-toggle-btn svg {
  transition: transform 0.5s ease;
}

.theme-toggle-btn:hover svg {
  transform: rotate(15deg);
}

/* Hide sun in light theme, show moon */
html.light-theme .theme-toggle-btn .sun-icon {
  display: none;
}

html.light-theme .theme-toggle-btn .moon-icon {
  display: block;
}

/* Hide moon in dark theme (default), show sun */
html:not(.light-theme) .theme-toggle-btn .moon-icon {
  display: none;
}

html:not(.light-theme) .theme-toggle-btn .sun-icon {
  display: block;
}

/* ========================================================================= */
/* HERO DETAILS CARD (SINGLE PAGE HEIGHT)                                    */
/* ========================================================================= */
.main-layout {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 2;
  pointer-events: none;
  /* Let dragging interaction pass to canvas below */
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 10vh;
  /* Situate content card in the upper portion */
}

.scroll-prompt {
  text-align: center;
  background-color: var(--color-glass-bg);
  padding: 28px 48px;
  border-radius: 16px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid var(--color-glass-border);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
  transition: background-color 0.8s, border-color 0.8s, box-shadow 0.8s, color 0.8s;
}

.scroll-prompt h1 {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.25em;
  margin-bottom: 8px;
  background: linear-gradient(135deg, var(--color-accent) 0%, #3b82f6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: color 0.8s;
}

.scroll-prompt p {
  font-size: 0.8rem;
  letter-spacing: 0.2em;
  color: var(--color-text-muted);
  font-weight: 500;
  transition: color 0.8s;
}

.drag-indicator {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
  color: var(--color-accent);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.drag-icon {
  width: 14px;
  height: 14px;
  animation: slide-arrow 2s infinite ease-in-out;
}

@keyframes slide-arrow {

  0%,
  100% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(-4px);
  }
}

/* ========================================================================= */
/* PRELOADER                                                                 */
/* ========================================================================= */
.preloader {
  position: fixed;
  inset: 0;
  z-index: 999;
  background-color: #030406;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.5s ease, visibility 0.5s;
}

.preloader.fade-out {
  opacity: 0;
  visibility: hidden;
}

.loader-inner {
  text-align: center;
}

.spinner {
  width: 40px;
  height: 40px;
  border: 3px solid rgba(0, 242, 254, 0.1);
  border-top-color: #00f2fe;
  border-radius: 50%;
  animation: spin 1s infinite linear;
  margin: 0 auto 16px auto;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.loader-text {
  font-size: 0.9rem;
  letter-spacing: 0.15em;
  color: #94a3b8;
  font-weight: 500;
}

#loader-percentage {
  color: #00f2fe;
  font-weight: 700;
}

/* ========================================================================= */
/* LOGO STYLING                                                              */
/* ========================================================================= */
.logo-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.logo-img {
  height: 80px;
  /* Adjusted logo emblem height to balance with text */
  width: auto;
  display: block;
  filter: drop-shadow(0 0 12px rgba(255, 255, 255, 0.65));
  /* Legibility glow in dark mode */
  transition: filter 0.8s ease;
}

html.light-theme .logo-img {
  filter: none;
  /* Original colors on daylight background */
}

.logo-text {
  font-family: 'Outfit', sans-serif;
  font-size: 2.0rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--color-text);
  text-transform: uppercase;
  transition: color 0.8s ease;
  user-select: none;
}

.logo-text-accent {
  color: var(--color-logo-green);
  font-weight: 700;
  transition: color 0.8s ease;
}

/* ========================================================================= */
/* GLOBAL NAVIGATION BAR                                                     */
/* ========================================================================= */
.navbar-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 60px;
  background-color: var(--color-glass-bg);
  border-bottom: 1px solid var(--color-glass-border);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.03);
  transition: background-color 0.8s, border-color 0.8s;
}

.nav-menu {
  display: flex;
  gap: 36px;
  align-items: center;
}

.nav-link {
  text-decoration: none;
  font-family: 'Outfit', sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--color-text-muted);
  transition: color 0.3s ease, font-weight 0.3s ease;
}

.nav-link:hover,
.nav-link.active {
  color: var(--color-text);
}

.nav-link.active {
  font-weight: 700;
  border-bottom: 2px solid var(--color-accent);
  padding-bottom: 4px;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 24px;
}

/* ── Hamburger Button ─────────────────────────────────────── */
.hamburger-btn {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  background: transparent;
  border: 1px solid var(--color-glass-border);
  border-radius: 10px;
  cursor: pointer;
  padding: 8px;
  transition: background 0.2s, border-color 0.2s;
  z-index: 201;
  position: relative;
}

.hamburger-btn:hover {
  background: var(--color-glass-bg);
  border-color: var(--color-accent);
}

.hamburger-btn .bar {
  display: block;
  width: 20px;
  height: 2px;
  background: var(--color-text);
  border-radius: 4px;
  transition: transform 0.3s ease, opacity 0.3s ease, width 0.3s ease;
  transform-origin: center;
}

.hamburger-btn.open .bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.hamburger-btn.open .bar:nth-child(2) {
  opacity: 0;
  width: 0;
}

.hamburger-btn.open .bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* ── Mobile Nav Overlay ───────────────────────────────────── */
.mobile-nav-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(2, 6, 23, 0.6);
  z-index: 150;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  backdrop-filter: blur(4px);
}

.mobile-nav-overlay.visible {
  opacity: 1;
  pointer-events: auto;
}

.mobile-nav-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: min(300px, 85vw);
  height: 100vh;
  background: #0a1628;
  border-left: 1px solid var(--color-glass-border);
  z-index: 200;
  display: flex;
  flex-direction: column;
  padding: 30px 24px;
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: -20px 0 60px rgba(0, 0, 0, 0.5);
}

html.light-theme .mobile-nav-drawer {
  background: #ffffff;
  border-left-color: #e2e8f0;
  box-shadow: -20px 0 60px rgba(0, 0, 0, 0.1);
}

.mobile-nav-drawer.open {
  transform: translateX(0);
}

.mobile-nav-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 36px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--color-glass-border);
}

html.light-theme .mobile-nav-header {
  border-bottom-color: #e2e8f0;
}

.mobile-nav-logo {
  font-family: 'Outfit', sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--color-text);
  text-decoration: none;
}

.mobile-nav-logo span {
  color: var(--color-accent);
}

.mobile-nav-close {
  width: 36px;
  height: 36px;
  background: transparent;
  border: 1px solid var(--color-glass-border);
  border-radius: 8px;
  cursor: pointer;
  color: var(--color-text);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, border-color 0.2s;
}

.mobile-nav-close:hover {
  background: var(--color-glass-bg);
  border-color: var(--color-accent);
}

.mobile-nav-links {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
}

.mobile-nav-link {
  text-decoration: none;
  font-family: 'Outfit', sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: var(--color-text-muted);
  padding: 12px 16px;
  border-radius: 12px;
  transition: background 0.2s, color 0.2s;
  display: flex;
  align-items: center;
  gap: 10px;
}

.mobile-nav-link:hover,
.mobile-nav-link.active {
  background: rgba(0, 242, 254, 0.07);
  color: var(--color-text);
}

.mobile-nav-link.active {
  font-weight: 700;
  color: var(--color-accent);
}

html.light-theme .mobile-nav-link {
  color: #475569;
}

html.light-theme .mobile-nav-link:hover,
html.light-theme .mobile-nav-link.active {
  background: #f1f5f9;
  color: #0c0c0c;
}

html.light-theme .mobile-nav-link.active {
  color: #0c0c0c;
  font-weight: 700;
}

.mobile-nav-footer {
  padding-top: 20px;
  border-top: 1px solid var(--color-glass-border);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

html.light-theme .mobile-nav-footer {
  border-top-color: #e2e8f0;
}

.mobile-cta-btn {
  display: block;
  text-align: center;
  text-decoration: none;
  font-family: 'Outfit', sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  color: #020617;
  background: linear-gradient(135deg, #00f2fe, #4facfe);
  padding: 13px 24px;
  border-radius: 100px;
  transition: opacity 0.2s, transform 0.2s;
}

.mobile-cta-btn:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

html.light-theme .mobile-cta-btn {
  background: #0c0c0c;
  color: #ffffff;
}

.cta-btn {
  text-decoration: none;
  font-family: 'Outfit', sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 10px 24px;
  border-radius: 30px;
  background-color: var(--color-text);
  color: var(--color-bg-fill);
  border: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

/* ========================================================================= */
/* HOMEPAGE HERO OVERLAY                                                     */
/* ========================================================================= */
.hero-overlay {
  position: absolute;
  top: 180px;
  left: 80px;
  width: 520px;
  z-index: 2;
  pointer-events: auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
  animation: fadeInHero 1s ease-out;
}

@keyframes fadeInHero {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-title {
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--color-text);
}

.hero-title-accent {
  background: linear-gradient(135deg, var(--color-accent) 0%, #22c55e 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-description {
  font-family: 'Outfit', sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.6;
  max-width: 680px;
  padding: 16px 24px;
  border-radius: 20px;
  background: rgba(15, 23, 42, 0.45);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25), inset 0 1px 1px rgba(255, 255, 255, 0.2);
  color: #f8fafc;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  margin: 16px 0;
}

.hero-buttons {
  display: flex;
  gap: 16px;
  margin-top: 8px;
}

.btn-primary {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-family: 'Outfit', sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  padding: 14px 28px;
  border-radius: 30px;
  background: linear-gradient(135deg, var(--color-accent) 0%, #22c55e 100%);
  color: #020617;
  border: none;
  box-shadow: 0 4px 20px rgba(0, 242, 254, 0.25);
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 25px rgba(0, 242, 254, 0.4);
}

.btn-secondary {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-family: 'Outfit', sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  padding: 14px 28px;
  border-radius: 30px;
  background-color: var(--color-glass-bg);
  color: var(--color-text);
  border: 1px solid var(--color-glass-border);
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.btn-secondary:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: var(--color-text);
}

.trust-badge {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--color-text-muted);
  margin-top: 12px;
  background-color: var(--color-glass-bg);
  border: 1px solid var(--color-glass-border);
  padding: 8px 16px;
  border-radius: 30px;
  align-self: flex-start;
}

.trust-badge-icon {
  color: #22c55e;
  font-size: 1.1rem;
}

/* ========================================================================= */
/* SUBPAGE LAYOUT SYSTEM                                                     */
/* ========================================================================= */
.subpage-layout {
  max-width: 1200px;
  margin: 0 auto;
  padding: 140px 40px 80px 40px;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 56px;
}

@keyframes fadeInPage {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.section-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.section-tag {
  align-self: center;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-accent);
  background-color: rgba(0, 242, 254, 0.1);
  padding: 6px 16px;
  border-radius: 20px;
}

.section-title {
  font-size: 2.8rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--color-text);
  line-height: 1.2;
}

.section-title-gradient {
  background: linear-gradient(135deg, var(--color-accent) 0%, #22c55e 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-subtitle {
  font-size: 1.1rem;
  color: var(--color-text-muted);
  line-height: 1.6;
}

/* ========================================================================= */
/* WHY CHOOSE US STYLES                                                      */
/* ========================================================================= */
.stats-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  background-color: var(--color-glass-bg);
  border: 1px solid var(--color-glass-border);
  border-radius: 24px;
  padding: 32px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
}

.stat-num {
  font-size: 2.8rem;
  font-weight: 800;
  color: var(--color-accent);
  background: linear-gradient(135deg, var(--color-accent) 0%, #22c55e 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.stat-label {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--color-text);
}

.stat-desc {
  font-size: 0.85rem;
  color: var(--color-text-muted);
}

.reasons-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 24px;
}

.reason-card {
  background-color: var(--color-glass-bg);
  border: 1px solid var(--color-glass-border);
  border-radius: 20px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.02);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.reason-card:hover {
  transform: translateY(-6px);
  border-color: rgba(0, 242, 254, 0.4);
  box-shadow: 0 12px 40px rgba(0, 242, 254, 0.08);
}

.reason-icon-wrapper {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  background: rgba(0, 242, 254, 0.06);
  border: 1px solid rgba(0, 242, 254, 0.15);
  color: var(--color-accent);
}

.reason-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--color-text);
}

.reason-desc {
  font-size: 0.9rem;
  line-height: 1.55;
  color: var(--color-text-muted);
}

.pillars-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.pillar-card {
  background-color: var(--color-glass-bg);
  border: 1px solid var(--color-glass-border);
  border-radius: 20px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  text-align: center;
  align-items: center;
}

.pillar-icon {
  font-size: 2rem;
  color: var(--color-logo-green);
  margin-bottom: 8px;
}

.pillar-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--color-text);
}

.pillar-desc {
  font-size: 0.9rem;
  line-height: 1.6;
  color: var(--color-text-muted);
}

/* ========================================================================= */
/* UNIVERSITIES PAGE STYLES                                                  */
/* ========================================================================= */
.unis-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

@media (max-width: 900px) {
  .unis-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.uni-card {
  position: relative;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid var(--color-glass-border);
  border-radius: 28px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.3s ease, border-color 0.3s ease;
}

.uni-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.12);
}

.uni-img-wrapper {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
}

.uni-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.uni-card:hover .uni-img {
  transform: scale(1.05);
}

.uni-status-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 20px;
  background-color: rgba(34, 197, 94, 0.9);
  color: #020617;
  letter-spacing: 0.03em;
  backdrop-filter: blur(4px);
}

.uni-content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex-grow: 1;
}

.uni-header-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.uni-country {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-accent);
}

.uni-name {
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--color-text);
  line-height: 1.25;
}

.uni-desc {
  font-size: 0.9rem;
  color: var(--color-text-muted);
  line-height: 1.5;
}

.uni-divider {
  height: 1px;
  background-color: var(--color-glass-border);
  width: 100%;
}

.uni-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.uni-feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9rem;
  color: var(--color-text-muted);
}

.uni-feature-icon {
  color: var(--color-logo-green);
  font-size: 1rem;
}

.uni-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
}

.uni-price {
  display: flex;
  flex-direction: column;
}

.uni-price-label {
  font-size: 0.75rem;
  color: var(--color-text-muted);
  text-transform: uppercase;
}

.uni-price-val {
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--color-text);
}

.uni-apply-btn {
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 8px 16px;
  border-radius: 20px;
  background-color: var(--color-text);
  color: var(--color-bg-fill);
  transition: background-color 0.3s;
}

.uni-apply-btn:hover {
  background-color: var(--color-accent);
  color: #020617;
}

/* ========================================================================= */
/* ADMISSION PAGE STYLES                                                     */
/* ========================================================================= */
.admission-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 56px;
  align-items: start;
}

.info-cards-stack {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.checklist-card {
  background-color: var(--color-glass-bg);
  border: 1px solid var(--color-glass-border);
  border-radius: 24px;
  padding: 36px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.02);
}

.card-subtitle-icon {
  font-size: 1.5rem;
  color: var(--color-accent);
  margin-right: 12px;
}

.card-title-group {
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--color-glass-border);
  padding-bottom: 16px;
}

.checklist-title {
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--color-text);
}

.checklist-desc {
  font-size: 0.95rem;
  color: var(--color-text-muted);
  line-height: 1.5;
}

.checklist-items {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

@media (max-width: 600px) {
  .checklist-items {
    grid-template-columns: 1fr;
  }
}

.checklist-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.95rem;
  color: var(--color-text);
}

.checklist-item-bullet {
  color: var(--color-accent);
  font-size: 1rem;
  margin-top: 2px;
}

.eligibility-rules {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.eligibility-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.eligibility-header {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--color-text);
}

.eligibility-icon {
  color: var(--color-logo-green);
}

.eligibility-subtext {
  font-size: 0.9rem;
  color: var(--color-text-muted);
  padding-left: 26px;
  line-height: 1.5;
}

.note-box {
  background: rgba(0, 242, 254, 0.04);
  border: 1px dashed rgba(0, 242, 254, 0.2);
  border-radius: 16px;
  padding: 20px;
  display: flex;
  gap: 14px;
  font-size: 0.9rem;
  color: var(--color-text-muted);
  line-height: 1.5;
}

.note-box-icon {
  color: var(--color-accent);
  font-size: 1.2rem;
  margin-top: 2px;
}

/* =========================================================================
   ADMISSION PAGE — Full Page Layout
   ========================================================================= */

/* Wide-container page layout */
.adm-page-layout {
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 40px 80px;
}

@media (max-width: 768px) {
  .adm-page-layout {
    padding: 80px 20px 60px;
  }
}

/* Hero */
.adm-hero {
  text-align: center;
  padding: 72px 0 56px;
}

.adm-hero-title {
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  color: var(--color-text-primary);
  margin: 8px 0 14px;
  line-height: 1.1;
}

.adm-hero-sub {
  font-size: 1.05rem;
  color: var(--color-text-muted);
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Generic section wrapper */
.adm-section {
  margin-bottom: 80px;
}

.adm-section-label {
  text-align: center;
  margin-bottom: 40px;
}

.adm-section-title {
  font-size: clamp(1.7rem, 3.5vw, 2.4rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--color-text-primary);
  margin: 8px 0 10px;
  line-height: 1.15;
}

.adm-section-sub {
  font-size: 0.93rem;
  color: var(--color-text-muted);
  max-width: 480px;
  margin: 0 auto;
}

/* ---- Eligibility grid ---- */
.adm-elig-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

@media (max-width: 1024px) {
  .adm-elig-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

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

/* ---- Who Can Apply Banner ---- */
.who-can-apply-banner {
  margin-top: 24px;
  background: var(--color-glass-bg);
  border: 1px solid var(--color-glass-border);
  border-radius: 20px;
  padding: 24px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  position: relative;
  overflow: hidden;
}

.who-can-apply-banner::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, #00f2fe, #3b82f6, #10b981);
}

html.light-theme .who-can-apply-banner {
  background: #ffffff;
  border-color: #e2e8f0;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}

.who-can-apply-left {
  flex: 1;
}

.who-can-apply-tag {
  font-family: 'Outfit', sans-serif;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: var(--color-accent);
  text-transform: uppercase;
  display: block;
  margin-bottom: 4px;
}

.who-can-apply-title {
  font-family: 'Outfit', sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--color-text);
  margin: 0 0 6px 0;
}

html.light-theme .who-can-apply-title {
  color: #0c0c0c;
}

.who-can-apply-desc {
  font-family: 'Outfit', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--color-text-muted);
  margin: 0;
}

html.light-theme .who-can-apply-desc {
  color: #475569;
}

.who-can-apply-flags {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.who-flag-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--color-glass-border);
  padding: 8px 16px;
  border-radius: 100px;
  font-family: 'Outfit', sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--color-text);
  transition: transform 0.2s, border-color 0.2s;
}

.who-flag-chip:hover {
  transform: translateY(-2px);
  border-color: var(--color-accent);
}

html.light-theme .who-flag-chip {
  background: #f8fafc;
  border-color: #e2e8f0;
  color: #0f172a;
}

.who-flag-chip .flag-icon {
  font-size: 1.25rem;
  line-height: 1;
}

@media (max-width: 768px) {
  .who-can-apply-banner {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
  }
}

.adm-elig-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 16px;
  padding: 22px 20px;
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.4s ease, transform 0.4s ease, border-color 0.2s;
}

.adm-elig-card.adm-visible {
  opacity: 1;
  transform: translateY(0);
}

.adm-elig-card:hover {
  border-color: rgba(255, 255, 255, 0.14);
}

html.light-theme .adm-elig-card {
  background: rgba(0, 0, 0, 0.02);
  border-color: rgba(0, 0, 0, 0.07);
}

.adm-elig-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: color-mix(in srgb, var(--elig-c) 12%, transparent);
  border: 1px solid color-mix(in srgb, var(--elig-c) 30%, transparent);
  color: var(--elig-c);
}

.adm-elig-title {
  font-size: 0.97rem;
  font-weight: 700;
  color: var(--color-text-primary);
  margin: 0 0 6px;
}

.adm-elig-desc {
  font-size: 0.82rem;
  color: var(--color-text-muted);
  line-height: 1.5;
  margin: 0;
}

.adm-elig-desc strong {
  color: var(--color-text-primary);
}

/* ---- Documents grid ---- */
.adm-docs-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
  margin-bottom: 20px;
}

@media (max-width: 900px) {
  .adm-docs-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 480px) {
  .adm-docs-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.adm-doc-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 14px;
  padding: 20px 12px;
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.35s ease, transform 0.35s ease, border-color 0.2s, background 0.2s;
}

.adm-doc-card.adm-visible {
  opacity: 1;
  transform: translateY(0);
}

.adm-doc-card:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(212, 175, 55, 0.25);
}

html.light-theme .adm-doc-card {
  background: rgba(0, 0, 0, 0.02);
  border-color: rgba(0, 0, 0, 0.07);
}

.adm-doc-icon {
  font-size: 1.8rem;
  line-height: 1;
}

.adm-doc-name {
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--color-text-primary);
  line-height: 1.3;
}

.adm-doc-note {
  font-size: 0.68rem;
  color: var(--color-text-muted);
}

.adm-doc-note-bar {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 14px 18px;
  background: rgba(212, 175, 55, 0.06);
  border: 1px solid rgba(212, 175, 55, 0.18);
  border-radius: 10px;
  font-size: 0.82rem;
  color: var(--color-text-muted);
  line-height: 1.5;
}

.adm-doc-note-bar svg {
  color: var(--c7);
  flex-shrink: 0;
  margin-top: 2px;
}

.adm-doc-note-bar strong {
  color: var(--color-text-primary);
}

/* ---- Still Confused CTA ---- */
.adm-cta-section {
  margin-bottom: 40px;
}

/* Emoji face wrapper */
.adm-cta-emoji-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
  animation: emojiFloat 4s ease-in-out infinite;
  cursor: default;
  user-select: none;
}

@keyframes emojiFloat {

  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-8px);
  }
}

.adm-cta-face {
  width: 96px;
  height: 96px;
  overflow: visible;
  transform-origin: center;
}

/* Pupil groups get hardware acceleration */
#pupil-l-group,
#pupil-r-group {
  will-change: transform;
}


.adm-cta-card {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(212, 175, 55, 0.2);
  padding: 60px 40px;
  text-align: center;
}

html.light-theme .adm-cta-card {
  background: rgba(0, 0, 0, 0.02);
}

.adm-cta-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 60% at 50% 100%, rgba(212, 175, 55, 0.12) 0%, transparent 70%);
  pointer-events: none;
}

.adm-cta-content {
  position: relative;
  z-index: 1;
}

.adm-cta-emoji {
  font-size: 2.8rem;
  display: block;
  margin-bottom: 12px;
}

.adm-cta-title {
  font-size: clamp(1.9rem, 4vw, 2.8rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  color: var(--color-text-primary);
  margin: 0 0 14px;
}

.adm-cta-sub {
  font-size: 1rem;
  color: var(--color-text-muted);
  max-width: 520px;
  margin: 0 auto 32px;
  line-height: 1.65;
}

.adm-cta-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.adm-cta-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 28px;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  background: linear-gradient(135deg, #d4af37 0%, #f5d06a 100%);
  color: #0a0a0a;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 4px 20px rgba(212, 175, 55, 0.35);
}

.adm-cta-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(212, 175, 55, 0.5);
}

.adm-cta-btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 28px;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  background: rgba(37, 211, 102, 0.1);
  color: #25D366;
  border: 1px solid rgba(37, 211, 102, 0.3);
  transition: transform 0.2s ease, background 0.2s ease;
}

.adm-cta-btn-secondary:hover {
  transform: translateY(-2px);
  background: rgba(37, 211, 102, 0.18);
}

.adm-cta-badges {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.adm-cta-badge {
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--color-text-muted);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 4px 12px;
}

html.light-theme .adm-cta-badge {
  background: rgba(0, 0, 0, 0.04);
  border-color: rgba(0, 0, 0, 0.08);
}

/* Timeline Components */
.timeline-card {
  background-color: var(--color-glass-bg);
  border: 1px solid var(--color-glass-border);
  border-radius: 24px;
  padding: 36px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

/* Transparent wrapper for the timeline section (no card background) */
.timeline-section {
  background: transparent;
  border: none;
  padding: 0;
}

/* Side-by-side checklists top row */
.admission-top-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-bottom: 56px;
  width: 100%;
}

@media (max-width: 768px) {
  .admission-top-row {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 40px;
  }
}

/* Redesigned vertical timeline */
.timeline-container {
  position: relative;
  width: 100%;
  max-width: 1000px;
  height: 840px;
  margin: 40px auto 40px auto;
  display: flex;
  flex-direction: column-reverse;
}

.timeline-row {
  position: relative;
  display: flex;
  height: 120px;
  width: 100%;
  opacity: 0;
  transform: translateY(45px);
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.8s ease;
}

.timeline-row.active {
  opacity: 1;
  transform: translateY(0);
}

.timeline-col-left,
.timeline-col-right {
  width: calc(50% - 60px);
  display: flex;
  align-items: center;
}

.timeline-col-left {
  justify-content: flex-end;
  padding-right: 32px;
}

.timeline-col-right {
  justify-content: flex-start;
  padding-left: 32px;
}

.timeline-col-center {
  width: 120px;
  position: relative;
  height: 100%;
  flex-shrink: 0;
}

.timeline-col-center::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 60px;
  width: 2px;
  background: rgba(212, 175, 55, 0.35);
  transform: translateX(-50%);
  z-index: 1;
}

html.light-theme .timeline-col-center::before {
  background: rgba(212, 175, 55, 0.25);
}

.timeline-badge {
  position: absolute;
  left: 60px;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Outfit', sans-serif;
  font-size: 0.85rem;
  font-weight: 800;
  color: rgba(212, 175, 55, 0.7);
  background-color: var(--color-bg-fill);
  border: 2px solid rgba(212, 175, 55, 0.4);
  box-shadow: none;
  z-index: 3;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.timeline-row.active .timeline-badge {
  transform: translate(-50%, -50%) scale(1);
}

.timeline-row.clicked-active .timeline-badge {
  background-color: #ffffff;
  color: #020617;
  border-color: #d4af37;
  box-shadow: 0 0 20px 6px rgba(212, 175, 55, 0.85), 0 0 8px 2px #ffffff;
  transform: translate(-50%, -50%) scale(1.15);
}

html.light-theme .timeline-badge {
  background-color: #ffffff;
  border-color: rgba(212, 175, 55, 0.5);
  color: rgba(212, 175, 55, 0.8);
}

html.light-theme .timeline-row.clicked-active .timeline-badge {
  background-color: #ffffff;
  color: #0c0c0c;
  border-color: #d4af37;
  box-shadow: 0 0 18px 5px rgba(212, 175, 55, 0.7);
}

.timeline-card-item {
  background: rgba(10, 10, 10, 0.65);
  border: 1px solid rgba(212, 175, 55, 0.22);
  border-radius: 12px;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  gap: 18px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  height: 110px;
  width: 100%;
  max-width: 380px;
  opacity: 0;
  cursor: pointer;
}

.timeline-col-left .timeline-card-item {
  transform: translateX(-50px);
}

.timeline-col-right .timeline-card-item {
  transform: translateX(50px);
}

.timeline-row.active .timeline-card-item {
  opacity: 1;
  transform: translateX(0);
}

html.light-theme .timeline-card-item {
  background: #ffffff;
  border-color: rgba(212, 175, 55, 0.22);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}

.timeline-card-item:hover {
  border-color: rgba(212, 175, 55, 0.55);
  transform: translateY(-4px);
  background: rgba(15, 15, 15, 0.85);
  box-shadow: 0 10px 25px rgba(212, 175, 55, 0.08);
}

html.light-theme .timeline-card-item:hover {
  background: #fcfbfa;
  border-color: rgba(212, 175, 55, 0.5);
}

.timeline-row.clicked-active .timeline-card-item {
  border-color: rgba(212, 175, 55, 0.95);
  box-shadow: 0 0 20px rgba(212, 175, 55, 0.25);
  background: rgba(20, 20, 20, 0.9);
}

html.light-theme .timeline-row.clicked-active .timeline-card-item {
  background: #ffffff;
  border-color: rgba(212, 175, 55, 0.9);
  box-shadow: 0 0 15px rgba(212, 175, 55, 0.18);
}

.timeline-card-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  flex-shrink: 0;
  transition: transform 0.3s;
  background: rgba(212, 175, 55, 0.08);
  color: #d4af37;
}

.timeline-card-item:hover .timeline-card-icon {
  transform: scale(1.1);
}

.timeline-card-step-title {
  font-family: 'Outfit', sans-serif;
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin: 0 0 4px 0;
  color: #d4af37;
}

.timeline-card-step-desc {
  font-family: 'Outfit', sans-serif;
  font-size: 0.88rem;
  color: var(--color-text-muted);
  margin: 0;
  line-height: 1.45;
}

html.light-theme .timeline-card-step-desc {
  color: #4b5563;
}

/* =========================================================================
   ADM THREAD TIMELINE — Compact alternating thread layout
   ========================================================================= */

/* Per-step color palette */
:root {
  --c1: #f97316;
  --c2: #06b6d4;
  --c3: #a855f7;
  --c4: #f43f5e;
  --c5: #6366f1;
  --c6: #0ea5e9;
  --c7: #d4af37;
}

/* Pill tag above section headers */
.section-tag {
  display: inline-block;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--c7);
  background: rgba(212, 175, 55, 0.1);
  border: 1px solid rgba(212, 175, 55, 0.25);
  border-radius: 20px;
  padding: 3px 12px;
  margin-bottom: 4px;
}

/* Gold gradient on title spans */
.section-title-gradient {
  background: linear-gradient(90deg, var(--c7) 0%, #f5d06a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.adm-timeline-section {
  padding: 48px 0 32px;
  max-width: 1100px;
  margin: 0 auto;
}

.adm-timeline-header {
  text-align: center;
  margin-bottom: 36px;
}

.adm-timeline-title {
  font-size: clamp(1.9rem, 4vw, 2.6rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  margin: 8px 0 10px;
  color: var(--color-text-primary);
  line-height: 1.15;
}

.adm-timeline-subtitle {
  font-size: 0.95rem;
  color: var(--color-text-muted);
  max-width: 440px;
  margin: 0 auto;
}

/* Thread wrapper */
.adm-thread-wrap {
  position: relative;
  padding: 8px 0 16px;
}

/* Vertical spine line */
.adm-spine {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  transform: translateX(-50%);
  background: linear-gradient(to bottom,
      transparent 0%,
      rgba(212, 175, 55, 0.25) 8%,
      rgba(212, 175, 55, 0.25) 92%,
      transparent 100%);
  z-index: 0;
}

/* Individual step row */
.adm-step {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-bottom: 14px;
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.45s ease, transform 0.45s ease;
  /* Left-side: card pushed left of center */
  flex-direction: row;
  justify-content: flex-end;
  padding-right: calc(50% + 36px);
}

.adm-step.adm-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Stagger delays */
.adm-step[data-step="1"] {
  transition-delay: 0.05s;
}

.adm-step[data-step="2"] {
  transition-delay: 0.12s;
}

.adm-step[data-step="3"] {
  transition-delay: 0.19s;
}

.adm-step[data-step="4"] {
  transition-delay: 0.26s;
}

.adm-step[data-step="5"] {
  transition-delay: 0.33s;
}

.adm-step[data-step="6"] {
  transition-delay: 0.40s;
}

.adm-step[data-step="7"] {
  transition-delay: 0.47s;
}

/* Right-side steps */
.adm-step.adm-step-right {
  flex-direction: row-reverse;
  justify-content: flex-end;
  padding-right: 0;
  padding-left: calc(50% + 36px);
}

/* Dot on the spine */
.adm-dot {
  position: absolute;
  left: 50%;
  top: 14px;
  transform: translateX(-50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0d1018;
  border: 2px solid currentColor;
  z-index: 2;
  cursor: pointer;
  transition: box-shadow 0.3s ease, transform 0.3s ease, background 0.3s ease;
}

html.light-theme .adm-dot {
  background: #f0f0f8;
}

.adm-dot svg {
  opacity: 0.9;
}

/* Step color classes */
.step-c1 {
  color: var(--c1);
}

.step-c2 {
  color: var(--c2);
}

.step-c3 {
  color: var(--c3);
}

.step-c4 {
  color: var(--c4);
}

.step-c5 {
  color: var(--c5);
}

.step-c6 {
  color: var(--c6);
}

.step-c7 {
  color: var(--c7);
}

/* Click glow on dot */
.adm-step.adm-active .adm-dot.step-c1 {
  box-shadow: 0 0 0 6px rgba(249, 115, 22, 0.2), 0 0 22px 6px rgba(249, 115, 22, 0.45);
  background: rgba(249, 115, 22, 0.12);
  transform: translateX(-50%) scale(1.2);
}

.adm-step.adm-active .adm-dot.step-c2 {
  box-shadow: 0 0 0 6px rgba(6, 182, 212, 0.2), 0 0 22px 6px rgba(6, 182, 212, 0.45);
  background: rgba(6, 182, 212, 0.12);
  transform: translateX(-50%) scale(1.2);
}

.adm-step.adm-active .adm-dot.step-c3 {
  box-shadow: 0 0 0 6px rgba(168, 85, 247, 0.2), 0 0 22px 6px rgba(168, 85, 247, 0.45);
  background: rgba(168, 85, 247, 0.12);
  transform: translateX(-50%) scale(1.2);
}

.adm-step.adm-active .adm-dot.step-c4 {
  box-shadow: 0 0 0 6px rgba(244, 63, 94, 0.2), 0 0 22px 6px rgba(244, 63, 94, 0.45);
  background: rgba(244, 63, 94, 0.12);
  transform: translateX(-50%) scale(1.2);
}

.adm-step.adm-active .adm-dot.step-c5 {
  box-shadow: 0 0 0 6px rgba(99, 102, 241, 0.2), 0 0 22px 6px rgba(99, 102, 241, 0.45);
  background: rgba(99, 102, 241, 0.12);
  transform: translateX(-50%) scale(1.2);
}

.adm-step.adm-active .adm-dot.step-c6 {
  box-shadow: 0 0 0 6px rgba(14, 165, 233, 0.2), 0 0 22px 6px rgba(14, 165, 233, 0.45);
  background: rgba(14, 165, 233, 0.12);
  transform: translateX(-50%) scale(1.2);
}

.adm-step.adm-active .adm-dot.step-c7 {
  box-shadow: 0 0 0 6px rgba(212, 175, 55, 0.2), 0 0 22px 6px rgba(212, 175, 55, 0.55);
  background: rgba(212, 175, 55, 0.12);
  transform: translateX(-50%) scale(1.2);
}

/* Card — fills available half-width so content wraps less */
.adm-card {
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 12px;
  padding: 12px 16px;
  width: 100%;
  cursor: pointer;
  transition: border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

html.light-theme .adm-card {
  background: rgba(0, 0, 0, 0.022);
  border-color: rgba(0, 0, 0, 0.07);
}

.adm-card:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.12);
}

.adm-step.adm-active .adm-card {
  border-color: rgba(212, 175, 55, 0.35);
  box-shadow: 0 4px 28px rgba(212, 175, 55, 0.08);
}

.adm-card-head {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 7px;
  flex-wrap: wrap;
}

.adm-step-label {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 2px 8px;
  border-radius: 20px;
}

.adm-step-label.step-c1 {
  color: var(--c1);
  background: rgba(249, 115, 22, 0.1);
}

.adm-step-label.step-c2 {
  color: var(--c2);
  background: rgba(6, 182, 212, 0.1);
}

.adm-step-label.step-c3 {
  color: var(--c3);
  background: rgba(168, 85, 247, 0.1);
}

.adm-step-label.step-c4 {
  color: var(--c4);
  background: rgba(244, 63, 94, 0.1);
}

.adm-step-label.step-c5 {
  color: var(--c5);
  background: rgba(99, 102, 241, 0.1);
}

.adm-step-label.step-c6 {
  color: var(--c6);
  background: rgba(14, 165, 233, 0.1);
}

.adm-step-label.step-c7 {
  color: var(--c7);
  background: rgba(212, 175, 55, 0.1);
}

.adm-card-title {
  font-size: 0.98rem;
  font-weight: 700;
  color: var(--color-text-primary);
  margin: 0;
  line-height: 1.3;
}

.adm-card-desc {
  font-size: 0.79rem;
  color: var(--color-text-muted);
  line-height: 1.45;
  margin: 0 0 8px;
}

.adm-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.adm-tag {
  font-size: 0.66rem;
  font-weight: 500;
  color: var(--color-text-muted);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 20px;
  padding: 2px 8px;
}

html.light-theme .adm-tag {
  background: rgba(0, 0, 0, 0.04);
  border-color: rgba(0, 0, 0, 0.08);
}

/* Mobile: single column */
@media (max-width: 620px) {
  .adm-spine {
    left: 20px;
    transform: none;
  }

  .adm-step,
  .adm-step.adm-step-right {
    flex-direction: column;
    padding: 0 0 0 56px;
    align-items: flex-start;
  }

  .adm-dot {
    left: 20px;
    top: 12px;
    transform: none;
  }

  .adm-step.adm-active .adm-dot {
    transform: scale(1.18);
  }

  .adm-card {
    max-width: 100%;
  }

  .adm-timeline-section {
    padding: 40px 0 24px;
  }
}

@media (max-width: 768px) {
  .timeline-container {
    height: auto;
    display: flex;
    flex-direction: column;
    margin-top: 40px;
  }

  .timeline-row {
    flex-direction: column;
    height: auto;
    margin-bottom: 32px;
    opacity: 1 !important;
    transform: none !important;
  }

  .timeline-col-left,
  .timeline-col-right {
    width: 100%;
    padding: 0;
    justify-content: flex-start;
  }

  .timeline-col-center {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: flex-start;
    padding-left: 20px;
  }

  .timeline-col-center::before {
    display: none;
  }

  .timeline-badge {
    position: static;
    transform: none !important;
  }

  .timeline-svg {
    display: none;
  }

  .timeline-plane {
    display: none;
  }

  .timeline-card-item {
    opacity: 1 !important;
    transform: none !important;
    max-width: 100%;
  }
}

/* ========================================================================= */
/* CONTACT PAGE STYLES                                                       */
/* ========================================================================= */
.contact-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 56px;
  align-items: start;
}

.contact-card {
  background-color: var(--color-glass-bg);
  border: 1px solid var(--color-glass-border);
  border-radius: 24px;
  padding: 40px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-label {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--color-text);
  letter-spacing: 0.02em;
}

.form-input,
.form-textarea,
.form-select {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid var(--color-glass-border);
  border-radius: 12px;
  padding: 12px 16px;
  font-family: 'Outfit', sans-serif;
  font-size: 0.95rem;
  color: var(--color-text);
  outline: none;
  transition: all 0.3s;
}

html.light-theme .form-input,
html.light-theme .form-textarea,
html.light-theme .form-select {
  background-color: rgba(255, 255, 255, 0.4);
}

.form-input:focus,
.form-textarea:focus,
.form-select:focus {
  border-color: var(--color-accent);
  box-shadow: 0 0 10px rgba(0, 242, 254, 0.15);
}

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

.form-submit-btn {
  font-family: 'Outfit', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  padding: 14px 28px;
  border-radius: 30px;
  background: linear-gradient(135deg, var(--color-accent) 0%, #22c55e 100%);
  color: #020617;
  border: none;
  box-shadow: 0 4px 20px rgba(0, 242, 254, 0.25);
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  margin-top: 10px;
}

.form-submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 25px rgba(0, 242, 254, 0.4);
}

.info-cards-strip {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.info-block-card {
  background-color: var(--color-glass-bg);
  border: 1px solid var(--color-glass-border);
  border-radius: 20px;
  padding: 28px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  display: flex;
  gap: 20px;
}

.info-block-icon-wrapper {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  background: rgba(34, 197, 94, 0.06);
  border: 1px solid rgba(34, 197, 94, 0.15);
  color: var(--color-logo-green);
  flex-shrink: 0;
}

.info-block-content {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.info-block-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--color-text);
}

.info-block-text {
  font-size: 0.95rem;
  line-height: 1.5;
  color: var(--color-text-muted);
}

.info-block-link {
  color: var(--color-accent);
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s;
}

.info-block-link:hover {
  color: var(--color-logo-green);
}

/* 🟢 WhatsApp Contact Capsule Button */
.wa-contact-btn {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  background: rgba(37, 211, 102, 0.14) !important;
  color: #25D366 !important;
  border: 1px solid rgba(37, 211, 102, 0.35) !important;
  padding: 6px 14px !important;
  border-radius: 999px !important;
  font-family: 'Outfit', sans-serif !important;
  font-size: 0.88rem !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  transition: all 0.25s ease !important;
  margin-top: 6px !important;
  width: fit-content !important;
}

.wa-contact-btn:hover {
  background: #25D366 !important;
  color: #ffffff !important;
  border-color: #25D366 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 18px rgba(37, 211, 102, 0.35) !important;
}

.wa-icon-svg {
  width: 16px !important;
  height: 16px !important;
  flex-shrink: 0 !important;
  fill: currentColor !important;
}

/* 📸 Instagram Contact Capsule Button */
.ig-contact-btn {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  background: linear-gradient(135deg, rgba(131, 58, 180, 0.15), rgba(253, 29, 29, 0.15), rgba(252, 176, 69, 0.15)) !important;
  color: #e1306c !important;
  border: 1px solid rgba(225, 48, 108, 0.35) !important;
  padding: 6px 14px !important;
  border-radius: 999px !important;
  font-family: 'Outfit', sans-serif !important;
  font-size: 0.88rem !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  transition: all 0.25s ease !important;
  margin-top: 6px !important;
  width: fit-content !important;
}

.ig-contact-btn:hover {
  background: linear-gradient(135deg, #833ab4, #fd1d1d, #fcb045) !important;
  color: #ffffff !important;
  border-color: transparent !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 18px rgba(225, 48, 108, 0.35) !important;
}

.ig-icon-svg {
  width: 16px !important;
  height: 16px !important;
  flex-shrink: 0 !important;
  stroke: currentColor !important;
}

/* ========================================================================= */
/* FOOTER                                                                    */
/* ========================================================================= */
.footer-wrapper {
  border-top: 1px solid var(--color-glass-border);
  background-color: var(--color-glass-bg);
  padding: 60px 40px 30px 40px;
  position: relative;
  z-index: 2;
  margin-top: 80px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.footer-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}

.footer-col {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-logo-img {
  height: 50px;
  width: auto;
}

.footer-logo-text {
  font-family: 'Outfit', sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--color-text);
  text-transform: uppercase;
}

.footer-logo-accent {
  color: var(--color-logo-green);
}

.footer-desc {
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--color-text-muted);
}

.footer-col-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--color-text);
  letter-spacing: 0.02em;
}

.footer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-link-a {
  text-decoration: none;
  font-size: 0.9rem;
  color: var(--color-text-muted);
  transition: color 0.2s;
}

.footer-link-a:hover {
  color: var(--color-accent);
}

.footer-bottom {
  max-width: 1200px;
  margin: 0 auto;
  border-top: 1px solid var(--color-glass-border);
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-copy {
  font-size: 0.85rem;
  color: var(--color-text-muted);
}

.footer-designer {
  font-size: 0.85rem;
  color: var(--color-text-muted);
}

.footer-designer a,
.footer-copy a {
  color: var(--color-accent);
  text-decoration: none;
  font-weight: 700;
  transition: color 0.2s ease;
}

.footer-designer a:hover,
.footer-copy a:hover {
  color: var(--color-logo-green);
  text-decoration: underline;
}

html.light-theme .footer-designer a,
html.light-theme .footer-copy a {
  color: #0284c7;
}

.footer-socials {
  display: flex;
  gap: 16px;
}

.footer-social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--color-glass-border);
  color: var(--color-text-muted);
  text-decoration: none;
  font-size: 0.9rem;
  transition: all 0.3s;
}

.footer-social-link:hover {
  background-color: var(--color-accent);
  color: #020617;
  border-color: var(--color-accent);
  transform: translateY(-2px);
}

/* ========================================================================= */
/* RESPONSIVE MEDIA QUERIES                                                  */
/* ========================================================================= */
@media (max-width: 1024px) {
  .navbar-wrapper {
    padding: 0 30px;
  }

  .nav-menu {
    gap: 24px;
  }

  .hero-overlay {
    left: 40px;
    top: 150px;
    width: 440px;
  }

  .hero-title {
    font-size: 2.6rem;
  }

  .subpage-layout {
    padding: 120px 30px 60px 30px;
  }

  .stats-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .pillars-section {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .admission-grid,
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .footer-grid {
    grid-template-columns: 1.2fr 0.8fr 1fr;
  }

  .footer-col:last-child {
    grid-column: span 3;
  }
}

@media (max-width: 768px) {
  .navbar-wrapper {
    height: 70px;
    padding: 0 20px;
  }

  .nav-menu {
    display: none;
  }

  .hamburger-btn {
    display: flex;
  }

  .mobile-nav-overlay {
    display: block;
  }

  .nav-actions .theme-toggle-btn {
    display: flex !important;
  }

  .nav-actions .cta-btn {
    display: none; /* hide desktop CTA — it appears in drawer */
  }

  .nav-actions {
    gap: 10px;
  }

  .hero-overlay {
    left: 20px;
    top: 110px;
    width: calc(100% - 40px);
    text-align: center;
    align-items: center;
    background-color: rgba(2, 6, 23, 0.4);
    padding: 24px;
    border-radius: 20px;
    backdrop-filter: blur(8px);
    border: 1px solid var(--color-glass-border);
  }

  .hero-title {
    font-size: 2.2rem;
  }

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

  .btn-primary,
  .btn-secondary {
    padding: 12px 24px;
    font-size: 0.85rem;
  }

  .trust-badge {
    align-self: center;
  }

  .section-title {
    font-size: 2.2rem;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .footer-col:last-child,
  .footer-col {
    grid-column: span 1;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
}

/* ========================================================================= */
/* SCROLLABLE HOME PAGE LAYOUTS                                              */
/* ========================================================================= */
.hero-section {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.hero-section .hero-overlay {
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  left: 80px;
  width: 520px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* ========================================================================= */
/* LOGO MARQUEE COMPONENT                                                    */
/* ========================================================================= */
.marquee-section {
  position: relative;
  z-index: 2;
  background-color: var(--color-glass-bg);
  border-top: 1px solid var(--color-glass-border);
  border-bottom: 1px solid var(--color-glass-border);
  padding: 60px 0;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  display: flex;
  flex-direction: column;
  gap: 24px;
  overflow: hidden;
}

.marquee-title {
  text-align: center;
  font-family: 'Outfit', sans-serif;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  color: var(--color-text-muted);
  text-transform: uppercase;
}

.marquee-container {
  overflow: hidden;
  width: 100%;
  display: flex;
}

.marquee-track {
  display: flex;
  width: max-content;
  gap: 32px;
  animation: scrollMarquee 28s linear infinite;
  padding: 10px 0;
}

@keyframes scrollMarquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.marquee-card {
  display: flex;
  align-items: center;
  gap: 16px;
  background-color: rgba(255, 255, 255, 0.02);
  border: 1px solid var(--color-glass-border);
  padding: 12px 28px;
  border-radius: 50px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
  white-space: nowrap;
}

.marquee-logo-img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.marquee-text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.marquee-uni-name {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--color-text);
}

.marquee-uni-location {
  font-size: 0.7rem;
  font-weight: 600;
  color: var(--color-text-muted);
  text-transform: uppercase;
}

/* ========================================================================= */
/* HOMEPAGE WHY CHOOSE SECTION                                               */
/* ========================================================================= */
.home-why-section {
  position: relative;
  z-index: 2;
  padding: 100px 40px;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 28px;
  /* reduced from 60px to bring header and stats closer together */
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .hero-section .hero-overlay {
    left: 40px;
    width: 460px;
  }

  .home-why-section {
    padding: 80px 30px;
  }
}

@media (max-width: 768px) {
  .hero-section .hero-overlay {
    left: 20px;
    width: calc(100% - 40px);
    text-align: center;
    align-items: center;
    background-color: rgba(2, 6, 23, 0.4);
    padding: 24px;
    border-radius: 20px;
    backdrop-filter: blur(8px);
    border: 1px solid var(--color-glass-border);
  }

  .home-why-section {
    padding: 60px 20px;
  }
}

/* =========================================================================
   AWAKE AGENCY — STATS COUNTER STRIP
   Layout: items separated by vertical pipe dividers
   Style: small + superscript, giant bold number, tiny label below
   ========================================================================= */

.stats-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  padding: 80px 8%;
  background: transparent;
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
}

/* Each stat item */
.stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* center items to match the screenshot */
  text-align: center;
  gap: 14px;
  padding: 0 40px;
  flex: 1;
}

/* Number + prefix row */
.stat-num-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 4px;
  line-height: 1;
}

/* The large number — HUGE like reference screenshot, with padding to prevent clipping */
.stat-num {
  font-family: 'Inter Tight', -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-size: clamp(4.5rem, 8.5vw, 8rem);
  /* decreased slightly to prevent truncation */
  font-weight: 800;
  letter-spacing: -0.03em;
  /* slightly wider to prevent clipping */
  color: var(--color-text);
  line-height: 0.85;
  background: linear-gradient(120deg, var(--color-accent), #3b82f6 80%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: color 0.4s;
  padding-right: 15px;
  /* guarantees the last digit won't get cut off */
}

/* + superscript — sits top-right (after) */
.stat-plus {
  font-family: 'Inter Tight', -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-size: clamp(1.8rem, 3.2vw, 2.8rem);
  font-weight: 700;
  color: var(--color-text);
  line-height: 1;
  margin-top: 6px;
  margin-left: 2px;
  background: linear-gradient(120deg, var(--color-accent), #3b82f6);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ₹ prefix and L / /7 suffix — proportional to big number */
.stat-prefix,
.stat-suffix {
  font-family: 'Inter Tight', -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-size: clamp(2.2rem, 4.5vw, 4rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--color-text);
  line-height: 1;
  margin-top: 8px;
  background: linear-gradient(120deg, var(--color-accent), #3b82f6);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Thin vertical divider pipe */
.stat-divider {
  width: 1px;
  height: 110px;
  /* taller to match bigger numbers */
  background: var(--color-glass-border);
  flex-shrink: 0;
  align-self: center;
  opacity: 0.15;
}

/* Label below the number */
.stat-label {
  font-family: 'Inter Tight', -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--color-text-muted);
  letter-spacing: 0.02em;
  line-height: 1.4;
  margin-top: 6px;
  text-transform: capitalize;
}

/* Star asterisk on 20L */
.stat-star {
  font-size: 0.6em;
  vertical-align: super;
  line-height: 0;
  margin-left: 2px;
  color: var(--color-accent);
}

html.light-theme .stat-star {
  color: #2563eb;
}

/* Subnote under stat label */
.stat-subnote {
  display: block;
  font-family: 'Inter Tight', -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-size: 0.72rem;
  font-weight: 400;
  color: var(--color-text-muted);
  opacity: 0.85;
  margin-top: 6px;
  line-height: 1.35;
}

html.light-theme .stat-subnote {
  color: #6b7280;
}


/* ── Light theme overrides for stats ──────────────────────────────── */
html.light-theme .stat-num,
html.light-theme .stat-plus,
html.light-theme .stat-prefix,
html.light-theme .stat-suffix {
  color: #0c0c0c;
  background: none;
  -webkit-text-fill-color: #0c0c0c;
  background-clip: unset;
  -webkit-background-clip: unset;
}

html.light-theme .stat-label {
  color: #6b7280;
}

html.light-theme .stat-divider {
  background: #e2e0da;
}

html.light-theme .stats-strip {
  background: transparent;
}

/* ── Dark theme divider ───────────────────────────────────────────── */
html:not(.light-theme) .stat-divider {
  background: rgba(255, 255, 255, 0.1);
}

/* ── Responsive ──────────────────────────────────────────────────── */
@media (max-width: 900px) {
  .stats-strip {
    padding: 48px 40px;
    flex-wrap: wrap;
    gap: 0;
  }

  .stat-item {
    padding: 24px 32px;
    max-width: 50%;
    min-width: 40%;
  }

  .stat-divider {
    display: none;
  }
}

@media (max-width: 540px) {
  .stats-strip {
    padding: 32px 24px;
  }

  .stat-item {
    max-width: 100%;
    min-width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid var(--color-glass-border);
  }

  .stat-item:last-child {
    border-bottom: none;
  }
}

/* =========================================================================
   FIX: stat-plus sits at top-right of number (superscript after)
   ========================================================================= */
.stat-num-wrap {
  align-items: flex-start;
  /* number + + aligned at top */
}

.stat-plus {
  /* Position after the number, small, top-aligned */
  font-size: clamp(0.9rem, 1.8vw, 1.4rem);
  font-weight: 700;
  margin-top: 6px;
  /* drop slightly from the cap line */
  margin-left: 2px;
  line-height: 1;
}

/* =========================================================================
   OUR PARTNERS — UNIVERSITY TRUST GRID SECTION
   Matches the screenshot: tag + big headline + 2-row grayscale logo grid
   ========================================================================= */

/* ── Section wrapper ─────────────────────────────────────────────── */
.partners-section {
  position: relative;
  z-index: 2;
  padding: 90px 60px 100px;
  text-align: center;
  background: transparent;
  /* set to transparent to allow the original page gradient background to show through */
  border-top: 1px solid var(--color-glass-border);
  border-bottom: 1px solid var(--color-glass-border);
}

html.light-theme .partners-section {
  background: #ffffff;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-top: 1px solid #e2e0da;
  border-bottom: 1px solid #e2e0da;
}

/* ── "OUR PARTNERS" tag ──────────────────────────────────────────── */
.partners-tag {
  display: block;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

html:not(.light-theme) .partners-tag {
  color: #00f2fe;
}

html.light-theme .partners-tag {
  color: #f97316;
}

/* ── Headline ────────────────────────────────────────────────────── */
.partners-heading {
  font-size: clamp(2rem, 5vw, 3.6rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.1;
  color: var(--color-text);
  margin-bottom: 60px;
}

html.light-theme .partners-heading {
  color: #0c0c0c;
}

.partners-heading-accent {
  background: linear-gradient(120deg, #00f2fe, #3b82f6 80%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

html.light-theme .partners-heading-accent {
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
  -webkit-text-fill-color: #2563eb;
  color: #2563eb;
}

/* ── Uncontained 2-Row Logo Layout (Whole Canvas Area, Max Sizing) ── */
.partners-section {
  padding: 80px 4%;
  background: transparent;
  text-align: center;
  width: 100%;
}

.partners-rows-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  max-width: 1360px;
  margin: 30px auto 0 auto;
}

.partners-row {
  width: 100%;
}

/* Row 1: Exactly 6 logos across on desktop */
.partners-row--6 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
  width: 100%;
  align-items: center;
  justify-items: center;
}

/* Row 2: Exactly 5 logos across on desktop, centered */
.partners-row--5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  width: 88%;
  max-width: 1160px;
  margin: 0 auto;
  align-items: center;
  justify-items: center;
}

@media (max-width: 1024px) {
  .partners-row--6 {
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
  }
  .partners-row--5 {
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    gap: 14px;
  }
}

@media (max-width: 640px) {
  .partners-row--6,
  .partners-row--5 {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    gap: 12px;
  }
}

/* ── Each partner item (Uniform clean card container) ───────────── */
.partner-logo-card,
.partner-logo-card--bg {
  width: 100% !important;
  max-width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 8px 14px !important;
  border-radius: 18px !important;
  background: #ffffff !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18) !important;
  border: 1px solid rgba(255, 255, 255, 0.8) !important;
  transition: transform 0.3s cubic-bezier(.22, .61, .36, 1), box-shadow 0.3s ease !important;
  height: 84px !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}

.partner-logo-card:hover,
.partner-logo-card--bg:hover {
  transform: translateY(-6px) scale(1.02) !important;
  background: #ffffff !important;
  box-shadow: 0 16px 36px rgba(0, 242, 254, 0.35) !important;
  border-color: rgba(0, 242, 254, 0.6) !important;
}

html.light-theme .partner-logo-card,
html.light-theme .partner-logo-card--bg {
  background: #ffffff !important;
  border-color: #e2e8f0 !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08) !important;
}

/* ── Logo image (Uniform height & clean display) ──────────────────── */
.partner-logo-img {
  width: auto !important;
  max-width: 100% !important;
  height: 75px !important;
  max-height: 75px !important;
  object-fit: contain !important;
  filter: none !important;
  transition: transform 0.3s ease !important;
  display: block !important;
}

html.light-theme .partner-logo-img {
  filter: none !important;
}

.partner-logo-card:hover .partner-logo-img,
.partner-logo-card--bg:hover .partner-logo-img {
  transform: scale(1.04) !important;
  filter: none !important;
}

/* ── University name ─────────────────────────────────────────────── */
.partner-logo-name {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--color-text);
  text-align: center;
  line-height: 1.35;
}

html.light-theme .partner-logo-name {
  color: #0c0c0c;
}

/* ── Country badge pill ──────────────────────────────────────────── */
.partner-logo-country {
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--color-text-muted);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--color-glass-border);
  padding: 3px 10px;
  border-radius: 100px;
}

html.light-theme .partner-logo-country {
  color: #6b7280;
  background: #f0efec;
  border-color: #e2e0da;
}

/* ── Responsive ──────────────────────────────────────────────────── */
@media (max-width: 1024px) {
  .partners-section {
    padding: 70px 40px 80px;
  }

  .partners-grid {
    grid-template-columns: repeat(3, minmax(160px, 220px));
  }
}

@media (max-width: 700px) {
  .partners-section {
    padding: 60px 20px 70px;
  }

  .partners-heading {
    margin-bottom: 40px;
  }

  .partners-grid {
    grid-template-columns: repeat(2, minmax(140px, 1fr));
    gap: 14px;
  }

  .partner-logo-card {
    padding: 22px 12px 18px;
  }
}


@media (max-width: 420px) {
  .partners-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

/* =========================================================================
   WHY CHOOSE — HEADING ON ONE LINE + SCROLL HIGHLIGHT + PILLS
   ========================================================================= */

/* ── One-line title ─────────────────────────────────────────────── */
.why-title {
  white-space: nowrap !important;
  overflow: visible !important;
  font-family: 'Inter Tight', -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-size: clamp(1.8rem, 3.4vw, 3.2rem) !important;
  margin-bottom: 28px !important;
  letter-spacing: -0.03em !important;
}

/* ── Scroll-highlight paragraph (Single font, word reveal) ──────── */
.why-highlight-container {
  width: 100%;
  max-width: 1400px;
  padding: 0 8%;
  margin: 10px auto;
  /* tight margins */
  text-align: center;
}

.why-highlight-text {
  font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'SF Pro Text', 'SF Pro', 'Helvetica Neue', Arial, sans-serif !important;
  font-size: clamp(1.6rem, 3.2vw, 2.8rem);
  /* tuned to stay large yet wrap perfectly into exactly two lines */
  font-weight: 600;
  /* changed from 800 to 600 to match original semi-bold weight */
  line-height: 1.35;
  letter-spacing: -0.03em;
  color: var(--color-text);
  max-width: 1700px;
  /* expanded to 1700px to guarantee it fits in exactly two lines on desktop */
  margin: 0 auto;
  text-align: center;
}

/* Each word starts dim in Apple system font */
.hw {
  font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'SF Pro Text', 'SF Pro', 'Helvetica Neue', Arial, sans-serif !important;
  display: inline;
  color: rgba(148, 163, 184, 0.25);
  /* faint slate gray */
  transition: color 0.4s ease;
}

/* Word becomes fully colored when active */
.hw.lit {
  color: var(--color-text);
}

/* Light mode word colors */
html.light-theme .hw {
  color: rgba(12, 12, 12, 0.16);
}

html.light-theme .hw.lit {
  color: #0c0c0c;
}

/* ── Pills container positioning ────────────────────────────────── */
.why-pills-container {
  width: 100%;
  margin-top: 10px;
  /* tight margins */
  margin-bottom: 30px;
  text-align: center;
}

/* ── Pill icons — larger to match bigger text ───────────────────── */
.pill-icon {
  width: 24px;
  height: 24px;
  stroke: currentColor;
  stroke-width: 2.2px;
  flex-shrink: 0;
}

/* ── Keyword pills ───────────────────────────────────────────────── */
.why-pills {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.why-pill {
  font-family: 'Instrument Serif', Georgia, serif !important;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  /* wider gap for larger elements */
  font-size: clamp(1.5rem, 2.2vw, 2rem);
  /* significantly larger text */
  font-weight: 400;
  font-style: italic;
  padding: 14px 36px;
  /* expanded padding for a bigger pill shape */
  border-radius: 100px;
  cursor: default;
  transition: transform 0.2s, box-shadow 0.2s;
  line-height: 1.1;
  text-transform: none;
}

.why-pill:hover {
  transform: translateY(-2px);
}

/* Purple — Affordable MBBS */
.why-pill--purple {
  background: rgba(167, 139, 250, 0.15);
  color: #c084fc;
  border: 1px solid rgba(167, 139, 250, 0.25);
}

html.light-theme .why-pill--purple {
  background: rgba(243, 232, 255, 0.95);
  color: #7c3aed;
  border-color: rgba(167, 139, 250, 0.35);
}

/* Blue — Trusted Guidance */
.why-pill--blue {
  background: rgba(96, 165, 250, 0.15);
  color: #60a5fa;
  border: 1px solid rgba(96, 165, 250, 0.25);
}

html.light-theme .why-pill--blue {
  background: rgba(239, 246, 255, 0.95);
  color: #2563eb;
  border-color: rgba(59, 130, 246, 0.3);
}

/* Orange — Expert Support */
.why-pill--orange {
  background: rgba(251, 191, 36, 0.15);
  color: #fbbf24;
  border: 1px solid rgba(251, 191, 36, 0.25);
}

html.light-theme .why-pill--orange {
  background: rgba(255, 247, 237, 0.95);
  color: #ea580c;
  border-color: rgba(234, 88, 12, 0.25);
}

/* ── Light-theme stat overrides — bigger divider ──────────────────── */
html.light-theme .stat-num,
html.light-theme .stat-plus,
html.light-theme .stat-prefix,
html.light-theme .stat-suffix {
  color: #0c0c0c;
  background: none !important;
  -webkit-text-fill-color: #0c0c0c !important;
  -webkit-background-clip: unset !important;
  background-clip: unset !important;
}

html.light-theme .stat-divider {
  background: #e2e0da;
  height: 100px;
}

/* ── Responsive why-title & highlight ──────────────────────────────── */
@media (max-width: 900px) {
  .why-title {
    white-space: normal !important;
    font-size: clamp(1.6rem, 5vw, 2.4rem) !important;
  }

  .why-highlight-base,
  .why-highlight-reveal {
    font-size: clamp(1.1rem, 2.8vw, 1.8rem) !important;
    line-height: 1.4 !important;
  }
}


/* =========================================================================
   WHY CHOOSE US — STICKY STACKING CARDS ON SCROLL
   ========================================================================= */

.why-stacking-wrapper {
  position: relative;
  max-width: 1200px;
  width: 100%;
  margin: 40px auto 100px auto;
  padding: 0 24px;
  display: block;
  overflow: hidden;
  border-radius: 28px;
}

.stack-card {
  position: relative;
  background: rgba(10, 22, 38, 0.98);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  border-radius: 20px;
  padding: 14px 36px 28px 36px;
  will-change: transform;
  box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.6);
  box-sizing: border-box;
}

.stack-card:last-child {
  margin-bottom: 0;
}

/* TOP LINE WITH VANISHING MECHANISM AT ENDS */
.stack-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg,
      transparent 0%,
      rgba(0, 242, 254, 0.5) 15%,
      rgba(255, 255, 255, 0.6) 50%,
      rgba(0, 242, 254, 0.5) 85%,
      transparent 100%);
  pointer-events: none;
  z-index: 5;
}

/* BOTTOM LINE WITH VANISHING MECHANISM AT ENDS */
.stack-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg,
      transparent 0%,
      rgba(0, 242, 254, 0.5) 15%,
      rgba(255, 255, 255, 0.6) 50%,
      rgba(0, 242, 254, 0.5) 85%,
      transparent 100%);
  pointer-events: none;
  z-index: 5;
}

.stack-card-inner {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 36px;
  align-items: center;
}

.stack-card-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.stack-card-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Outfit', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-accent);
  background: rgba(0, 242, 254, 0.08);
  border: 1px solid rgba(0, 242, 254, 0.2);
  padding: 4px 14px;
  border-radius: 100px;
  align-self: flex-start;
}

.stack-card-title {
  font-family: 'Outfit', sans-serif;
  font-size: clamp(1.6rem, 2.8vw, 2.2rem);
  font-weight: 800;
  color: var(--color-text);
  margin: 0;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.stack-card-desc {
  font-family: 'Outfit', sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  color: var(--color-text-muted);
  margin: 0;
}

.stack-card-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}

.stack-hl-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Outfit', sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--color-text);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--color-glass-border);
  padding: 6px 14px;
  border-radius: 100px;
}

.stack-hl-icon {
  width: 14px;
  height: 14px;
  stroke: var(--color-accent);
  stroke-width: 2.5;
  flex-shrink: 0;
}

.stack-card-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  align-self: flex-start;
  font-family: 'Outfit', sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  color: #ffffff;
  background: var(--color-accent);
  padding: 12px 24px;
  border-radius: 100px;
  text-decoration: none;
  transition: transform 0.2s, opacity 0.2s, box-shadow 0.2s;
  box-shadow: 0 4px 16px rgba(0, 242, 254, 0.25);
  margin-top: 8px;
}

.stack-card-btn:hover {
  transform: translateY(-2px);
  opacity: 0.92;
  box-shadow: 0 6px 20px rgba(0, 242, 254, 0.35);
}

.stack-card-image-wrap {
  position: relative;
  width: 100%;
  height: 320px;
  border-radius: 20px;
  overflow: hidden;
  will-change: opacity;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
}

.stack-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.stack-card:hover .stack-card-img {
  transform: scale(1.05);
}

.stack-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(2, 6, 23, 0) 40%, rgba(2, 6, 23, 0.45) 100%);
  pointer-events: none;
}

/* Light Theme Overrides */
html.light-theme .stack-card {
  background: #ffffff;
  box-shadow: 0 -6px 30px rgba(12, 12, 12, 0.08), 0 12px 35px rgba(12, 12, 12, 0.1);
}

html.light-theme .stack-card::before,
html.light-theme .stack-card::after {
  background: linear-gradient(90deg,
      transparent 0%,
      rgba(12, 12, 12, 0.18) 15%,
      rgba(12, 12, 12, 0.35) 50%,
      rgba(12, 12, 12, 0.18) 85%,
      transparent 100%);
}

html.light-theme .stack-card-badge {
  background: rgba(12, 12, 12, 0.05);
  border-color: rgba(12, 12, 12, 0.12);
  color: var(--aw-accent);
}

html.light-theme .stack-card-title {
  color: var(--aw-text-primary);
}

html.light-theme .stack-card-desc {
  color: var(--aw-text-muted);
}

html.light-theme .stack-hl-item {
  background: #f5f4f0;
  border-color: #e2e0da;
  color: var(--aw-text-primary);
}

html.light-theme .stack-hl-icon {
  stroke: var(--aw-accent);
}

html.light-theme .stack-card-btn {
  background: var(--aw-accent);
  color: #ffffff;
  box-shadow: 0 4px 14px rgba(12, 12, 12, 0.15);
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .why-stacking-wrapper {
    position: relative !important;
    height: auto !important;
    overflow: visible !important;
    padding: 0 16px !important;
    margin: 30px auto 50px auto !important;
  }

  .stack-card {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    transform: none !important;
    padding: 28px 24px;
    margin-bottom: 24px !important;
  }

  .stack-card:last-child {
    margin-bottom: 0 !important;
  }

  .stack-card-inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .stack-card-image-wrap {
    height: 240px;
  }
}

@media (max-width: 640px) {
  .why-stacking-wrapper {
    padding: 0 12px !important;
    margin: 20px auto 40px auto !important;
  }

  .stack-card {
    padding: 20px 16px;
    border-radius: 20px;
    margin-bottom: 20px !important;
  }

  .stack-card-title {
    font-size: 1.4rem;
  }

  .stack-card-image-wrap {
    height: 200px;
  }
}

/* =========================================================================
   POPULAR STUDY DESTINATIONS SECTION
   ========================================================================= */

.destinations-section {
  position: relative;
  z-index: 2;
  padding: 100px 8%;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 36px;
}

/* Header */
.dest-top {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.dest-tag {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--color-accent);
  margin-bottom: 12px;
}

.dest-title {
  font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'SF Pro Text', 'SF Pro', sans-serif !important;
  font-size: clamp(1.8rem, 3.4vw, 3.2rem) !important;
  font-weight: 800;
  margin-bottom: 24px;
  letter-spacing: -0.03em;
  color: var(--color-text);
}

.dest-title span {
  font-family: 'Instrument Serif', Georgia, serif !important;
  font-weight: 400;
  font-style: italic;
  text-transform: none;
}

/* Toggle Container & Buttons */
.dest-toggle-container {
  display: inline-flex;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--color-glass-border);
  padding: 6px;
  border-radius: 100px;
  gap: 6px;
  margin: 10px auto 0 auto;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.dest-toggle-btn {
  background: transparent;
  border: none;
  outline: none;
  padding: 10px 32px;
  border-radius: 100px;
  font-family: 'Outfit', -apple-system, sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--color-text-muted);
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.dest-toggle-btn:hover {
  color: var(--color-text);
}

.dest-toggle-btn.active {
  background: var(--color-text);
  color: var(--color-bg-fill) !important;
}

/* Cards Grid */
.dest-grid-container {
  position: relative;
  width: 100%;
}

.dest-grid {
  display: none;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  width: 100%;
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.dest-grid.active {
  display: grid;
  opacity: 1;
  transform: translateY(0);
}

/* Card */
.dest-card {
  position: relative;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid var(--color-glass-border);
  border-radius: 28px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  cursor: pointer;
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.3s ease, border-color 0.3s ease;
}

.dest-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.12);
}

/* Card Image Wrap */
.dest-card-img-wrap {
  position: relative;
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.dest-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.dest-card:hover .dest-card-img {
  transform: scale(1.05);
}

/* Badges and Arrows */
.dest-card-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background: rgba(5, 5, 8, 0.7);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #ffffff;
  padding: 6px 14px;
  border-radius: 100px;
  font-family: 'Outfit', sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.dest-card-arrow {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0c0c0c;
  transition: background-color 0.3s, transform 0.3s;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.dest-card-arrow svg {
  width: 18px;
  height: 18px;
  transition: transform 0.3s;
}

.dest-card-arrow:hover {
  transform: scale(1.08);
  background-color: var(--color-accent);
  color: #0c0c0c;
}

.dest-card-arrow:hover svg {
  transform: translate(1px, -1px);
}

/* Card Content & Details */
.dest-card-content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.dest-card-title {
  font-family: 'Outfit', -apple-system, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--color-text);
  margin: 0 0 16px 0;
  line-height: 1.35;
}

.dest-card-details {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 22px;
}

.dest-detail-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.88rem;
  color: var(--color-text-muted);
}

.dest-icon {
  width: 16px;
  height: 16px;
  color: var(--color-accent);
  flex-shrink: 0;
}

/* Pills */
.dest-card-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
}

.dest-pill {
  font-family: 'Outfit', -apple-system, sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  background: rgba(0, 242, 254, 0.06);
  border: 1px solid rgba(0, 242, 254, 0.12);
  color: #00f2fe;
  padding: 5px 12px;
  border-radius: 100px;
}

/* Extra Cards & View More Button */
.dest-card--extra {
  display: none !important;
}

.dest-card--extra.show {
  display: flex !important;
  animation: fadeInCard 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) forwards;
}

@keyframes fadeInCard {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.dest-view-more-wrap {
  display: flex;
  justify-content: center;
  margin-top: 36px;
  width: 100%;
}

.dest-view-more-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(0, 242, 254, 0.08);
  border: 1px solid rgba(0, 242, 254, 0.25);
  color: var(--color-accent);
  padding: 13px 36px;
  border-radius: 100px;
  font-family: 'Outfit', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  backdrop-filter: blur(8px);
}

.dest-view-more-btn:hover {
  background: var(--color-accent);
  color: #020617;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 242, 254, 0.3);
}

.dest-view-more-btn svg {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}

.dest-view-more-btn.open svg {
  transform: rotate(180deg);
}

/* =========================================================================
   ABOUT US SECTION — ESTABLISHED IN 2020
   ========================================================================= */
.about-section {
  position: relative;
  padding: 110px 8%;
  background: var(--color-bg-fill);
  overflow: hidden;
  scroll-margin-top: 90px;
}

.about-container {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 60px;
  align-items: center;
}

.about-visual-col {
  position: relative;
}

.about-image-card {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid var(--color-glass-border);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.4);
  background: rgba(15, 23, 42, 0.6);
}

.about-img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.about-image-card:hover .about-img {
  transform: scale(1.03);
}

.about-img-glass-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(2, 6, 23, 0.05) 0%, rgba(2, 6, 23, 0.35) 100%);
  pointer-events: none;
}

.about-badge-established {
  position: absolute;
  top: 24px;
  right: 24px;
  background: rgba(2, 6, 23, 0.75);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(0, 242, 254, 0.3);
  padding: 12px 20px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.about-est-year {
  font-family: 'Outfit', sans-serif;
  font-size: 1.4rem;
  font-weight: 800;
  background: linear-gradient(135deg, #00f2fe 0%, #4facfe 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
}

.about-est-label {
  font-family: 'Outfit', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: var(--color-text-muted);
}

.about-quote-card {
  position: relative;
  z-index: 2;
  flex: 1;
  min-width: 0;
  background: rgba(15, 23, 42, 0.85);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid var(--color-glass-border);
  padding: 16px 18px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
}

.about-leadership-row {
  margin-top: -30px;
  position: relative;
  z-index: 2;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.about-leadership-row .about-quote-card {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

@media (max-width: 640px) {
  .about-leadership-row {
    flex-direction: column;
  }
}

.about-quote-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, #00f2fe 0%, #4facfe 100%);
  color: #020617;
  font-family: 'Outfit', sans-serif;
  font-weight: 800;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.about-quote-p {
  font-size: 0.88rem;
  color: var(--color-text);
  font-style: italic;
  margin: 0 0 4px 0;
  line-height: 1.4;
}

.about-quote-author {
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--color-accent);
}

.about-tag {
  display: inline-block;
  font-family: 'Outfit', sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--color-accent);
  background: rgba(0, 242, 254, 0.08);
  border: 1px solid rgba(0, 242, 254, 0.2);
  padding: 6px 16px;
  border-radius: 100px;
  margin-bottom: 18px;
}

.about-heading {
  font-family: 'Outfit', sans-serif;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.2;
  color: var(--color-text);
  margin: 0 0 20px 0;
}

.about-heading-accent {
  background: linear-gradient(135deg, #00f2fe 0%, #4facfe 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hw.about-heading-accent {
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
  -webkit-text-fill-color: initial;
  color: rgba(148, 163, 184, 0.25);
}

.hw.about-heading-accent.lit {
  background: linear-gradient(135deg, #00f2fe 0%, #4facfe 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

html.light-theme .hw.about-heading-accent {
  color: rgba(12, 12, 12, 0.16);
}

html.light-theme .hw.about-heading-accent.lit {
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
  -webkit-text-fill-color: #2563eb;
  color: #2563eb;
}

.about-description {
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--color-text);
  margin: 0 0 14px 0;
}

.about-subdescription {
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--color-text-muted);
  margin: 0 0 32px 0;
}

.about-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 36px;
}

.about-stat-item {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--color-glass-border);
  padding: 18px 14px;
  border-radius: 16px;
  text-align: center;
  backdrop-filter: blur(8px);
  transition: transform 0.3s ease;
}

.about-stat-item:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 242, 254, 0.3);
}

.about-stat-number {
  font-family: 'Outfit', sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--color-accent);
  margin: 0 0 4px 0;
}

.about-stat-label {
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--color-text-muted);
  margin: 0;
}

@media (max-width: 992px) {
  .about-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .about-stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

html.light-theme .about-section {
  background: #ffffff !important;
}

html.light-theme .destinations-section {
  background: var(--aw-bg) !important;
}

html.light-theme .about-stat-item {
  background: #ffffff;
  border-color: #e2e8f0;
}

html.light-theme .about-quote-card {
  background: rgba(255, 255, 255, 0.9);
  border-color: #e2e8f0;
}

html.light-theme .about-quote-p {
  color: #0f172a;
}


/* =========================================================================
   LIGHT THEME OVERRIDES
   ========================================================================= */

html.light-theme .dest-title {
  color: #0c0c0c;
}

html.light-theme .dest-tag {
  color: #0c0c0c;
}

html.light-theme .dest-toggle-container {
  background: #e2e0da;
  border-color: #d1cfc9;
}

html.light-theme .dest-toggle-btn {
  color: #6b7280;
}

html.light-theme .dest-toggle-btn:hover {
  color: #0c0c0c;
}

html.light-theme .dest-toggle-btn.active {
  background: #0c0c0c;
  color: #ffffff !important;
}

html.light-theme .dest-card {
  background: #ffffff;
  border-color: #e2e0da;
}

html.light-theme .dest-card:hover {
  box-shadow: 0 20px 40px rgba(12, 12, 12, 0.08);
  border-color: #d1cfc9;
}

html.light-theme .dest-card-title {
  color: #0c0c0c;
}

html.light-theme .dest-detail-item {
  color: #6b7280;
}

html.light-theme .dest-icon {
  color: #0c0c0c;
}

html.light-theme .dest-pill {
  background: rgba(12, 12, 12, 0.04);
  border-color: rgba(12, 12, 12, 0.08);
  color: #0c0c0c;
}

html.light-theme .dest-card-badge {
  background: rgba(255, 255, 255, 0.9);
  color: #0c0c0c;
  border-color: #e2e0da;
}

html.light-theme .dest-card-arrow {
  background: #0c0c0c;
  color: #ffffff;
}

html.light-theme .dest-card-arrow:hover {
  background-color: #e2e0da;
  color: #0c0c0c;
}


/* =========================================================================
   RESPONSIVE DESIGN
   ========================================================================= */

@media (max-width: 768px) {
  .destinations-section {
    padding: 60px 24px;
    gap: 28px;
  }

  .dest-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .dest-card-img-wrap {
    height: 220px;
  }
}

/* =========================================================================
   COUNSELLING CTA SECTION
   ========================================================================= */
.counselling-cta-section {
  position: relative;
  z-index: 2;
  background-color: var(--color-glass-bg);
  border-top: 1px solid var(--color-glass-border);
  border-bottom: 1px solid var(--color-glass-border);
  padding: 50px 40px;
  width: 100%;
  text-align: center;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.counselling-cta-content {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.counselling-cta-tag {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--color-accent);
  margin-bottom: 0;
}

.counselling-cta-title {
  font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'SF Pro Text', 'SF Pro', sans-serif !important;
  font-size: clamp(1.8rem, 3.4vw, 3.2rem) !important;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.25;
  color: var(--color-text);
  margin: 0;
}

.counselling-cta-desc {
  font-family: 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 1.05rem;
  line-height: 1.6;
  color: var(--color-text-muted);
  max-width: 100%;
  margin: 4px auto 8px auto;
}

.counselling-cta-btn {
  margin-top: 0;
}

.counselling-btn-icon {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  stroke-width: 2.5px;
  flex-shrink: 0;
}

/* Light theme overrides */
html.light-theme .counselling-cta-section {
  background: #ffffff;
  border-top: 1px solid var(--aw-border);
  border-bottom: 1px solid var(--aw-border);
  backdrop-filter: none;
}

html.light-theme .counselling-cta-tag {
  color: var(--aw-accent);
}

html.light-theme .counselling-cta-title {
  color: var(--aw-text-primary);
}

html.light-theme .counselling-cta-desc {
  color: var(--aw-text-muted);
}

@media (max-width: 768px) {
  .counselling-cta-section {
    padding: 40px 24px;
  }
}

.counselling-cta-section+.footer-wrapper {
  margin-top: 0;
  border-top: none;
}

.counselling-cta-highlight-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  margin-bottom: 8px;
}

.cta-serif-italic {
  font-family: 'Instrument Serif', Georgia, serif !important;
  font-style: italic !important;
  font-weight: 400 !important;
  text-transform: none !important;
}

/* =========================================================================
   TESTIMONIALS SECTION (INFINITE MARQUEE SCROLL)
   ========================================================================= */
.testimonials-section {
  padding: 80px 40px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  background-color: transparent;
}

.testimonials-header {
  text-align: center;
  margin-bottom: 50px;
}

.testimonials-tag {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--color-accent);
  margin-bottom: 12px;
}

.testimonials-title {
  font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'SF Pro Text', 'SF Pro', sans-serif !important;
  font-size: clamp(2rem, 4vw, 3.2rem) !important;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--color-text);
  margin: 0;
}

.testimonials-title .hw {
  display: inline-block;
  color: rgba(255, 255, 255, 0.16);
  transition: color 0.3s ease;
}

.testimonials-title .hw.lit {
  color: #ffffff;
}

.testimonials-title .hw.testimonials-serif-italic {
  font-family: 'Instrument Serif', Georgia, serif !important;
  font-style: italic !important;
  font-weight: 400 !important;
  text-transform: none !important;
}

/* Light Mode Title Overrides */
html.light-theme .testimonials-title .hw {
  color: rgba(12, 12, 12, 0.16);
}

html.light-theme .testimonials-title .hw.lit {
  color: #0c0c0c;
}

/* Marquee Container */
.testimonials-marquee-wrapper {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden;
  display: flex;
}

/* Left & Right Fade Gradients */
.testimonials-marquee-wrapper::before,
.testimonials-marquee-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  width: 15%;
  height: 100%;
  z-index: 3;
  pointer-events: none;
}

.testimonials-marquee-wrapper::before {
  left: 0;
  background: linear-gradient(to right, var(--color-bg) 0%, rgba(12, 12, 12, 0) 100%);
}

.testimonials-marquee-wrapper::after {
  right: 0;
  background: linear-gradient(to left, var(--color-bg) 0%, rgba(12, 12, 12, 0) 100%);
}

html.light-theme .testimonials-marquee-wrapper::before {
  background: linear-gradient(to right, var(--aw-bg) 0%, rgba(255, 255, 255, 0) 100%);
}

html.light-theme .testimonials-marquee-wrapper::after {
  background: linear-gradient(to left, var(--aw-bg) 0%, rgba(255, 255, 255, 0) 100%);
}

/* Track holding the cards */
.testimonials-track {
  display: flex;
  gap: 30px;
  width: max-content;
  animation: scroll-left 35s linear infinite;
}

/* Pause on Hover */
.testimonials-marquee-wrapper:hover .testimonials-track {
  animation-play-state: paused;
}

@keyframes scroll-left {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(-50%, 0, 0);
  }
}

/* Testimonial Card */
.testimonial-card {
  width: 380px;
  background: var(--color-glass-bg);
  border: 1px solid var(--color-glass-border);
  border-radius: 20px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-4px);
  border-color: rgba(6, 182, 212, 0.4);
  box-shadow: 0 10px 30px -10px rgba(6, 182, 212, 0.2);
}

.testimonial-quote {
  font-family: 'Outfit', -apple-system, sans-serif;
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--color-text-muted);
  margin: 0;
  position: relative;
}

.testimonial-quote::before {
  content: "“";
  font-family: Georgia, serif;
  font-size: 3rem;
  position: absolute;
  left: -15px;
  top: -25px;
  color: rgba(6, 182, 212, 0.15);
  line-height: 1;
}

.testimonial-student {
  display: flex;
  align-items: center;
  gap: 15px;
}

.testimonial-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  box-shadow: 0 4px 10px rgba(6, 182, 212, 0.3);
}

.testimonial-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.testimonial-name {
  font-family: 'Outfit', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--color-text);
}

.testimonial-meta {
  font-family: 'Outfit', sans-serif;
  font-size: 0.78rem;
  color: var(--color-text-muted);
}

.testimonial-stars {
  display: flex;
  gap: 3px;
}

.testimonial-star-icon {
  width: 14px;
  height: 14px;
  fill: #eab308;
}

html.light-theme .testimonials-title {
  color: var(--aw-text-primary);
}

html.light-theme .testimonials-tag {
  color: var(--aw-accent);
}

html.light-theme .testimonial-card {
  background: #ffffff;
  border: 1px solid var(--aw-border);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}

html.light-theme .testimonial-card:hover {
  border-color: var(--aw-accent);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

html.light-theme .testimonial-name {
  color: var(--aw-text-primary);
}

html.light-theme .testimonial-meta {
  color: var(--aw-text-muted);
}

html.light-theme .testimonial-quote {
  color: var(--aw-text-muted);
}

@media (max-width: 768px) {
  .testimonial-card {
    width: 320px;
    padding: 20px;
  }

  .testimonials-section {
    padding: 50px 20px;
  }
}

/* Light theme overrides for partner university directory cards */
html.light-theme .uni-card {
  background: #ffffff;
  border-color: #e2e0da;
}

html.light-theme .uni-card:hover {
  box-shadow: 0 20px 40px rgba(12, 12, 12, 0.08);
  border-color: #d1cfc9;
}

/* =========================================================================
   FLOATING SIDE WIDGETS (WhatsApp, Enquire Now, Instagram)
   ========================================================================= */
.side-widgets-container {
  position: fixed;
  right: 0;
  top: 55%;
  transform: translateY(-50%);
  z-index: 9990;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-end;
}

.side-widget-tab {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #121824;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-right: none;
  border-radius: 16px 0 0 16px;
  padding: 16px 12px 14px 12px;
  text-decoration: none;
  cursor: pointer;
  box-shadow: -4px 6px 20px rgba(0, 0, 0, 0.4);
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  user-select: none;
}

.side-widget-tab:hover {
  transform: translateX(-6px);
}

.side-widget-text {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
  font-family: 'Outfit', sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: inherit;
  line-height: 1;
}

/* Instagram Tab */
.side-widget-tab.tab-instagram {
  background: #161b26;
  border-color: rgba(234, 179, 8, 0.3);
  color: #fef08a;
}
.side-widget-tab.tab-instagram:hover {
  background: #0d111a;
  border-color: #eab308;
  color: #ffffff;
  box-shadow: -6px 8px 24px rgba(234, 179, 8, 0.25);
}

/* Enquiry Tab */
.side-widget-tab.tab-enquiry {
  background: #141a29;
  border-color: rgba(0, 242, 254, 0.3);
  color: #e0f2fe;
}
.side-widget-tab.tab-enquiry:hover {
  background: #0f172a;
  border-color: #00f2fe;
  color: #00f2fe;
  box-shadow: -6px 8px 24px rgba(0, 242, 254, 0.25);
}

/* WhatsApp Tab */
.side-widget-tab.tab-whatsapp {
  background: #25D366;
  border-color: rgba(37, 211, 102, 0.4);
  color: #ffffff;
  padding: 14px 14px;
  border-radius: 20px 0 0 20px;
}
.side-widget-tab.tab-whatsapp:hover {
  background: #20bd5a;
  box-shadow: -6px 8px 24px rgba(37, 211, 102, 0.4);
}

.side-widget-icon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}

/* Light Theme Overrides */
html.light-theme .side-widget-tab {
  background: #ffffff;
  color: #1f2937;
  border-color: #e5e7eb;
  box-shadow: -4px 6px 20px rgba(0, 0, 0, 0.1);
}
html.light-theme .side-widget-tab.tab-instagram {
  background: #fffdf0;
  border-color: #fef08a;
  color: #854d0e;
}
html.light-theme .side-widget-tab.tab-enquiry {
  background: #f0fdfa;
  border-color: #ccfbf1;
  color: #0f766e;
}
html.light-theme .side-widget-tab.tab-whatsapp {
  background: #25D366;
  color: #ffffff;
}

/* Side Enquiry Modal */
.side-enquiry-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.side-enquiry-modal-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.side-enquiry-modal-card {
  background: #0f172a;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 24px;
  width: 100%;
  max-width: 440px;
  padding: 32px 28px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
  position: relative;
  transform: scale(0.92) translateY(20px);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  font-family: 'Outfit', sans-serif;
  color: #ffffff;
}

.side-enquiry-modal-overlay.active .side-enquiry-modal-card {
  transform: scale(1) translateY(0);
}

.side-enquiry-close-btn {
  position: absolute;
  top: 18px;
  right: 18px;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  color: #ffffff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}

.side-enquiry-close-btn:hover {
  background: rgba(255, 255, 255, 0.25);
}

html.light-theme .side-enquiry-modal-card {
  background: #ffffff;
  border-color: #e2e8f0;
  color: #0f172a;
}
html.light-theme .side-enquiry-close-btn {
  background: #f1f5f9;
  color: #0f172a;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .side-widgets-container {
    top: 50% !important;
    transform: translateY(-50%) !important;
    gap: 8px !important;
  }
}

/* FORCE VISIBILITY FOR FLOATING SIDE WIDGETS */
.side-widgets-container {
  position: fixed !important;
  right: 0 !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  z-index: 999999 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
  align-items: flex-end !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.side-widget-tab {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  visibility: visible !important;
  opacity: 1 !important;
}


/* Country Filter Count Badges */
.dest-count-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 8px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 700;
  margin-left: 6px;
  background: rgba(255, 255, 255, 0.15);
  color: inherit;
  transition: background 0.2s ease, color 0.2s ease;
}

.dest-toggle-btn.active .dest-count-badge {
  background: rgba(255, 255, 255, 0.3);
  color: #ffffff;
}

html.light-theme .dest-count-badge {
  background: rgba(0, 0, 0, 0.08);
  color: #374151;
}

html.light-theme .dest-toggle-btn.active .dest-count-badge {
  background: rgba(255, 255, 255, 0.3);
  color: #ffffff;
}

/* =========================================================================
   COMPREHENSIVE MOBILE DEVICE OPTIMIZATION (PHONES & TABLETS)
   ========================================================================= */

/* Prevent horizontal overflow across the page */
html, body {
  overflow-x: hidden !important;
  max-width: 100vw !important;
}

@media (max-width: 992px) {
  /* Hero section tablet & mobile adjustment */
  .hero-section {
    min-height: 85vh !important;
    padding-top: 90px !important;
    padding-bottom: 40px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
  }

  .hero-overlay {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    width: 100% !important;
    max-width: 640px !important;
    padding: 20px 24px !important;
    margin: 0 auto !important;
    align-items: center !important;
    text-align: center !important;
    gap: 20px !important;
  }

  .hero-title {
    font-size: clamp(2.2rem, 7vw, 3.4rem) !important;
    text-align: center !important;
  }

  .hero-description {
    font-size: 1rem !important;
    text-align: center !important;
    max-width: 100% !important;
  }

  .hero-buttons {
    width: 100% !important;
    max-width: 360px !important;
    flex-direction: column !important;
    gap: 12px !important;
    margin: 8px auto 0 auto !important;
  }

  .btn-primary, .btn-secondary {
    width: 100% !important;
    justify-content: center !important;
    text-align: center !important;
  }

  .trust-badge {
    align-self: center !important;
  }

  .canvas-wrapper {
    position: absolute !important;
    inset: 0 !important;
    opacity: 0.55 !important;
    pointer-events: none !important;
  }

  /* About section tablet */
  .about-container {
    grid-template-columns: 1fr !important;
    gap: 40px !important;
  }
}

@media (max-width: 768px) {
  /* Navbar Mobile Layout */
  .navbar-wrapper {
    padding: 0 16px !important;
    height: 66px !important;
  }

  .logo-img {
    height: 42px !important;
  }

  .logo-text {
    font-size: 1.15rem !important;
    letter-spacing: 0.02em !important;
  }

  .nav-menu {
    gap: 14px !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
    padding-bottom: 2px !important;
    max-width: 45vw !important;
    scrollbar-width: none;
  }
  .nav-menu::-webkit-scrollbar {
    display: none;
  }

  .nav-link {
    font-size: 0.8rem !important;
    white-space: nowrap !important;
  }

  .nav-actions {
    gap: 10px !important;
  }

  .cta-btn {
    padding: 8px 14px !important;
    font-size: 0.76rem !important;
    border-radius: 20px !important;
    white-space: nowrap !important;
  }

  .theme-toggle-btn {
    width: 36px !important;
    height: 36px !important;
  }

  /* Marquee Section */
  .marquee-section {
    padding: 36px 0 !important;
  }

  .marquee-label {
    margin-bottom: 20px !important;
    font-size: 0.65rem !important;
  }

  .marquee-card {
    padding: 10px 18px !important;
    border-radius: 40px !important;
  }

  .mq-logo {
    width: 34px !important;
    height: 34px !important;
  }

  .mq-name {
    font-size: 0.82rem !important;
  }

  /* Why Choose Us Section */
  .home-why-section {
    padding: 50px 0 !important;
  }

  .why-title {
    white-space: normal !important;
    font-size: clamp(1.6rem, 5.5vw, 2.2rem) !important;
    text-align: center !important;
  }

  .why-highlight-container {
    padding: 0 16px !important;
  }

  .why-highlight-text {
    font-size: clamp(1.25rem, 4.2vw, 1.8rem) !important;
    line-height: 1.4 !important;
  }

  .why-pills-container {
    margin-bottom: 20px !important;
  }

  .why-pills {
    gap: 8px !important;
    justify-content: center !important;
  }

  .why-pill {
    font-size: clamp(0.95rem, 3.5vw, 1.25rem) !important;
    padding: 8px 18px !important;
  }

  /* Sticky Stacking Cards on Mobile */
  .why-stacking-wrapper {
    padding: 0 12px !important;
    margin: 20px auto 40px auto !important;
  }

  .stack-card {
    padding: 20px 16px !important;
    border-radius: 18px !important;
    margin-bottom: 24px !important;
    top: 0 !important;
    transform: none !important;
  }

  .stack-card-inner {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  .stack-card-title {
    font-size: 1.4rem !important;
  }

  .stack-card-desc {
    font-size: 0.9rem !important;
    line-height: 1.55 !important;
  }

  .stack-card-image-wrap {
    height: 190px !important;
    border-radius: 14px !important;
  }

  .stack-hl-item {
    font-size: 0.78rem !important;
    padding: 4px 10px !important;
  }

  /* Destinations Section & Grid */
  .destinations-section {
    padding: 50px 16px !important;
  }

  .dest-title {
    font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important;
  }

  .dest-toggle-container {
    gap: 6px !important;
  }

  .dest-toggle-btn {
    padding: 8px 12px !important;
    font-size: 0.8rem !important;
  }

  .dest-grid {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }

  .dest-card {
    border-radius: 18px !important;
  }

  .dest-card-img-wrap {
    height: 200px !important;
  }

  /* Partners Grid */
  .partners-section {
    padding: 50px 16px !important;
  }

  .partners-heading {
    font-size: clamp(1.5rem, 5vw, 2.2rem) !important;
    margin-bottom: 28px !important;
  }

  .partners-rows-container {
    gap: 12px !important;
  }

  .partners-row--6, .partners-row--5 {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px !important;
    width: 100% !important;
  }

  .partner-logo-card {
    height: 66px !important;
    padding: 6px 10px !important;
    border-radius: 14px !important;
  }

  .partner-logo-img {
    height: 50px !important;
    max-height: 50px !important;
  }

  /* Testimonials */
  .testimonials-section {
    padding: 50px 16px !important;
  }

  .testimonials-title {
    font-size: clamp(1.5rem, 5vw, 2.2rem) !important;
  }

  .testimonial-card {
    width: 290px !important;
    padding: 20px 16px !important;
    border-radius: 16px !important;
  }

  .testimonial-quote {
    font-size: 0.88rem !important;
  }

  /* About Us Section Mobile */
  .about-section {
    padding: 50px 16px !important;
  }

  .about-container {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
  }

  .about-img {
    height: 240px !important;
    border-radius: 18px !important;
  }

  .about-badge-established {
    top: 14px !important;
    right: 14px !important;
    padding: 8px 14px !important;
  }

  .about-est-year {
    font-size: 1.15rem !important;
  }

  .about-quote-card {
    margin-left: 12px !important;
    margin-right: 12px !important;
    margin-top: -24px !important;
    padding: 14px 16px !important;
  }

  .about-content-col {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
  }

  .about-tag {
    align-self: center !important;
  }

  .about-heading {
    font-size: clamp(1.6rem, 5.5vw, 2.2rem) !important;
    text-align: center !important;
  }

  .about-description, .about-subdescription {
    font-size: 0.92rem !important;
    text-align: center !important;
  }

  .about-stats-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px !important;
    margin-bottom: 24px !important;
  }

  .about-stat-item {
    padding: 14px 10px !important;
    border-radius: 12px !important;
  }

  .about-stat-number {
    font-size: 1.4rem !important;
  }

  /* Counselling Banner Mobile */
  .counselling-cta-section {
    padding: 40px 16px !important;
  }

  .counselling-cta-title {
    font-size: clamp(1.4rem, 4.8vw, 2rem) !important;
  }

  .counselling-cta-desc {
    font-size: 0.9rem !important;
  }

  .counselling-cta-btn {
    width: 100% !important;
    max-width: 280px !important;
    justify-content: center !important;
  }

  /* Footer Mobile */
  .footer-wrapper {
    padding: 40px 20px 24px 20px !important;
  }

  .footer-grid {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }

  .footer-bottom {
    flex-direction: column !important;
    gap: 10px !important;
    text-align: center !important;
    align-items: center !important;
  }

  .footer-copy,
  .footer-designer {
    text-align: center !important;
  }
}

@media (max-width: 480px) {
  .logo-text {
    font-size: 1.0rem !important;
  }

  .hero-buttons {
    max-width: 100% !important;
  }

  .partners-row--6, .partners-row--5 {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .testimonial-card {
    width: 270px !important;
  }

  .side-widgets-container {
    transform: translateY(-50%) scale(0.85) !important;
    transform-origin: right center !important;
  }
}

/* =========================================================================
   MASTER LIGHT THEME SYSTEM OVERRIDE (FINAL CASCADE RULE)
   ========================================================================= */
html.light-theme,
html.light-theme body,
html.light-theme main,
html.light-theme section,
html.light-theme header,
html.light-theme footer,
html.light-theme div.hero-section,
html.light-theme div.marquee-section,
html.light-theme div.home-why-section,
html.light-theme div.destinations-section,
html.light-theme div.partners-section,
html.light-theme div.about-section,
html.light-theme div.counselling-cta-section,
html.light-theme div.testimonials-section,
html.light-theme main.adm-page-layout,
html.light-theme header.adm-hero,
html.light-theme section.adm-section,
html.light-theme main.contact-page-layout,
html.light-theme header.contact-hero,
html.light-theme section.contact-section,
html.light-theme main.why-page,
html.light-theme header.why-hero,
html.light-theme section.why-section,
html.light-theme main.uni-info-page,
html.light-theme main.detail-page-layout {
  background-image: none !important;
  background-color: #ffffff !important;
  background: #ffffff !important;
  color: #0c0c0c !important;
}

/* Master Light Theme Cards & Sub-components */
html.light-theme .stack-card,
html.light-theme .why-card,
html.light-theme .why-pillar-card,
html.light-theme .dest-card,
html.light-theme .uni-card,
html.light-theme .partner-logo-card,
html.light-theme .testimonial-card,
html.light-theme .about-stat-item,
html.light-theme .about-quote-card,
html.light-theme .adm-card,
html.light-theme .adm-elig-card,
html.light-theme .adm-doc-card,
html.light-theme .adm-cta-card,
html.light-theme .checklist-card,
html.light-theme .contact-card,
html.light-theme .contact-form,
html.light-theme .info-block-card,
html.light-theme .detail-card,
html.light-theme .marquee-card,
html.light-theme .footer-wrapper {
  background-color: #ffffff !important;
  background: #ffffff !important;
  border-color: #e2e8f0 !important;
  color: #0c0c0c !important;
}

/* Master Light Theme Typography */
html.light-theme h1,
html.light-theme h2,
html.light-theme h3,
html.light-theme h4,
html.light-theme h5,
html.light-theme h6,
html.light-theme .hero-title,
html.light-theme .dest-title,
html.light-theme .why-title,
html.light-theme .partners-heading,
html.light-theme .about-heading,
html.light-theme .testimonials-title,
html.light-theme .counselling-cta-title,
html.light-theme .adm-hero-title,
html.light-theme .adm-section-title,
html.light-theme .stack-card-title,
html.light-theme .why-card-title,
html.light-theme .dest-card-title,
html.light-theme .uni-name,
html.light-theme .adm-elig-title,
html.light-theme .adm-card-title,
html.light-theme .footer-logo-text,
html.light-theme .footer-col-title {
  color: #0c0c0c !important;
}

html.light-theme p,
html.light-theme span.why-subtitle,
html.light-theme span.hero-description,
html.light-theme .dest-detail-item,
html.light-theme .about-description,
html.light-theme .about-subdescription,
html.light-theme .counselling-cta-desc,
html.light-theme .adm-hero-sub,
html.light-theme .adm-section-sub,
html.light-theme .stack-card-desc,
html.light-theme .why-card-desc,
html.light-theme .adm-elig-desc,
html.light-theme .adm-card-desc,
html.light-theme .uni-desc,
html.light-theme .footer-desc,
html.light-theme .footer-link-a,
html.light-theme .footer-copy {
  color: #4b5563 !important;
}

/* Mobile Symmetrical Container Centering Override */
@media (max-width: 768px) {
  .hero-section,
  .hero-overlay,
  .marquee-section,
  .home-why-section,
  .why-top,
  .why-highlight-container,
  .why-pills-container,
  .why-stacking-wrapper,
  .destinations-section,
  .dest-top,
  .partners-section,
  .testimonials-section,
  .about-section,
  .about-container,
  .counselling-cta-section,
  .footer-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    left: 0 !important;
    right: 0 !important;
    box-sizing: border-box !important;
    text-align: center !important;
  }

  .hero-overlay {
    position: relative !important;
    top: auto !important;
    transform: none !important;
    padding: 24px 16px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
  }
}

/* =========================================================================
   ADMIN LOGIN PAGE — ILLUSTRATIVE DAY/NIGHT INTERACTIVE LANTERN PAGE
   ========================================================================= */

.admin-page-body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: #060d19;
  color: var(--color-text);
  overflow-x: hidden;
  transition: background 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
}

html.light-theme .admin-page-body {
  background: #f4f6fa;
}

.admin-main-viewport {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 120px 4% 80px;
  box-sizing: border-box;
}

/* Ambient Radial Beam / Background Light Overlay */
.admin-ambient-glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background: radial-gradient(circle at 35% 30%, rgba(251, 191, 36, 0.18) 0%, rgba(6, 13, 25, 0) 65%);
  transition: opacity 0.8s ease, background 0.8s ease;
}

html.light-theme .admin-ambient-glow {
  background: radial-gradient(circle at 35% 30%, rgba(59, 130, 246, 0.12) 0%, rgba(244, 246, 250, 0) 70%);
}

/* Layout Split: Illustration Side + Form Card Side */
.admin-login-container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1160px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

/* ── LEFT COLUMN: ILLUSTRATION & LANTERN SCENE ───────────────────── */
.admin-scene-card {
  position: relative;
  background: rgba(14, 24, 42, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  padding: 40px 36px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  overflow: hidden;
  transition: background 0.6s ease, border-color 0.6s ease, box-shadow 0.6s ease;
}

html.light-theme .admin-scene-card {
  background: rgba(255, 255, 255, 0.85);
  border-color: rgba(0, 0, 0, 0.08);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

/* Hanging Lantern Fixture */
.lantern-wrapper {
  position: relative;
  width: 100%;
  max-width: 320px;
  height: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}

/* Ceiling chain line */
.lantern-chain {
  width: 2px;
  height: 50px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.4), rgba(251, 191, 36, 0.8));
  box-shadow: 0 0 8px rgba(251, 191, 36, 0.5);
  transition: background 0.5s ease;
}

html.light-theme .lantern-chain {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(59, 130, 246, 0.5));
  box-shadow: none;
}

/* Lantern Body SVG */
.lantern-svg-box {
  position: relative;
  width: 140px;
  height: 160px;
  cursor: pointer;
  filter: drop-shadow(0 10px 25px rgba(0, 0, 0, 0.4));
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.lantern-svg-box:hover {
  transform: scale(1.04) rotate(1deg);
}

/* Light Beam Cone projecting downwards from lantern */
.lantern-light-cone {
  position: absolute;
  top: 150px;
  left: 50%;
  transform: translateX(-50%);
  width: 260px;
  height: 280px;
  background: conic-gradient(from 150deg at 50% 0%, rgba(253, 224, 71, 0.35) 0deg, rgba(251, 191, 36, 0.02) 60deg, transparent 60deg);
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.6s ease;
  clip-path: polygon(35% 0%, 65% 0%, 100% 100%, 0% 100%);
  z-index: 1;
}

html.light-theme .lantern-light-cone {
  opacity: 0.15;
  background: conic-gradient(from 150deg at 50% 0%, rgba(96, 165, 250, 0.25) 0deg, transparent 60deg);
}

/* Pull Cord Switch Hook */
.lantern-pull-cord {
  position: absolute;
  top: 140px;
  right: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  user-select: none;
  z-index: 10;
  transition: transform 0.2s ease;
}

.lantern-pull-cord:hover {
  transform: translateY(4px);
}

.lantern-cord-line {
  width: 2px;
  height: 65px;
  background: repeating-linear-gradient(180deg, #fbbf24 0px, #fbbf24 4px, #d97706 4px, #d97706 8px);
  border-radius: 2px;
}

.lantern-cord-hook {
  width: 22px;
  height: 22px;
  background: radial-gradient(circle at 35% 35%, #fef08a, #f59e0b);
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(245, 158, 11, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.65rem;
  font-weight: 800;
  color: #78350f;
  margin-top: -2px;
  transition: transform 0.2s, box-shadow 0.2s;
}

.lantern-pull-cord:hover .lantern-cord-hook {
  transform: scale(1.15);
  box-shadow: 0 6px 18px rgba(245, 158, 11, 0.8);
}

.lantern-hook-label {
  position: absolute;
  top: 95px;
  right: -85px;
  font-family: 'Outfit', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fbbf24;
  background: rgba(15, 23, 42, 0.85);
  border: 1px solid rgba(251, 191, 36, 0.4);
  padding: 4px 10px;
  border-radius: 100px;
  white-space: nowrap;
  pointer-events: none;
  animation: pulseGlow 2s infinite alternate;
}

html.light-theme .lantern-hook-label {
  color: #2563eb;
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(37, 99, 235, 0.3);
}

@keyframes pulseGlow {
  0% { transform: scale(1); box-shadow: 0 0 0 rgba(251, 191, 36, 0); }
  100% { transform: scale(1.04); box-shadow: 0 0 12px rgba(251, 191, 36, 0.4); }
}

/* Scene Text & Mode Badge */
.admin-scene-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fbbf24;
  background: rgba(251, 191, 36, 0.12);
  border: 1px solid rgba(251, 191, 36, 0.25);
  padding: 5px 14px;
  border-radius: 100px;
  margin-bottom: 12px;
}

html.light-theme .admin-scene-tag {
  color: #2563eb;
  background: rgba(37, 99, 235, 0.08);
  border-color: rgba(37, 99, 235, 0.2);
}

.admin-scene-title {
  font-family: 'Outfit', sans-serif;
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--color-text);
  margin-bottom: 8px;
  line-height: 1.25;
}

.admin-scene-desc {
  font-size: 0.9rem;
  line-height: 1.6;
  color: var(--color-text-muted);
  max-width: 360px;
}

/* ── RIGHT COLUMN: GLASSMORPHIC LOGIN CARD ───────────────────────── */
.admin-form-card {
  position: relative;
  background: var(--color-glass-bg);
  border: 1px solid var(--color-glass-border);
  border-radius: 28px;
  padding: 44px 40px;
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.45);
  transition: transform 0.3s ease, border-color 0.3s ease;
}

html.light-theme .admin-form-card {
  background: #ffffff;
  border-color: #e2e8f0;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.admin-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-accent);
  background: rgba(0, 242, 254, 0.08);
  border: 1px solid rgba(0, 242, 254, 0.2);
  padding: 5px 14px;
  border-radius: 100px;
  margin-bottom: 18px;
}

.admin-form-title {
  font-family: 'Outfit', sans-serif;
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--color-text);
  margin-bottom: 6px;
  line-height: 1.15;
}

.admin-form-sub {
  font-size: 0.92rem;
  color: var(--color-text-muted);
  margin-bottom: 30px;
}

.admin-field-group {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 24px;
}

.admin-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
}

.admin-field-label {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--color-text);
}

.admin-input-wrap {
  position: relative;
  width: 100%;
}

.admin-input-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  stroke: var(--color-text-muted);
  pointer-events: none;
  transition: stroke 0.2s;
}

.admin-input {
  width: 100%;
  font-family: 'Outfit', sans-serif;
  font-size: 0.95rem;
  color: var(--color-text);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--color-glass-border);
  border-radius: 14px;
  padding: 14px 16px 14px 46px;
  box-sizing: border-box;
  outline: none;
  transition: border-color 0.25s, background 0.25s, box-shadow 0.25s;
}

html.light-theme .admin-input {
  background: #f8fafc;
  border-color: #cbd5e1;
  color: #0f172a;
}

.admin-input:focus {
  border-color: var(--color-accent);
  background: rgba(0, 242, 254, 0.04);
  box-shadow: 0 0 0 4px rgba(0, 242, 254, 0.15);
}

html.light-theme .admin-input:focus {
  border-color: #2563eb;
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12);
}

.admin-eye-toggle {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  color: var(--color-text-muted);
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s;
}

.admin-eye-toggle:hover {
  color: var(--color-accent);
}

.admin-row-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
  font-size: 0.85rem;
}

.admin-checkbox-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--color-text-muted);
  cursor: pointer;
}

.admin-checkbox {
  accent-color: var(--color-accent);
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.admin-forgot-link {
  color: var(--color-accent);
  text-decoration: none;
  font-weight: 600;
  transition: opacity 0.2s;
}

.admin-forgot-link:hover {
  opacity: 0.8;
  text-decoration: underline;
}

.admin-submit-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: 'Outfit', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  background: linear-gradient(135deg, var(--color-accent), #3b82f6);
  border: none;
  padding: 16px;
  border-radius: 14px;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s, opacity 0.2s;
  box-shadow: 0 8px 24px rgba(0, 242, 254, 0.3);
}

.admin-submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(0, 242, 254, 0.45);
  opacity: 0.95;
}

html.light-theme .admin-submit-btn {
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  box-shadow: 0 8px 24px rgba(37, 99, 235, 0.3);
}

.admin-submit-btn:active {
  transform: translateY(0);
}

/* Responsive adjustments */
@media (max-width: 900px) {
  .admin-login-container {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .admin-scene-card {
    padding: 30px 24px;
  }
  .admin-form-card {
    padding: 32px 24px;
  }
}

/* ── Integrated Footer Hero Banner with Word Rotator ───────────────── */
.footer-wrapper {
  margin-top: 0 !important;
  padding-top: 60px !important;
}

.bottom-hero-banner {
  background: transparent !important;
  position: relative !important;
  overflow: hidden !important;
  padding: 0 0 50px 0 !important;
  margin-bottom: 50px !important;
  border-top: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
}

html.light-theme .bottom-hero-banner {
  background: transparent !important;
  border-bottom-color: rgba(255, 255, 255, 0.12) !important;
}

.bottom-hero-container {
  max-width: 1200px !important;
  width: 100% !important;
  margin: 0 auto !important;
  text-align: left !important;
}

.bottom-hero-title {
  font-family: -apple-system, BlinkMacSystemFont, 'Outfit', 'Inter Tight', sans-serif !important;
  font-size: clamp(2.4rem, 5.5vw, 5.2rem) !important;
  font-weight: 800 !important;
  color: #ffffff !important;
  line-height: 1.15 !important;
  letter-spacing: -0.03em !important;
  margin: 0 0 10px 0 !important;
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 0.28em !important;
}

.bottom-hero-static {
  color: #ffffff !important;
}

.word-rotator-wrapper {
  display: inline-block !important;
  position: relative !important;
  height: 1.25em !important;
  overflow: hidden !important;
  vertical-align: bottom !important;
}

.word-rotator-inner {
  display: flex !important;
  flex-direction: column !important;
  transition: transform 0.65s cubic-bezier(0.65, 0, 0.35, 1) !important;
}

.rotator-word {
  height: 1.25em !important;
  line-height: 1.25em !important;
  display: flex !important;
  align-items: center !important;
  color: #ffffff !important;
  background: linear-gradient(135deg, #ffffff 30%, #00f2fe 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  white-space: nowrap !important;
  font-weight: 800 !important;
}

.bottom-hero-subtitle {
  font-family: -apple-system, BlinkMacSystemFont, 'Outfit', 'Inter Tight', sans-serif !important;
  font-size: clamp(2.2rem, 5.2vw, 4.8rem) !important;
  font-weight: 700 !important;
  color: #8a99ad !important;
  line-height: 1.15 !important;
  letter-spacing: -0.03em !important;
  margin: 0 !important;
}

@media (max-width: 768px) {
  .bottom-hero-banner {
    padding: 0 0 36px 0 !important;
    margin-bottom: 36px !important;
  }
}

/* ── University Detail Hero Title Visibility Fix in Light Theme ─────── */
.ud-hero-title,
h1.ud-hero-title,
#uniTitle,
html.light-theme .ud-hero-title,
html.light-theme h1.ud-hero-title,
html.light-theme #uniTitle {
  color: #ffffff !important;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.9), 0 2px 6px rgba(0, 0, 0, 0.95) !important;
  -webkit-text-fill-color: #ffffff !important;
}

.ud-hero-location,
p.ud-hero-location,
#uniLocation,
html.light-theme .ud-hero-location,
html.light-theme p.ud-hero-location,
html.light-theme #uniLocation {
  color: rgba(255, 255, 255, 0.95) !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.9) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.95) !important;
}

.ud-country-chip,
html.light-theme .ud-country-chip,
html.light-theme #uniCountry {
  color: #ffffff !important;
  background: rgba(15, 23, 42, 0.65) !important;
  border: 1px solid rgba(255, 255, 255, 0.35) !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.6) !important;
}

.ud-back-btn,
html.light-theme .ud-back-btn {
  color: #ffffff !important;
  background: rgba(15, 23, 42, 0.65) !important;
  border: 1px solid rgba(255, 255, 255, 0.35) !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
}

/* ── Sleek Navbar Enquiry Button with Position Exchange Hover ──────── */
.cta-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  background: #18181b !important;
  color: #ffffff !important;
  border-radius: 999px !important;
  padding: 6px 6px 6px 20px !important;
  font-family: 'Outfit', sans-serif !important;
  font-size: 0.92rem !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3) !important;
  position: relative !important;
  overflow: hidden !important;
  cursor: pointer !important;
  transition: background-color 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease, transform 0.35s ease !important;
}

html.light-theme .cta-btn {
  background: #0f172a !important;
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.25) !important;
}

.cta-btn-text {
  order: 1 !important;
  transition: transform 0.45s cubic-bezier(0.25, 1, 0.5, 1) !important;
  white-space: nowrap !important;
}

.cta-btn-icon {
  order: 2 !important;
  width: 32px !important;
  height: 32px !important;
  border-radius: 50% !important;
  background: #ffffff !important;
  color: #0f172a !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: transform 0.45s cubic-bezier(0.25, 1, 0.5, 1), background-color 0.35s ease, color 0.35s ease !important;
  flex-shrink: 0 !important;
}

.cta-btn-icon svg {
  width: 14px !important;
  height: 14px !important;
  stroke: currentColor !important;
  transition: transform 0.45s cubic-bezier(0.25, 1, 0.5, 1) !important;
}

/* Hover position exchange animation */
.cta-btn:hover {
  background: #090d16 !important;
  border-color: rgba(0, 242, 254, 0.5) !important;
  box-shadow: 0 8px 24px rgba(0, 242, 254, 0.25) !important;
}

.cta-btn:hover .cta-btn-text {
  transform: translateX(44px) !important;
}

.cta-btn:hover .cta-btn-icon {
  transform: translateX(-110px) rotate(45deg) !important;
  background: #00f2fe !important;
  color: #090d16 !important;
}

/* ── Secondary Button (Explore Universities) High Visibility Fix ────── */
.btn-secondary {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  text-decoration: none !important;
  font-family: 'Outfit', sans-serif !important;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  padding: 14px 30px !important;
  border-radius: 100px !important;
  background: rgba(15, 23, 42, 0.85) !important;
  color: #ffffff !important;
  border: 1.5px solid rgba(255, 255, 255, 0.25) !important;
  backdrop-filter: blur(16px) !important;
  -webkit-backdrop-filter: blur(16px) !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35) !important;
  cursor: pointer !important;
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1) !important;
}

.btn-secondary:hover {
  background: rgba(15, 23, 42, 0.95) !important;
  border-color: #00f2fe !important;
  color: #00f2fe !important;
  transform: translateY(-3px) !important;
  box-shadow: 0 12px 30px rgba(0, 242, 254, 0.3) !important;
}

html.light-theme .btn-secondary {
  background: #ffffff !important;
  color: #0f172a !important;
  border: 1.5px solid #cbd5e1 !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12) !important;
}

html.light-theme .btn-secondary:hover {
  background: #0f172a !important;
  color: #ffffff !important;
  border-color: #0f172a !important;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.25) !important;
  transform: translateY(-3px) !important;
}

/* ── Bottom Rotator Banner Light Theme & Upper Line ("Let's") Visibility ── */
.bottom-hero-static {
  color: #ffffff !important;
}

html.light-theme .bottom-hero-static,
html.light-theme span.bottom-hero-static {
  color: #0f172a !important;
  -webkit-text-fill-color: #0f172a !important;
}

html.light-theme .bottom-hero-title,
html.light-theme h2.bottom-hero-title {
  color: #0f172a !important;
}

html.light-theme .bottom-hero-subtitle,
html.light-theme h3.bottom-hero-subtitle {
  color: #0f172a !important;
}

html.light-theme .rotator-word,
html.light-theme span.rotator-word {
  color: #0284c7 !important;
  background: linear-gradient(135deg, #0284c7 0%, #06b6d4 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

html.light-theme .bottom-hero-banner {
  border-bottom: 1px solid #e2e8f0 !important;
}

/* ── Footer UniMed Logo Image & Branding Visibility ──────────────────── */
.footer-logo {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
}

.footer-logo-img {
  height: 38px !important;
  width: auto !important;
  max-width: 180px !important;
  object-fit: contain !important;
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

html.light-theme .footer-logo-img {
  filter: brightness(0.9) contrast(1.1) !important;
}

.footer-logo-text {
  font-family: 'Outfit', sans-serif !important;
  font-size: 1.35rem !important;
  font-weight: 800 !important;
  letter-spacing: -0.02em !important;
  color: #ffffff !important;
}

html.light-theme .footer-logo-text {
  color: #0f172a !important;
}

.footer-logo-accent {
  color: #00f2fe !important;
}

html.light-theme .footer-logo-accent {
  color: #0284c7 !important;
}

/* ── Hero Glass Buttons with Position-Exchange Hover ─────────────────── */
/* ── Hero Glass Buttons with Position-Exchange Hover ─────────────────── */
.hero-buttons {
  display: flex !important;
  gap: 16px !important;
  margin-top: 20px !important;
  align-items: center !important;
}

.hero-cta-btn {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px !important;
  padding: 6px 10px 6px 22px !important;
  border-radius: 999px !important;
  font-family: 'Outfit', sans-serif !important;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  overflow: hidden !important;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.hero-cta-btn .cta-btn-text {
  display: inline-block !important;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), color 0.3s ease !important;
  white-space: nowrap !important;
  color: inherit !important;
}

.hero-cta-btn .cta-btn-icon {
  width: 38px !important;
  height: 38px !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.3s ease, color 0.3s ease !important;
  flex-shrink: 0 !important;
}

/* 🟢 APPLY NOW — GREEN TRANSPARENT GLASS BUTTON (DARK MODE & LIGHT MODE) */
.hero-cta-btn.btn-primary {
  background: rgba(34, 197, 94, 0.25) !important;
  backdrop-filter: blur(16px) saturate(180%) !important;
  -webkit-backdrop-filter: blur(16px) saturate(180%) !important;
  border: 1.5px solid rgba(34, 197, 94, 0.5) !important;
  box-shadow: 0 8px 24px rgba(34, 197, 94, 0.25), inset 0 1px 1px rgba(255, 255, 255, 0.3) !important;
  color: #ffffff !important;
}

.hero-cta-btn.btn-primary .cta-btn-icon {
  background: rgba(34, 197, 94, 0.45) !important;
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
  color: #ffffff !important;
}

.hero-cta-btn.btn-primary:hover {
  background: rgba(34, 197, 94, 0.45) !important;
  border-color: #22c55e !important;
  box-shadow: 0 12px 32px rgba(34, 197, 94, 0.45) !important;
  transform: translateY(-2px) !important;
}

.hero-cta-btn.btn-primary:hover .cta-btn-text {
  transform: translateX(54px) !important;
  color: #ffffff !important;
}

.hero-cta-btn.btn-primary:hover .cta-btn-icon {
  transform: translateX(-94px) rotate(-45deg) !important;
  background: #ffffff !important;
  color: #15803d !important;
}

/* 🔵 EXPLORE UNIVERSITIES — TRANSPARENT GLASS BUTTON (DARK MODE) */
.hero-cta-btn.btn-secondary {
  background: rgba(15, 23, 42, 0.55) !important;
  backdrop-filter: blur(16px) saturate(180%) !important;
  -webkit-backdrop-filter: blur(16px) saturate(180%) !important;
  border: 1.5px solid rgba(255, 255, 255, 0.22) !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25), inset 0 1px 1px rgba(255, 255, 255, 0.2) !important;
  color: #ffffff !important;
}

.hero-cta-btn.btn-secondary .cta-btn-icon {
  background: rgba(0, 242, 254, 0.2) !important;
  border: 1px solid rgba(0, 242, 254, 0.4) !important;
  color: #00f2fe !important;
}

.hero-cta-btn.btn-secondary:hover {
  background: rgba(15, 23, 42, 0.82) !important;
  border-color: rgba(0, 242, 254, 0.6) !important;
  box-shadow: 0 12px 32px rgba(0, 242, 254, 0.25) !important;
  transform: translateY(-2px) !important;
}

.hero-cta-btn.btn-secondary:hover .cta-btn-text {
  transform: translateX(54px) !important;
  color: #ffffff !important;
}

.hero-cta-btn.btn-secondary:hover .cta-btn-icon {
  transform: translateX(-170px) rotate(-45deg) !important;
  background: #00f2fe !important;
  color: #0f172a !important;
}

/* ── LIGHT THEME OVERRIDES ───────────────────────────────────────────── */

/* Light Theme Apply Now (Green Transparent Glass) */
html.light-theme .hero-cta-btn.btn-primary {
  background: rgba(34, 197, 94, 0.2) !important;
  border: 1.5px solid rgba(34, 197, 94, 0.45) !important;
  color: #15803d !important;
  box-shadow: 0 8px 24px rgba(34, 197, 94, 0.15), inset 0 1px 1px rgba(255, 255, 255, 0.9) !important;
}

html.light-theme .hero-cta-btn.btn-primary .cta-btn-icon {
  background: #22c55e !important;
  border: none !important;
  color: #ffffff !important;
}

html.light-theme .hero-cta-btn.btn-primary:hover {
  background: #22c55e !important;
  border-color: #16a34a !important;
  box-shadow: 0 12px 32px rgba(34, 197, 94, 0.35) !important;
}

html.light-theme .hero-cta-btn.btn-primary:hover .cta-btn-text {
  color: #ffffff !important;
}

html.light-theme .hero-cta-btn.btn-primary:hover .cta-btn-icon {
  background: #ffffff !important;
  color: #15803d !important;
}

/* Light Theme Explore Universities (Transparent Glass -> Dark Navy Hover) */
html.light-theme .hero-cta-btn.btn-secondary {
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(16px) saturate(180%) !important;
  -webkit-backdrop-filter: blur(16px) saturate(180%) !important;
  border: 1.5px solid rgba(15, 23, 42, 0.2) !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08), inset 0 1px 1px rgba(255, 255, 255, 0.9) !important;
  color: #0f172a !important;
}

html.light-theme .hero-cta-btn.btn-secondary .cta-btn-text {
  color: #0f172a !important;
}

html.light-theme .hero-cta-btn.btn-secondary .cta-btn-icon {
  background: rgba(15, 23, 42, 0.08) !important;
  border: 1px solid rgba(15, 23, 42, 0.2) !important;
  color: #0f172a !important;
}

html.light-theme .hero-cta-btn.btn-secondary:hover {
  background: #0f172a !important;
  border-color: #0f172a !important;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.25) !important;
}

html.light-theme .hero-cta-btn.btn-secondary:hover .cta-btn-text {
  transform: translateX(54px) !important;
  color: #ffffff !important; /* Extremely high contrast white text over dark navy background on hover! */
}

html.light-theme .hero-cta-btn.btn-secondary:hover .cta-btn-icon {
  transform: translateX(-170px) rotate(-45deg) !important;
  background: #00f2fe !important;
  color: #0f172a !important;
}

/* ── AWAKE FLOATING PILL CAPSULE NAVIGATION BAR & LOGO NO-OVERLAP ──── */
.navbar-wrapper {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 80px !important;
  z-index: 1000 !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  padding: 0 48px !important;
  background: transparent !important;
  border-bottom: none !important;
  box-shadow: none !important;
}

/* Logo positioning & sizing on far-left */
.logo-wrapper {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  text-decoration: none !important;
  z-index: 1002 !important;
  flex-shrink: 0 !important;
  margin-right: auto !important;
}

.logo-img {
  height: 38px !important;
  width: auto !important;
  max-width: 44px !important;
  object-fit: contain !important;
  flex-shrink: 0 !important;
}

.logo-text {
  font-family: 'Outfit', sans-serif !important;
  font-size: 1.38rem !important;
  font-weight: 800 !important;
  letter-spacing: -0.02em !important;
  color: var(--color-text) !important;
  white-space: nowrap !important;
}

html.light-theme .logo-text {
  color: #0f172a !important;
}

/* Awake-Style Centered Floating Pill capsule Menu */
.nav-menu {
  position: absolute !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  display: flex !important;
  align-items: center !important;
  gap: 4px !important;
  padding: 6px 10px !important;
  border-radius: 999px !important;
  backdrop-filter: blur(20px) saturate(180%) !important;
  -webkit-backdrop-filter: blur(20px) saturate(180%) !important;
  z-index: 1001 !important;
  transition: all 0.3s ease !important;

  /* Dark Theme Floating Pill Backdrop */
  background: rgba(15, 23, 42, 0.65) !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3), inset 0 1px 1px rgba(255, 255, 255, 0.15) !important;
}

html.light-theme .nav-menu {
  /* Light Theme Awake Floating Pill Backdrop */
  background: rgba(241, 245, 249, 0.85) !important;
  border: 1px solid rgba(15, 23, 42, 0.08) !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06), inset 0 1px 1px rgba(255, 255, 255, 0.8) !important;
}

/* Pill Links inside Capsule */
.nav-link {
  padding: 8px 18px !important;
  border-radius: 999px !important;
  font-family: 'Outfit', sans-serif !important;
  font-size: 0.88rem !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  transition: all 0.25s ease !important;
  border-bottom: none !important;
  color: #94a3b8 !important;
  white-space: nowrap !important;
}

.nav-link:hover {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.1) !important;
  border-bottom: none !important;
}

.nav-link.active {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.18) !important;
  font-weight: 600 !important;
  border-bottom: none !important;
  padding-bottom: 8px !important;
}

/* Light Theme Pill Links */
html.light-theme .nav-link {
  color: #475569 !important;
}

html.light-theme .nav-link:hover {
  color: #0f172a !important;
  background: rgba(255, 255, 255, 0.6) !important;
}

html.light-theme .nav-link.active {
  color: #0f172a !important;
  background: #ffffff !important;
  font-weight: 600 !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06) !important;
}

/* Right Header Actions */
.nav-actions {
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
  z-index: 1002 !important;
  margin-left: auto !important;
}

/* ── RESPONSIVE MOBILE & TABLET NAVBAR FIX (< 1024px) ─────────────── */
@media (max-width: 1024px) {
  .navbar-wrapper {
    padding: 0 20px !important;
    height: 70px !important;
    justify-content: space-between !important;
  }

  .nav-menu {
    display: none !important; /* Hide desktop floating pill menu on mobile/tablet to prevent collision */
  }

  .hamburger-btn {
    display: flex !important;
    z-index: 1003 !important;
  }

  .nav-actions {
    gap: 10px !important;
    margin-left: 0 !important;
  }

  /* Hide Enquiry button on mobile menu and header bar */
  .mobile-nav-footer,
  .mobile-cta-btn,
  .nav-actions .cta-btn,
  .nav-actions .hero-cta-btn {
    display: none !important;
  }

  .logo-img {
    height: 32px !important;
    max-width: 38px !important;
  }

  .logo-text {
    font-size: 1.15rem !important;
  }
}

@media (min-width: 1025px) {
  .nav-menu {
    display: flex !important;
  }

  .hamburger-btn {
    display: none !important;
  }
}

/* ── GLOBAL IMAGE COPY & DRAG PROTECTION ────────────────────────────── */
img {
  -webkit-user-drag: none !important;
  -khtml-user-drag: none !important;
  -moz-user-drag: none !important;
  -o-user-drag: none !important;
  user-select: none !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
}





