/*
Theme Name: PuneMumbai Cab Services
Theme URI: https://punetomumbaicabservice.com/
Author: Local Project Setup
Description: Custom cab booking theme for Pune to Mumbai services. On-page SEO: unique titles & meta when no SEO plugin, LocalBusiness JSON-LD, semantic landmarks.
Version: 1.2.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: punemumbai-cab
*/

:root {
  --primary: #0d4a7a;
  --primary-dark: #083558;
  --accent: #f5a623;
  --accent-hover: #e09410;
  --secondary: #0d9b9b;
  --dark: #132238;
  --light: #f4f7fc;
  --surface: #ffffff;
  --text: #1a2836;
  --text-muted: #5a6d80;
  --border: #dce5f0;
  --radius-sm: 8px;
  --radius: 12px;
  --radius-lg: 16px;
  --shadow-sm: 0 2px 8px rgba(19, 34, 56, 0.06);
  --shadow-md: 0 8px 24px rgba(19, 34, 56, 0.1);
  --shadow-lg: 0 16px 40px rgba(19, 34, 56, 0.14);
  --transition: 0.22s ease;
  --header-h: 118px;
}

@media (prefers-reduced-motion: no-preference) {
  html { scroll-behavior: smooth; }
}

* { box-sizing: border-box; }
body {
  margin: 0;
  font-family: Poppins, system-ui, -apple-system, Segoe UI, Arial, sans-serif;
  color: var(--text);
  background: var(--light);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 0;
}
img { max-width: 100%; height: auto; }
.container { width: min(1140px, 92%); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: var(--shadow-sm);
}
.site-header.is-scrolled .navbar {
  box-shadow: var(--shadow-md);
}
.topbar {
  background: var(--primary-dark);
  color: #fff;
  font-size: 0.85rem;
}
.topbar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  gap: 12px;
}
.topbar-tagline-wrap { margin: 0; }
.topbar-tagline { opacity: 0.92; }
.topbar-call {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  white-space: nowrap;
  padding: 4px 10px;
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.12);
  transition: background var(--transition);
}
.topbar-call:hover { background: rgba(255, 255, 255, 0.22); color: #fff; }
.topbar .nowrap { white-space: nowrap; }
.skip-link {
  position: absolute;
  left: -9999px;
  top: 12px;
  z-index: 100000;
  padding: 12px 18px;
  background: var(--primary);
  color: #fff !important;
  font-weight: 600;
  text-decoration: none;
  border-radius: 0 8px 8px 0;
  box-shadow: 0 2px 12px rgba(0,0,0,.2);
}
.skip-link:focus {
  left: 0;
  outline: 3px solid var(--accent);
  outline-offset: 2px;
}
.screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.navbar {
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border);
  transition: box-shadow var(--transition);
}
.navbar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  gap: 14px;
  position: relative;
}
.brand { display: inline-flex; align-items: center; text-decoration: none; line-height: 0; flex-shrink: 0; }
.brand-logo { height: 48px; width: auto; max-width: 200px; display: block; object-fit: contain; }
.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  background: var(--surface);
  cursor: pointer;
  transition: background var(--transition), border-color var(--transition);
}
.nav-toggle-bar {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--primary);
  border-radius: 2px;
  transition: transform var(--transition), opacity var(--transition);
}
.nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
.nav-menu { flex: 1; display: flex; justify-content: flex-end; }
.nav-links {
  display: flex;
  align-items: center;
  gap: 6px 18px;
  flex-wrap: wrap;
}
.nav-links a {
  color: #2a3f55;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.95rem;
  padding: 8px 4px;
  border-radius: 4px;
  transition: color var(--transition);
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}
.nav-links a:hover,
.nav-links a.active,
.nav-links a:focus-visible {
  color: var(--primary);
}
.nav-links a.nav-cta {
  background: var(--accent);
  color: var(--dark);
  padding: 10px 18px;
  border-radius: 999px;
  font-weight: 600;
  margin-left: 4px;
  box-shadow: var(--shadow-sm);
  transition: transform var(--transition), background var(--transition), box-shadow var(--transition);
}
.nav-links a.nav-cta:hover {
  background: var(--accent-hover);
  color: var(--dark);
  transform: translateY(-1px);
  box-shadow: var(--shadow-md);
}
.footer-brand { display: inline-block; margin-bottom: 10px; line-height: 0; }
.footer-logo { height: 44px; width: auto; max-width: 180px; object-fit: contain; }
.hero {
  background: linear-gradient(135deg, var(--primary) 0%, #1565a0 45%, var(--secondary) 100%);
  color: #fff;
  padding: clamp(40px, 6vw, 72px) 0;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 60% at 100% 0%, rgba(255,255,255,0.12), transparent 55%);
  pointer-events: none;
}
.hero .container { position: relative; z-index: 1; }
.hero-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 28px; align-items: start; }
h1 { margin-top: 0; font-size: clamp(1.75rem, 4.5vw, 2.75rem); line-height: 1.2; letter-spacing: -0.02em; }
h2 { margin-top: 0; font-size: clamp(1.35rem, 2.5vw, 1.65rem); color: var(--dark); }
h3 { font-size: 1.05rem; color: var(--dark); }
.section-title {
  margin-bottom: 24px;
  font-size: clamp(1.35rem, 2.8vw, 1.75rem);
  color: var(--dark);
  position: relative;
  padding-bottom: 10px;
}
.section-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 48px;
  height: 3px;
  background: var(--accent);
  border-radius: 2px;
}
.hero-brand { margin: 0 0 18px; }
.hero-logo {
  height: clamp(56px, 10vw, 80px);
  width: auto;
  max-width: min(300px, 100%);
  display: block;
  background: #fff;
  border-radius: 12px;
  padding: 10px 14px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}
.eyebrow { font-weight: 600; margin: 0 0 8px; opacity: .95; }
.hero-cta { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 20px; }
.booking-modes { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.mode-chip {
  background: rgba(255,255,255,.15);
  border: 1px solid rgba(255,255,255,.35);
  color: #fff;
  border-radius: 999px;
  padding: 8px 14px;
  font-weight: 600;
  font-size: .85rem;
  cursor: pointer;
  transition: background var(--transition), color var(--transition), transform var(--transition);
  min-height: 40px;
}
.mode-chip:hover { background: rgba(255,255,255,.25); }
.mode-chip.active { background: #fff; color: var(--primary); box-shadow: var(--shadow-sm); }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  text-decoration: none;
  border: none;
  border-radius: var(--radius-sm);
  padding: 12px 20px;
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  transition: transform var(--transition), box-shadow var(--transition), background var(--transition), color var(--transition);
  min-height: 44px;
  font-family: inherit;
}
.btn:focus-visible { outline: 3px solid var(--accent); outline-offset: 2px; }
.btn:hover { transform: translateY(-1px); }
.btn-primary {
  background: var(--accent);
  color: var(--dark);
  box-shadow: 0 4px 14px rgba(245, 166, 35, 0.35);
}
.btn-primary:hover { background: var(--accent-hover); box-shadow: 0 6px 18px rgba(245, 166, 35, 0.4); }
.btn-secondary {
  background: #fff;
  color: var(--primary);
  border: 1px solid rgba(255,255,255,0.5);
  box-shadow: var(--shadow-sm);
}
.hero .btn-secondary { border-color: rgba(255,255,255,0.6); }
.btn-secondary:hover { background: #f8fbff; }
.btn-block { width: 100%; }
.booking-card {
  background: var(--surface);
  color: var(--text);
  border-radius: var(--radius-lg);
  padding: clamp(18px, 3vw, 26px);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(255,255,255,0.8);
}
.booking-card h2 { font-size: 1.2rem; margin-bottom: 4px; color: var(--primary); }
.booking-card label { display: block; font-weight: 500; margin: 12px 0 6px; font-size: 0.9rem; color: var(--text-muted); }
.booking-card input,
.booking-card select {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 12px 14px;
  font: inherit;
  background: #fff;
  transition: border-color var(--transition), box-shadow var(--transition);
}
.booking-card input:focus,
.booking-card select:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(13, 74, 122, 0.15);
}
.inline-field { display: grid; grid-template-columns: 1fr auto; gap: 8px; align-items: stretch; }
@media (max-width: 480px) {
  .inline-field { grid-template-columns: 1fr; }
}
.small-btn {
  border: none;
  background: var(--primary);
  color: #fff;
  border-radius: var(--radius-sm);
  padding: 12px 14px;
  cursor: pointer;
  font-weight: 600;
  font-size: 0.85rem;
  white-space: nowrap;
  transition: background var(--transition);
  min-height: 44px;
}
.small-btn:hover { background: var(--primary-dark); }
.status { min-height: 20px; margin-bottom: 0; font-size: .9rem; }
.features, .routes, .page-content, .how-it-works, .testimonials { padding: 50px 0; }
.page-hero {
  padding: clamp(36px, 5vw, 56px) 0;
  background: linear-gradient(180deg, #e3eef9 0%, #f4f7fc 100%);
  border-bottom: 1px solid var(--border);
}
.page-hero h1 { margin: 0 0 0.5rem; font-size: clamp(1.55rem, 3vw, 2rem); color: var(--dark); }
.page-hero-lead { margin: 0; max-width: 52rem; font-size: 1.05rem; line-height: 1.6; color: #3d4f60; }
.about-page-seo .about-seo-prose { max-width: 42rem; }
.about-page-seo .about-seo-prose h2 {
	margin: 2rem 0 0.75rem;
	font-size: 1.25rem;
	color: var(--primary);
	border-bottom: 2px solid rgba(15, 76, 129, 0.15);
	padding-bottom: 0.35rem;
}
.about-page-seo .about-seo-prose h2:first-of-type { margin-top: 0; }
.about-page-seo .about-seo-prose p,
.about-page-seo .about-seo-list li { line-height: 1.65; color: #2b3540; }
.about-page-seo .about-seo-list { margin: 0 0 1rem 1.1rem; padding: 0; }
.about-page-seo .about-seo-list li { margin-bottom: 0.45rem; }
.about-page-seo .about-seo-links { margin: 1rem 0 0; }
.about-page-seo .about-seo-links a { color: var(--primary); font-weight: 600; text-decoration: none; }
.about-page-seo .about-seo-links a:hover { text-decoration: underline; }
.about-page-seo .about-seo-cards { margin-top: 0.5rem; }
.about-page-seo .about-seo-faq { margin: 0; }
.about-page-seo .about-seo-faq dt {
	font-weight: 600;
	margin-top: 1.1rem;
	color: var(--dark);
}
.about-page-seo .about-seo-faq dd {
	margin: 0.35rem 0 0 0;
	color: #3d4f60;
	line-height: 1.65;
}
.about-page-seo .about-seo-cta { margin: 2rem 0 0; display: flex; flex-wrap: wrap; gap: 12px; }

/* About page – editorial / newspaper-style layout */
.about-editorial-hero {
  text-align: left;
  border-bottom: 3px solid var(--primary);
}
.about-editorial-kicker {
  margin: 0 0 8px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--secondary);
}
.about-editorial-hero h1 {
  max-width: 20ch;
  line-height: 1.2;
}
.about-editorial-body { padding: 48px 0 40px; }
.about-editorial-grid {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 40px 48px;
  align-items: start;
}
.about-editorial-main { min-width: 0; }
.about-page-seo.about-editorial-body .about-seo-prose {
  max-width: none;
}
.about-editorial-lead-block {
  padding: 20px 24px;
  background: #fff;
  border-left: 4px solid var(--accent);
  box-shadow: var(--shadow-sm);
  border-radius: 0 var(--radius) var(--radius) 0;
  margin-bottom: 0.5rem;
}
.about-editorial-dropcap {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.75;
  color: #2b3540;
}
.about-editorial-list-cols {
  columns: 2;
  column-gap: 2rem;
}
@media (max-width: 640px) {
  .about-editorial-list-cols { columns: 1; }
}
.about-editorial-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 0.5rem;
}
.about-editorial-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 16px 18px;
  box-shadow: var(--shadow-sm);
}
.about-editorial-card h3 {
  margin: 0 0 8px;
  font-size: 1rem;
  color: var(--primary);
  line-height: 1.35;
}
.about-editorial-card p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.55;
  color: #3d4f60;
}
.about-editorial-steps {
  margin: 0 0 1.25rem;
  padding-left: 1.25rem;
  line-height: 1.7;
  color: #2b3540;
}
.about-editorial-steps li { margin-bottom: 0.5rem; }
.about-editorial-aside {
  position: sticky;
  top: calc(var(--header-h) + 16px);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.about-aside-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 20px 22px;
  box-shadow: var(--shadow-sm);
}
.about-aside-card h2 {
  margin: 0 0 14px;
  font-size: 1rem;
  font-weight: 700;
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  border-bottom: 2px solid rgba(13, 74, 122, 0.12);
  padding-bottom: 8px;
}
.about-aside-contact p {
  margin: 0 0 12px;
  font-size: 0.92rem;
  line-height: 1.5;
  color: #3d4f60;
}
.about-aside-contact .btn-block {
  display: block;
  text-align: center;
  margin-top: 8px;
  width: 100%;
}
.about-aside-routes {
  list-style: none;
  margin: 0;
  padding: 0;
}
.about-aside-routes li {
  margin: 0;
  border-bottom: 1px solid #eef2f7;
}
.about-aside-routes li:last-child { border-bottom: none; }
.about-aside-routes a {
  display: block;
  padding: 10px 0;
  color: var(--primary);
  font-size: 0.9rem;
  font-weight: 500;
  text-decoration: none;
  line-height: 1.35;
}
.about-aside-routes a:hover { color: var(--secondary); text-decoration: underline; }
@media (max-width: 900px) {
  .about-editorial-grid {
    grid-template-columns: 1fr;
  }
  .about-editorial-aside {
    position: static;
    order: -1;
  }
  .about-editorial-cards {
    grid-template-columns: 1fr;
  }
  .about-editorial-hero h1 { max-width: none; }
}

/* Homepage SEO content block */
.home-page-seo { background: #f7fafc; padding: 48px 0 56px; border-top: 1px solid #e2e8f0; }
.home-page-seo .home-seo-lead { font-size: 1.05rem; line-height: 1.65; color: #2b3540; margin: 0 0 1.5rem; max-width: 48rem; }
.home-page-seo .home-seo-prose { margin-bottom: 1.75rem; max-width: 48rem; }
.home-page-seo .home-seo-prose h3 { font-size: 1.15rem; margin: 0 0 0.65rem; color: var(--primary, #0b4f8a); }
.home-page-seo .home-seo-faq-block { max-width: 48rem; }
.home-page-seo .home-seo-cta { margin-top: 2rem; }

.home-quick-routes {
  background: linear-gradient(90deg, #0b4f8a 0%, #1565a8 100%);
  padding: 14px 0;
}
.home-quick-routes-label {
  margin: 0 0 6px;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.85);
}
.home-quick-route-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-weight: 600;
  font-size: 1.05rem;
  text-decoration: none;
}
.home-quick-route-link:hover { text-decoration: underline; color: #fff; }
.route-card-link { padding: 0; overflow: hidden; }
.route-card-link a {
  display: block;
  padding: 1.25rem;
  color: inherit;
  text-decoration: none;
  height: 100%;
}
.route-card-link a:hover h3 { color: var(--primary, #0b4f8a); }
.route-hub-cards { grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); }

/* Route landing (e.g. Navi Mumbai airport to Pune) */
.route-landing-booking { padding-top: 36px; padding-bottom: 36px; }
.route-booking-aside {
  background: #f0f6fc;
  border: 1px solid #d4e4f4;
  border-radius: 12px;
  padding: 1.25rem 1.5rem;
}
.route-booking-aside h2 { font-size: 1.1rem; margin: 0 0 0.75rem; color: var(--primary, #0b4f8a); }
.route-page-seo { background: #f7fafc; border-top: 1px solid #e2e8f0; }
.route-page-seo .about-seo-prose { max-width: 48rem; }

.page-hero--with-image { padding-bottom: 32px; }
.route-hero-grid { align-items: center; gap: 28px; }
.route-hero-figure { margin: 0; }
.route-hero-img {
  width: 100%;
  max-width: 520px;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(11, 79, 138, 0.15);
  display: block;
}
.route-hero-figure figcaption {
  margin-top: 8px;
  font-size: 0.85rem;
  color: #5a6b7a;
  text-align: center;
}
.blog-card-list { grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); }
.blog-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 18px 20px;
}
.blog-card h2, .blog-card h3 { margin: 0 0 10px; font-size: 1.1rem; }
.blog-card h2 a, .blog-card h3 a { color: var(--dark); text-decoration: none; }
.blog-card h2 a:hover, .blog-card h3 a:hover { color: var(--primary); }
.blog-card-meta { font-size: 0.85rem; color: #64748b; margin: 0 0 8px; }
.blog-post-body h2 { margin-top: 1.5rem; }
.blog-teaser { padding: 48px 0 24px; background: #fafbfc; }
.seo-footer-keywords {
  padding: 14px 0 72px;
  background: #eef2f7;
  border-top: 1px solid #e2e8f0;
  font-size: 0.82rem;
}
.seo-footer-keywords-title { margin: 0 0 6px; font-weight: 700; color: #5a6d80; }
.seo-footer-keywords-links { margin: 0; line-height: 1.6; }
.seo-footer-keywords a { color: var(--primary); text-decoration: none; }
.seo-footer-keywords a:hover { text-decoration: underline; }
.booking-review-note { margin-top: 1rem; font-size: 0.95rem; color: #4a5568; }
.route-famous-points-section { padding: 36px 0 12px; background: #f6f9fc; }
.route-famous-points-intro { margin: 0 0 1.25rem; color: #3d4f60; max-width: 42rem; }
.route-famous-points {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 16px;
}
.route-famous-point-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 16px 18px;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
}
.route-famous-point-card h3 {
  margin: 0 0 8px;
  font-size: 1.05rem;
  color: var(--dark);
}
.route-famous-point-card p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.55;
  color: #3d4f60;
}
.route-gallery-section { padding: 40px 0 20px; }
.route-gallery-intro { margin: 0 0 1.25rem; color: #3d4f60; max-width: 42rem; }
.route-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 18px;
}
.route-gallery-card {
  margin: 0;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.route-gallery-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}
.route-gallery-card figcaption {
  padding: 10px 12px 12px;
  font-size: 0.88rem;
  line-height: 1.45;
  color: #2b3540;
}

/* Ashtavinayak yatra landing */
.ashtavinayak-hero {
  background: linear-gradient(135deg, #4a2808 0%, #8b4513 35%, #1a2836 100%);
  color: #fff;
}
.ashtavinayak-hero .page-hero-lead { color: rgba(255, 255, 255, 0.92); }
.ashtavinayak-badge {
  display: inline-block;
  margin: 0 0 10px;
  padding: 6px 14px;
  background: rgba(245, 166, 35, 0.25);
  border: 1px solid rgba(245, 166, 35, 0.6);
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 600;
  color: #ffe8a8;
}
.ashtavinayak-hero-figure figcaption { color: rgba(255, 255, 255, 0.85); }
.ashtavinayak-temples-section {
  padding: 48px 0 24px;
  background: linear-gradient(180deg, #fff9f0 0%, #f4f7fc 100%);
}
.ashtavinayak-temple-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 20px;
  margin-bottom: 32px;
}
.ashtavinayak-temple-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #e8d4b8;
  box-shadow: 0 4px 16px rgba(74, 40, 8, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.ashtavinayak-temple-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(74, 40, 8, 0.12);
}
.ashtavinayak-temple-img-wrap {
  position: relative;
  height: 200px;
  overflow: hidden;
  background: #2a1810;
}
.ashtavinayak-temple-img-wrap img {
  width: 280%;
  height: 280%;
  max-width: none;
  object-fit: cover;
  display: block;
}
.ashtavinayak-temple-num {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5a623;
  color: #4a2808;
  font-weight: 800;
  border-radius: 50%;
  font-size: 0.9rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}
.ashtavinayak-temple-body { padding: 14px 16px 18px; }
.ashtavinayak-temple-body h3 {
  margin: 0 0 4px;
  color: #8b4513;
  font-size: 1.15rem;
}
.ashtavinayak-temple-place {
  margin: 0 0 6px;
  font-size: 0.88rem;
  color: #5a6d80;
}
.ashtavinayak-temple-dist { margin: 0 0 8px; font-size: 0.9rem; }
.ashtavinayak-temple-body p:last-child {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.5;
  color: #3d4f60;
}
.ashtavinayak-wide-gallery {
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  border: 2px solid #e8d4b8;
  box-shadow: 0 6px 24px rgba(74, 40, 8, 0.1);
}
.ashtavinayak-wide-gallery img {
  width: 100%;
  height: auto;
  display: block;
}
.ashtavinayak-wide-gallery figcaption {
  padding: 12px 16px;
  background: #fff9f0;
  font-size: 0.9rem;
  color: #5a4020;
  text-align: center;
}
.ashtavinayak-aside { border-left: 4px solid #f5a623; }
.ashtavinayak-route-order li { margin-bottom: 10px; }
@media (max-width: 768px) {
  .ashtavinayak-temple-grid { grid-template-columns: 1fr; }
}

/* Shirdi darshan landing */
.shirdi-hero {
  background: linear-gradient(135deg, #5c3d1e 0%, #c17817 40%, #1a2836 100%);
  color: #fff;
}
.shirdi-hero .page-hero-lead { color: rgba(255, 255, 255, 0.92); }
.shirdi-badge {
  display: inline-block;
  margin: 0 0 10px;
  padding: 6px 14px;
  background: rgba(255, 220, 150, 0.2);
  border: 1px solid rgba(255, 200, 100, 0.55);
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 600;
  color: #ffe8c8;
}
.shirdi-hero figcaption { color: rgba(255, 255, 255, 0.85); }
.shirdi-gallery-panorama { grid-column: 1 / -1; }
.shirdi-gallery-panorama img { height: auto; max-height: 420px; object-fit: cover; }
.shirdi-places-section {
  padding: 40px 0;
  background: linear-gradient(180deg, #fffaf5 0%, #f4f7fc 100%);
}
.shirdi-place-card .ashtavinayak-temple-body h3 { color: #8b5a2b; }
.shirdi-aside { border-left: 4px solid #c17817; }
@media (min-width: 900px) {
  .shirdi-photo-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .shirdi-gallery-panorama { grid-column: 1 / -1; }
}

/* Cross-links between route pages */
.route-internal-links-section {
  padding: 48px 0 56px;
  background: linear-gradient(180deg, #eef4fb 0%, #f8fafc 100%);
  border-top: 1px solid #dce6f2;
}
.route-internal-links-intro {
  margin: 0 0 1.5rem;
  color: #3d4f60;
  max-width: 40rem;
}
.route-internal-links-group { margin-bottom: 28px; }
.route-internal-links-group:last-child { margin-bottom: 0; }
.route-internal-links-group-title {
  margin: 0 0 12px;
  font-size: 1rem;
  font-weight: 700;
  color: var(--primary, #0d4a7a);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.route-internal-links-grid {
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}
.route-internal-links-grid .route-card-link a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 14px 16px;
  text-decoration: none;
  color: inherit;
}
.route-internal-links-grid .route-card-link h4 {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--primary, #0d4a7a);
}
.route-card-link-arrow {
  color: var(--accent, #0d9b9b);
  font-weight: 700;
}

/* Alibaug beach landing */
.alibaug-hero {
  background: linear-gradient(135deg, #0a4d68 0%, #0d9b9b 45%, #1a2836 100%);
  color: #fff;
}
.alibaug-hero .page-hero-lead { color: rgba(255, 255, 255, 0.92); }
.alibaug-badge {
  display: inline-block;
  margin: 0 0 10px;
  padding: 6px 14px;
  background: rgba(120, 220, 255, 0.2);
  border: 1px solid rgba(120, 220, 255, 0.5);
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 600;
  color: #c8f0ff;
}
.alibaug-hero figcaption { color: rgba(255, 255, 255, 0.85); }
.alibaug-spots-section {
  padding: 40px 0;
  background: linear-gradient(180deg, #f0f9ff 0%, #f4f7fc 100%);
}
.alibaug-spot-card .ashtavinayak-temple-body h3 { color: #0a6e8c; }
.alibaug-aside { border-left: 4px solid #0d9b9b; }

/* Enhanced route heroes (batch v5) */
.route-enhanced-hero { color: #fff; }
.route-enhanced-hero .page-hero-lead { color: rgba(255, 255, 255, 0.92); }
.route-enhanced-hero figcaption { color: rgba(255, 255, 255, 0.85); }
.route-enhanced-badge {
  display: inline-block;
  margin: 0 0 10px;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 600;
}
.mumbai-pune-hero {
  background: linear-gradient(135deg, #0d4a7a 0%, #1565a8 50%, #1a2836 100%);
}
.mumbai-pune-hero .route-enhanced-badge {
  background: rgba(100, 180, 255, 0.2);
  border: 1px solid rgba(100, 180, 255, 0.45);
  color: #cce8ff;
}
.fare-guide-hero {
  background: linear-gradient(135deg, #1a3d2e 0%, #0d9b6e 45%, #1a2836 100%);
}
.fare-guide-hero .route-enhanced-badge {
  background: rgba(120, 255, 200, 0.15);
  border: 1px solid rgba(120, 255, 200, 0.4);
  color: #c8ffe8;
}
.corporate-hero {
  background: linear-gradient(135deg, #2d1b4e 0%, #4a2c7a 50%, #1a2836 100%);
}
.corporate-hero .route-enhanced-badge {
  background: rgba(200, 160, 255, 0.15);
  border: 1px solid rgba(200, 160, 255, 0.4);
  color: #e8d4ff;
}
.lonavala-hero {
  background: linear-gradient(135deg, #1b5e3a 0%, #2d8a5c 50%, #1a3d28 100%);
}
.lonavala-hero .route-enhanced-badge {
  background: rgba(160, 255, 200, 0.15);
  border: 1px solid rgba(160, 255, 200, 0.4);
  color: #d4ffe8;
}
.mahabaleshwar-hero {
  background: linear-gradient(135deg, #3d2a1a 0%, #6b4423 50%, #1a2836 100%);
}
.mahabaleshwar-hero .route-enhanced-badge {
  background: rgba(255, 200, 120, 0.15);
  border: 1px solid rgba(255, 200, 120, 0.4);
  color: #ffe8c8;
}
.nashik-hero {
  background: linear-gradient(135deg, #4a1a4a 0%, #7a2d6b 50%, #1a2836 100%);
}
.nashik-hero .route-enhanced-badge {
  background: rgba(255, 160, 220, 0.15);
  border: 1px solid rgba(255, 160, 220, 0.4);
  color: #ffd4f0;
}
.goa-hero {
  background: linear-gradient(135deg, #0a4d68 0%, #0d9b9b 45%, #1a4a3a 100%);
}
.goa-hero .route-enhanced-badge {
  background: rgba(120, 220, 255, 0.2);
  border: 1px solid rgba(120, 220, 255, 0.45);
  color: #c8f0ff;
}
.kolhapur-hero {
  background: linear-gradient(135deg, #6b1a1a 0%, #a83232 50%, #1a2836 100%);
}
.kolhapur-hero .route-enhanced-badge {
  background: rgba(255, 180, 160, 0.15);
  border: 1px solid rgba(255, 180, 160, 0.4);
  color: #ffe0d4;
}
.aurangabad-hero {
  background: linear-gradient(135deg, #5c4a1a 0%, #8a6b2d 50%, #1a2836 100%);
}
.aurangabad-hero .route-enhanced-badge {
  background: rgba(255, 220, 140, 0.15);
  border: 1px solid rgba(255, 220, 140, 0.4);
  color: #fff0c8;
}
.fare-guide-table-section { padding: 28px 0; background: #f4f9f7; }
.fare-compare-table th { background: #e8f5ef; color: #1a4a3a; }
.fare-guide-note { margin: 12px 0 0; font-size: 0.9rem; color: #4a5d52; }
.route-enhanced-aside { border-left: 4px solid var(--accent, #0d9b9b); }
.route-enhanced-places { background: #f6f9fc; }
.route-enhanced-places-section {
  padding: 40px 0;
  background: linear-gradient(180deg, #f6f9fc 0%, #fff 100%);
}
.route-place-seo-grid { margin-top: 8px; }
.route-place-seo-card .ashtavinayak-temple-body h3 {
  font-size: 1.05rem;
  color: var(--primary, #0d4a7a);
  margin: 0 0 8px;
}
.route-place-seo-card .ashtavinayak-temple-body p {
  font-size: 0.92rem;
  line-height: 1.55;
  color: #3d4f60;
  margin: 0;
}
.route-gallery-card figcaption {
  margin-top: 6px;
  font-size: 0.85rem;
  color: #5a6b7a;
  text-align: center;
}

.cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 18px;
}
.cards article {
  background: var(--surface);
  border-radius: var(--radius);
  padding: 20px;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border);
  transition: transform var(--transition), box-shadow var(--transition);
}
.cards article:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}
.cards article h3 { margin: 0 0 8px; }
.cards article p { margin: 0; font-size: 0.92rem; color: var(--text-muted); line-height: 1.5; }
.routes { background: linear-gradient(180deg, #e8f1fb 0%, #f4f7fc 100%); }
.steps {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 18px;
}
.steps article {
  background: var(--surface);
  border-radius: var(--radius);
  padding: 20px;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border);
  border-top: 4px solid var(--accent);
  transition: transform var(--transition), box-shadow var(--transition);
}
.steps article:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.testimonials { background: #e8f1fb; }
.testimonials .cards article { font-style: italic; }
.testimonials .cards article h3 { font-style: normal; font-size: 0.95rem; margin-top: 12px; color: var(--primary); }
.services-links { padding: 50px 0; background: #fff; }
.link-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.services-links a { color: var(--primary); text-decoration: none; }
.services-links a:hover { text-decoration: underline; }
.table-wrap { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; background: #fff; border-radius: 10px; overflow: hidden; }
th, td { text-align: left; padding: 12px; border-bottom: 1px solid #e2e9f5; }
th { background: #edf4ff; color: var(--primary); }
.list { margin: 0; padding-left: 18px; }
.list li { margin-bottom: 8px; }
.footer {
  background: var(--dark);
  color: rgba(255, 255, 255, 0.9);
  padding: 40px 0 0;
}
.footer-inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 28px 32px;
  padding-bottom: 32px;
}
.footer-col h3 {
  color: #fff;
  font-size: 1rem;
  margin: 0 0 12px;
}
.footer-tagline { color: rgba(255,255,255,0.75); font-size: 0.9rem; margin: 0 0 12px; }
.footer-links { list-style: none; margin: 0; padding: 0; }
.footer-links li { margin-bottom: 8px; }
.footer a {
  color: var(--accent);
  text-decoration: none;
  transition: color var(--transition);
}
.footer a:hover { color: #fff; text-decoration: underline; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.12);
  padding: 16px 0;
  font-size: 0.85rem;
  color: rgba(255,255,255,0.6);
}
.footer-bottom p { margin: 0; }

.mobile-action-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1001;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  box-shadow: 0 -4px 20px rgba(0,0,0,0.18);
  padding-bottom: env(safe-area-inset-bottom, 0);
  background: var(--surface);
}
.mobile-action {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 56px;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  transition: filter var(--transition);
  white-space: nowrap;
  border: none;
  margin: 0;
  padding: 12px 16px;
  box-sizing: border-box;
}
.mobile-action-icon {
  display: inline-flex;
  flex-shrink: 0;
}
.mobile-action-call {
  background: var(--primary);
  color: #fff;
  border-right: 1px solid rgba(255,255,255,0.2);
}
.mobile-action-wa {
  background: #25d366;
  color: #fff;
}
.mobile-action:active { filter: brightness(0.92); }

.fleet-pdf-downloads { margin-bottom: 2.5rem; }
.fleet-pdf-list { list-style: none; padding: 0; margin: 12px 0 0; display: flex; flex-wrap: wrap; gap: 10px; }
.fleet-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.fleet-card { padding: 0; overflow: hidden; display: flex; flex-direction: column; }
.fleet-card-photo {
  position: relative;
  background: #e8eef5;
  overflow: hidden;
  min-height: 200px;
}
.fleet-card-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center;
  display: block;
}
.fleet-card-badge {
  position: absolute;
  left: 10px;
  bottom: 10px;
  z-index: 2;
  background: rgba(255,255,255,.92);
  color: var(--primary);
  font-size: .75rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 999px;
}
.fleet-card-body { padding: 16px; flex: 1; }
.fleet-card-body h3 { margin: 0 0 10px; font-size: 1.05rem; }
.fleet-card-body p { margin: 0 0 8px; font-size: .9rem; line-height: 1.5; }
.fleet-seats { color: var(--primary); }
.fleet-features { margin: 10px 0 0; padding: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 6px; }
.fleet-features li {
  background: #edf4ff;
  color: var(--primary);
  font-size: .75rem;
  font-weight: 600;
  padding: 4px 8px;
  border-radius: 6px;
}
.fleet-note { font-size: .9rem; color: #4a5568; margin: 12px 0 2rem; }
.fleet-amenities { margin-bottom: 1.5rem; }

@media (max-width: 900px) {
  .fleet-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero-grid { grid-template-columns: 1fr; gap: 24px; }
  .link-columns { grid-template-columns: 1fr; }
  .route-hero-grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .nav-toggle { display: flex; }
  .nav-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--surface);
    border-bottom: 1px solid var(--border);
    box-shadow: var(--shadow-lg);
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: max-height 0.35s ease, opacity 0.25s ease, visibility 0.25s;
  }
  .nav-menu.is-open {
    max-height: 420px;
    opacity: 1;
    visibility: visible;
  }
  .nav-links {
    flex-direction: column;
    align-items: stretch;
    padding: 12px 16px 16px;
    gap: 0;
  }
  .nav-links a {
    padding: 14px 12px;
    border-bottom: 1px solid var(--border);
    min-height: 48px;
  }
  .nav-links a:last-child { border-bottom: none; }
  .nav-links a.nav-cta {
    margin: 8px 0 0;
    text-align: center;
    justify-content: center;
    border: none;
  }
  .brand-logo { height: 40px; max-width: 160px; }
  .topbar-inner {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    padding: 8px 0;
  }
  .topbar-tagline { font-size: 0.78rem; }
  body { padding-bottom: calc(56px + env(safe-area-inset-bottom, 0)); }
  .mobile-action-bar { display: grid; }
  #saba-cabs-whatsapp-float { display: none !important; }
  .hero-cta .btn { flex: 1 1 auto; min-width: min(100%, 140px); }
  .home-quick-route-link { font-size: 0.95rem; flex-wrap: wrap; }
}

@media (max-width: 640px) {
  .hero { padding: 36px 0; }
  .features, .routes, .page-content, .how-it-works, .testimonials, .services-links {
    padding: 40px 0;
  }
  .fleet-grid,
  .route-gallery { grid-template-columns: 1fr; }
  .cards { grid-template-columns: 1fr; }
  .about-seo-cta, .home-seo-cta { flex-direction: column; }
  .about-seo-cta .btn, .home-seo-cta .btn { width: 100%; }
  table { font-size: 0.88rem; }
  th, td { padding: 10px 8px; }
}

@media (max-width: 768px) {
  body.nav-open { overflow: hidden; }
}
