:root { --brand: #0d6efd; }

body { font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif; }
h1, h2, h3, .navbar-brand { letter-spacing: 0.2px; }
.btn-primary { background-color: var(--brand); border-color: var(--brand); }
.card { border-radius: 0.5rem; }
.navbar-brand { white-space: nowrap; }
.icon-circle {
  width: 40px; height: 40px; border-radius: 999px;
  display: inline-flex; align-items: center; justify-content: center;
  background: rgba(13,110,253,.08); color: #0d6efd;}
.icon-circle.warn { background: rgba(255,193,7,.15); color: #fd7e14; }
.icon-circle.success { background: rgba(25,135,84,.12); color: #198754; }
.car-card { transition: box-shadow .2s ease, transform .2s ease; }
.car-card.hover-shadow:hover { box-shadow: 0 1rem 2rem rgba(0,0,0,.12) !important; transform: translateY(-2px); }
.highlights-wrap { background: #fff3cd; border-radius: .75rem; margin-inline: .5rem; }
@media (min-width: 992px) { .highlights-wrap { margin-inline: 0; } }
.object-fit-contain { object-fit: contain; }
.brand-logo {
  height: auto;
  width: clamp(120px, 12vw, 180px);
  max-height: 44px;
  object-fit: contain;
  image-rendering: -webkit-optimize-contrast;}
@media (min-width: 992px) {
  .brand-logo { max-height: 52px; }
}
.callband-wrap { background: #ffcd00; }
.callband-wrap .display-6 { font-weight: 700; letter-spacing: 0.5px; }
.callband-wrap i { font-size: 1.25em; }
.service-thumb { min-height: 160px; } /* ensures presence on very small screens */
.img-cover   { object-fit: cover; }
.img-contain { object-fit: contain; background:#f8f9fa; }
.hero-wrap{
  position: relative;
  min-height: 60vh;
  color: #fff;
  background: linear-gradient(180deg, rgba(0,0,0,.45), rgba(0,0,0,.55)),
              url("/assets/img/hero.jpg") center/cover no-repeat;
}
@media (min-width: 992px){ .hero-wrap{ min-height: 68vh; } }

.hero-wrap2{
  position: relative;
  min-height: 60vh;
  color: #fff;
  background: linear-gradient(180deg, rgba(0,0,0,.45), rgba(0,0,0,.55)),
              url("/assets/img/indore taxi service bg.webp") center/cover no-repeat;
}
@media (min-width: 992px){ .hero-wrap2{ min-height: 68vh; } }

.icon-chip{
  width: 40px; height: 40px;
  border-radius: 12px;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 1.1rem;
}

.hero-highlight{
  display: inline-block;                 /* give the span a box */
  position: relative;
  padding: 0 .15em;
  background-image: linear-gradient(120deg,#ffde59 0%,#ffde59 100%);
  background-repeat: no-repeat;
  background-size: 0% 55%;
  background-position: 0 85%;
}

@keyframes sweep-fill{
  0%   { background-size: 0% 55%; }
  60%  { background-size: 100% 55%; }
  100% { background-size: 100% 55%; }
}

@media (prefers-reduced-motion: no-preference){
  .hero-highlight.play { animation: sweep-fill 1.2s ease-out .25s forwards; }
}

.sticky-cta-bar {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  z-index: 1030;
  box-shadow: 0 -2px 8px rgba(0,0,0,.15);
}
.cta-btn {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  padding: 12px 16px;
  text-decoration: none; color: #fff;
  font-size: 0.95rem; font-weight: 500;
  transition: background .2s;
}
.cta-call {
  background: #0d6efd;
}
.cta-call:hover, .cta-call:focus {
  background: #0b5ed7; color: #fff;
}
.cta-whatsapp {
  background: #25D366;
}
.cta-whatsapp:hover, .cta-whatsapp:focus {
  background: #1ebe57; color: #fff;
}
.cta-btn i {
  font-size: 1.5rem; margin-bottom: 2px;
}
.cta-btn span {
  font-size: 0.85rem;
}

/* Add bottom padding to body on mobile so content isn't hidden under the bar */
@media (max-width: 991.98px) {
  body { padding-bottom: 64px; }
}

.package-card {
      transition: box-shadow 0.3s;
      cursor: pointer;
    }
    .package-card:hover {
      box-shadow: 0 8px 24px rgba(0,0,0,0.15);
    }
    .price-original {
      text-decoration: line-through;
      color: #888;
      font-size: 0.9rem;
    }
    .price-discounted {
      color: #28a745;
      font-weight: bold;
      font-size: 1.2rem;
    }
    .route-image {
      max-height: 180px;
      object-fit: cover;
      border-radius: 0.25rem;
    }
    .car-image {
      width: 100%;
      max-height: 140px;
      object-fit: contain;
    }
    .route-section {
      margin-bottom: 3rem;
    }
    .route-title {
      margin-bottom: 1.5rem;
      border-bottom: 2px solid #007bff;
      padding-bottom: 0.3rem;
      font-weight: 600;
      color: #003366;
    }
    
    .gallery-h1 {
      font-weight: 700;
      margin: 2rem 0 1.5rem;
      color: #1a237e;
      text-align: center;
    }
    .gallery-item {
      overflow: hidden;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgb(0 0 0 / 0.1);
      transition: transform 0.3s ease;
      cursor: pointer;
      background: white;
    }
    .gallery-item:hover,
    .gallery-item:focus {
      transform: scale(1.05);
      box-shadow: 0 8px 24px rgb(26 35 126 / 0.3);
      outline: none;
    }
    .gallery-img {
      width: 100%;
      height: 200px;
      object-fit: cover;
      display: block;
      border-radius: 12px 12px 0 0;
    }
    .container.gallery-container {
      padding-bottom: 3rem;
    }