/* =============================================
   TEMPO TRAVELLER BANGALORE — PREMIUM BLUE THEME
   ============================================= */
:root {
  --blue: #1a6ff4;
  --blue-dark: #0d52c4;
  --blue-darker: #0a3d96;
  --blue-light: #5b9df9;
  --blue-pale: #e8f1fe;
  --blue-bg: #f0f6ff;
  --white: #ffffff;
  --off-white: #f7faff;
  --text-dark: #0b1320;
  --text-mid: #2d3d52;
  --text-light: #637282;
  --border: #dce6f7;
  --shadow-sm: 0 2px 8px rgba(26,111,244,0.10);
  --shadow-md: 0 8px 28px rgba(26,111,244,0.14);
  --shadow-lg: 0 20px 60px rgba(26,111,244,0.18);
  --green: #10b981;
  --green-wa: #25D366;
  --red: #ef4444;
  --radius: 12px;
  --radius-lg: 20px;
  --radius-xl: 28px;
  --t: 0.22s ease;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: 'Plus Jakarta Sans', sans-serif;
  background: var(--white);
  color: var(--text-dark);
  line-height: 1.6;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
h1,h2,h3,h4 { line-height: 1.2; font-weight: 600; }
h1 { font-size: clamp(2rem, 5vw, 3.4rem); }
h2 { font-size: clamp(1.5rem, 3vw, 2.3rem); }
h3 { font-size: clamp(1.05rem, 2vw, 1.25rem); }
p { font-size: 0.96rem; color: var(--text-light); line-height: 1.8; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.blue { color: var(--blue); }

/* ---- SECTION STYLES ---- */
section { padding: 40px 0; }
.section-label {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--blue-pale); color: var(--blue);
  font-size: 0.72rem; font-weight: 700; letter-spacing: 1.5px;
  text-transform: uppercase; padding: 5px 14px;
  border-radius: 50px; border: 1px solid rgba(26,111,244,0.2);
  margin-bottom: 14px;
}
.section-title { font-family: 'Syne', sans-serif; margin-bottom: 14px; color: var(--text-dark); }
.section-sub { max-width: 540px; font-size: 1rem; }
.section-header { margin-bottom: 56px; }
.section-header.center { text-align: center; }
.section-header.center .section-sub { margin: 0 auto; }

/* ---- BUTTONS ---- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 13px 28px; border-radius: var(--radius);
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.9rem; font-weight: 700; cursor: pointer;
  transition: var(--t); border: none; white-space: nowrap;
  letter-spacing: 0.2px;
}
.btn-primary {
  background: var(--blue); color: var(--white);
  box-shadow: 0 4px 18px rgba(26,111,244,0.35);
}
.btn-primary:hover { background: var(--blue-dark); transform: translateY(-2px); box-shadow: 0 8px 28px rgba(26,111,244,0.45); }
.btn-outline { background: transparent; border: 2px solid var(--blue); color: var(--blue); }
.btn-outline:hover { background: var(--blue); color: var(--white); }
.btn-white { background: var(--white); color: var(--blue); box-shadow: 0 4px 16px rgba(0,0,0,0.12); }
.btn-white:hover { background: var(--blue-pale); }
.btn-wa { background: var(--green-wa); color: #fff; box-shadow: 0 4px 16px rgba(37,211,102,0.3); }
.btn-wa:hover { background: #1aaa54; transform: translateY(-2px); }
.btn-call { background: var(--red); color: #fff; }
.btn-call:hover { background: #dc2626; transform: translateY(-2px); }
.btn-lg { padding: 16px 36px; font-size: 1rem; border-radius: 14px; }
.btn-sm { padding: 9px 18px; font-size: 0.82rem; border-radius: 9px; }

/* ---- HEADER ---- */
header {
  position: sticky; top: 0; z-index: 999;
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border);
  box-shadow: 0 2px 16px rgba(26,111,244,0.08);
}
.nav-wrap {
  max-width: 1200px; margin: 0 auto; padding: 0 24px;
  display: flex; align-items: center; justify-content: space-between;
  height: 70px;
}
.logo-block { 
  display: flex; 
  align-items: center; 
  gap: 10px; 
  text-decoration: none; 
  line-height: 1; 
}
.logo-icon {
  font-size: 32px;
  color: #1a6ff4;
}

.logo-icon {
  width: 210px;
  height: 157px;
  object-fit: contain;
  content-visibility: auto;
  /* Tell browser it's a logo - prioritize */
  image-rendering: crisp-edges;
}
.logo-text {
  display: flex;
  flex-direction: column;
}
.logo-main { 
  font-family: sans-serif; 
  font-size: 1.2rem; 
  font-weight: 700; 
  color: #0f172a; 
  letter-spacing: -0.4px; 
}
.logo-tag { 
  font-size: 0.6rem; 
  color: #64748b; 
  letter-spacing: 2px; 
  text-transform: uppercase; 
  margin-top: 2px; 
}


/* Floating WhatsApp Button */
.wa-float {
  position: fixed;
  bottom: 80px;
  right: 20px;
  width: 60px;
  height: 60px;
  background-color: #25D366;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3);
  z-index: 1000;
  transition: all 0.3s ease;
}

.wa-float:hover {
  transform: scale(1.1);
  background-color: #20b859;
  color: white;
}

/* Floating Call Button */
.call-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background-color: #007bff;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
  z-index: 1000;
  transition: all 0.3s ease;
}

.call-float:hover {
  transform: scale(1.1);
  background-color: #0056b3;
  color: white;
}

/* Pulse animations */
.wa-pulse {
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: #25D366;
  border-radius: 50%;
  opacity: 0.6;
  animation: pulse-green 1.5s infinite;
}

.call-pulse {
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: #007bff;
  border-radius: 50%;
  opacity: 0.6;
  animation: pulse-blue 1.5s infinite;
}

@keyframes pulse-green {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  70% {
    transform: scale(1.3);
    opacity: 0;
  }
  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}

@keyframes pulse-blue {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  70% {
    transform: scale(1.3);
    opacity: 0;
  }
  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}

/* Mobile responsive - stack vertically */
@media (max-width: 768px) {
  .wa-float, .call-float {
    width: 50px;
    height: 50px;
  }
  .wa-float .material-icons,
  .call-float .material-icons {
    font-size: 24px !important;
  }
  .wa-pulse, .call-pulse {
    width: 50px;
    height: 50px;
  }
}
nav ul { display: flex; align-items: center; gap: 2px; }
nav ul li a {
  padding: 8px 14px; border-radius: 9px;
  font-size: 0.87rem; font-weight: 600; color: var(--text-mid);
  transition: var(--t);
}
nav ul li a:hover, nav ul li a.active { color: var(--blue); background: var(--blue-pale); }
.nav-book {
  background: var(--blue); color: var(--white) !important;
  box-shadow: 0 3px 12px rgba(26,111,244,0.35); border-radius: 9px;
}
.nav-book:hover { background: var(--blue-dark) !important; transform: translateY(-1px); }
.ham { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; }
.ham span { width: 22px; height: 2px; background: var(--text-dark); border-radius: 2px; transition: var(--t); }

/* ---- HERO ---- */
.hero {
  background: linear-gradient(140deg, #071630 0%, #0a2a68 45%, #1345a8 100%);
  min-height: 92vh; display: flex; flex-direction: column;
  position: relative; overflow: hidden;
}
.hero-dots {
  position: absolute; inset: 0; pointer-events: none;
  background-image: radial-gradient(rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 32px 32px;
}
.hero-glow {
  position: absolute; pointer-events: none;
  width: 600px; height: 600px; border-radius: 50%;
  background: radial-gradient(circle, rgba(26,111,244,0.25) 0%, transparent 70%);
  top: -100px; right: -100px;
}
.hero-glow2 {
  position: absolute; pointer-events: none;
  width: 400px; height: 400px; border-radius: 50%;
  background: radial-gradient(circle, rgba(26,111,244,0.15) 0%, transparent 70%);
  bottom: 80px; left: -80px;
}
.hero-main {
  flex: 1; display: flex; align-items: center;
  padding: 72px 24px 48px; position: relative; z-index: 2;
}
.hero-inner {
  max-width: 1200px; margin: 0 auto; width: 100%;
  display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 64px; align-items: center;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 7px;
  background: rgba(26,111,244,0.2); border: 1px solid rgba(26,111,244,0.4);
  border-radius: 50px; padding: 6px 16px;
  font-size: 0.74rem; font-weight: 700; color: #90bfff;
  letter-spacing: 1px; text-transform: uppercase; margin-bottom: 20px;
}
.hero-title {
  font-family: 'Syne', sans-serif;
  font-size: clamp(1rem, 5vw, 3.8rem);
  font-weight: 600; color: var(--white);
  line-height: 1.1; margin-bottom: 18px;
}
.hero-title em { color: #6bb5ff; font-style: normal; }
.hero-desc { font-size: 1.05rem; color: rgba(255,255,255,0.62); margin-bottom: 32px; max-width: 480px; }
p.hero-desc { font-size: 1.05rem; color: rgba(255,255,255,0.62); margin-bottom: 32px; max-width: 480px; }

.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 44px; }
.hero-stats {
  display: flex; gap: 32px; padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,0.1);
}
.stat-num { font-family: sans-serif; font-size: 2rem; font-weight: 600; color: #fff; line-height: 1; }
.stat-lbl { font-size: 0.68rem; color: rgba(255,255,255,0.4); text-transform: uppercase; letter-spacing: 1px; margin-top: 3px; }

/* Hero vehicle cards */
.hero-cards { display: flex; flex-direction: column; gap: 14px; }
.hcard {
  background: rgba(255,255,255,0.07);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px; padding: 18px 20px;
  display: flex; align-items: center; gap: 16px;
  transition: var(--t); cursor: pointer;
}
.hcard:hover { background: rgba(255,255,255,0.12); border-color: rgba(26,111,244,0.5); transform: translateX(6px); }
.hcard-icon {
  width: 48px; height: 48px;
  background: var(--blue); border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem; flex-shrink: 0;
}
.hcard strong { display: block; color: #fff; font-size: 0.94rem; margin-bottom: 3px; }
.hcard span { font-size: 0.78rem; color: rgba(255,255,255,0.48); }
.hcard-price { margin-left: auto; text-align: right; }
.hcard-price b { display: block; color: #6bb5ff; font-size: 1.1rem; font-weight: 800; }
.hcard-price small { font-size: 0.7rem; color: rgba(255,255,255,0.35); }

/* ============================================
   BOOKING WIZARD (3-step)
   ============================================ */
.booking-section {
  position: relative; z-index: 10;
  padding: 0 24px; 
  /* transform: translateY(48px); */
}
.booking-box {
  max-width: 1200px; margin: 0 auto;
  background: var(--white); border-radius: var(--radius-xl);
  box-shadow: 0 24px 80px rgba(11,19,32,0.22), 0 0 0 1px rgba(255,255,255,0.08);
  overflow: hidden;
}

/* Step indicator */
.wizard-steps {
  display: flex; background: #f1f6fe;
  border-bottom: 1px solid var(--border);
}
.wstep {
  flex: 1; padding: 16px 10px;
  display: flex; align-items: center; justify-content: center; gap: 10px;
  font-size: 0.82rem; font-weight: 700; color: var(--text-light);
  border-bottom: 3px solid transparent; transition: var(--t); position: relative;
}
.wstep.active { color: var(--blue); border-bottom-color: var(--blue); background: var(--white); }
.wstep.done { color: var(--green); border-bottom-color: var(--green); }
.wstep-num {
  width: 26px; height: 26px; border-radius: 50%;
  background: var(--border); color: var(--text-light);
  font-size: 0.78rem; font-weight: 800;
  display: flex; align-items: center; justify-content: center;
  transition: var(--t);
}
.wstep.active .wstep-num { background: var(--blue); color: #fff; }
.wstep.done .wstep-num { background: var(--green); color: #fff; }
.wstep-label { display: none; }
@media (min-width: 480px) { .wstep-label { display: inline; } }

/* Step panels */
.wizard-body { padding: 32px 28px 26px; }
.step-panel { display: none; }
.step-panel.active { display: block; animation: fadeIn 0.3s ease; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

/* Step 1 - Trip Details */
.form-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
  margin-bottom: 16px;
}
.form-grid-2 { grid-template-columns: repeat(2, 1fr); }

.fld { display: flex; flex-direction: column; gap: 6px; }
.fld label {
  font-size: 0.7rem; font-weight: 800; color: var(--text-light);
  text-transform: uppercase; letter-spacing: 0.8px;
}
.fld input, .fld select, .fld textarea {
  width: 100%; border: 1.5px solid var(--border);
  border-radius: var(--radius); padding: 12px 16px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.9rem; font-weight: 500; color: var(--text-dark);
  background: var(--white); transition: var(--t); outline: none;
  appearance: none; -webkit-appearance: none;
}
.fld input:focus, .fld select:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(26,111,244,0.1); }
.fld input::placeholder { color: #bbc6d4; font-weight: 400; }
.select-wrap { position: relative; }
.select-wrap::after { content: '▾'; position: absolute; right: 14px; top: 50%; transform: translateY(-50%); color: var(--blue); font-size: 0.8rem; pointer-events: none; }

/* Tabs inside booking */
.trip-tabs { display: flex; gap: 8px; margin-bottom: 20px; flex-wrap: wrap; }
.ttab {
  padding: 8px 16px; border-radius: 8px;
  font-size: 0.8rem; font-weight: 700; cursor: pointer;
  border: 1.5px solid var(--border); color: var(--text-light);
  background: var(--off-white); transition: var(--t);
}
.ttab.active { background: var(--blue); color: #fff; border-color: var(--blue); }

/* Step 2 - Vehicle Selection */
.vehicle-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 20px; }
.vcard {
  border: 2px solid var(--border); border-radius: var(--radius-lg);
  padding: 24px 20px; cursor: pointer; transition: var(--t); position: relative;
  background: var(--white);
}
.vcard:hover { border-color: var(--blue-light); box-shadow: var(--shadow-md); }
.vcard.selected { border-color: var(--blue); background: var(--blue-pale); box-shadow: var(--shadow-md); }
.vcard-check {
  position: absolute; top: 14px; right: 14px;
  width: 22px; height: 22px; border-radius: 50%;
  border: 2px solid var(--border); background: var(--white);
  display: flex; align-items: center; justify-content: center;
  transition: var(--t); font-size: 0.7rem;
}
.vcard.selected .vcard-check { border-color: var(--blue); background: var(--blue); color: #fff; }
.vcard-emoji { font-size: 3rem; margin-bottom: 14px; display: block; }
.vcard-badge {
  display: inline-block; background: var(--blue); color: #fff;
  font-size: 0.65rem; font-weight: 700; padding: 3px 10px;
  border-radius: 50px; text-transform: uppercase; letter-spacing: 0.5px;
  margin-bottom: 10px;
}
.vcard h3 { font-size: 1rem; margin-bottom: 6px; }
.vcard p { font-size: 0.8rem; margin-bottom: 12px; }
.vcard-price { font-size: 1.5rem; font-weight: 800; color: var(--blue); }
.vcard-price span { font-size: 0.78rem; color: var(--text-light); font-weight: 400; }
.vcard-feats { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 12px; }
.vcard-feats em {
  background: rgba(26,111,244,0.1); color: var(--blue);
  font-size: 0.68rem; padding: 3px 9px; border-radius: 4px;
  font-weight: 700; font-style: normal; border: 1px solid rgba(26,111,244,0.15);
}

/* Step 3 - Contact */
.contact-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form-grid .fld.full { grid-column: 1 / -1; }

/* Summary bar */
.booking-summary {
  background: var(--blue-pale); border: 1px solid rgba(26,111,244,0.2);
  border-radius: var(--radius); padding: 14px 18px;
  display: flex; flex-wrap: wrap; gap: 16px;
  align-items: center; margin-bottom: 20px; font-size: 0.82rem;
}
.booking-summary span { color: var(--text-mid); }
.booking-summary strong { color: var(--blue); }

/* Wizard nav */
.wizard-nav {
  display: flex; justify-content: space-between; align-items: center;
  margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--border);
}
.wizard-note { font-size: 0.74rem; color: var(--text-light); display: flex; align-items: center; gap: 6px; }
.wizard-btns { display: flex; gap: 10px; }

/* Success */
.booking-success {
  display: none; text-align: center; padding: 48px 28px;
}
.success-icon { font-size: 4rem; margin-bottom: 16px; }
.success-title { font-family: 'Syne', sans-serif; font-size: 1.8rem; color: var(--blue); margin-bottom: 8px; }
.success-sub { font-size: 0.92rem; max-width: 420px; margin: 0 auto 24px; }
.success-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* Booking widget footer */
.booking-footer {
  display: flex; align-items: center; justify-content: space-between;
  background: var(--off-white); padding: 14px 28px;
  border-top: 1px solid var(--border); font-size: 0.76rem; color: var(--text-light);
  flex-wrap: wrap; gap: 10px;
}
.booking-footer a { color: var(--blue); font-weight: 600; }

/* ---- TRUST BAR ---- */
.trust-bar {
  background: var(--blue); padding: 18px 24px;
}
.trust-inner {
  max-width: 1200px; margin: 0 auto;
  display: flex; flex-wrap: wrap; gap: 20px; align-items: center; justify-content: center;
}
.trust-item {
  display: flex; align-items: center; gap: 10px;
  color: rgba(255,255,255,0.9); font-size: 0.85rem; font-weight: 600;
}
.trust-item span { font-size: 1.1rem; }

/* ---- FLEET SECTION ---- */
.fleet-section { background: var(--off-white); padding-top: 120px; }
.fleet-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.fleet-card {
  background: var(--white); border: 1.5px solid var(--border);
  border-radius: var(--radius-lg); overflow: hidden;
  transition: var(--t);
}
.fleet-card:hover { border-color: var(--blue); transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.fleet-thumb {
  height: 190px; background: linear-gradient(135deg, var(--blue-pale), #dbeafe);
  display: flex; align-items: center; justify-content: center;
  font-size: 5.5rem; position: relative;
}
.fleet-badge-pill {
  position: absolute; top: 14px; left: 14px;
  background: var(--blue); color: #fff;
  font-size: 0.68rem; font-weight: 800; padding: 4px 12px;
  border-radius: 50px; text-transform: uppercase; letter-spacing: 0.5px;
}
.fleet-body { padding: 24px; }
.fleet-body h3 { font-size: 1.05rem; margin-bottom: 6px; }
.fleet-body p { font-size: 0.84rem; margin-bottom: 14px; }
.fleet-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 18px; }
.fleet-tags span {
  background: var(--blue-pale); color: var(--blue);
  font-size: 0.7rem; padding: 4px 10px; border-radius: 5px; font-weight: 700;
  border: 1px solid rgba(26,111,244,0.18);
}
.fleet-foot {
  display: flex; align-items: center; justify-content: space-between;
  padding-top: 16px; border-top: 1px solid var(--border);
}
.fleet-price-big { font-size: 1.5rem; font-weight: 800; color: var(--blue); }
.fleet-price-note { font-size: 0.72rem; color: var(--text-light); margin-top: 2px; }

/* ---- WHY US ---- */
.why-section { background: var(--white); }
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.why-card {
  padding: 28px 22px; border-radius: var(--radius-lg);
  border: 1.5px solid var(--border); text-align: center;
  transition: var(--t); background: var(--off-white);
}
.why-card:hover { border-color: var(--blue); background: var(--blue-pale); transform: translateY(-4px); box-shadow: var(--shadow-md); }
.why-icon { font-size: 2.4rem; margin-bottom: 14px; display: block; }
.why-card h3 { font-size: 1rem; margin-bottom: 7px; }
.why-card p { font-size: 0.82rem; }

/* ---- ROUTES ---- */
.routes-section { background: var(--off-white); }
.routes-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.route-card {
  background: var(--white); border: 1.5px solid var(--border);
  border-radius: var(--radius); padding: 18px 20px;
  display: flex; align-items: center; justify-content: space-between;
  transition: var(--t); cursor: pointer;
}
.route-card:hover { border-color: var(--blue); box-shadow: var(--shadow-sm); background: var(--blue-pale); }
.route-left { display: flex; align-items: center; gap: 12px; }
.route-icon { font-size: 1.2rem; }
.route-name { font-size: 0.92rem; font-weight: 700; color: var(--text-dark); }
.route-km { font-size: 0.74rem; color: var(--text-light); }
.route-arrow { color: var(--blue); font-size: 1rem; opacity: 0; transition: var(--t); }
.route-card:hover .route-arrow { opacity: 1; transform: translateX(4px); }

/* ---- STATS SECTION ---- */
.stats-section {
  background: linear-gradient(135deg, var(--blue) 0%, var(--blue-dark) 60%, var(--blue-darker) 100%);
  padding: 70px 24px; position: relative; overflow: hidden;
}
.stats-section::before {
  content: ''; position: absolute; inset: 0;
  background-image: radial-gradient(rgba(255,255,255,0.06) 1px, transparent 1px);
  background-size: 30px 30px;
}
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; position: relative; }
.stat-box { text-align: center; padding: 32px 20px; }
.stat-box-num { font-family:  sans-serif; font-size: 3rem; font-weight: 800; color: #fff; line-height: 1; }
.stat-box-lbl { font-size: 0.85rem; color: rgba(255,255,255,0.6); margin-top: 8px; }

/* ---- TESTIMONIALS ---- */
.testi-section { background: var(--white); }
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.testi-card {
  background: var(--off-white); border: 1.5px solid var(--border);
  border-radius: var(--radius-lg); padding: 28px; transition: var(--t);
}
.testi-card:hover { border-color: rgba(26,111,244,0.3); box-shadow: var(--shadow-md); }
.stars { color: #f59e0b; font-size: 0.95rem; letter-spacing: 1px; margin-bottom: 12px; }
.testi-text { font-size: 0.88rem; font-style: italic; color: var(--text-mid); margin-bottom: 16px; line-height: 1.75; }
.reviewer { display: flex; align-items: center; gap: 12px; padding-top: 14px; border-top: 1px solid var(--border); }
.r-avatar { width: 38px; height: 38px; border-radius: 50%; background: var(--blue); color: #fff; font-size: 0.82rem; font-weight: 800; display: flex; align-items: center; justify-content: center; }
.r-name { font-size: 0.9rem; font-weight: 700; color: var(--text-dark); }
.r-loc { font-size: 0.75rem; color: var(--text-light); }

/* ---- FAQ ---- */
.faq-section { background: var(--off-white); }
.faq-wrap { max-width: 780px; margin: 0 auto; }
.faq-item { border: 1.5px solid var(--border); border-radius: var(--radius); margin-bottom: 12px; background: var(--white); overflow: hidden; }
.faq-q {
  width: 100%; background: var(--white); border: none;
  padding: 18px 22px; display: flex; align-items: center; justify-content: space-between;
  cursor: pointer; font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.92rem; font-weight: 700; color: var(--text-dark);
  text-align: left; transition: var(--t);
}
.faq-q:hover { background: var(--blue-pale); color: var(--blue); }
.faq-icon {
  width: 26px; height: 26px; border-radius: 50%;
  background: var(--blue-pale); color: var(--blue); font-size: 1rem;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; transition: var(--t); font-weight: 800;
}
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; }
.faq-a p { padding: 0 22px 16px; font-size: 0.88rem; color: var(--text-mid); }
.faq-item.open .faq-a { max-height: 300px; }
.faq-item.open .faq-icon { transform: rotate(45deg); background: var(--blue); color: #fff; }
.faq-item.open .faq-q { color: var(--blue); }

/* ---- CTA ---- */
.cta-section {
  background: linear-gradient(135deg, var(--blue) 0%, var(--blue-dark) 60%, var(--blue-darker) 100%);
  text-align: center; padding: 80px 24px; position: relative; overflow: hidden;
}
.cta-section::before {
  content: ''; position: absolute; inset: 0;
  background-image: radial-gradient(rgba(255,255,255,0.05) 1px, transparent 1px);
  background-size: 28px 28px;
}
.cta-section h2 { color: var(--white); position: relative; margin-bottom: 10px; font-family: 'Syne', sans-serif; }
.cta-section p { color: rgba(255,255,255,0.68); margin-bottom: 32px; position: relative; font-size: 1.05rem; }
.cta-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; position: relative; }

/* ---- PAGE HERO (inner pages) ---- */
.page-hero {
  padding: 80px 24px 60px; text-align: center;
  background: linear-gradient(140deg, #071630 0%, #0a2a68 60%, #1345a8 100%);
  position: relative; overflow: hidden;
}
.page-hero::before {
  content: ''; position: absolute; inset: 0;
  background-image: radial-gradient(rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 28px 28px;
}
.breadcrumb { display: flex; align-items: center; gap: 8px; justify-content: center; font-size: 0.78rem; color: rgba(255,255,255,0.4); margin-bottom: 16px; position: relative; }
.breadcrumb a { color: #90bfff; }
.page-hero h1 { color: var(--white); margin-bottom: 14px; position: relative; font-family: 'Syne', sans-serif; }
.page-hero p { color: rgba(255,255,255,0.6); max-width: 600px; margin: 0 auto; position: relative; font-size: 1.05rem; }

/* Price strip on inner pages */
.price-strip {
  background: var(--blue); padding: 28px 24px;
}
.price-strip-inner {
  max-width: 1200px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 18px;
}
.price-from-label { font-size: 0.72rem; color: rgba(255,255,255,0.6); text-transform: uppercase; letter-spacing: 1.5px; }
.price-big { font-family:  sans-serif; font-size: 2.8rem; font-weight: 800; color: #fff; line-height: 1; }
.price-big sup { font-size: 1.2rem; }
.price-big sub { font-size: 1rem; font-weight: 400; color: rgba(255,255,255,0.6); }
.price-note-sm { font-size: 0.82rem; color: rgba(255,255,255,0.55); margin-top: 3px; }
.price-strip-btns { display: flex; gap: 12px; flex-wrap: wrap; }

/* Specs table */
.spec-table { width: 100%; border-collapse: collapse; background: var(--white); border-radius: var(--radius-lg); overflow: hidden; border: 1.5px solid var(--border); }
.spec-table th { background: var(--blue); padding: 15px 20px; text-align: left; font-size: 0.77rem; text-transform: uppercase; letter-spacing: 1px; color: #fff; font-weight: 700; }
.spec-table td { padding: 14px 20px; border-top: 1px solid var(--border); font-size: 0.88rem; color: var(--text-mid); }
.spec-table tr:hover td { background: var(--blue-pale); color: var(--text-dark); }

/* Overview 2col */
.overview-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.feature-list { display: flex; flex-direction: column; gap: 14px; }
.feature-item {
  background: var(--off-white); border: 1.5px solid var(--border);
  border-radius: var(--radius); padding: 16px 20px;
  display: flex; align-items: center; gap: 16px; transition: var(--t);
}
.feature-item:hover { border-color: var(--blue); background: var(--blue-pale); }
.fi-icon { width: 42px; height: 42px; background: var(--blue); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; flex-shrink: 0; }
.fi-text strong { display: block; font-size: 0.92rem; color: var(--text-dark); margin-bottom: 2px; }
.fi-text span { font-size: 0.78rem; color: var(--text-light); }

/* Quick booking section */
.quick-book-grid { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: 36px; align-items: stretch; }
.quick-book-visual, .quick-book-form-card {
  background: var(--white); border: 1.5px solid var(--border);
  border-radius: var(--radius-lg); padding: 28px;
}
.quick-book-visual { display: flex; flex-direction: column; justify-content: space-between; gap: 20px; }
.quick-book-image-wrap {
  background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
  border-radius: 18px; padding: 18px; min-height: 260px;
  display: flex; align-items: center; justify-content: center;
}
.quick-book-image-wrap img { width: 100%; max-width: 420px; height: auto; object-fit: contain; }
.quick-book-points { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.quick-book-point { background: var(--off-white); border: 1px solid var(--border); border-radius: 12px; padding: 12px 14px; }
.quick-book-point strong { display: block; color: var(--text-dark); font-size: 0.84rem; margin-bottom: 4px; }
.quick-book-point span { color: var(--text-light); font-size: 0.76rem; }
.quick-book-form-card h3 { font-size: 1.6rem; color: var(--text-dark); margin-bottom: 8px; }
.quick-book-form-card p { color: var(--text-light); margin-bottom: 20px; }
.quick-book-form { display: flex; flex-direction: column; gap: 16px; }
.quick-book-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.quick-book-field { display: flex; flex-direction: column; gap: 7px; }
.quick-book-field.full { grid-column: 1 / -1; }
.quick-book-field label {
  font-size: 0.76rem; font-weight: 700; color: var(--text-mid);
  text-transform: uppercase; letter-spacing: 0.4px;
}
.quick-book-field input {
  width: 100%; padding: 13px 14px; border: 1.5px solid var(--border);
  border-radius: 12px; font: inherit; color: var(--text-dark);
  background: var(--white); transition: var(--t);
}
.quick-book-field input:focus {
  outline: none; border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(26,111,244,0.1);
}
.quick-book-actions { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.quick-book-note { font-size: 0.78rem; color: var(--text-light); }

/* About page */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.team-card { text-align: center; padding: 28px 20px; background: var(--off-white); border: 1.5px solid var(--border); border-radius: var(--radius-lg); }
.team-avatar { width: 72px; height: 72px; border-radius: 50%; background: var(--blue); color: #fff; font-size: 1.4rem; font-weight: 800; display: flex; align-items: center; justify-content: center; margin: 0 auto 14px; }
.team-name { font-size: 1rem; font-weight: 700; margin-bottom: 4px; }
.team-role { font-size: 0.78rem; color: var(--text-light); }

/* Contact page */
.contact-wrap { display: grid; grid-template-columns: 1fr 1.4fr; gap: 40px; }
.cinfo-card { background: var(--off-white); border: 1.5px solid var(--border); border-radius: var(--radius-lg); padding: 32px; }
.cinfo-item { display: flex; gap: 16px; align-items: flex-start; margin-bottom: 22px; }
.cinfo-icon { width: 44px; height: 44px; background: var(--blue-pale); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; flex-shrink: 0; border: 1px solid rgba(26,111,244,0.2); }
.cinfo-label { font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; color: var(--text-light); }
.cinfo-val { font-size: 0.95rem; color: var(--text-dark); font-weight: 600; }
.cform-card { background: var(--white); border: 1.5px solid var(--border); border-radius: var(--radius-lg); padding: 36px; }
.form-row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }

/* ---- FLOATING WA ---- */
.wa-float {
  position: fixed; bottom: 24px; right: 24px;
  width: 56px; height: 56px; background: var(--green-wa);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem; z-index: 9999;
  box-shadow: 0 4px 24px rgba(37,211,102,0.45); transition: var(--t);
}
.wa-float:hover { transform: scale(1.12); box-shadow: 0 8px 32px rgba(37,211,102,0.6); }
.wa-pulse {
  position: absolute; inset: 0; border-radius: 50%;
  background: rgba(37,211,102,0.4); animation: waPulse 2s infinite;
}
@keyframes waPulse { 0%,100% { transform: scale(1); opacity: 0.6; } 50% { transform: scale(1.4); opacity: 0; } }

/* ---- FOOTER ---- */
footer { background: #06101e; border-top: 1px solid rgba(255,255,255,0.06); padding: 64px 24px 28px; }
.footer-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 44px; margin-bottom: 44px; }
.footer-brand p { font-size: 0.82rem; color: rgba(255,255,255,0.36); margin-top: 12px; max-width: 280px; line-height: 1.7; }
.footer-brand .logo-main { color: #6bb5ff; }
.footer-brand .logo-tag { color: rgba(255,255,255,0.28); }
.f-col h4 { font-size: 0.75rem; font-weight: 800; text-transform: uppercase; letter-spacing: 1.5px; color: #fff; margin-bottom: 16px; }
.f-col ul li { margin-bottom: 10px; }
.f-col ul li a { font-size: 0.83rem; color: rgba(255,255,255,0.38); transition: var(--t); }
.f-col ul li a:hover { color: #6bb5ff; }
.footer-bottom {
  max-width: 1200px; margin: 0 auto;
  padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.07);
  display: flex; align-items: center; justify-content: space-between;
  font-size: 0.78rem; color: rgba(255,255,255,0.25); flex-wrap: wrap; gap: 8px;
}
.footer-bottom a { color: #6bb5ff; }

/* ---- SCROLL ANIMATIONS ---- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.visible { opacity: 1; transform: none; }



.fleet-thumb {
  position: relative;
  overflow: hidden;
  padding: 0;
}

.fleet-thumb img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.fleet-badge-pill {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #f59e0b;
  color: white;
  font-size: 0.7rem;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 30px;
  z-index: 2;
}

.fleet-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.btn-sm {
  padding: 6px 14px;
  font-size: 0.8rem;
}


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

.route-card {
  background: white;
  border-radius: 24px;
  padding: 0.8rem 1rem;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.03);
  border: 1px solid #edf2f7;
  transition: all 0.2s;
}

.route-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.route-img {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  object-fit: cover;
}

.route-left {
  flex: 1;
}

.route-name {
  font-weight: 700;
  font-size: 0.95rem;
}

.route-km {
  font-size: 0.7rem;
  color: #64748b;
}

.route-book-btn {
  background: #25D366;
  color: white;
  padding: 6px 14px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 0.7rem;
  font-weight: 600;
  transition: all 0.2s;
  white-space: nowrap;
}

.route-book-btn:hover {
  background: #128C7E;
  transform: scale(1.02);
}

.route-arrow {
  display: none;
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 1024px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-cards { display: none; }
  .fleet-grid { grid-template-columns: 1fr 1fr; }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .routes-grid { grid-template-columns: 1fr 1fr; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .testi-grid { grid-template-columns: 1fr 1fr; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .overview-grid { grid-template-columns: 1fr; }
  .quick-book-grid { grid-template-columns: 1fr; }
  .contact-wrap { grid-template-columns: 1fr; }
  .about-grid { grid-template-columns: 1fr; }
  .vehicle-cards { grid-template-columns: 1fr 1fr; }
  .form-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  nav ul { display: none; }
  .ham { display: flex; }
  nav.open ul {
    display: flex; flex-direction: column;
    position: fixed; top: 70px; left: 0; right: 0;
    background: var(--white); padding: 16px;
    border-bottom: 1px solid var(--border);
    box-shadow: 0 8px 32px rgba(0,0,0,0.1);
    gap: 4px; z-index: 998;
  }
  nav.open ul li a { display: block; padding: 12px 16px; }
  .fleet-grid { grid-template-columns: 1fr; }
  .testi-grid { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; gap: 28px; }
  .vehicle-cards { grid-template-columns: 1fr; }
  .quick-book-fields { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .contact-form-grid { grid-template-columns: 1fr; }
  .form-row-2 { grid-template-columns: 1fr; }
  section { padding: 0 0; }
  .fleet-section { padding-top: 100px; }
  .wizard-body { padding: 20px 16px; }
  .booking-footer { padding: 12px 16px; }
  .team-grid { grid-template-columns: 1fr 1fr; }
  .price-strip-inner { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 480px) {
  .why-grid { grid-template-columns: 1fr; }
  .routes-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .hero-btns { flex-direction: column; }
  .hero-stats { gap: 18px; flex-wrap: wrap; }
  .cta-btns { flex-direction: column; }
  .team-grid { grid-template-columns: 1fr; }
  .wstep { font-size: 0.72rem; gap: 6px; padding: 13px 8px; }
  .wstep-num { width: 22px; height: 22px; font-size: 0.72rem; }
}
