/* =========================================================
   Shiv Shakti Travels & Cab Services
   Design tokens
   Primary   : Deep Red   #A31621
   Secondary : Charcoal   #1F2328
   Accent    : Gold       #C79A3B
   Surface   : White      #FFFFFF
   Display type : Sora (confident, geometric, modern)
   Body type    : Inter (highly legible, neutral, trustworthy)
   Signature motif: the "Route Line" — a dotted highway line with
   stop-markers, echoing the actual routes this fleet drives every day
   (Sanand -> Ahmedabad -> Gandhinagar -> ...). Used in hero, service
   area map and stats section so the site's one recurring visual idea
   is literally the business's own product: the road.
   ========================================================= */

:root{
  --red: #A31621;
  --red-dark: #7E1019;
  --charcoal: #1F2328;
  --charcoal-soft: #3A3F46;
  --gold: #C79A3B;
  --gold-soft: #E8C878;
  --white: #FFFFFF;
  --off-white: #FAF8F6;
  --line: #E7E2DC;
  --muted: #6B6F76;

  --font-display: 'Sora', system-ui, sans-serif;
  --font-body: 'Inter', system-ui, sans-serif;

  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 28px;

  --shadow-sm: 0 2px 10px rgba(31,35,40,0.06);
  --shadow-md: 0 12px 32px rgba(31,35,40,0.10);
  --shadow-gold: 0 8px 24px rgba(199,154,59,0.25);

  --container: 1200px;
  --speed: 220ms;
}

*,*::before,*::after{ box-sizing: border-box; }
html{ scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce){
  html{ scroll-behavior: auto; }
  *,*::before,*::after{ animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; }
}

body{
  margin:0;
  font-family: var(--font-body);
  color: var(--charcoal);
  background: var(--white);
  line-height: 1.6;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

img{ max-width:100%; display:block; height:auto; }
a{ color: inherit; text-decoration: none; }
ul{ margin:0; padding:0; list-style:none; }
button{ font-family: inherit; cursor:pointer; }

h1,h2,h3,h4{
  font-family: var(--font-display);
  color: var(--charcoal);
  line-height: 1.15;
  margin: 0 0 0.5em;
  letter-spacing: -0.01em;
}
h1{ font-size: clamp(2.4rem, 5vw, 4rem); font-weight: 700; }
h2{ font-size: clamp(1.9rem, 3.4vw, 2.6rem); font-weight: 700; }
h3{ font-size: clamp(1.2rem, 2vw, 1.5rem); font-weight: 600; }
p{ margin: 0 0 1em; color: var(--charcoal-soft); }

.eyebrow{
  display:inline-flex; align-items:center; gap:8px;
  font-family: var(--font-display);
  font-size: 0.78rem; font-weight:700; letter-spacing:0.14em;
  text-transform: uppercase; color: var(--red);
  margin-bottom: 14px;
}
.eyebrow::before{
  content:""; width:22px; height:2px; background: var(--gold);
  display:inline-block;
}

.container{ max-width: var(--container); margin:0 auto; padding: 0 24px; }
.section{ padding: 88px 0; }
.section-tight{ padding: 56px 0; }
.section-alt{ background: var(--off-white); }
.section-dark{ background: var(--charcoal); color:#fff; }
.section-dark h2, .section-dark h3{ color:#fff; }
.section-dark p{ color: #C7CBD1; }
.text-center{ text-align:center; }
.section-head{ max-width: 680px; margin: 0 auto 48px; text-align:center; }
.section-head.left{ margin: 0 0 40px; text-align:left; }

/* Buttons */
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:8px;
  padding: 15px 30px; border-radius: 999px; font-weight:600; font-size:0.98rem;
  border: 2px solid transparent; transition: transform var(--speed) ease, box-shadow var(--speed) ease, background var(--speed) ease;
  white-space: nowrap;
}
.btn:focus-visible{ outline:3px solid var(--gold); outline-offset:2px; }
.btn-primary{ background: var(--red); color:#fff; box-shadow: var(--shadow-sm); }
.btn-primary:hover{ background: var(--red-dark); transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn-gold{ background: var(--gold); color: var(--charcoal); }
.btn-gold:hover{ background: var(--gold-soft); transform: translateY(-2px); }
.btn-outline{ background: transparent; border-color: rgba(255,255,255,0.4); color:#fff; }
.btn-outline:hover{ border-color:#fff; background: rgba(255,255,255,0.08); }
.btn-outline-dark{ background: transparent; border-color: var(--charcoal); color: var(--charcoal); }
.btn-outline-dark:hover{ background: var(--charcoal); color:#fff; }
.btn-whatsapp{ background:#25D366; color:#fff; }
.btn-whatsapp:hover{ background:#1DA851; transform: translateY(-2px); }
.btn-sm{ padding: 10px 20px; font-size: 0.88rem; }
.btn-block{ width:100%; }

/* Header */
.site-header{
  position: sticky; top:0; z-index: 500;
  background: rgba(255,255,255,0.92); backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.header-inner{ display:flex; align-items:center; justify-content:space-between; padding: 14px 0; gap: 24px; }
.brand{ display:flex; align-items:center; gap:12px; font-family: var(--font-display); }
.brand-mark{
  width:44px; height:44px; border-radius: 12px; background: var(--red);
  color:#fff; display:flex; align-items:center; justify-content:center;
  font-weight:800; font-size:1.1rem; flex-shrink:0;
}
.brand-text{ display:flex; flex-direction:column; line-height:1.15; }
.brand-text strong{ font-size:1.05rem; font-weight:700; color: var(--charcoal); }
.brand-text span{ font-size:0.72rem; color: var(--muted); letter-spacing:0.04em; }

.nav-links{ display:flex; align-items:center; gap:28px; }
.nav-links a{ font-size:0.94rem; font-weight:600; color: var(--charcoal-soft); position:relative; padding: 4px 0; }
.nav-links a:hover, .nav-links a[aria-current="page"]{ color: var(--red); }
.nav-actions{ display:flex; align-items:center; gap:12px; }
.nav-toggle{ display:none; background:none; border:none; padding:8px; }
.nav-toggle svg{ width:26px; height:26px; }

@media (max-width: 960px){
  .nav-links{
    position: fixed; inset: 70px 0 0 0; background:#fff; flex-direction:column;
    justify-content:flex-start; padding: 32px 24px; gap:20px; transform: translateX(100%);
    transition: transform var(--speed) ease; overflow-y:auto;
  }
  .nav-links.open{ transform: translateX(0); }
  .nav-toggle{ display:block; }
  .nav-call-text{ display:none; }
}

/* Hero */
.hero{
  position: relative; overflow:hidden;
  background: linear-gradient(180deg, var(--off-white) 0%, #fff 100%);
  padding: 64px 0 40px;
}
.hero-grid{ display:grid; grid-template-columns: 1.1fr 0.9fr; gap: 48px; align-items:center; }
@media (max-width: 960px){ .hero-grid{ grid-template-columns: 1fr; } }
.hero-badges{ display:flex; flex-wrap:wrap; gap:10px; margin: 22px 0 28px; }
.badge{
  display:inline-flex; align-items:center; gap:6px; font-size:0.8rem; font-weight:600;
  background:#fff; border:1px solid var(--line); padding:8px 14px; border-radius:999px; color: var(--charcoal-soft);
  box-shadow: var(--shadow-sm);
}
.badge .dot{ width:7px; height:7px; border-radius:50%; background: var(--gold); }
.hero-cta-row{ display:flex; flex-wrap:wrap; gap:14px; margin-top: 8px; }
.hero-visual{
  position:relative; border-radius: var(--radius-lg); overflow:hidden; box-shadow: var(--shadow-md);
  aspect-ratio: 4/5; background: var(--charcoal);
}
.hero-visual img{ width:100%; height:100%; object-fit:cover; }
.hero-visual figcaption{
  position:absolute; left:16px; right:16px; bottom:16px; background: rgba(31,35,40,0.72);
  color:#fff; padding:12px 16px; border-radius: var(--radius-sm); font-size:0.85rem; backdrop-filter: blur(6px);
}

/* Route line signature motif */
.route-line{ position:relative; display:flex; align-items:center; justify-content:space-between; gap:6px; margin: 40px 0 0; padding: 0 4px; }
.route-line::before{
  content:""; position:absolute; left:8px; right:8px; top:9px; height:2px;
  background-image: linear-gradient(to right, var(--gold) 60%, transparent 0%);
  background-size: 12px 2px; background-repeat: repeat-x;
}
.route-stop{ position:relative; z-index:1; display:flex; flex-direction:column; align-items:center; gap:8px; flex:1; text-align:center; }
.route-stop .node{ width:20px; height:20px; border-radius:50%; background:#fff; border:3px solid var(--red); }
.route-stop.dest .node{ background: var(--red); }
.route-stop span{ font-size:0.78rem; font-weight:600; color: var(--charcoal-soft); }

/* Booking form */
.booking-card{
  background:#fff; border-radius: var(--radius-lg); box-shadow: var(--shadow-md);
  padding: 32px; border: 1px solid var(--line); margin-top: -64px; position:relative; z-index:20;
}
@media (max-width:720px){ .booking-card{ margin-top: 24px; } }
.booking-grid{ display:grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
@media (max-width: 860px){ .booking-grid{ grid-template-columns: repeat(2,1fr); } }
@media (max-width: 560px){ .booking-grid{ grid-template-columns: 1fr; } }
.field{ display:flex; flex-direction:column; gap:6px; }
.field label{ font-size:0.78rem; font-weight:700; color: var(--charcoal-soft); text-transform:uppercase; letter-spacing:0.04em; }
.field input, .field select, .field textarea{
  padding: 12px 14px; border-radius: var(--radius-sm); border: 1.5px solid var(--line);
  font-family: inherit; font-size: 0.95rem; background: var(--off-white); color: var(--charcoal);
}
.field input:focus, .field select:focus, .field textarea:focus{ outline:none; border-color: var(--red); background:#fff; }
.field-full{ grid-column: 1 / -1; }
.form-actions{ display:flex; gap:14px; flex-wrap:wrap; margin-top: 20px; }

/* Trust strip */
.trust-strip{ display:flex; flex-wrap:wrap; gap: 14px; }
.trust-item{
  flex:1 1 200px; background:#fff; border:1px solid var(--line); border-radius: var(--radius-md);
  padding: 22px; display:flex; gap:14px; align-items:flex-start; box-shadow: var(--shadow-sm);
}
.trust-item .icon{ width:44px; height:44px; border-radius:12px; background: rgba(163,22,33,0.08); color: var(--red); display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.trust-item h3{ font-size:1rem; margin-bottom:4px; }
.trust-item p{ font-size:0.9rem; margin:0; }

/* Feature grid */
.grid-3{ display:grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.grid-2{ display:grid; grid-template-columns: repeat(2,1fr); gap: 24px; }
.grid-4{ display:grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
@media (max-width: 960px){ .grid-3, .grid-4{ grid-template-columns: repeat(2,1fr); } }
@media (max-width: 620px){ .grid-3, .grid-2, .grid-4{ grid-template-columns: 1fr; } }

.card{
  background:#fff; border:1px solid var(--line); border-radius: var(--radius-md); padding: 28px;
  box-shadow: var(--shadow-sm); transition: transform var(--speed) ease, box-shadow var(--speed) ease;
}
.card:hover{ transform: translateY(-4px); box-shadow: var(--shadow-md); }
.card .icon-badge{ width:48px; height:48px; border-radius:12px; background: var(--charcoal); color: var(--gold); display:flex; align-items:center; justify-content:center; margin-bottom:16px; }

/* Fleet */
.fleet-card{ background:#fff; border:1px solid var(--line); border-radius: var(--radius-md); overflow:hidden; box-shadow: var(--shadow-sm); transition: box-shadow var(--speed) ease, transform var(--speed) ease; }
.fleet-card:hover{ box-shadow: var(--shadow-md); transform: translateY(-4px); }
.fleet-media{ aspect-ratio: 16/11; overflow:hidden; background: var(--off-white); }
.fleet-media img{ width:100%; height:100%; object-fit:cover; }
.fleet-body{ padding: 22px; }
.fleet-tags{ display:flex; flex-wrap:wrap; gap:8px; margin: 12px 0 16px; }
.tag{ font-size:0.78rem; font-weight:600; background: var(--off-white); border:1px solid var(--line); padding:5px 10px; border-radius:999px; color: var(--charcoal-soft); }

/* Stats */
.stats-grid{ display:grid; grid-template-columns: repeat(4,1fr); gap:24px; text-align:center; }
@media (max-width:760px){ .stats-grid{ grid-template-columns: repeat(2,1fr); } }
.stat-num{ font-family: var(--font-display); font-size: clamp(2rem,4vw,2.8rem); font-weight:800; color: var(--gold); }
.stat-label{ font-size:0.88rem; color:#C7CBD1; margin-top:6px; }

/* FAQ accordion */
.faq-item{ border-bottom: 1px solid var(--line); }
.faq-q{
  width:100%; display:flex; justify-content:space-between; align-items:center; gap:16px;
  background:none; border:none; padding: 20px 4px; text-align:left; font-family: var(--font-display);
  font-weight:600; font-size:1.02rem; color: var(--charcoal);
}
.faq-q .plus{ flex-shrink:0; width:22px; height:22px; position:relative; }
.faq-q .plus::before, .faq-q .plus::after{ content:""; position:absolute; background: var(--red); border-radius:2px; }
.faq-q .plus::before{ width:100%; height:2px; top:50%; left:0; transform: translateY(-50%); }
.faq-q .plus::after{ width:2px; height:100%; left:50%; top:0; transform: translateX(-50%); transition: transform var(--speed) ease; }
.faq-item.open .plus::after{ transform: translateX(-50%) scaleY(0); }
.faq-a{ max-height:0; overflow:hidden; transition: max-height var(--speed) ease; }
.faq-item.open .faq-a{ max-height: 600px; }
.faq-a p{ padding: 0 4px 20px; font-size:0.95rem; }

/* Reviews */
.review-card{ background:#fff; border:1px solid var(--line); border-radius: var(--radius-md); padding:24px; box-shadow: var(--shadow-sm); }
.stars{ color: var(--gold); font-size:1rem; letter-spacing:2px; margin-bottom:10px; }
.review-meta{ display:flex; align-items:center; gap:10px; margin-top:14px; }
.avatar{ width:38px; height:38px; border-radius:50%; background: var(--charcoal); color:#fff; display:flex; align-items:center; justify-content:center; font-weight:700; font-size:0.85rem; }

/* Service area chips */
.area-chip-grid{ display:flex; flex-wrap:wrap; gap:10px; }
.area-chip{ background:#fff; border:1px solid var(--line); padding:10px 16px; border-radius:999px; font-size:0.88rem; font-weight:600; color: var(--charcoal-soft); }

/* Footer */
.site-footer{ background: var(--charcoal); color:#C7CBD1; padding: 64px 0 24px; }
.footer-grid{ display:grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px; }
@media (max-width:860px){ .footer-grid{ grid-template-columns: 1fr 1fr; } }
@media (max-width:560px){ .footer-grid{ grid-template-columns: 1fr; } }
.footer-grid h4{ color:#fff; font-size:0.92rem; text-transform:uppercase; letter-spacing:0.06em; margin-bottom:18px; }
.footer-grid ul li{ margin-bottom: 10px; }
.footer-grid a{ color:#C7CBD1; font-size:0.92rem; }
.footer-grid a:hover{ color: var(--gold); }
.footer-bottom{ border-top: 1px solid rgba(255,255,255,0.1); margin-top: 48px; padding-top:24px; display:flex; flex-wrap:wrap; gap:12px; justify-content:space-between; font-size:0.82rem; color:#9CA0A6; }
.footer-legal-links{ display:flex; gap:16px; flex-wrap:wrap; }

/* Floating buttons */
.floating-stack{ position:fixed; right:20px; bottom:20px; z-index:600; display:flex; flex-direction:column; gap:12px; align-items:flex-end; }
.fab{ width:56px; height:56px; border-radius:50%; display:flex; align-items:center; justify-content:center; box-shadow: var(--shadow-md); color:#fff; }
.fab-whatsapp{ background:#25D366; }
.fab-call{ background: var(--red); }
.fab-top{ width:44px; height:44px; background:#fff; color: var(--charcoal); border:1px solid var(--line); opacity:0; pointer-events:none; transition: opacity var(--speed) ease; }
.fab-top.visible{ opacity:1; pointer-events:auto; }

/* Sticky mobile CTA */
.sticky-cta{ position:fixed; left:0; right:0; bottom:0; z-index:590; background:#fff; border-top:1px solid var(--line); padding:10px 16px; display:none; gap:10px; box-shadow: 0 -4px 16px rgba(0,0,0,0.08); }
@media (max-width:720px){ .sticky-cta{ display:flex; } body{ padding-bottom:70px; } }
.sticky-cta a{ flex:1; text-align:center; }

/* Page hero (inner pages) */
.page-hero{ background: var(--charcoal); color:#fff; padding: 56px 0 40px; }
.page-hero p{ color:#C7CBD1; max-width:640px; }
.breadcrumb{ display:flex; gap:8px; font-size:0.85rem; color:#9CA0A6; margin-bottom:18px; flex-wrap:wrap; }
.breadcrumb a{ color:#C7CBD1; }
.breadcrumb a:hover{ color: var(--gold); }

/* Utility */
.mt-0{ margin-top:0; } .mb-0{ margin-bottom:0; }
.flex{ display:flex; } .items-center{ align-items:center; } .gap-12{ gap:12px; }
.divider{ height:1px; background: var(--line); margin: 48px 0; }
.small-note{ font-size:0.85rem; color: var(--muted); }
table{ width:100%; border-collapse:collapse; }
table th, table td{ padding:14px 16px; border-bottom:1px solid var(--line); text-align:left; font-size:0.92rem; }
table th{ font-family: var(--font-display); font-size:0.82rem; text-transform:uppercase; letter-spacing:0.04em; color: var(--charcoal-soft); background: var(--off-white); }
.legal-content h2{ margin-top:36px; }
.legal-content h3{ margin-top:24px; }
.legal-content ul{ list-style:disc; padding-left:22px; margin-bottom:1em; }
.legal-content ul li{ margin-bottom:6px; color: var(--charcoal-soft); }
.blog-card img{ aspect-ratio:16/10; object-fit:cover; border-radius: var(--radius-md); }
.blog-meta{ font-size:0.8rem; color: var(--muted); margin:14px 0 6px; }
.skip-link{ position:absolute; left:-9999px; top:auto; background:#fff; padding:12px 20px; z-index:9999; border-radius: var(--radius-sm); }
.skip-link:focus{ left:16px; top:16px; }
