/* ==========================================================================
   VASUKI CAB SERVICE - LUXURY BLACK & GOLD PRODUCTION DESIGN SYSTEM v6.2
   Mobile-First Architecture • Kukke Subrahmanya Hub • Deploy Ready
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800;900&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Caveat:wght@600;700&display=swap');

:root {
  --font-heading: 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-body: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-cursive: 'Caveat', cursive;

  /* Premium Yellow & Gold Palette */
  --yellow-main: #FFB800;
  --yellow-bright: #FFC72C;
  --yellow-light: #FFDF00;
  --yellow-dark: #E6A100;
  --yellow-glow: rgba(255, 184, 0, 0.4);
  --yellow-glow-subtle: rgba(255, 184, 0, 0.15);
  
  /* Deep Luxury Black & Dark Surfaces */
  --dark-bg: #06090E;
  --dark-surface: #0B0F19;
  --dark-card: #101626;
  --dark-card-hover: #151D33;
  --dark-glass: rgba(16, 22, 38, 0.85);
  --dark-glass-strong: rgba(11, 15, 25, 0.94);
  --dark-border: rgba(255, 255, 255, 0.08);
  --dark-border-yellow: rgba(255, 184, 0, 0.35);
  
  /* Text & Accents */
  --text-main: #FFFFFF;
  --text-muted: #94A3B8;
  --text-dim: #64748B;
  --white: #FFFFFF;
  
  /* Border Radii */
  --radius-xs: 6px;
  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-xl: 32px;
  --radius-pill: 9999px;
  
  /* Shadows */
  --shadow-sm: 0 4px 12px rgba(0, 0, 0, 0.5);
  --shadow-card: 0 16px 36px -6px rgba(0, 0, 0, 0.75);
  --shadow-glass: 0 20px 50px rgba(0, 0, 0, 0.6), inset 0 1px 1px rgba(255, 255, 255, 0.1);
  --shadow-yellow: 0 8px 25px rgba(255, 184, 0, 0.3);
  --shadow-yellow-lg: 0 12px 35px rgba(255, 184, 0, 0.45);
  
  /* Animation */
  --transition-fast: 0.2s ease;
  --transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  --transition-smooth: all 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--font-body);
  color: var(--text-main);
  background-color: var(--dark-bg);
  overflow-x: hidden;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.intro-active {
  overflow: hidden !important;
}

h1, h2, h3, h4, h5, h6, .font-heading {
  font-family: var(--font-heading);
  letter-spacing: -0.02em;
  font-weight: 700;
  color: var(--text-main);
}

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

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

/* Ambient Radial Glow */
body::before {
  content: '';
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 700px;
  background: radial-gradient(ellipse at 50% 0%, rgba(255, 184, 0, 0.1) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

/* Utilities */
.text-yellow {
  color: var(--yellow-main) !important;
}

.bg-yellow {
  background-color: var(--yellow-main) !important;
  color: #000000 !important;
}

.text-cursive {
  font-family: var(--font-cursive);
  font-weight: 700;
  color: var(--yellow-main);
}

.glass-panel {
  background: var(--dark-glass);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid var(--dark-border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-glass);
}

.glass-panel-glow {
  background: var(--dark-glass);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid var(--dark-border-yellow);
  border-radius: var(--radius-lg);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.8), 0 0 30px var(--yellow-glow-subtle);
}

/* Section Tag / Badge */
.section-tag-gold {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--yellow-main);
  margin-bottom: 0.65rem;
}

.section-tag-gold::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: var(--yellow-main);
  border-radius: 50%;
  box-shadow: 0 0 8px var(--yellow-main);
}

.section-title-ref {
  font-size: clamp(1.85rem, 3.5vw, 2.75rem);
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 0.65rem;
}

.section-subtitle-ref {
  font-size: 1.05rem;
  color: var(--text-muted);
  max-width: 650px;
  line-height: 1.6;
}

/* ==========================================================================
   Intro Video Overlay Experience
   ========================================================================== */
.intro-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  background-color: #000000;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: opacity 0.75s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.75s cubic-bezier(0.16, 1, 0.3, 1);
}

.intro-overlay.fade-out {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.intro-video-container {
  width: 100%;
  height: 100%;
  max-width: 100vw;
  max-height: 100vh;
  max-height: 100dvh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
}

.intro-video {
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  max-width: 100vw;
  max-height: 100vh;
  max-height: 100dvh;
  object-fit: contain !important;
  object-position: center center;
  background-color: #000000;
  pointer-events: none;
}

@media (max-width: 768px) {
  .intro-overlay {
    height: 100dvh;
  }
  .intro-video-container {
    height: 100dvh;
  }
  .intro-video {
    object-fit: contain !important;
    width: 100vw !important;
    height: 100dvh !important;
    max-width: 100vw !important;
    max-height: 100dvh !important;
  }
  .intro-skip-btn {
    bottom: 22px;
    right: 20px;
    padding: 9px 18px;
    font-size: 0.82rem;
  }
}

.intro-skip-btn {
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 1000000;
  background: rgba(16, 22, 38, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid var(--dark-border-yellow);
  color: #FFFFFF;
  font-family: var(--font-heading);
  font-size: 0.875rem;
  font-weight: 700;
  padding: 10px 22px;
  border-radius: var(--radius-pill);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: var(--transition);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.6);
}

.intro-skip-btn:hover {
  background: var(--yellow-main);
  color: #000000;
  transform: translateY(-2px);
  box-shadow: var(--shadow-yellow);
}

/* ==========================================================================
   Header & Navigation
   ========================================================================== */
.header-luxury {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 14px 0;
  background: rgba(6, 9, 14, 0.75);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  transition: var(--transition);
}

.header-luxury.header-scrolled {
  padding: 10px 0;
  background: rgba(6, 9, 14, 0.95);
  border-bottom: 1px solid var(--dark-border);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.7);
}

/* Brand Logo */
.brand-logo-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand-logo-img {
  height: 42px;
  max-width: 170px;
  object-fit: contain;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.5));
}

.brand-badge {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, var(--yellow-bright), var(--yellow-main));
  color: #000000;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  font-weight: 800;
  box-shadow: 0 4px 15px rgba(255, 184, 0, 0.35);
  transition: var(--transition);
}

.brand-logo-wrap:hover .brand-badge {
  transform: rotate(-6deg) scale(1.05);
  box-shadow: var(--shadow-yellow);
}

.brand-name-group {
  display: flex;
  flex-direction: column;
}

.brand-name {
  font-family: var(--font-heading);
  font-size: 1.35rem;
  font-weight: 900;
  color: #FFFFFF;
  letter-spacing: 0.04em;
  line-height: 1;
}

.brand-sub {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: var(--yellow-main);
  text-transform: uppercase;
  margin-top: 3px;
}

/* Nav Menu */
.navbar-luxury ul {
  display: flex;
  align-items: center;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.navbar-luxury .nav-link {
  font-family: var(--font-heading);
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--text-muted);
  padding: 8px 16px;
  border-radius: var(--radius-pill);
  transition: var(--transition);
  position: relative;
}

.navbar-luxury .nav-link:hover,
.navbar-luxury .nav-link.active {
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.06);
}

.navbar-luxury .nav-link.active {
  color: var(--yellow-main);
}

/* Header Buttons */
.btn-phone-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #FFFFFF;
  padding: 9px 18px;
  border-radius: var(--radius-pill);
  font-size: 0.9rem;
  font-weight: 700;
  font-family: var(--font-heading);
  transition: var(--transition);
}

.btn-phone-pill:hover {
  background: rgba(255, 184, 0, 0.15);
  border-color: var(--yellow-main);
  color: var(--yellow-main);
  transform: translateY(-2px);
}

.btn-book-gold {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, var(--yellow-bright), var(--yellow-main));
  color: #000000 !important;
  padding: 10px 22px;
  border-radius: var(--radius-pill);
  font-size: 0.92rem;
  font-weight: 800;
  font-family: var(--font-heading);
  box-shadow: 0 4px 18px rgba(255, 184, 0, 0.35);
  border: none;
  cursor: pointer;
  transition: var(--transition);
}

.btn-book-gold:hover {
  background: linear-gradient(135deg, #FFE066, var(--yellow-bright));
  transform: translateY(-2px);
  box-shadow: var(--shadow-yellow-lg);
}

.btn-replay-nav {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--dark-border);
  color: var(--text-muted);
  padding: 8px 14px;
  border-radius: var(--radius-pill);
  font-size: 0.82rem;
  font-weight: 600;
  cursor: pointer;
  transition: var(--transition);
}

.btn-replay-nav:hover {
  color: var(--yellow-main);
  border-color: var(--yellow-main);
}

.mobile-nav-toggle {
  font-size: 1.65rem;
  color: #FFFFFF;
  background: rgba(16, 22, 38, 0.92);
  border: 1.5px solid var(--yellow-main);
  border-radius: 12px;
  cursor: pointer;
  line-height: 1;
  display: none;
  padding: 8px 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.6), 0 0 12px rgba(255, 184, 0, 0.35);
  transition: var(--transition);
  touch-action: manipulation;
}

.mobile-nav-toggle:hover,
.mobile-nav-toggle:active {
  color: #000000;
  background: var(--yellow-main);
  border-color: var(--yellow-bright);
  box-shadow: 0 4px 20px rgba(255, 184, 0, 0.65);
}

/* ==========================================================================
   Hero Section
   ========================================================================== */
#hero {
  position: relative;
  min-height: 100vh;
  padding-top: 125px;
  padding-bottom: 70px;
  display: flex;
  align-items: center;
  background: radial-gradient(circle at 75% 30%, rgba(255, 184, 0, 0.08) 0%, transparent 60%),
              linear-gradient(180deg, #06090E 0%, #090E18 100%);
  overflow: hidden;
}

/* Hero Background Ambient Glows */
.hero-glow-blob {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 184, 0, 0.12) 0%, transparent 70%);
  filter: blur(60px);
  pointer-events: none;
}

.hero-glow-1 {
  top: -100px;
  right: 15%;
}

.hero-glow-2 {
  bottom: 50px;
  left: 5%;
}

/* Hero Tag */
.hero-badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 184, 0, 0.12);
  border: 1px solid var(--dark-border-yellow);
  color: var(--yellow-main);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: var(--radius-pill);
  margin-bottom: 1.25rem;
}

.hero-title {
  font-size: clamp(2.3rem, 4.8vw, 3.85rem);
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 1.25rem;
  letter-spacing: -0.03em;
}

.hero-desc {
  font-size: 1.12rem;
  color: var(--text-muted);
  line-height: 1.65;
  margin-bottom: 2rem;
  max-width: 520px;
}

/* Hero Action Buttons */
.hero-btn-group {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 2.25rem;
}

.btn-hero-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, var(--yellow-bright), var(--yellow-main));
  color: #000000 !important;
  font-family: var(--font-heading);
  font-size: 1.02rem;
  font-weight: 800;
  padding: 14px 28px;
  border-radius: var(--radius-pill);
  box-shadow: var(--shadow-yellow);
  transition: var(--transition);
}

.btn-hero-primary:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-yellow-lg);
  background: linear-gradient(135deg, #FFE066, var(--yellow-bright));
}

.btn-hero-secondary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #FFFFFF;
  font-family: var(--font-heading);
  font-size: 1.02rem;
  font-weight: 700;
  padding: 14px 26px;
  border-radius: var(--radius-pill);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: var(--transition);
}

.btn-hero-secondary:hover {
  background: rgba(255, 184, 0, 0.12);
  border-color: var(--yellow-main);
  color: var(--yellow-main);
  transform: translateY(-3px);
}

/* Trust Social Proof */
.hero-social-proof {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-top: 0.75rem;
}

.avatar-stack {
  display: flex;
  align-items: center;
}

.avatar-stack img,
.avatar-stack span {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 2px solid #06090E;
  margin-left: -10px;
  object-fit: cover;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 800;
}

.avatar-stack .avatar-first {
  margin-left: 0;
}

.avatar-count {
  background: var(--yellow-main);
  color: #000000;
}

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

.rating-stars {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 0.92rem;
  font-weight: 800;
  color: var(--yellow-main);
}

.rating-count {
  font-size: 0.8rem;
  color: var(--text-muted);
}

/* Hero Center Vehicle Showcase */
.hero-vehicle-center {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
}

.hero-3d-taxi-wrap {
  position: relative;
  display: inline-block;
  max-width: 520px;
  width: 100%;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-3d-taxi-wrap:hover {
  transform: translateY(-8px) scale(1.03);
}

.hero-3d-taxi-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 25px 45px rgba(0, 0, 0, 0.95)) drop-shadow(0 0 35px rgba(255, 184, 0, 0.32));
  transition: filter 0.4s ease;
}

.hero-3d-taxi-wrap:hover .hero-3d-taxi-img {
  filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 1)) drop-shadow(0 0 50px rgba(255, 184, 0, 0.5));
}

.hero-badge-handwriting {
  position: absolute;
  top: -15px;
  left: -20px;
  z-index: 3;
  font-family: var(--font-cursive);
  font-size: 1.65rem;
  font-weight: 700;
  color: var(--yellow-main);
  line-height: 1.1;
  transform: rotate(-12deg);
  text-shadow: 0 4px 15px rgba(0, 0, 0, 0.9);
  pointer-events: none;
}

/* ==========================================================================
   Phone Glass UI Booking Widget (Right Column)
   ========================================================================== */
.phone-glass-widget {
  background: rgba(16, 22, 38, 0.85);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid var(--dark-border-yellow);
  border-radius: 24px;
  padding: 24px 20px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.85), 0 0 40px var(--yellow-glow-subtle);
  position: relative;
  z-index: 2;
}

.phone-glass-header {
  margin-bottom: 16px;
}

.phone-glass-title {
  font-size: 1.25rem;
  font-weight: 800;
  color: #FFFFFF;
}

/* Trip Tabs (One Way / Round Trip) */
.trip-tabs-pill {
  display: flex;
  background: rgba(6, 9, 14, 0.7);
  border: 1px solid var(--dark-border);
  border-radius: var(--radius-pill);
  padding: 4px;
  gap: 4px;
}

.trip-tab-btn {
  flex: 1;
  background: transparent;
  border: none;
  color: var(--text-muted);
  font-family: var(--font-heading);
  font-size: 0.85rem;
  font-weight: 700;
  padding: 8px 12px;
  border-radius: var(--radius-pill);
  cursor: pointer;
  transition: var(--transition);
  text-align: center;
}

.trip-tab-btn.active {
  background: var(--yellow-main);
  color: #000000;
  box-shadow: 0 2px 10px rgba(255, 184, 0, 0.3);
}

/* Form Inputs in Glass UI */
.glass-input-group {
  margin-bottom: 12px;
  position: relative;
}

.glass-input-label {
  display: block;
  font-size: 0.76rem;
  font-weight: 700;
  color: var(--text-muted);
  margin-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

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

.glass-input-box i {
  position: absolute;
  left: 14px;
  color: var(--yellow-main);
  font-size: 1.05rem;
  pointer-events: none;
}

.glass-input-field {
  width: 100%;
  background: rgba(6, 9, 14, 0.7);
  border: 1px solid var(--dark-border);
  color: #FFFFFF;
  font-family: var(--font-body);
  font-size: 0.92rem; /* Prevents auto-zoom on mobile safari */
  font-weight: 500;
  padding: 11px 14px 11px 40px;
  border-radius: var(--radius-sm);
  outline: none;
  transition: var(--transition);
}

.glass-input-field:focus {
  border-color: var(--yellow-main);
  background: rgba(6, 9, 14, 0.95);
  box-shadow: 0 0 14px rgba(255, 184, 0, 0.25);
}

.glass-input-field::placeholder {
  color: var(--text-dim);
}

select.glass-input-field option {
  background: #0B0F19;
  color: #FFFFFF;
}

.btn-glass-submit {
  width: 100%;
  background: linear-gradient(135deg, var(--yellow-bright), var(--yellow-main));
  color: #000000 !important;
  font-family: var(--font-heading);
  font-size: 1.02rem;
  font-weight: 800;
  padding: 13px 20px;
  border-radius: var(--radius-sm);
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: var(--shadow-yellow);
  transition: var(--transition);
  margin-top: 6px;
}

.btn-glass-submit:hover {
  background: linear-gradient(135deg, #FFE066, var(--yellow-bright));
  transform: translateY(-2px);
  box-shadow: var(--shadow-yellow-lg);
}

/* ==========================================================================
   Trust Feature Bar (Below Hero)
   ========================================================================== */
.trust-bar-section {
  background: #090E18;
  border-top: 1px solid var(--dark-border);
  border-bottom: 1px solid var(--dark-border);
  padding: 22px 0;
  position: relative;
  z-index: 5;
}

.trust-bar-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 8px 12px;
}

.trust-bar-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(255, 184, 0, 0.12);
  border: 1px solid var(--dark-border-yellow);
  color: var(--yellow-main);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  flex-shrink: 0;
}

.trust-bar-text h4 {
  font-size: 0.95rem;
  font-weight: 800;
  margin-bottom: 2px;
}

.trust-bar-text p {
  font-size: 0.8rem;
  color: var(--text-muted);
  margin: 0;
}

/* ==========================================================================
   Our Services Section (8 Cards Grid)
   ========================================================================== */
.services-section {
  padding: 90px 0;
  background: #06090E;
  position: relative;
}

.service-card {
  background: var(--dark-card);
  border: 1px solid var(--dark-border);
  border-radius: var(--radius-md);
  padding: 28px 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}

.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--yellow-main), transparent);
  opacity: 0;
  transition: var(--transition);
}

.service-card:hover {
  background: var(--dark-card-hover);
  border-color: var(--dark-border-yellow);
  transform: translateY(-6px);
  box-shadow: var(--shadow-card), 0 0 25px var(--yellow-glow-subtle);
}

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

.service-icon-wrap {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: rgba(255, 184, 0, 0.12);
  border: 1px solid var(--dark-border-yellow);
  color: var(--yellow-main);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.55rem;
  margin-bottom: 20px;
  transition: var(--transition);
}

.service-svg-icon {
  width: 26px;
  height: 26px;
  fill: currentColor;
  display: block;
}

.service-card:hover .service-icon-wrap {
  background: var(--yellow-main);
  color: #000000;
  transform: scale(1.08) rotate(4deg);
  box-shadow: 0 6px 18px rgba(255, 184, 0, 0.35);
}

.service-card-title {
  font-size: 1.22rem;
  font-weight: 800;
  margin-bottom: 8px;
}

.service-card-desc {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 16px;
  flex-grow: 1;
}

.service-card-link {
  font-family: var(--font-heading);
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--yellow-main);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: var(--transition);
}

.service-card-link:hover {
  gap: 10px;
  color: var(--yellow-bright);
}

/* ==========================================================================
   Our Fleet Section (Filterable Grid)
   ========================================================================== */
.fleet-section {
  padding: 90px 0;
  background: #090E18;
  position: relative;
}

.fleet-filter-bar {
  display: inline-flex;
  background: rgba(6, 9, 14, 0.7);
  border: 1px solid var(--dark-border);
  border-radius: var(--radius-pill);
  padding: 4px;
  gap: 4px;
}

.fleet-filter-btn {
  background: transparent;
  border: none;
  color: var(--text-muted);
  font-family: var(--font-heading);
  font-size: 0.9rem;
  font-weight: 700;
  padding: 8px 20px;
  border-radius: var(--radius-pill);
  cursor: pointer;
  transition: var(--transition);
}

.fleet-filter-btn:hover {
  color: #FFFFFF;
}

.fleet-filter-btn.active {
  background: var(--yellow-main);
  color: #000000;
  box-shadow: 0 3px 12px rgba(255, 184, 0, 0.35);
}

/* Fleet Card */
.fleet-card {
  background: var(--dark-card);
  border: 1px solid var(--dark-border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: var(--transition);
  box-shadow: var(--shadow-card);
}

.fleet-card:hover {
  border-color: var(--dark-border-yellow);
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.85), 0 0 30px var(--yellow-glow-subtle);
}

.fleet-img-box {
  height: 190px;
  width: 100%;
  background: radial-gradient(circle at center, #1A2338 0%, #0D1322 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  overflow: hidden;
  position: relative;
}

.fleet-img-box img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  transition: var(--transition-smooth);
}

.fleet-card:hover .fleet-img-box img {
  transform: scale(1.08);
}

.fleet-rate-tag {
  position: absolute;
  bottom: 12px;
  right: 12px;
  background: rgba(6, 9, 14, 0.85);
  backdrop-filter: blur(10px);
  border: 1px solid var(--dark-border-yellow);
  color: var(--yellow-main);
  font-family: var(--font-heading);
  font-size: 0.82rem;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: var(--radius-pill);
}

.fleet-info {
  padding: 20px 18px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.fleet-title {
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 8px;
}

.fleet-specs-pills {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.fleet-spec-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.78rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: var(--radius-xs);
  background: rgba(255, 255, 255, 0.05);
  color: var(--text-muted);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.badge-ac-gold {
  background: rgba(255, 184, 0, 0.15);
  color: var(--yellow-main);
  border: 1px solid var(--dark-border-yellow);
}

.badge-nonac-gray {
  background: rgba(255, 255, 255, 0.06);
  color: var(--text-dim);
  border: 1px solid var(--dark-border);
}

.fleet-card-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid var(--dark-border);
}

.fleet-price-box {
  display: flex;
  flex-direction: column;
}

.fleet-price-label {
  font-size: 0.72rem;
  color: var(--text-dim);
  text-transform: uppercase;
  font-weight: 700;
}

.fleet-price-val {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--yellow-main);
}

.btn-fleet-book {
  background: linear-gradient(135deg, var(--yellow-bright), var(--yellow-main));
  color: #000000 !important;
  font-family: var(--font-heading);
  font-size: 0.88rem;
  font-weight: 800;
  padding: 9px 20px;
  border-radius: var(--radius-pill);
  border: none;
  cursor: pointer;
  transition: var(--transition);
  box-shadow: 0 3px 12px rgba(255, 184, 0, 0.3);
}

.btn-fleet-book:hover {
  background: linear-gradient(135deg, #FFE066, var(--yellow-bright));
  transform: translateY(-2px);
  box-shadow: var(--shadow-yellow);
}

/* ==========================================================================
   Why Choose Us & The Vasuki Advantage Section
   ========================================================================== */
.why-us-section {
  padding: 90px 0;
  background: radial-gradient(circle at 80% 50%, rgba(255, 184, 0, 0.07) 0%, transparent 60%),
              linear-gradient(180deg, #090E18 0%, #06090E 100%);
  position: relative;
}

.advantage-feature-item {
  display: flex;
  gap: 16px;
  margin-bottom: 22px;
}

.advantage-icon-box {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: rgba(255, 184, 0, 0.12);
  border: 1px solid var(--dark-border-yellow);
  color: var(--yellow-main);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  flex-shrink: 0;
  transition: var(--transition);
}

.advantage-feature-item:hover .advantage-icon-box {
  background: var(--yellow-main);
  color: #000000;
  transform: rotate(6deg) scale(1.08);
}

.advantage-text h4 {
  font-size: 1.05rem;
  font-weight: 800;
  margin-bottom: 4px;
}

.advantage-text p {
  font-size: 0.88rem;
  color: var(--text-muted);
  margin: 0;
}

/* Statistics Floating Glass Card */
.stats-showcase-wrap {
  position: relative;
  border-radius: var(--radius-xl);
  overflow: hidden;
}

.stats-car-img {
  width: 100%;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-card);
}

.stats-glass-card {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background: rgba(11, 15, 25, 0.9);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid var(--dark-border-yellow);
  border-radius: var(--radius-lg);
  padding: 18px 14px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.9);
}

.stat-item {
  text-align: center;
}

.stat-number {
  font-family: var(--font-heading);
  font-size: 1.75rem;
  font-weight: 900;
  color: var(--yellow-main);
  line-height: 1.1;
}

.stat-label {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-top: 2px;
}

/* ==========================================================================
   Popular Destinations Section
   ========================================================================== */
.destinations-section {
  padding: 90px 0;
  background: #06090E;
}

.destination-card {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  height: 280px;
  background: #101626;
  border: 1px solid var(--dark-border);
  box-shadow: var(--shadow-card);
  transition: var(--transition);
  cursor: pointer;
}

.destination-card:hover {
  border-color: var(--dark-border-yellow);
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.85), 0 0 30px var(--yellow-glow-subtle);
}

.destination-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition-smooth);
}

.destination-card:hover img {
  transform: scale(1.1);
}

.destination-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 9, 14, 0.1) 0%, rgba(6, 9, 14, 0.92) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 22px;
}

.destination-badge {
  align-self: flex-start;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(255, 184, 0, 0.2);
  color: var(--yellow-main);
  border: 1px solid var(--dark-border-yellow);
  padding: 3px 10px;
  border-radius: var(--radius-pill);
  margin-bottom: 8px;
}

.destination-title {
  font-size: 1.35rem;
  font-weight: 800;
  margin-bottom: 4px;
}

.destination-cta-link {
  font-family: var(--font-heading);
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--yellow-main);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 4px;
}

.destination-card:hover .destination-cta-link {
  color: #FFFFFF;
}

/* ==========================================================================
   Ready to Book CTA Banner
   ========================================================================== */
.cta-banner-section {
  padding: 70px 0;
  background: radial-gradient(circle at center, rgba(255, 184, 0, 0.12) 0%, transparent 70%),
              linear-gradient(180deg, #090E18 0%, #06090E 100%);
  position: relative;
}

.cta-banner-card {
  background: linear-gradient(135deg, rgba(16, 22, 38, 0.95), rgba(11, 15, 25, 0.95));
  border: 1px solid var(--dark-border-yellow);
  border-radius: var(--radius-xl);
  padding: 48px 36px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.9), 0 0 50px var(--yellow-glow-subtle);
  position: relative;
  overflow: hidden;
}

.btn-whatsapp-green {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #25D366;
  color: #FFFFFF !important;
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 800;
  padding: 14px 28px;
  border-radius: var(--radius-pill);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.35);
  transition: var(--transition);
}

.btn-whatsapp-green:hover {
  background: #20BA5A;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(37, 211, 102, 0.5);
}

/* ==========================================================================
   Gallery Section
   ========================================================================== */
.gallery-section {
  padding: 90px 0;
  background: #090E18;
}

.gallery-grid-item {
  position: relative;
  border-radius: var(--radius-md);
  overflow: hidden;
  height: 240px;
  background: #101626;
  border: 1px solid var(--dark-border);
  cursor: pointer;
  transition: var(--transition);
}

.gallery-grid-item:hover {
  border-color: var(--yellow-main);
  transform: translateY(-5px);
  box-shadow: var(--shadow-card);
}

.gallery-grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition-smooth);
}

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

.gallery-hover-overlay {
  position: absolute;
  inset: 0;
  background: rgba(6, 9, 14, 0.6);
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--yellow-main);
  font-size: 2rem;
  transition: var(--transition);
}

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

/* ==========================================================================
   About & Contact Glass Modals / Sections
   ========================================================================== */
.custom-modal-content {
  background: #0B0F19;
  border: 1px solid var(--dark-border-yellow);
  border-radius: var(--radius-lg);
  color: #FFFFFF;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.9);
}

.custom-modal-header {
  border-bottom: 1px solid var(--dark-border);
  padding: 20px 24px;
}

.custom-modal-body {
  padding: 24px;
}

/* ==========================================================================
   Footer
   ========================================================================== */
#footer {
  background: #030508;
  border-top: 1px solid var(--dark-border);
  padding: 70px 0 30px;
  position: relative;
  z-index: 10;
}

.footer-brand-title {
  font-family: var(--font-heading);
  font-size: 1.4rem;
  font-weight: 900;
  color: #FFFFFF;
  margin-bottom: 10px;
}

.footer-desc {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 20px;
}

.footer-heading {
  font-size: 1.05rem;
  font-weight: 800;
  color: #FFFFFF;
  margin-bottom: 18px;
  position: relative;
}

.footer-heading::after {
  content: '';
  display: block;
  width: 25px;
  height: 2px;
  background: var(--yellow-main);
  margin-top: 6px;
}

.footer-links-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links-list li {
  margin-bottom: 10px;
}

.footer-links-list a {
  font-size: 0.88rem;
  color: var(--text-muted);
  transition: var(--transition);
}

.footer-links-list a:hover {
  color: var(--yellow-main);
  padding-left: 4px;
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
  font-size: 0.88rem;
  color: var(--text-muted);
}

.footer-contact-item i {
  color: var(--yellow-main);
  font-size: 1.15rem;
  flex-shrink: 0;
  margin-top: 2px;
}

.footer-social-btn {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--dark-border);
  color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  transition: var(--transition);
  margin-right: 8px;
}

.footer-social-btn:hover {
  background: var(--yellow-main);
  color: #000000;
  transform: translateY(-3px);
  box-shadow: 0 4px 15px rgba(255, 184, 0, 0.35);
}

.footer-bottom {
  margin-top: 50px;
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 0.82rem;
  color: var(--text-dim);
}

/* ==========================================================================
   Sticky Mobile Bottom Action Bar (Phones Only - iOS Safe Area Compatible)
   ========================================================================== */
.mobile-bottom-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: rgba(11, 15, 25, 0.98);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-top: 1px solid var(--dark-border-yellow);
  padding: 10px 14px;
  padding-bottom: calc(10px + env(safe-area-inset-bottom, 0px));
  display: flex;
  gap: 10px;
  box-shadow: 0 -8px 25px rgba(0, 0, 0, 0.85);
}

.mobile-bottom-btn {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--font-heading);
  font-size: 0.95rem;
  font-weight: 800;
  padding: 13px 14px;
  border-radius: var(--radius-pill);
  text-decoration: none;
  touch-action: manipulation;
}

.mobile-btn-call {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #FFFFFF;
}

.mobile-btn-book {
  background: linear-gradient(135deg, var(--yellow-bright), var(--yellow-main));
  color: #000000;
  box-shadow: 0 4px 16px rgba(255, 184, 0, 0.45);
}

/* ==========================================================================
   Mobile-First High Priority Responsive Architecture
   ========================================================================== */
@media (max-width: 991px) {
  body {
    padding-bottom: calc(75px + env(safe-area-inset-bottom, 0px));
  }

  .mobile-nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .navbar-luxury {
    position: fixed;
    top: 0;
    right: -100%;
    bottom: 0;
    width: 290px;
    background: #0B0F19;
    border-left: 1px solid var(--dark-border-yellow);
    padding: 75px 24px 30px;
    transition: 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 99999;
    box-shadow: -15px 0 40px rgba(0, 0, 0, 0.9);
  }

  .navbar-luxury.navbar-mobile {
    right: 0;
  }

  .navbar-luxury ul {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .navbar-luxury .nav-link {
    font-size: 1.05rem;
    padding: 12px 18px;
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, 0.03);
  }

  .mobile-nav-close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 2.2rem;
    color: #FFFFFF;
    cursor: pointer;
  }

  .mobile-nav-close:hover {
    color: var(--yellow-main);
  }

  #hero {
    padding-top: 95px;
    padding-bottom: 45px;
    text-align: center;
  }

  .hero-desc {
    margin-left: auto;
    margin-right: auto;
    font-size: 1.05rem;
  }

  .hero-btn-group {
    justify-content: center;
  }

  .hero-social-proof {
    justify-content: center;
  }

  .hero-vehicle-center {
    margin: 20px 0;
  }

  .hero-3d-taxi-wrap {
    max-width: 380px;
    margin: 0 auto;
  }

  .phone-glass-widget {
    margin-top: 15px;
    text-align: left;
    padding: 20px 16px;
  }

  .services-section,
  .fleet-section,
  .why-us-section,
  .destinations-section,
  .gallery-section {
    padding: 60px 0;
  }

  .stats-glass-card {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    margin-top: 15px;
  }
}

@media (max-width: 576px) {
  .hero-title {
    font-size: 2.25rem;
    line-height: 1.12;
  }

  .btn-hero-primary,
  .btn-hero-secondary {
    width: 100%;
    justify-content: center;
    padding: 13px 20px;
  }

  .cta-banner-card {
    padding: 28px 18px;
    text-align: center;
  }

  .fleet-card {
    margin-bottom: 10px;
  }

  .destination-card {
    height: 240px;
  }
}

/* ==========================================================================
   Subramanya Local SEO Guide & FAQ Section Styles
   ========================================================================== */
.seo-content-section {
  padding: 80px 0;
  background: #06090E;
  border-top: 1px solid var(--dark-border);
  position: relative;
}

.seo-guide-card {
  background: var(--dark-card);
  border: 1px solid var(--dark-border);
  border-radius: var(--radius-lg);
  padding: 32px 28px;
  margin-bottom: 24px;
  transition: var(--transition);
}

.seo-guide-card:hover {
  border-color: var(--dark-border-yellow);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
}

.seo-guide-card h3 {
  font-size: 1.35rem;
  font-weight: 800;
  margin-bottom: 14px;
  color: #FFFFFF;
}

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

.route-item-box {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: var(--radius-md);
  padding: 18px 16px;
  height: 100%;
  transition: var(--transition);
}

.route-item-box:hover {
  background: rgba(255, 184, 0, 0.06);
  border-color: var(--dark-border-yellow);
  transform: translateY(-3px);
}

.route-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.route-dist-tag {
  display: inline-block;
  font-size: 0.76rem;
  font-weight: 800;
  color: var(--yellow-main);
  background: rgba(255, 184, 0, 0.12);
  padding: 3px 8px;
  border-radius: var(--radius-pill);
  margin-bottom: 8px;
}

.route-desc {
  font-size: 0.86rem;
  color: var(--text-muted);
  line-height: 1.55;
  margin: 0;
}

/* FAQ Accordion */
.faq-card {
  background: var(--dark-card);
  border: 1px solid var(--dark-border);
  border-radius: var(--radius-md);
  margin-bottom: 14px;
  overflow: hidden;
  transition: var(--transition);
}

.faq-card:hover {
  border-color: var(--dark-border-yellow);
}

.faq-question-btn {
  width: 100%;
  background: transparent;
  border: none;
  color: #FFFFFF;
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 700;
  padding: 18px 22px;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  transition: var(--transition);
}

.faq-question-btn:hover {
  color: var(--yellow-main);
}

.faq-question-btn i {
  color: var(--yellow-main);
  transition: transform 0.3s ease;
  font-size: 1.1rem;
  flex-shrink: 0;
}

.faq-question-btn:not(.collapsed) i {
  transform: rotate(180deg);
}

.faq-answer-body {
  padding: 0 22px 20px;
  color: var(--text-muted);
  font-size: 0.92rem;
  line-height: 1.65;
}

/* Responsive Polish across 360px - 1920px */
@media (max-width: 430px) {
  .hero-badge-handwriting {
    left: 10px;
    top: 5px;
    font-size: 1.25rem;
  }

  .phone-glass-widget {
    padding: 18px 12px;
  }

  .seo-guide-card {
    padding: 22px 16px;
  }

  .route-item-box {
    padding: 14px 12px;
  }

  .faq-question-btn {
    padding: 14px 16px;
    font-size: 0.94rem;
  }

  .faq-answer-body {
    padding: 0 16px 16px;
  }

  .fleet-filter-bar {
    max-width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    display: flex;
  }
}

@media (min-width: 1440px) {
  .container {
    max-width: 1340px;
  }
}

@media (min-width: 1920px) {
  .container {
    max-width: 1480px;
  }
}

/* Accessibility: Reduced Motion */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}