
/* --- home-tablet.css --- */
/* ============================================================
   RudraSafar – Home Page Tablet CSS
   (min-width: 768px) and (max-width: 1023px)
   ============================================================ */

/* ─── HERO ─────────────────────────────────────────────────── */
.hero {
  min-height: 100vh;
  background: var(--gradient-hero);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding-top: var(--nav-height);
}

.hero-road-bg {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  height: 4px;
  background: rgba(255,193,7,0.2);
  overflow: hidden;
}

.road-line {
  position: absolute;
  top: 0;
  left: -200px;
  width: 80px;
  height: 100%;
  background: rgba(255,193,7,0.5);
  animation: roadMove 1.5s linear infinite;
  box-shadow: 200px 0 0 rgba(255,193,7,0.5), 400px 0 0 rgba(255,193,7,0.5), 600px 0 0 rgba(255,193,7,0.5), 800px 0 0 rgba(255,193,7,0.5), 1000px 0 0 rgba(255,193,7,0.5);
}

.hero-shapes { position: absolute; inset: 0; pointer-events: none; }
.hero-shape { position: absolute; border-radius: 50%; filter: blur(80px); opacity: 0.1; }
.shape-1 { width: 400px; height: 400px; background: var(--primary-light); top: -150px; right: -60px; animation: float 8s ease-in-out infinite; }
.shape-2 { width: 300px; height: 300px; background: var(--accent); bottom: -80px; left: -80px; animation: float 10s ease-in-out infinite reverse; }
.shape-3 { display: none; }

/* Stack hero on tablet */
.hero-layout {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: var(--space-12) 0 var(--space-8);
  gap: var(--space-8);
  text-align: center;
}

.hero-title {
  font-size: 3rem;
  font-weight: var(--fw-black);
  color: var(--white);
  line-height: 1.1;
  margin-bottom: var(--space-4);
}

.hero-title-accent { color: var(--accent); }
.hero-title-highlight { color: #FFD54F; }

.hero-subtitle {
  font-size: var(--fs-lg);
  color: rgba(255,255,255,0.8);
  margin-bottom: var(--space-6);
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  line-height: var(--lh-relaxed);
}

.hero-stats {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-6);
  margin-bottom: var(--space-6);
}

.hero-stat strong { font-size: var(--fs-2xl); font-weight: var(--fw-black); color: var(--accent); display: block; }
.hero-stat span { font-size: var(--fs-xs); color: rgba(255,255,255,0.6); text-transform: uppercase; letter-spacing: 0.06em; }
.hero-stat-divider { width: 1px; height: 36px; background: rgba(255,255,255,0.2); }

.hero-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-4);
  margin-bottom: var(--space-5);
  flex-wrap: wrap;
}

.trust-badges {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-4);
  flex-wrap: wrap;
}
.trust-badge { display: flex; align-items: center; gap: var(--space-2); color: rgba(255,255,255,0.7); font-size: var(--fs-xs); }

.hero-car-container { max-width: 480px; width: 100%; }
.hero-car-scene { position: relative; width: 100%; }
.hero-car-svg { width: 100%; filter: drop-shadow(0 12px 40px rgba(255,193,7,0.25)); }
.car-glow-ring { position: absolute; width: 300px; height: 300px; border-radius: 50%; background: radial-gradient(circle, rgba(13,71,161,0.25) 0%, transparent 70%); top: 50%; left: 50%; transform: translate(-50%,-50%); pointer-events: none; }
.ring-2 { width: 450px; height: 450px; background: radial-gradient(circle, rgba(255,193,7,0.06) 0%, transparent 70%); }
.speed-lines { left: -20px; }
.speed-line:nth-child(1) { width: 40px; }
.speed-line:nth-child(2) { width: 28px; }
.speed-line:nth-child(3) { width: 56px; }
.speed-line:nth-child(4) { width: 20px; }
.location-pin-float { top: -15px; right: 20px; }
.scroll-indicator { display: none; }

/* ─── QUICK BOOKING STRIP ──────────────────────────────────── */
.quick-booking-strip {
  background: var(--white);
  padding: var(--space-4) 0;
  box-shadow: 0 4px 16px rgba(0,0,0,0.06);
  position: relative;
  z-index: var(--z-base);
  border-bottom: 2px solid var(--gray-100);
}

.quick-booking-card {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: var(--space-4);
}

.quick-book-label { font-size: var(--fs-base); font-weight: var(--fw-bold); color: var(--gray-900); display: flex; align-items: center; gap: var(--space-2); }
.quick-book-actions { display: flex; gap: var(--space-2); flex-wrap: wrap; justify-content: center; }

/* ─── SECTIONS ─────────────────────────────────────────────── */
.section-header { margin-bottom: var(--space-10); text-align: center; }
.section-header-flex {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-4);
  margin-bottom: var(--space-8);
}
.section-title { font-size: var(--fs-3xl); }

/* ─── VEHICLES ─────────────────────────────────────────────── */
.vehicles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-5);
}

.vehicle-card.featured { transform: scale(1.02); }
.vehicle-popular-badge { font-size: 10px; top: 10px; }
.vehicle-svg-wrap { height: 120px; }
.vehicle-svg-wrap svg { height: 100px; }
.vehicle-name { font-size: var(--fs-lg); }
.rate-amount { font-size: var(--fs-2xl); }

/* ─── HOW IT WORKS ─────────────────────────────────────────── */
#how-it-works {
  background: linear-gradient(135deg, #FFFDF0 0%, #FFF8D6 50%, #FEF0B3 100%);
  border-top: 1px solid rgba(255, 193, 7, 0.35);
  border-bottom: 1px solid rgba(255, 193, 7, 0.35);
  position: relative;
  overflow: hidden;
}

.steps-grid {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
  margin-top: var(--space-8);
  position: relative;
  z-index: 2;
}

.step-card { padding: var(--space-6); background: #FFFFFF; border: 1.5px solid rgba(255, 193, 7, 0.4); }
.step-connector { transform: rotate(90deg); padding: var(--space-2) 0; }
.step-number { font-size: 3rem; }
.step-icon-wrap { width: 72px; height: 72px; }
.step-title { font-size: var(--fs-lg); }

/* ─── TRUST & HIGHLIGHTS SECTION ───────────────────────────── */
.trust-highlights-section {
  padding: var(--space-8) 0;
  background: linear-gradient(135deg, #09172B 0%, #0E294E 50%, #071221 100%);
  border-top: 1px solid rgba(255, 193, 7, 0.25);
  border-bottom: 1px solid rgba(255, 193, 7, 0.25);
  margin-top: var(--space-8);
  position: relative;
  overflow: hidden;
}

.trust-highlights-grid {
  display: flex;
  flex-direction: column;
  gap: var(--space-6);
  position: relative;
  z-index: 2;
}

.trust-features-wrap {
  display: flex;
  align-items: center;
  gap: var(--space-4);
}

.trust-feature-card {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  padding: var(--space-3) var(--space-4);
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-radius: var(--radius-xl);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  flex: 1;
}

.trust-feature-icon {
  width: 38px;
  height: 38px;
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, rgba(255, 193, 7, 0.2), rgba(255, 193, 7, 0.05));
  border: 1px solid rgba(255, 193, 7, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.trust-feature-text {
  display: flex;
  flex-direction: column;
}

.trust-feature-text strong {
  font-size: 13px;
  font-weight: var(--fw-bold);
  color: #FFFFFF;
}

.trust-feature-text span {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.7);
}

.trust-divider {
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(255, 193, 7, 0.35), transparent);
}

.trust-highlights-section .stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-4);
  text-align: center;
}

.trust-highlights-section .stat-number {
  font-size: 2rem;
  font-weight: 800;
  background: linear-gradient(135deg, #FFC107 0%, #FFE082 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.trust-highlights-section .stat-label {
  font-size: 11px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* ─── PACKAGES ─────────────────────────────────────────────── */
.packages-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space-5);
}

/* ─── WHY US ────────────────────────────────────────────────── */
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-5);
  margin-top: var(--space-10);
}

.why-card { padding: var(--space-6); }
.why-card h3 { font-size: var(--fs-lg); }
.why-icon { width: 50px; height: 50px; }

/* ─── TESTIMONIALS ─────────────────────────────────────────── */
.testimonials-wrapper { margin-top: var(--space-8); }
.testimonial-card { padding: var(--space-8); }
.testimonial-text { font-size: var(--fs-lg); }

/* ─── FAQ ───────────────────────────────────────────────────── */
.faq-layout {
  display: flex;
  flex-direction: column;
  gap: var(--space-8);
}
.faq-header { position: static; }
.section-title { font-size: var(--fs-3xl); }

/* ─── CTA STRIP ─────────────────────────────────────────────── */
.contact-cta-strip { padding: var(--space-12) 0; }
.cta-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: var(--space-6);
}
.cta-title { font-size: var(--fs-3xl); }
.cta-subtitle { max-width: 100%; font-size: var(--fs-base); }
.cta-actions { justify-content: center; }

/* --- booking-tablet.css --- */
/* ============================================================
   RudraSafar – Booking Tablet CSS
   (min-width: 768px) and (max-width: 1023px)
   ============================================================ */

.booking-hero { padding: calc(var(--nav-height) + var(--space-10)) 0 var(--space-8); }
.booking-hero h1 { font-size: var(--fs-4xl); }
.booking-section { padding: var(--space-10) 0 var(--space-16); background: var(--off-white); }

.booking-layout {
  display: flex;
  flex-direction: column;
  gap: var(--space-6);
}

.booking-tabs { display: flex; gap: 0; background: var(--gray-100); border-radius: var(--radius-xl) var(--radius-xl) 0 0; padding: 5px; }
.booking-tab-btn { flex: 1; padding: var(--space-3) var(--space-4); border-radius: var(--radius-lg); font-size: var(--fs-sm); font-weight: var(--fw-semibold); color: var(--gray-500); border: none; background: none; cursor: pointer; transition: all var(--transition-base); display: flex; align-items: center; justify-content: center; gap: var(--space-2); }
.booking-tab-btn.active { background: var(--white); color: var(--primary); box-shadow: var(--shadow-sm); }
.tab-price-badge { font-size: 10px; background: var(--accent); color: var(--gray-900); font-weight: var(--fw-bold); padding: 2px 6px; border-radius: var(--radius-full); }

.booking-form-panel { background: var(--white); border-radius: var(--radius-2xl); box-shadow: var(--shadow-md); overflow: hidden; }
.booking-tab-panel { display: none; padding: var(--space-6); }
.booking-tab-panel.active { display: block; }
.form-panel-header h2 { font-size: var(--fs-xl); margin-bottom: var(--space-1); }
.form-panel-header p { font-size: var(--fs-sm); color: var(--gray-500); margin-bottom: var(--space-4); }

.booking-form { display: flex; flex-direction: column; gap: var(--space-3); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-3); }

.vehicle-selector-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--space-3); }
.vehicle-selector-card { border: 2px solid var(--gray-200); border-radius: var(--radius-xl); padding: var(--space-3); cursor: pointer; text-align: center; transition: all var(--transition-base); }
.vehicle-selector-card.selected { border-color: var(--primary); background: rgba(13,71,161,0.04); box-shadow: 0 0 0 3px rgba(13,71,161,0.08); }
.vehicle-selector-card svg { width: 100%; height: 40px; margin-bottom: var(--space-2); }
.vs-label { font-size: var(--fs-sm); font-weight: var(--fw-bold); color: var(--gray-900); }
.vs-rate { font-size: 11px; color: var(--primary); font-weight: var(--fw-semibold); }

.route-arrow { display: flex; justify-content: center; margin: -4px 0; }

/* Price display */
.price-display { background: linear-gradient(135deg, #f0f4ff 0%, #fffbeb 100%); border: 2px solid rgba(13,71,161,0.12); border-radius: var(--radius-2xl); padding: var(--space-5); }
.price-loading { display: flex; align-items: center; justify-content: center; gap: var(--space-3); padding: var(--space-4); color: var(--gray-500); font-size: var(--fs-sm); }
.price-error { display: flex; align-items: center; gap: var(--space-2); color: var(--error); font-size: var(--fs-sm); padding: var(--space-3); background: rgba(239,68,68,0.05); border-radius: var(--radius-lg); border: 1px solid rgba(239,68,68,0.12); }
.price-result-header { display: flex; justify-content: space-between; margin-bottom: var(--space-4); }
.price-result-label { font-size: var(--fs-xs); font-weight: var(--fw-bold); text-transform: uppercase; letter-spacing: 0.08em; color: var(--primary); margin-bottom: 2px; }
.price-main { font-size: var(--fs-4xl); font-weight: var(--fw-black); color: var(--primary); line-height: 1; }
.price-main span:first-child { font-size: var(--fs-2xl); vertical-align: top; line-height: 1.3; }
.price-vehicle-label { font-size: var(--fs-xs); color: var(--gray-500); margin-top: 2px; }
.price-trip-info { display: flex; flex-direction: column; gap: var(--space-2); align-items: flex-end; }
.price-meta-item { display: flex; align-items: center; gap: var(--space-2); font-size: 12px; color: var(--gray-700); background: rgba(255,193,7,0.1); padding: 3px var(--space-3); border-radius: var(--radius-full); border: 1px solid rgba(255,193,7,0.2); }
.price-breakdown { display: flex; flex-direction: column; gap: var(--space-2); padding-top: var(--space-3); border-top: 1px solid rgba(13,71,161,0.1); }
.price-row { display: flex; justify-content: space-between; font-size: var(--fs-sm); color: var(--gray-500); }
.price-row.total { font-weight: var(--fw-bold); color: var(--primary); font-size: var(--fs-base); padding-top: var(--space-2); border-top: 1px dashed rgba(13,71,161,0.12); }
.price-note { font-size: 11px; color: var(--gray-400); margin-top: var(--space-3); }

/* Success */
.form-success { display: flex; align-items: flex-start; gap: var(--space-3); padding: var(--space-4); background: rgba(16,185,129,0.06); border: 1.5px solid rgba(16,185,129,0.2); border-radius: var(--radius-xl); }
.form-success strong { display: block; color: #059669; font-weight: var(--fw-bold); }
.form-success p { font-size: var(--fs-sm); color: var(--gray-500); margin: 0; }

/* Sidebar on tablet: horizontal row */
.booking-sidebar {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: var(--space-4);
  position: static;
}

.sidebar-card { background: var(--white); border-radius: var(--radius-xl); padding: var(--space-5); box-shadow: var(--shadow-sm); border: 1px solid var(--gray-100); }
.sidebar-title { font-size: var(--fs-sm); font-weight: var(--fw-bold); color: var(--gray-900); margin-bottom: var(--space-4); display: flex; align-items: center; gap: var(--space-2); }
.rate-table { width: 100%; border-collapse: collapse; font-size: var(--fs-xs); margin-bottom: var(--space-3); }
.rate-table th, .rate-table td { padding: var(--space-2); text-align: left; border-bottom: 1px solid var(--gray-100); }
.rate-table th { font-size: 10px; font-weight: var(--fw-bold); color: var(--gray-500); text-transform: uppercase; background: var(--gray-50); }
.rate-table td:nth-child(2), .rate-table td:nth-child(3) { font-weight: var(--fw-bold); color: var(--primary); }
.rate-note { display: flex; align-items: center; gap: var(--space-2); font-size: 11px; color: var(--gray-500); margin-bottom: var(--space-1); }
.sidebar-benefits { display: flex; flex-direction: column; gap: var(--space-2); }
.sidebar-benefits li { display: flex; align-items: center; gap: var(--space-2); font-size: 12px; color: var(--gray-700); }
.sidebar-why { background: linear-gradient(135deg, #f0f4ff, #f8f9ff); }
.sidebar-contact { background: var(--gradient-primary); }
.sidebar-contact .sidebar-title { color: var(--white); }

/* --- location-tablet.css --- */
/* location-tablet.css */
.location-hero { padding: calc(var(--nav-height) + var(--space-10)) 0 var(--space-8); }
.location-hero h1 { font-size: var(--fs-4xl); }
.location-hero p { font-size: var(--fs-lg); }
.location-hero-ctas { display: flex; gap: var(--space-3); margin-top: var(--space-5); flex-wrap: wrap; }
.location-content-section { padding: var(--space-10) 0 var(--space-16); background: var(--off-white); }
.location-layout { display: flex; flex-direction: column; gap: var(--space-6); }
.loc-content-block { background: var(--white); border-radius: var(--radius-xl); padding: var(--space-6); margin-bottom: var(--space-4); box-shadow: var(--shadow-sm); border: 1px solid var(--gray-100); }
.loc-content-block h2 { font-size: var(--fs-xl); font-weight: var(--fw-bold); color: var(--gray-900); margin-bottom: var(--space-4); padding-bottom: var(--space-3); border-bottom: 2px solid var(--gray-100); }
.loc-content-block p { font-size: var(--fs-base); color: var(--gray-600); line-height: var(--lh-relaxed); margin-bottom: var(--space-3); }
.loc-routes-table { overflow-x: auto; border-radius: var(--radius-lg); border: 1px solid var(--gray-100); }
.loc-routes-table table { width: 100%; border-collapse: collapse; font-size: var(--fs-sm); min-width: 480px; }
.loc-routes-table th, .loc-routes-table td { padding: var(--space-2) var(--space-3); text-align: left; border-bottom: 1px solid var(--gray-100); }
.loc-routes-table th { background: var(--primary); color: var(--white); font-size: 11px; font-weight: var(--fw-bold); text-transform: uppercase; }
.loc-routes-table td:nth-child(3), .loc-routes-table td:nth-child(4), .loc-routes-table td:nth-child(5) { font-weight: var(--fw-semibold); color: var(--primary); }
.btn-xs { padding: 3px 8px; font-size: 11px; font-weight: var(--fw-semibold); border-radius: var(--radius-sm); border: none; cursor: pointer; text-decoration: none; display: inline-flex; align-items: center; background: var(--primary); color: var(--white); }
.loc-benefits { display: flex; flex-direction: column; gap: var(--space-3); }
.loc-benefits li { display: flex; align-items: flex-start; gap: var(--space-2); font-size: var(--fs-sm); color: var(--gray-700); }
.location-sidebar { display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-4); }
.location-quick-book { background: var(--gradient-primary); }
.location-quick-book .sidebar-title { color: var(--white); }
.city-links { display: flex; flex-direction: column; gap: var(--space-2); }
.city-link { display: flex; align-items: center; gap: var(--space-2); padding: var(--space-2) var(--space-3); border-radius: var(--radius-lg); color: var(--gray-700); font-size: var(--fs-sm); text-decoration: none; transition: all var(--transition-base); background: var(--gray-50); border: 1px solid var(--gray-100); }
.city-link:hover { color: var(--primary); background: rgba(13,71,161,0.06); }
