﻿/* ============================================
   FIRNAS AIRLINES — LUXURY CORPORATE STYLESHEET
   فرناس للطيران — نمط رسمي فاخر
   ============================================ */

/* ── Local Fonts ──────────────────────────── */
@font-face {
  font-family: 'Roboto';
  src: url('fonts/Roboto-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('fonts/Roboto-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'GE SS Two';
  src: url('fonts/GE_SS_Two_Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'GE SS Two';
  src: url('fonts/GE_SS_Two_Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

html[lang="ar"] body {
  font-family: 'GE SS Two', sans-serif;
}

html[lang="en"] body {
  font-family: 'Roboto', sans-serif;
}

/* ── CSS Variables (Dark Mode — default) ──────────────── */
:root {
  /* Core palette */
  --navy:       #050C24;
  --navy-deep:  #050C24;
  --navy-mid:   #0b1535;
  --gold:       #E2B969;
  --gold-light: #E2B969;
  --gold-dark:  #E2B969;
  --gold-pale:  #E2B969;
  --gold-grad:  #E2B969;
  --gold-grad-h:#E2B969;
  --platinum:   #E5E5E5;
  --white:      #ffffff;
  --off-white:  rgba(229, 229, 229, 0.05);
  --warm-gray:  #E5E5E5;
  --text-dark:  #050C24;
  --text-mid:   rgba(229, 229, 229, 0.65);
  --text-light: #E5E5E5;
  --text-muted: rgba(229, 229, 229, 0.72);
  --card-bg:    rgba(229, 229, 229, 0.06);
  --border-gold:rgba(226, 185, 105, 0.45);
  --shadow-lg:  0 25px 60px rgba(5, 12, 36, 0.55);
  --shadow-md:  0 12px 30px rgba(5, 12, 36, 0.4);
  --shadow-sm:  0 4px 15px rgba(5, 12, 36, 0.25);
  --radius-lg:  20px;
  --radius-md:  12px;
  --radius-sm:  8px;
  --transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --font-ar:    "GE SS Two", sans-serif;
  --font-en:    "Roboto", sans-serif;
  --font-body:  "Roboto", sans-serif;

  /* ── Semantic theme tokens (dark defaults) ── */
  --bg-page:              #050c24;
  --bg-section-alt:       #11172e;
  --bg-section-alt-2:     #0e1a38;
  --bg-header:            rgba(5, 12, 36, 0.92);
  --bg-header-scrolled:   rgba(5, 12, 36, 0.98);
  --bg-mobile-nav:        rgba(5, 12, 36, 0.98);
  --bg-footer:            #050c24;
  --bg-card:              rgba(255, 255, 255, 0.025);
  --bg-timeline-dot:      #050c24;
  --bg-journey-icon:      #050c24;
  --bg-journey-icon-ring: #050c24;
  --color-nav-link:       rgba(229, 229, 229, 0.75);
  --color-mobile-link:    rgba(229, 229, 229, 0.85);
  --color-footer-link:    rgba(229, 229, 229, 0.45);
  --color-footer-copy:    rgba(229, 229, 229, 0.3);
  --color-stat-label:     rgba(229, 229, 229, 0.55);
  --color-dest-item:      rgba(229, 229, 229, 0.8);
  --color-contact-text:   rgba(229, 229, 229, 0.6);
  --color-hero-p:         rgba(229, 229, 229, 0.75);
  --color-page-hero-p:    rgba(229, 229, 229, 0.7);
  --border-footer-bottom: rgba(229, 229, 229, 0.06);
  --input-bg:             rgba(229, 229, 229, 0.04);
  --input-color:          #ffffff;
  --placeholder-color:    rgba(229, 229, 229, 0.3);
  --scrollbar-track:      #050c24;

  /* ── Unified box/card design tokens ── */
  --box-radius:       28px;
  --box-icon-size:    72px;
  --box-icon-radius:  18px;
  --box-icon-color:   #D0A24A;
  --box-title-color:  #e2b969;
  --box-text-color:   rgba(229, 229, 229, 0.70);
  --box-shadow-hover: 0 12px 30px rgba(0, 0, 0, 0.12);
}

/* ════════════════════════════════════════════
   LIGHT MODE — luxury airline day theme
   ════════════════════════════════════════════ */
body.light-mode {
  /* Backgrounds */
  --navy:                 #f7f8fc;
  --navy-deep:            #111827;
  --navy-mid:             #ffffff;
  --bg-page:              #f7f8fc;
  --bg-section-alt:       #e8ecf8;
  --bg-section-alt-2:     #dde4f5;
  --bg-header:            rgba(247, 248, 252, 0.94);
  --bg-header-scrolled:   rgba(247, 248, 252, 0.99);
  --bg-mobile-nav:        rgba(247, 248, 252, 0.99);
  --bg-footer:            #eef1f9;
  --bg-card:              rgba(255, 255, 255, 0.88);
  --bg-timeline-dot:      #f7f8fc;
  --bg-journey-icon:      #f7f8fc;
  --bg-journey-icon-ring: #f7f8fc;

  /* Text */
  --white:                #010929;
  --platinum:             #374151;
  --text-light:           #010929;
  --text-mid:             rgba(1, 9, 41, 0.65);
  --text-muted:           rgba(75, 85, 99, 0.88);
  --off-white:            rgba(1, 9, 41, 0.03);
  --color-nav-link:       rgba(1, 9, 41, 0.72);
  --color-mobile-link:    rgba(1, 9, 41, 0.82);
  --color-footer-link:    rgba(1, 9, 41, 0.5);
  --color-footer-copy:    rgba(1, 9, 41, 0.38);
  --color-stat-label:     rgba(1, 9, 41, 0.55);
  --color-dest-item:      rgba(1, 9, 41, 0.75);
  --color-contact-text:   rgba(1, 9, 41, 0.6);
  --color-hero-p:         rgba(1, 9, 41, 0.72);
  --color-page-hero-p:    rgba(1, 9, 41, 0.65);

  /* Gold — slightly deeper in daylight */
  --gold:                 #c89a43;
  --gold-light:           #c89a43;
  --gold-dark:            #c89a43;
  --gold-pale:            #c89a43;
  --gold-grad:            #c89a43;
  --gold-grad-h:          #b8882e;
  --border-gold:          rgba(200, 154, 67, 0.38);

  /* Borders & dividers */
  --border-footer-bottom: rgba(17, 24, 39, 0.09);

  /* Form */
  --input-bg:             rgba(1, 9, 41, 0.04);
  --input-color:          #010929;
  --placeholder-color:    rgba(1, 9, 41, 0.3);

  /* Cards */
  --card-bg:              rgba(255, 255, 255, 0.88);

  /* Shadows — lighter on white bg */
  --shadow-lg:            0 25px 60px rgba(0, 0, 0, 0.11);
  --shadow-md:            0 12px 30px rgba(0, 0, 0, 0.08);
  --shadow-sm:            0 4px 15px rgba(0, 0, 0, 0.05);

  /* Scrollbar */
  --scrollbar-track:      #eef1f9;

  /* Box/card design tokens — light mode overrides */
  --box-title-color:  #010929;
  --box-text-color:   rgba(1, 9, 41, 0.68);
}

/* ── Global theme transitions ──────────────────────────────── */
body,
.site-header,
.mobile-menu,
.site-footer,
.footer-brand p,
.footer-col a,
.footer-copy,
.nav-links a,
.section-title,
.section-subtitle,
.logo-en,
.stat-label,
.form-group input,
.form-group textarea,
.hero-bg,
.page-hero,
.visual-box,
.timeline-dot,
.journey-icon {
  transition: background-color 0.3s ease,
              background 0.3s ease,
              color 0.3s ease,
              border-color 0.3s ease,
              box-shadow 0.3s ease !important;
}

/* ── Reset & Base ───────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  background: var(--bg-page);
  color: var(--text-light);
  font-family: var(--font-ar);
  font-size: 1.05rem;
  line-height: 1.9;
  letter-spacing: 0;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}


/* ── RTL / LTR ──────────────────────────── */
body[dir="rtl"] {
  direction: rtl; text-align: right;
  font-family: var(--font-ar);
  font-weight: 400;
  line-height: 1.9; letter-spacing: 0;
}
body[dir="ltr"] {
  direction: ltr; text-align: left;
  font-family: var(--font-en);
  font-weight: 400;
  line-height: 1.7; letter-spacing: 0.3px;
}

/* ── Language-specific typography ───── */

/* ── Arabic ─────────────────────────── */

/* Arabic — body: regular weight (400 maps to GE_SS_Two_Regular.woff2) */
html[lang="ar"] body {
  font-family: "GE SS Two", sans-serif;
  font-weight: 400;
  line-height: 1.9; letter-spacing: 0;
}

/* Arabic — headings only: bold (700 maps to GE_SS_Two_Bold.woff2) */
html[lang="ar"] h1,
html[lang="ar"] h2,
html[lang="ar"] h3,
html[lang="ar"] .hero-title,
html[lang="ar"] .section-title {
  font-family: "GE SS Two", sans-serif !important;
  font-weight: 700 !important;
}

/* Arabic — paragraphs: regular (400 maps to GE_SS_Two_Regular.woff2) */
html[lang="ar"] p,
html[lang="ar"] .hero-description,
html[lang="ar"] .section-description,
html[lang="ar"] .card p,
html[lang="ar"] .description {
  font-family: "GE SS Two", sans-serif !important;
  font-weight: 400 !important;
  line-height: 1.9;
}

/* Arabic — muted/subtle text: light (300 maps to GE_SS_Two_Light.woff2) */
html[lang="ar"] .section-subtitle,
html[lang="ar"] .text-muted,
html[lang="ar"] .footer-brand p,
html[lang="ar"] .footer-col a,
html[lang="ar"] .about-text,
html[lang="ar"] .feature-text {
  font-family: "GE SS Two", sans-serif !important;
  font-weight: 300 !important;
  line-height: 1.9;
  
}

/* Arabic — UI elements: regular weight */
html[lang="ar"] a,
html[lang="ar"] span,
html[lang="ar"] li,
html[lang="ar"] button,
html[lang="ar"] input,
html[lang="ar"] textarea,
html[lang="ar"] label,
html[lang="ar"] .btn-primary,
html[lang="ar"] .btn-outline,
html[lang="ar"] .nav-link,
html[lang="ar"] .section-badge,
html[lang="ar"] .footer {
  font-family: "GE SS Two", sans-serif !important;
  font-weight: 400 !important;
}

/* ── Card / box component typography ── */

/* Card headings = Bold */
html[lang="ar"] .card h1,
html[lang="ar"] .card h2,
html[lang="ar"] .card h3,
html[lang="ar"] .card-title,
html[lang="ar"] .info-box h2,
html[lang="ar"] .info-box h3,
html[lang="ar"] .feature-box h2,
html[lang="ar"] .feature-box h3,
html[lang="ar"] .service-card h2,
html[lang="ar"] .service-card h3,
html[lang="ar"] .value-card h2,
html[lang="ar"] .value-card h3 {
  font-family: "GE SS Two", sans-serif !important;
  font-weight: 700 !important;
}

/* Card paragraphs = Regular */
html[lang="ar"] .card p,
html[lang="ar"] .info-box p,
html[lang="ar"] .feature-box p,
html[lang="ar"] .service-card p,
html[lang="ar"] .value-card p,
html[lang="ar"] .glass-card p,
html[lang="ar"] .card .section-subtitle {
  font-family: "GE SS Two", sans-serif !important;
  font-weight: 400 !important;
  line-height: 1.9;
}

/* Card small/muted text = Light */
html[lang="ar"] .card small,
html[lang="ar"] .muted,
html[lang="ar"] .card .eyebrow {
  font-family: "GE SS Two", sans-serif !important;
  font-weight: 300 !important;
}

/* ── English ─────────────────────────── */

/* English — body base: regular weight */
html[lang="en"] body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.7; letter-spacing: 0.3px;
}

/* English — headings: bold, never italic */
html[lang="en"] h1,
html[lang="en"] h2,
html[lang="en"] h3,
html[lang="en"] .section-title,
html[lang="en"] .hero-title {
  font-family: "Roboto", sans-serif;
  font-style: normal !important;
  font-weight: 700;
}

/* English — paragraphs: always regular */
html[lang="en"] p,
html[lang="en"] .section-subtitle,
html[lang="en"] .card p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

/* English — hero/h1: force no italic, no transform */
html[lang="en"] .hero-title,
html[lang="en"] .hero-title *,
html[lang="en"] h1,
html[lang="en"] h1 * {
  font-style: normal !important;
  transform: none !important;
}

/* ── Lang visibility ───────────────────── */
[dir="rtl"] .en { display: none !important; }
[dir="ltr"]  .ar { display: none !important; }
[dir="rtl"] .ar { display: block; }
[dir="ltr"]  .en { display: block; }
.ar-inline { display: none; }
.en-inline { display: none; }
[dir="rtl"] .ar-inline { display: inline; }
[dir="ltr"]  .en-inline { display: inline; }

/* ── Scrollbar ──────────────────────────── */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--scrollbar-track); }
::-webkit-scrollbar-thumb { background: var(--gold); border-radius: 3px; }

/* ═══════════════════════════════════════════
   HEADER / NAV
   ═══════════════════════════════════════════ */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: var(--bg-header);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border-gold);
  padding: 0 2rem;
  /* Later in source than the global !important block — wins for backdrop-filter */
  transition: background      0.35s ease,
              background-color 0.35s ease,
              border-color    0.35s ease,
              box-shadow      0.35s ease,
              backdrop-filter 0.35s ease,
              color           0.3s  ease !important;
}

.site-header.scrolled {
  background: var(--bg-header-scrolled);
  backdrop-filter: blur(14px);
  border-bottom-color: rgba(226, 185, 105, 0.12);
  box-shadow: 0 4px 30px rgba(0,0,0,0.25);
}

/* Applied only on index.html via JS — transparent state at top of hero */
.site-header.header-transparent {
  background: transparent !important;
  border-bottom-color: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

/* Light mode only — day hero is bright, so darken the header buttons */
body.light-mode .site-header.header-transparent .lang-toggle,
body.light-mode .site-header.header-transparent .theme-toggle {
  color: #010929;
  border-color: rgba(1, 9, 41, 0.25);
}

.header-inner {
  max-width: 1300px; margin: 0 auto;
  display: flex; align-items: center;
  justify-content: space-between;
  height: 80px;
}

/* Logo */
.logo {
  display: flex; flex-direction: column;
  text-decoration: none; gap: 1px;
}
.logo-ar {
  font-family: var(--font-ar);
  font-size: 1.15rem; font-weight: 700;
  color: var(--gold);
  line-height: 1.2;
}
.logo-en {
  font-family: var(--font-en);
  font-size: 0.75rem; font-weight: 400;
  letter-spacing: 0.25em; text-transform: uppercase;
  color: var(--text-muted); opacity: 0.8;
}

/* Nav links */
.nav-links {
  display: flex; align-items: center; gap: 0.25rem;
  list-style: none;
}
.nav-links a {
  color: var(--color-nav-link);
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 0.5rem 0.85rem;
  border-radius: 6px;
  transition: var(--transition);
  position: relative;
  font-family: var(--font-ar);
  white-space: nowrap;
}
[dir="ltr"] .nav-links a {
  font-family: var(--font-en);
  font-size: 0.9rem; letter-spacing: 0.08em;
}
.nav-links a:hover,
.nav-links a.active {
  color: var(--gold);
  background: rgba(226, 185, 105, 0.08);
}
.nav-links a.active::after {
  content: '';
  position: absolute; bottom: 4px; left: 50%; transform: translateX(-50%);
  width: 20px; height: 2px;
  background: var(--gold);
  border-radius: 1px;
}

/* Header controls */
.header-controls { display: flex; align-items: center; gap: 1rem; }

.lang-toggle {
  background: transparent;
  border: 1px solid var(--border-gold);
  color: var(--gold);
  font-family: var(--font-ar);
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  padding: 0.4rem 0.9rem;
  border-radius: 20px;
  cursor: pointer;
  transition:
    color 0.35s ease,
    border-color 0.35s ease,
    background-color 0.35s ease,
    background 0.35s ease,
    transform 0.35s ease,
    box-shadow 0.35s ease;
}
.lang-toggle:hover {
  background: var(--gold); color: var(--navy-deep);
  border-color: transparent;
}

/* Hamburger */
.hamburger {
  display: none; flex-direction: column; gap: 5px;
  cursor: pointer; background: none; border: none;
  padding: 4px;
}
.hamburger span {
  display: block; width: 24px; height: 2px;
  background: var(--gold);
  border-radius: 2px; transition: var(--transition);
}
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ── Mobile menu overlay ──────────────────────────────────── */
.mobile-menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.55);
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}
.mobile-menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* ── Mobile menu panel ────────────────────────────────────── */
.mobile-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 82%;
  max-width: 360px;
  background: rgba(5,12,36,0.96);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(226,185,105,0.18);
  z-index: 9999;
  padding: 1.5rem;
  transition: transform 0.35s ease, opacity 0.35s ease, visibility 0.35s ease;
  overflow-y: auto;
}

html[lang="ar"] .mobile-menu {
  right: 0;
  transform: translateX(100%);
  border-radius: 24px 0 0 24px;
}

html[lang="en"] .mobile-menu {
  left: 0;
  transform: translateX(-100%);
  border-radius: 0 24px 24px 0;
}

.mobile-menu.active {
  transform: translateX(0) !important;
}

.mobile-menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(226,185,105,0.14);
  margin-bottom: 1.5rem;
}

.mobile-menu-header img {
  height: 42px;
  width: auto;
  object-fit: contain;
}

.mobile-close {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(226,185,105,0.35);
  background: transparent;
  color: #e2b969;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  cursor: pointer;
  transition: background 0.25s ease;
}
.mobile-close:hover {
  background: rgba(226,185,105,0.1);
}

.mobile-menu-controls {
  display: flex;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

.mobile-menu-controls .lang-toggle {
  height: 40px;
  padding: 0 1.1rem;
  border-radius: 999px;
  border: 1px solid rgba(226,185,105,0.35);
  background: rgba(255,255,255,0.03);
  color: #e2b969;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  cursor: pointer;
  transition: background 0.25s ease;
}

.mobile-menu-controls .theme-toggle {
  width: 48px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid rgba(226,185,105,0.35);
  background: rgba(255,255,255,0.03);
  color: #e2b969;
  font-size: 0.9rem;
}

.mobile-menu-controls .lang-toggle:hover,
.mobile-menu-controls .theme-toggle:hover {
  background: rgba(226,185,105,0.1);
  transform: none;
  box-shadow: none;
}

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

.mobile-nav-links a {
  display: flex;
  align-items: center;
  min-height: 52px;
  padding: 0 1rem;
  border-radius: 14px;
  background: rgba(255,255,255,0.025);
  color: rgba(229,229,229,0.82);
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  transition: 0.25s ease;
}

html[lang="ar"] .mobile-nav-links a {
  justify-content: flex-end;
  text-align: right;
  font-family: var(--font-ar);
}

html[lang="en"] .mobile-nav-links a {
  justify-content: flex-start;
  text-align: left;
  font-family: var(--font-en);
}

.mobile-nav-links a:hover,
.mobile-nav-links a.active {
  background: rgba(226,185,105,0.09);
  color: #e2b969;
}

/* ═══════════════════════════════════════════
   HERO SECTION
   ═══════════════════════════════════════════ */
.hero {
  position: relative; min-height: 100vh;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden; padding: 0 2rem;
}

.hero-bg {
  position: absolute; inset: 0; z-index: 0;
  background: radial-gradient(ellipse at 20% 50%, rgba(226, 185, 105, 0.08) 0%, transparent 60%);
}

/* Decorative flight path lines */
.hero-lines {
  position: absolute; inset: 0; z-index: 1;
  overflow: hidden; pointer-events: none;
}
.hero-lines::before {
  content: '';
  position: absolute;
  top: 25%; left: -10%; right: -10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(226, 185, 105, 0.2), rgba(226, 185, 105, 0.4), rgba(226, 185, 105, 0.2), transparent);
  transform: rotate(-8deg);
}
.hero-lines::after {
  content: '';
  position: absolute;
  top: 60%; left: -10%; right: -10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(226, 185, 105, 0.1), rgba(226, 185, 105, 0.25), rgba(226, 185, 105, 0.1), transparent);
  transform: rotate(-8deg);
}

/* Globe pattern */
.hero-globe {
  position: absolute; right: -5%; top: 50%; transform: translateY(-50%);
  width: 650px; height: 650px; z-index: 1;
  opacity: 0.06;
  border: 1px solid var(--gold);
  border-radius: 50%;
  box-shadow: inset 0 0 0 50px rgba(226, 185, 105, 0.03),
              inset 0 0 0 150px rgba(226, 185, 105, 0.02),
              inset 0 0 0 300px rgba(226, 185, 105, 0.01);
}
[dir="rtl"] .hero-globe { right: auto; left: -5%; }

.hero-content {
  position: relative; z-index: 2;
  max-width: 750px;
  text-align: right;
}
[dir="ltr"] .hero-content { text-align: left; }

.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 0.75rem;
  margin-bottom: 1.5rem;
  padding: 0.4rem 1.2rem;
  border: 1px solid var(--border-gold);
  border-radius: 30px;
  background: rgba(226, 185, 105, 0.06);
}
.hero-eyebrow span {
  font-size: 0.78rem; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--gold);
  font-family: var(--font-en);
}
.hero-eyebrow i { color: var(--gold); font-size: 0.7rem; }

.hero h1 {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-family: var(--font-ar);
  font-weight: 800; color: var(--white);
  line-height: 1.3; margin-bottom: 1.5rem;
}
[dir="ltr"] .hero h1 {
  font-family: var(--font-en);
  font-weight: 700;
  font-size: clamp(2rem, 4.5vw, 3.2rem);
}

.hero-gold-line {
  width: 60px; height: 3px;
  background: var(--gold);
  border-radius: 2px; margin-bottom: 1.5rem;
  margin-right: 0; margin-left: auto;
}
[dir="ltr"] .hero-gold-line { margin-right: 0; margin-left: 0; }

.hero p {
  font-size: clamp(1rem, 2vw, 1.2rem);
  color: var(--color-hero-p);
  line-height: 1.8; margin-bottom: 2.5rem;
  max-width: 580px;
  font-family: var(--font-ar);
}
[dir="ltr"] .hero p {
  font-family: var(--font-en);
  font-size: 1.2rem;
}

.btn-primary {
  display: inline-flex; align-items: center; gap: 0.75rem;
  background: var(--gold);
  color: var(--navy-deep);
  text-decoration: none;
  font-family: var(--font-ar);
  font-weight: 700; font-size: 0.95rem;
  padding: 1rem 2.5rem;
  border-radius: 50px;
  border: none; cursor: pointer;
  transition: var(--transition);
  box-shadow: none;
  letter-spacing: 0.03em;
}
[dir="ltr"] .btn-primary { font-family: var(--font-en); letter-spacing: 0.1em; }
.btn-primary:hover {
  background: var(--gold);
  filter: none;
  transform: translateY(-3px);
  box-shadow: none;
}

.btn-outline {
  display: inline-flex; align-items: center; gap: 0.75rem;
  background: transparent;
  color: var(--gold);
  text-decoration: none;
  font-family: var(--font-ar);
  font-weight: 600; font-size: 0.95rem;
  padding: 1rem 2.5rem;
  border-radius: 50px;
  border: 1px solid var(--border-gold);
  cursor: pointer; transition: var(--transition);
}
[dir="ltr"] .btn-outline { font-family: var(--font-en); letter-spacing: 0.08em; }
.btn-outline:hover {
  background: rgba(226, 185, 105, 0.08);
  border-color: var(--gold);
}

.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; }
[dir="ltr"] .hero-actions { flex-direction: row; }

/* Hero scroll indicator */
.scroll-indicator {
  position: absolute; bottom: 2rem; left: 50%; transform: translateX(-50%);
  z-index: 2; display: flex; flex-direction: column; align-items: center; gap: 0.5rem;
  opacity: 0.6; animation: float 2s ease-in-out infinite;
  transition: opacity 0.35s ease;
}
.scroll-indicator span {
  font-size: 0.7rem; letter-spacing: 0.2em; color: var(--gold);
  font-family: var(--font-ar);
  transition: color 0.35s ease;
}
[dir="ltr"] .scroll-indicator span { font-family: var(--font-en); }
.scroll-indicator i { color: var(--gold); font-size: 1rem; transition: color 0.35s ease; }

@keyframes float {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50%       { transform: translateX(-50%) translateY(8px); }
}

/* ═══════════════════════════════════════════
   SECTIONS — SHARED
   ═══════════════════════════════════════════ */
section { padding: 6rem 2rem; }

.container { max-width: 1200px; margin: 0 auto; }

.section-badge {
  display: inline-flex; align-items: center; gap: 0.6rem;
  margin-bottom: 1rem;
  font-size: 0.78rem; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--gold);
  font-family: var(--font-ar);

}
[dir="ltr"] .section-badge { font-family: var(--font-en); }
.section-badge::before {
  content: ''; display: block;
  width: 24px; height: 1px; background: var(--gold);
}

.section-title {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-family: var(--font-ar);
  font-weight: 800; color: var(--white);
  line-height: 1.3; margin-bottom: 1.25rem;
}
[dir="ltr"] .section-title {
  font-family: var(--font-en);
}

.section-title.light { color: var(--white); }

.section-subtitle {
  font-size: 1.05rem;
  color: var(--text-muted); line-height: 1.8; max-width: 580px;
  font-family: var(--font-ar);
  font-weight: 300;
}
[dir="ltr"] .section-subtitle {
  font-family: var(--font-en); font-size: 1.15rem;
  
}
.section-subtitle.light { color: rgba(229, 229, 229, 0.7); }

.gold-divider {
  width: 48px; height: 3px;
  background: var(--gold);
  border-radius: 2px; margin: 1.5rem 0;
}

/* ── Cards Grid ──────────────────────────── */
.cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem; margin-top: 3.5rem;
}

/* ── Balanced equal-height card grid ── */
.equal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(320px, 1fr));
  gap: 2rem;
  justify-content: center;
  max-width: 1200px;
  margin: 3.5rem auto 0;
  align-items: stretch;
}

.equal-grid > * {
  height: 100%;
  width: 100%;
}

/* Shared card layout — height override for equal-grid context */
.equal-grid .card,
.equal-grid .value-card,
.equal-grid .feature-card,
.equal-grid .service-card {
  height: 100%;
  min-height: 300px;
}
p{
  font-weight: 300;
}
/* ── Card RTL / LTR alignment ──────────────── */

/* Arabic — container: RTL, right-aligned children */
html[lang="ar"] .card,
html[lang="ar"] .card.dark,
html[lang="ar"] .value-card,
html[lang="ar"] .feature-card,
html[lang="ar"] .service-card,
html[lang="ar"] .fleet-card,
html[lang="ar"] .safety-card,
html[lang="ar"] .experience-card,
html[lang="ar"] .info-box,
html[lang="ar"] .glass-card {
  direction: rtl;
  text-align: right;
  align-items: flex-end;
}

/* Arabic — icon box: pinned to the right */
html[lang="ar"] .card .card-icon,
html[lang="ar"] .card.dark .card-icon,
html[lang="ar"] .value-card .card-icon,
html[lang="ar"] .feature-card .card-icon,
html[lang="ar"] .service-card .card-icon,
html[lang="ar"] .fleet-card .card-icon,
html[lang="ar"] .safety-card .card-icon,
html[lang="ar"] .experience-card .card-icon,
html[lang="ar"] .info-box .card-icon,
html[lang="ar"] .glass-card .card-icon {
  margin-left: auto;
  margin-right: 0;
  align-self: flex-end;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Arabic — headings and paragraphs: full width, right-aligned */
html[lang="ar"] .card h3,
html[lang="ar"] .card.dark h3,
html[lang="ar"] .value-card h3,
html[lang="ar"] .feature-card h3,
html[lang="ar"] .service-card h3,
html[lang="ar"] .fleet-card h3,
html[lang="ar"] .safety-card h3,
html[lang="ar"] .experience-card h3,
html[lang="ar"] .info-box h3,
html[lang="ar"] .glass-card h3 {
  width: 100%;
  text-align: right;
}

html[lang="ar"] .card p,
html[lang="ar"] .card.dark p,
html[lang="ar"] .value-card p,
html[lang="ar"] .feature-card p,
html[lang="ar"] .service-card p,
html[lang="ar"] .fleet-card p,
html[lang="ar"] .safety-card p,
html[lang="ar"] .experience-card p,
html[lang="ar"] .info-box p,
html[lang="ar"] .glass-card p {
  width: 100%;
  text-align: right;
}

/* English — container: LTR, left-aligned children */
html[lang="en"] .card,
html[lang="en"] .card.dark,
html[lang="en"] .value-card,
html[lang="en"] .feature-card,
html[lang="en"] .service-card,
html[lang="en"] .fleet-card,
html[lang="en"] .safety-card,
html[lang="en"] .experience-card,
html[lang="en"] .info-box,
html[lang="en"] .glass-card {
  direction: ltr;
  text-align: left;
  align-items: flex-start;
}

/* English — icon box: pinned to the left */
html[lang="en"] .card .card-icon,
html[lang="en"] .card.dark .card-icon,
html[lang="en"] .value-card .card-icon,
html[lang="en"] .feature-card .card-icon,
html[lang="en"] .service-card .card-icon,
html[lang="en"] .fleet-card .card-icon,
html[lang="en"] .safety-card .card-icon,
html[lang="en"] .experience-card .card-icon,
html[lang="en"] .info-box .card-icon,
html[lang="en"] .glass-card .card-icon {
  margin-right: auto;
  margin-left: 0;
  align-self: flex-start;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* English — headings and paragraphs: full width, left-aligned */
html[lang="en"] .card h3,
html[lang="en"] .card.dark h3,
html[lang="en"] .value-card h3,
html[lang="en"] .feature-card h3,
html[lang="en"] .service-card h3,
html[lang="en"] .fleet-card h3,
html[lang="en"] .safety-card h3,
html[lang="en"] .experience-card h3,
html[lang="en"] .info-box h3,
html[lang="en"] .glass-card h3 {
  width: 100%;
  text-align: left;
}

html[lang="en"] .card p,
html[lang="en"] .card.dark p,
html[lang="en"] .value-card p,
html[lang="en"] .feature-card p,
html[lang="en"] .service-card p,
html[lang="en"] .fleet-card p,
html[lang="en"] .safety-card p,
html[lang="en"] .experience-card p,
html[lang="en"] .info-box p,
html[lang="en"] .glass-card p {
  width: 100%;
  text-align: left;
}

/* Paragraph — full width in grid context */
.equal-grid .card p,
.equal-grid .value-card p,
.equal-grid .feature-card p,
.equal-grid .service-card p {
  max-width: 100%;
}

/* 5-item grid: 3 top + 2 centered bottom */
.equal-grid.five-items {
  grid-template-columns: repeat(6, 1fr);
}

.equal-grid.five-items > * {
  grid-column: span 2;
}

.equal-grid.five-items > *:nth-last-child(2) {
  grid-column: 2 / span 2;
}

.equal-grid.five-items > *:last-child {
  grid-column: 4 / span 2;
}

@media (max-width: 992px) {
  .equal-grid,
  .equal-grid.five-items {
    grid-template-columns: repeat(2, 1fr);
  }

  .equal-grid.five-items > *,
  .equal-grid.five-items > *:nth-last-child(2),
  .equal-grid.five-items > *:last-child {
    grid-column: auto;
  }
}

@media (max-width: 640px) {
  .equal-grid,
  .equal-grid.five-items {
    grid-template-columns: 1fr;
  }
}

/* ── Unified card design (matches fleet.html reference) ── */
.card,
.card.dark,
.value-card,
.feature-card,
.service-card,
.fleet-card,
.safety-card,
.experience-card,
.info-box,
.glass-card {
  min-height: 300px;
  padding: 3rem 2.5rem;
  background: var(--bg-card);
  border: 1px solid rgba(226, 185, 105, 0.35);
  border-radius: var(--box-radius);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.35rem;
  box-shadow: none;
  transition:
    transform 0.35s ease,
    box-shadow 0.45s ease,
    border-color 0.35s ease,
    background-color 0.35s ease;
  position: relative;
  overflow: hidden;
}

.card::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: var(--gold); opacity: 0;
  transition: var(--transition);
}
.card:hover,
.card.dark:hover,
.value-card:hover,
.feature-card:hover,
.service-card:hover,
.safety-card:hover,
.experience-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  border-color: rgba(226, 185, 105, 0.55);
}
.card:hover::before { opacity: 1; }

.card-icon {
  width: var(--box-icon-size);
  height: var(--box-icon-size);
  border-radius: var(--box-icon-radius);
  background: rgba(208, 162, 74, 0.08);
  border: 1px solid rgba(226, 185, 105, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  line-height: 1;
}
.card-icon i {
  color: #D0A24A;
  font-size: 1.35rem;
  line-height: 1;
}

/* ── Unified card headings ── */
.card h3,
.card.dark h3,
.value-card h3,
.feature-card h3,
.service-card h3,
.fleet-card h3,
.safety-card h3,
.experience-card h3,
.info-box h3,
.glass-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--box-title-color);
  margin: 0;
  font-family: var(--font-ar);
}
[dir="ltr"] .card h3,
[dir="ltr"] .card.dark h3,
[dir="ltr"] .value-card h3,
[dir="ltr"] .feature-card h3,
[dir="ltr"] .service-card h3,
[dir="ltr"] .fleet-card h3,
[dir="ltr"] .safety-card h3,
[dir="ltr"] .experience-card h3,
[dir="ltr"] .info-box h3,
[dir="ltr"] .glass-card h3 { font-family: var(--font-en); font-size: 1.15rem; }

/* ── Unified card paragraphs ── */
.card p,
.card.dark p,
.value-card p,
.feature-card p,
.service-card p,
.fleet-card p,
.safety-card p,
.experience-card p,
.info-box p,
.glass-card p {
  font-size: 0.95rem;
  color: var(--box-text-color);
  margin: 0;
  line-height: 1.9;
  font-weight: 300;
  font-family: var(--font-ar);
}
[dir="ltr"] .card p,
[dir="ltr"] .card.dark p,
[dir="ltr"] .value-card p,
[dir="ltr"] .feature-card p,
[dir="ltr"] .service-card p,
[dir="ltr"] .fleet-card p,
[dir="ltr"] .safety-card p,
[dir="ltr"] .experience-card p,
[dir="ltr"] .info-box p,
[dir="ltr"] .glass-card p { font-family: var(--font-en); font-size: 1.05rem; }

/* ── Card secondary text — lighter weight ── */
.card .section-subtitle,
.card.dark .section-subtitle,
.feature-card .section-subtitle,
.service-card .section-subtitle,
.value-card .section-subtitle,
.fleet-card .section-subtitle,
.safety-card .section-subtitle,
.experience-card .section-subtitle,
.info-box .section-subtitle,
.glass-card .section-subtitle {
  font-weight: 400;
}

/* ── Section background system ─────────── */
.hero-section {
  background:
    linear-gradient(
      rgba(2, 11, 45, 0),
      rgba(2, 11, 45, 0)
    ),
    url('imge/hero.avif');
  background-size: cover;
  background-position: right ;
  background-repeat: no-repeat;
  animation: heroFadeIn 1.2s ease-out both;
}

.hero-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(226, 185, 105, 0.08), transparent 40%);
  pointer-events: none;
  z-index: 1;
}

/* ── Light / day mode — index hero ─────────────────────────── */

/* Swap to the day image */
body.light-mode .hero-section {
  background-image: url("imge/heroD.png") !important;
}

/* Replace dark overlay with white linear vignette */
body.light-mode .hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:

  pointer-events: none;
  z-index: 1;
}

/* Directional white glow from the content side */
body.light-mode .hero-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at left center,
      rgba(255, 255, 255, 0.30) 0%,
      rgba(255, 255, 255, 0.08) 45%,
      rgba(255, 255, 255, 0)    75%
    ) !important;
  pointer-events: none;
  z-index: 1;
}

/* ── Light mode — hero secondary button: gold → dark navy ───── */
body.light-mode .hero-section .btn-secondary {
  border-color: #010929 !important;
  color:        #010929 !important;
}
body.light-mode .hero-section .btn-secondary i {
  color: #010929 !important;
}
body.light-mode .hero-section .btn-secondary:hover {
  background: #0b2341 !important;
  color:      #ffffff !important;
}
body.light-mode .hero-section .btn-secondary:hover i {
  color: #ffffff !important;
}

/* ── Light mode — hero eyebrow badge: dark navy text & border ── */



/* ── Light mode — hero primary CTA: dark navy text & icon ────── */
body.light-mode .hero-section .hero-actions .btn-primary,
body.light-mode .hero-section .hero-actions .btn-primary:hover {
  color: #010929 !important;
}
body.light-mode .hero-section .hero-actions .btn-primary i,
body.light-mode .hero-section .hero-actions .btn-primary:hover i {
  color: #010929 !important;
}

/* ── Light mode — hero scroll indicator: white over image ─── */
body.light-mode .scroll-indicator span,
body.light-mode .scroll-indicator i {
  color: #ffffff !important;
}

/* ── Hero section — all text white (both modes, over bg image) ── */
.hero-section .hero h1,
.hero-section .hero-content h1 {
  color: #ffffff !important;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.18);
}
.hero-section .hero p,
.hero-section .hero-content p {
  color: rgba(255, 255, 255, 0.88) !important;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.12);
}
.hero-section .hero-gold-line {
  background: rgba(255, 255, 255, 0.55) !important;
}

section:not(.hero-section) { background: var(--bg-page); }

/* ── Section divider ──────────────────────── */
.section-divider {
  width: 100%;
  height: 1px;
  background: linear-gradient(
    to right,
    transparent,
    rgba(226, 185, 105, 0.08),
    rgba(226, 185, 105, 0.28),
    rgba(226, 185, 105, 0.08),
    transparent
  );
}

/* ── Navy section (kept as alias) ─────────── */
.section-navy {
  background: var(--bg-page);
  position: relative; overflow: hidden;
}

/* ── Off-white section (kept as alias) ────── */
.section-offwhite { background: var(--bg-page); }

/* ── Two-col layout ─────────────────────────── */
.two-col {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 5rem; align-items: center;
}
@media (max-width: 900px) { .two-col { grid-template-columns: 1fr; gap: 3rem; } }

/* ── Visual placeholder ─────────────────────── */
.visual-box {
  position: relative; border-radius: var(--radius-lg);
  overflow: hidden; aspect-ratio: 4/3;
  background: linear-gradient(135deg, var(--bg-section-alt), var(--bg-page));
}
.visual-box .corner-lines {
  position: absolute; top: 1.25rem; right: 1.25rem;
  width: 40px; height: 40px; z-index: 2; pointer-events: none;
  border-top: 2px solid rgba(226, 185, 105, 0.4);
  border-right: 2px solid rgba(226, 185, 105, 0.4);
}
[dir="rtl"] .visual-box .corner-lines {
  right: auto; left: 1.25rem;
  border-right: none; border-left: 2px solid rgba(226, 185, 105, 0.4);
}

.fleet-visual-image,
.about-image,
.about-story-image,
.about-team-image,
.services-visual-image,
.network-visual-image,
.values-cta-image,
.values-visual-image {
  width: 100%; height: 100%;
  object-fit: cover; border-radius: inherit; display: block;
}

/* ── Stats bar ──────────────────────────── */
.stats-bar {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 0; border: 1px solid var(--border-gold);
  border-radius: var(--radius-lg); overflow: hidden;
  margin-top: 3rem; background: rgba(226, 185, 105, 0.03);
}
.stat-item {
  padding: 2rem 1.5rem; text-align: center;
  border-right: 1px solid var(--border-gold);
}
.stat-item:last-child { border-right: none; }
[dir="rtl"] .stat-item { border-right: none; border-left: 1px solid var(--border-gold); }
[dir="rtl"] .stat-item:last-child { border-left: none; }

.stat-number {
  font-family: var(--font-en);
  font-size: 2.2rem; font-weight: 700;
  color: var(--gold);
  display: block; line-height: 1;
}
.stat-label {
  font-size: 0.8rem; color: var(--color-stat-label);
  margin-top: 0.5rem; display: block;
  font-family: var(--font-ar); letter-spacing: 0.05em;
}
[dir="ltr"] .stat-label { font-family: var(--font-en); letter-spacing: 0.1em; }

/* ── Values cards ──────────────────────── */
.values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.25rem; margin-top: 3.5rem;
}
.value-card:hover {
  background: rgba(226, 185, 105, 0.06);
  transform: translateY(-6px);
}
.value-card h3,
.value-card p { width: 100%; }

html[lang="ar"] .values-intro {
  direction: rtl;
  text-align: right;
  margin-right: 0;
  margin-left: auto;
}
html[lang="en"] .values-intro {
  direction: ltr;
  text-align: left;
  margin-left: 0;
  margin-right: auto;
}

/* ── Contact form ────────────────────────── */
.contact-grid {
  display: grid; grid-template-columns: 1fr 1.5fr;
  gap: 4rem; align-items: start;
}
@media (max-width: 900px) { .contact-grid { grid-template-columns: 1fr; gap: 3rem; } }

.contact-icon {
  width: 48px; height: 48px; flex-shrink: 0;
  background: rgba(226, 185, 105, 0.08);
  border: 1px solid var(--border-gold);
  border-radius: var(--radius-sm);
  display: flex; align-items: center; justify-content: center;
}
.contact-icon i {
  color: var(--gold);
  font-size: 1rem;
}
.contact-text h3 {
  font-size: 0.85rem; font-weight: 700;
  color: var(--gold); margin-bottom: 0.3rem;
  font-family: var(--font-ar); letter-spacing: 0.05em;
}
html[lang="en"] .contact-text h3 { font-family: var(--font-en); font-size: 0.95rem; }
.contact-text p {
  font-size: 0.9rem; color: var(--color-contact-text);
  font-family: var(--font-ar);
}
html[lang="en"] .contact-text p { font-family: var(--font-en); }

/* Form */
.luxury-form { display: flex; flex-direction: column; gap: 1.25rem; }

.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
@media (max-width: 600px) { .form-row { grid-template-columns: 1fr; } }

.form-group { display: flex; flex-direction: column; gap: 0.5rem; }
.form-group label {
  font-size: 0.8rem; font-weight: 600;
  color: var(--gold); letter-spacing: 0.1em;
  text-transform: uppercase; font-family: var(--font-ar);
}
[dir="ltr"] .form-group label { font-family: var(--font-en); }

.form-group input,
.form-group textarea {
  background: var(--input-bg);
  border: 1px solid var(--border-gold);
  border-radius: var(--radius-md);
  color: var(--input-color);
  font-family: var(--font-ar); font-size: 0.95rem;
  padding: 0.9rem 1.25rem;
  transition: var(--transition);
  outline: none;
  resize: none;
  direction: inherit;
}
[dir="ltr"] .form-group input,
[dir="ltr"] .form-group textarea {
  font-family: var(--font-en); font-size: 1rem;
}
.form-group input::placeholder,
.form-group textarea::placeholder { color: var(--placeholder-color); }
.form-group input:focus,
.form-group textarea:focus {
  border-color: var(--gold);
  background: rgba(226, 185, 105, 0.05);
  box-shadow: 0 0 0 3px rgba(226, 185, 105, 0.08);
}
.form-group textarea { min-height: 140px; }

/* ── Destination list ─────────────────────── */
.dest-list {
  list-style: none; padding: 0; margin-top: 2rem;
  display: flex; flex-wrap: wrap; gap: 0.75rem;
}
.dest-list li {
  display: flex; align-items: center; gap: 0.6rem;
  padding: 0.6rem 1.2rem;
  border: 1px solid var(--border-gold);
  border-radius: 30px;
  color: var(--color-dest-item);
  font-size: 0.88rem; font-family: var(--font-ar);
  transition: var(--transition);
}
[dir="ltr"] .dest-list li { font-family: var(--font-en); }
.dest-list li i { color: var(--gold); font-size: 0.75rem; }
.dest-list li:hover { background: rgba(226, 185, 105, 0.06); border-color: var(--gold); }

/* ── Page hero (inner pages) ────────────── */
.page-hero {
  padding: 10rem 2rem 5rem;
  background: linear-gradient(160deg, var(--bg-section-alt), var(--bg-section-alt-2));
  position: relative; overflow: hidden;
  text-align: right;
}
[dir="ltr"] .page-hero { text-align: left; }
.page-hero::after {
  content: '';
  position: absolute; bottom: -1px; left: 0; right: 0; height: 80px;
  background: linear-gradient(to bottom, transparent, var(--bg-page));
  pointer-events: none;
}
.page-hero.dark-footer::after    { background: linear-gradient(to bottom, transparent, var(--bg-page)); }
.page-hero.offwhite-footer::after { background: linear-gradient(to bottom, transparent, var(--bg-page)); }

/* ── Light / day mode — cinematic white overlays ── */

/* Primary overlay: soft white vignette replacing the dark navy gradient */
body.light-mode .page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 0%,

      rgba(255, 255, 255, 0) 100%
    ) !important;
  z-index: 1;
}















/* Secondary overlay: directional white glow from the content side */
body.light-mode .page-hero::after,
body.light-mode .page-hero.dark-footer::after,
body.light-mode .page-hero.offwhite-footer::after {
  content: "";
  position: absolute;
  inset: 0;
  height: auto;
  background:
  
     linear-gradient(
    180deg,
    rgba(3, 10, 35, 0.78) 0%,
    rgba(3, 10, 35, 0.6) 40%,
    rgba(3, 10, 35, 0.88) 100%
  );
 
     
  z-index: 1;
}



















.page-hero .container { position: relative; z-index: 1; }

.page-hero h1 {
  font-family: var(--font-ar); font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 800; color: var(--white); margin-bottom: 1rem;
}
[dir="ltr"] .page-hero h1 { font-family: var(--font-en); font-style: normal; }

.page-hero p {
  font-size: 1.1rem; color: var(--color-page-hero-p);
  max-width: 560px; font-family: var(--font-ar);
}
[dir="ltr"] .page-hero p { font-family: var(--font-en); font-size: 1.2rem; }

/* ── All page heroes — white text over background images (both modes) ── */
.page-hero h1,
.page-hero .hero-title,
.page-hero .page-title {
  color: #ffffff !important;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.22);
}
.page-hero p,
.page-hero .section-subtitle,
.page-hero .hero-description {
  color: rgba(255, 255, 255, 0.88) !important;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.18);
}
.page-hero .section-badge,
.page-hero .section-badge span {
  color: #ffffff !important;
}

/* Diagonal decoration */
.page-hero-deco {
  position: absolute; top: 0; right: 0; bottom: 0; width: 40%;
  background: linear-gradient(135deg, transparent 30%, rgba(226, 185, 105, 0.04) 100%);
  border-left: 1px solid rgba(226, 185, 105, 0.08);
  clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
}
[dir="rtl"] .page-hero-deco { right: auto; left: 0; clip-path: polygon(0% 0%, 75% 0%, 100% 100%, 0% 100%); border-left: none; border-right: 1px solid rgba(226, 185, 105, 0.08); }

/* ── Hero background images ──────────────── */
.page-hero {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  display: flex;
  align-items: center;
  background-size: cover !important;
  background-position: 90% center !important;
  background-repeat: no-repeat !important;
}




















.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(3, 10, 35, 0.78) 0%,
    rgba(3, 10, 35, 0.6) 40%,
    rgba(3, 10, 35, 0.88) 100%
  );
  z-index: 1;
}

.page-hero .container {
  position: relative;
  z-index: 2;
}
























/* Dark / night mode (default) */
.hero-about      { background-image: url("imge/hero-about.avif") !important; }
.hero-services   { background-image: url("imge/hero-ser.avif") !important; }
.hero-fleet      { background-image: url("imge/hero-fleet.avif") !important; }
.hero-safety     { background-image: url("imge/hero-safe.avif") !important; }
.hero-experience { background-image: url("imge/hero-experience.avif") !important; }
.hero-values     { background-image: url("imge/hero-values.avif") !important; }
.hero-contact    { background-image: url("imge/hero-contact.avif") !important; }

/* Light / day mode — D images */
body.light-mode .hero-about      { background-image: url("imge/hero-about.png") !important; }
body.light-mode .hero-services   { background-image: url("imge/hero-ser.png") !important; }
body.light-mode .hero-fleet      { background-image: url("imge/hero-fleet.png") !important; }
body.light-mode .hero-safety     { background-image: url("imge/hero-safe.avif") !important; }
body.light-mode .hero-experience { background-image: url("imge/hero-experience.avif") !important; }
body.light-mode .hero-values     { background-image: url("imge/hero-values.avif") !important; }
body.light-mode .hero-contact    { background-image: url("imge/hero-contact.avif") !important; }

@media (max-width: 768px) {
  .page-hero {
    min-height: 420px;
    background-position: center;
  }
}

/* ═══════════════════════════════════════════
   FOOTER
   ═══════════════════════════════════════════ */
.site-footer {
  background: var(--bg-footer);
  border-top: 1px solid var(--border-gold);
  padding: 4rem 2rem 2rem;
  position: relative;
  overflow: hidden;
}

.footer-bg-art {
  position: absolute;
  left: -10px;
  top: -1060px;
  width: 2500px;
  height: 2500px;
  background-image: url("imge/foter.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  opacity: 0.60;
  pointer-events: none;
  z-index: 2;
}

/* Light / day mode — swap footer art image */
body.light-mode .footer-bg-art {
  background-image: url("imge/foter.png");
}

.site-footer .container {
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  .footer-bg-art {
    width: 500px;
    height: 500px;
    left: -140px;
    top: 40px;
    opacity: 0.04;
  }
}

.footer-grid {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 3rem; margin-bottom: 3rem;
  position: relative; z-index: 2;
}
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 550px) { .footer-grid { grid-template-columns: 1fr; } }

.footer-brand .logo { margin-bottom: 1.25rem; }
.footer-brand p {
  font-size: 0.88rem; color: var(--color-footer-link);
  line-height: 1.8; font-family: var(--font-ar); max-width: 280px;
}
[dir="ltr"] .footer-brand p { font-family: var(--font-en); }

.footer-col h4 {
  font-size: 0.78rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--gold); font-family: var(--font-ar);
  margin-bottom: 1.25rem;
}
[dir="ltr"] .footer-col h4 { font-family: var(--font-en); }
.footer-col ul { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 0.6rem; }
.footer-col a {
  color: var(--color-footer-link); text-decoration: none;
  font-size: 0.88rem; font-family: var(--font-ar);
  transition: var(--transition);
}
[dir="ltr"] .footer-col a { font-family: var(--font-en); }
.footer-col a:hover { color: var(--gold); }

.footer-bottom {
  max-width: 1200px; margin: 0 auto;
  padding-top: 2rem;
  border-top: 1px solid var(--border-footer-bottom);
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 1rem;
  position: relative; z-index: 2;
}
.footer-copy {
  font-size: 0.8rem; color: var(--color-footer-copy);
  font-family: var(--font-ar); letter-spacing: 0.05em;
}
[dir="ltr"] .footer-copy { font-family: var(--font-en); }
.footer-social { display: flex; gap: 0.75rem; }
.footer-social a {
  width: 36px; height: 36px;
  border: 1px solid var(--border-gold);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--gold); text-decoration: none;
  transition: var(--transition); font-size: 0.8rem;
  
}
.footer-social a:hover { background: var(--gold); color: var(--navy-deep); border-color: transparent; }

/* ═══════════════════════════════════════════
   ANIMATIONS
   ═══════════════════════════════════════════ */
.reveal {
  opacity: 0; transform: translateY(40px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.revealed { opacity: 1; transform: none; }
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }

@keyframes heroFadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* ═══════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════ */
@media (max-width: 1024px) {
  .nav-links { display: none; }
  .hamburger { display: flex; }
}
@media (max-width: 768px) {
  section { padding: 4rem 1.25rem; }
  .hero { padding: 0 1.25rem; }
  .hero-globe { width: 350px; height: 350px; opacity: 0.04; }
  .hero-actions { flex-direction: column; gap: 0.75rem; }
  .hero-actions .btn-primary,
  .hero-actions .btn-outline { text-align: center; justify-content: center; }
  .cards-grid { grid-template-columns: 1fr; }
  .stats-bar { grid-template-columns: 1fr 1fr; }
  .stat-item:nth-child(2) { border-right: none; }
}
@media (max-width: 480px) {
  .site-header { padding: 0 1rem; }
  .header-inner { height: 68px; }
  .stats-bar { grid-template-columns: 1fr; }
  .stat-item { border-right: none !important; border-left: none !important; border-bottom: 1px solid var(--border-gold); }
}

/* ── Fleet page specifics ─────────────────── */
.fleet-specs {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 0; border: 1px solid var(--border-gold);
  border-radius: var(--radius-lg); overflow: hidden; margin-top: 1.5rem;
}
.fleet-spec {
  padding: 1.25rem 1rem; text-align: center;
  border-right: 1px solid var(--border-gold);
}
.fleet-spec:last-child { border-right: none; }
[dir="rtl"] .fleet-spec { border-right: none; border-left: 1px solid var(--border-gold); }
[dir="rtl"] .fleet-spec:last-child { border-left: none; }
.fleet-spec-val {
  font-family: var(--font-en); font-size: 1.5rem; font-weight: 700;
  color: var(--gold);
  display: block;
}
.fleet-spec-key {
  font-size: 0.75rem; color: rgba(229, 229, 229, 0.45);
  font-family: var(--font-ar); margin-top: 0.25rem;
  display: block;
}
[dir="ltr"] .fleet-spec-key { font-family: var(--font-en); }

/* ── Safety timeline ─────────────────────── */
/* ── Safety timeline ─────────────────────── */
.safety-timeline {
  position: relative;
  max-width: 760px;
  margin-top: 3rem;
}

.timeline-item {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  margin-bottom: 3rem;
}

.timeline-dot {
  position: relative;
  z-index: 2;
  flex: 0 0 54px;
  width: 54px;
  height: 54px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  background: var(--bg-timeline-dot);
}

.timeline-dot i {
  color: var(--gold);
  font-size: 1.1rem;
}

.timeline-content {
  flex: 1;
}

.timeline-content h3 {
  font-size: 1.05rem; font-weight: 700;
  color: var(--gold); margin-bottom: 0.75rem;
  font-family: var(--font-ar);
}

.timeline-content p {
  font-size: 0.95rem; color: var(--color-contact-text);
  font-family: var(--font-ar); line-height: 1.8;
  margin: 0;
}

/* English — line left, items flow left-to-right */
html[lang="en"] .safety-timeline {
  margin-left: 0;
  margin-right: auto;
  direction: ltr;
}

html[lang="en"] .safety-timeline::before {
  content: "";
  position: absolute;
  left: 27px;
  top: 54px;
  bottom: 54px;
  width: 1px;
  background: rgba(226, 185, 105, 0.35);
}

html[lang="en"] .timeline-item {
  flex-direction: row;
  text-align: left;
}

html[lang="en"] .timeline-content h3 { font-family: var(--font-en); }
html[lang="en"] .timeline-content p  { font-family: var(--font-en); font-size: 1rem; }

/* Arabic — line right, items flow right-to-left */
html[lang="ar"] .safety-timeline {
  margin-right: 0;
  margin-left: auto;
  direction: rtl;
}

html[lang="ar"] .safety-timeline::before {
  content: "";
  position: absolute;
  right: 27px;
  top: 54px;
  bottom: 54px;
  width: 1px;
  background: rgba(226, 185, 105, 0.35);
}

html[lang="ar"] .timeline-item {
  flex-direction: row;
  text-align: right;
}

html[lang="ar"] .timeline-content {
  text-align: right;
}

/* ── Experience journey timeline ─────── */
.journey-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}

.journey-steps::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 12%;
  right: 12%;
  height: 1px;
  background: rgba(226, 185, 105, 0.35);
  z-index: 0;
}

.journey-step {
  position: relative;
  z-index: 1;
  text-align: center;
}

.journey-icon {
  position: relative;
  z-index: 2;
  width: 80px;
  height: 80px;
  margin: 0 auto 1.5rem;
  background: var(--bg-journey-icon);
  border: 1px solid rgba(226, 185, 105, 0.45);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 8px var(--bg-journey-icon-ring);
}

.journey-icon i {
  font-size: 1.5rem;
  color: var(--gold);
}

@media (max-width: 900px) {
  .journey-steps {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .journey-steps::before {
    top: 40px;
    bottom: 40px;
    left: 50%;
    right: auto;
    width: 1px;
    height: auto;
    transform: translateX(-50%);
    background: rgba(226, 185, 105, 0.35);
  }
}

/* ════════════════════════════════════════════
   THEME TOGGLE BUTTON
   ════════════════════════════════════════════ */

/* Button — base */
.theme-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: transparent;
  border: 1px solid var(--border-gold);
  border-radius: 50%;
  color: var(--gold);
  font-size: 0.88rem;
  cursor: pointer;
  flex-shrink: 0;
  transition: background 0.35s ease,
              border-color 0.35s ease,
              transform 0.3s ease,
              box-shadow 0.3s ease,
              color 0.35s ease;
}

/* Hover — subtle premium glow */
.theme-toggle:hover {
  background: rgba(226, 185, 105, 0.12);
  border-color: var(--gold);
  transform: scale(1.1);
  box-shadow: 0 0 16px rgba(226, 185, 105, 0.3);
}

/* Active press feedback */
.theme-toggle:active {
  transform: scale(0.96);
}

/* Mobile nav variant — slightly larger */
.theme-toggle--mobile {
  margin-top: 0.5rem;
  align-self: flex-start;
  width: 44px;
  height: 44px;
  font-size: 1rem;
}

/* Light mode — sun icon glow */
body.light-mode .theme-toggle:hover {
  box-shadow: 0 0 16px rgba(200, 154, 67, 0.35);
}

/* ── Contact page redesign ───────────────────────────── */
.contact-section { padding: 6rem 2rem; }

.contact-card {
  max-width: 800px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border-gold);
  border-radius: var(--radius-lg);
  padding: 70px;
}

.contact-card-header { margin-bottom: 2.5rem; }

.contact-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  margin-bottom: 2.5rem;
}

.contact-actions {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
  margin-top: 50px;
  margin-bottom: 2.5rem;
}

html[lang="ar"] .contact-actions { justify-content: flex-end; }
html[lang="en"] .contact-actions { justify-content: flex-start; }

.contact-action-btn {
  flex: 1 1 0;
  justify-content: center;
  transition: var(--transition);
}

.contact-social-row {
  border-top: 1px solid rgba(226, 185, 105, 0.15);
  padding-top: 2rem;
  
}

html[lang="ar"] .contact-social-row { text-align: right; }
html[lang="en"] .contact-social-row { text-align: left; }

.contact-social {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
}

html[lang="ar"] .contact-social { justify-content: flex-end; }
html[lang="en"] .contact-social { justify-content: flex-start; }

.contact-follow-label {
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  color: var(--gold-dark);
  margin-bottom: 1rem;
  font-family: var(--font-en);
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .contact-card { padding: 32px 22px; }
  .contact-info-grid { gap: 35px; }
  .contact-item { margin-bottom: 18px; }
  .contact-actions { margin-top: 35px; gap: 18px; }
}

@media (max-width: 640px) {
  .contact-card { padding: 32px 22px; }
  .contact-info-grid { grid-template-columns: 1fr; }
  .contact-action-btn { min-width: 100%; }
}

/* ── Safety intro — full-width text, no visual box ── */
.safety-section .two-col {
  grid-template-columns: 1fr;
}

html[lang="ar"] .safety-section .reveal {
  text-align: right;
}

html[lang="en"] .safety-section .reveal {
  text-align: left;
}

/* ── Contact item RTL/LTR layout ─────────────────── */
.contact-item {
  display: flex !important;
  align-items: flex-start !important;
  gap: 1.25rem !important;
  margin-bottom: 28px;
}

.contact-item .contact-icon {
  flex: 0 0 56px;
}

/* Arabic: icon on the RIGHT, text after it */
html[lang="ar"] .contact-item {
  direction: rtl !important;
  flex-direction: row !important;
  text-align: right !important;
}

html[lang="ar"] .contact-icon {
  order: 1 !important;
}

html[lang="ar"] .contact-text {
  order: 2 !important;
  text-align: right !important;
}

/* English: icon on the LEFT, text after it */
html[lang="en"] .contact-item {
  direction: ltr !important;
  flex-direction: row !important;
  text-align: left !important;
}

html[lang="en"] .contact-icon {
  order: 1 !important;
}

html[lang="en"] .contact-text {
  order: 2 !important;
  text-align: left !important;
}

.contact-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contact-text h3,
.contact-text p {
  margin: 0;
}

/* ═══════════════════════════════════════════════════════════
   FULL RESPONSIVE SYSTEM — all breakpoints
   ═══════════════════════════════════════════════════════════ */

/* ── Logo image — header ── */
.logo img {
  width: auto;
  height: 40px;
  object-fit: contain;
  display: block;
}

/* ── Logo image — footer ── */
.footer-logo {
  margin-bottom: 1.25rem;
}

.footer-logo img {
  width: auto;
  height: 70px;
  object-fit: contain;
  display: block;
}

@media (max-width: 768px) {
  .logo img        { height: 33px; }
  .footer-logo img { height: 56px; }
}

/* ── Two-col card grid variant (replaces inline style) ── */
.cards-grid--2col {
  grid-template-columns: 1fr 1fr;
}

/* ── About story — full-width text block ── */
.about-story-full {
  width: 100%;
  max-width: 900px;
}

html[lang="ar"] .about-story-full {
  margin-left: auto;
  text-align: right;
}

html[lang="en"] .about-story-full {
  margin-right: auto;
  text-align: left;
}

/* ── Prevent horizontal overflow on every page ── */
html, body {
  max-width: 100%;
  overflow-x: hidden;
}

/* ─────────────────────────────────────────
   1024px — tablet landscape
───────────────────────────────────────── */
@media (max-width: 1024px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }

  .equal-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .equal-grid.five-items > *,
  .equal-grid.five-items > *:nth-last-child(2),
  .equal-grid.five-items > *:last-child {
    grid-column: auto !important;
  }
}

/* ─────────────────────────────────────────
   992px — tablets
───────────────────────────────────────── */
@media (max-width: 992px) {
  .cards-grid,
  .equal-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .contact-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

/* ─────────────────────────────────────────
   768px — tablet portrait / large mobile
───────────────────────────────────────── */
@media (max-width: 768px) {
  /* ── Global section spacing ── */
  section { padding: 4rem 1.25rem; }

  /* ── Two-column layouts → single column ── */
  .two-col {
    grid-template-columns: 1fr !important;
    gap: 2rem;
  }

  /* ── Main hero (index.html) ── */
  .hero {
    min-height: 85vh;
    padding: 6rem 1.25rem 5rem;
    align-items: center;
  }
  .hero-content { max-width: 100%; }
  .hero h1 { font-size: clamp(2rem, 8vw, 3rem) !important; }
  .hero-globe { width: 300px; height: 300px; opacity: 0.04; }
  .hero-actions { flex-direction: column; gap: 0.75rem; }
  .hero-actions .btn-primary,
  .hero-actions .btn-outline { justify-content: center; width: 100%; }

  /* ── Page heroes (inner pages) ── */
  .page-hero {
    min-height: 360px !important;
    padding: 8rem 1.25rem 3.5rem;
  }
  .page-hero h1 { font-size: clamp(1.8rem, 7vw, 2.6rem) !important; }
  .page-hero p  { font-size: 1rem !important; max-width: 100%; }

  /* ── Typography ── */
  .section-title    { font-size: clamp(1.6rem, 6vw, 2.4rem) !important; }
  .section-subtitle { font-size: 0.95rem !important; line-height: 1.8; max-width: 100%; }

  /* ── Visual boxes ── */
  .visual-box {
    min-height: 260px !important;
    aspect-ratio: unset;
  }
  .visual-box img { width: 100%; height: 100%; object-fit: cover; }

  /* ── Cards ── */
  .card, .value-card, .feature-card, .service-card,
  .fleet-card, .safety-card, .experience-card, .glass-card, .info-box {
    padding: 2rem 1.5rem;
    border-radius: 22px;
  }
  .card-icon { width: 60px; height: 60px; border-radius: 16px; }

  /* ── Stats bar ── */
  .stats-bar { grid-template-columns: 1fr 1fr; }
  .stat-item:nth-child(2) { border-right: none; }

  /* ── Fleet specs ── */
  .fleet-specs { grid-template-columns: repeat(2, 1fr); }

  /* ── Contact ── */
  .contact-card { padding: 2rem 1.5rem; }
  .contact-info-grid { grid-template-columns: 1fr; gap: 1rem; }
  .contact-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .contact-action-btn { width: 100%; justify-content: center; }

  /* ── Footer ── */
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1rem;
  }

  /* ── Gold divider ── */
  .gold-divider { margin: 1rem 0; }
}

/* ─────────────────────────────────────────
   640px — large phones
───────────────────────────────────────── */
@media (max-width: 640px) {
  /* ── Single-column card grids ── */
  .cards-grid,
  .equal-grid {
    grid-template-columns: 1fr !important;
  }

  /* ── All action buttons full-width ── */
  .hero-actions,
  .contact-actions {
    flex-direction: column;
    width: 100%;
    align-items: stretch;
  }
  .btn-primary,
  .btn-outline,
  .contact-action-btn {
    width: 100%;
    justify-content: center;
  }

  /* ── Contact icon columns narrower on small screens ── */
  html[lang="ar"] .contact-item { grid-template-columns: 1fr 52px !important; }
  html[lang="en"] .contact-item { grid-template-columns: 52px 1fr !important; }

  /* ── Footer single column ── */
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: 1; }

  /* ── Stats bar single column ── */
  .stats-bar { grid-template-columns: 1fr; }
  .stat-item {
    border-right: none !important;
    border-left:  none !important;
    border-bottom: 1px solid var(--border-gold);
  }

  /* ── Page heroes shorter ── */
  .page-hero {
    min-height: 300px !important;
    padding: 7rem 1.25rem 3rem;
  }

  /* ── Fleet specs 2-col on small phones ── */
  .fleet-specs { grid-template-columns: repeat(2, 1fr); }
}

/* ─────────────────────────────────────────
   480px — phones
───────────────────────────────────────── */
@media (max-width: 480px) {
  section { padding: 3.5rem 1rem; }

  /* Logo */
  .logo-ar { font-size: 1rem; }
  .logo-en { font-size: 0.65rem; }

  /* Main hero */
  .hero { padding: 5rem 1rem 5rem; }
  .hero h1 { font-size: clamp(1.7rem, 7vw, 2.5rem) !important; }
  .hero-eyebrow { padding: 0.3rem 0.9rem; }
  .hero-eyebrow span { font-size: 0.7rem; }

  /* Page hero */
  .page-hero { min-height: 280px !important; padding: 6rem 1rem 2.5rem; }
  .page-hero h1 { font-size: clamp(1.5rem, 6vw, 2.2rem) !important; }

  /* Cards — remove fixed min-height so they shrink naturally */
  .card, .value-card, .feature-card, .service-card,
  .fleet-card, .safety-card, .experience-card, .glass-card, .info-box {
    padding: 1.75rem 1.25rem;
    border-radius: 18px;
    min-height: unset;
  }
  .card-icon { width: 54px; height: 54px; border-radius: 14px; }

  /* Contact */
  .contact-card { padding: 1.5rem 1rem; }

  /* Fleet specs → single column */
  .fleet-specs { grid-template-columns: 1fr; }
  .fleet-spec {
    border-right: none !important;
    border-left:  none !important;
    border-bottom: 1px solid var(--border-gold);
  }
  .fleet-spec:last-child { border-bottom: none; }

  /* Footer social */
  .footer-social { flex-wrap: wrap; justify-content: center; }
}

/* ─────────────────────────────────────────
   390px — small phones (iPhone SE, etc.)
───────────────────────────────────────── */
@media (max-width: 390px) {
  .header-inner { height: 64px; }
  .logo-ar { font-size: 0.95rem; }

  section { padding: 3rem 0.875rem; }

  .hero h1      { font-size: clamp(1.6rem, 7vw, 2.2rem) !important; }
  .page-hero h1 { font-size: clamp(1.4rem, 7vw, 2rem)   !important; }
  .section-title { font-size: clamp(1.4rem, 6vw, 2rem)  !important; }

  .card, .value-card, .feature-card, .service-card,
  .fleet-card, .safety-card, .experience-card, .glass-card, .info-box {
    padding: 1.5rem 1rem;
  }

  .btn-primary, .btn-outline {
    font-size: 0.88rem;
    padding: 0.9rem 1.5rem;
  }

  .contact-card { padding: 1.25rem 0.875rem; }
}

/* ════════════════════════════════════════════
   LIGHT MODE — Gold accent overrides (#c89a43)
   ════════════════════════════════════════════ */

/* Section badges, decorative lines, accent labels */
body.light-mode .section-badge,
body.light-mode .section-badge span,
body.light-mode .hero-badge,
body.light-mode .accent-text {
  color:        #c89a43 !important;
  border-color: #c89a43 !important;
}

/* The ::before decorative line on .section-badge */
body.light-mode .section-badge::before {
  background: #c89a43 !important;
}

/* Gold divider bars */
body.light-mode .gold-divider {
  background: #c89a43 !important;
}

/* ════════════════════════════════════════════
   LIGHT MODE — Inner page hero: white text over day image
   (index.html uses .hero-section, never .page-hero,
    so it is naturally excluded from these rules)
   ════════════════════════════════════════════ */
body.light-mode .page-hero .section-badge,
body.light-mode .page-hero .section-badge span,
body.light-mode .page-hero .page-title,
body.light-mode .page-hero .hero-title,
body.light-mode .page-hero .section-title,
body.light-mode .page-hero .section-subtitle,
body.light-mode .page-hero p,
body.light-mode .page-hero span {
  color: #ffffff !important;
}

/* Stronger shadows for readability over bright day images */
body.light-mode .page-hero h1,
body.light-mode .page-hero .hero-title,
body.light-mode .page-hero .page-title {
  text-shadow: 0 2px 22px rgba(0, 0, 0, 0.58), 0 0 38px rgba(0, 0, 0, 0.28) !important;
}
body.light-mode .page-hero p,
body.light-mode .page-hero .section-subtitle {
  text-shadow: 0 1px 14px rgba(0, 0, 0, 0.52) !important;
}
body.light-mode .page-hero .section-badge span {
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.48) !important;
}

/* Gold accent lines stay gold — do not change to text color */
body.light-mode .page-hero .gold-divider {
  background: var(--gold) !important;
}

body.light-mode .page-hero .section-badge::before,
body.light-mode .page-hero .section-badge::after {
  background: var(--gold) !important;
}

/* ════════════════════════════════════════════
   LIGHT MODE — Logo image swap
   .logo img       → header + mobile nav (shared class)
   .footer-logo img → footer brand area
   ════════════════════════════════════════════ */
body.light-mode .logo img,
body.light-mode .footer-logo img {
  content: url("imge/logo.png");
}

/* ════════════════════════════════════════════
   LIGHT MODE — .light variant text fixes
   .section-subtitle.light uses a hardcoded rgba
   that the variable system cannot override
   ════════════════════════════════════════════ */
body.light-mode .section-subtitle.light {
  color: #010929 !important;
}
body.light-mode .section-title.light {
  color: #010929 !important;
}

/* ── Light mode — card / box heading color ───────────────────── */
body.light-mode .card h3,
body.light-mode .card.dark h3,
body.light-mode .value-card h3,
body.light-mode .feature-card h3,
body.light-mode .service-card h3,
body.light-mode .fleet-card h3,
body.light-mode .safety-card h3,
body.light-mode .experience-card h3,
body.light-mode .info-box h3,
body.light-mode .glass-card h3,
body.light-mode .timeline-content h3 {
  color: #010929 !important;
}

/* ── Light mode — card / box border: dark navy ──────────────── */
body.light-mode .card,
body.light-mode .card.dark,
body.light-mode .value-card,
body.light-mode .feature-card,
body.light-mode .service-card,
body.light-mode .fleet-card,
body.light-mode .safety-card,
body.light-mode .experience-card,
body.light-mode .info-box,
body.light-mode .glass-card,
body.light-mode .contact-card {
  border-color: rgba(1, 9, 41, 0.18) !important;
}
body.light-mode .card:hover,
body.light-mode .card.dark:hover,
body.light-mode .value-card:hover,
body.light-mode .feature-card:hover,
body.light-mode .service-card:hover,
body.light-mode .fleet-card:hover,
body.light-mode .safety-card:hover,
body.light-mode .experience-card:hover {
  border-color: rgba(1, 9, 41, 0.35) !important;
}

/* ─────────────────────────────────────────
   Experience page — hide journey line on mobile
───────────────────────────────────────── */
@media (max-width: 768px) {
  .journey-steps::before {
    display: none !important;
  }
}

/* ═══════════════════════════════════════════════════════════
   PREMIUM HOVER INTERACTIONS — desktop pointer devices only
   ═══════════════════════════════════════════════════════════ */
@media (hover: hover) and (pointer: fine) {

  /* ── Navigation links ── */
  .nav-links a {
    transition: color 0.28s ease,
                background 0.28s ease,
                transform 0.28s ease,
                text-shadow 0.28s ease;
  }
  .nav-links a:hover {
    transform: translateY(-2px);
    text-shadow: 0 0 18px rgba(226, 185, 105, 0.28);
  }

  /* ── Primary button — lift + gold glow ── */
  .btn-primary {
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
  }
  .btn-primary:hover {
    transform: translateY(-3px) scale(1.03) !important;
    box-shadow: 0 10px 36px rgba(226, 185, 105, 0.38),
                0 4px 14px rgba(226, 185, 105, 0.18) !important;
  }

  /* ── Outline button — lift + soft glow ── */
  .btn-outline {
    transition: background 0.3s ease,
                border-color 0.3s ease,
                transform 0.3s ease,
                box-shadow 0.3s ease,
                color 0.3s ease !important;
  }
  .btn-outline:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 24px rgba(226, 185, 105, 0.18) !important;
  }

  /* ── Cards — deeper shadow + gold ambient glow ── */
  .card:hover,
  .value-card:hover,
  .feature-card:hover,
  .service-card:hover,
  .safety-card:hover,
  .experience-card:hover {
    box-shadow: 0 14px 32px rgba(5, 12, 36, 0.3),
                0 0 24px rgba(208, 162, 74, 0.05) !important;
  }

  /* Card icon pulses when its card is hovered */
  .card:hover .card-icon,
  .value-card:hover .card-icon,
  .feature-card:hover .card-icon,
  .service-card:hover .card-icon {
    transform: scale(1.1);
    border-color: rgba(226, 185, 105, 0.6);
    background: rgba(208, 162, 74, 0.12);
    transition: transform 0.3s ease,
                border-color 0.3s ease,
                background 0.3s ease;
  }

  /* ── Footer social icons — lift + glow ── */
  .footer-social a:hover {
    transform: translateY(-3px) scale(1.12);
    box-shadow: 0 6px 20px rgba(226, 185, 105, 0.3);
  }

  /* ── Footer nav links — directional slide ── */
  .footer-col a {
    display: inline-block;
    transition: color 0.25s ease, transform 0.25s ease;
  }
  html[lang="en"] .footer-col a:hover { transform: translateX(3px); }
  html[lang="ar"] .footer-col a:hover { transform: translateX(-3px); }

  /* ── Destination pills — lift + glow ── */
  .dest-list li:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(226, 185, 105, 0.18);
  }

  /* ── Journey step icons — scale + glow ── */
  .journey-step:hover .journey-icon {
    transform: scale(1.12);
    box-shadow: 0 0 28px rgba(226, 185, 105, 0.28);
    border-color: rgba(226, 185, 105, 0.7);
    transition: transform 0.35s ease,
                box-shadow 0.35s ease,
                border-color 0.35s ease;
  }

  /* ── Safety timeline dots — pulse ── */
  .timeline-item:hover .timeline-dot {
    transform: scale(1.1);
    box-shadow: 0 0 20px rgba(226, 185, 105, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  /* ── Hero eyebrow tag ── */
  .hero-eyebrow {
    transition: background 0.3s ease, transform 0.3s ease;
  }
  .hero-eyebrow:hover {
    background: rgba(226, 185, 105, 0.1);
    transform: translateY(-1px);
  }

  /* ── Lang toggle — subtle scale ── */
  .lang-toggle:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 16px rgba(226, 185, 105, 0.22);
  }

  /* ── Theme toggle — scale + spin ── */
  .theme-toggle:hover {
    transform: scale(1.1) rotate(15deg) !important;
    box-shadow: 0 0 18px rgba(226, 185, 105, 0.32) !important;
  }

  /* ── Mobile close button — spin on hover ── */
  .mobile-close:hover {
    transform: rotate(90deg) !important;
  }
}

/* ═══════════════════════════════════════════
   OUR FLEET PAGE — AIRCRAFT SHOWCASE
   ═══════════════════════════════════════════ */

/* Hero background */
.hero-astu { background-image: url("imge/hero-astul.avif") !important; }
body.light-mode .hero-astu { background-image: url("imge/hero-astul.avif") !important; }

/* Aircraft block — wrapper for each aircraft section */
.aircraft-block {
  padding-bottom: 5rem;
  margin-bottom: 5rem;
  border-bottom: 1px solid rgba(226, 185, 105, 0.12);
}
.aircraft-block:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

/* Main split: info + image side by side */
.aircraft-main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  margin-bottom: 2.5rem;
}

/* Alternating layout — even blocks: image leads, info follows */
.aircraft-block:nth-child(even) .aircraft-info { order: 2; }
.aircraft-block:nth-child(even) .aircraft-image { order: 1; }

/* Info column */
.aircraft-info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.aircraft-info h2 {
  font-family: var(--font-en);
  font-size: clamp(1.9rem, 3.5vw, 3rem);
  font-weight: 900;
  color: var(--white);
  letter-spacing: 0.05em;
  line-height: 1.1;
  margin: 0;
}

/* Image column */
.aircraft-image {
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: linear-gradient(135deg, var(--bg-section-alt), var(--bg-page));
  border: 1px solid rgba(226, 185, 105, 0.18);
}
.aircraft-image img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
  transition: transform 0.6s ease;
}
.aircraft-image:hover img { transform: scale(1.04); }

/* Gallery grid */
.aircraft-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1rem;
  margin-top: 0.5rem;
}
.gallery-item {
  border-radius: var(--radius-md);
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: var(--bg-section-alt);
  border: 1px solid rgba(226, 185, 105, 0.12);
}
.gallery-item img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
  transition: transform 0.5s ease;
}
.gallery-item:hover img { transform: scale(1.06); }

/* Responsive — tablet */
@media (max-width: 900px) {
  .aircraft-main {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .aircraft-block:nth-child(even) .aircraft-info { order: 0; }
  .aircraft-block:nth-child(even) .aircraft-image { order: 0; }
  .aircraft-block { padding-bottom: 4rem; margin-bottom: 4rem; }
}

/* Responsive — mobile */
@media (max-width: 640px) {
  .aircraft-gallery { grid-template-columns: 1fr; }
  .aircraft-block { padding-bottom: 3rem; margin-bottom: 3rem; }
}

/* ══════════════════════════════════════════
   AIRCRAFT DETAIL — new card layout
   ══════════════════════════════════════════ */

.aircraft-detail {
  padding: 6rem 0;
}

/* Centred title + gold rule */
.aircraft-title {
  text-align: center;
  font-family: 'Roboto', sans-serif !important;
  font-size: clamp(2rem, 4vw, 3.25rem);
  font-weight: 900;
  letter-spacing: 2px;
  color: var(--white);
  margin: 0 0 0.6rem;
  direction: ltr;
  unicode-bidi: embed;
}

.aircraft-title-line {
  width: 80px;
  height: 4px;
  background: var(--gold);
  border-radius: 2px;
  margin: 0 auto 2.5rem;
}

/* Card panel */
.aircraft-panel {
  background: var(--card-bg);
  border: 1px solid rgba(226, 185, 105, 0.18);
  border-radius: var(--radius-lg);
  padding: 2.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 2.5rem;
  max-width: 1100px;
  margin: 0 auto;
}

/* Text content column */
.aircraft-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.aircraft-content h3 {
  font-family: var(--font-en);
  font-size: 25px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold);
  text-shadow: 0 0 28px rgba(226, 185, 105, 0.25);
  margin: 0;
}

.aircraft-small-line {
  width: 40px;
  height: 3px;
  background: var(--gold);
  border-radius: 2px;
  margin-bottom: 0.25rem;
}

.aircraft-content p {
  font-family: var(--font-ar);
  font-size: 0.93rem;
  font-weight: 900;
  line-height: 1.9;
  color: var(--text-muted);
  opacity: 0.82;
  margin: 0;
}

/* Image + thumbnail column */
.aircraft-media {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.aircraft-main-img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: var(--radius-md);
  display: block;
  border: 1px solid rgba(226, 185, 105, 0.15);
}

.aircraft-thumbs {
  display: flex;
  gap: 0.6rem;
}

.aircraft-thumbs img {
  flex: 1;
  height: 80px;
  object-fit: cover;
  border-radius: var(--radius-md);
  border: 1px solid rgba(226, 185, 105, 0.12);
  cursor: pointer;
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.aircraft-thumbs img:hover {
  transform: scale(1.04);
  border-color: var(--gold);
}

/* Accordion — spans both columns */
.aircraft-accordion {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: column;
  gap: 0;
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid rgba(226, 185, 105, 0.15);
}

.aircraft-accordion-item {
  background: transparent;
  border-bottom: 1px solid rgba(226, 185, 105, 0.12);
}

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

.aircraft-accordion-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.25rem;
  font-family: var(--font-ar);
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--white);
  cursor: pointer;
  user-select: none;
  background: transparent;
  border: none;
  text-align: right;
  transition: background 0.2s ease, color 0.2s ease;
}

.aircraft-accordion-item.active .aircraft-accordion-header {
  color: var(--gold);
  background: rgba(226, 185, 105, 0.06);
}

.accordion-plus {
  font-family: var(--font-en);
  font-size: 1.2rem;
  font-weight: 300;
  color: var(--gold);
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.aircraft-accordion-item.active .accordion-plus {
  transform: rotate(45deg);
}

.aircraft-accordion-content {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(-8px);
  transition:
    max-height 0.45s ease,
    opacity 0.35s ease,
    transform 0.35s ease;
}

.aircraft-accordion-item.active .aircraft-accordion-content {
  max-height: 500px;
  opacity: 1;
  transform: translateY(0);
}

.accordion-body {
  padding: 0.75rem 1.25rem 1.25rem;
}

.accordion-body p {
  font-family: var(--font-ar);
  font-size: 0.9rem;
  line-height: 1.75;
  color: var(--text-muted);
  margin: 0.35rem 0;
}

.accordion-body strong {
  color: var(--white);
  font-weight: 600;
}

/* Light mode overrides */
body.light-mode .aircraft-title { color: var(--white); }
body.light-mode .aircraft-panel { background: #ffffff; border-color: rgba(0,0,0,0.10); }
body.light-mode .aircraft-content p { color: #4b5563; }
body.light-mode .aircraft-accordion { border-color: rgba(0,0,0,0.10); }
body.light-mode .aircraft-accordion-item { border-bottom-color: rgba(0,0,0,0.08); }
body.light-mode .aircraft-accordion-header { color: #010929; }
body.light-mode .aircraft-accordion-item.active .aircraft-accordion-header { background: rgba(200, 154, 67, 0.08); }
body.light-mode .accordion-body p { color: #4b5563; }
body.light-mode .accordion-body strong { color: #010929; }
body.light-mode .aircraft-main-img { border-color: rgba(0,0,0,0.10); }
body.light-mode .aircraft-thumbs img { border-color: rgba(0,0,0,0.10); }

/* Responsive — tablet */
@media (max-width: 860px) {
  .aircraft-panel {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .aircraft-accordion { grid-column: 1; }
  .aircraft-main-img { height: 200px; }
}

/* Responsive — phone: image above title */
@media (max-width: 768px) {
  .aircraft-panel {
    display: flex !important;
    flex-direction: column !important;
  }
  .aircraft-media {
    order: 1 !important;
  }
  .aircraft-content {
    order: 2 !important;
  }
  .aircraft-accordion {
    order: 3;
  }
  .aircraft-thumbs {
    margin-top: 1rem;
  }
}

/* Responsive — mobile */
@media (max-width: 520px) {
  .aircraft-detail { padding: 4rem 0; }
  .aircraft-panel { padding: 1.5rem; gap: 1.5rem; }
  .aircraft-main-img { height: 170px; }
  .aircraft-thumbs img { height: 60px; }
  .aircraft-accordion-header { padding: 0.85rem 1rem; font-size: 0.88rem; }
  .accordion-body { padding: 0.6rem 1rem 1rem; }
}

/* ══════════════════════════════════════════
   FLEET LIGHTBOX
   ══════════════════════════════════════════ */

.fleet-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.88);
  backdrop-filter: blur(6px);
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 4rem 2rem;
}

.fleet-lightbox.active {
  display: flex;
}

.fleet-lightbox img {
  max-width: 80vw;
  max-height: 82vh;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 20px 80px rgba(0, 0, 0, 0.55);
}

.lightbox-close {
  position: absolute;
  top: 22px;
  right: 26px;
  background: none;
  border: 0;
  color: #fff;
  font-size: 1.6rem;
  cursor: pointer;
  transition: color 0.2s ease, transform 0.2s ease;
}

.lightbox-close:hover {
  color: var(--gold);
  transform: scale(1.15);
}

.lightbox-counter {
  position: absolute;
  top: 22px;
  left: 26px;
  color: #fff;
  font-size: 0.95rem;
  font-family: var(--font-en);
  letter-spacing: 0.08em;
}

.lightbox-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.25s ease, border-color 0.25s ease;
}

.lightbox-arrow:hover {
  background: rgba(226, 185, 105, 0.22);
  border-color: var(--gold);
}

.lightbox-prev { left: 5%; }
.lightbox-next { right: 5%; }

.lightbox-caption {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.75);
  font-family: var(--font-en);
  font-size: 0.9rem;
  letter-spacing: 0.06em;
  text-align: center;
  white-space: nowrap;
}

.gallery-thumb {
  cursor: pointer;
  transition: transform 0.3s ease, border-color 0.3s ease, opacity 0.3s ease;
}

.gallery-thumb:hover {
  opacity: 0.85;
}

/* Lightbox — mobile */
@media (max-width: 768px) {
  .fleet-lightbox { padding: 3rem 1rem; }
  .fleet-lightbox img { max-width: 94vw; max-height: 75vh; }
  .lightbox-prev { left: 1rem; }
  .lightbox-next { right: 1rem; }
}

/* ══════════════════════════════════════════
   AIRCRAFT DETAIL — tagline title
   ══════════════════════════════════════════ */

.fleet-aircraft-title {
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -1px;
  color: #d4a84f;
  margin-bottom: 2rem;
}

@media (max-width: 768px) {
  .fleet-aircraft-title {
    font-size: 2rem;
    line-height: 1.35;
  }
}




/* ══════════════════════════════════════════
   MOBILE — spacing between image and title
   ══════════════════════════════════════════ */

@media (max-width: 768px) {
  .aircraft-content {
    margin-top: 1.5rem;
  }
}

/* ══════════════════════════════════════════
   AIRCRAFT DETAIL — horizontal edge spacing
   ══════════════════════════════════════════ */

.aircraft-detail {
  padding-inline: 40px;
}

@media (max-width: 768px) {
  .aircraft-detail {
    padding-inline: 20px;
  }
}

@media (max-width: 480px) {
  .aircraft-detail {
    padding-inline: 14px;
  }
}

/* ── Mobile menu — cinematic fade-down animation ── */
@media (max-width: 768px) {

  /* Container slides in from above and fades in */
  .mobile-menu {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
    transition:
      opacity 0.45s ease,
      transform 0.45s ease,
      visibility 0.45s ease;
  }

  .mobile-menu.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  /* Each nav link starts above its resting position */
  .mobile-nav-links a {
    opacity: 0;
    transform: translateY(-12px);
    transition:
      opacity 0.45s ease,
      transform 0.45s ease;
  }

  .mobile-menu.active .mobile-nav-links a {
    opacity: 1;
    transform: translateY(0);
  }

  /* Stagger — links cascade top to bottom, 50 ms apart */
  .mobile-menu.active .mobile-nav-links a:nth-child(1) { transition-delay: 0.05s; }
  .mobile-menu.active .mobile-nav-links a:nth-child(2) { transition-delay: 0.10s; }
  .mobile-menu.active .mobile-nav-links a:nth-child(3) { transition-delay: 0.15s; }
  .mobile-menu.active .mobile-nav-links a:nth-child(4) { transition-delay: 0.20s; }
  .mobile-menu.active .mobile-nav-links a:nth-child(5) { transition-delay: 0.25s; }
  .mobile-menu.active .mobile-nav-links a:nth-child(6) { transition-delay: 0.30s; }
  .mobile-menu.active .mobile-nav-links a:nth-child(7) { transition-delay: 0.35s; }
  .mobile-menu.active .mobile-nav-links a:nth-child(8) { transition-delay: 0.40s; }
  .mobile-menu.active .mobile-nav-links a:nth-child(9) { transition-delay: 0.45s; }

}

/* ============================================================
   Force dark header style in light mode
   ============================================================ */
body.light-mode .site-header,
body.light-mode header,
body.light-mode .navbar,
body.light-mode .main-header {
  background: #050c24 !important;
  border-bottom: 1px solid rgba(226,185,105,0.25) !important;
  box-shadow: none !important;
}

/* Nav links */
body.light-mode .site-header a,
body.light-mode header a,
body.light-mode .navbar a,
body.light-mode .nav-links a {
  color: rgba(255,255,255,0.72) !important;
}

/* Active nav link */
body.light-mode .site-header a.active,
body.light-mode header a.active,
body.light-mode .navbar a.active,
body.light-mode .nav-links a.active {
  color: #e2b969 !important;
}

/* Header buttons */
body.light-mode .lang-btn,
body.light-mode .theme-toggle,
body.light-mode .menu-toggle {
  color: #e2b969 !important;
  border-color: rgba(226,185,105,0.35) !important;
  background: transparent !important;
}

/* Header button icons */
body.light-mode .lang-btn i,
body.light-mode .theme-toggle i,
body.light-mode .menu-toggle i {
  color: #e2b969 !important;
}

/* Mobile menu */
@media (max-width: 768px) {
  body.light-mode .mobile-menu,
  body.light-mode .mobile-nav,
  body.light-mode .nav-menu {
    background: #050c24 !important;
    border-color: rgba(226,185,105,0.25) !important;
  }

  body.light-mode .mobile-menu a,
  body.light-mode .mobile-nav a,
  body.light-mode .nav-menu a {
    color: rgba(255,255,255,0.72) !important;
  }

  body.light-mode .mobile-menu a.active,
  body.light-mode .mobile-nav a.active,
  body.light-mode .nav-menu a.active {
    color: #e2b969 !important;
  }
}


/* ================================
   FORCE DARK FOOTER IN LIGHT MODE
================================ */

body.light-mode footer,
body.light-mode .site-footer,
body.light-mode .footer,
body.light-mode .main-footer{
    background:#050c24 !important;
    color:rgba(255,255,255,0.72) !important;
    border-top:1px solid rgba(226,185,105,0.18) !important;
}

/* Footer titles */
body.light-mode footer h1,
body.light-mode footer h2,
body.light-mode footer h3,
body.light-mode footer h4,
body.light-mode footer h5,
body.light-mode .footer-title{
    color:#ffffff !important;
}

/* Footer paragraphs and links */
body.light-mode footer p,
body.light-mode footer span,
body.light-mode footer li,
body.light-mode footer a,
body.light-mode .footer-links a{
    color:rgba(255,255,255,0.68) !important;
}

/* Hover links */
body.light-mode footer a:hover,
body.light-mode .footer-links a:hover{
    color:#e2b969 !important;
}

/* Footer icons */
body.light-mode footer i,
body.light-mode footer svg,
body.light-mode .footer-icon{
    color:#e2b969 !important;
    fill:#e2b969 !important;
}

/* Footer dividers */
body.light-mode footer hr,
body.light-mode .footer-divider{
    border-color:rgba(226,185,105,0.16) !important;
    background:rgba(226,185,105,0.16) !important;
}

/* Social icons */
body.light-mode .social-links a,
body.light-mode .footer-social a{
    border:1px solid rgba(226,185,105,0.25) !important;
    color:#e2b969 !important;
    background:transparent !important;
}

body.light-mode .social-links a:hover,
body.light-mode .footer-social a:hover{
    background:rgba(226,185,105,0.12) !important;
    border-color:#e2b969 !important;
}

/* Copyright */
body.light-mode .footer-bottom,
body.light-mode .copyright{
    color:rgba(255,255,255,0.5) !important;
    border-top:1px solid rgba(226,185,105,0.12) !important;
}

/* Footer logo */
body.light-mode footer img,
body.light-mode .footer-logo img{
    opacity:1 !important;
}


/* =========================================
   TRANSPARENT HEADER BEFORE SCROLL
========================================= */

.site-header,
header,
.navbar,
.main-header{
    background: transparent !important;
    border-bottom: none !important;
    box-shadow: none !important;
    backdrop-filter: none !important;

    transition:
        background-color 0.45s ease,
        backdrop-filter 0.45s ease,
        border-color 0.45s ease,
        box-shadow 0.45s ease;
}

/* =========================================
   HEADER AFTER SCROLL
========================================= */

.site-header.header-scrolled,
header.header-scrolled,
.navbar.header-scrolled,
.main-header.header-scrolled{
    background: rgba(5,12,36,0.92) !important;
    backdrop-filter: blur(14px) !important;
    border-bottom: 1px solid rgba(226,185,105,0.16) !important;
    box-shadow: 0 8px 30px rgba(0,0,0,0.18) !important;
}

/* =========================================
   NAV LINKS
========================================= */

.site-header a,
header a,
.navbar a,
.nav-links a{
    color: rgba(255,255,255,0.82) !important;
    transition: color 0.35s ease;
}

/* Active link */
.site-header a.active,
header a.active,
.navbar a.active,
.nav-links a.active{
    color: #e2b969 !important;
}

/* Hover */
.site-header a:hover,
header a:hover,
.navbar a:hover,
.nav-links a:hover{
    color: #ffffff !important;
}

/* =========================================
   LANGUAGE BUTTON ALWAYS GOLD
========================================= */

.lang-btn,
.lang-toggle,
.language-btn,
.translate-btn{
    color: #e2b969 !important;
    border: 1px solid rgba(226,185,105,0.35) !important;
    background: transparent !important;

    transition:
        all 0.35s ease;
}

.lang-btn i,
.lang-toggle i,
.language-btn i,
.translate-btn i{
    color: #e2b969 !important;
}

/* Hover */
.lang-btn:hover,
.lang-toggle:hover,
.language-btn:hover,
.translate-btn:hover{
    background: rgba(226,185,105,0.10) !important;
    border-color: #e2b969 !important;
    color: #e2b969 !important;
}

/* =========================================
   THEME BUTTON
========================================= */

.theme-toggle{
    color: #e2b969 !important;
    border-color: rgba(226,185,105,0.35) !important;
}


/* =========================================
   LIGHT MODE — TRANSPARENT HEADER
========================================= */

body.light-mode .site-header,
body.light-mode header,
body.light-mode .navbar,
body.light-mode .main-header{
    background: transparent !important;
    border-bottom: none !important;
    box-shadow: none !important;
    backdrop-filter: none !important;

    transition:
        background-color 0.45s ease,
        backdrop-filter 0.45s ease,
        border-color 0.45s ease,
        box-shadow 0.45s ease;
}

/* =========================================
   LIGHT MODE — HEADER AFTER SCROLL
========================================= */

body.light-mode .site-header.header-scrolled,
body.light-mode header.header-scrolled,
body.light-mode .navbar.header-scrolled,
body.light-mode .main-header.header-scrolled{
    background: rgba(5,12,36,0.92) !important;
    backdrop-filter: blur(14px) !important;
    border-bottom: 1px solid rgba(226,185,105,0.16) !important;
    box-shadow: 0 8px 30px rgba(0,0,0,0.18) !important;
}


/* Light mode homepage hero = same colors as dark mode */
body.light-mode .hero-section h1,
body.light-mode .hero-section .hero-title,
body.light-mode .hero-section .hero-subtitle,
body.light-mode .hero-section p{
  color:#ffffff !important;
}

body.light-mode .hero-section .hero-badge,
body.light-mode .hero-section .hero-badge span,
body.light-mode .hero-section .hero-badge i{
  color:#e2b969 !important;
  border-color:rgba(226,185,105,0.35) !important;
}

body.light-mode .hero-section .gold-divider{
  background:#e2b969 !important;
}

body.light-mode .hero-section .btn-primary{
  background:#e2b969 !important;
  color:#010929 !important;
  border-color:#e2b969 !important;
}

body.light-mode .hero-section .btn-primary span,
body.light-mode .hero-section .btn-primary i{
  color:#010929 !important;
}

body.light-mode .hero-section .btn-outline{
  background:transparent !important;
  color:#e2b969 !important;
  border-color:rgba(226,185,105,0.45) !important;
}

body.light-mode .hero-section .btn-outline span,
body.light-mode .hero-section .btn-outline i{
  color:#e2b969 !important;
}

body.light-mode .hero-section .scroll-indicator,
body.light-mode .hero-section .scroll-indicator span,
body.light-mode .hero-section .scroll-indicator i{
  color:#e2b969 !important;
}


/* =========================================
   LIGHT MODE — REMOVE HERO OVERLAYS
========================================= */

body.light-mode .hero-section::before,
body.light-mode .hero-section::after,
body.light-mode .page-hero::before,
body.light-mode .page-hero::after,
body.light-mode .hero-overlay,
body.light-mode .hero-gradient,
body.light-mode .hero-fade,
body.light-mode .hero-vignette{
    display:none !important;
    opacity:0 !important;
    background:none !important;
}

/* Remove background blend effects */
body.light-mode .hero-section,
body.light-mode .page-hero{
    background-blend-mode: normal !important;
    filter:none !important;
}

/* Remove any additional overlay colors */
body.light-mode .hero-section *::before,
body.light-mode .hero-section *::after,
body.light-mode .page-hero *::before,
body.light-mode .page-hero *::after{
    background:none !important;
}
