:root {
    --sc-violet:       #7C3AED;
    --sc-violet-light: #EDE9FE;
    --sc-violet-dark:  #5B21B6;
    --sc-violet-glow:  rgba(124,58,237,.2);
    --sc-amber:        #F59E0B;
    --sc-amber-dark:   #D97706;
    --sc-success:      #10B981;
    --sc-ink:          #09090B;
    --sc-ink-2:        #18181B;
    --sc-ink-muted:    #71717A;
    --sc-border:       #E4E4E7;
    --sc-surface:      #FAFAFA;
}

* { box-sizing: border-box; }
html { overflow-x: hidden; }
.container { max-width: 1200px; }
body {
    font-family: 'Lexend Deca', sans-serif;
    background: #fff;
    color: var(--sc-ink);
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6 { font-family: 'Lexend Deca', sans-serif; }
a { text-decoration: none; }

.text-violet    { color: var(--sc-violet) !important; }
.bg-violet      { background: var(--sc-violet) !important; }
.fw-black       { font-weight: 700 !important; }
.fw-extrabold   { font-weight: 700 !important; }

.gradient-text-hero {
    background: linear-gradient(135deg, #A78BFA, #60A5FA);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.gradient-text-v {
    background: linear-gradient(135deg, #7C3AED, #3B82F6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.btn-violet {
    background: linear-gradient(135deg, #7C3AED, #5B21B6);
    color: #fff;
    border: none;
    font-family: 'Lexend Deca', sans-serif;
    font-weight: 600;
    letter-spacing: .02em;
}
.btn-violet:hover, .btn-violet:focus {
    color: #fff;
}
.btn-violet-outline {
    border: 1.5px solid var(--sc-violet) !important;
    color: var(--sc-violet) !important;
    background: transparent !important;
    font-family: 'Lexend Deca', sans-serif;
    font-weight: 700;
    font-size: .78rem;
}
.btn-violet-outline:hover {
    background: var(--sc-violet) !important;
    color: #fff !important;
}
.btn-dark-sc {
    background: #09090B;
    color: #fff;
    border: none;
    font-family: 'Lexend Deca', sans-serif;
    font-weight: 700;
    border-radius: 50px;
    font-size: .72rem;
    padding: .3rem .9rem;
}
.btn-dark-sc:hover { background: var(--sc-violet); color: #fff; }

.ey-label {
    font-size: .62rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--sc-violet);
    display: block;
    margin-bottom: .4rem;
}
.section-title {
    font-family: 'Lexend Deca', sans-serif;
    font-size: 27px;
    font-weight: 600;
    letter-spacing: -.03em;
    line-height: 1.06;
    color: var(--sc-ink);
    margin-bottom: 0;
}
.section-title em {
    font-style: normal;
    background: linear-gradient(135deg, #7C3AED, #3B82F6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.cs-text {
    color: var(--sc-ink-2); font-family: 'Lexend Deca', sans-serif;
    font-size: 20px; font-weight: 700; line-height: 1.4;
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: block; width: 100%;
}
.cs-text.cs-placeholder { color: #A1A1AA; font-weight: 400; }
.field-box.focused .cs-text:not(.cs-placeholder) { color: var(--sc-violet); }

.cs-panel {
    display: none; position: absolute; background: #fff;
    border: 1.5px solid var(--sc-border); border-radius: 16px;
    font-family: 'Lexend Deca', sans-serif; box-shadow: 0 16px 40px rgba(0,0,0,.16);
    overflow: hidden; z-index: 99999; box-sizing: border-box;
}
.cs-panel.open { display: block; }
.cs-search-wrap { padding: 10px 10px 6px; border-bottom: 1px solid #F4F4F5; background: #fff; }
.cs-search {
    border: 1.5px solid var(--sc-border); border-radius: 10px;
    font-family: 'Lexend Deca', sans-serif; font-size: .82rem;
    font-weight: 500; padding: 8px 12px;
    color: var(--sc-ink); outline: none; width: 100%;
}
.cs-search:focus { border-color: var(--sc-violet); }
.cs-results {
    max-height: 240px; overflow-y: auto; list-style: none;
    margin: 0; padding: 6px;
}
.cs-results::-webkit-scrollbar { width: 4px; }
.cs-results::-webkit-scrollbar-thumb { background: var(--sc-border); border-radius: 4px; }
.cs-option {
    padding: 9px 10px; display: flex; align-items: center;
    gap: 10px; font-size: .82rem; font-weight: 500;
    color: var(--sc-ink-2); cursor: pointer; border-radius: 10px;
}
.cs-icon {
    width: 30px; height: 30px; border-radius: 9px; background: var(--sc-violet-light);
    color: var(--sc-violet);
    display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: .82rem;
}
.cs-name { font-size: .82rem; font-weight: 700; color: var(--sc-ink); line-height: 1.2; }
.cs-option:hover, .cs-option.cs-active { background: var(--sc-violet-light); }
.cs-option:hover .cs-name, .cs-option.cs-active .cs-name { color: var(--sc-violet); }
.cs-option:hover .cs-icon, .cs-option.cs-active .cs-icon { background: #DDD6FE; }
.cs-empty { padding: 14px; font-size: .78rem; color: #A1A1AA; text-align: center; }

.xdsoft_datetimepicker {
    border-radius: 16px !important; border: 1.5px solid var(--sc-border) !important;
    box-shadow: 0 20px 60px rgba(0,0,0,.12) !important; font-family: 'Lexend Deca', sans-serif !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current:hover {
    background: var(--sc-violet) !important; box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_timepicker,
.xdsoft_datetimepicker .xdsoft_time_box { width: 100px !important; }
.xdsoft_datetimepicker .xdsoft_calendar td:hover:not(.xdsoft_current) { background: var(--sc-violet-light) !important; color: var(--sc-violet) !important; }
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today:not(.xdsoft_current) { color: var(--sc-violet) !important; }
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current { background: var(--sc-violet) !important; box-shadow: none !important; }

#mainNav {
    background: #ffffff;
    border-bottom: 1px solid #E4E4E7;
    padding-top: 0;
    padding-bottom: 0;
    height: 76px;
}
#mainNav .navbar-brand { display: flex; align-items: center; gap: 10px; }
.brand-logo { height: 42px; width: auto; }
.brand-text {
    font-family: 'Lexend Deca', sans-serif; font-weight: 700;
    font-size: 1.2rem; letter-spacing: -.03em; color: var(--sc-ink);
}
.nav-phone {
    display: inline-flex; align-items: center; gap: 7px;
    font-size: .74rem; font-weight: 700; color: #52525B;
    border: 1.5px solid #E4E4E7; padding: .38rem .9rem;
    border-radius: 50px;
    background: #F9FAFB;
}
.nav-phone:hover { color: var(--sc-violet); border-color: var(--sc-violet); background: var(--sc-violet-light); }

#mainNav .nav-link {
    font-size: .82rem; font-weight: 600; color: #52525B;
    padding: .45rem .85rem !important; border-radius: 8px; transition: all .18s;
}
#mainNav .nav-link:hover { background: var(--sc-violet-light); color: var(--sc-violet); }
#mainNav .nav-link.nav-link-active { color: var(--sc-violet); }

@media (max-width: 575px) {
    .navbar-actions { gap: .35rem !important; }
    #mainNav .nav-link { padding: .45rem .4rem !important; font-size: .76rem; }
    .brand-text { font-size: 1rem; }
    .brand-logo { height: 32px; }
    .nav-phone { font-size: .68rem; padding: .34rem .6rem; gap: 5px; }
}

#hero {
    position: relative; min-height: 88vh;
    display: flex; align-items: center;
    padding: 130px 0 3rem; overflow: hidden;
}
.hero-bg {
    position: absolute; inset: 0;
    background: url('https://images.unsplash.com/photo-1469854523086-cc02fe5d8800?w=1920&q=90') center/cover no-repeat;
}
.hero-ov {
    position: absolute; inset: 0;
    background: linear-gradient(115deg, rgba(0,0,0,.82) 35%, rgba(0,0,0,.45) 100%);
}
.hero-orb { display: none; }

.hero-inner {
    display: flex; flex-direction: column; align-items: center;
    gap: 2.5rem; text-align: center;
}

.hero-left { color: #fff; width: 100%; display: flex; flex-direction: column; align-items: center; }
.hero-right, .hero-right .booking-card { width: 100%; }

.hero-badge {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14);
    color: rgba(255,255,255,.65); font-weight: 700;
    padding: .35rem 1rem; border-radius: 50px;
    font-size: .6rem; letter-spacing: .1em; text-transform: uppercase;
    backdrop-filter: blur(8px); margin-bottom: 1.4rem;
}
.hero-badge .live-dot {
    width: 6px; height: 6px; border-radius: 50%; background: #34D399;
}

.hero-title {
    font-family: 'Lexend Deca', sans-serif;
    font-size: 32px; max-width: 760px;
    font-weight: 600; color: #fff;
    letter-spacing: -.04em; line-height: 1.2; margin-bottom: 1.1rem;
}
.hero-sub { color: rgba(255,255,255,.5); font-size: 1rem; font-weight: 500; line-height: 1.7; max-width: 560px; margin-bottom: 2.2rem; }

.hero-stats { display: flex; align-items: stretch; justify-content: center; gap: .75rem; flex-wrap: wrap; }
.hero-stat {
    background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12);
    border-radius: 14px; padding: .7rem 1.15rem; backdrop-filter: blur(8px);
}
.hero-stat-num { color: #fff; font-size: 1.25rem; font-weight: 700; font-family: 'Lexend Deca', sans-serif; line-height: 1; }
.hero-stat-lbl { color: rgba(255,255,255,.4); font-size: .6rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; margin-top: 4px; }

.hero-right { position: relative; text-align: left; }

.booking-card {
    background: #fff; border-radius: 24px;
    width: 100%; position: relative; z-index: 1;
    box-shadow: 0 32px 80px rgba(0,0,0,.35);
    padding: 1.75rem;
}

.trip-tabs {
    display: flex; background: linear-gradient(135deg, #F8F6FF, #F0F5FF); position: relative;
    border: 1px solid var(--sc-violet, #7C3AED); border-radius: 20px; padding: 4px; gap: 3px;
    margin: 0 auto 1.4rem; width: fit-content;
}
.trip-tab {
    flex: 0 0 auto; display: flex; align-items: center; justify-content: center;
    gap: 6px; padding: .52rem 1.3rem; border-radius: 16px; border: none;
    background: transparent; font-size: .76rem; font-weight: 700;
    color: var(--sc-ink-muted); cursor: pointer; position: relative; z-index: 1;
    font-family: 'Lexend Deca', sans-serif; white-space: nowrap;
}
.trip-tab i { font-size: .63rem; }
.trip-tab.active {
    color: #fff;
    background: linear-gradient(135deg, var(--sc-violet), var(--sc-violet-dark));
}

.outstation-subtabs {
    display: flex; background: linear-gradient(135deg, #F8F6FF, #F0F5FF);
    border: 1px solid var(--sc-violet, #7C3AED); border-radius: 14px; padding: 3px; gap: 3px;
    margin-bottom: .9rem;
}
.outstation-subtab {
    flex: 1 1 0; display: flex; align-items: center; justify-content: center;
    padding: .42rem .5rem; border-radius: 11px; border: none;
    background: transparent; font-size: .72rem; font-weight: 700;
    color: var(--sc-ink-muted); cursor: pointer; font-family: 'Lexend Deca', sans-serif;
}
.outstation-subtab.active {
    color: #fff;
    background: linear-gradient(135deg, var(--sc-violet), var(--sc-violet-dark));
}

@media (max-width: 767px) {
    .trip-tabs { width: 100%; margin: 0 0 1.4rem; }
    .trip-tab { flex: 1; padding: .52rem .4rem; }
}

.field-label {
    font-size: .72rem; font-weight: 600;
    color: var(--sc-ink-muted);
    display: block; margin-bottom: .5rem;
}
.field-box {
    border: 2px solid var(--sc-border); border-radius: 12px;
    padding: .55rem .9rem; background: #fff; cursor: pointer;
    display: flex; align-items: center; min-height: 54px; min-width: 0;
    overflow: hidden;
    transition: border-color .2s, box-shadow .2s;
}
.field-box:hover { border-color: #C4B5FD; }
.field-box.focused {
    border-color: var(--sc-violet);
}
.field-box input, .field-box select {
    background: transparent; border: none; outline: none;
    font-family: 'Lexend Deca', sans-serif; font-size: 20px; font-weight: 700;
    color: var(--sc-ink); width: 100%; min-width: 0; cursor: pointer;
    overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.field-box input::placeholder { color: #A1A1AA; font-weight: 400; }
#ap-address::placeholder { color: var(--sc-ink); font-weight: 700; }

#f-ow .row > div, #f-lc .row > div, #f-ap .row > div { min-width: 0; }

.swap-btn {
    width: 38px; height: 38px; border-radius: 50%;
    border: 1.5px solid var(--sc-border); background: #fff; color: var(--sc-violet);
    font-size: .65rem; display: flex; align-items: center; justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
}
.swap-col-inner { min-height: 54px; }

.swap-col {
    margin-left: -18px;
    margin-right: -18px;
    z-index: 2;
    position: relative;
}
.swap-btn-mobile {
    position: absolute;
    top: 47px;
    right: 14px;
    z-index: 2;
}

.search-btn {
    width: auto; margin: 0 auto; background: linear-gradient(135deg, #7C3AED, #5B21B6);
    color: #fff; border: none; border-radius: 14px; padding: .9rem 2.5rem;
    font-family: 'Lexend Deca', sans-serif; font-size: .9rem; font-weight: 600;
    cursor: pointer;
    display: flex; align-items: center; justify-content: center; gap: 10px;
    letter-spacing: .02em;
}

@media (max-width: 767px) {
    #ret-wrap:not(.d-none) ~ #time-wrap {
        flex: 0 0 100%;
        max-width: 100%;
    }
    #lc-time-wrap {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.field-err {
    font-size: .68rem; color: #EF4444; font-weight: 600; display: none;
    align-items: flex-start; gap: 4px; line-height: 1.3;
    position: absolute; top: 100%; left: 0; right: 0; margin-top: 4px; z-index: 2;
}
.field-err.show { display: flex; }
.field-err i { flex-shrink: 0; margin-top: 1px; }
.field-err span { flex: 1 1 auto; min-width: 0; overflow-wrap: break-word; }

.scb-trip-bar { background: linear-gradient(135deg, #7C3AED, #5B21B6); margin-top: 76px; }
.scb-trip-pill { background: rgba(255,255,255,.14); border-radius: 10px; padding: .4rem .85rem; min-width: 130px; }
.scb-trip-pill-label {
    font-size: .58rem; font-weight: 600; text-transform: uppercase;
    letter-spacing: .06em; color: rgba(255,255,255,.7); margin-bottom: 1px;
}
.scb-trip-pill-value { font-size: .78rem; font-weight: 700; color: #fff; }
.scb-modify-btn {
    background: var(--sc-amber); color: #fff; border: none; font-weight: 700;
    padding: .6rem 1.6rem; border-radius: 10px; font-family: 'Lexend Deca', sans-serif; font-size: .85rem;
    box-shadow: 0 4px 14px rgba(0,0,0,.15); cursor: pointer; transition: transform .2s, box-shadow .2s;
}
.scb-modify-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,0,0,.2); }

.scb-modify-modal { border-radius: 24px; border: none; }
.scb-modify-modal .modal-title { font-family: 'Lexend Deca', sans-serif; font-weight: 600; font-size: 1.1rem; color: var(--sc-ink); }

.modal-backdrop.show {
    backdrop-filter: blur(14px) saturate(130%);
    -webkit-backdrop-filter: blur(14px) saturate(130%);
    background-color: rgba(19, 19, 32, .45);
    opacity: 1;
}

.user-query-modal { border-radius: 24px; border: none; padding: .5rem 1rem 1.5rem; }
.user-query-modal h4 { font-family: 'Lexend Deca', sans-serif; font-weight: 700; color: var(--sc-ink); }
.user-query-modal .field-err { position: static; margin: 6px 0 0; }

.user-query-cta { background: #fff; border: 1.5px solid var(--sc-border); border-radius: 16px; padding: 2rem; }
.user-query-cta-done { color: #16A34A; font-weight: 700; }

.scb-mobile-info { min-width: 0; flex: 1 1 auto; }
.scb-mobile-route { font-size: .85rem; font-weight: 700; color: #fff; }
.scb-mobile-meta { font-size: .68rem; color: rgba(255,255,255,.75); margin-top: 1px; }
.scb-mobile-modify {
    background: var(--sc-amber); color: #fff; border: none; font-weight: 700;
    padding: .45rem .95rem; border-radius: 8px; font-family: 'Lexend Deca', sans-serif; font-size: .78rem;
    display: flex; align-items: center; gap: .35rem; white-space: nowrap;
}

@media (max-width: 767px) {
    .scb-trip-bar { margin-top: 66px !important; }
}

@media (max-width: 480px) {
    .scb-mobile-route { font-size: .8rem; }
    .scb-mobile-meta { font-size: .64rem; }
}

.cab-option-card {
    background: #fff; border: 1px solid var(--sc-border); border-radius: 5px; overflow: hidden;
    box-shadow: 0 2px 4px 0 #c8c8c8;
    margin-bottom: 20px;
}
.cab-option-card:last-child { margin-bottom: 0; }
.cab-option-main { display: flex; gap: 1.75rem; padding: 1rem 1.5rem; }
.cab-option-img-wrap { width: 150px; height: 120px; border-radius: 14px; overflow: hidden; flex-shrink: 0; background: var(--sc-violet-light); }
.cab-option-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; }
.cab-option-body { flex: 1; min-width: 0; padding-right: 1.75rem; border-right: 1.5px dashed var(--sc-border); }
.cab-option-name { font-size: 1.15rem; font-weight: 600; letter-spacing: -.01em; margin-bottom: .6rem; color: var(--sc-ink); }
.cab-spec { font-size: .78rem; color: var(--sc-ink-muted); font-weight: 600; }
.cab-spec-icon { color: var(--sc-violet); margin-right: .15rem; }
.cab-spec-dot { color: var(--sc-border); }

.cab-feature-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: .45rem; }
.cab-feature-list li { position: relative; padding-left: 1.35rem; font-size: .8rem; font-weight: 500; color: var(--sc-ink-2); }
.cab-feature-list li::before {
    content: '\f00c'; font-family: 'Font Awesome 6 Free'; font-weight: 900; font-size: .62rem;
    position: absolute; left: 0; top: 2px; width: 16px; height: 16px; line-height: 16px; text-align: center;
    color: #fff; background: var(--sc-success); border-radius: 50%;
}
.cab-feature-list-plain li { padding-left: 0; display: flex; align-items: center; gap: .5rem; }
.cab-feature-list-plain li::before { content: none; }
.cab-feature-list-plain li i.fa-circle { font-size: .4rem; color: var(--sc-ink-muted); }
.cab-info-row { display: flex; gap: .7rem; align-items: flex-start; }
.cab-info-icon { color: #A1A1AA; font-size: .95rem; width: 20px; text-align: center; margin-top: 2px; flex-shrink: 0; }
.cab-info-icon.text-success { color: var(--sc-success); }
.cab-info-title { font-size: .82rem; font-weight: 600; color: var(--sc-ink); margin-bottom: 2px; }
.cab-info-desc { font-size: .76rem; color: #71717A; line-height: 1.6; margin: 0; }
.cab-info-desc strong { color: var(--sc-ink); }
.cab-info-desc-green { color: var(--sc-success); font-weight: 600; }
.cab-info-desc-green strong { color: var(--sc-success); }
.cab-info-value { font-size: .8rem; color: var(--sc-ink); font-weight: 700; }

.cab-option-price-col {
    width: 230px; flex-shrink: 0; text-align: center;
    display: flex; flex-direction: column; align-items: center; justify-content: center;
}
.cab-price-row { display: flex; flex-direction: column; align-items: center; gap: .1rem; margin-bottom: 1rem; }
.cab-price-label { font-size: .68rem; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; color: var(--sc-ink-muted); }
.cab-price-new { font-size: 2rem; color: var(--sc-violet); font-weight: 700; letter-spacing: -.02em; }
.cab-per-km-badge {
    display: inline-flex; align-items: center; margin-top: .15rem;
    background: var(--sc-violet-light); color: var(--sc-violet);
    font-size: .68rem; font-weight: 700; letter-spacing: .01em;
    padding: .18rem .6rem; border-radius: 50px;
}
.btn-book-now {
    background: var(--sc-amber); color: #fff; border: none;
    padding: .68rem 1.6rem; border-radius: 50px; font-weight: 600; font-size: .85rem;
    font-family: 'Lexend Deca', sans-serif;
    cursor: pointer; width: 100%;
    text-decoration: none; display: inline-block; text-align: center;
}
.btn-book-now:hover { color: #fff; }

.cab-fare-toggle {
    display: flex; align-items: center; gap: .4rem; width: 100%; border: none;
    background: var(--sc-surface); border-top: 1.5px solid var(--sc-border);
    padding: .4rem 1.5rem; font-size: .82rem; font-weight: 700; color: var(--sc-violet);
    font-family: 'Lexend Deca', sans-serif; cursor: pointer;
}
.cab-fare-panel { padding: .5rem 1.5rem; background: var(--sc-surface); border-top: 1px solid var(--sc-border); }
.cab-fare-row { display: flex; justify-content: space-between; font-size: .82rem; color: var(--sc-ink-muted); padding: .3rem 0; }
.cab-fare-row.cab-fare-total { font-weight: 700; color: var(--sc-ink); border-top: 1px solid var(--sc-border); margin-top: .3rem; padding-top: .5rem; }
.cab-fare-panel-plain .cab-fare-row span:first-child { display: flex; align-items: center; gap: .5rem; }
.cab-fare-panel-plain .cab-fare-row i.fa-circle { font-size: .4rem; color: var(--sc-ink-muted); }

.cab-mobile-main { padding: .9rem 1.1rem; }
.cab-mobile-img-wrap { width: 76px; height: 76px; border-radius: 10px; overflow: hidden; background: var(--sc-violet-light); }
.cab-mobile-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; }
.cab-mobile-name { font-size: .8rem; font-weight: 700; letter-spacing: -.01em; color: var(--sc-ink); margin-bottom: .3rem; }
.cab-mobile-specs { display: flex; align-items: center; gap: .3rem; flex-wrap: wrap; font-size: .6rem; color: var(--sc-ink-muted); font-weight: 600; }
.cab-mobile-price .cab-price-label { font-size: .52rem; }
.cab-mobile-price-value { font-size: .95rem; font-weight: 700; color: var(--sc-violet); letter-spacing: -.02em; white-space: nowrap; }
.cab-mobile-price .cab-per-km-badge { font-size: .56rem; padding: .12rem .45rem; margin-top: .25rem; white-space: nowrap; }
.cab-mobile-feature-list { margin: .8rem 0; gap: .3rem; }
.cab-mobile-feature-list li { font-size: .68rem; padding-left: 1.2rem; }

@media (max-width: 767px) {
    .cab-fare-toggle { padding: .4rem 1.1rem; font-size: .74rem; }
    .cab-fare-row { font-size: .74rem; }
    .btn-book-now { font-size: .78rem; }
    .scb-mobile-route { font-size: .78rem; }
    .scb-mobile-meta { font-size: .62rem; }
    .scb-mobile-modify { font-size: .72rem; }
}

@media (max-width: 480px) {
    .cab-mobile-img-wrap { width: 64px; height: 64px; }
    .cab-mobile-name { font-size: .76rem; }
    .cab-mobile-specs { font-size: .56rem; }
    .cab-mobile-price-value { font-size: .88rem; }
    .cab-mobile-feature-list li { font-size: .64rem; }
}

.sc-bg-light { background: #F8F6FF; }
.sc-bg-white { background: #ffffff; }

.is-invalid-sc { border-color: #EF4444 !important; }

.checkout-panel {
    background: #fff; border: 1px solid var(--sc-border); border-radius: 18px; padding: 1.75rem;
    box-shadow: 0 1px 2px rgba(9,9,11,.03), 0 8px 24px rgba(9,9,11,.03);
}

.checkout-steps { display: flex; flex-direction: column; gap: 1.25rem; }

.checkout-back-link {
    display: inline-flex; align-items: center; gap: 8px; font-size: .84rem; font-weight: 500;
    color: var(--sc-ink-muted); text-decoration: none; margin-bottom: .25rem;
}
.checkout-back-link i { font-size: .75rem; }
.checkout-back-link:hover { color: var(--sc-ink); }

.checkout-section-label {
    display: flex; align-items: center; font-size: 1.1rem; font-weight: 700;
    color: var(--sc-ink); margin-bottom: 1.25rem;
}

.bk-step-num {
    display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0;
    width: 26px; height: 26px; border-radius: 50%; background: #fff;
    border: 1.5px solid var(--sc-violet); color: var(--sc-violet);
    font-size: .85rem; font-weight: 700; margin-right: 10px;
}

.checkout-title-pill {
    display: inline-flex; align-items: center; gap: 6px; border: 1.5px solid var(--sc-border);
    border-radius: 8px; padding: .5rem 1rem; font-size: .88rem; font-weight: 500;
    color: var(--sc-ink-muted); cursor: pointer;
}
.checkout-title-pill input { accent-color: var(--sc-violet); }
.checkout-title-pill:has(input:checked) { border-color: var(--sc-violet); color: var(--sc-ink); font-weight: 700; background: var(--sc-violet-light); }

.checkout-phone-wrap {
    display: flex; align-items: center; border: 1.5px solid var(--sc-border); border-radius: 10px;
    overflow: hidden; background: #fff;
}
.checkout-phone-prefix { padding: .72rem .8rem; background: var(--sc-surface); font-size: .9rem; font-weight: 500; color: var(--sc-ink-muted); border-right: 1.5px solid var(--sc-border); }
.checkout-phone-wrap input { border: none; outline: none; padding: .72rem .9rem; font-size: .9rem; font-weight: 500; width: 100%; }
.checkout-phone-wrap.is-invalid-sc { border-color: #EF4444 !important; }

.checkout-gst-card {
    background: var(--sc-surface); border: 1.5px solid var(--sc-border); border-radius: 10px; padding: 1rem 1.1rem;
}

.checkout-sticky { position: sticky; top: 96px; }

.checkout-summary-panel { padding-bottom: 1.5rem; }

.checkout-summary-row {
    display: flex; justify-content: space-between; gap: .75rem;
    font-size: .9rem; color: var(--sc-ink); font-weight: 500;
    padding: .45rem 0;
}
.checkout-summary-row span:first-child { color: var(--sc-ink-muted); }
.checkout-summary-item span:first-child { color: var(--sc-ink); font-weight: 500; }
.checkout-summary-item span:last-child { font-weight: 500; }

.checkout-summary-divider { height: 1px; background: var(--sc-border); margin: .5rem 0 1rem; }

.checkout-summary-row-total { font-size: 1.15rem; font-weight: 700; color: var(--sc-ink); padding: 0; }
.checkout-summary-row-total span:first-child { color: var(--sc-ink); font-weight: 700; }

.checkout-savings-banner {
    display: flex; align-items: center; justify-content: space-between; gap: 10px;
    background: #ECFDF5; border: 1.5px solid #A7F3D0; border-radius: 10px;
    padding: .75rem 1rem; margin-top: 1rem; color: #065F46; font-size: .82rem; font-weight: 500;
}
.checkout-savings-banner span:last-child { color: #059669; font-weight: 700; }

.checkout-payment-option {
    display: flex; align-items: center; gap: 12px; border: 1.5px solid var(--sc-border);
    border-radius: 12px; padding: 1rem 1.1rem; cursor: pointer; margin-bottom: .75rem; position: relative;
    transition: border-color .15s ease, background-color .15s ease, box-shadow .15s ease, transform .15s ease;
}
.checkout-payment-option:hover { border-color: #C4B5FD; }
.checkout-payment-option:has(input:checked) {
    border-color: var(--sc-violet); background: var(--sc-violet-light);
}
.checkout-payment-option input[type=radio] {
    appearance: none; -webkit-appearance: none; width: 20px; height: 20px; border-radius: 50%;
    border: 2px solid var(--sc-border); position: relative; margin: 0; flex-shrink: 0; cursor: pointer;
    transition: border-color .15s ease;
}
.checkout-payment-option input[type=radio]:checked { border-color: var(--sc-violet); }
.checkout-payment-option input[type=radio]:checked::after {
    content: ''; position: absolute; inset: 3px; border-radius: 50%; background: var(--sc-violet);
}
.checkout-payment-amount { font-size: 1.05rem; font-weight: 700; color: var(--sc-ink); white-space: nowrap; }

.checkout-cta-row { display: flex; gap: .75rem; margin-top: 1.25rem; }
.checkout-confirm-btn {
    flex: 1; display: flex; align-items: center; justify-content: center; gap: 8px;
    background: var(--sc-violet); color: #fff; border: none; border-radius: 12px;
    padding: .85rem 1.3rem; font-size: .98rem; font-weight: 700; font-family: 'Lexend Deca', sans-serif;
    cursor: pointer;
    transition: background-color .15s ease, transform .1s ease;
}
.checkout-confirm-btn:hover { background: var(--sc-violet-dark); }
.checkout-confirm-btn:active { transform: translateY(1px); }
.checkout-confirm-btn span { font-weight: 700; }
.checkout-confirm-btn:disabled { opacity: .7; cursor: not-allowed; }

.fare-breakup-toggle {
    display: flex; align-items: center; justify-content: center; gap: 6px; width: 100%;
    background: none; border: none; padding: 0; font-size: .86rem; font-weight: 700;
    color: var(--sc-violet); font-family: 'Lexend Deca', sans-serif; cursor: pointer;
}
.fare-breakup-toggle i { font-size: .68rem; transition: transform .2s ease; }
.fare-breakup-toggle.is-open i { transform: rotate(180deg); }

.trip-summary-title { font-size: 1.25rem; font-weight: 700; color: var(--sc-ink); display: flex; align-items: center; flex-wrap: wrap; gap: .5rem; }
.trip-route-arrow { font-size: .9rem; color: var(--sc-ink-muted); margin: 0 .3rem; }
.trip-type-tag {
    display: inline-flex; align-items: center; font-size: .74rem; font-weight: 700;
    color: var(--sc-violet); background: var(--sc-violet-light); border-radius: 100px;
    padding: .2rem .65rem; letter-spacing: .01em; text-transform: uppercase;
}
.trip-meta-row { font-size: .9rem; font-weight: 500; color: var(--sc-ink-muted); margin-top: .45rem; line-height: 1.5; }
.trip-meta-row strong { font-weight: 700; color: var(--sc-ink); }
.trip-meta-divider { margin: 0 .4rem; color: var(--sc-border); }

.form-control-flat { border: none; background: var(--sc-surface); font-size: .9rem; }
.form-control-flat:focus { background: #fff; border: 1.5px solid var(--sc-violet); }

.form-pill-btn {
    display: inline-flex; align-items: center; gap: 6px; background: var(--sc-violet-light);
    color: var(--sc-violet); border: none; border-radius: 10px; padding: .65rem 1rem;
    font-size: .85rem; font-weight: 700; white-space: nowrap; cursor: pointer;
}
.form-pill-btn i { font-size: .68rem; }

.incl-excl-label { display: flex; align-items: center; gap: 6px; font-size: .94rem; font-weight: 700; margin-bottom: .6rem; }
.incl-excl-label i { font-size: .5rem; }
.incl-label { color: #059669; }
.excl-label { color: #DC2626; }
.incl-excl-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: .5rem; }
.incl-excl-list li { display: flex; align-items: flex-start; gap: 8px; font-size: .88rem; font-weight: 500; color: var(--sc-ink); }
.incl-excl-list li i { font-size: .72rem; margin-top: 3px; flex-shrink: 0; }

.booking-success-icon {
    width: 84px; height: 84px; border-radius: 50%; background: #D1FAE5; color: #10B981;
    font-size: 2.2rem; display: flex; align-items: center; justify-content: center; margin: 0 auto 1.5rem;
}
.booking-ref-badge {
    display: inline-block; background: var(--sc-violet-light); color: var(--sc-violet);
    font-weight: 700; font-size: 1.1rem; letter-spacing: .05em; padding: .7rem 1.6rem; border-radius: 12px;
}
.booking-confirmed-summary {
    background: #FAFAFA; border: 1.5px solid var(--sc-border); border-radius: 16px;
    padding: 1rem 1.25rem; margin-top: 1.5rem; text-align: left;
}

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

@media (max-width: 991.98px) {
    .checkout-hero-section { padding-bottom: 100px; }

    .mobile-pay-bar {
        display: flex; align-items: center; justify-content: space-between; gap: 1rem;
        position: fixed; left: 0; right: 0; bottom: 0; z-index: 1030;
        background: #fff; border-top: 1px solid var(--sc-border);
        padding: .7rem 1rem; box-shadow: 0 -4px 16px rgba(9,9,11,.08);
    }
    .mobile-pay-bar-label { display: block; font-size: .74rem; font-weight: 500; color: var(--sc-ink-muted); }
    .mobile-pay-bar-amount { display: block; font-size: 1.15rem; font-weight: 700; color: var(--sc-ink); }
    .mobile-pay-bar-btn { flex: 0 0 auto; padding: .8rem 1.4rem; }
}

@media (max-width: 767px) {
    .checkout-hero-section { padding-top: 80px; }
    .checkout-sticky { position: static; margin-top: .5rem; }
    .checkout-payment-option { flex-wrap: wrap; }
    .checkout-payment-amount { margin-left: auto; }
    .checkout-panel { padding: 1.4rem 1.15rem; }
    .checkout-section-label { font-size: 1rem; }
    .trip-summary-title { font-size: 1.05rem; line-height: 1.5; gap: .5rem .6rem; margin-bottom: .2rem; }
    .trip-route-arrow { font-size: .78rem; margin: 0 .25rem; }
    .trip-type-tag { font-size: .66rem; padding: .22rem .6rem; margin-top: .15rem; }
    .trip-meta-row { font-size: .82rem; line-height: 1.6; margin-top: .6rem; }
    .trip-meta-divider { margin: 0 .5rem; }
}

@media (max-width: 480px) {
    .checkout-panel { padding: 1.25rem 1rem; }
    .checkout-summary-row-total { font-size: .95rem; }
    .checkout-payment-option { padding: .85rem .9rem; gap: 8px; }
    .checkout-payment-title { font-size: .88rem; }
    .checkout-payment-sub { font-size: .74rem; }
    .checkout-payment-amount { font-size: .95rem; }
    .checkout-confirm-btn { padding: .8rem 1rem; font-size: .92rem; }
    .trip-summary-title { font-size: 1rem; line-height: 1.55; }
    .trip-meta-row { font-size: .8rem; line-height: 1.6; margin-top: .55rem; }
}

.timeline-row { display: flex; gap: 1.5rem; position: relative; }
.timeline-line {
    position: absolute; top: 34px; left: 16.66%; right: 16.66%; height: 2px;
    background: repeating-linear-gradient(90deg, #DDD6FE 0, #DDD6FE 8px, transparent 8px, transparent 16px);
    z-index: 0;
}
.timeline-item { flex: 1; text-align: center; position: relative; z-index: 1; }
.timeline-dot {
    width: 68px; height: 68px; border-radius: 50%;
    background: #fff; border: 2px solid var(--sc-violet);
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 1rem; font-weight: 700; color: var(--sc-violet);
    font-size: 1.55rem;
}
.step-num  { font-size: .58rem; font-weight: 700; color: var(--sc-violet); text-transform: uppercase; letter-spacing: .12em; margin-bottom: .35rem; display: block; }
.step-title { font-size: .9rem; font-weight: 600; margin-bottom: .5rem; }
.step-desc  { font-size: .77rem; color: #A1A1AA; line-height: 1.7; margin: 0; max-width: 260px; margin-inline: auto; }

.dest-list {
    border: 1.5px solid var(--sc-border); border-radius: 18px; overflow: hidden; background: #fff;
}
.dest-list-row {
    display: flex; align-items: center; gap: 1.1rem; padding: 1.1rem 1.4rem;
    border-bottom: 1.5px solid var(--sc-border); cursor: pointer;
    text-decoration: none; color: inherit;
}
.dest-list-row:last-child { border-bottom: none; }
.dest-list-icon {
    width: 44px; height: 44px; border-radius: 12px; flex-shrink: 0;
    background: var(--sc-violet-light); color: var(--sc-violet);
    display: flex; align-items: center; justify-content: center; font-size: .95rem;
}
.dest-list-info { flex: 1; min-width: 0; }
.dest-name { font-size: .92rem; font-weight: 600; color: var(--sc-ink); line-height: 1.3; }
.dest-list-arrow { font-size: .7rem; color: #A1A1AA; margin: 0 .3rem; }
.dest-meta { font-size: .74rem; color: #A1A1AA; margin-top: 3px; }
.dest-list-price { text-align: right; flex-shrink: 0; }
.dest-price-label { display: block; font-size: .6rem; color: #A1A1AA; text-transform: capitalize; letter-spacing: .06em; font-weight: 700; margin-bottom: 2px; }
.dest-price { font-size: 1rem; font-weight: 700; color: var(--sc-violet); }
.dest-list-chevron { color: #D4D4D8; font-size: .8rem; transition: all .2s; flex-shrink: 0; }

.svc-card {
    border-radius: 18px; overflow: hidden; background: #fff;
    border: 1.5px solid var(--sc-border);
}
.svc-card-img { width: 100%; height: 170px; object-fit: cover; display: block; }
.svc-label { font-size: .6rem; font-weight: 700; color: var(--sc-violet); text-transform: uppercase; letter-spacing: .12em; display: block; }
.svc-title { font-size: 1rem; font-weight: 700; margin: .4rem 0 .6rem; letter-spacing: -.01em; }
.svc-desc  { font-size: .8rem; color: #A1A1AA; line-height: 1.7; margin-bottom: .9rem; }
.svc-check { font-size: .78rem; color: #52525B; display: flex; align-items: center; gap: .5rem; margin-bottom: .5rem; }
.svc-check i {
    width: 18px; height: 18px; border-radius: 50%; background: #D1FAE5; color: #059669;
    font-size: .56rem; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0;
}

.more-sub { max-width: 520px; font-size: .92rem; }

.more-card {
    border-radius: 18px; overflow: hidden; background: #fff;
    border: 1.5px solid var(--sc-border);
}
.more-card-img-wrap { position: relative; }
.more-card-img { width: 100%; height: 170px; object-fit: cover; display: block; }
.more-card-btn { font-size: .85rem; font-weight: 700; }

.fleet-owl { position: relative; }
.fleet-owl .owl-stage-outer { padding: 4px 2px 1rem; }
.fleet-owl .owl-dots { display: none; }

.fleet-owl .owl-nav {
    position: absolute; top: 0; left: 0; right: 0; height: 158px;
    display: flex; align-items: center; justify-content: space-between;
    pointer-events: none; margin: 0;
}
.owl-carousel.fleet-owl .owl-nav button.owl-prev,
.owl-carousel.fleet-owl .owl-nav button.owl-next {
    pointer-events: auto; width: 40px; height: 40px; border-radius: 50%;
    background: #fff; border: 1.5px solid var(--sc-border);
    box-shadow: 0 4px 14px rgba(0,0,0,.14);
    display: flex; align-items: center; justify-content: center;
    color: var(--sc-violet); font-size: .85rem; margin: 0; transition: all .2s;
}
.owl-carousel.fleet-owl .owl-nav button.owl-prev:hover,
.owl-carousel.fleet-owl .owl-nav button.owl-next:hover { background: var(--sc-violet); color: #fff; }
.owl-carousel.fleet-owl .owl-nav button.owl-prev { margin-left: -14px; }
.owl-carousel.fleet-owl .owl-nav button.owl-next { margin-right: -14px; }
.owl-carousel.fleet-owl .owl-nav .disabled { opacity: .35; pointer-events: none; }

.trip-owl { position: relative; }
.trip-owl .owl-stage-outer { padding: 4px 2px 1rem; }
.trip-owl .owl-dots { display: none; }
.trip-owl .owl-nav {
    position: absolute; top: 0; left: 0; right: 0; height: 158px;
    display: flex; align-items: center; justify-content: space-between;
    pointer-events: none; margin: 0;
}
.owl-carousel.trip-owl .owl-nav button.owl-prev,
.owl-carousel.trip-owl .owl-nav button.owl-next {
    pointer-events: auto; width: 40px; height: 40px; border-radius: 50%;
    background: #fff; border: 1.5px solid var(--sc-border);
    box-shadow: 0 4px 14px rgba(0,0,0,.14);
    display: flex; align-items: center; justify-content: center;
    color: var(--sc-violet); font-size: .85rem; margin: 0; transition: all .2s;
}
.owl-carousel.trip-owl .owl-nav button.owl-prev:hover,
.owl-carousel.trip-owl .owl-nav button.owl-next:hover { background: var(--sc-violet); color: #fff; }
.owl-carousel.trip-owl .owl-nav button.owl-prev { margin-left: -14px; }
.owl-carousel.trip-owl .owl-nav button.owl-next { margin-right: -14px; }
.owl-carousel.trip-owl .owl-nav .disabled { opacity: .35; pointer-events: none; }

.trip-route-summary { font-size: .9rem; }
.trip-book-panel { background: var(--sc-violet-light); border-color: #DDD6FE !important; }
.trip-inclusion-list li i { color: var(--sc-violet); margin-right: 4px; }

.fleet-card {
    background: #fff; border: 1.5px solid var(--sc-border); border-radius: 20px;
    overflow: hidden; position: relative; height: 100%;
}
.fleet-img { width: 100%; height: 158px; overflow: hidden; position: relative; }
.fleet-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.fleet-img-ov { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.45) 0%, transparent 55%); }
.fleet-badge { position: absolute; top: 10px; left: 10px; font-size: .65rem; font-weight: 700; padding: .24rem .65rem; border-radius: 50px; }
.fleet-badge-inline { flex-shrink: 0; font-size: .65rem; font-weight: 700; padding: .24rem .65rem; border-radius: 50px; white-space: nowrap; }
.fleet-rate-badge {
    flex-shrink: 0; background: var(--sc-violet-light); color: var(--sc-violet);
    font-size: .68rem; font-weight: 700; letter-spacing: .01em;
    padding: .2rem .6rem; border-radius: 50px; white-space: nowrap;
}
.fleet-body { padding: 1rem 1.1rem 1.1rem; }
.fleet-name  { font-size: .92rem; font-weight: 700; margin-bottom: 1px; min-width: 0; }
.fleet-model { font-size: .7rem; color: #A1A1AA; margin-bottom: .7rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.fleet-specs { display: flex; gap: .7rem; flex-wrap: wrap; padding-top: .6rem; border-top: 1px solid var(--sc-border); }
.fleet-spec  { font-size: .7rem; color: #52525B; display: flex; align-items: center; gap: 4px; }
.fleet-spec i { color: #D4D4D8; font-size: .62rem; }

.why-list { columns: 2; column-gap: 2.25rem; }
.why-row { display: flex; gap: 1rem; padding: 1.15rem 0; border-bottom: 1px solid var(--sc-border); break-inside: avoid; }
.why-list > .why-row:nth-last-child(-n+2) { border-bottom: none; }
.why-row-icon {
    width: 46px; height: 46px; border-radius: 13px;
    background: linear-gradient(135deg, #EDE9FE, #DBEAFE);
    display: flex; align-items: center; justify-content: center;
    font-size: 1rem; color: var(--sc-violet); flex-shrink: 0;
}
.why-row-title { font-size: .88rem; font-weight: 600; margin-bottom: .3rem; }
.why-row-desc  { font-size: .76rem; color: #A1A1AA; line-height: 1.7; margin: 0; }
.why-intro-badge {
    display: inline-flex; align-items: center; gap: 8px;
    background: var(--sc-violet-light); color: var(--sc-violet);
    font-size: .74rem; font-weight: 700; padding: .5rem 1rem;
    border-radius: 50px; margin-top: 1.4rem;
}

.rev-card {
    background: #fff; border: 1.5px solid var(--sc-border); border-radius: 18px;
    padding: 1.4rem; height: 100%; position: relative;
}
.rev-stars { color: var(--sc-amber); font-size: .72rem; margin-bottom: .7rem; }
.rev-text  { font-size: .78rem; color: #52525B; line-height: 1.75; margin-bottom: 1rem; }
.rev-avatar {
    width: 36px; height: 36px; border-radius: 50%;
    background: linear-gradient(135deg, var(--sc-violet-light), #DBEAFE);
    display: flex; align-items: center; justify-content: center;
    font-weight: 700; color: var(--sc-violet); font-size: .78rem; flex-shrink: 0;
}
.rev-name { font-size: .78rem; font-weight: 700; }
.rev-city { font-size: .66rem; color: #A1A1AA; }
.rev-quote-icon { position: absolute; top: 1.2rem; right: 1.3rem; font-size: 1.3rem; color: var(--sc-violet-light); }

.rev-scroll {
    display: flex; gap: 1.25rem; overflow-x: auto; padding: 4px 4px 1rem;
    scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch;
}
.rev-scroll::-webkit-scrollbar { height: 6px; }
.rev-scroll::-webkit-scrollbar-thumb { background: var(--sc-border); border-radius: 4px; }
.rev-card-scroll { flex: 0 0 320px; scroll-snap-align: start; }

.faq-item { border: 1.5px solid var(--sc-border); border-radius: 14px; overflow: hidden; margin-bottom: .65rem; }
.faq-btn {
    padding: 1rem 1.2rem; font-size: .84rem; font-weight: 700;
    background: #fff; border: none; width: 100%; text-align: left;
    font-family: 'Lexend Deca', sans-serif; color: var(--sc-ink);
    display: flex; justify-content: space-between; align-items: center;
    cursor: pointer; gap: 8px;
}
.faq-btn i { color: var(--sc-violet); font-size: .7rem; flex-shrink: 0; }
.faq-btn[aria-expanded="true"] i { transform: rotate(180deg); }
.faq-body { padding: 0 1.2rem 1rem; font-size: .78rem; color: #52525B; line-height: 1.75; }

.con-card {
    background: #fff; border: 1.5px solid var(--sc-border); border-radius: 14px;
    padding: 1.1rem 1.2rem; display: flex; align-items: flex-start; gap: 11px;
}
.con-icon {
    width: 40px; height: 40px; border-radius: 11px;
    background: var(--sc-violet-light); display: flex;
    align-items: center; justify-content: center;
    color: var(--sc-violet); font-size: .85rem; flex-shrink: 0;
}
.con-title { font-size: .77rem; font-weight: 700; margin-bottom: 2px; color: var(--sc-ink); }
.con-val   { font-size: .77rem; color: #52525B; }

.form-label-sc {
    font-size: .6rem; font-weight: 700; text-transform: capitalize;
    color: var(--sc-ink-muted); display: block; margin-bottom: 4px;
}
.form-control-sc {
    width: 100%; padding: .72rem .9rem;
    border: 1.5px solid var(--sc-border); border-radius: 11px;
    font-size: .82rem; font-weight: 500; font-family: 'Lexend Deca', sans-serif;
    outline: none; background: #fff; color: var(--sc-ink);
}
.form-control-sc:focus { border-color: var(--sc-violet); box-shadow: none; }
.form-control-sc::placeholder { color: #A1A1AA; font-weight: 400; }

.stats-band {
    background: linear-gradient(135deg, #7C3AED, #4F46E5);
    border-radius: 28px; padding: 3rem 2rem;
    position: relative; overflow: hidden;
}
.stats-band::before {
    content: ''; position: absolute;
    width: 320px; height: 320px;
    background: radial-gradient(circle, rgba(255,255,255,.09), transparent 65%);
    top: -100px; left: -60px; border-radius: 50%;
}
.stats-band-icon {
    width: 44px; height: 44px; border-radius: 12px;
    background: rgba(255,255,255,.15); display: flex;
    align-items: center; justify-content: center;
    margin: 0 auto .8rem; color: #fff; font-size: 1rem; position: relative; z-index: 1;
}
.stat-num  { font-family: 'Lexend Deca', sans-serif; font-size: clamp(1.8rem,3.5vw,2.6rem); font-weight: 600; color: #fff; letter-spacing: -.03em; line-height: 1; position: relative; z-index: 1; }
.stat-lbl  { font-size: .72rem; color: rgba(255,255,255,.65); font-weight: 600; margin-top: .4rem; position: relative; z-index: 1; }

.cta-strip {
    background: linear-gradient(135deg, #7C3AED, #4F46E5);
    border-radius: 24px; padding: 3rem 2.5rem;
    color: #fff; position: relative; overflow: hidden;
}
.cta-strip::before {
    content: ''; position: absolute;
    width: 300px; height: 300px;
    background: radial-gradient(circle, rgba(255,255,255,.08), transparent 65%);
    top: -80px; right: -60px; border-radius: 50%;
}

#mainFooter {
    background: #131320;
    padding: 4.5rem 0 0;
}
.foot-h   {
    font-size: 1.35rem; font-weight: 700; text-transform: uppercase;
    letter-spacing: .04em; color: #fff; margin-bottom: 1.5rem;
    font-family: 'Lexend Deca', sans-serif;
}
.foot-link {
    display: block; font-size: .85rem; color: rgba(255,255,255,.55);
    margin-bottom: .9rem; text-decoration: none;
}
.foot-link:hover { color: #fff; }
.foot-bullet { color: var(--sc-violet-light); margin-right: 4px; }
.foot-gst { font-size: 1rem; color: #fff; }
.foot-strip { margin-top: 3rem; }
.foot-gst-bar { background: #1e1e28; border-top: 1px solid rgba(255,255,255,.08); padding: .9rem 0; }
.foot-bottom { background: var(--sc-violet); padding: 1.3rem 0; }
.foot-copy { font-size: .8rem; font-weight: 700; color: #fff; }
.foot-copy.foot-link-plain:hover { color: rgba(255,255,255,.8); }
.social-btn {
    width: 36px; height: 36px; border-radius: 50%;
    background: rgba(255,255,255,.08); display: inline-flex;
    align-items: center; justify-content: center;
    color: #fff; font-size: .85rem;
}
.social-btn:hover { background: var(--sc-violet); color: #fff; }


.float-wrap { position: fixed; bottom: 1.25rem; right: 1.1rem; display: flex; flex-direction: column; gap: 9px; z-index: 800; }
.fbtn {
    width: 44px; height: 44px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    text-decoration: none; box-shadow: 0 4px 16px rgba(0,0,0,.22);
}

.badge-violet  { background: var(--sc-violet-light); color: var(--sc-violet); font-size: .65rem; font-weight: 700; }
.badge-emerald { background: #D1FAE5; color: #059669; font-size: .65rem; font-weight: 700; }

@media (max-width: 991px) {
    .svc-img { width: 120px; }
}

@media (max-width: 768px) {
    #mainNav { height: 66px; }

    #hero {
        padding: 100px 0 2rem;
        min-height: auto;
    }
    .hero-bg { background-position: center 35%; }
    .hero-inner { gap: 1.5rem; }

    .hero-badge  { font-size: .54rem; padding: .28rem .8rem; gap: 5px; margin-bottom: 1rem; }
    .hero-title  { font-size: 24px; letter-spacing: -.04em; line-height: 1.05; margin-bottom: .6rem; }
    .hero-sub    { font-size: .8rem; line-height: 1.6; margin-bottom: 1.4rem; }
    .hero-stats  { gap: .5rem; margin-top: 0; }
    .hero-stat   { padding: .5rem .8rem; border-radius: 11px; }
    .hero-stat-num { font-size: 1rem; }
    .hero-stat-lbl { font-size: .54rem; }

    .booking-card {
        background: #fff;
        padding: 1rem .9rem;
        border-radius: 16px;
        box-shadow: 0 8px 32px rgba(0,0,0,.22);
    }

    .trip-tabs    { margin-bottom: .85rem; padding: 3px; gap: 2px; }
    .trip-tab     { padding: .42rem .15rem; gap: 3px; font-size: .72rem; }
    .trip-tab span { font-size: .72rem; }
    .trip-tab i   { font-size: .6rem; }

    .field-label  { font-size: .56rem; margin-bottom: .25rem; }
    .field-box    { min-height: 44px; padding: .48rem .7rem; gap: 6px; border-radius: 10px; }
    .field-box input, .field-box select { font-size: .8rem; }
    .cs-text { font-size: .8rem; }

    .search-btn   { width: 100%; font-size: .82rem; padding: .76rem; border-radius: 12px; margin-top: 30px; }

    .swap-btn     { width: 46px; height: 46px; font-size: .8rem; }

    .section-title { font-size: 24px; letter-spacing: -.02em; }
    .svc-card { flex-direction: column; }
    .svc-img  { width: 100%; height: 180px; }
    .cta-strip { padding: 2rem 1.25rem; border-radius: 16px; }
}

@media (max-width: 480px) {
    #hero        { padding-top: 92px; }
    .hero-badge  { font-size: .5rem; letter-spacing: .06em; }
    .hero-title  { font-size: 21px; }
    .hero-sub    { font-size: .75rem; }
    .hero-stats  { gap: .6rem; }
    .hero-stat-num { font-size: .9rem; }
    .booking-card { padding: .85rem .75rem; }
    .trip-tab     { padding: .38rem .15rem; }
    .trip-tab span { font-size: .6rem; }
    .field-box    { min-height: 42px; padding: .44rem .65rem; }
    .fleet-card, .feat-card, .rev-card { margin-bottom: .75rem; }
}

@media (max-width: 360px) {
    .hero-title  { font-size: 19px; }
    .trip-tab    { padding: .42rem .2rem; }
    .trip-tab span { font-size: .58rem; }
    .booking-card { padding: .75rem .65rem; }
}

.text-amber { color: var(--sc-amber) !important; }

.routes-link    { font-size: .84rem; }

.badge-amber { background: rgba(245,158,11,.2); color: #F59E0B; }

.about-text     { font-size: .88rem; line-height: 1.8; }
.about-stat-box { border-color: var(--sc-border) !important; }
.about-stat-num { font-size: 1.5rem; color: var(--sc-violet); font-weight: 700; }
.about-stat-lbl { font-size: .74rem; color: var(--sc-ink-muted); font-weight: 600; }
.about-img-tall { height: 200px; object-fit: cover; }
.about-img-wide { height: 160px; object-fit: cover; }
.about-media { position: relative; }
.about-float-card {
    position: absolute; left: -1.25rem; bottom: 1.25rem; z-index: 2;
    background: #fff; border-radius: 16px; padding: .85rem 1.1rem;
    box-shadow: 0 16px 40px rgba(0,0,0,.16);
    display: flex; align-items: center; gap: 10px;
}
.about-float-stars { color: var(--sc-amber); font-size: .68rem; line-height: 1; margin-bottom: 2px; }
.about-float-title { font-size: .8rem; font-weight: 700; color: var(--sc-ink); }
.about-float-sub   { font-size: .64rem; color: #A1A1AA; }

@media (max-width: 991px) {
    .why-list { columns: 1; }
    .why-list > .why-row:nth-last-child(-n+2) { border-bottom: 1px solid var(--sc-border); }
    .why-list > .why-row:last-child { border-bottom: none; }
    .about-float-card { left: .75rem; bottom: .75rem; padding: .65rem .85rem; }
}

@media (max-width: 767px) {
    .timeline-row { flex-direction: column; gap: 1.5rem; }
    .timeline-line { top: 0; bottom: 0; left: 45px; right: auto; width: 2px; height: auto; }
    .timeline-item {
        text-align: left; display: flex; align-items: flex-start; gap: 1rem; padding-left: 0;
        background: #FAFAFA; border: 1px solid var(--sc-border); border-radius: 16px; padding: 1rem;
    }
    .timeline-dot {
        margin: 0; flex-shrink: 0; width: 56px; height: 56px; font-size: 1.25rem;
        background: #fff; box-shadow: 0 4px 14px rgba(124,58,237,.14);
    }
    .timeline-content { flex: 1; min-width: 0; }
    .step-num {
        display: inline-block; background: var(--sc-violet-light); color: var(--sc-violet);
        padding: .18rem .6rem; border-radius: 50px; margin-bottom: .45rem;
    }
    .step-title { font-size: .95rem; }
    .step-desc { max-width: none; margin-inline: 0; }

    .stats-band { padding: 2.25rem 1.25rem; border-radius: 20px; }

    .dest-list-row { padding: .9rem 1rem; gap: .75rem; }
    .dest-list-icon { width: 38px; height: 38px; font-size: .85rem; }
    .dest-name { font-size: .82rem; }
    .dest-price-label { display: none; }
    .dest-price { font-size: .88rem; }
}

@media (max-width: 480px) {
    .dest-list-row { padding: .8rem .85rem; gap: .6rem; }
    .dest-list-icon { width: 34px; height: 34px; font-size: .78rem; border-radius: 10px; }
    .dest-name { font-size: .76rem; }
    .dest-meta { font-size: .68rem; }
    .dest-price { font-size: .8rem; }
    .dest-list-chevron { display: none; }
}

.cta-heading    { font-size: 27px; font-weight: 600; letter-spacing: -.03em; }
.cta-sub        { color: rgba(255,255,255,.6); font-size: .88rem; }
.btn-cta-light  { color: var(--sc-violet) !important; font-family: 'Lexend Deca', sans-serif; }
.btn-cta-outline {
    border: 2px solid rgba(255,255,255,.35) !important;
    color: #fff !important;
    font-family: 'Lexend Deca', sans-serif;
}

.con-hero-eyebrow { color: rgba(255,255,255,.5); }
.con-hero-title { font-size: 27px; font-weight: 600; letter-spacing: -.04em; font-family: 'Lexend Deca', sans-serif; }
.con-hero-title-em {
    font-style: normal; background: linear-gradient(135deg,#A78BFA,#60A5FA);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.con-hero-desc { color: rgba(255,255,255,.45); font-size: .92rem; max-width: 420px; margin: 0 auto; }

.con-icon-lg-violet { background: #EDE9FE; }
.con-icon-lg-violet i { color: #7C3AED; }
.con-icon-lg-green { background: #D1FAE5; }
.con-icon-lg-green i { color: #10B981; font-size: 1.1rem; }
.con-icon-lg-blue { background: #DBEAFE; }
.con-icon-lg-blue i { color: #3B82F6; }
.con-icon-lg-amber { background: #FEF3C7; }
.con-icon-lg-amber i { color: #F59E0B; }

.con-panel-border { border-color: #E4E4E7 !important; }
.con-card-heading { font-size: .95rem; letter-spacing: -.01em; }
.con-card-heading i { font-size: .85rem; }

.social-con-btn-whatsapp { background: #D1FAE5; color: #059669; border-color: #A7F3D0; }

.con-emoji-badge {
    width: 44px; height: 44px; border-radius: 12px; background: rgba(255,255,255,.15);
    display: flex; align-items: center; justify-content: center; font-size: 1.2rem;
}
.con-driver-title { font-size: .9rem; }
.con-driver-sub { font-size: .72rem; color: rgba(255,255,255,.6); }
.btn-driver-apply { color: #7C3AED; font-size: .8rem; font-family: 'Lexend Deca', sans-serif; }

.con-form-title { font-size: 20px; font-weight: 600; letter-spacing: -.02em; }
.con-form-sub { font-size: .8rem; }
.con-alert-success { background: #D1FAE5; border: 1.5px solid #A7F3D0; color: #065F46; font-size: .82rem; font-weight: 600; }
.con-select-plain { appearance: none; -webkit-appearance: none; }
.con-select-chevron { right: 14px; top: 50%; transform: translateY(-50%); font-size: .7rem; pointer-events: none; }
.con-textarea { resize: vertical; }
.btn-send-msg { font-size: .9rem; }
.con-form-note { font-size: .68rem; color: #A1A1AA; }

.con-faq-desc { font-size: .85rem; line-height: 1.8; }
.btn-faq-cta { font-size: .82rem; }

.brand-icon-i { font-size: .78rem; }

.checkout-hero-section { min-height: 70vh; background: var(--sc-surface); padding-top: 100px; }
.checkout-form-note { font-size: .72rem; }
.checkout-payment-title { font-size: .95rem; font-weight: 700; }
.checkout-payment-sub { font-size: .8rem; font-weight: 500; }
.checkout-secure-note { font-size: .78rem; font-weight: 500; display: flex; align-items: center; justify-content: center; gap: 5px; }

.nav-phone-icon { font-size: .7rem; }
.icon-whatsapp-green { color: #25D366; }

.confirm-hero-section { min-height: 70vh; padding-top: 140px; background: #fff; }
.confirm-container { max-width: 560px; }
.confirm-sub { font-size: .9rem; }
.confirm-note { font-size: .82rem; }

.fbtn-whatsapp { background: #25D366; }
.fbtn-call { background: #7C3AED; }

.select-cab-section { min-height: 60vh; background: #fff; }

.rev-owl .owl-stage { display: flex; }
.rev-owl .owl-item { height: auto; display: flex; padding: 4px; }
.rev-owl .rev-card { width: 100%; }

.contact-hero {
    position: relative;
    background: url('https://images.unsplash.com/photo-1534536281715-e28d76689b4d?w=1600&q=85') center/cover no-repeat;
    padding: 140px 0 90px;
    overflow: hidden;
}
.contact-hero-ov {
    position: absolute; inset: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,.7) 0%, rgba(0,0,0,.55) 100%);
}

.con-card-lg {
    background: #fff; border: 1.5px solid #E4E4E7; border-radius: 14px;
    padding: 1.1rem 1.2rem; transition: all .2s; cursor: default;
}
.con-card-lg:hover { border-color: #C4B5FD; box-shadow: 0 4px 18px rgba(124,58,237,.1); transform: translateY(-2px); }
.con-icon-lg {
    width: 46px; height: 46px; border-radius: 12px; display: flex;
    align-items: center; justify-content: center; font-size: .95rem; flex-shrink: 0;
}
.con-card-label { font-size: .6rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: #71717A; margin-bottom: 2px; }
.con-card-val   { font-size: .84rem; font-weight: 700; color: #18181B; }

.social-con-btn {
    display: inline-flex; align-items: center; gap: 7px; padding: .45rem .9rem;
    border-radius: 50px; border: 1.5px solid #E4E4E7; background: #FAFAFA;
    font-size: .76rem; font-weight: 700; color: #18181B; transition: all .18s; text-decoration: none;
}
.social-con-btn:hover { background: #EDE9FE; border-color: #C4B5FD; color: #7C3AED; }

.cta-driver-card {
    background: linear-gradient(135deg, #7C3AED, #5B21B6);
    border-radius: 20px; padding: 1.4rem;
}

.is-invalid-sc { border-color: #EF4444 !important; }

@media (max-width: 767px) {
    .btn-violet, .btn-cta-light, .btn-cta-outline { font-size: .85rem; }
    .search-btn         { font-size: .78rem; }
    .scb-modify-btn      { font-size: .78rem; }
    .btn-book-now        { font-size: .78rem; }
    .faq-btn             { font-size: .78rem; }
    .social-con-btn      { font-size: .7rem; }
    .btn-driver-apply    { font-size: .74rem; }
    .btn-send-msg        { font-size: .82rem; }
    .btn-faq-cta         { font-size: .76rem; }
}
