: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; } }

.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;
}


.hero-wrap {
  padding: 60px 0;
  background: #f6f7f9;
}

.hero-card {
  background: linear-gradient(135deg, #ffffff, #f1f1f1);
  border-radius: 20px;
  padding: 50px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.08);
}

.hero-title {
  font-size: 44px;
  font-weight: 800;
  line-height: 1.2;
  color: #1f2933;
}

.hero-title span {
  display: block;
  color: #111827;
}

.hero-subtitle {
  margin-top: 18px;
  font-size: 18px;
  color: #4b5563;
  max-width: 520px;
}

.hero-buttons {
  margin-top: 28px;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.btn-call {
  background: #3b5bfd;
  color: #fff;
  padding: 14px 22px;
  border-radius: 10px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 10px 20px rgba(59,91,253,.35);
}

.btn-whatsapp {
  background: #22c55e;
  color: #fff;
  padding: 14px 22px;
  border-radius: 10px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 10px 20px rgba(34,197,94,.35);
}

/* IMAGE AREA */
.hero-image-wrapper {
  position: relative;
  display: inline-block;
}

.hero-car {
  position: relative;
  z-index: 2;
  max-width: 380px;
  animation: floatCar 4s ease-in-out infinite;
}

/* GLOW RING */
.glow-ring {
  position: absolute;
  inset: -20%;
  border-radius: 50%;
  background: radial-gradient(circle,
    rgba(34,197,94,0.35),
    rgba(59,130,246,0.25),
    transparent 65%);
  animation: rotateGlow 12s linear infinite;
  z-index: 1;
}

@keyframes rotateGlow {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes floatCar {
  0% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
  100% { transform: translateY(0); }
}

/* MOBILE */
@media (max-width: 768px) {
  .hero-title {
    font-size: 34px;
  }
  .hero-card {
    padding: 30px;
  }
}


/* ===== APP STYLE TAXI UI ===== */

.app-hero {
  background: linear-gradient(135deg,#0b1d26,#163645);
  padding: 2.5rem 0 2rem;
}

.app-title {
  font-size: 1.6rem;
  font-weight: 700;
}

.app-subtitle {
  font-size: 0.95rem;
  opacity: 0.85;
}

.app-car {
  max-height: 170px;
}

/* Trust badges */
.trust-badges {
  display: flex;
  gap: .5rem;
  margin-top: .8rem;
  overflow-x: auto;
}

.trust-badges span {
  background: rgba(255,255,255,.15);
  padding: .35rem .7rem;
  border-radius: 20px;
  font-size: .7rem;
  white-space: nowrap;
}

/* Route boxes */
.route-box {
  background: #ffffff;
  border-radius: 16px;
  padding: 1rem;
  box-shadow: 0 8px 20px rgba(0,0,0,.08);
}

.route-box strong {
  display: block;
  font-size: .95rem;
}

.route-box small {
  font-size: .75rem;
  color: #666;
}

/* Why grid */
.why-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: .8rem;
}

.why-grid div {
  background: #fff;
  padding: .9rem;
  border-radius: 14px;
  text-align: center;
  font-size: .8rem;
  box-shadow: 0 4px 12px rgba(0,0,0,.05);
}

/* Sticky CTA */
.sticky-booking {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  gap: .5rem;
  padding: .6rem;
  background: #fff;
  box-shadow: 0 -5px 20px rgba(0,0,0,.15);
  z-index: 999;
}

.sticky-booking a {
  flex: 1;
  border-radius: 14px;
  font-weight: 600;
}

/* Desktop */
@media(min-width:768px){
  .app-title { font-size: 2rem; }
  .app-car { max-height: 260px; }
}

