@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@500;600;700;800;900&family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&family=Playfair+Display:ital,wght@0,600;0,800;1,400&display=swap');

/* ==========================================================================
   Mumbai Tourism — Luxury Design Tokens & Base Styles
   ========================================================================== */
:root {
  --bg-main: #070d14;
  --bg-gradient: linear-gradient(135deg, #070d14 0%, #0f172a 50%, #1e1b4b 100%);
  --bg-card: rgba(15, 23, 42, 0.75);
  --bg-glass: rgba(15, 23, 42, 0.55);
  --border-glass: rgba(255, 255, 255, 0.12);
  --border-gold: rgba(245, 158, 11, 0.35);
  
  --gold-primary: #f59e0b;
  --gold-light: #fde68a;
  --gold-dark: #b45309;
  --cyan-accent: #06b6d4;
  --rose-accent: #f43f5e;
  
  --text-primary: #f8fafc;
  --text-secondary: #94a3b8;
  --text-muted: #64748b;
  
  --font-display: 'Cinzel', 'Playfair Display', Georgia, serif;
  --font-serif: 'Playfair Display', Georgia, serif;
  --font-body: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-full: 9999px;
  
  --shadow-card: 0 20px 50px rgba(0, 0, 0, 0.7);
  --shadow-glow: 0 0 30px rgba(245, 158, 11, 0.25);
  --shadow-cyan: 0 0 25px rgba(6, 182, 212, 0.25);
}

/* 10 Mood-Based Dynamic Gradient Themes */
body[data-theme="gold_noir"] {
  --bg-main: #070d14;
  --bg-gradient: linear-gradient(135deg, #070d14 0%, #0f172a 50%, #1e1b4b 100%);
  --bg-card: rgba(15, 23, 42, 0.8);
  --gold-primary: #f59e0b;
  --gold-light: #fde68a;
  --border-gold: rgba(245, 158, 11, 0.35);
  --shadow-glow: 0 0 30px rgba(245, 158, 11, 0.25);
}

body[data-theme="sea_sunset"] {
  --bg-main: #0c0814;
  --bg-gradient: linear-gradient(135deg, #0c0814 0%, #2e1065 40%, #701a75 75%, #ea580c 100%);
  --bg-card: rgba(30, 10, 48, 0.8);
  --gold-primary: #fb923c;
  --gold-light: #fed7aa;
  --border-gold: rgba(251, 146, 60, 0.4);
  --shadow-glow: 0 0 30px rgba(251, 146, 60, 0.3);
}

body[data-theme="cyber_neon"] {
  --bg-main: #030712;
  --bg-gradient: linear-gradient(135deg, #030712 0%, #130924 50%, #082f49 100%);
  --bg-card: rgba(15, 23, 42, 0.85);
  --gold-primary: #06b6d4;
  --gold-light: #a5f3fc;
  --border-gold: rgba(6, 182, 212, 0.45);
  --shadow-glow: 0 0 30px rgba(6, 182, 212, 0.35);
}

body[data-theme="monsoon_emerald"] {
  --bg-main: #021a1a;
  --bg-gradient: linear-gradient(135deg, #021a1a 0%, #064e3b 50%, #0f2b2b 100%);
  --bg-card: rgba(6, 38, 38, 0.8);
  --gold-primary: #10b981;
  --gold-light: #a7f3d0;
  --border-gold: rgba(16, 185, 129, 0.4);
  --shadow-glow: 0 0 30px rgba(16, 185, 129, 0.3);
}

body[data-theme="bollywood_ruby"] {
  --bg-main: #140208;
  --bg-gradient: linear-gradient(135deg, #140208 0%, #4c0519 50%, #881337 100%);
  --bg-card: rgba(40, 6, 18, 0.8);
  --gold-primary: #f43f5e;
  --gold-light: #fecdd3;
  --border-gold: rgba(244, 63, 94, 0.45);
  --shadow-glow: 0 0 30px rgba(244, 63, 94, 0.3);
}

body[data-theme="midnight_necklace"] {
  --bg-main: #030712;
  --bg-gradient: linear-gradient(135deg, #030712 0%, #0f172a 45%, #1e3a8a 100%);
  --bg-card: rgba(15, 23, 42, 0.85);
  --gold-primary: #60a5fa;
  --gold-light: #bfdbfe;
  --border-gold: rgba(96, 165, 250, 0.4);
  --shadow-glow: 0 0 30px rgba(96, 165, 250, 0.3);
}

body[data-theme="alphonso_gold"] {
  --bg-main: #180900;
  --bg-gradient: linear-gradient(135deg, #180900 0%, #451a03 50%, #9a3412 100%);
  --bg-card: rgba(43, 16, 3, 0.8);
  --gold-primary: #f59e0b;
  --gold-light: #fef08a;
  --border-gold: rgba(245, 158, 11, 0.4);
  --shadow-glow: 0 0 30px rgba(245, 158, 11, 0.35);
}

body[data-theme="maratha_saffron"] {
  --bg-main: #1a0802;
  --bg-gradient: linear-gradient(135deg, #1a0802 0%, #431407 50%, #c2410c 100%);
  --bg-card: rgba(45, 14, 5, 0.8);
  --gold-primary: #fb923c;
  --gold-light: #ffedd5;
  --border-gold: rgba(234, 88, 12, 0.45);
  --shadow-glow: 0 0 30px rgba(234, 88, 12, 0.35);
}

body[data-theme="bohemian_lavender"] {
  --bg-main: #10061e;
  --bg-gradient: linear-gradient(135deg, #10061e 0%, #2e1065 50%, #581c87 100%);
  --bg-card: rgba(30, 10, 50, 0.8);
  --gold-primary: #c084fc;
  --gold-light: #f3e8ff;
  --border-gold: rgba(192, 132, 252, 0.4);
  --shadow-glow: 0 0 30px rgba(192, 132, 252, 0.3);
}

body[data-theme="bkc_platinum"] {
  --bg-main: #090d16;
  --bg-gradient: linear-gradient(135deg, #090d16 0%, #111827 50%, #1e293b 100%);
  --bg-card: rgba(17, 24, 39, 0.85);
  --gold-primary: #38bdf8;
  --gold-light: #e0f2fe;
  --border-gold: rgba(56, 189, 248, 0.4);
  --shadow-glow: 0 0 30px rgba(56, 189, 248, 0.3);
}

*, *::before, *::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  background-color: var(--bg-main);
  background-image: var(--bg-gradient);
  background-attachment: fixed;
  color: var(--text-primary);
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  line-height: 1.6;
  transition: background 0.3s ease, color 0.3s ease;
}

/* Universal Select & Option Input Styling Fix */
select {
  background-color: #0f172a !important;
  color: #ffffff !important;
  border: 1px solid var(--border-gold) !important;
}

select option {
  background-color: #070d14 !important;
  color: #ffffff !important;
  padding: 10px 14px !important;
}

/* Typography Helpers */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--text-primary);
  margin-top: 0;
  letter-spacing: -0.01em;
}

a {
  color: inherit;
  text-decoration: none;
}

/* ==========================================================================
   Shared Global Header / Navbar
   ========================================================================== */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 14px clamp(16px, 3vw, 48px);
  background: linear-gradient(180deg, rgba(7, 13, 20, 0.92) 0%, rgba(7, 13, 20, 0.7) 70%, rgba(7, 13, 20, 0) 100%);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  transition: all 0.3s ease;
}

.site-header.scrolled {
  background: rgba(7, 13, 20, 0.95);
  border-bottom-color: rgba(245, 158, 11, 0.2);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8);
}

.site-nav-container {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.site-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.site-brand__logo {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--gold-primary), var(--gold-dark));
  display: grid;
  place-items: center;
  color: #070d14;
  box-shadow: 0 4px 18px rgba(245, 158, 11, 0.45);
}

.site-brand__text {
  display: flex;
  flex-direction: column;
}

.site-brand__name {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  color: #fff;
  line-height: 1.1;
}

.site-brand__sub {
  font-size: 0.68rem;
  color: var(--gold-primary);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
}

/* Nav Links */
.site-nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 5px 8px;
  background: rgba(15, 23, 42, 0.7);
  border: 1px solid var(--border-glass);
  border-radius: var(--radius-full);
}

.site-nav-links li a {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  border-radius: var(--radius-full);
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--text-secondary);
  transition: all 0.25s ease;
}

.site-nav-links li a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.site-nav-links li a.active {
  color: #070d14;
  background: var(--gold-primary);
  font-weight: 700;
  box-shadow: 0 2px 14px rgba(245, 158, 11, 0.5);
}

/* Topbar Actions */
.site-header__actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.btn-soundscape {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: var(--radius-full);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--border-glass);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 600;
  cursor: pointer;
  backdrop-filter: blur(8px);
  transition: all 0.25s ease;
}

.btn-soundscape:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: var(--gold-primary);
}

.btn-soundscape.is-active {
  background: rgba(245, 158, 11, 0.2);
  border-color: var(--gold-primary);
  color: var(--gold-primary);
  box-shadow: 0 0 16px rgba(245, 158, 11, 0.35);
}

.btn-primary-glow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 22px;
  border-radius: var(--radius-full);
  background: linear-gradient(135deg, #f59e0b, #fbbf24);
  color: #070d14;
  font-weight: 700;
  font-size: 0.86rem;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 18px rgba(245, 158, 11, 0.45);
  transition: all 0.25s ease;
  white-space: nowrap;
}

.my-plan-btn {
  padding: 6px 14px !important;
  font-size: 0.78rem !important;
  font-weight: 800 !important;
  gap: 6px !important;
}

.plan-badge-count {
  background: #070d14;
  color: #fbbf24;
  font-size: 0.72rem;
  font-weight: 900;
  padding: 2px 7px;
  border-radius: 999px;
  border: 1px solid rgba(245, 158, 11, 0.5);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
}

.btn-primary-glow:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 26px rgba(245, 158, 11, 0.7);
}

.btn-ghost-glow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 22px;
  border-radius: var(--radius-full);
  background: rgba(255, 255, 255, 0.08);
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-weight: 600;
  font-size: 0.86rem;
  cursor: pointer;
  backdrop-filter: blur(8px);
  transition: all 0.25s ease;
}

.btn-ghost-glow:hover {
  background: rgba(255, 255, 255, 0.16);
  border-color: #fff;
  transform: translateY(-2px);
}

/* Mobile Hamburger Toggle */
.mobile-nav-toggle {
  display: none;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 1.4rem;
  cursor: pointer;
  padding: 6px;
}

/* ==========================================================================
   Side HUD Widgets for Landing Page (Left Narrative & Right Telemetry)
   ========================================================================== */
.sw-side-hud {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  z-index: 45;
  pointer-events: none;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.sw-side-hud--right {
  right: clamp(16px, 3.5vw, 64px);
  width: min(340px, 28vw);
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.sw-hud-card {
  pointer-events: auto;
  background: rgba(15, 23, 42, 0.65);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid var(--border-glass);
  border-radius: var(--radius-md);
  padding: 18px 20px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.6);
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.sw-hud-card:hover {
  border-color: var(--border-gold);
  transform: translateY(-2px);
}

.sw-hud-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.sw-hud-title {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-primary);
  display: flex;
  align-items: center;
  gap: 6px;
}

.sw-hud-stat-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.sw-hud-stat {
  display: flex;
  flex-direction: column;
}

.sw-hud-stat label {
  font-size: 0.68rem;
  color: var(--text-muted);
  text-transform: uppercase;
  font-weight: 600;
}

.sw-hud-stat value {
  font-family: var(--font-mono);
  font-size: 0.86rem;
  font-weight: 700;
  color: #fff;
}

.sw-hud-facts-list {
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.sw-hud-facts-list li {
  font-size: 0.78rem;
  color: #cbd5e1;
  display: flex;
  align-items: flex-start;
  gap: 6px;
  line-height: 1.4;
}

.sw-hud-facts-list li::before {
  content: "✦";
  color: var(--gold-primary);
  font-size: 0.7rem;
  margin-top: 1px;
}

/* ==========================================================================
   Interior Pages Styling (Destinations, Itineraries, Culture, Guide)
   ========================================================================== */
.page-hero {
  position: relative;
  min-height: 52vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 140px 24px 60px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(7, 13, 20, 0.6) 0%, rgba(7, 13, 20, 0.95) 85%);
  z-index: 1;
}

.page-hero__content {
  position: relative;
  z-index: 2;
  max-width: 860px;
  margin: 0 auto;
}

.page-hero__badge {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-primary);
  background: rgba(245, 158, 11, 0.12);
  border: 1px solid rgba(245, 158, 11, 0.35);
  padding: 6px 16px;
  border-radius: var(--radius-full);
  margin-bottom: 16px;
}

.page-hero__title {
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-weight: 800;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 18px;
  text-shadow: 0 4px 30px rgba(0, 0, 0, 0.8);
}

.page-hero__desc {
  font-size: clamp(1.05rem, 1.4vw, 1.25rem);
  color: #cbd5e1;
  max-width: 680px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Page Section Container */
.page-section {
  padding: 80px clamp(20px, 4vw, 64px);
  max-width: 1400px;
  margin: 0 auto;
}

.section-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 50px;
}

.section-header .eyebrow {
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-primary);
  margin-bottom: 8px;
  display: block;
}

.section-header h2 {
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  color: #fff;
  margin-bottom: 14px;
}

.section-header p {
  color: var(--text-secondary);
  font-size: 1.05rem;
}

/* Grid Layouts */
.cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 28px;
}

.feature-card {
  background: var(--bg-card);
  border: 1px solid var(--border-glass);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
}

.feature-card:hover {
  transform: translateY(-6px);
  border-color: var(--border-gold);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.9), 0 0 30px rgba(245, 158, 11, 0.2);
}

.feature-card__img-wrap {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
}

.feature-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.feature-card:hover .feature-card__img {
  transform: scale(1.08);
}

.feature-card__tag {
  position: absolute;
  top: 14px;
  right: 14px;
  background: rgba(7, 13, 20, 0.85);
  backdrop-filter: blur(10px);
  border: 1px solid var(--border-gold);
  color: var(--gold-primary);
  font-size: 0.72rem;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: var(--radius-full);
}

.feature-card__body {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.feature-card__body h3 {
  font-size: 1.35rem;
  margin-bottom: 10px;
  color: #fff;
}

.feature-card__body p {
  color: var(--text-secondary);
  font-size: 0.94rem;
  line-height: 1.6;
  margin-bottom: 20px;
  flex: 1;
}

.feature-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.82rem;
  color: var(--text-muted);
}

/* Category Filter Tabs */
.filter-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-bottom: 40px;
}

.filter-tab {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--border-glass);
  color: var(--text-secondary);
  padding: 9px 20px;
  border-radius: var(--radius-full);
  font-size: 0.84rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s ease;
}

.filter-tab:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.filter-tab.active {
  background: var(--gold-primary);
  border-color: var(--gold-primary);
  color: #070d14;
  font-weight: 700;
  box-shadow: 0 4px 16px rgba(245, 158, 11, 0.4);
}

/* Itinerary Timeline View */
.itinerary-timeline {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding-left: 32px;
}

.itinerary-timeline::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 10px;
  bottom: 10px;
  width: 2px;
  background: linear-gradient(180deg, var(--gold-primary), var(--cyan-accent));
}

.timeline-step {
  position: relative;
  margin-bottom: 40px;
}

.timeline-step__marker {
  position: absolute;
  left: -32px;
  top: 4px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #070d14;
  border: 3px solid var(--gold-primary);
  box-shadow: 0 0 12px var(--gold-primary);
}

.timeline-step__card {
  background: var(--bg-card);
  border: 1px solid var(--border-glass);
  border-radius: var(--radius-md);
  padding: 24px;
  box-shadow: var(--shadow-card);
}

.timeline-step__time {
  font-family: var(--font-mono);
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--gold-primary);
  margin-bottom: 6px;
  display: block;
}

/* ==========================================================================
   Master Production Footer
   ========================================================================== */
.site-footer {
  background: #04080c;
  border-top: 1px solid rgba(245, 158, 11, 0.2);
  padding: 80px clamp(20px, 5vw, 80px) 40px;
  position: relative;
  z-index: 100;
}

.footer-top {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 48px;
  margin-bottom: 60px;
}

.footer-brand__about {
  color: var(--text-secondary);
  font-size: 0.94rem;
  line-height: 1.7;
  margin: 18px 0 24px;
  max-width: 380px;
}

.footer-accreditation {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px;
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.76rem;
  color: var(--gold-light);
}

.footer-heading {
  font-family: var(--font-display);
  font-size: 1.1rem;
  color: #fff;
  margin-bottom: 20px;
  letter-spacing: 0.04em;
}

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

.footer-links li a {
  color: var(--text-secondary);
  font-size: 0.88rem;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.footer-links li a:hover {
  color: var(--gold-primary);
  transform: translateX(3px);
}

/* Newsletter in Footer */
.footer-newsletter p {
  font-size: 0.88rem;
  color: var(--text-secondary);
  margin-bottom: 16px;
  line-height: 1.5;
}

.newsletter-form {
  display: flex;
  gap: 8px;
}

.newsletter-input {
  flex: 1;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--border-glass);
  border-radius: var(--radius-full);
  padding: 11px 18px;
  color: #fff;
  font-size: 0.86rem;
  outline: none;
  transition: border-color 0.2s;
}

.newsletter-input:focus {
  border-color: var(--gold-primary);
}

.footer-helplines {
  margin-top: 20px;
  padding: 14px;
  background: rgba(245, 158, 11, 0.08);
  border: 1px solid rgba(245, 158, 11, 0.25);
  border-radius: var(--radius-md);
  font-size: 0.82rem;
}

.footer-helplines strong {
  color: var(--gold-primary);
  display: block;
  margin-bottom: 4px;
}

.footer-bottom {
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 0.82rem;
  color: var(--text-muted);
}

.footer-bottom-links {
  display: flex;
  gap: 20px;
}

.footer-bottom-links a:hover {
  color: var(--text-primary);
}

/* Back to Top Button */
.btn-back-to-top {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--border-glass);
  color: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: all 0.25s ease;
}

.btn-back-to-top:hover {
  background: var(--gold-primary);
  color: #070d14;
  border-color: var(--gold-primary);
  transform: translateY(-3px);
}

/* ==========================================================================
   Global Interactive Modal Styles (My Plan & Heritage Guide)
   ========================================================================== */
.sw-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 2500;
  background: rgba(7, 13, 20, 0.85);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  display: grid;
  place-items: center;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.sw-modal-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.sw-modal-card {
  position: relative;
  width: 100%;
  max-width: 800px;
  max-height: 90vh;
  background: rgba(15, 23, 42, 0.96);
  border: 1px solid var(--border-gold);
  border-radius: var(--radius-lg);
  padding: clamp(20px, 3.5vw, 36px);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.9), 0 0 40px rgba(245, 158, 11, 0.2);
  transform: scale(0.94) translateY(20px);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  overflow-y: auto;
}

.sw-modal-overlay.active .sw-modal-card {
  transform: scale(1) translateY(0);
}

.sw-modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--border-glass);
  color: #fff;
  font-size: 1.1rem;
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: all 0.2s ease;
  z-index: 5;
}

.sw-modal-close:hover {
  background: var(--gold-primary);
  color: #070d14;
  transform: rotate(90deg);
}

.sw-modal-badge {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold-primary);
}

.sw-modal-title {
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  color: #fff;
  margin: 6px 0 8px;
}

.sw-modal-desc {
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.6;
}

.sw-guide-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.sw-guide-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border-glass);
  border-radius: var(--radius-md);
  padding: 18px;
}

.sw-guide-card .sw-badge {
  font-size: 0.7rem;
  color: var(--gold-primary);
  font-weight: 800;
  letter-spacing: 0.12em;
}

.sw-guide-card h3 {
  font-size: 1.15rem;
  margin: 8px 0 6px;
  color: #fff;
}

.sw-guide-card p {
  font-size: 0.84rem;
  color: var(--text-secondary);
  line-height: 1.5;
  margin: 0;
}

/* ==========================================================================
   ⚡ Mumbai Pulse Floating Concierge & Sidebar
   ========================================================================== */
.pulse-toggle-btn {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 999;
  background: linear-gradient(135deg, #f59e0b, #d97706);
  color: #070d14;
  border: 2px solid #fff;
  border-radius: var(--radius-full);
  padding: 11px 20px;
  font-size: 0.84rem;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  box-shadow: 0 8px 30px rgba(245, 158, 11, 0.5), 0 0 20px rgba(0, 0, 0, 0.6);
  transition: all 0.25s ease;
  backdrop-filter: blur(10px);
}

.pulse-toggle-btn:hover {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 12px 35px rgba(245, 158, 11, 0.7);
}

.mumbai-pulse-sidebar {
  position: fixed;
  top: 0;
  right: 0;
  width: 380px;
  max-width: 90vw;
  height: 100vh;
  height: 100dvh;
  background: rgba(15, 23, 42, 0.96);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-left: 1px solid var(--border-gold);
  z-index: 10000;
  box-shadow: -15px 0 50px rgba(0, 0, 0, 0.8);
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  overflow: hidden;
}

.mumbai-pulse-sidebar.active {
  transform: translateX(0);
}

.pulse-sidebar-header {
  padding: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(7, 13, 20, 0.7);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pulse-sidebar-body {
  flex: 1;
  overflow-y: auto;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.pulse-section-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border-glass);
  border-radius: 14px;
  padding: 16px;
  transition: border-color 0.2s ease;
}

.pulse-section-card:hover {
  border-color: var(--border-gold);
}

.pulse-star-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 3px 8px;
  border-radius: 999px;
  background: rgba(244, 63, 94, 0.15);
  color: #f43f5e;
  border: 1px solid rgba(244, 63, 94, 0.3);
  font-size: 0.68rem;
  font-weight: 700;
}

/* ==========================================================================
   📱 Mobile & Tablet Navigation Sidebar (Drawer)
   ========================================================================== */
.mobile-nav-backdrop {
  position: fixed;
  inset: 0;
  z-index: 99998;
  background: rgba(7, 13, 20, 0.82);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.mobile-nav-backdrop.active {
  opacity: 1;
  pointer-events: auto;
}

.mobile-nav-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: min(340px, 86vw);
  height: 100vh;
  height: 100dvh;
  background: rgba(15, 23, 42, 0.98);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border-right: 1px solid var(--border-gold);
  z-index: 99999;
  box-shadow: 20px 0 60px rgba(0, 0, 0, 0.85);
  display: flex;
  flex-direction: column;
  transform: translateX(-100%);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  overflow: hidden;
}

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

body.mobile-nav-open {
  overflow: hidden !important;
  touch-action: none;
}

.mobile-nav-drawer__header {
  padding: 16px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(7, 13, 20, 0.85);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mobile-nav-close {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--border-glass);
  color: #fff;
  cursor: pointer;
  display: grid;
  place-items: center;
  font-size: 1rem;
  transition: all 0.2s ease;
}

.mobile-nav-close:hover {
  background: var(--gold-primary);
  color: #070d14;
  transform: rotate(90deg);
}

.mobile-nav-drawer__body {
  flex: 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 18px 16px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.mobile-nav-section-label {
  font-size: 0.68rem;
  font-family: var(--font-mono);
  color: var(--gold-primary);
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin: 6px 0 2px 4px;
}

.mobile-nav-menu {
  display: flex;
  flex-direction: column;
  gap: 6px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-nav-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  color: #cbd5e1;
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
}

.mobile-nav-item:hover {
  background: rgba(245, 158, 11, 0.12);
  border-color: var(--border-gold);
  color: #fff;
  transform: translateX(4px);
}

.mobile-nav-item.active {
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.25), rgba(245, 158, 11, 0.08));
  border-color: var(--gold-primary);
  color: #fff;
  font-weight: 700;
  box-shadow: 0 4px 16px rgba(245, 158, 11, 0.25);
}

.mobile-nav-icon {
  font-size: 1.15rem;
  width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.mobile-nav-text {
  flex: 1;
}

.mobile-nav-arrow {
  color: var(--text-muted);
  font-size: 1.1rem;
  font-weight: 700;
}

.mobile-nav-quick-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.mobile-nav-btn {
  width: 100%;
  padding: 11px 16px;
  border-radius: var(--radius-full);
  font-size: 0.82rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: all 0.2s ease;
  border: none;
}

.mobile-nav-btn--primary {
  background: linear-gradient(135deg, #f59e0b, #fbbf24);
  color: #070d14;
  box-shadow: 0 4px 16px rgba(245, 158, 11, 0.35);
}

.mobile-nav-btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 22px rgba(245, 158, 11, 0.5);
}

.mobile-nav-btn--ghost {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--border-glass);
  color: #fff;
}

.mobile-nav-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: var(--gold-primary);
}

.mobile-nav-theme-box {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border-glass);
  border-radius: 12px;
  padding: 12px 14px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.mobile-nav-theme-box label {
  font-size: 0.72rem;
  color: var(--text-secondary);
  font-weight: 600;
  text-transform: uppercase;
}

.mobile-nav-theme-box select {
  width: 100%;
  background: #070d14 !important;
  color: #fff !important;
  border: 1px solid var(--border-gold) !important;
  border-radius: 8px;
  padding: 8px 12px;
  font-size: 0.82rem;
  font-weight: 600;
  outline: none;
  cursor: pointer;
}

.mobile-nav-helpline {
  background: rgba(245, 158, 11, 0.08);
  border: 1px solid rgba(245, 158, 11, 0.25);
  border-radius: 12px;
  padding: 12px 14px;
  font-size: 0.78rem;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.mobile-nav-helpline__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #cbd5e1;
}

.mobile-nav-helpline__row strong {
  color: var(--gold-primary);
}

.mobile-nav-drawer__footer {
  padding: 12px 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(7, 13, 20, 0.85);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.72rem;
  color: var(--text-muted);
}

/* ==========================================================================
   ✈️ Flight Card Responsive Layout
   ========================================================================== */
.flight-card-row {
  padding: 24px;
  display: grid;
  grid-template-columns: 1.4fr 2fr 1fr 1fr;
  gap: 20px;
  align-items: center;
  background: var(--bg-card);
  border: 1px solid var(--border-glass);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
  transition: all 0.3s ease;
}

.flight-card-row:hover {
  border-color: var(--border-gold);
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.7), 0 0 25px rgba(245, 158, 11, 0.15);
}

/* Responsive Table Wrapper */
.table-responsive {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 16px 0;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-glass);
  background: var(--bg-card);
}

/* ==========================================================================
   📱 Master Responsive Layouts (Mobile, Tablet, Desktop)
   ========================================================================== */
@media (max-width: 1024px) {
  .site-nav-container {
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }
  
  .site-nav-links {
    display: none !important;
  }

  .mobile-nav-toggle {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: var(--radius-sm);
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid var(--border-glass);
    color: #fff;
    cursor: pointer;
    font-size: 1.3rem;
    line-height: 1;
    transition: all 0.25s ease;
  }

  .mobile-nav-toggle:hover {
    background: rgba(245, 158, 11, 0.2);
    border-color: var(--gold-primary);
    color: var(--gold-primary);
  }

  .site-header__actions {
    display: flex;
    align-items: center;
    gap: 8px;
  }

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

  .sw-side-hud--right {
    display: none !important;
  }

  .cards-grid {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
  }

  .flight-card-row {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    padding: 20px;
  }
}

@media (max-width: 860px) {
  .site-header {
    height: auto;
    padding: 10px 14px;
  }

  .site-header.scrolled {
    padding: 8px 14px;
  }

  .site-brand__name {
    font-size: 1.12rem;
  }

  .site-brand__sub {
    font-size: 0.64rem;
  }

  .page-section {
    padding: 50px 16px;
  }

  .page-hero {
    padding: 110px 18px 45px;
    min-height: auto;
  }

  .page-hero__title {
    font-size: clamp(1.8rem, 6vw, 2.8rem);
  }

  .page-hero__desc {
    font-size: 1rem;
    line-height: 1.55;
  }

  .filter-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    justify-content: flex-start;
    padding: 6px 0 10px;
    gap: 8px;
    scrollbar-width: none;
  }
  .filter-tabs::-webkit-scrollbar {
    display: none;
  }

  .filter-tab {
    white-space: nowrap;
    flex-shrink: 0;
    padding: 8px 16px;
    font-size: 0.8rem;
  }

  .cards-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .itinerary-timeline {
    padding-left: 22px;
  }

  .itinerary-timeline::before {
    left: 5px;
  }

  .timeline-step__marker {
    left: -22px;
    width: 14px;
    height: 14px;
  }

  .timeline-step__card {
    padding: 18px;
  }

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

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

  .pulse-toggle-btn {
    bottom: 18px;
    right: 18px;
    padding: 9px 15px;
    font-size: 0.78rem;
  }
}

@media (max-width: 640px) {
  .site-header {
    padding: 8px 12px;
  }

  .site-brand__logo {
    width: 32px;
    height: 32px;
  }

  .site-brand__name {
    font-size: 1.02rem;
  }

  .site-brand__sub {
    font-size: 0.58rem;
    letter-spacing: 0.1em;
  }

  .site-header__actions .theme-select-control {
    display: none;
  }

  .flight-card-row {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 16px;
    text-align: left;
  }

  .flight-card-row > div:nth-child(2) {
    text-align: left !important;
  }

  .flight-card-row > div:nth-child(3) {
    text-align: left !important;
  }

  .flight-card-row > div:nth-child(4) {
    text-align: left !important;
  }

  .flight-card-row > div:nth-child(4) button {
    width: 100%;
  }

  .btn-primary-glow, .btn-ghost-glow {
    padding: 10px 16px;
    font-size: 0.82rem;
  }

  .sw-modal-card {
    padding: 20px 16px;
    width: 95vw;
    max-height: 92vh;
  }

  .sw-modal-title {
    font-size: 1.35rem;
  }

  .sw-modal-desc {
    font-size: 0.84rem;
  }

  .sw-guide-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .pagination-container {
    gap: 4px;
    margin: 30px 0 40px;
  }

  .page-btn {
    padding: 6px 10px;
    font-size: 0.76rem;
  }

  .newsletter-form {
    flex-direction: column;
    gap: 10px;
  }

  .newsletter-form button {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .site-brand__sub {
    display: none;
  }

  .site-brand__name {
    font-size: 0.98rem;
  }

  .my-plan-btn {
    padding: 5px 9px !important;
    font-size: 0.72rem !important;
  }
}


