/* ==========================================================================
   MARINES SWIMMING ACADEMY - PREMIER AQUATIC DESIGN SYSTEM
   Luminescent Ocean Mesh, Floating Caustic Bubbles & Dynamic Glassmorphism
   100% Flawless Bilingual Symmetry (Arabic RTL & English LTR) • Zero Clipping
   ========================================================================== */

:root {
  /* Dynamic Ocean & Coastal Canvas Palette */
  --bg-primary: #f0f7fd;
  --bg-hero: linear-gradient(135deg, #e4f2fd 0%, #ebf8f8 50%, #eef6ff 100%);
  --bg-section-alt1: #edf6fc;
  --bg-section-alt2: #eefbf7;
  --bg-section-alt3: #f3f8fd;
  --bg-section-warm: #fcf9f4;
  --bg-footer: #08172c;
  
  /* Luminous Glass Cards & Gradients */
  --bg-card: linear-gradient(145deg, rgba(255, 255, 255, 0.95) 0%, rgba(244, 250, 255, 0.9) 100%);
  --bg-card-hover: linear-gradient(145deg, #ffffff 0%, #e8f5fd 100%);
  --bg-card-mint: linear-gradient(145deg, rgba(255, 255, 255, 0.95) 0%, rgba(240, 253, 248, 0.9) 100%);
  --bg-card-warm: linear-gradient(145deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 251, 245, 0.9) 100%);
  --bg-card-cyan: linear-gradient(145deg, #e0f2fe 0%, #f0f9ff 100%);

  /* Crisp Border Architecture */
  --border-light: rgba(186, 230, 253, 0.7);
  --border-card: #d3e7f7;
  --border-card-hover: #38bdf8;
  --border-mint: #86efac;
  --border-warm: #fde68a;
  --border-focus: #0284c7;

  /* Athletic & Coastal Brand Accent Tones */
  --primary-blue: #0284c7;
  --primary-blue-hover: #0369a1;
  --primary-blue-dark: #075985;
  --primary-azure: #0ea5e9;
  --primary-sky-light: #e0f2fe;
  --secondary-teal: #0d9488;
  --secondary-teal-light: #ccfbf1;
  
  /* Warm Gold & Amber Sunlight Highlights */
  --accent-gold: #d97706;
  --accent-gold-light: #f59e0b;
  --accent-gold-bg: #fef3c7;

  /* Status Colors */
  --whatsapp-green: #16a34a;
  --whatsapp-green-hover: #15803d;
  --whatsapp-bg: #dcfce7;
  --emerald-live: #059669;

  /* High-Contrast Deep Navy & Slate Typography Hierarchy */
  --text-main: #0c1e36;
  --text-heading: #08172c;
  --text-dim: #1e3a5f;
  --text-muted: #47617d;
  --text-light-muted: #64748b;
  --text-white: #ffffff;

  /* Font Families */
  --font-english: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-arabic: 'Cairo', 'Tajawal', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-numbers: 'Outfit', 'Plus Jakarta Sans', sans-serif;

  /* Radii & Smooth Curves */
  --radius-xs: 8px;
  --radius-sm: 12px;
  --radius-md: 16px;
  --radius-lg: 22px;
  --radius-xl: 30px;
  --radius-full: 9999px;

  /* Soft Natural Colored Shadows */
  --shadow-xs: 0 2px 4px rgba(12, 30, 54, 0.04);
  --shadow-sm: 0 4px 12px -2px rgba(12, 30, 54, 0.06), 0 2px 6px -1px rgba(2, 132, 199, 0.05);
  --shadow-md: 0 10px 28px -4px rgba(12, 30, 54, 0.09), 0 4px 10px -2px rgba(2, 132, 199, 0.08);
  --shadow-lg: 0 18px 42px -6px rgba(12, 30, 54, 0.13), 0 8px 16px -2px rgba(2, 132, 199, 0.1);
  --shadow-blue-glow: 0 8px 30px rgba(2, 132, 199, 0.25);
  --shadow-teal-glow: 0 8px 30px rgba(13, 148, 136, 0.22);
  --shadow-gold-glow: 0 8px 30px rgba(217, 119, 6, 0.22);

  /* Transitions */
  --transition-fast: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-smooth: 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  --transition-bounce: 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* ==========================================================================
   MIDNIGHT DEEP OCEAN LUXURY DARK THEME [data-theme="dark"]
   ========================================================================== */
[data-theme="dark"] {
  /* Midnight Ocean Canvas */
  --bg-primary: #060d19;
  --bg-hero: linear-gradient(135deg, #071120 0%, #061828 50%, #071322 100%);
  --bg-section-alt1: #091424;
  --bg-section-alt2: #071724;
  --bg-section-alt3: #0a172a;
  --bg-section-warm: #0f1622;
  --bg-footer: #030812;

  /* Deep Oceanic Glass Cards & Gradients */
  --bg-card: linear-gradient(145deg, rgba(15, 29, 50, 0.85) 0%, rgba(10, 20, 36, 0.9) 100%);
  --bg-card-hover: linear-gradient(145deg, #132644 0%, #0c1c33 100%);
  --bg-card-mint: linear-gradient(145deg, rgba(13, 38, 46, 0.85) 0%, rgba(8, 26, 32, 0.9) 100%);
  --bg-card-warm: linear-gradient(145deg, rgba(38, 30, 18, 0.85) 0%, rgba(24, 18, 10, 0.9) 100%);
  --bg-card-cyan: linear-gradient(145deg, rgba(14, 45, 74, 0.9) 0%, rgba(7, 26, 46, 0.9) 100%);

  /* Neon Cyan & Aqua Accents */
  --border-light: rgba(56, 189, 248, 0.16);
  --border-card: rgba(56, 189, 248, 0.2);
  --border-card-hover: #38bdf8;
  --border-mint: rgba(52, 211, 153, 0.3);
  --border-warm: rgba(251, 191, 36, 0.3);
  --border-focus: #38bdf8;

  /* Vibrant Neon Coastal Colors */
  --primary-blue: #38bdf8;
  --primary-blue-hover: #7dd3fc;
  --primary-blue-dark: #0284c7;
  --primary-azure: #0ea5e9;
  --primary-sky-light: rgba(56, 189, 248, 0.15);
  --secondary-teal: #2dd4bf;
  --secondary-teal-light: rgba(45, 212, 191, 0.15);

  /* Gold Highlights */
  --accent-gold: #fbbf24;
  --accent-gold-light: #fcd34d;
  --accent-gold-bg: rgba(251, 191, 36, 0.15);

  /* Typography Hierarchy for Dark Mode */
  --text-main: #e2e8f0;
  --text-heading: #f8fafc;
  --text-dim: #cbd5e1;
  --text-muted: #94a3b8;
  --text-light-muted: #64748b;
  --text-white: #ffffff;

  /* Shadows with Neon Cyan Ocean Luminescence */
  --shadow-xs: 0 2px 6px rgba(0, 0, 0, 0.4);
  --shadow-sm: 0 4px 14px rgba(0, 0, 0, 0.5), 0 2px 6px rgba(56, 189, 248, 0.06);
  --shadow-md: 0 10px 30px rgba(0, 0, 0, 0.6), 0 4px 12px rgba(56, 189, 248, 0.1);
  --shadow-lg: 0 20px 50px rgba(0, 0, 0, 0.7), 0 8px 24px rgba(56, 189, 248, 0.15);
  --shadow-blue-glow: 0 8px 32px rgba(56, 189, 248, 0.35);
  --shadow-teal-glow: 0 8px 32px rgba(45, 212, 191, 0.3);
  --shadow-gold-glow: 0 8px 32px rgba(251, 191, 36, 0.3);
}

/* ==========================================================================
   RESET & GLOBAL STANDARDS
   ========================================================================== */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

html, body {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
}

body {
  font-family: var(--font-english);
  background-color: var(--bg-primary);
  color: var(--text-main);
  line-height: 1.7;
  position: relative;
  min-height: 100vh;
  transition: background-color var(--transition-smooth);
}

/* Bilingual Font Switching & Direction Hierarchy */
html[dir="rtl"], body[dir="rtl"], .rtl-mode {
  font-family: var(--font-arabic);
  direction: rtl;
  text-align: right;
}

html[dir="ltr"], body[dir="ltr"], .ltr-mode {
  font-family: var(--font-english);
  direction: ltr;
  text-align: left;
}

/* Numbers & Code Safety in Arabic */
[dir="rtl"] .stat-num,
[dir="rtl"] .step-num,
[dir="rtl"] .curr-lvl-tag,
[dir="rtl"] .stage-progress-badge,
[dir="rtl"] .brand-title,
[dir="rtl"] .brand-sub,
[dir="rtl"] .brand-badge {
  font-family: var(--font-numbers);
  direction: ltr;
  display: inline-block;
}

.num-latin {
  font-family: var(--font-numbers);
  direction: ltr !important;
  unicode-bidi: embed;
  display: inline-block;
}

a {
  color: inherit;
  text-decoration: none;
  transition: var(--transition-fast);
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  border: none;
  outline: none;
}

.container {
  width: 100%;
  max-width: 1260px;
  margin-inline: auto;
  padding-inline: 1.5rem;
  position: relative;
  z-index: 3;
}

/* Typography & Colors */
.text-center { text-align: center; }
.text-white { color: #ffffff; }
.text-cyan { color: var(--primary-blue); }
.text-gold { color: var(--accent-gold); }
.text-whatsapp { color: var(--whatsapp-green); }

.text-gradient {
  background: linear-gradient(135deg, #0284c7 0%, #0369a1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.text-subgradient {
  background: linear-gradient(135deg, #0d9488 0%, #0284c7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

/* ==========================================================================
   DYNAMIC ANIMATED OCEAN BACKGROUND CANVAS & WATER BUBBLES
   ========================================================================== */
.ocean-bg-canvas {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}

/* Soft Ambient Floating Glow Orbs */
.ocean-ambient-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.45;
  will-change: transform;
}

.orb-1 {
  top: 5%;
  inset-inline-start: -100px;
  width: 550px;
  height: 550px;
  background: radial-gradient(circle, rgba(14, 165, 233, 0.4) 0%, rgba(2, 132, 199, 0.15) 70%, transparent 100%);
  animation: orbFloat1 22s infinite alternate ease-in-out;
}

.orb-2 {
  top: 25%;
  inset-inline-end: -120px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(13, 148, 136, 0.35) 0%, rgba(20, 184, 166, 0.12) 70%, transparent 100%);
  animation: orbFloat2 26s infinite alternate ease-in-out;
}

.orb-3 {
  top: 55%;
  inset-inline-start: 15%;
  width: 480px;
  height: 480px;
  background: radial-gradient(circle, rgba(251, 191, 36, 0.22) 0%, rgba(245, 158, 11, 0.08) 70%, transparent 100%);
  animation: orbFloat3 20s infinite alternate ease-in-out;
}

.orb-4 {
  bottom: 5%;
  inset-inline-end: 10%;
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.35) 0%, rgba(3, 105, 161, 0.12) 70%, transparent 100%);
  animation: orbFloat1 24s infinite alternate-reverse ease-in-out;
}

@keyframes orbFloat1 {
  0% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(60px, 80px) scale(1.1); }
  100% { transform: translate(-40px, 120px) scale(0.95); }
}

@keyframes orbFloat2 {
  0% { transform: translate(0, 0) scale(1.05); }
  50% { transform: translate(-80px, -60px) scale(0.9); }
  100% { transform: translate(50px, 90px) scale(1.12); }
}

@keyframes orbFloat3 {
  0% { transform: translate(0, 0) scale(0.95); }
  50% { transform: translate(90px, -70px) scale(1.08); }
  100% { transform: translate(-60px, 50px) scale(1); }
}

/* Floating Translucent Water Bubbles */
.water-bubbles-container {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.bubble {
  position: absolute;
  bottom: -60px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.95) 0%, rgba(224, 242, 254, 0.45) 50%, rgba(2, 132, 199, 0.2) 100%);
  box-shadow: inset 0 2px 6px rgba(255, 255, 255, 0.8), 0 4px 14px rgba(2, 132, 199, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.7);
  animation: bubbleRise 16s infinite linear, bubbleWobble 4s infinite ease-in-out;
  opacity: 0.65;
}

.bubble.b1 { left: 8%; width: 34px; height: 34px; animation-duration: 14s, 3.5s; animation-delay: 0s; }
.bubble.b2 { left: 22%; width: 22px; height: 22px; animation-duration: 18s, 4s; animation-delay: 2.5s; }
.bubble.b3 { left: 35%; width: 44px; height: 44px; animation-duration: 21s, 4.5s; animation-delay: 1.2s; }
.bubble.b4 { left: 48%; width: 18px; height: 18px; animation-duration: 15s, 3s; animation-delay: 4.8s; }
.bubble.b5 { left: 62%; width: 38px; height: 38px; animation-duration: 19s, 4.2s; animation-delay: 3.1s; }
.bubble.b6 { left: 75%; width: 26px; height: 26px; animation-duration: 17s, 3.8s; animation-delay: 0.8s; }
.bubble.b7 { left: 88%; width: 42px; height: 42px; animation-duration: 22s, 4.6s; animation-delay: 5.5s; }
.bubble.b8 { left: 14%; width: 28px; height: 28px; animation-duration: 16s, 3.6s; animation-delay: 7.2s; }
.bubble.b9 { left: 54%; width: 32px; height: 32px; animation-duration: 20s, 4.1s; animation-delay: 8.4s; }
.bubble.b10 { left: 94%; width: 20px; height: 20px; animation-duration: 15s, 3.2s; animation-delay: 6.7s; }

@keyframes bubbleRise {
  0% {
    bottom: -60px;
    opacity: 0;
    transform: translateY(0) scale(0.6);
  }
  15% {
    opacity: 0.75;
  }
  85% {
    opacity: 0.75;
  }
  100% {
    bottom: 105vh;
    opacity: 0;
    transform: translateY(0) scale(1.1);
  }
}

@keyframes bubbleWobble {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(25px); }
}

/* Subtle Caustics Light Texture Overlay */
.caustics-shimmer {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 40px 40px;
  opacity: 0.6;
}

/* ==========================================================================
   CARD ARCHITECTURE (GLASSMORPHISM & LUMINOUS BORDERS)
   ========================================================================== */
.glass-card {
  background: var(--bg-card);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1.5px solid var(--border-card);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  position: relative;
  transition: transform var(--transition-smooth), border-color var(--transition-smooth), box-shadow var(--transition-smooth);
}

.glass-card::before {
  content: '';
  position: absolute;
  inset: -1.5px;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.8), rgba(2, 132, 199, 0.2), rgba(13, 148, 136, 0.15));
  z-index: -1;
  opacity: 0;
  transition: opacity var(--transition-smooth);
}

.glass-card:hover {
  background: var(--bg-card-hover);
  border-color: var(--border-card-hover);
  transform: translateY(-5px);
  box-shadow: var(--shadow-md), var(--shadow-blue-glow);
}

.glass-card:hover::before {
  opacity: 1;
}

.highlight-gold {
  border-color: var(--border-warm) !important;
  background: var(--bg-card-warm) !important;
}

.highlight-gold:hover {
  box-shadow: var(--shadow-lg), var(--shadow-gold-glow) !important;
  border-color: var(--accent-gold-light) !important;
}

.highlight-glow {
  border-color: #93c5fd !important;
  box-shadow: var(--shadow-sm), 0 0 16px rgba(2, 132, 199, 0.12) !important;
}

.highlight-glow:hover {
  box-shadow: var(--shadow-md), var(--shadow-blue-glow) !important;
}

/* ==========================================================================
   SITE HEADER & NAVIGATION
   ========================================================================== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(240, 247, 253, 0.94);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1.5px solid var(--border-light);
  box-shadow: 0 4px 20px rgba(12, 30, 54, 0.04);
  transition: all var(--transition-smooth);
}

.site-header.scrolled {
  background: rgba(238, 246, 253, 0.98);
  box-shadow: 0 8px 30px rgba(12, 30, 54, 0.08);
}

.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 0.7rem;
  padding-inline: 1.5rem;
  max-width: 1480px;
  margin-inline: auto;
  gap: 1rem;
  width: 100%;
}

/* Logo Brand */
.brand-logo {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  text-decoration: none;
  flex-shrink: 0;
}

.logo-emblem {
  position: relative;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #ffffff;
  border: 1.5px solid #bae6fd;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(2, 132, 199, 0.16);
  transition: all var(--transition-smooth);
}

.brand-logo:hover .logo-emblem {
  transform: scale(1.08) rotate(5deg);
  border-color: var(--primary-blue);
  box-shadow: var(--shadow-blue-glow);
}

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

.brand-text {
  display: flex;
  flex-direction: column;
  direction: ltr !important;
  text-align: left;
}

.brand-title-wrap {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  direction: ltr !important;
}

.brand-title {
  font-family: var(--font-numbers);
  font-weight: 900;
  font-size: 1.3rem;
  letter-spacing: 1px;
  color: var(--text-heading);
  line-height: 1.1;
}

.brand-badge {
  background: #e0f2fe;
  color: var(--primary-blue-dark);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 1px;
  padding: 0.15rem 0.5rem;
  border-radius: 6px;
  border: 1px solid #bae6fd;
  font-family: var(--font-numbers);
}

.brand-sub {
  font-size: 0.7rem;
  font-weight: 700;
  color: var(--primary-blue);
  letter-spacing: 1.5px;
  line-height: 1.2;
  font-family: var(--font-numbers);
}

/* Nav Menu & Clean Links */
.nav-links {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  background: rgba(255, 255, 255, 0.94);
  padding: 0.32rem 0.6rem;
  border-radius: var(--radius-full);
  border: 1px solid var(--border-light);
  box-shadow: var(--shadow-xs);
}

.nav-link {
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--text-dim);
  padding: 0.38rem 0.75rem;
  border-radius: var(--radius-full);
  transition: all var(--transition-fast);
  white-space: nowrap;
}

.nav-link:hover {
  color: var(--primary-blue);
  background: #e6f3fc;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  flex-shrink: 0;
}

/* Typography Utility Classes */
.text-title-top {
  color: var(--text-heading);
  display: block;
}

.text-gradient {
  background: linear-gradient(135deg, #0284c7 0%, #0369a1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.text-subgradient {
  background: linear-gradient(135deg, #0d9488 0%, #0284c7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.hero-slogan-en {
  direction: ltr !important;
  unicode-bidi: isolate !important;
  display: inline-block;
}

.num-latin,
.phone-number {
  direction: ltr !important;
  unicode-bidi: isolate !important;
  display: inline-block;
  font-family: var(--font-numbers);
}

.text-gold { color: var(--accent-gold) !important; }
.text-cyan { color: var(--primary-blue) !important; }
.text-muted { color: var(--text-muted) !important; }
.text-whatsapp { color: #16a34a !important; }
.text-white { color: #ffffff !important; }
.text-dark { color: var(--text-heading) !important; }

/* Academy Parent Portal Button */
.btn-portal {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  background: linear-gradient(135deg, rgba(2, 132, 199, 0.12) 0%, rgba(13, 148, 136, 0.16) 100%);
  color: var(--primary-blue-dark);
  border: 1.5px solid #7dd3fc;
  padding: 0.46rem 0.95rem;
  border-radius: var(--radius-full);
  font-weight: 800;
  font-size: 0.84rem;
  text-decoration: none;
  transition: all var(--transition-smooth);
  white-space: nowrap;
  box-shadow: 0 2px 8px rgba(2, 132, 199, 0.08);
}

.btn-portal i {
  color: var(--primary-blue);
  font-size: 0.95rem;
  transition: transform var(--transition-fast);
}

.btn-portal:hover {
  background: linear-gradient(135deg, #0284c7 0%, #0d9488 100%);
  color: #ffffff !important;
  border-color: transparent;
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(2, 132, 199, 0.35);
}

.btn-portal:hover i {
  color: #ffffff !important;
  transform: scale(1.15);
}

[data-theme="dark"] .btn-portal {
  background: linear-gradient(135deg, rgba(2, 132, 199, 0.22) 0%, rgba(13, 148, 136, 0.28) 100%) !important;
  color: #7dd3fc !important;
  border-color: rgba(56, 189, 248, 0.4) !important;
}

[data-theme="dark"] .btn-portal:hover {
  background: linear-gradient(135deg, #0284c7 0%, #0d9488 100%) !important;
  color: #ffffff !important;
  border-color: transparent !important;
}

[data-theme="dark"] .btn-portal i {
  color: #38bdf8 !important;
}

/* Highlight Link in Nav */
.nav-link.highlight-link {
  color: var(--primary-blue);
  font-weight: 700;
  background: rgba(2, 132, 199, 0.08);
}

.nav-link.highlight-link:hover {
  background: var(--primary-blue);
  color: #ffffff;
}

/* Language Toggle Switcher Button */
.lang-toggle-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  background: #ffffff;
  color: var(--primary-blue-dark);
  border: 1.5px solid #bae6fd;
  padding: 0.46rem 0.9rem;
  border-radius: var(--radius-full);
  font-weight: 800;
  font-size: 0.84rem;
  cursor: pointer;
  transition: all var(--transition-smooth);
  white-space: nowrap;
  box-shadow: var(--shadow-xs);
}

.lang-toggle-btn i {
  color: var(--primary-blue);
  font-size: 0.95rem;
  transition: transform 0.4s ease;
}

.lang-toggle-btn:hover {
  background: linear-gradient(135deg, #0284c7 0%, #0369a1 100%);
  color: #ffffff;
  border-color: var(--primary-blue);
  box-shadow: 0 4px 16px rgba(2, 132, 199, 0.35);
  transform: translateY(-2px);
}

.lang-toggle-btn:hover i {
  color: #ffffff;
  transform: rotate(180deg);
}

/* Dark / Light Mode Switcher Button */
.theme-toggle-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: var(--radius-full);
  background: #ffffff;
  color: var(--primary-blue);
  border: 1.5px solid #bae6fd;
  cursor: pointer;
  transition: all var(--transition-smooth);
  box-shadow: var(--shadow-xs);
  flex-shrink: 0;
}

.theme-toggle-btn i {
  font-size: 1.05rem;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), color var(--transition-fast);
}

.theme-toggle-btn:hover {
  background: var(--primary-blue);
  color: #ffffff;
  border-color: var(--primary-blue);
  transform: translateY(-2px) rotate(15deg);
  box-shadow: 0 4px 16px rgba(2, 132, 199, 0.35);
}

.theme-toggle-btn:hover i {
  color: #ffffff;
  transform: scale(1.15);
}

[data-theme="dark"] .theme-toggle-btn {
  background: rgba(15, 29, 50, 0.9);
  color: #fbbf24;
  border-color: rgba(251, 191, 36, 0.35);
  box-shadow: 0 0 12px rgba(251, 191, 36, 0.2);
}

[data-theme="dark"] .theme-toggle-btn:hover {
  background: #fbbf24;
  color: #060d19;
  border-color: #fbbf24;
  box-shadow: 0 0 20px rgba(251, 191, 36, 0.5);
}

/* Mobile Toggle Hamburger */
.mobile-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-around;
  width: 44px;
  height: 44px;
  background: #ffffff;
  border: 1.5px solid var(--border-light);
  border-radius: var(--radius-md);
  padding: 11px 10px;
  cursor: pointer;
  transition: all var(--transition-fast);
  box-shadow: var(--shadow-xs);
}

.mobile-toggle .bar {
  height: 2.5px;
  width: 100%;
  background: var(--text-heading);
  border-radius: 4px;
  transition: all 0.3s ease;
}

.mobile-toggle.active .bar-1 { transform: translateY(7.5px) rotate(45deg); }
.mobile-toggle.active .bar-2 { opacity: 0; transform: translateX(10px); }
.mobile-toggle.active .bar-3 { transform: translateY(-7.5px) rotate(-45deg); }

/* ==========================================================================
   MOBILE OFF-CANVAS DRAWER
   ========================================================================== */
.mobile-drawer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(8, 23, 44, 0.6);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 180;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}

.mobile-drawer-overlay.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.mobile-drawer {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 330px;
  max-width: 86vw;
  background: #f8fbfe;
  z-index: 190;
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
  overflow-y: auto;
  visibility: hidden;
  pointer-events: none;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.35s ease;
}

/* Universal Mobile Drawer Positioning */
.mobile-drawer {
  right: 0;
  left: auto;
  border-left: 1.5px solid var(--border-light);
  transform: translateX(100%);
}

.mobile-drawer.active {
  transform: translateX(0);
  visibility: visible;
  pointer-events: auto;
}

.drawer-header {
  padding: 1.25rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--border-light);
  background: #ffffff;
}

.drawer-brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.drawer-logo-img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.drawer-close-btn {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #f0f7fd;
  border: 1px solid var(--border-light);
  color: var(--text-heading);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  cursor: pointer;
  transition: all var(--transition-fast);
}

.drawer-close-btn:hover {
  background: #fee2e2;
  color: #dc2626;
  border-color: #fca5a5;
}

.drawer-body {
  padding: 1.25rem;
  flex-grow: 1;
}

/* Parent Portal Card in Drawer */
.drawer-portal-card {
  margin-bottom: 1.25rem;
  padding: 0.95rem 1.15rem;
  background: linear-gradient(135deg, rgba(2, 132, 199, 0.08) 0%, rgba(13, 148, 136, 0.12) 100%);
  border: 1.5px solid #7dd3fc;
  border-radius: var(--radius-lg);
  display: flex;
  align-items: center;
  gap: 0.85rem;
  text-decoration: none;
  transition: all var(--transition-fast);
  box-shadow: 0 4px 14px rgba(2, 132, 199, 0.1);
}

.drawer-portal-card:hover {
  background: linear-gradient(135deg, #0284c7 0%, #0369a1 100%);
  border-color: #0284c7;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(2, 132, 199, 0.3);
}

.drawer-portal-card:hover .drawer-portal-icon {
  background: #ffffff;
  color: #0284c7;
}

.drawer-portal-card:hover .drawer-portal-title,
.drawer-portal-card:hover .drawer-portal-sub,
.drawer-portal-card:hover .drawer-portal-arrow {
  color: #ffffff !important;
}

.drawer-portal-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0284c7 0%, #0369a1 100%);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
  box-shadow: 0 3px 10px rgba(2, 132, 199, 0.25);
  transition: all var(--transition-fast);
}

.drawer-portal-info {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.drawer-portal-title {
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--text-heading);
  transition: color var(--transition-fast);
}

.drawer-portal-sub {
  font-size: 0.76rem;
  color: var(--text-dim);
  transition: color var(--transition-fast);
}

.drawer-portal-arrow {
  color: var(--primary-blue);
  font-size: 0.9rem;
  transition: color var(--transition-fast);
}

.drawer-nav-list {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.drawer-nav-link {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.85rem 1.1rem;
  border-radius: var(--radius-md);
  color: var(--text-dim);
  font-weight: 700;
  font-size: 0.95rem;
  background: transparent;
  transition: all var(--transition-fast);
}

.drawer-nav-link i {
  color: var(--primary-blue);
  font-size: 1.15rem;
  width: 24px;
  text-align: center;
  flex-shrink: 0;
}

.drawer-nav-link:hover {
  color: var(--primary-blue);
  background: #e6f3fc;
  transform: translateX(4px);
}

[dir="rtl"] .drawer-nav-link:hover {
  transform: translateX(-4px);
}

.drawer-footer {
  padding: 1.25rem;
  border-top: 1px solid var(--border-light);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  background: var(--bg-card);
}

.drawer-quick-controls {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.65rem;
}

.drawer-ctrl-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.65rem 0.85rem;
  border-radius: var(--radius-md);
  font-size: 0.82rem;
  font-weight: 800;
  border: 1.5px solid var(--border-light);
  background: var(--bg-primary);
  color: var(--text-heading);
  cursor: pointer;
  transition: all var(--transition-smooth);
}

.drawer-ctrl-btn i {
  font-size: 0.95rem;
  color: var(--primary-blue);
}

.drawer-ctrl-btn:hover {
  background: var(--primary-blue);
  color: #ffffff;
  border-color: var(--primary-blue);
}

.drawer-ctrl-btn:hover i {
  color: #ffffff;
}

/* ==========================================================================
   BUTTONS SYSTEM
   ========================================================================== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  padding: 0.75rem 1.5rem;
  font-size: 0.95rem;
  font-weight: 800;
  border-radius: var(--radius-full);
  cursor: pointer;
  text-align: center;
  position: relative;
  transition: all var(--transition-fast);
  white-space: nowrap;
  overflow: hidden;
}

.btn-primary {
  background: linear-gradient(135deg, #0284c7 0%, #0369a1 100%);
  color: #ffffff;
  box-shadow: 0 4px 16px rgba(2, 132, 199, 0.32);
}

.btn-primary:hover {
  background: linear-gradient(135deg, #0ea5e9 0%, #0284c7 100%);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(2, 132, 199, 0.45);
}

.btn-whatsapp {
  background: linear-gradient(135deg, #16a34a 0%, #15803d 100%);
  color: #ffffff;
  box-shadow: 0 4px 16px rgba(22, 163, 74, 0.32);
}

.btn-whatsapp:hover {
  background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(22, 163, 74, 0.45);
}

.btn-gold {
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
  color: #ffffff;
  box-shadow: 0 4px 16px rgba(217, 119, 6, 0.3);
}

.btn-gold:hover {
  background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(217, 119, 6, 0.45);
}

.btn-outline {
  background: rgba(255, 255, 255, 0.9);
  color: var(--text-main);
  border: 1.5px solid var(--border-light);
  box-shadow: var(--shadow-xs);
}

.btn-outline:hover {
  background: #e6f3fc;
  border-color: var(--primary-blue);
  color: var(--primary-blue);
  transform: translateY(-2px);
  box-shadow: 0 4px 14px rgba(2, 132, 199, 0.2);
}

.btn-lg {
  padding: 0.95rem 1.9rem;
  font-size: 1.02rem;
}

.btn-sm {
  padding: 0.48rem 1.1rem;
  font-size: 0.85rem;
}

.btn-block {
  width: 100%;
}

.pulse-glow {
  animation: pulseGlow 2.8s infinite ease-in-out;
}

@keyframes pulseGlow {
  0%, 100% { box-shadow: 0 4px 14px rgba(2, 132, 199, 0.28); }
  50% { box-shadow: 0 8px 28px rgba(2, 132, 199, 0.55); }
}

/* Shimmer Button Light Sweep */
.shimmer-btn::after {
  content: '';
  position: absolute;
  top: 0;
  left: -150%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.35), transparent);
  transform: skewX(-25deg);
  animation: btnShimmer 4s infinite cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes btnShimmer {
  0% { left: -150%; }
  35%, 100% { left: 150%; }
}

/* ==========================================================================
   HERO SECTION
   ========================================================================== */
.hero-section {
  position: relative;
  padding-top: 3.5rem;
  padding-bottom: 5.5rem;
  background: var(--bg-hero);
  border-bottom: 1.5px solid var(--border-light);
  overflow: hidden;
}

.hero-container {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 3.5rem;
  align-items: center;
  position: relative;
  z-index: 3;
}

/* Live Status Pill */
.hero-status-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  background: #e6fcf5;
  border: 1.5px solid #86efac;
  padding: 0.4rem 1.2rem;
  border-radius: var(--radius-full);
  font-size: 0.88rem;
  font-weight: 800;
  color: #15803d;
  margin-bottom: 1.3rem;
  box-shadow: 0 2px 8px rgba(22, 163, 74, 0.12);
}

.live-pulse-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #16a34a;
  box-shadow: 0 0 0 0 rgba(22, 163, 74, 0.7);
  animation: liveDotPulse 2s infinite cubic-bezier(0.66, 0, 0, 1);
}

@keyframes liveDotPulse {
  to { box-shadow: 0 0 0 9px rgba(22, 163, 74, 0); }
}

.hero-title {
  font-size: clamp(2.2rem, 3.8vw, 3.5rem);
  font-weight: 900;
  line-height: 1.22;
  color: var(--text-heading);
  margin-bottom: 1.3rem;
}

.hero-description {
  font-size: clamp(1rem, 1.25vw, 1.12rem);
  color: var(--text-dim);
  margin-bottom: 2.2rem;
  max-width: 630px;
  line-height: 1.8;
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.95rem;
  margin-bottom: 2.8rem;
}

.hero-highlights {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.3rem;
  border-top: 1.5px solid var(--border-light);
  padding-top: 1.8rem;
}

.highlight-item {
  display: flex;
  align-items: center;
  gap: 0.95rem;
}

.highlight-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: #ffffff;
  color: var(--primary-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  flex-shrink: 0;
  border: 1.5px solid #bae6fd;
  box-shadow: var(--shadow-sm);
  transition: transform var(--transition-fast);
}

.highlight-item:hover .highlight-icon {
  transform: scale(1.08);
  background: var(--primary-blue);
  color: #ffffff;
}

.highlight-text {
  display: flex;
  flex-direction: column;
}

.highlight-text strong {
  font-size: 0.94rem;
  color: var(--text-heading);
  font-weight: 800;
}

.highlight-text span {
  font-size: 0.82rem;
  color: var(--text-muted);
}

/* Hero Visual Showcase */
.hero-card-main {
  padding: 1.25rem;
  background: #ffffff;
  border-radius: var(--radius-xl);
  border: 1.5px solid var(--border-card);
  box-shadow: var(--shadow-lg);
  position: relative;
}

.hero-image-wrapper {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 4/3;
  margin-bottom: 1.25rem;
}

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

.hero-card-main:hover .hero-main-img {
  transform: scale(1.04);
}

/* Floating Trust Badges over Image */
.hero-float-badge {
  position: absolute;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1.5px solid var(--border-light);
  padding: 0.48rem 1rem;
  border-radius: var(--radius-full);
  font-size: 0.84rem;
  font-weight: 800;
  color: var(--text-heading);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  box-shadow: 0 6px 20px rgba(12, 30, 54, 0.15);
  z-index: 2;
}

.hero-float-badge.badge-top {
  top: 1.1rem;
  inset-inline-end: 1.1rem;
  border-color: #fde68a;
}

.hero-float-badge.badge-bottom {
  bottom: 1.1rem;
  inset-inline-end: 1.1rem;
  border-color: #bae6fd;
}

.hero-stats-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.75rem;
  text-align: center;
}

.stat-box {
  background: #f0f7fd;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  padding: 0.85rem 0.4rem;
  transition: transform var(--transition-fast);
}

.stat-box:hover {
  transform: translateY(-3px);
  background: #e6f3fc;
  border-color: var(--primary-blue);
}

.stat-num {
  display: block;
  font-size: 1.55rem;
  font-weight: 900;
  color: var(--primary-blue);
  line-height: 1.1;
  margin-bottom: 0.25rem;
  font-family: var(--font-numbers);
}

.stat-label {
  font-size: 0.75rem;
  color: var(--text-muted);
  font-weight: 700;
}

/* ==========================================================================
   SECTIONS COMMON ARCHITECTURE
   ========================================================================== */
.section {
  padding-block: clamp(4rem, 6vw, 6rem);
  position: relative;
  z-index: 2;
}

.section-header {
  margin-bottom: clamp(2.5rem, 4vw, 4rem);
}

.section-tag {
  display: inline-block;
  font-size: 0.84rem;
  font-weight: 800;
  color: var(--primary-blue-dark);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  background: #e0f2fe;
  padding: 0.35rem 1.1rem;
  border-radius: var(--radius-full);
  margin-bottom: 0.85rem;
  border: 1.5px solid #bae6fd;
  box-shadow: var(--shadow-xs);
}

.section-title {
  font-size: clamp(1.75rem, 3.2vw, 2.6rem);
  font-weight: 900;
  color: var(--text-heading);
  margin-bottom: 0.85rem;
  line-height: 1.28;
}

.title-bar {
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-blue), var(--secondary-teal));
  border-radius: var(--radius-full);
  margin: 0.85rem auto 1.1rem;
}

.section-subtitle {
  font-size: clamp(0.98rem, 1.2vw, 1.1rem);
  color: var(--text-muted);
  max-width: 700px;
  margin-inline: auto;
  line-height: 1.75;
}

/* ==========================================================================
   ABOUT SECTION
   ========================================================================== */
.about-section {
  background-color: var(--bg-section-alt2);
  border-bottom: 1.5px solid var(--border-light);
}

.about-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.2rem;
}

.about-card {
  padding: clamp(1.8rem, 3.5vw, 2.8rem);
  display: flex;
  flex-direction: column;
}

.about-card-icon {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  background: #e0f2fe;
  color: var(--primary-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
  border: 1.5px solid #bae6fd;
  box-shadow: var(--shadow-sm);
}

.about-card h3 {
  font-size: 1.45rem;
  font-weight: 900;
  color: var(--text-heading);
  margin-bottom: 1rem;
}

.about-card p {
  color: var(--text-dim);
  font-size: 1rem;
  margin-bottom: 1rem;
  line-height: 1.8;
}

.feature-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1rem;
}

.f-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #f0f7ff;
  border: 1.5px solid #bae6fd;
  color: var(--primary-blue-dark);
  padding: 0.4rem 0.95rem;
  border-radius: var(--radius-full);
  font-size: 0.85rem;
  font-weight: 700;
}

.f-badge i {
  color: var(--primary-blue);
}

.card-divider {
  height: 1px;
  background: var(--border-light);
  margin: 1.8rem 0;
}

/* ==========================================================================
   WHY MARINES COMPARISON SECTION
   ========================================================================== */
.comparison-section {
  background-color: var(--bg-section-alt1);
  border-bottom: 1.5px solid var(--border-light);
}

.comparison-cards-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

.comp-box-item {
  padding: 2.4rem;
  border-radius: var(--radius-xl);
  display: flex;
  flex-direction: column;
}

.comp-icon-badge {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  background: #e0f2fe;
  color: var(--primary-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.45rem;
  margin-bottom: 1.3rem;
  border: 1.5px solid #bae6fd;
  box-shadow: var(--shadow-sm);
}

.comp-box-item h4 {
  font-size: 1.35rem;
  font-weight: 900;
  color: var(--text-heading);
  margin-bottom: 1.3rem;
}

.comp-diff-row {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}

.diff-marines {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  background: #f0fdf4;
  border: 1.5px solid #86efac;
  padding: 1.1rem 1.25rem;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-xs);
}

.diff-marines i {
  color: #16a34a;
  font-size: 1.25rem;
  margin-top: 0.2rem;
  flex-shrink: 0;
}

.diff-marines strong {
  color: #15803d;
  font-size: 0.96rem;
  font-weight: 800;
  display: block;
  margin-bottom: 0.15rem;
}

.diff-marines p {
  color: var(--text-heading);
  font-size: 0.92rem;
  line-height: 1.6;
}

.diff-other {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  background: #ffffff;
  border: 1.5px solid var(--border-light);
  padding: 1.1rem 1.25rem;
  border-radius: var(--radius-md);
}

.diff-other i {
  color: #94a3b8;
  font-size: 1.15rem;
  margin-top: 0.2rem;
  flex-shrink: 0;
}

.diff-other strong {
  color: #64748b;
  font-size: 0.92rem;
  font-weight: 800;
  display: block;
  margin-bottom: 0.15rem;
}

.diff-other p {
  color: #64748b;
  font-size: 0.88rem;
  line-height: 1.55;
}

/* ==========================================================================
   SAFETY & CPR STANDARDS SECTION
   ========================================================================== */
.safety-section {
  background-color: var(--bg-section-alt2);
  border-bottom: 1.5px solid var(--border-light);
}

.safety-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.6rem;
}

.safety-card {
  padding: 2rem 1.5rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.safety-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #dcfce7;
  color: var(--whatsapp-green);
  border: 1.5px solid #86efac;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
  margin-bottom: 1.3rem;
  transition: transform var(--transition-fast), background-color var(--transition-fast);
  box-shadow: var(--shadow-sm);
}

.safety-card:hover .safety-icon {
  transform: scale(1.12) rotate(6deg);
  background: var(--whatsapp-green);
  color: #ffffff;
}

.safety-card h3 {
  font-size: 1.18rem;
  font-weight: 900;
  color: var(--text-heading);
  margin-bottom: 0.65rem;
}

.safety-card p {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.7;
}

/* ==========================================================================
   TEAM & CREDENTIALS SECTION
   ========================================================================== */
.team-section {
  background-color: var(--bg-section-alt3);
  border-bottom: 1.5px solid var(--border-light);
}

.team-credentials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem;
}

.cred-card {
  padding: 2.2rem 1.75rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cred-icon {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: #e0f2fe;
  color: var(--primary-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
  margin-bottom: 1.3rem;
  border: 1.5px solid #bae6fd;
  transition: transform var(--transition-fast), background-color var(--transition-fast);
  box-shadow: var(--shadow-sm);
}

.cred-card:hover .cred-icon {
  transform: scale(1.12) rotate(6deg);
  background: var(--primary-blue);
  color: #ffffff;
}

.cred-card h4 {
  font-size: 1.25rem;
  font-weight: 900;
  color: var(--text-heading);
  margin-bottom: 0.35rem;
}

.cred-subtitle {
  font-size: 0.85rem;
  color: var(--primary-blue);
  font-weight: 800;
  margin-bottom: 0.85rem;
}

.cred-card p:not(.cred-subtitle) {
  font-size: 0.92rem;
  color: var(--text-dim);
  line-height: 1.7;
}

/* ==========================================================================
   SERVICES SECTION
   ========================================================================== */
.services-section {
  background-color: var(--bg-section-alt1);
  border-bottom: 1.5px solid var(--border-light);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.85rem;
}

.service-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border-radius: var(--radius-xl);
}

.service-img-wrapper {
  position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
}

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

.service-card:hover .service-img {
  transform: scale(1.06);
}

.service-number {
  position: absolute;
  top: 1rem;
  inset-inline-end: 1rem;
  background: rgba(255, 255, 255, 0.96);
  color: var(--primary-blue-dark);
  font-size: 0.9rem;
  font-weight: 900;
  padding: 0.3rem 0.85rem;
  border-radius: var(--radius-full);
  border: 1px solid #bae6fd;
  box-shadow: var(--shadow-sm);
  font-family: var(--font-numbers);
}

.service-body {
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.service-icon {
  font-size: 1.45rem;
  color: var(--primary-blue);
  margin-bottom: 0.85rem;
}

.service-body h3 {
  font-size: 1.25rem;
  font-weight: 900;
  color: var(--text-heading);
  margin-bottom: 0.75rem;
}

.service-body p {
  font-size: 0.92rem;
  color: var(--text-dim);
  line-height: 1.7;
  margin-bottom: 1.35rem;
  flex-grow: 1;
}

.service-features {
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.service-features li {
  font-size: 0.88rem;
  color: var(--text-muted);
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.service-features li i {
  color: var(--primary-blue);
  font-size: 0.85rem;
  flex-shrink: 0;
}

/* ==========================================================================
   PARENT PORTAL SMART TRACKING SPOTLIGHT SECTION
   ========================================================================== */
.parent-portal-section {
  background: linear-gradient(180deg, #eaf5fd 0%, #f0f9ff 100%);
  border-bottom: 1.5px solid var(--border-light);
  position: relative;
  overflow: hidden;
}

.portal-spotlight-card {
  padding: clamp(2rem, 4vw, 3.5rem);
  background: #ffffff;
  border-radius: var(--radius-xl);
  border: 1.5px solid #7dd3fc;
  box-shadow: 0 10px 40px rgba(2, 132, 199, 0.12);
  position: relative;
}

.portal-spotlight-card::before {
  content: '';
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, #0284c7 0%, #0d9488 50%, #f59e0b 100%);
  border-radius: var(--radius-xl) var(--radius-xl) 0 0;
}

.portal-spotlight-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 3.5rem;
  align-items: center;
}

.portal-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: #e0f2fe;
  color: var(--primary-blue-dark);
  font-size: 0.85rem;
  font-weight: 800;
  padding: 0.4rem 1.1rem;
  border-radius: var(--radius-full);
  border: 1.5px solid #bae6fd;
  margin-bottom: 1.25rem;
}

.portal-badge i {
  color: var(--primary-blue);
  font-size: 1rem;
}

.portal-main-title {
  font-size: clamp(1.65rem, 2.8vw, 2.3rem);
  font-weight: 900;
  color: var(--text-heading);
  line-height: 1.3;
  margin-bottom: 1.2rem;
}

.portal-desc {
  font-size: 1rem;
  color: var(--text-dim);
  line-height: 1.8;
  margin-bottom: 1.85rem;
}

.portal-features-list {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  margin-bottom: 2.2rem;
}

.portal-feat-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--text-heading);
}

.portal-feat-item i {
  font-size: 1.1rem;
}

.portal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

/* Portal Window Mockup */
.portal-preview-box {
  background: #0f172a;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(15, 23, 42, 0.25);
  border: 1.5px solid #334155;
  color: #f8fafc;
}

.portal-preview-header {
  background: #1e293b;
  padding: 0.75rem 1.1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #334155;
}

.portal-window-dots {
  display: flex;
  gap: 0.4rem;
}

.preview-dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
}

.dot-red { background: #ef4444; }
.dot-yellow { background: #f59e0b; }
.dot-green { background: #10b981; }

.preview-url-bar {
  background: #0f172a;
  padding: 0.25rem 0.85rem;
  border-radius: 6px;
  font-size: 0.75rem;
  color: #94a3b8;
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-family: var(--font-numbers);
}

.portal-preview-body {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  background: #0f172a;
}

.preview-user-card {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  background: #1e293b;
  padding: 0.85rem 1.1rem;
  border-radius: var(--radius-md);
  border: 1px solid #334155;
}

.preview-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #0284c7;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}

.preview-user-info {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.preview-user-info strong {
  font-size: 0.9rem;
  color: #ffffff;
}

.preview-user-info span {
  font-size: 0.78rem;
  color: #38bdf8;
}

.preview-status-pill {
  background: rgba(16, 185, 129, 0.2);
  color: #34d399;
  border: 1px solid rgba(16, 185, 129, 0.4);
  font-size: 0.72rem;
  font-weight: 800;
  padding: 0.2rem 0.6rem;
  border-radius: var(--radius-full);
}

.preview-progress-box {
  background: #1e293b;
  padding: 1rem;
  border-radius: var(--radius-md);
  border: 1px solid #334155;
}

.preview-bar-label {
  display: flex;
  justify-content: space-between;
  font-size: 0.82rem;
  margin-bottom: 0.5rem;
  color: #cbd5e1;
}

.preview-bar-label strong {
  color: #38bdf8;
}

.bar-track {
  width: 100%;
  height: 8px;
  background: #334155;
  border-radius: 4px;
  overflow: hidden;
}

.bar-fill {
  height: 100%;
  background: linear-gradient(90deg, #0284c7 0%, #38bdf8 100%);
  border-radius: 4px;
}

.preview-mini-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
  text-align: center;
}

.p-stat {
  background: #1e293b;
  padding: 0.65rem 0.4rem;
  border-radius: var(--radius-md);
  border: 1px solid #334155;
  display: flex;
  flex-direction: column;
}

.p-stat strong {
  font-size: 1.15rem;
  color: #ffffff;
}

.p-stat span {
  font-size: 0.7rem;
  color: #94a3b8;
}

.preview-direct-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 0.75rem;
  background: #0284c7;
  color: #ffffff;
  border-radius: var(--radius-md);
  font-weight: 800;
  font-size: 0.85rem;
  text-decoration: none;
  transition: background var(--transition-fast);
}

.preview-direct-link:hover {
  background: #0369a1;
}

/* Footer Portal Link */
.footer-portal-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--primary-blue) !important;
  font-weight: 800;
}

/* ==========================================================================
   11-LEVELS PROGRESSION ROADMAP SECTION
   ========================================================================== */
.levels-section {
  background-color: var(--bg-section-alt3);
  border-bottom: 1.5px solid var(--border-light);
}

.level-tabs-nav {
  display: flex;
  gap: 0.65rem;
  justify-content: flex-start;
  overflow-x: auto;
  padding-bottom: 0.95rem;
  margin-bottom: 2.2rem;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: var(--primary-blue) transparent;
}

.level-tabs-nav::-webkit-scrollbar {
  height: 5px;
}

.level-tabs-nav::-webkit-scrollbar-thumb {
  background: var(--primary-blue);
  border-radius: 4px;
}

.level-tab {
  background: #ffffff;
  border: 1.5px solid var(--border-light);
  color: var(--text-dim);
  padding: 0.6rem 1.25rem;
  border-radius: var(--radius-full);
  font-size: 0.9rem;
  font-weight: 800;
  cursor: pointer;
  transition: all var(--transition-fast);
  white-space: nowrap;
  flex-shrink: 0;
  box-shadow: var(--shadow-xs);
}

.level-tab:hover {
  background: #e6f3fc;
  border-color: var(--primary-blue);
  color: var(--primary-blue);
  transform: translateY(-2px);
}

.level-tab.active {
  background: linear-gradient(135deg, #0284c7 0%, #0369a1 100%);
  color: #ffffff;
  font-weight: 900;
  border-color: var(--primary-blue);
  box-shadow: 0 4px 16px rgba(2, 132, 199, 0.4);
}

.level-stage-card {
  padding: clamp(1.75rem, 3.5vw, 2.8rem);
  margin-bottom: 3.2rem;
  border: 1.5px solid #93c5fd;
  background: linear-gradient(180deg, #ffffff 0%, #edf6fc 100%);
  box-shadow: var(--shadow-md);
  animation: fadeIn 0.35s ease;
}

.level-stage-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1.5px solid var(--border-light);
  padding-bottom: 1.6rem;
  margin-bottom: 1.6rem;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.stage-title-wrap {
  display: flex;
  align-items: center;
  gap: 1.35rem;
}

.stage-emoji {
  font-size: clamp(2.6rem, 4.5vw, 3.4rem);
}

.stage-meta h3 {
  font-size: clamp(1.45rem, 2.4vw, 1.9rem);
  font-weight: 900;
  color: var(--text-heading);
}

.stage-meta span {
  font-size: 0.92rem;
  font-weight: 800;
  color: var(--primary-blue);
}

.stage-progress-badge {
  background: #e0f2fe;
  border: 1.5px solid #bae6fd;
  padding: 0.5rem 1.25rem;
  border-radius: var(--radius-full);
  font-size: 0.88rem;
  font-weight: 900;
  color: var(--primary-blue-dark);
  font-family: var(--font-numbers);
}

.stage-skills-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.1rem;
  margin-bottom: 2rem;
}

.stage-skill-box {
  background: #ffffff;
  border: 1.5px solid var(--border-light);
  padding: 1.1rem 1.3rem;
  border-radius: var(--radius-md);
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  box-shadow: var(--shadow-xs);
  transition: transform var(--transition-fast);
}

.stage-skill-box:hover {
  transform: translateY(-2px);
  border-color: var(--primary-blue);
}

.stage-skill-box i {
  color: var(--primary-blue);
  font-size: 1.1rem;
  margin-top: 0.2rem;
  flex-shrink: 0;
}

.stage-skill-box span {
  font-size: 0.95rem;
  color: var(--text-dim);
  font-weight: 700;
  line-height: 1.55;
}

.stage-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.2rem;
  border-top: 1.5px solid var(--border-light);
  padding-top: 1.6rem;
}

.stage-tip {
  font-size: 0.92rem;
  color: var(--text-dim);
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-weight: 600;
}

.stage-tip i {
  color: var(--accent-gold);
  font-size: 1.15rem;
}

.levels-overview-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1.4rem;
}

.level-mini-card {
  padding: 1.6rem;
  border-radius: var(--radius-lg);
  cursor: pointer;
}

.level-badge-head {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 1.1rem;
  padding-bottom: 0.85rem;
  border-bottom: 1.5px solid var(--border-light);
}

.level-icon-emoji {
  font-size: 2rem;
}

.lvl-num {
  font-size: 0.78rem;
  font-weight: 900;
  color: var(--primary-blue);
  text-transform: uppercase;
  font-family: var(--font-numbers);
}

.lvl-name {
  font-size: 1.12rem;
  font-weight: 900;
  color: var(--text-heading);
}

.lvl-skills-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.lvl-skills-list li {
  font-size: 0.85rem;
  color: var(--text-dim);
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  line-height: 1.5;
}

.lvl-skills-list li i {
  color: var(--primary-blue);
  font-size: 0.78rem;
  margin-top: 0.35rem;
  flex-shrink: 0;
}

.curriculum-toolbar {
  margin-top: 2.8rem;
}

/* ==========================================================================
   INTERACTIVE SWIM LEVEL QUIZ SECTION
   ========================================================================== */
.quiz-section {
  background-color: var(--bg-section-alt2);
  border-bottom: 1.5px solid var(--border-light);
}

.quiz-wrapper {
  padding: clamp(2rem, 4.5vw, 3.8rem);
  max-width: 880px;
  margin: 0 auto;
  border-radius: var(--radius-xl);
  border: 1.5px solid var(--border-card);
  background: var(--bg-card);
  box-shadow: var(--shadow-md);
}

.quiz-box {
  margin-top: 2.2rem;
}

.quiz-step {
  display: none;
  animation: fadeIn 0.35s ease;
}

.quiz-step.active {
  display: block;
}

.step-question {
  font-size: clamp(1.25rem, 2.2vw, 1.5rem);
  font-weight: 900;
  color: var(--text-heading);
  margin-bottom: 1.6rem;
  display: flex;
  align-items: center;
  gap: 0.95rem;
}

.step-num {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0284c7 0%, #0369a1 100%);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  font-weight: 900;
  flex-shrink: 0;
  font-family: var(--font-numbers);
  box-shadow: 0 3px 10px rgba(2, 132, 199, 0.3);
}

.quiz-options {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.1rem;
}

.quiz-opt-btn {
  background: #ffffff;
  border: 1.5px solid var(--border-light);
  color: var(--text-dim);
  padding: 1.25rem 1.4rem;
  border-radius: var(--radius-md);
  font-size: 0.98rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 0.95rem;
  cursor: pointer;
  text-align: start;
  transition: all var(--transition-fast);
  box-shadow: var(--shadow-xs);
}

.quiz-opt-btn i {
  color: var(--primary-blue);
  font-size: 1.35rem;
  flex-shrink: 0;
}

.quiz-opt-btn:hover {
  background: #e6f3fc;
  border-color: var(--primary-blue);
  color: var(--primary-blue);
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(2, 132, 199, 0.22);
}

/* Quiz Result Card */
.quiz-result {
  text-align: center;
  padding: 2.2rem 1.2rem;
  animation: fadeIn 0.4s ease;
}

.result-icon-wrap {
  font-size: 4.2rem;
  margin-bottom: 0.85rem;
}

.result-badge {
  display: inline-block;
  background: #e0f2fe;
  color: var(--primary-blue-dark);
  padding: 0.35rem 1rem;
  border-radius: var(--radius-full);
  font-size: 0.85rem;
  font-weight: 900;
  margin-bottom: 0.75rem;
  border: 1.5px solid #bae6fd;
}

.result-title {
  font-size: clamp(1.75rem, 3.2vw, 2.3rem);
  font-weight: 900;
  color: var(--text-heading);
  margin-bottom: 0.95rem;
}

.result-desc {
  color: var(--text-dim);
  font-size: 1.05rem;
  max-width: 580px;
  margin: 0 auto 2.2rem;
  line-height: 1.75;
}

.result-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.1rem;
}

/* ==========================================================================
   LOCATIONS DIRECTORY SECTION
   ========================================================================== */
.locations-section {
  background-color: var(--bg-section-alt1);
  border-bottom: 1.5px solid var(--border-light);
}

.locations-filter-wrapper {
  max-width: 920px;
  margin: 0 auto 2.8rem;
  display: flex;
  flex-direction: column;
  gap: 1.35rem;
}

.search-box {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0.75rem 1.5rem;
  border-radius: var(--radius-full);
  background: #ffffff;
  border: 1.5px solid var(--border-light);
  box-shadow: var(--shadow-sm);
  transition: all var(--transition-fast);
}

.search-box:focus-within {
  border-color: var(--primary-blue);
  box-shadow: 0 0 0 3.5px rgba(2, 132, 199, 0.2);
}

.search-icon {
  color: var(--primary-blue);
  font-size: 1.2rem;
  margin-inline-end: 0.95rem;
}

#locationSearchInput {
  background: transparent;
  color: var(--text-heading);
  width: 100%;
  font-size: 1.02rem;
  font-weight: 600;
}

#locationSearchInput::placeholder {
  color: var(--text-muted);
}

.clear-search-btn {
  background: transparent;
  color: var(--text-muted);
  font-size: 1.1rem;
  cursor: pointer;
  padding: 0.35rem;
  display: none;
  margin-inline-start: auto;
}

.clear-search-btn:hover {
  color: var(--text-heading);
}

.location-category-tabs {
  display: flex;
  gap: 0.55rem;
  overflow-x: auto;
  padding-bottom: 0.55rem;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.location-category-tabs::-webkit-scrollbar {
  display: none;
}

.loc-cat-btn {
  background: #ffffff;
  border: 1.5px solid var(--border-light);
  color: var(--text-dim);
  padding: 0.5rem 1.15rem;
  border-radius: var(--radius-full);
  font-size: 0.86rem;
  font-weight: 700;
  cursor: pointer;
  transition: all var(--transition-fast);
  white-space: nowrap;
  flex-shrink: 0;
  box-shadow: var(--shadow-xs);
}

.loc-cat-btn:hover {
  border-color: var(--primary-blue);
  color: var(--primary-blue);
  background: #e6f3fc;
}

.loc-cat-btn.active {
  background: linear-gradient(135deg, #0284c7 0%, #0369a1 100%);
  color: #ffffff;
  font-weight: 800;
  border-color: var(--primary-blue);
  box-shadow: 0 4px 14px rgba(2, 132, 199, 0.35);
}

.locations-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1.1rem;
}

.location-chip {
  padding: 1.05rem 1.25rem;
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;
  cursor: pointer;
  background: #ffffff;
}

.location-chip:hover {
  border-color: var(--primary-blue);
  background: #e6f3fc;
}

.loc-info {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.loc-info i {
  color: var(--primary-blue);
  font-size: 1.15rem;
  flex-shrink: 0;
}

.loc-text {
  display: flex;
  flex-direction: column;
}

.loc-ar {
  font-weight: 900;
  color: var(--text-heading);
  font-size: 0.95rem;
}

.loc-en {
  font-size: 0.78rem;
  color: var(--text-muted);
  font-weight: 700;
  font-family: var(--font-numbers);
}

.loc-action-btn {
  color: var(--whatsapp-green);
  font-size: 1.2rem;
  transition: transform var(--transition-fast);
}

.location-chip:hover .loc-action-btn {
  transform: scale(1.25);
}

.location-not-found {
  padding: 2.8rem 1.8rem;
  max-width: 620px;
  margin: 2.2rem auto 0;
}

.not-found-icon {
  font-size: 2.8rem;
  color: var(--accent-gold);
  margin-bottom: 1.1rem;
}

.location-not-found h4 {
  font-size: 1.35rem;
  color: var(--text-heading);
  font-weight: 900;
  margin-bottom: 0.55rem;
}

.location-not-found p {
  color: var(--text-muted);
  font-size: 0.95rem;
  margin-bottom: 1.6rem;
  line-height: 1.7;
}

/* ==========================================================================
   PHOTO GALLERY & FULLSCREEN LIGHTBOX
   ========================================================================== */
.gallery-section {
  background-color: var(--bg-section-alt3);
  border-bottom: 1.5px solid var(--border-light);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.35rem;
}

.gallery-item {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 1;
  cursor: pointer;
  border: 1.5px solid var(--border-light);
  box-shadow: var(--shadow-xs);
}

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

.gallery-hover-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 25%, rgba(8, 23, 44, 0.9) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 1.35rem;
  opacity: 0;
  transition: opacity var(--transition-fast);
  text-align: center;
}

.gallery-item:hover .gallery-img {
  transform: scale(1.08);
}

.gallery-item:hover .gallery-hover-overlay {
  opacity: 1;
}

.gallery-zoom-icon {
  font-size: 1.45rem;
  color: #ffffff;
  margin-bottom: 0.5rem;
}

.gallery-caption-text {
  font-size: 0.88rem;
  font-weight: 800;
  color: #ffffff;
}

/* Lightbox Modal */
.lightbox-modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;
  padding: 1.5rem;
}

.lightbox-modal.active {
  opacity: 1;
  visibility: visible;
}

.lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 23, 44, 0.94);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.lightbox-content {
  position: relative;
  z-index: 2;
  max-width: 88vw;
  max-height: 88vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lightbox-image {
  max-width: 100%;
  max-height: 72vh;
  object-fit: contain;
  border-radius: var(--radius-md);
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.6);
  border: 1.5px solid rgba(255, 255, 255, 0.2);
}

.lightbox-caption {
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 800;
  margin-top: 1.1rem;
  text-align: center;
}

.lightbox-close-btn {
  position: absolute;
  top: -42px;
  inset-inline-end: 0;
  background: transparent;
  color: #ffffff;
  font-size: 2.2rem;
  cursor: pointer;
  line-height: 1;
  transition: color var(--transition-fast);
}

.lightbox-close-btn:hover {
  color: #f87171;
}

.lightbox-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.95);
  border: 1.5px solid var(--border-light);
  color: var(--text-heading);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 1.2rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all var(--transition-fast);
  box-shadow: var(--shadow-md);
}

.lightbox-nav-btn:hover {
  background: #ffffff;
  color: var(--primary-blue);
  transform: translateY(-50%) scale(1.1);
}

.lightbox-nav-btn.prev-btn {
  inset-inline-end: -28px;
}

.lightbox-nav-btn.next-btn {
  inset-inline-start: -28px;
}

/* ==========================================================================
   TESTIMONIALS SECTION
   ========================================================================== */
.testimonials-section {
  background-color: var(--bg-section-warm);
  border-bottom: 1.5px solid var(--border-light);
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.6rem;
}

.testi-card {
  padding: 2rem 1.6rem;
  border-radius: var(--radius-xl);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.testi-stars {
  color: var(--accent-gold);
  font-size: 1rem;
  margin-bottom: 1.1rem;
  display: flex;
  gap: 0.3rem;
}

.testi-quote {
  font-size: 0.95rem;
  color: var(--text-dim);
  line-height: 1.75;
  margin-bottom: 1.6rem;
  flex-grow: 1;
}

.testi-author {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  border-top: 1px solid var(--border-light);
  padding-top: 1.1rem;
}

.author-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #e0f2fe;
  color: var(--primary-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  flex-shrink: 0;
  border: 1.5px solid #bae6fd;
}

.author-info {
  display: flex;
  flex-direction: column;
}

.author-info strong {
  font-size: 0.96rem;
  color: var(--text-heading);
  font-weight: 800;
}

.author-loc {
  font-size: 0.8rem;
  color: var(--primary-blue);
  display: flex;
  align-items: center;
  gap: 0.35rem;
  font-family: var(--font-numbers);
  font-weight: 700;
}

/* ==========================================================================
   WELCOME ASSESSMENT OFFER BANNER
   ========================================================================== */
.welcome-offer-section {
  padding-block: 2.2rem;
  background-color: var(--bg-section-alt1);
  border-bottom: 1.5px solid var(--border-light);
}

.welcome-offer-card {
  padding: 2.8rem 3.2rem;
  border-radius: var(--radius-xl);
  border: 1.5px solid #fed7aa;
  background: linear-gradient(135deg, #fffbeb 0%, #fff7ed 100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.2rem;
  box-shadow: var(--shadow-md);
}

.offer-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  background: #fef3c7;
  color: #b45309;
  padding: 0.35rem 0.95rem;
  border-radius: var(--radius-full);
  font-size: 0.85rem;
  font-weight: 900;
  margin-bottom: 0.75rem;
  border: 1.5px solid #fed7aa;
}

.offer-title {
  font-size: clamp(1.45rem, 2.2vw, 1.9rem);
  font-weight: 900;
  color: var(--text-heading);
  margin-bottom: 0.55rem;
}

.offer-desc {
  color: var(--text-dim);
  font-size: 1rem;
  max-width: 700px;
  line-height: 1.7;
}

/* ==========================================================================
   BOOKING SECTION
   ========================================================================== */
.booking-section {
  background-color: var(--bg-section-alt2);
  border-bottom: 1.5px solid var(--border-light);
}

.booking-wrapper {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 3.2rem;
  padding: clamp(1.8rem, 4vw, 3.8rem);
  border-radius: var(--radius-xl);
  background: linear-gradient(145deg, #f2f8fc 0%, #eaf3f9 100%);
  border: 1.5px solid var(--border-card);
  box-shadow: var(--shadow-lg);
}

.booking-info-side {
  display: flex;
  flex-direction: column;
}

.booking-title {
  font-size: clamp(1.5rem, 2.4vw, 2.1rem);
  font-weight: 900;
  color: var(--text-heading);
  line-height: 1.3;
  margin-top: 0.6rem;
  margin-bottom: 1.2rem;
}

.booking-desc {
  color: var(--text-dim);
  font-size: 1.02rem;
  line-height: 1.8;
  margin-bottom: 2.2rem;
}

.booking-points {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}

.b-point {
  display: flex;
  align-items: flex-start;
  gap: 1.1rem;
}

.b-point i {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: #ffffff;
  color: var(--primary-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  flex-shrink: 0;
  border: 1.5px solid #bae6fd;
  box-shadow: var(--shadow-xs);
}

.b-point div {
  display: flex;
  flex-direction: column;
}

.b-point strong {
  font-size: 1rem;
  font-weight: 800;
  color: var(--text-heading);
}

.b-point span {
  font-size: 0.85rem;
  color: var(--text-muted);
}

.booking-form {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.2rem;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.form-group label {
  font-size: 0.9rem;
  font-weight: 800;
  color: var(--text-heading);
}

.input-wrap {
  position: relative;
  display: flex;
  align-items: center;
}

.input-wrap i {
  position: absolute;
  inset-inline-start: 1.15rem;
  color: var(--primary-blue);
  font-size: 1.05rem;
  pointer-events: none;
}

.input-wrap input,
.input-wrap select,
.input-wrap textarea {
  width: 100%;
  background: #ffffff;
  border: 1.5px solid var(--border-light);
  border-radius: var(--radius-md);
  padding-block: 0.9rem;
  padding-inline-start: 2.85rem;
  padding-inline-end: 1.15rem;
  color: var(--text-heading);
  font-size: 0.95rem;
  font-weight: 600;
  box-shadow: var(--shadow-xs);
  transition: all var(--transition-fast);
}

.input-wrap input:focus,
.input-wrap select:focus,
.input-wrap textarea:focus {
  border-color: var(--primary-blue);
  box-shadow: 0 0 0 3.5px rgba(2, 132, 199, 0.2);
  background: #ffffff;
}

.input-wrap select option {
  background: #ffffff;
  color: var(--text-heading);
}

[data-theme="dark"] .input-wrap input,
[data-theme="dark"] .input-wrap select,
[data-theme="dark"] .input-wrap textarea {
  background: #0b192c !important;
  color: #f8fafc !important;
  border-color: rgba(56, 189, 248, 0.25) !important;
}

[data-theme="dark"] .input-wrap input:focus,
[data-theme="dark"] .input-wrap select:focus,
[data-theme="dark"] .input-wrap textarea:focus {
  background: #0e2038 !important;
  border-color: #38bdf8 !important;
  box-shadow: 0 0 0 3.5px rgba(56, 189, 248, 0.25) !important;
}

[data-theme="dark"] .input-wrap select option {
  background: #0b192c !important;
  color: #f8fafc !important;
}

[data-theme="dark"] .booking-wrapper {
  background: linear-gradient(145deg, rgba(15, 29, 50, 0.95) 0%, rgba(10, 20, 36, 0.98) 100%) !important;
  border-color: rgba(56, 189, 248, 0.25) !important;
}

[data-theme="dark"] .b-point i {
  background: #0b172a !important;
  border-color: rgba(56, 189, 248, 0.3) !important;
  color: #38bdf8 !important;
}

/* ==========================================================================
   FAQ ACCORDION SECTION
   ========================================================================== */
.faq-section {
  background-color: var(--bg-section-alt3);
  border-bottom: 1.5px solid var(--border-light);
}

.faq-accordion-wrapper {
  max-width: 880px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.faq-item {
  overflow: hidden;
  border-radius: var(--radius-md);
}

.faq-question {
  width: 100%;
  padding: 1.35rem 1.6rem;
  background: transparent;
  color: var(--text-heading);
  font-size: 1.05rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: start;
  cursor: pointer;
  gap: 1.1rem;
}

.faq-chevron {
  color: var(--primary-blue);
  font-size: 1.05rem;
  transition: transform var(--transition-smooth);
}

.faq-item.active .faq-chevron {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
  padding-inline: 1.6rem;
}

.faq-item.active .faq-answer {
  padding-bottom: 1.35rem;
}

.faq-answer p {
  color: var(--text-dim);
  font-size: 0.98rem;
  line-height: 1.8;
  border-top: 1.5px solid var(--border-light);
  padding-top: 0.95rem;
}

/* ==========================================================================
   CTA BANNER & FOOTER
   ========================================================================== */
.cta-banner-section {
  padding-block: 3.8rem;
  background: linear-gradient(180deg, var(--bg-section-alt2) 0%, #e6f3fc 100%);
}

.cta-banner-card {
  padding: clamp(2.8rem, 5vw, 4.2rem) clamp(1.6rem, 3vw, 2.5rem);
  background: linear-gradient(135deg, #0284c7 0%, #0369a1 100%);
  border-radius: var(--radius-xl);
  color: #ffffff;
  box-shadow: var(--shadow-lg), var(--shadow-blue-glow);
}

.cta-title {
  font-size: clamp(1.75rem, 3vw, 2.6rem);
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 0.95rem;
}

.cta-desc {
  font-size: 1.1rem;
  color: #e0f2fe;
  max-width: 680px;
  margin: 0 auto 2.2rem;
  line-height: 1.75;
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.1rem;
}

.site-footer {
  background: var(--bg-footer);
  color: #ffffff;
  border-top: 1.5px solid #1a3150;
  padding-top: 4.5rem;
  padding-bottom: 2.2rem;
  position: relative;
  z-index: 3;
}

.footer-top-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.3fr;
  gap: 2.8rem;
  margin-bottom: 3.2rem;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 1.35rem;
}

.footer-logo {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.footer-about-text {
  color: #94a3b8;
  font-size: 0.94rem;
  line-height: 1.75;
  margin-bottom: 1.6rem;
}

.footer-slogan {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--primary-azure);
  font-size: 0.88rem;
  font-weight: 800;
  font-family: var(--font-numbers);
}

.footer-heading {
  font-size: 1.1rem;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 1.35rem;
  position: relative;
  padding-bottom: 0.55rem;
}

.footer-heading::after {
  content: '';
  position: absolute;
  bottom: 0;
  inset-inline-start: 0;
  width: 38px;
  height: 2.5px;
  background: var(--primary-azure);
  border-radius: 2px;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.footer-links a {
  color: #94a3b8;
  font-size: 0.92rem;
  font-weight: 600;
}

.footer-links a:hover {
  color: #38bdf8;
  padding-inline-start: 6px;
}

.footer-contact-list {
  display: flex;
  flex-direction: column;
  gap: 0.95rem;
  margin-bottom: 1.6rem;
}

.footer-contact-list li {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  font-size: 0.92rem;
  color: #cbd5e1;
}

.footer-contact-list li a:hover {
  color: #38bdf8;
}

.footer-social-links {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.social-icon-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1.5px solid rgba(255, 255, 255, 0.14);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  transition: all var(--transition-fast);
}

.social-icon-btn.insta:hover {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  transform: translateY(-3px);
}

.social-icon-btn.fb:hover {
  background: #1877f2;
  transform: translateY(-3px);
}

.social-icon-btn.wa:hover {
  background: #25d366;
  transform: translateY(-3px);
}

.social-icon-btn.mail:hover {
  background: var(--primary-azure);
  transform: translateY(-3px);
}

.footer-bottom-bar {
  border-top: 1.5px solid #1a3150;
  padding-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.2rem;
  color: #94a3b8;
  font-size: 0.88rem;
}

.footer-bottom-tags {
  display: flex;
  gap: 0.6rem;
  color: var(--primary-azure);
  font-weight: 700;
  font-family: var(--font-numbers);
}

/* Floating WhatsApp & Back to Top */
.floating-whatsapp-wrap {
  position: fixed;
  bottom: 2.2rem;
  inset-inline-end: 2.2rem;
  z-index: 150;
}

.floating-wa-btn {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: var(--whatsapp-green);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  box-shadow: 0 8px 24px rgba(22, 163, 74, 0.4);
  animation: waPulse 2.6s infinite ease-in-out;
  position: relative;
  transition: transform var(--transition-fast);
}

.floating-wa-btn:hover {
  transform: scale(1.1);
}

.floating-wa-tooltip {
  position: absolute;
  inset-inline-end: calc(100% + 14px);
  top: 50%;
  transform: translateY(-50%);
  background: #08172c;
  color: #ffffff;
  padding: 0.5rem 1.1rem;
  border-radius: var(--radius-md);
  font-size: 0.86rem;
  font-weight: 800;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  transition: opacity var(--transition-fast);
  box-shadow: var(--shadow-md);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.floating-wa-btn:hover .floating-wa-tooltip {
  opacity: 1;
}

@keyframes waPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(22, 163, 74, 0.65); }
  70% { box-shadow: 0 0 0 16px rgba(22, 163, 74, 0); }
}

.back-to-top-btn {
  position: fixed;
  bottom: 2.2rem;
  inset-inline-start: 2.2rem;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #ffffff;
  border: 1.5px solid var(--border-light);
  color: var(--primary-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all var(--transition-fast);
  z-index: 140;
  box-shadow: var(--shadow-md);
}

.back-to-top-btn.visible {
  opacity: 1;
  visibility: visible;
}

.back-to-top-btn:hover {
  background: var(--primary-blue);
  color: #ffffff;
  transform: translateY(-4px);
  box-shadow: var(--shadow-blue-glow);
}

/* ==========================================================================
   CURRICULUM PRINTABLE MODAL
   ========================================================================== */
.curriculum-modal {
  position: fixed;
  inset: 0;
  z-index: 210;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;
  padding: 1.5rem;
}

.curriculum-modal.active {
  opacity: 1;
  visibility: visible;
}

.curriculum-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 23, 44, 0.75);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.curriculum-modal-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 980px;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

.curriculum-modal-header {
  padding: 1.6rem 2.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1.5px solid var(--border-light);
  background: #f0f7fd;
  gap: 1rem;
}

.curriculum-modal-title {
  display: flex;
  align-items: center;
  gap: 1.1rem;
}

.curriculum-modal-title i {
  font-size: 2.2rem;
  color: var(--primary-blue);
}

.curriculum-modal-title h3 {
  font-size: 1.35rem;
  color: var(--text-heading);
  font-weight: 900;
}

.curriculum-modal-title span {
  font-size: 0.88rem;
  color: var(--text-muted);
}

.curriculum-modal-actions {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.curriculum-close-btn {
  background: transparent;
  color: #64748b;
  font-size: 2rem;
  cursor: pointer;
  line-height: 1;
  padding: 0.25rem;
}

.curriculum-close-btn:hover {
  color: #ef4444;
}

.curriculum-modal-body {
  padding: 2.2rem;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 1.35rem;
}

.curr-level-row {
  display: flex;
  align-items: flex-start;
  gap: 1.35rem;
  background: #f8fbfe;
  border: 1.5px solid var(--border-light);
  padding: 1.35rem;
  border-radius: var(--radius-md);
  transition: transform var(--transition-fast);
}

.curr-level-row:hover {
  transform: translateY(-2px);
  border-color: var(--primary-blue);
  background: #edf6fd;
}

.curr-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 75px;
  flex-shrink: 0;
  text-align: center;
}

.curr-emoji {
  font-size: 2.2rem;
}

.curr-lvl-tag {
  font-size: 0.78rem;
  font-weight: 900;
  color: var(--primary-blue);
  font-family: var(--font-numbers);
}

.curr-details {
  flex-grow: 1;
}

.curr-details h4 {
  font-size: 1.2rem;
  color: var(--text-heading);
  font-weight: 900;
  margin-bottom: 0.3rem;
}

.curr-sub {
  font-size: 0.86rem;
  color: var(--primary-blue);
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.curr-skills-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.45rem;
}

.curr-skills-list li {
  font-size: 0.88rem;
  color: var(--text-dim);
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-weight: 600;
}

.curr-skills-list li i {
  color: var(--primary-blue);
  font-size: 0.8rem;
  flex-shrink: 0;
}

/* Print Styles */
@media print {
  body * {
    visibility: hidden;
  }
  .curriculum-modal,
  .curriculum-modal * {
    visibility: visible;
  }
  .curriculum-modal {
    position: absolute;
    inset-inline-start: 0;
    top: 0;
    width: 100%;
    background: #ffffff !important;
    color: #000000 !important;
    opacity: 1 !important;
  }
  .curriculum-modal-content {
    background: #ffffff !important;
    color: #000000 !important;
    border: none !important;
  }
  .curriculum-modal-header,
  .curriculum-close-btn,
  .print-btn {
    display: none !important;
  }
  .curr-level-row {
    background: #ffffff !important;
    border: 1px solid #cbd5e1 !important;
    color: #0f172a !important;
    page-break-inside: avoid;
  }
  .curr-details h4,
  .curr-skills-list li {
    color: #0f172a !important;
  }
}

/* Animations */
.animate-fade-in { animation: fadeIn 0.8s ease forwards; }
.animate-slide-up { opacity: 0; transform: translateY(18px); animation: slideUp 0.7s cubic-bezier(0.16, 1, 0.3, 1) forwards; }
.delay-1 { animation-delay: 0.15s; }
.delay-2 { animation-delay: 0.3s; }
.delay-3 { animation-delay: 0.45s; }

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}

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

/* ==========================================================================
   CROSS-DEVICE RESPONSIVE BREAKPOINTS
   ========================================================================== */
@media (max-width: 1360px) {
  .nav-menu { display: none; }
  .mobile-toggle { display: flex; }
  .nav-cta { display: inline-flex; padding: 0.45rem 0.95rem; font-size: 0.82rem; }
  .team-credentials-grid,
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .safety-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-top-grid { grid-template-columns: repeat(2, 1fr); }
  .comparison-cards-grid { grid-template-columns: 1fr; }
  .portal-spotlight-grid { grid-template-columns: 1fr; gap: 2.5rem; }
}

@media (max-width: 991px) {
  .hero-container { grid-template-columns: 1fr; gap: 2.5rem; text-align: center; }
  .hero-status-pill { margin-inline: auto; }
  .hero-description { margin-inline: auto; }
  .hero-buttons { justify-content: center; }
  .hero-highlights { max-width: 620px; margin-inline: auto; text-align: start; }
  .hero-visual { max-width: 580px; margin-inline: auto; }
  .about-grid { grid-template-columns: 1fr; }
  .booking-wrapper { grid-template-columns: 1fr; gap: 2.5rem; }
  .welcome-offer-card { flex-direction: column; text-align: center; }
  .curr-skills-list { grid-template-columns: 1fr; }
  .portal-spotlight-card { padding: 2rem 1.5rem; }
}

@media (max-width: 767px) {
  .nav-cta { display: none; }
  .hero-highlights { grid-template-columns: 1fr; }
  .hero-stats-row { grid-template-columns: repeat(2, 1fr); }
  .team-credentials-grid,
  .services-grid,
  .safety-grid,
  .testimonials-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .form-row,
  .quiz-options { grid-template-columns: 1fr; }
  .footer-top-grid { grid-template-columns: 1fr; gap: 2rem; }
  .lightbox-nav-btn.prev-btn { inset-inline-end: 5px; }
  .lightbox-nav-btn.next-btn { inset-inline-start: 5px; }
  .lightbox-close-btn { top: -38px; inset-inline-end: 5px; }
}

@media (max-width: 560px) {
  .btn-portal span { display: none; }
  .btn-portal {
    width: 38px;
    height: 38px;
    padding: 0;
    justify-content: center;
    border-radius: 50%;
  }
  .btn-portal i { font-size: 1.05rem; }
  .theme-toggle-btn { width: 36px; height: 36px; }
  .theme-toggle-btn i { font-size: 0.95rem; }
  .lang-toggle-btn { padding: 0.38rem 0.65rem; font-size: 0.76rem; gap: 0.3rem; }
  .lang-toggle-btn i { font-size: 0.85rem; }
  .mobile-toggle { width: 38px; height: 38px; padding: 9px 8px; }
  .brand-logo { gap: 0.55rem; }
  .logo-emblem { width: 36px; height: 36px; }
  .logo-img { width: 24px; height: 24px; }
  .brand-title { font-size: 1.05rem; }
  .brand-badge { font-size: 0.6rem; padding: 0.1rem 0.35rem; }
  .brand-sub { font-size: 0.58rem; }
}

@media (max-width: 480px) {
  .container { padding-inline: 1rem; }
  .nav-container { padding-block: 0.5rem; }
  .hero-section { padding-top: 2rem; padding-bottom: 3.5rem; }
  .hero-title { font-size: 1.95rem; }
  .hero-buttons { flex-direction: column; }
  .hero-buttons .btn { width: 100%; }
  .hero-card-main { padding: 0.95rem; }
  .hero-stats-row { gap: 0.5rem; }
  .stat-box { padding: 0.65rem 0.3rem; }
  .stat-num { font-size: 1.25rem; }
  .stat-label { font-size: 0.7rem; }
  .gallery-grid,
  .locations-grid { grid-template-columns: 1fr; }
  .floating-whatsapp-wrap { bottom: 1.35rem; inset-inline-end: 1.35rem; }
  .floating-wa-btn { width: 52px; height: 52px; font-size: 1.7rem; }
  .back-to-top-btn { bottom: 1.35rem; inset-inline-start: 1.35rem; width: 40px; height: 40px; }
  .curr-level-row { flex-direction: column; align-items: center; text-align: center; }
  .curr-skills-list li { justify-content: center; }
}

@media (max-width: 359px) {
  .brand-badge { display: none; }
  .hero-title { font-size: 1.75rem; }
}

/* ==========================================================================
   MIDNIGHT DEEP OCEAN LUXURY DARK THEME - COMPREHENSIVE COMPONENT OVERRIDES
   ========================================================================== */
[data-theme="dark"] {
  color-scheme: dark;
}

[data-theme="dark"] .ocean-bg-canvas {
  background: radial-gradient(circle at 50% 20%, #07172b 0%, #040914 100%) !important;
}

[data-theme="dark"] .ocean-ambient-orb.orb-1 {
  background: radial-gradient(circle, rgba(2, 132, 199, 0.32) 0%, transparent 70%) !important;
}

[data-theme="dark"] .ocean-ambient-orb.orb-2 {
  background: radial-gradient(circle, rgba(13, 148, 136, 0.3) 0%, transparent 70%) !important;
}

[data-theme="dark"] .ocean-ambient-orb.orb-3 {
  background: radial-gradient(circle, rgba(14, 165, 233, 0.25) 0%, transparent 70%) !important;
}

[data-theme="dark"] .ocean-ambient-orb.orb-4 {
  background: radial-gradient(circle, rgba(56, 189, 248, 0.22) 0%, transparent 70%) !important;
}

[data-theme="dark"] .caustics-shimmer {
  opacity: 0.14 !important;
}

[data-theme="dark"] .bubble {
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.5) 0%, rgba(56, 189, 248, 0.2) 60%, rgba(2, 132, 199, 0.08) 100%) !important;
  border-color: rgba(56, 189, 248, 0.35) !important;
  box-shadow: 0 0 14px rgba(56, 189, 248, 0.25) !important;
}

/* Site Header */
[data-theme="dark"] .site-header {
  background: rgba(6, 13, 25, 0.94) !important;
  border-bottom: 1px solid rgba(56, 189, 248, 0.15) !important;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5) !important;
}

[data-theme="dark"] .site-header.scrolled {
  background: rgba(4, 9, 18, 0.98) !important;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.7) !important;
}

[data-theme="dark"] .nav-links {
  background: rgba(11, 23, 42, 0.88) !important;
  border-color: rgba(56, 189, 248, 0.22) !important;
}

[data-theme="dark"] .nav-link {
  color: #cbd5e1 !important;
}

[data-theme="dark"] .nav-link:hover {
  color: #38bdf8 !important;
  background: rgba(56, 189, 248, 0.16) !important;
}

[data-theme="dark"] .logo-emblem {
  background: #0b172a !important;
  border-color: rgba(56, 189, 248, 0.4) !important;
  box-shadow: 0 4px 14px rgba(2, 132, 199, 0.35) !important;
}

[data-theme="dark"] .brand-title {
  color: #f8fafc !important;
}

[data-theme="dark"] .brand-badge {
  background: rgba(56, 189, 248, 0.18) !important;
  color: #7dd3fc !important;
  border-color: rgba(56, 189, 248, 0.35) !important;
}

[data-theme="dark"] .lang-toggle-btn {
  background: rgba(11, 23, 42, 0.88) !important;
  color: #38bdf8 !important;
  border-color: rgba(56, 189, 248, 0.35) !important;
}

[data-theme="dark"] .mobile-toggle {
  background: rgba(11, 23, 42, 0.9) !important;
  border-color: rgba(56, 189, 248, 0.28) !important;
}

[data-theme="dark"] .mobile-toggle .bar {
  background: #f8fafc !important;
}

/* Mobile Drawer */
[data-theme="dark"] .mobile-drawer {
  background: #071120 !important;
  border-left-color: rgba(56, 189, 248, 0.2) !important;
}

[data-theme="dark"] .drawer-header {
  background: #071120 !important;
  border-bottom-color: rgba(56, 189, 248, 0.15) !important;
}

[data-theme="dark"] .drawer-nav-link {
  color: #cbd5e1 !important;
}

[data-theme="dark"] .drawer-nav-link:hover {
  background: rgba(56, 189, 248, 0.15) !important;
  color: #38bdf8 !important;
}

[data-theme="dark"] .drawer-portal-card {
  background: linear-gradient(135deg, rgba(14, 45, 74, 0.95) 0%, rgba(7, 26, 46, 0.98) 100%) !important;
  border-color: rgba(56, 189, 248, 0.4) !important;
}

[data-theme="dark"] .drawer-portal-title {
  color: #f8fafc !important;
}

[data-theme="dark"] .drawer-portal-sub {
  color: #94a3b8 !important;
}

[data-theme="dark"] .drawer-footer {
  background: #071120 !important;
  border-top-color: rgba(56, 189, 248, 0.15) !important;
}

[data-theme="dark"] .drawer-ctrl-btn {
  background: #0b192c !important;
  color: #f8fafc !important;
  border-color: rgba(56, 189, 248, 0.25) !important;
}

[data-theme="dark"] .drawer-close-btn {
  color: #94a3b8 !important;
}

[data-theme="dark"] .drawer-close-btn:hover {
  color: #ef4444 !important;
}

/* Section Headers */
[data-theme="dark"] .section-tag {
  background: rgba(56, 189, 248, 0.16) !important;
  color: #7dd3fc !important;
  border-color: rgba(56, 189, 248, 0.35) !important;
}

[data-theme="dark"] .section-title {
  color: #f8fafc !important;
}

[data-theme="dark"] .section-subtitle {
  color: #94a3b8 !important;
}

/* General Outline Buttons in Dark Mode */
[data-theme="dark"] .btn-outline {
  background: rgba(15, 29, 50, 0.9) !important;
  color: #38bdf8 !important;
  border-color: rgba(56, 189, 248, 0.4) !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.4) !important;
}

[data-theme="dark"] .btn-outline:hover {
  background: #0284c7 !important;
  color: #ffffff !important;
  border-color: #0284c7 !important;
  box-shadow: 0 4px 20px rgba(2, 132, 199, 0.5) !important;
}

/* Hero Section */
[data-theme="dark"] .hero-status-pill {
  background: rgba(11, 23, 42, 0.88) !important;
  border-color: rgba(56, 189, 248, 0.35) !important;
  color: #7dd3fc !important;
}

[data-theme="dark"] .hero-card-main {
  background: linear-gradient(145deg, rgba(15, 29, 50, 0.92) 0%, rgba(10, 20, 36, 0.96) 100%) !important;
  border-color: rgba(56, 189, 248, 0.3) !important;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.6) !important;
}

[data-theme="dark"] .stat-box {
  background: rgba(11, 23, 42, 0.9) !important;
  border-color: rgba(56, 189, 248, 0.22) !important;
}

[data-theme="dark"] .stat-num {
  color: #38bdf8 !important;
}

[data-theme="dark"] .stat-label {
  color: #94a3b8 !important;
}

[data-theme="dark"] .hero-float-badge {
  background: rgba(11, 23, 42, 0.94) !important;
  color: #f8fafc !important;
  border-color: rgba(56, 189, 248, 0.35) !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.6) !important;
}

[data-theme="dark"] .hero-float-badge.badge-top {
  border-color: rgba(251, 191, 36, 0.4) !important;
}

[data-theme="dark"] .hero-float-badge.badge-bottom {
  border-color: rgba(56, 189, 248, 0.4) !important;
}

[data-theme="dark"] .hero-highlight-card {
  background: linear-gradient(145deg, rgba(15, 29, 50, 0.85) 0%, rgba(10, 20, 36, 0.9) 100%) !important;
  border-color: rgba(56, 189, 248, 0.2) !important;
}

[data-theme="dark"] .hero-highlight-card h4 {
  color: #f8fafc !important;
}

[data-theme="dark"] .hero-highlight-card p {
  color: #94a3b8 !important;
}

/* About Section */
[data-theme="dark"] .about-section {
  background-color: #071120 !important;
}

[data-theme="dark"] .story-card {
  background: linear-gradient(145deg, rgba(15, 29, 50, 0.88) 0%, rgba(10, 20, 36, 0.94) 100%) !important;
  border-color: rgba(56, 189, 248, 0.22) !important;
}

[data-theme="dark"] .story-card h3 {
  color: #f8fafc !important;
}

[data-theme="dark"] .story-card p {
  color: #cbd5e1 !important;
}

[data-theme="dark"] .feature-box {
  background: #0b192c !important;
  border-color: rgba(56, 189, 248, 0.22) !important;
  color: #f8fafc !important;
}

[data-theme="dark"] .feature-box span {
  color: #f8fafc !important;
}

[data-theme="dark"] .vision-card {
  background: linear-gradient(145deg, rgba(14, 45, 74, 0.92) 0%, rgba(7, 26, 46, 0.96) 100%) !important;
  border-color: rgba(56, 189, 248, 0.3) !important;
}

[data-theme="dark"] .vision-card h3 {
  color: #f8fafc !important;
}

[data-theme="dark"] .vision-card p {
  color: #cbd5e1 !important;
}

[data-theme="dark"] .mission-card {
  background: linear-gradient(145deg, rgba(13, 38, 46, 0.88) 0%, rgba(8, 26, 32, 0.94) 100%) !important;
  border-color: rgba(45, 212, 191, 0.3) !important;
}

[data-theme="dark"] .mission-card h3 {
  color: #f8fafc !important;
}

[data-theme="dark"] .mission-card p {
  color: #cbd5e1 !important;
}

/* Smart Comparison Section */
[data-theme="dark"] .comparison-section {
  background-color: #060d19 !important;
}

[data-theme="dark"] .comp-box-item {
  background: linear-gradient(145deg, rgba(15, 29, 50, 0.92) 0%, rgba(10, 20, 36, 0.96) 100%) !important;
  border-color: rgba(56, 189, 248, 0.28) !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.45) !important;
}

[data-theme="dark"] .comp-box-item h4 {
  color: #f8fafc !important;
}

[data-theme="dark"] .comp-icon-badge {
  background: #0b192c !important;
  border-color: rgba(56, 189, 248, 0.35) !important;
  color: #38bdf8 !important;
}

[data-theme="dark"] .diff-marines {
  background: rgba(16, 185, 129, 0.14) !important;
  border-color: rgba(16, 185, 129, 0.38) !important;
}

[data-theme="dark"] .diff-marines i {
  color: #34d399 !important;
}

[data-theme="dark"] .diff-marines strong {
  color: #34d399 !important;
}

[data-theme="dark"] .diff-marines p {
  color: #f8fafc !important;
}

[data-theme="dark"] .diff-other {
  background: rgba(239, 68, 68, 0.08) !important;
  border-color: rgba(239, 68, 68, 0.22) !important;
}

[data-theme="dark"] .diff-other i {
  color: #f87171 !important;
}

[data-theme="dark"] .diff-other strong {
  color: #fca5a5 !important;
}

[data-theme="dark"] .diff-other p {
  color: #cbd5e1 !important;
}

/* Team Section */
[data-theme="dark"] .team-section {
  background-color: #07101d !important;
}

[data-theme="dark"] .cred-card {
  background: linear-gradient(145deg, rgba(15, 29, 50, 0.88) 0%, rgba(10, 20, 36, 0.92) 100%) !important;
  border-color: rgba(56, 189, 248, 0.22) !important;
}

[data-theme="dark"] .cred-card h4 {
  color: #f8fafc !important;
}

[data-theme="dark"] .cred-card p:not(.cred-subtitle) {
  color: #cbd5e1 !important;
}

[data-theme="dark"] .cred-icon {
  background: #0b192c !important;
  border-color: rgba(56, 189, 248, 0.35) !important;
  color: #38bdf8 !important;
}

/* Safety Section */
[data-theme="dark"] .safety-section {
  background-color: #060e1a !important;
}

[data-theme="dark"] .safety-card {
  background: linear-gradient(145deg, rgba(15, 29, 50, 0.88) 0%, rgba(10, 20, 36, 0.92) 100%) !important;
  border-color: rgba(56, 189, 248, 0.22) !important;
}

[data-theme="dark"] .safety-card h4 {
  color: #f8fafc !important;
}

[data-theme="dark"] .safety-card p {
  color: #cbd5e1 !important;
}

[data-theme="dark"] .safety-icon {
  background: #0b192c !important;
  border-color: rgba(56, 189, 248, 0.35) !important;
  color: #2dd4bf !important;
}

/* Services Section */
[data-theme="dark"] .services-section {
  background-color: #071120 !important;
}

[data-theme="dark"] .service-card {
  background: linear-gradient(145deg, rgba(15, 29, 50, 0.88) 0%, rgba(10, 20, 36, 0.92) 100%) !important;
  border-color: rgba(56, 189, 248, 0.22) !important;
}

[data-theme="dark"] .service-body h3 {
  color: #f8fafc !important;
}

[data-theme="dark"] .service-body p {
  color: #cbd5e1 !important;
}

[data-theme="dark"] .service-features li {
  color: #94a3b8 !important;
}

[data-theme="dark"] .service-number {
  background: rgba(11, 25, 44, 0.95) !important;
  color: #7dd3fc !important;
  border-color: rgba(56, 189, 248, 0.35) !important;
}

/* PARENT PORTAL SPOTLIGHT SECTION (#portal) */
[data-theme="dark"] .parent-portal-section {
  background: linear-gradient(180deg, #071222 0%, #060e1a 100%) !important;
}

[data-theme="dark"] .portal-spotlight-card {
  background: linear-gradient(145deg, rgba(15, 29, 50, 0.95) 0%, rgba(10, 20, 36, 0.98) 100%) !important;
  border-color: rgba(56, 189, 248, 0.32) !important;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.65), 0 0 25px rgba(2, 132, 199, 0.18) !important;
}

[data-theme="dark"] .portal-badge {
  background: rgba(56, 189, 248, 0.18) !important;
  color: #7dd3fc !important;
  border-color: rgba(56, 189, 248, 0.35) !important;
}

[data-theme="dark"] .portal-main-title {
  color: #f8fafc !important;
}

[data-theme="dark"] .portal-desc {
  color: #cbd5e1 !important;
}

[data-theme="dark"] .portal-feat-item {
  color: #f8fafc !important;
}

[data-theme="dark"] .portal-preview-box {
  background: #091424 !important;
  border-color: rgba(56, 189, 248, 0.32) !important;
}

[data-theme="dark"] .portal-preview-header {
  background: #07101d !important;
  border-color: rgba(56, 189, 248, 0.18) !important;
}

[data-theme="dark"] .preview-url-bar {
  background: #0c1c33 !important;
  border-color: rgba(56, 189, 248, 0.22) !important;
  color: #94a3b8 !important;
}

[data-theme="dark"] .preview-user-card,
[data-theme="dark"] .preview-progress-box,
[data-theme="dark"] .p-stat {
  background: #0c1c33 !important;
  border-color: rgba(56, 189, 248, 0.22) !important;
}

/* 11-LEVELS ROADMAP SECTION (#levels) */
[data-theme="dark"] .levels-section {
  background-color: #07101d !important;
}

[data-theme="dark"] .level-tab {
  background: #0b192c !important;
  border-color: rgba(56, 189, 248, 0.22) !important;
  color: #cbd5e1 !important;
}

[data-theme="dark"] .level-tab:hover {
  background: #132742 !important;
  border-color: #38bdf8 !important;
  color: #ffffff !important;
}

[data-theme="dark"] .level-tab.active {
  background: linear-gradient(135deg, #0284c7 0%, #0d9488 100%) !important;
  color: #ffffff !important;
  border-color: transparent !important;
  box-shadow: 0 4px 20px rgba(56, 189, 248, 0.4) !important;
}

[data-theme="dark"] .level-stage-card {
  background: linear-gradient(180deg, #0b172a 0%, #07101d 100%) !important;
  border-color: rgba(56, 189, 248, 0.32) !important;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.6) !important;
}

[data-theme="dark"] .stage-meta h3 {
  color: #f8fafc !important;
}

[data-theme="dark"] .stage-progress-badge {
  background: rgba(56, 189, 248, 0.18) !important;
  border-color: rgba(56, 189, 248, 0.35) !important;
  color: #7dd3fc !important;
}

[data-theme="dark"] .stage-skill-box {
  background: #0d1e34 !important;
  border-color: rgba(56, 189, 248, 0.22) !important;
}

[data-theme="dark"] .stage-skill-box:hover {
  border-color: #38bdf8 !important;
  background: #112845 !important;
}

[data-theme="dark"] .stage-skill-box span {
  color: #cbd5e1 !important;
}

[data-theme="dark"] .stage-tip {
  color: #94a3b8 !important;
}

[data-theme="dark"] .level-mini-card {
  background: linear-gradient(145deg, rgba(15, 29, 50, 0.88) 0%, rgba(10, 20, 36, 0.94) 100%) !important;
  border-color: rgba(56, 189, 248, 0.22) !important;
}

[data-theme="dark"] .level-mini-card:hover {
  background: linear-gradient(145deg, #132644 0%, #0c1c33 100%) !important;
  border-color: #38bdf8 !important;
}

[data-theme="dark"] .lvl-num {
  color: #f8fafc !important;
}

[data-theme="dark"] .lvl-sub {
  color: #7dd3fc !important;
}

[data-theme="dark"] .lvl-skills-list li {
  color: #94a3b8 !important;
}

[data-theme="dark"] .curriculum-modal-content {
  background: #091424 !important;
  border-color: rgba(56, 189, 248, 0.28) !important;
  color: #f8fafc !important;
}

[data-theme="dark"] .curriculum-modal-header {
  background: #060d19 !important;
  border-color: rgba(56, 189, 248, 0.2) !important;
}

[data-theme="dark"] .curriculum-modal-title h3 {
  color: #f8fafc !important;
}

[data-theme="dark"] .curr-level-row {
  background: #0c1c33 !important;
  border-color: rgba(56, 189, 248, 0.2) !important;
}

[data-theme="dark"] .curr-level-row:hover {
  background: #0f2442 !important;
  border-color: #38bdf8 !important;
}

[data-theme="dark"] .curr-details h4 {
  color: #f8fafc !important;
}

[data-theme="dark"] .curr-skills-list li {
  color: #cbd5e1 !important;
}

/* QUIZ SECTION (#quiz) */
[data-theme="dark"] .quiz-section {
  background-color: #07101d !important;
}

[data-theme="dark"] .quiz-wrapper {
  background: linear-gradient(145deg, rgba(15, 29, 50, 0.92) 0%, rgba(10, 20, 36, 0.96) 100%) !important;
  border-color: rgba(56, 189, 248, 0.28) !important;
}

[data-theme="dark"] .step-question {
  color: #f8fafc !important;
}

[data-theme="dark"] .quiz-opt-btn {
  background: #0b192c !important;
  border-color: rgba(56, 189, 248, 0.22) !important;
  color: #e2e8f0 !important;
}

[data-theme="dark"] .quiz-opt-btn:hover {
  border-color: #38bdf8 !important;
  background: #112642 !important;
  color: #ffffff !important;
}

[data-theme="dark"] .quiz-opt-btn.selected {
  border-color: #38bdf8 !important;
  background: rgba(56, 189, 248, 0.22) !important;
  color: #ffffff !important;
}

[data-theme="dark"] .quiz-result-bubble {
  background: linear-gradient(145deg, rgba(14, 45, 74, 0.95) 0%, rgba(7, 26, 46, 0.98) 100%) !important;
  border-color: rgba(56, 189, 248, 0.35) !important;
}

/* DUBAI LOCATIONS SECTION (#locations) */
[data-theme="dark"] .locations-section {
  background-color: #060e1a !important;
}

[data-theme="dark"] .search-box {
  background: #0b192c !important;
  border-color: rgba(56, 189, 248, 0.28) !important;
}

[data-theme="dark"] #locationSearchInput {
  background: transparent !important;
  color: #f8fafc !important;
}

[data-theme="dark"] #locationSearchInput::placeholder {
  color: #94a3b8 !important;
}

[data-theme="dark"] .loc-cat-btn {
  background: #0b192c !important;
  border-color: rgba(56, 189, 248, 0.22) !important;
  color: #cbd5e1 !important;
}

[data-theme="dark"] .loc-cat-btn:hover {
  background: #132742 !important;
  border-color: #38bdf8 !important;
  color: #ffffff !important;
}

[data-theme="dark"] .loc-cat-btn.active {
  background: linear-gradient(135deg, #0284c7 0%, #0369a1 100%) !important;
  color: #ffffff !important;
  border-color: #38bdf8 !important;
  box-shadow: 0 4px 16px rgba(56, 189, 248, 0.35) !important;
}

[data-theme="dark"] .location-chip {
  background: #0b192c !important;
  border-color: rgba(56, 189, 248, 0.22) !important;
  color: #f8fafc !important;
}

[data-theme="dark"] .location-chip:hover {
  background: #112642 !important;
  border-color: #38bdf8 !important;
  box-shadow: 0 4px 18px rgba(56, 189, 248, 0.18) !important;
}

[data-theme="dark"] .loc-ar {
  color: #f8fafc !important;
}

[data-theme="dark"] .loc-en {
  color: #94a3b8 !important;
}

[data-theme="dark"] .location-not-found {
  background: #0b192c !important;
  border-color: rgba(56, 189, 248, 0.22) !important;
}

[data-theme="dark"] .location-not-found h4 {
  color: #f8fafc !important;
}

/* GALLERY SECTION (#gallery) */
[data-theme="dark"] .gallery-section {
  background-color: #060e1a !important;
}

[data-theme="dark"] .gallery-item {
  border-color: rgba(56, 189, 248, 0.22) !important;
}

/* TESTIMONIALS SECTION (#reviews) */
[data-theme="dark"] .testimonials-section {
  background-color: #060e1a !important;
}

[data-theme="dark"] .testi-card {
  background: linear-gradient(145deg, rgba(15, 29, 50, 0.88) 0%, rgba(10, 20, 36, 0.94) 100%) !important;
  border-color: rgba(56, 189, 248, 0.22) !important;
}

[data-theme="dark"] .testi-quote {
  color: #cbd5e1 !important;
}

[data-theme="dark"] .author-info strong {
  color: #f8fafc !important;
}

[data-theme="dark"] .author-avatar {
  background: #0b192c !important;
  border-color: rgba(56, 189, 248, 0.35) !important;
  color: #38bdf8 !important;
}

/* WELCOME ASSESSMENT OFFER BANNER */
[data-theme="dark"] .welcome-offer-section {
  background-color: #071120 !important;
}

[data-theme="dark"] .welcome-offer-card {
  background: linear-gradient(145deg, rgba(38, 30, 18, 0.95) 0%, rgba(20, 15, 8, 0.98) 100%) !important;
  border-color: rgba(251, 191, 36, 0.38) !important;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.65), 0 0 25px rgba(251, 191, 36, 0.18) !important;
}

[data-theme="dark"] .offer-badge {
  background: rgba(251, 191, 36, 0.2) !important;
  color: #fbbf24 !important;
  border-color: rgba(251, 191, 36, 0.45) !important;
}

[data-theme="dark"] .offer-title {
  color: #fef3c7 !important;
}

[data-theme="dark"] .offer-desc {
  color: #fde68a !important;
}

/* BOOKING SECTION (#booking) */
[data-theme="dark"] .booking-section {
  background-color: #071120 !important;
}

[data-theme="dark"] .booking-wrapper {
  background: linear-gradient(145deg, rgba(15, 29, 50, 0.95) 0%, rgba(10, 20, 36, 0.98) 100%) !important;
  border-color: rgba(56, 189, 248, 0.28) !important;
}

[data-theme="dark"] .booking-title {
  color: #f8fafc !important;
}

[data-theme="dark"] .booking-desc {
  color: #cbd5e1 !important;
}

[data-theme="dark"] .b-point i {
  background: #0b172a !important;
  border-color: rgba(56, 189, 248, 0.35) !important;
  color: #38bdf8 !important;
}

[data-theme="dark"] .b-point strong {
  color: #f8fafc !important;
}

[data-theme="dark"] .b-point span {
  color: #94a3b8 !important;
}

[data-theme="dark"] .form-group label {
  color: #f8fafc !important;
}

[data-theme="dark"] .input-wrap input,
[data-theme="dark"] .input-wrap select,
[data-theme="dark"] .input-wrap textarea {
  background: #0b192c !important;
  color: #f8fafc !important;
  border-color: rgba(56, 189, 248, 0.28) !important;
}

[data-theme="dark"] .input-wrap input:focus,
[data-theme="dark"] .input-wrap select:focus,
[data-theme="dark"] .input-wrap textarea:focus {
  background: #0e2038 !important;
  border-color: #38bdf8 !important;
  box-shadow: 0 0 0 3.5px rgba(56, 189, 248, 0.28) !important;
}

[data-theme="dark"] .input-wrap select option {
  background: #0b192c !important;
  color: #f8fafc !important;
}

/* FAQ SECTION (#faq) */
[data-theme="dark"] .faq-section {
  background-color: #071120 !important;
}

[data-theme="dark"] .faq-item {
  background: #0b192c !important;
  border-color: rgba(56, 189, 248, 0.2) !important;
}

[data-theme="dark"] .faq-item.active {
  border-color: #38bdf8 !important;
  background: #0e2038 !important;
}

[data-theme="dark"] .faq-question {
  color: #f8fafc !important;
}

[data-theme="dark"] .faq-answer p {
  color: #cbd5e1 !important;
}

/* Back to Top */
[data-theme="dark"] .back-to-top-btn {
  background: #0b192c !important;
  border-color: rgba(56, 189, 248, 0.3) !important;
  color: #38bdf8 !important;
}

[data-theme="dark"] .back-to-top-btn:hover {
  background: #38bdf8 !important;
  color: #060d19 !important;
}
