/* =========================================================
   SURAT CAB SERVICE — PREMIUM THEME (clean, no bootstrap)
   Charcoal #14181F · Amber #F5A623 · Cream #FBF7F0
   Display "Sora" · Body "Inter"
   ========================================================= */
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@600;700;800&family=Inter:wght@400;500;600;700&display=swap');

:root{
  --ink:#14181F; --ink-2:#1E2530; --gold:#F5A623; --gold-2:#FFC257;
  --cream:#FBF7F0; --slate:#5B6472; --line:rgba(20,24,31,.08);
  --shadow-lg:0 24px 60px -20px rgba(20,24,31,.35);
  --shadow-md:0 12px 30px -12px rgba(20,24,31,.22);
  --radius:18px; --maxw:1200px;
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:'Inter',system-ui,sans-serif;color:var(--ink);background:var(--cream);line-height:1.6;-webkit-font-smoothing:antialiased}
h1,h2,h3,h4,.logo-text{font-family:'Sora',sans-serif;letter-spacing:-.02em}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit;transition:.25s}
.container{max-width:var(--maxw);margin-inline:auto;padding-inline:20px}
.sec{padding:96px 0}
.text-center{text-align:center}

/* ---------- BUTTONS ---------- */
.btn{display:inline-flex;align-items:center;gap:8px;font-weight:700;font-size:15px;
  padding:14px 26px;border-radius:12px;border:0;cursor:pointer;transition:.25s;font-family:inherit}
.btn-primary{background:linear-gradient(135deg,var(--gold),var(--gold-2));color:var(--ink);
  box-shadow:0 10px 24px -10px rgba(245,166,35,.7)}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 16px 30px -12px rgba(245,166,35,.8)}
.btn-white{background:#fff;color:var(--ink);box-shadow:var(--shadow-md)}
.btn-white:hover{transform:translateY(-2px)}
.btn-ghost{background:transparent;color:#fff;border:1.5px solid rgba(255,255,255,.35)}
.btn-ghost:hover{background:rgba(255,255,255,.1)}
.btn-wa{background:#25D366;color:#fff}
.btn-wa:hover{transform:translateY(-2px)}

/* ---------- TOP BAR ---------- */
.topbar{background:var(--ink);color:#cfd6e0;font-size:14px}
.topbar .container{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:10px 20px;flex-wrap:wrap}
.topbar a{color:#cfd6e0}.topbar a:hover{color:var(--gold)}
.topbar .left{display:flex;gap:22px;flex-wrap:wrap}
.topbar i{color:var(--gold);margin-right:6px}

/* ---------- NAV ---------- */
.nav{background:#fff;position:sticky;top:0;z-index:900;box-shadow:0 1px 0 var(--line)}
.nav.scrolled{box-shadow:0 10px 30px -18px rgba(20,24,31,.35)}
.nav .container{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-block:16px}
.logo{display:flex;flex-direction:column;line-height:1}
.logo .logo-text{font-size:26px;font-weight:800;color:var(--ink)}
.logo .logo-text::after{content:'';display:inline-block;width:9px;height:9px;margin-left:5px;border-radius:50%;background:var(--gold)}
.logo small{font-size:11px;font-weight:700;letter-spacing:.32em;color:var(--gold);margin-top:4px}
.menu{display:flex;gap:4px;list-style:none}
.menu a{font-weight:600;font-size:15px;color:var(--ink-2);padding:8px 14px;border-radius:10px}
.menu a:hover,.menu a.active{color:var(--ink);background:rgba(245,166,35,.12)}
.nav-cta{display:flex;align-items:center;gap:10px}
.nav-toggle{display:none;background:none;border:0;font-size:24px;color:var(--ink);cursor:pointer}

/* ---------- HERO ---------- */
.hero{position:relative;min-height:640px;display:flex;align-items:center;color:#fff;overflow:hidden;
  background-color:var(--ink);
  background-image:linear-gradient(180deg,rgba(20,24,31,.72),rgba(20,24,31,.32) 45%,rgba(20,24,31,.85)),url('../images/hero.jpg');
  background-size:cover;background-position:center;background-repeat:no-repeat}
.hero::after{content:'';position:absolute;inset:auto 0 0 0;height:150px;background:linear-gradient(180deg,transparent,var(--cream))}
.hero-inner{position:relative;z-index:2;max-width:820px;margin-inline:auto;text-align:center;padding:120px 20px 150px}
.eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:700;letter-spacing:.18em;
  text-transform:uppercase;color:var(--gold-2);background:rgba(245,166,35,.14);
  border:1px solid rgba(245,166,35,.35);padding:8px 16px;border-radius:100px;margin-bottom:22px}
.hero h1{font-size:clamp(38px,6vw,66px);font-weight:800;line-height:1.05;margin-bottom:18px;text-shadow:0 2px 20px rgba(0,0,0,.35)}
.hero h1 span{color:var(--gold)}
.hero p{font-size:clamp(16px,2.2vw,20px);color:#e7ebf1;margin:0 auto 34px;max-width:640px}
.hero-actions{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}

/* page hero (inner pages) */
.page-hero{background:linear-gradient(135deg,var(--ink),var(--ink-2));color:#fff;padding:70px 0;text-align:center}
.page-hero h1{font-size:clamp(30px,4.5vw,46px);font-weight:800;margin-bottom:10px}
.page-hero p{color:#c8cfda}
.breadcrumb{margin-top:14px;font-size:14px;color:#9aa3b1}
.breadcrumb a{color:var(--gold-2)}

/* ---------- BOOKING CARD ---------- */
.booking{position:relative;z-index:5;margin-top:-90px}
.booking-card{background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.6);
  border-radius:var(--radius);box-shadow:var(--shadow-lg);padding:26px}
.booking-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:16px;align-items:end}
.field{display:flex;flex-direction:column}
.field.c3{grid-column:span 3}.field.c2{grid-column:span 2}
.field label{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--slate);margin-bottom:8px}
.field input,.field select{width:100%;padding:13px 14px;font-size:15px;color:var(--ink);background:#fff;
  border:1.5px solid var(--line);border-radius:11px;outline:none;transition:.2s;font-family:inherit}
.field input:focus,.field select:focus{border-color:var(--gold);box-shadow:0 0 0 3px rgba(245,166,35,.18)}
.booking-grid .btn{width:100%;justify-content:center;padding:14px 10px}

/* ---------- SECTION TITLE ---------- */
.title{margin-bottom:44px}
.title h4{font-size:13px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--gold);margin-bottom:10px}
.title h2{font-size:clamp(26px,3.4vw,40px);font-weight:800}
.title.center{text-align:center}
.title.center h2{max-width:640px;margin-inline:auto}

/* ---------- ABOUT ---------- */
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:44px;align-items:center}
.about-img{border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-lg);position:relative;background:linear-gradient(135deg,var(--ink),var(--ink-2))}
.about-img img{width:100%;height:100%;object-fit:cover;aspect-ratio:5/4}
.about-img::before{content:'';position:absolute;left:-14px;bottom:-14px;width:120px;height:120px;background:var(--gold);border-radius:16px;z-index:-1}
.lead{color:var(--slate);font-size:17px;margin-bottom:22px}
.features{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:26px}
.feature{display:flex;align-items:center;gap:10px;font-weight:600;background:#fff;border:1px solid var(--line);border-radius:12px;padding:14px 16px;box-shadow:var(--shadow-md)}
.feature i{color:var(--gold);font-size:18px}

/* ---------- SERVICES / CARDS ---------- */
.bg-fade{background:linear-gradient(180deg,var(--cream),#fff)}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}
.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-md);transition:.3s}
.card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg);border-color:rgba(245,166,35,.4)}
.card-img{aspect-ratio:16/11;overflow:hidden;background:linear-gradient(135deg,var(--ink),var(--ink-2));position:relative}
.card-img::after{content:'\f1b9';font-family:'Font Awesome 5 Free';font-weight:900;position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:42px;color:rgba(245,166,35,.3)}
.card-img img{position:relative;z-index:1;width:100%;height:100%;object-fit:cover;transition:.5s}
.card:hover .card-img img{transform:scale(1.07)}
.card-body{padding:24px}
.card-body h3{font-size:21px;margin-bottom:8px}
.card-body p{color:var(--slate);margin-bottom:16px}
.card-link{display:inline-flex;align-items:center;gap:8px;font-weight:700}
.card-link i{color:var(--gold);transition:.25s}
.card-link:hover i{transform:translateX(5px)}

/* ---------- FLEET ---------- */
.fleet-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:26px}
.fleet-item{display:flex;gap:20px;background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:22px;box-shadow:var(--shadow-md);align-items:center}
.fleet-item .ico{flex:0 0 64px;height:64px;border-radius:14px;background:rgba(245,166,35,.14);display:flex;align-items:center;justify-content:center;color:var(--gold);font-size:26px}
.fleet-item h3{font-size:20px;margin-bottom:4px}
.fleet-item p{color:var(--slate);font-size:15px}
.badge-oncall{display:inline-block;margin-top:8px;font-size:12px;font-weight:700;color:var(--gold);background:rgba(245,166,35,.12);padding:5px 12px;border-radius:100px}

/* ---------- ROUTES ---------- */
.routes-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.route-chip{display:flex;align-items:center;justify-content:space-between;gap:12px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:16px 18px;box-shadow:var(--shadow-md);transition:.25s}
.route-chip:hover{transform:translateY(-3px);border-color:rgba(245,166,35,.4)}
.route-chip .path{font-weight:700}
.route-chip .path small{display:block;color:var(--slate);font-weight:500;font-size:13px}
.route-chip i{color:var(--gold)}
.city-cloud{display:flex;flex-wrap:wrap;gap:10px}
.city-cloud a{background:#fff;border:1px solid var(--line);border-radius:100px;padding:8px 16px;font-size:14px;font-weight:600;box-shadow:var(--shadow-md)}
.city-cloud a:hover{border-color:var(--gold);color:var(--gold)}

/* route detail */
.route-hero{background:linear-gradient(135deg,var(--ink),var(--ink-2));color:#fff;padding:70px 0}
.route-hero .container{display:flex;flex-wrap:wrap;justify-content:space-between;gap:24px;align-items:center}
.route-hero h1{font-size:clamp(28px,4vw,44px);font-weight:800}
.route-hero .sub{color:#c8cfda;margin-top:8px}
.route-meta{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin:40px 0}
.meta-box{background:#fff;border:1px solid var(--line);border-radius:14px;padding:22px;text-align:center;box-shadow:var(--shadow-md)}
.meta-box i{color:var(--gold);font-size:24px;margin-bottom:10px}
.meta-box .v{font-size:22px;font-weight:800;font-family:'Sora'}
.meta-box .l{color:var(--slate);font-size:14px}

/* ---------- GALLERY ---------- */
.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.gallery-grid .g{aspect-ratio:4/3;border-radius:14px;overflow:hidden;background:linear-gradient(135deg,var(--ink),var(--ink-2));position:relative}
.gallery-grid .g::after{content:'\f030';font-family:'Font Awesome 5 Free';font-weight:900;position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:rgba(245,166,35,.3);font-size:32px}
.gallery-grid img{position:relative;z-index:1;width:100%;height:100%;object-fit:cover;transition:.4s}
.gallery-grid .g:hover img{transform:scale(1.06)}

/* ---------- FAQ ---------- */
.faq{max-width:820px;margin-inline:auto}
.faq-item{background:#fff;border:1px solid var(--line);border-radius:14px;margin-bottom:14px;box-shadow:var(--shadow-md);overflow:hidden}
.faq-q{width:100%;text-align:left;background:none;border:0;padding:20px 22px;font-size:17px;font-weight:700;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-family:inherit;color:var(--ink)}
.faq-q i{color:var(--gold);transition:.3s}
.faq-item.open .faq-q i{transform:rotate(180deg)}
.faq-a{max-height:0;overflow:hidden;transition:.35s;color:var(--slate)}
.faq-item.open .faq-a{max-height:300px}
.faq-a p{padding:0 22px 20px}

/* ---------- CONTACT ---------- */
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:44px}
.contact-info .ci{display:flex;gap:14px;margin-bottom:22px;align-items:flex-start}
.contact-info .ci i{flex:0 0 46px;height:46px;border-radius:12px;background:rgba(245,166,35,.14);color:var(--gold);display:flex;align-items:center;justify-content:center;font-size:18px}
.contact-info .ci h4{margin-bottom:2px}
.contact-info .ci p{color:var(--slate)}
.form-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:28px;box-shadow:var(--shadow-md)}
.form-card .field{margin-bottom:16px}
.form-card textarea{width:100%;padding:13px 14px;font-size:15px;border:1.5px solid var(--line);border-radius:11px;outline:none;font-family:inherit;resize:vertical;min-height:120px}
.form-card textarea:focus{border-color:var(--gold);box-shadow:0 0 0 3px rgba(245,166,35,.18)}

/* alert */
.alert{padding:14px 18px;border-radius:12px;margin-bottom:20px;font-weight:600}
.alert-ok{background:#e7f7ed;color:#1a7f45;border:1px solid #b8e6c9}
.alert-err{background:#fdecec;color:#c0392b;border:1px solid #f5c6c6}

/* ---------- CTA ---------- */
.cta{background:var(--ink);color:#fff;border-radius:var(--radius);margin:0 20px;position:relative;overflow:hidden}
.cta .inner{display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap;padding:52px 44px;position:relative;z-index:1}
.cta::before{content:'';position:absolute;right:-60px;top:-60px;width:260px;height:260px;background:radial-gradient(circle,rgba(245,166,35,.35),transparent 70%)}
.cta h2{font-size:clamp(24px,3vw,34px);margin-bottom:8px}
.cta p{color:#c8cfda}

/* ---------- FOOTER ---------- */
footer{background:var(--ink);color:#c1c8d2;margin-top:96px}
.footer-top{padding:70px 0 44px;display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:40px}
footer h3{color:#fff;font-size:19px;margin-bottom:16px}
footer p,footer li{color:#9aa3b1;font-size:15px}
footer ul{list-style:none}
footer li{margin-bottom:10px}
footer a:hover{color:var(--gold)}
footer .fi{margin-bottom:10px}footer .fi i{color:var(--gold);width:22px}
.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding:20px 0;text-align:center;font-size:14px;color:#8b93a1}
.footer-bottom a{color:var(--gold)}

/* ---------- FLOATING WHATSAPP ---------- */
.fab-wa{position:fixed;right:22px;bottom:22px;z-index:800;width:58px;height:58px;border-radius:50%;
  background:#25D366;color:#fff;display:flex;align-items:center;justify-content:center;font-size:26px;
  box-shadow:0 12px 28px -8px rgba(37,211,102,.6);animation:pulse 2.2s infinite}
.fab-wa:hover{transform:scale(1.08)}
@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(37,211,102,.5)}70%{box-shadow:0 0 0 16px rgba(37,211,102,0)}100%{box-shadow:0 0 0 0 rgba(37,211,102,0)}}

/* ---------- RESPONSIVE ---------- */
@media(max-width:991px){
  .menu{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;flex-direction:column;
    padding:12px 20px;box-shadow:var(--shadow-lg);gap:2px}
  .menu.open{display:flex}
  .menu a{display:block}
  .nav-toggle{display:block}
  .nav .container{position:relative;flex-wrap:wrap}
  .booking-grid{grid-template-columns:repeat(2,1fr)}
  .field.c3,.field.c2{grid-column:span 1}
  .about-grid,.contact-grid{grid-template-columns:1fr}
  .cards,.routes-grid,.gallery-grid,.route-meta{grid-template-columns:1fr 1fr}
  .fleet-grid{grid-template-columns:1fr}
  .footer-top{grid-template-columns:1fr 1fr}
}
@media(max-width:600px){
  .sec{padding:64px 0}
  .topbar .container{justify-content:center;text-align:center}
  .hero-inner{padding:90px 20px 120px}
  .booking-grid{grid-template-columns:1fr}
  .cards,.routes-grid,.gallery-grid,.route-meta,.features,.footer-top{grid-template-columns:1fr}
  .cta .inner{padding:36px 24px}
  .nav-cta .btn{display:none}
}
@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}
/* ==================================================
   HOME PAGE HERO, BOOKING & FLEET IMPROVEMENTS
================================================== */

html {
    scroll-behavior: smooth;
}

.hero,
.booking,
.fleet-section {
    box-sizing: border-box;
}

.btn-whatsapp {
    background: #20bd5a;
    color: #ffffff;
    border: 1px solid #20bd5a;
}

.btn-whatsapp:hover {
    background: #159947;
    border-color: #159947;
    color: #ffffff;
    transform: translateY(-2px);
}


/* ==================================================
   HERO SECTION
================================================== */

.hero {
    position: relative;
    min-height: 640px;
    display: flex;
    align-items: center;
    color: #ffffff;
    overflow: hidden;
    background-color: #17202b;
    background-image:
        linear-gradient(
            180deg,
            rgba(17, 25, 35, 0.70) 0%,
            rgba(17, 25, 35, 0.38) 40%,
            rgba(17, 25, 35, 0.82) 100%
        ),
        url("../images/hero.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(
            circle at 15% 35%,
            rgba(255, 171, 35, 0.16),
            transparent 42%
        );
    pointer-events: none;
}

.hero-inner {
    position: relative;
    z-index: 2;
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    padding: 110px 0 120px;
}

.hero .eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    max-width: 100%;
    padding: 12px 23px;
    margin-bottom: 24px;
    border: 1px solid rgba(255, 177, 38, 0.58);
    border-radius: 999px;
    background: rgba(255, 173, 31, 0.12);
    color: #ffc45d;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.hero .eyebrow i {
    color: #ffb12b;
}

.hero h1 {
    max-width: 720px;
    margin: 0 0 18px;
    color: #ffffff;
    font-size: clamp(44px, 6vw, 76px);
    line-height: 1.04;
    font-weight: 800;
    letter-spacing: -2px;
}

.hero h1 span {
    display: block;
    color: #ffad20;
}

.hero p {
    max-width: 690px;
    margin: 0 0 32px;
    color: rgba(255, 255, 255, 0.92);
    font-size: 18px;
    line-height: 1.75;
}

.hero-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
}

.hero-actions .btn {
    min-height: 52px;
    padding: 14px 24px;
    border-radius: 12px;
    font-weight: 700;
}


/* ==================================================
   GLASS BOOKING SECTION
================================================== */

.booking {
    position: relative;
    z-index: 8;
    margin-top: -74px;
    padding-bottom: 40px;
}

.booking-card {
    position: relative;
    overflow: hidden;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.68);
    border-radius: 24px;

    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.85),
            rgba(255, 255, 255, 0.55)
        );

    box-shadow:
        0 25px 70px rgba(18, 28, 45, 0.20),
        inset 0 1px 0 rgba(255, 255, 255, 0.92);

    backdrop-filter: blur(22px) saturate(145%);
    -webkit-backdrop-filter: blur(22px) saturate(145%);
}

.booking-card::before {
    content: "";
    position: absolute;
    top: -100px;
    left: -100px;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: rgba(255, 172, 31, 0.16);
    filter: blur(15px);
    pointer-events: none;
}

.booking-card::after {
    content: "";
    position: absolute;
    right: -90px;
    bottom: -110px;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: rgba(34, 197, 94, 0.10);
    filter: blur(16px);
    pointer-events: none;
}

.booking-card form,
.booking-heading,
.booking-trust {
    position: relative;
    z-index: 2;
}

.booking-heading {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 22px;
}

.booking-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: linear-gradient(135deg, #ffb42a, #ff9419);
    color: #171b22;
    font-size: 20px;
    box-shadow: 0 10px 24px rgba(255, 161, 26, 0.28);
}

.booking-heading h2 {
    margin: 0 0 3px;
    color: #151c26;
    font-size: 23px;
    line-height: 1.2;
}

.booking-heading p {
    margin: 0;
    color: #677181;
    font-size: 14px;
}

.booking-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 15px;
    align-items: end;
}

.booking-grid .c3 {
    grid-column: span 3;
}

.booking-grid .c2 {
    grid-column: span 2;
}

.booking-grid .field {
    min-width: 0;
}

.booking-grid label {
    display: block;
    margin-bottom: 8px;
    color: #515d6f;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.input-wrap {
    position: relative;
}

.input-wrap > i {
    position: absolute;
    top: 50%;
    left: 15px;
    z-index: 2;
    color: #f59d18;
    font-size: 14px;
    transform: translateY(-50%);
    pointer-events: none;
}

.input-wrap input,
.input-wrap select {
    width: 100%;
    min-height: 52px;
    padding: 12px 14px 12px 42px;
    border: 1px solid rgba(20, 30, 44, 0.10);
    border-radius: 12px;
    outline: none;
    background: rgba(255, 255, 255, 0.80);
    color: #1b2430;
    font-family: inherit;
    font-size: 14px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
    transition:
        border-color 0.25s ease,
        box-shadow 0.25s ease,
        background-color 0.25s ease;
}

.input-wrap select {
    appearance: auto;
}

.input-wrap input::placeholder {
    color: #929aa6;
}

.input-wrap input:focus,
.input-wrap select:focus {
    border-color: rgba(255, 160, 22, 0.88);
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(255, 162, 26, 0.12);
}

.booking-submit {
    width: 100%;
    min-height: 52px;
    border: 0;
    border-radius: 12px;
    cursor: pointer;
}

.booking-trust {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 18px;
    padding-top: 17px;
    border-top: 1px solid rgba(23, 32, 45, 0.08);
}

.booking-trust span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #5d6878;
    font-size: 13px;
    font-weight: 600;
}

.booking-trust i {
    color: #15a954;
}


/* ==================================================
   SECTION INTRO
================================================== */

.section-intro {
    max-width: 720px;
    margin: 12px auto 0;
    color: #687283;
    line-height: 1.75;
}


/* ==================================================
   FLEET SECTION
================================================== */

.fleet-section {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(
            180deg,
            #ffffff 0%,
            #fffaf1 48%,
            #ffffff 100%
        );
}

.fleet-section::before {
    content: "";
    position: absolute;
    top: 100px;
    left: -180px;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: rgba(255, 169, 28, 0.08);
    filter: blur(15px);
    pointer-events: none;
}

.fleet-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 25px;
    margin-top: 42px;
}

.fleet-card {
    position: relative;
    overflow: hidden;
    border: 1px solid #e9edf2;
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 16px 45px rgba(18, 26, 39, 0.08);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}

.fleet-card:hover {
    transform: translateY(-8px);
    border-color: rgba(255, 164, 25, 0.38);
    box-shadow: 0 24px 60px rgba(20, 29, 43, 0.14);
}

.featured-fleet {
    border-color: rgba(255, 164, 25, 0.45);
    box-shadow: 0 20px 55px rgba(255, 157, 23, 0.13);
}

.fleet-image {
    position: relative;
    overflow: hidden;
    height: 230px;
    background: linear-gradient(145deg, #f3f4f6, #ffffff);
}

.fleet-image::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 45%;
    background: linear-gradient(to top, rgba(17, 24, 34, 0.18), transparent);
    pointer-events: none;
}

.fleet-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.fleet-card:hover .fleet-image img {
    transform: scale(1.055);
}

.fleet-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 3;
    padding: 8px 13px;
    border-radius: 999px;
    background: rgba(19, 26, 36, 0.90);
    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.featured-fleet .fleet-badge {
    background: linear-gradient(135deg, #ffb126, #f49415);
    color: #191d24;
}

.fleet-content {
    padding: 24px;
}

.fleet-title-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 13px;
}

.fleet-category {
    display: block;
    margin-bottom: 5px;
    color: #e88d0a;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.fleet-content h3 {
    margin: 0;
    color: #171e28;
    font-size: 26px;
    line-height: 1.1;
}

.fleet-rating {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 7px 10px;
    border-radius: 10px;
    background: #fff7e9;
    color: #323944;
    font-size: 12px;
    font-weight: 800;
}

.fleet-rating i {
    color: #ffa511;
}

.fleet-content > p {
    min-height: 78px;
    margin: 0 0 18px;
    color: #687282;
    font-size: 14px;
    line-height: 1.7;
}

.fleet-features {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 16px;
}

.fleet-features span {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 10px 6px;
    border: 1px solid #edf0f4;
    border-radius: 10px;
    background: #fafbfc;
    color: #596474;
    font-size: 11px;
    font-weight: 700;
    text-align: center;
}

.fleet-features i {
    color: #f39a13;
}

.fleet-models {
    margin-bottom: 19px;
    padding: 11px 13px;
    border-left: 3px solid #ffa21a;
    border-radius: 4px 9px 9px 4px;
    background: #fff9ef;
    color: #626b78;
    font-size: 12px;
    font-weight: 600;
}

.fleet-actions {
    display: flex;
    align-items: stretch;
    gap: 10px;
}

.fleet-actions .btn {
    flex: 1;
    justify-content: center;
    min-height: 48px;
    padding: 12px 15px;
}

.fleet-wa {
    display: inline-flex;
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #20bd5a;
    color: #ffffff;
    font-size: 21px;
    box-shadow: 0 9px 20px rgba(32, 189, 90, 0.20);
    transition:
        transform 0.25s ease,
        background-color 0.25s ease;
}

.fleet-wa:hover {
    background: #149847;
    color: #ffffff;
    transform: translateY(-2px);
}

.fleet-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    margin-top: 32px;
    padding: 24px 28px;
    border: 1px solid rgba(255, 166, 28, 0.24);
    border-radius: 18px;
    background: #fff8ec;
}

.fleet-bottom p {
    margin: 0;
    color: #5d6674;
    line-height: 1.7;
}

.btn-dark {
    flex-shrink: 0;
    background: #151d28;
    color: #ffffff;
    border-color: #151d28;
}

.btn-dark:hover {
    background: #242f3e;
    color: #ffffff;
}


/* ==================================================
   ROUTE & CTA HELPERS
================================================== */

.route-chip {
    display: flex;
    align-items: center;
    gap: 14px;
}

.route-location-icon {
    display: inline-flex;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #fff4df;
    color: #f39b15;
}

.route-chip .path {
    flex: 1;
}

.route-chip .path > i {
    margin: 0 5px;
    color: #f39b15;
    font-size: 12px;
}

.route-arrow {
    color: #8b94a1;
    font-size: 12px;
}

.section-button-center {
    margin-top: 32px;
    text-align: center;
}

.final-cta-section {
    padding-bottom: 0;
}

.cta-small-title {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 8px;
    color: #ffbd4a;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.cta-buttons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}


/* ==================================================
   TABLET RESPONSIVE
================================================== */

@media (max-width: 1100px) {

    .booking-grid .c3 {
        grid-column: span 6;
    }

    .booking-grid .c2 {
        grid-column: span 4;
    }

    .booking-submit-field {
        grid-column: span 4 !important;
    }

    .fleet-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .fleet-grid .fleet-card:last-child {
        grid-column: 1 / -1;
        width: calc(50% - 13px);
        margin: 0 auto;
    }
}


/* ==================================================
   MOBILE RESPONSIVE
================================================== */

@media (max-width: 767px) {

    /* Hero compact: header ke niche ka extra gap kam */
    .hero {
        min-height: 535px;
        align-items: flex-start;
        background-position: center center;
    }

    .hero-inner {
        width: calc(100% - 28px);
        padding-top: 58px;
        padding-bottom: 105px;
        text-align: center;
    }

    .hero .eyebrow {
        padding: 8px 12px;
        margin-bottom: 12px;
        font-size: 9.5px;
        line-height: 1.4;
        letter-spacing: 0.9px;
    }

    .hero h1 {
        margin-bottom: 10px;
        font-size: 34px;
        line-height: 1.04;
        letter-spacing: -1px;
    }

    .hero p {
        max-width: 340px;
        margin: 0 auto 18px;
        font-size: 13px;
        line-height: 1.55;
    }

    /* Dono hero buttons same width, same height aur ek line mein */
    .hero-actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
        gap: 8px;
        margin: 0 auto;
    }

    .hero-actions .btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        min-width: 0;
        min-height: 42px;
        padding: 9px 7px;
        border-radius: 9px;
        font-size: 10.5px;
        font-weight: 700;
        line-height: 1;
        white-space: nowrap;
        gap: 5px;
    }

    .hero-actions .btn i {
        flex-shrink: 0;
        font-size: 11px;
    }

    .hero-actions .btn span {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    /* Booking card ko hero ke upar aur achchhe se overlap karaya */
    .booking {
        margin-top: -92px;
        padding-bottom: 22px;
    }

    .booking .container {
        width: calc(100% - 24px);
    }

    .booking-card {
        padding: 18px 14px;
        border-radius: 19px;
        background:
            linear-gradient(
                145deg,
                rgba(255, 255, 255, 0.84),
                rgba(255, 255, 255, 0.58)
            );
        box-shadow:
            0 20px 45px rgba(17, 25, 36, 0.20),
            inset 0 1px 0 rgba(255, 255, 255, 0.92);
    }

    .booking-heading {
        gap: 10px;
        margin-bottom: 16px;
    }

    .booking-icon {
        flex: 0 0 40px;
        width: 40px;
        height: 40px;
        border-radius: 11px;
        font-size: 16px;
    }

    .booking-heading h2 {
        margin-bottom: 2px;
        font-size: 18px;
    }

    .booking-heading p {
        font-size: 11.5px;
        line-height: 1.4;
    }

    .booking-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .booking-grid .c3,
    .booking-grid .c2,
    .booking-submit-field {
        grid-column: 1 / -1 !important;
    }

    .booking-grid label {
        margin-bottom: 6px;
        font-size: 9.5px;
    }

    .desktop-empty-label {
        display: none !important;
    }

    .input-wrap input,
    .input-wrap select {
        min-height: 46px;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 13px;
    }

    .booking-submit {
        min-height: 46px;
        margin-top: 1px;
        padding: 10px 14px;
        font-size: 13px;
    }

    .booking-trust {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
        margin-top: 15px;
        padding-top: 14px;
    }

    .booking-trust span {
        font-size: 10px;
    }

    .booking-trust span:last-child {
        grid-column: 1 / -1;
        justify-content: center;
    }

    /* Fleet mobile */
    .fleet-grid {
        grid-template-columns: 1fr;
        gap: 18px;
        margin-top: 28px;
    }

    .fleet-grid .fleet-card:last-child {
        grid-column: auto;
        width: 100%;
        margin: 0;
    }

    .fleet-card {
        border-radius: 18px;
    }

    .fleet-image {
        height: 205px;
    }

    .fleet-content {
        padding: 19px 16px;
    }

    .fleet-content h3 {
        font-size: 23px;
    }

    .fleet-content > p {
        min-height: auto;
        font-size: 13px;
    }

    .fleet-features {
        gap: 5px;
    }

    .fleet-features span {
        padding: 9px 3px;
        font-size: 9px;
    }

    .fleet-actions .btn {
        padding-right: 8px;
        padding-left: 8px;
        font-size: 12px;
    }

    .fleet-bottom {
        flex-direction: column;
        align-items: stretch;
        padding: 20px 17px;
        text-align: center;
    }

    .fleet-bottom .btn {
        width: 100%;
        justify-content: center;
    }

    .cta-buttons {
        width: 100%;
    }

    .cta-buttons .btn {
        flex: 1;
        justify-content: center;
        min-width: 140px;
    }
}


/* ==================================================
   EXTRA SMALL MOBILE
================================================== */

@media (max-width: 390px) {

    .hero-inner {
        width: calc(100% - 22px);
        padding-top: 52px;
    }

    .hero h1 {
        font-size: 31px;
    }

    .hero p {
        font-size: 12.5px;
    }

    .hero-actions {
        gap: 6px;
    }

    .hero-actions .btn {
        min-height: 40px;
        padding: 8px 5px;
        font-size: 9.8px;
        gap: 4px;
    }

    .hero-actions .btn i {
        font-size: 10px;
    }

    .booking {
        margin-top: -98px;
    }

    .booking-card {
        padding: 17px 12px;
    }
}

/* Mobile Topbar Address Hide */
@media (max-width: 767px) {

    .topbar .right{
        display:none !important;
    }

    .topbar .container{
        justify-content:center;
        padding:8px 12px;
    }

    .topbar .left{
        width:100%;
        display:flex;
        justify-content:center;
        align-items:center;
        gap:18px;
    }

    .topbar .left a{
        font-size:12px;
        white-space:nowrap;
    }

}
/* ==================================================
   BOOKING EMAIL FORM ADDITIONS
================================================== */

.booking-honeypot {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.booking-alert {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 0 0 18px;
    padding: 12px 15px;
    border-radius: 11px;
    font-size: 14px;
    font-weight: 700;
}

.booking-alert-success {
    color: #146c3b;
    background: #e8f8ef;
    border: 1px solid #b9e8ca;
}

.booking-alert-error {
    color: #a52d24;
    background: #fff0ef;
    border: 1px solid #f0c2bd;
}

/* Google Places dropdown */
.pac-container {
    z-index: 99999 !important;
    border: 0 !important;
    border-radius: 12px !important;
    margin-top: 5px;
    box-shadow: 0 16px 40px rgba(20, 24, 31, 0.20) !important;
    font-family: 'Inter', system-ui, sans-serif !important;
}

.pac-item {
    padding: 9px 12px !important;
    cursor: pointer;
}

.pac-item:hover {
    background: #fff7e9 !important;
}

@media (max-width: 767px) {
    .booking-alert {
        font-size: 12px;
        line-height: 1.45;
    }
}
/* ==================================================
   SURAT CAB SERVICE — PREMIUM FOOTER
================================================== */

.premium-footer {
    position: relative;
    overflow: hidden;
    margin-top: 96px;
    background:
        linear-gradient(
            145deg,
            #10151d 0%,
            #151d28 55%,
            #10151d 100%
        );
    color: #c7cfda;
}

.premium-footer::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            rgba(255, 255, 255, 0.018) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.018) 1px,
            transparent 1px
        );
    background-size: 42px 42px;
    pointer-events: none;
}

.footer-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(18px);
    pointer-events: none;
}

.footer-glow-one {
    top: -160px;
    left: -120px;
    width: 380px;
    height: 380px;
    background: rgba(245, 166, 35, 0.14);
}

.footer-glow-two {
    right: -130px;
    bottom: -170px;
    width: 420px;
    height: 420px;
    background: rgba(37, 211, 102, 0.08);
}

.footer-main {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns:
        minmax(0, 1.45fr)
        minmax(0, 0.8fr)
        minmax(0, 0.9fr)
        minmax(0, 1.15fr);
    gap: 48px;
    padding-top: 78px;
    padding-bottom: 62px;
}

.footer-brand {
    max-width: 430px;
}

.footer-logo {
    display: inline-flex;
    position: relative;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 22px;
    color: #ffffff;
}

.footer-logo-main {
    font-family: "Sora", sans-serif;
    font-size: 31px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -1px;
}

.footer-logo-dot {
    width: 9px;
    height: 9px;
    margin-bottom: 4px;
    border-radius: 50%;
    background: #f5a623;
    box-shadow: 0 0 18px rgba(245, 166, 35, 0.8);
}

.footer-logo small {
    flex-basis: 100%;
    margin-top: 5px;
    color: #f5a623;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.34em;
}

.footer-about {
    max-width: 410px;
    margin: 0 0 24px;
    color: #aeb7c4;
    font-size: 15px;
    line-height: 1.8;
}

.footer-brand-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
}

.footer-action-btn {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 11px 17px;
    border-radius: 11px;
    font-size: 13px;
    font-weight: 800;
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        background-color 0.25s ease;
}

.footer-action-btn:hover {
    color: #ffffff;
    transform: translateY(-3px);
}

.footer-call-btn {
    background: linear-gradient(135deg, #f5a623, #ffc257);
    color: #14181f;
    box-shadow: 0 10px 24px rgba(245, 166, 35, 0.18);
}

.footer-call-btn:hover {
    color: #14181f;
}

.footer-wa-btn {
    background: #20bd5a;
    color: #ffffff;
    box-shadow: 0 10px 24px rgba(32, 189, 90, 0.18);
}

.footer-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 22px;
}

.footer-trust-row span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #9fa9b6;
    font-size: 11px;
    font-weight: 600;
}

.footer-trust-row i {
    color: #f5a623;
}

.footer-column h3 {
    position: relative;
    margin: 0 0 23px;
    padding-bottom: 13px;
    color: #ffffff;
    font-family: "Sora", sans-serif;
    font-size: 17px;
    font-weight: 700;
}

.footer-column h3::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 38px;
    height: 3px;
    border-radius: 10px;
    background: linear-gradient(90deg, #f5a623, #ffc257);
}

.footer-column ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-column li {
    margin-bottom: 12px;
}

.footer-column li a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #aeb7c4;
    font-size: 14px;
    transition:
        color 0.25s ease,
        transform 0.25s ease;
}

.footer-column li a i {
    color: #f5a623;
    font-size: 9px;
}

.footer-column li a:hover {
    color: #ffffff;
    transform: translateX(4px);
}

.footer-contact {
    min-width: 0;
}

.footer-contact-card {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    padding: 13px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.035);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition:
        transform 0.25s ease,
        border-color 0.25s ease,
        background-color 0.25s ease;
}

a.footer-contact-card:hover {
    color: #ffffff;
    border-color: rgba(245, 166, 35, 0.34);
    background: rgba(255, 255, 255, 0.06);
    transform: translateY(-2px);
}

.footer-contact-icon {
    display: inline-flex;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    background: rgba(245, 166, 35, 0.14);
    color: #f5a623;
    font-size: 15px;
}

.footer-contact-card > span:last-child {
    min-width: 0;
}

.footer-contact-card small {
    display: block;
    margin-bottom: 2px;
    color: #7f8a98;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.footer-contact-card strong {
    display: block;
    overflow-wrap: anywhere;
    color: #eef2f7;
    font-size: 13px;
    line-height: 1.45;
}

.footer-address-card {
    align-items: flex-start;
}

.footer-bottom {
    position: relative;
    z-index: 2;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(6, 10, 15, 0.34);
}

.footer-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-top: 19px;
    padding-bottom: 19px;
}

.footer-bottom p {
    margin: 0;
    color: #8792a1;
    font-size: 13px;
}

.footer-bottom strong {
    color: #dbe2ea;
}

.footer-credit a {
    color: #f5a623;
    font-weight: 700;
}

.footer-credit a:hover {
    color: #ffc257;
}


/* ==================================================
   MOBILE BOTTOM CONTACT BAR
================================================== */

.mobile-contact-bar {
    display: none;
}


/* Desktop floating WhatsApp */
.desktop-fab-wa {
    display: flex;
}


/* ==================================================
   FOOTER TABLET
================================================== */

@media (max-width: 991px) {

    .footer-main {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 38px 30px;
    }

    .footer-brand {
        max-width: none;
    }
}


/* ==================================================
   FOOTER MOBILE
================================================== */

@media (max-width: 767px) {

    body {
        padding-bottom: 78px;
    }

    .premium-footer {
        margin-top: 64px;
    }

    .footer-main {
        grid-template-columns: 1fr;
        gap: 34px;
        padding-top: 54px;
        padding-bottom: 44px;
    }

    .footer-brand {
        text-align: center;
    }

    .footer-logo {
        justify-content: center;
    }

    .footer-about {
        margin-right: auto;
        margin-left: auto;
        font-size: 14px;
    }

    .footer-brand-actions {
        justify-content: center;
    }

    .footer-trust-row {
        justify-content: center;
    }

    .footer-column {
        padding-top: 3px;
    }

    .footer-column h3 {
        margin-bottom: 18px;
        text-align: center;
    }

    .footer-column h3::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .footer-column ul {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .footer-column li {
        margin: 0;
    }

    .footer-column li a {
        display: flex;
        min-height: 45px;
        padding: 10px 12px;
        border: 1px solid rgba(255, 255, 255, 0.07);
        border-radius: 10px;
        background: rgba(255, 255, 255, 0.03);
        font-size: 12px;
    }

    .footer-contact-card {
        max-width: 440px;
        margin-right: auto;
        margin-left: auto;
    }

    .footer-bottom-inner {
        flex-direction: column;
        gap: 6px;
        padding-top: 17px;
        padding-bottom: 17px;
        text-align: center;
    }

    .footer-bottom p {
        font-size: 11px;
        line-height: 1.6;
    }

    .desktop-fab-wa {
        display: none !important;
    }

    .mobile-contact-bar {
        position: fixed;
        right: 10px;
        bottom: 10px;
        left: 10px;
        z-index: 9999;
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 7px;
        padding: 7px;
        border: 1px solid rgba(255, 255, 255, 0.78);
        border-radius: 18px;
        background:
            linear-gradient(
                145deg,
                rgba(255, 255, 255, 0.94),
                rgba(248, 250, 252, 0.88)
            );
        box-shadow:
            0 18px 45px rgba(15, 23, 42, 0.24),
            inset 0 1px 0 rgba(255, 255, 255, 0.96);
        backdrop-filter: blur(18px) saturate(150%);
        -webkit-backdrop-filter: blur(18px) saturate(150%);
    }

    .mobile-contact-item {
        display: flex;
        min-width: 0;
        min-height: 56px;
        align-items: center;
        justify-content: center;
        gap: 7px;
        padding: 8px 5px;
        border-radius: 13px;
        color: #ffffff;
        font-size: 11px;
        font-weight: 800;
        line-height: 1;
        box-shadow: 0 8px 18px rgba(15, 23, 42, 0.12);
        transition:
            transform 0.2s ease,
            filter 0.2s ease;
    }

    .mobile-contact-item:active {
        transform: scale(0.97);
    }

    .mobile-contact-icon {
        display: inline-flex;
        width: 25px;
        height: 25px;
        align-items: center;
        justify-content: center;
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.18);
        font-size: 12px;
    }

    .mobile-contact-label {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .mobile-call {
        background: linear-gradient(135deg, #f5a623, #ffb943);
        color: #151a21;
    }

    .mobile-sms {
        background: linear-gradient(135deg, #2563eb, #3b82f6);
    }

    .mobile-whatsapp {
        background: linear-gradient(135deg, #16a34a, #25d366);
    }
}


/* ==================================================
   EXTRA SMALL MOBILE
================================================== */

@media (max-width: 390px) {

    .footer-column ul {
        grid-template-columns: 1fr;
    }

    .mobile-contact-bar {
        right: 7px;
        bottom: 7px;
        left: 7px;
        gap: 5px;
        padding: 6px;
        border-radius: 16px;
    }

    .mobile-contact-item {
        min-height: 52px;
        gap: 5px;
        font-size: 10px;
    }

    .mobile-contact-icon {
        width: 23px;
        height: 23px;
        font-size: 11px;
    }
}
/* ==================================================
   SEO ROUTE PAGE
================================================== */

.route-seo-hero {
    position: relative;
    overflow: hidden;
    padding: 78px 0 96px;
    background:
        linear-gradient(
            135deg,
            rgba(16, 22, 31, 0.98),
            rgba(29, 39, 53, 0.95)
        );
}

.route-seo-hero::before {
    content: "";
    position: absolute;
    top: -140px;
    right: -120px;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: rgba(245, 166, 35, 0.16);
    filter: blur(15px);
}

.route-seo-hero .container {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(310px, 0.55fr);
    gap: 55px;
    align-items: center;
}

.route-breadcrumb {
    margin: 0 0 20px;
}

.route-breadcrumb span {
    margin: 0 7px;
}

.route-hero-label,
.route-cta-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 15px;
    padding: 8px 13px;
    border: 1px solid rgba(245, 166, 35, 0.3);
    border-radius: 999px;
    background: rgba(245, 166, 35, 0.1);
    color: #ffc257;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.route-seo-hero h1 {
    max-width: 780px;
    margin-bottom: 18px;
}

.route-seo-hero .sub {
    max-width: 760px;
    font-size: 17px;
    line-height: 1.75;
}

.route-hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 23px;
}

.route-hero-points span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #d5dce5;
    font-size: 13px;
    font-weight: 600;
}

.route-hero-points i {
    color: #f5a623;
}

.route-booking-card {
    padding: 27px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.route-card-icon,
.route-sidebar-icon {
    display: inline-flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: linear-gradient(135deg, #f5a623, #ffc257);
    color: #14181f;
    font-size: 20px;
}

.route-booking-card h2 {
    margin: 17px 0 8px;
    color: #ffffff;
    font-size: 23px;
}

.route-booking-card p {
    margin-bottom: 18px;
    color: #c8d0da;
    font-size: 14px;
    line-height: 1.65;
}

.route-booking-card .btn {
    width: 100%;
    justify-content: center;
    margin-top: 10px;
}

.route-booking-card small {
    display: block;
    margin-top: 14px;
    color: #919ca9;
    font-size: 11px;
    line-height: 1.5;
    text-align: center;
}

.route-summary-strip {
    position: relative;
    z-index: 4;
    margin-top: -40px;
}

.route-summary-strip .route-meta {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0;
}

.route-content-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 48px;
    align-items: start;
}

.route-main-content {
    min-width: 0;
}

.route-main-content > p {
    margin-bottom: 19px;
    color: #596474;
    font-size: 16px;
    line-height: 1.85;
}

.route-main-content > .lead {
    font-size: 18px;
}

.route-main-content > h2 {
    margin: 48px 0 16px;
    color: #151c26;
    font-size: clamp(25px, 3vw, 34px);
    line-height: 1.3;
}

.route-main-content > h3 {
    margin: 29px 0 10px;
    color: #1d2632;
    font-size: 20px;
}

.route-benefit-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin: 30px 0 38px;
}

.route-benefit-card {
    padding: 23px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: #ffffff;
    box-shadow: var(--shadow-md);
}

.route-benefit-card i {
    display: inline-flex;
    width: 43px;
    height: 43px;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    border-radius: 12px;
    background: rgba(245, 166, 35, 0.13);
    color: #f5a623;
    font-size: 17px;
}

.route-benefit-card h3 {
    margin-bottom: 8px;
    font-size: 17px;
}

.route-benefit-card p {
    margin: 0;
    color: #687282;
    font-size: 14px;
    line-height: 1.7;
}

.route-cab-table-wrap {
    overflow-x: auto;
    margin: 25px 0;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: #ffffff;
    box-shadow: var(--shadow-md);
}

.route-cab-table {
    width: 100%;
    min-width: 660px;
    border-collapse: collapse;
}

.route-cab-table th,
.route-cab-table td {
    padding: 15px 17px;
    border-bottom: 1px solid var(--line);
    text-align: left;
    vertical-align: top;
}

.route-cab-table th {
    background: #17202b;
    color: #ffffff;
    font-size: 13px;
}

.route-cab-table td {
    color: #5d6775;
    font-size: 14px;
}

.route-cab-table tbody tr:last-child td {
    border-bottom: 0;
}

.route-info-note {
    display: flex;
    gap: 15px;
    margin: 28px 0;
    padding: 20px;
    border: 1px solid rgba(245, 166, 35, 0.3);
    border-radius: 14px;
    background: #fff8ea;
}

.route-info-note > i {
    margin-top: 3px;
    color: #f5a623;
    font-size: 20px;
}

.route-info-note h3 {
    margin: 0 0 5px;
    font-size: 16px;
}

.route-info-note p {
    margin: 0;
    color: #71531e;
    font-size: 14px;
    line-height: 1.65;
}

.route-steps {
    display: grid;
    gap: 15px;
    margin: 26px 0 36px;
}

.route-step {
    display: flex;
    gap: 16px;
    padding: 19px;
    border: 1px solid var(--line);
    border-radius: 15px;
    background: #ffffff;
}

.route-step > span {
    display: inline-flex;
    flex: 0 0 45px;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #17202b;
    color: #f5a623;
    font-weight: 800;
}

.route-step h3 {
    margin: 1px 0 5px;
    font-size: 16px;
}

.route-step p {
    margin: 0;
    color: #687282;
    font-size: 14px;
    line-height: 1.65;
}

.route-sidebar-sticky {
    position: sticky;
    top: 110px;
}

.route-sidebar-card {
    padding: 25px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: #ffffff;
    box-shadow: var(--shadow-lg);
}

.route-sidebar-card h2 {
    margin: 17px 0 8px;
    font-size: 21px;
}

.route-sidebar-card > p {
    margin-bottom: 17px;
    color: #667180;
    font-size: 14px;
    line-height: 1.65;
}

.route-sidebar-card .btn {
    width: 100%;
    justify-content: center;
    margin-top: 9px;
}

.route-sidebar-list {
    display: grid;
    gap: 10px;
    margin-top: 19px;
    padding-top: 18px;
    border-top: 1px solid var(--line);
}

.route-sidebar-list span {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #5d6877;
    font-size: 13px;
    font-weight: 600;
}

.route-sidebar-list i {
    color: #20a958;
}

.route-final-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    margin-top: 52px;
    padding: 30px;
    border-radius: 19px;
    background: #17202b;
    color: #ffffff;
}

.route-final-cta h2 {
    margin: 0 0 7px;
    color: #ffffff;
    font-size: 26px;
}

.route-final-cta p {
    margin: 0;
    color: #bdc6d1;
    font-size: 14px;
}

.route-final-actions {
    display: flex;
    flex-shrink: 0;
    flex-direction: column;
    gap: 10px;
}

.route-final-actions .btn {
    min-width: 205px;
    justify-content: center;
}

.route-faq .faq-a p {
    line-height: 1.75;
}

.related-routes-section .route-chip {
    min-height: 82px;
}

.route-not-found {
    padding: 90px 0;
    text-align: center;
}

.route-not-found .breadcrumb {
    margin-bottom: 15px;
}

.route-not-found p {
    max-width: 650px;
    margin: 0 auto 25px;
}

.route-hero-actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
}


/* ==================================================
   ROUTE PAGE TABLET
================================================== */

@media (max-width: 1050px) {

    .route-seo-hero .container,
    .route-content-layout {
        grid-template-columns: 1fr;
    }

    .route-hero-booking {
        max-width: 620px;
    }

    .route-summary-strip .route-meta {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .route-sidebar {
        display: none;
    }
}


/* ==================================================
   ROUTE PAGE MOBILE
================================================== */

@media (max-width: 767px) {

    .route-seo-hero {
        padding: 52px 0 82px;
    }

    .route-seo-hero .container {
        gap: 28px;
    }

    .route-seo-hero h1 {
        font-size: 31px;
    }

    .route-seo-hero .sub {
        font-size: 14px;
    }

    .route-hero-points {
        display: grid;
        gap: 9px;
    }

    .route-booking-card {
        padding: 21px 17px;
    }

    .route-summary-strip {
        margin-top: -35px;
    }

    .route-summary-strip .route-meta {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .route-content-layout {
        gap: 0;
    }

    .route-main-content > p {
        font-size: 14px;
        line-height: 1.8;
    }

    .route-main-content > .lead {
        font-size: 15px;
    }

    .route-main-content > h2 {
        margin-top: 38px;
        font-size: 25px;
    }

    .route-main-content > h3 {
        font-size: 18px;
    }

    .route-benefit-grid {
        grid-template-columns: 1fr;
    }

    .route-benefit-card {
        padding: 19px;
    }

    .route-step {
        padding: 16px;
    }

    .route-final-cta {
        flex-direction: column;
        align-items: stretch;
        padding: 24px 18px;
        text-align: center;
    }

    .route-final-actions {
        width: 100%;
    }

    .route-final-actions .btn {
        width: 100%;
        min-width: 0;
    }

    .related-routes-section .routes-grid {
        grid-template-columns: 1fr;
    }
}
