/* =========================================================
   Lucknow Taxi & Rental — Main Stylesheet
   Theme: Orange (#FF6B00) + Navy (#0B2454)  | Font: Poppins
   ========================================================= */

:root {
  --primary: #ff6b00;
  --primary-dark: #e85f00;
  --primary-light: #fff3eb;
  --secondary: #0b2454;
  --secondary-light: #16336f;
  --bg: #ffffff;
  --light: #f6f8fb;
  --muted: #6b7280;
  --border: #e7ebf0;
  --dark-text: #1a2233;
  --whatsapp: #25d366;
  --star: #ffb400;
  --shadow-sm: 0 2px 8px rgba(11, 36, 84, .06);
  --shadow-md: 0 8px 24px rgba(11, 36, 84, .10);
  --shadow-lg: 0 18px 50px rgba(11, 36, 84, .16);
  --radius: 14px;
  --radius-lg: 22px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Poppins', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  color: var(--dark-text);
  background: var(--bg);
  margin: 0;
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 { font-weight: 700; color: var(--secondary); line-height: 1.25; }
a { text-decoration: none; color: var(--primary); transition: color .2s ease; }
a:hover { color: var(--primary-dark); }
img { max-width: 100%; height: auto; }
.text-primary-c { color: var(--primary) !important; }
.text-navy { color: var(--secondary) !important; }
.bg-light-soft { background: var(--light) !important; }

/* ---------- Section helpers ---------- */
.section { padding: 72px 0; }
.section-sm { padding: 48px 0; }
.section-title { font-size: clamp(1.6rem, 3.5vw, 2.4rem); margin-bottom: .5rem; }
.section-eyebrow {
  display: inline-block; color: var(--primary); font-weight: 600;
  letter-spacing: 1.5px; text-transform: uppercase; font-size: .8rem; margin-bottom: .5rem;
}
.section-sub { color: var(--muted); max-width: 640px; margin: 0 auto 2.5rem; }

/* ---------- Buttons ---------- */
.btn { font-weight: 600; border-radius: 50px; padding: .7rem 1.5rem; transition: all .25s ease; border: none; }
.btn-primary-c { background: var(--primary); color: #fff; box-shadow: 0 8px 20px rgba(255,107,0,.28); }
.btn-primary-c:hover { background: var(--primary-dark); color: #fff; transform: translateY(-2px); }
.btn-navy { background: var(--secondary); color: #fff; }
.btn-navy:hover { background: var(--secondary-light); color: #fff; transform: translateY(-2px); }
.btn-whatsapp { background: var(--whatsapp); color: #fff; }
.btn-whatsapp:hover { background: #1eb957; color: #fff; transform: translateY(-2px); }
.btn-outline-c { background: #fff; color: var(--secondary); border: 2px solid var(--border); }
.btn-outline-c:hover { border-color: var(--primary); color: var(--primary); }
.btn-lg-c { padding: .9rem 2rem; font-size: 1.05rem; }

/* =========================================================
   HEADER / NAVBAR
   ========================================================= */
.topbar {
  background: var(--secondary); color: #fff; font-size: .85rem; padding: 6px 0;
}
.topbar a { color: #fff; }
.topbar a:hover { color: var(--primary); }
.topbar .sep { opacity: .35; margin: 0 10px; }

.navbar {
  background: #fff; box-shadow: var(--shadow-sm); padding: .55rem 0;
  transition: box-shadow .25s ease, padding .25s ease;
}
.navbar.scrolled { box-shadow: var(--shadow-md); padding: .35rem 0; }
.navbar-brand { display: flex; align-items: center; gap: 10px; font-weight: 800; color: var(--secondary); font-size: 1.25rem; }
.navbar-brand .logo-badge {
  width: 42px; height: 42px; border-radius: 12px; background: var(--primary);
  display: grid; place-items: center; color: #fff; font-size: 1.4rem; box-shadow: 0 6px 14px rgba(255,107,0,.35);
}
.navbar-brand .brand-text small { display: block; font-size: .62rem; font-weight: 500; color: var(--muted); letter-spacing: .5px; }
.navbar .nav-link { color: var(--secondary); font-weight: 500; margin: 0 .35rem; position: relative; }
.navbar .nav-link.active, .navbar .nav-link:hover { color: var(--primary); }
.navbar .nav-link.active::after {
  content: ""; position: absolute; left: .5rem; right: .5rem; bottom: -2px; height: 3px;
  background: var(--primary); border-radius: 3px;
}
.nav-cta-call { color: var(--secondary) !important; font-weight: 600; }
.nav-cta-call i { color: var(--primary); }

/* =========================================================
   HERO + BOOKING FORM
   ========================================================= */
.hero {
  position: relative; color: #fff; padding: 110px 0 90px;
  background-image: url('../images/Hero_BG.png');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.hero::after {
  content: "";
  display: none;
}
.hero .container { position: relative; z-index: 2; }
.hero h1 { color: #fff; font-size: clamp(2rem, 5vw, 3.25rem); font-weight: 800; }
.hero h1 .hl { color: var(--primary); }
.hero p.lead { color: rgba(255,255,255,.9); font-size: 1.15rem; max-width: 540px; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 22px; }
.hero-badges span { display: inline-flex; align-items: center; gap: 8px; font-size: .92rem; color: #fff; }
.hero-badges i { color: var(--primary); background: rgba(255,255,255,.12); padding: 8px; border-radius: 50%; }

/* Booking card */
.booking-card {
  background: #fff; border-radius: var(--radius-lg); padding: 26px; box-shadow: var(--shadow-lg);
  color: var(--dark-text);
}
.booking-card h3 { font-size: 1.25rem; margin-bottom: 4px; }
.booking-card .form-label { font-weight: 500; font-size: .85rem; color: var(--secondary); margin-bottom: 4px; }
.booking-card .form-control, .booking-card .form-select {
  border-radius: 10px; border: 1.5px solid var(--border); padding: .6rem .8rem; font-size: .92rem;
}
.booking-card .form-control:focus, .booking-card .form-select:focus {
  border-color: var(--primary); box-shadow: 0 0 0 .2rem rgba(255,107,0,.12);
}
.trip-type-pills { display: flex; flex-wrap: wrap; gap: 8px; }
.trip-type-pills input { display: none; }
.trip-type-pills label {
  border: 1.5px solid var(--border); border-radius: 50px; padding: .35rem .9rem; font-size: .82rem;
  cursor: pointer; transition: all .2s ease; font-weight: 500; color: var(--secondary);
}
.trip-type-pills input:checked + label { background: var(--primary); border-color: var(--primary); color: #fff; }
.input-with-icon { position: relative; }
.input-with-icon i { position: absolute; left: 12px; top: 50%; transform: translateY(-50%); color: var(--primary); }
.input-with-icon .form-control { padding-left: 34px; }

/* =========================================================
   TRUST STRIP / STATS
   ========================================================= */
.trust-strip { background: var(--light); border-bottom: 1px solid var(--border); }
.stat-num { font-size: 2rem; font-weight: 800; color: var(--primary); line-height: 1; }
.stat-label { color: var(--muted); font-size: .9rem; }

/* =========================================================
   CARDS (Why choose, services, etc.)
   ========================================================= */
.feature-card {
  background: #fff; border: 1px solid var(--border); border-radius: var(--radius);
  padding: 28px 24px; height: 100%; transition: all .25s ease;
}
.feature-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: transparent; }
.feature-icon {
  width: 56px; height: 56px; border-radius: 14px; display: grid; place-items: center;
  background: var(--primary-light); color: var(--primary); font-size: 1.5rem; margin-bottom: 16px;
}
.feature-card h3 { font-size: 1.15rem; margin-bottom: 8px; }
.feature-card p { color: var(--muted); font-size: .94rem; margin: 0; }

/* Service card */
.service-card {
  background: #fff; border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden;
  height: 100%; transition: all .25s ease;
}
.service-card:hover { box-shadow: var(--shadow-md); transform: translateY(-5px); }
.service-card .service-body { padding: 22px; }
.service-card .feature-icon { margin-bottom: 14px; }
.service-card h3 { font-size: 1.1rem; }
.service-card p { color: var(--muted); font-size: .92rem; }
.service-card a.more { font-weight: 600; font-size: .9rem; }

/* =========================================================
   FLEET CARDS
   ========================================================= */
.fleet-card {
  background: #fff; border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden;
  height: 100%; transition: all .25s ease;
}
.fleet-card:hover { box-shadow: var(--shadow-md); transform: translateY(-5px); }
.fleet-img { background: var(--light); display: grid; place-items: center; padding: 18px; aspect-ratio: 16/10; }
.fleet-img img { mix-blend-mode: multiply; }
.fleet-body { padding: 20px; }
.fleet-badge {
  display: inline-block; background: var(--primary-light); color: var(--primary);
  font-size: .72rem; font-weight: 600; padding: 3px 10px; border-radius: 50px; margin-bottom: 8px; text-transform: uppercase;
}
.fleet-specs { display: flex; gap: 16px; color: var(--muted); font-size: .85rem; margin: 10px 0; }
.fleet-specs span { display: inline-flex; align-items: center; gap: 5px; }
.fleet-fare { font-size: .85rem; color: var(--muted); }
.fleet-fare b { color: var(--secondary); font-size: 1.15rem; }

/* =========================================================
   ROUTES
   ========================================================= */
.route-card {
  background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 20px;
  height: 100%; transition: all .25s ease; display: flex; flex-direction: column;
}
.route-card:hover { box-shadow: var(--shadow-md); transform: translateY(-4px); border-color: var(--primary); }
.route-card .route-head { display: flex; align-items: center; gap: 10px; font-weight: 700; color: var(--secondary); font-size: 1.05rem; }
.route-card .route-head i { color: var(--primary); }
.route-meta { display: flex; gap: 18px; color: var(--muted); font-size: .85rem; margin: 12px 0; }
.route-price { color: var(--secondary); font-weight: 700; }
.route-price span { color: var(--primary); }

/* =========================================================
   STEPS / HOW IT WORKS
   ========================================================= */
.step-card { text-align: center; position: relative; }
.step-num {
  width: 64px; height: 64px; border-radius: 50%; background: var(--secondary); color: #fff;
  display: grid; place-items: center; font-size: 1.5rem; font-weight: 800; margin: 0 auto 14px;
  box-shadow: 0 10px 22px rgba(11,36,84,.25);
}
.step-card:nth-child(2) .step-num { background: var(--primary); box-shadow: 0 10px 22px rgba(255,107,0,.3); }

/* =========================================================
   TESTIMONIALS
   ========================================================= */
.testimonial-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 26px; height: 100%; }
.testimonial-card .stars { color: var(--star); margin-bottom: 10px; }
.testimonial-card p { color: var(--dark-text); font-style: italic; }
.testi-author { display: flex; align-items: center; gap: 12px; margin-top: 14px; }
.testi-avatar { width: 44px; height: 44px; border-radius: 50%; background: var(--primary); color: #fff; display: grid; place-items: center; font-weight: 700; }
.testi-author small { color: var(--muted); }

/* =========================================================
   CTA BANNER
   ========================================================= */
.cta-banner {
  background: linear-gradient(120deg, var(--secondary) 0%, var(--secondary-light) 100%);
  color: #fff; border-radius: var(--radius-lg); padding: 44px; position: relative; overflow: hidden;
}
.cta-banner::after { content: ""; position: absolute; right: -40px; top: -40px; width: 220px; height: 220px; background: rgba(255,107,0,.18); border-radius: 50%; }
.cta-banner h2 { color: #fff; }
.cta-banner p { color: rgba(255,255,255,.85); margin: 0; }

/* =========================================================
   FAQ
   ========================================================= */
.accordion-item { border: 1px solid var(--border); border-radius: var(--radius) !important; margin-bottom: 12px; overflow: hidden; }
.accordion-button { font-weight: 600; color: var(--secondary); }
.accordion-button:not(.collapsed) { background: var(--primary-light); color: var(--primary); box-shadow: none; }
.accordion-button:focus { box-shadow: none; border: none; }
.accordion-button::after { background-size: 1rem; }

/* =========================================================
   PAGE HEADER (inner pages)
   ========================================================= */
.page-header {
  background: linear-gradient(120deg, rgba(11,36,84,.95), rgba(11,36,84,.82)), url('../images/hero-bg.svg') center/cover;
  color: #fff; padding: 64px 0 56px; text-align: center;
}
.page-header h1 { color: #fff; font-size: clamp(1.8rem, 4vw, 2.6rem); }
.breadcrumb { background: transparent; margin: 0; justify-content: center; }
.breadcrumb a { color: rgba(255,255,255,.8); }
.breadcrumb .active { color: var(--primary); }
.breadcrumb-item + .breadcrumb-item::before { color: rgba(255,255,255,.5); }

/* =========================================================
   FOOTER
   ========================================================= */
footer { background: var(--secondary); color: rgba(255,255,255,.75); padding: 56px 0 0; }
footer h5 { color: #fff; font-size: 1rem; margin-bottom: 18px; }
footer a { color: rgba(255,255,255,.75); }
footer a:hover { color: var(--primary); }
footer .foot-links li { margin-bottom: 9px; list-style: none; }
footer .foot-links { padding: 0; }
footer .foot-contact li { display: flex; gap: 10px; margin-bottom: 12px; list-style: none; }
footer .foot-contact i { color: var(--primary); margin-top: 4px; }
footer .foot-contact { padding: 0; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); margin-top: 40px; padding: 18px 0; font-size: .85rem; }
.foot-brand { display: flex; align-items: center; gap: 10px; color: #fff; font-weight: 800; font-size: 1.2rem; margin-bottom: 14px; }
.foot-brand .logo-badge { width: 40px; height: 40px; border-radius: 11px; background: var(--primary); display: grid; place-items: center; }
.foot-social a { display: inline-grid; place-items: center; width: 38px; height: 38px; border-radius: 10px; background: rgba(255,255,255,.08); color: #fff; margin-right: 8px; transition: all .2s; }
.foot-social a:hover { background: var(--primary); transform: translateY(-3px); }

/* =========================================================
   FLOATING + STICKY CONVERSION BUTTONS
   ========================================================= */
.float-btns { position: fixed; right: 18px; bottom: 90px; z-index: 1040; display: flex; flex-direction: column; gap: 12px; }
.float-btns a {
  width: 54px; height: 54px; border-radius: 50%; display: grid; place-items: center; color: #fff;
  font-size: 1.4rem; box-shadow: var(--shadow-md); transition: transform .2s;
}
.float-btns a:hover { transform: scale(1.08); color: #fff; }
.float-wa { background: var(--whatsapp); animation: pulse 2s infinite; }
.float-call { background: var(--primary); }
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(37,211,102,.5); }
  70% { box-shadow: 0 0 0 14px rgba(37,211,102,0); }
  100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); }
}

/* Mobile bottom bar */
.mobile-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 1045; display: none; background: #fff; box-shadow: 0 -4px 20px rgba(11,36,84,.12); }
.mobile-bar a {
  flex: 1; text-align: center; padding: 10px 4px; font-size: .72rem; font-weight: 600; color: var(--secondary);
  display: flex; flex-direction: column; align-items: center; gap: 3px; border-right: 1px solid var(--border);
}
.mobile-bar a:last-child { border-right: none; }
.mobile-bar a i { font-size: 1.15rem; }
.mobile-bar a.wa { color: var(--whatsapp); }
.mobile-bar a.call { color: var(--primary); }
.mobile-bar a.fare { background: var(--primary); color: #fff; }

/* =========================================================
   MISC / UTIL
   ========================================================= */
.list-check { list-style: none; padding: 0; }
.list-check li { position: relative; padding-left: 30px; margin-bottom: 12px; color: var(--dark-text); }
.list-check li::before {
  content: "\f00c"; font-family: "Font Awesome 6 Free"; font-weight: 900; color: var(--primary);
  position: absolute; left: 0; top: 2px;
}
.toast-success {
  position: fixed; top: 24px; left: 50%; transform: translateX(-50%) translateY(-120%);
  background: var(--secondary); color: #fff; padding: 14px 22px; border-radius: 12px; z-index: 2000;
  box-shadow: var(--shadow-lg); transition: transform .35s ease; display: flex; align-items: center; gap: 10px;
}
.toast-success.show { transform: translateX(-50%) translateY(0); }
.toast-success i { color: var(--whatsapp); font-size: 1.3rem; }

.divider-bottom { border-bottom: 1px solid var(--border); }
.map-embed { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); border: 1px solid var(--border); }
.map-embed iframe { width: 100%; height: 100%; min-height: 340px; border: 0; display: block; }

/* Attraction cards on route page */
.attraction-card { background:#fff; border:1px solid var(--border); border-radius: var(--radius); padding: 18px; height:100%; }
.attraction-card h4 { font-size: 1rem; }
.attraction-card p { color: var(--muted); font-size: .88rem; margin: 0; }

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 991px) {
  .navbar .nav-link.active::after { display: none; }
  .navbar-collapse { padding-top: 12px; }
  .hero { padding: 80px 0 60px; }
}
@media (max-width: 767px) {
  .section { padding: 52px 0; }
  .float-btns { bottom: 78px; right: 14px; }
  .float-btns a { width: 48px; height: 48px; font-size: 1.25rem; }
  .mobile-bar { display: flex; }
  body { padding-bottom: 58px; }
  .cta-banner { padding: 30px 22px; text-align: center; }
  .hero {
    background-image: url('../images/Hero_BG_Mobile.png');
    background-attachment: scroll;
  }
  .hero::after {
    display: block;
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(11,36,84,.8) 0%, rgba(11,36,84,.72) 55%, rgba(255,107,0,.35) 100%);
  }
  .hero-badges { gap: 12px; }
}
