:root {
    --brand-blue: #364b5c;
    --brand-blue-dark: #212121;
    --brand-yellow: #eef1f5;
    --brand-accent: #f3723b;
    --brand-accent-dark: #e54750;
    --brand-text: #212121;
    --brand-muted: #666666;
    --panel-border: rgba(33, 33, 33, 0.08);
    --field-border: #d7dce5;
}

.pricing-dark-badge {
    position: absolute;
    top: 200px;
}

/* Final section polish */
.site-logo-image {
    background: #ffffff;
}

.contact-panel,
.contact-form-card,
.info-card {
    padding: 28px;
}

.contact-list {
    display: grid;
    gap: 16px;
    margin-top: 22px;
}

.contact-list-item {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    align-items: start;
    gap: 14px;
    padding: 16px 18px;
    border: 1px solid rgba(17, 17, 17, 0.08);
    border-radius: 20px;
    background: #ffffff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.contact-list-item > div {
    min-width: 0;
}

.contact-list-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    box-shadow: 0 14px 30px rgba(255, 192, 0, 0.24);
    font-size: 16px;
}

.contact-list-item strong {
    display: block;
    margin-bottom: 3px;
    color: #111111 !important;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.25;
}

.contact-list-item span {
    display: grid;
    color: #666666 !important;
    font-size: 0.95rem;
    line-height: 1.55;
    word-break: break-word;
}

.two-col-section {
    align-items: start;
}

.info-card {
    min-height: 100%;
}

.simple-list {
    display: grid;
    gap: 16px;
    margin-top: 22px;
}

.simple-list-item {
    padding: 16px 18px !important;
    border: 1px solid rgba(17, 17, 17, 0.08);
    border-radius: 20px;
    background: #ffffff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.simple-list-item strong {
    display: block;
    margin-bottom: 8px;
    color: #111111 !important;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.35;
}

.simple-list-item span {
    display: block;
    color: #666666 !important;
    line-height: 1.7;
}

.page-section-featured .about-focus-grid,
.page-section-featured .feature-grid {
    align-items: stretch;
}

.feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.page-section-featured .feature-grid {
    align-items: self-start;
}

.page-section-featured .about-focus-card,
.page-section-featured .feature-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 0;
    padding: 30px 30px 28px;
}

.page-section-featured .about-focus-icon,
.page-section-featured .feature-icon {
    margin-bottom: 22px;
}

.page-section-featured .about-focus-card h3,
.page-section-featured .feature-card h3 {
    margin-bottom: 12px;
    color: #111111 !important;
}

.page-section-featured .about-focus-card p,
.page-section-featured .feature-card p {
    display: block;
    color: #666666 !important;
    line-height: 1.75;
}

.section-heading-split {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
}

.routes-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px;
    border-radius: 999px;
    background: #111111;
    color: #111111 !important;
    border: 1px solid #111111;
    box-shadow: none;
}

.routes-link:hover {
    background: #212733;
    color: #111111 !important;
    border-color: #212733;
    transform: translateY(-2px);
}

.service-fleet-card,
.seo-cab-card {
    padding: 22px 22px 28px !important;
}

.footer-bottom-links a {
    color: #000000;
}

.route-card-dark .route-card-media {
    display: block;
    min-height: 210px;
    padding: 12px;
    background: #f7f7f7;
}

.route-card-dark .route-card-media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cab-grid {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 10px !important;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 4px 2px 8px;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
}

.cab-grid::-webkit-scrollbar {
    height: 6px;
}

.cab-grid::-webkit-scrollbar-thumb {
    background: rgba(17, 17, 17, 0.18);
    border-radius: 999px;
}

.cab-grid .cab-card {
    /* flex: 0 0 90px; */
    min-width: 90px;
    scroll-snap-align: start;
}

@media (max-width: 991.98px) {
    .section-heading-split {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 767.98px) {
    .cab-grid {
        gap: 8px !important;
        padding-bottom: 6px;
    }

    .cab-grid .cab-card {
        flex: 0 0 90px;
        min-width: 90px;
    }

    .cab-card .rate-tag {
        font-size: 9px;
    }
}

* {
    box-sizing: border-box;
}

body.bg-cover {
    margin: 0;
    font-family: "Encode Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    color: var(--brand-text);
    background: #f9fafc;
    overflow-x: hidden;
}

body.site-menu-open {
    overflow: hidden;
}

body.site-menu-open .mobile-sticky-actions {
    display: none !important;
}

body.booking-popup-open .mobile-sticky-actions {
    display: none !important;
}

img {
    max-width: 100%;
    height: auto;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 1020;
    background: rgba(255, 251, 239, 0.96);
    border-bottom: 1px solid rgba(33, 39, 51, 0.08);
    box-shadow: 0 10px 30px rgba(33, 39, 51, 0.07);
    backdrop-filter: blur(12px);
}

.site-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 88px;
}

.site-logo {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.site-logo-image {
    display: block;
    width: auto;
    height: 120px !important;
    object-fit: contain;
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 26px;
}

.site-nav-panel {
    display: contents;
}

.site-nav-links {
    display: flex;
    align-items: center;
    gap: 26px;
}

.site-nav a {
    position: relative;
    color: var(--brand-text);
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    padding: 6px 0;
}

.site-nav-top,
.site-nav-meta,
.site-nav-close {
    display: none;
}

.site-nav a.active {
    color: #4e8ff0;
}

.site-nav a.active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -11px;
    height: 3px;
    border-radius: 999px;
    background: #4e8ff0;
}

.site-header-actions {
    display: flex;
    align-items: center;
    gap: 14px;
}

.site-phone {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--brand-text);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.site-phone i {
    color: var(--brand-blue);
}

.site-book-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 126px;
    min-height: 48px;
    padding: 0 22px;
    border-radius: 999px;
    background: linear-gradient(
        90deg,
        var(--brand-accent) 0%,
        var(--brand-accent-dark) 100%
    );
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 12px 24px rgba(229, 71, 80, 0.2);
}

/* .site-book-btn {
    padding: 12px 30px;
    border: 2px solid #075eff;
    border-radius: 50px;
    background: #ef005b;
    color: #fff;
    position: relative;
    transition: 0.3s;
}

.site-book-btn:hover {
    animation: borderRotate 1s linear infinite !important;
}

@keyframes borderRotate {
    0% {
        border-top-color: #fff;
        border-right-color: #ffc107;
        border-bottom-color: #ffc107;
        border-left-color: #ffc107;
    }
    25% {
        border-top-color: #ffc107;
        border-right-color: #fff;
    }
    50% {
        border-right-color: #ffc107;
        border-bottom-color: #fff;
    }
    75% {
        border-bottom-color: #ffc107;
        border-left-color: #fff;
    }
    100% {
        border-left-color: #ffc107;
        border-top-color: #fff;
    }
} */

.mobile-sticky-actions {
    position: fixed;
    inset: auto 0 24px 0;
    z-index: 1100;
    display: block;
    pointer-events: none;
}

.mobile-sticky-actions.is-hidden {
    display: none !important;
}

.mobile-sticky-action {
    position: fixed;
    bottom: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    border-radius: 999px;
    box-shadow: 0 14px 30px rgba(33, 39, 51, 0.2);
    pointer-events: auto;
    text-decoration: none;
}

.mobile-sticky-call {
    left: 14px;
    width: 48px;
    height: 48px;
    overflow: hidden;
    background: #ffffff;
    border: 2px solid rgba(255, 255, 255, 0.92);
}

.mobile-sticky-call img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.mobile-sticky-whatsapp {
    right: 14px;
    width: 48px;
    height: 48px;
    background: linear-gradient(90deg, #22c55e 0%, #16a34a 100%);
    color: #fff;
    font-size: 21px;
    font-weight: 600;
}

.site-nav-toggle {
    display: none;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(33, 39, 51, 0.16);
    border-radius: 12px;
    background: #74767a;
    color: #ffffff;
    font-size: 18px;
}

.bi::before,
[class*=" bi-"]::before,
[class^="bi-"]::before {
    font-weight: 600 !important;
}

.hero-home {
    position: relative;
    min-height: 100vh;
    padding: 52px 0;
    background:
        linear-gradient(
            90deg,
            rgba(12, 24, 36, 0.84) 0%,
            rgba(12, 24, 36, 0.62) 38%,
            rgba(12, 24, 36, 0.34) 62%,
            rgba(12, 24, 36, 0.58) 100%
        ),
        url("/images/home-banner-bg.jpg") center center / cover no-repeat;
    overflow: hidden;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.28)),
        radial-gradient(
            circle at 72% 52%,
            rgba(239, 0, 91, 0.16),
            transparent 24%
        );
    pointer-events: none;
}

.hero-shell {
    position: relative;
    z-index: 1;
    min-height: calc(100vh - 140px);
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(360px, 420px);
    align-items: center;
    gap: 56px;
}

.hero-copy {
    max-width: 560px;
    padding-top: 48px;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: #fff3d8;
    border: 1px solid rgba(255, 255, 255, 0.18);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    backdrop-filter: blur(6px);
}

.hero-title {
    margin: 16px 0 14px;
    font-size: clamp(2.8rem, 4.8vw, 4.6rem);
    line-height: 1.02;
    font-weight: 500;
    letter-spacing: -0.03em;
    color: #ffffff;
}

.hero-title span {
    color: #ffd6b8;
}

.hero-text {
    max-width: 540px;
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 17px;
    line-height: 1.7;
    font-weight: 400;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 38px;
}

.hero-action {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 54px;
    padding: 0 20px;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.01em;
    text-decoration: none;
    transition:
        transform 0.18s ease,
        box-shadow 0.18s ease,
        background-color 0.18s ease;
}

.hero-action:hover {
    transform: translateY(-1px);
}

.hero-action-primary {
    background: linear-gradient(90deg, #f08b55 0%, #d85a43 100%);
    color: #fff;
    box-shadow: 0 14px 30px rgba(216, 90, 67, 0.28);
}

.hero-action-secondary {
    background: rgba(255, 255, 255, 0.92);
    color: #243342;
    box-shadow: 0 14px 30px rgba(4, 10, 18, 0.16);
}

.hero-action-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    font-size: 16px;
}

.booking-card {
    position: relative;
    width: 100%;
    max-width: 420px;
    padding: 14px 14px 18px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.42);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 24px 70px rgba(5, 11, 23, 0.32);
    color: var(--brand-text);
}

.booking-popup-head {
    display: none;
}

.booking-popup-close {
    border: 0;
    background: transparent;
    color: #111111;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    font-size: 16px;
}

.booking-feedback {
    margin-bottom: 12px;
    padding: 10px 12px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
}

.booking-feedback.is-error {
    border: 1px solid #f5c2c7;
    background: #fff1f2;
    color: #b42318;
}

.booking-feedback.is-success {
    border: 1px solid #b7ebc6;
    background: #ecfdf3;
    color: #027a48;
}

.booking-loader {
    position: absolute;
    inset: 0;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 20px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.82);
    backdrop-filter: blur(3px);
}

.booking-loader-spinner {
    width: 42px;
    height: 42px;
    border: 4px solid rgba(229, 71, 80, 0.18);
    border-top-color: var(--brand-accent-dark);
    border-radius: 50%;
    animation: bookingSpin 0.8s linear infinite;
}

.booking-loader-text {
    font-size: 13px;
    font-weight: 700;
    color: #151922;
    text-align: center;
}

@keyframes bookingSpin {
    to {
        transform: rotate(360deg);
    }
}

.booking-tabs .nav-link {
    min-height: 42px;
    border-radius: 8px;
    border: 1px solid #dde2ea;
    background: #fff;
    color: #475467;
    font-size: 13px;
    font-weight: 600;
}

.booking-tabs .nav-link.active {
    border-color: transparent;
    background: linear-gradient(
        90deg,
        var(--brand-accent) 0%,
        var(--brand-accent-dark) 100%
    );
    box-shadow: 0 10px 18px rgba(229, 71, 80, 0.22);
}

.trip-toggle {
    display: flex;
    justify-content: center;
    gap: 22px;
    margin-bottom: 16px;
}

.trip-toggle .form-check {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 20px;
    margin: 0;
}

.trip-toggle .form-check-input {
    width: 16px;
    height: 16px;
    margin: 0;
    border: 1px solid #7a808a;
}

.trip-toggle .form-check-input:checked {
    background-color: var(--brand-accent-dark);
    border-color: var(--brand-accent-dark);
    box-shadow: 0 0 0 0.2rem rgba(229, 71, 80, 0.16);
}

.trip-toggle .form-check-label {
    font-size: 14px;
    font-weight: 500;
    color: #111827;
}

.form-label {
    margin-bottom: 3px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #111827;
}

.form-control,
.form-select {
    min-height: 33px;
    padding: 7px 12px;
    border: 1px solid var(--field-border);
    border-radius: 5px;
    background-color: #fff;
    color: #111827;
    font-size: 12px;
    line-height: 1.2;
    box-shadow: none;
}

.form-control::placeholder {
    color: #98a2b3;
}

.form-control:focus,
.form-select:focus {
    border-color: rgba(15, 125, 218, 0.45);
    box-shadow: 0 0 0 0.16rem rgba(15, 125, 218, 0.14);
}

.form-control.field-error,
.form-select.field-error {
    border-color: #f04438;
    box-shadow: 0 0 0 3px rgba(240, 68, 56, 0.12);
}

.input-with-dot {
    position: relative;
    padding-left: 18px;
}

.input-with-dot::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 2px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    transform: translateY(-50%);
}

.input-with-dot-from::before {
    background: #2ea0ff;
}

.input-with-dot-to::before {
    background: #ffc107;
}

.booking-field {
    position: relative;
}

.booking-field .form-label {
    position: absolute;
    top: 10px;
    left: 13px;
    z-index: 2;
    margin: 0;
    pointer-events: none;
    font-size: 10px;
    line-height: 1;
}

.booking-field .input-with-dot {
    padding-left: 22px;
}

.booking-field .input-with-dot::before {
    top: 4px;
    left: 0;
    width: 10px;
    height: 10px;
    transform: none;
}

.booking-field .form-control,
.booking-field .form-select {
    min-height: 58px;
    padding: 22px 12px 10px;
}

.booking-field .form-control#tourMessage {
    min-height: 96px;
    padding-top: 26px;
}

.booking-field .form-control::placeholder {
    color: #b4bcc8;
}

.section-title {
    margin-bottom: 8px;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #111827;
}

.cab-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.cab-card {
    padding: 4px 4px 6px;
    border: 1px solid #e1e6ee;
    border-radius: 6px;
    background: #fff;
    text-align: center;
    cursor: pointer;
    transition:
        border-color 0.18s ease,
        box-shadow 0.18s ease,
        transform 0.18s ease;
}

.cab-card:hover,
.cab-card.active {
    border-color: var(--brand-accent);
    box-shadow: 0 10px 20px rgba(229, 71, 80, 0.12);
    transform: translateY(-1px);
}

.cab-card.field-error {
    border-color: #f04438;
    box-shadow: 0 0 0 3px rgba(240, 68, 56, 0.12);
}

.cab-card .rate-tag,
.cab-card .availability {
    margin-bottom: 3px;
    font-size: 9px;
    font-weight: 700;
    color: #f2a600;
}

.cab-image {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
}

.cab-image img {
    max-width: 100%;
    height: 26px;
    object-fit: contain;
}

.cab-name {
    margin-top: 3px;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #344054;
}

.action-btn {
    min-height: 36px;
    border: none;
    border-radius: 6px;
    background: linear-gradient(
        90deg,
        var(--brand-accent) 0%,
        var(--brand-accent-dark) 100%
    );
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.action-btn:hover,
.action-btn:focus,
.action-btn:active {
    background: linear-gradient(
        90deg,
        var(--brand-accent-dark) 0%,
        #d93f49 100%
    );
    color: #fff;
}

.action-btn.is-loading {
    opacity: 0.92;
    pointer-events: none;
}

.action-btn-inline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.action-btn-spinner {
    width: 14px;
    height: 14px;
    border: 2px solid rgba(255, 255, 255, 0.34);
    border-top-color: #fff;
    border-radius: 50%;
    animation: bookingSpin 0.8s linear infinite;
}

.note {
    font-size: 11px;
    font-weight: 600;
    color: #c2410c;
    text-align: center;
}

.estimate-card {
    border: 1px solid var(--panel-border);
    border-radius: 12px;
    padding: 16px;
    background: #fff;
}

.booking-step {
    min-height: 100%;
}

.booking-confirm-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

.booking-confirm-badge {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(239, 0, 91, 0.12);
    color: var(--brand-accent-dark);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    white-space: nowrap;
}

.booking-confirm-summary {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 14px;
}

.booking-summary-item {
    padding: 10px 12px;
    border: 1px solid #e4e7ec;
    border-radius: 10px;
    background: #f8fafc;
}

.booking-summary-item span {
    display: block;
    margin-bottom: 4px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #667085;
}

.booking-summary-item strong {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #151922;
}

.booking-summary-item-wide {
    grid-column: 1 / -1;
}

.route-title,
.estimate-title {
    font-size: 18px;
    font-weight: 700;
    color: #111827;
}

.route-meta {
    margin-bottom: 10px;
    font-size: 12px;
    color: #667085;
}

.estimate-price {
    margin: 8px 0 14px;
    font-size: 26px;
    font-weight: 800;
    text-align: center;
    color: #e11d48;
}

.estimate-table {
    border: 1px solid #e4e7ec;
    border-radius: 8px;
    overflow: hidden;
}

.estimate-row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 12px;
    font-size: 12px;
    color: #344054;
    border-bottom: 1px solid #eaecf0;
}

.estimate-row:last-child {
    border-bottom: none;
}

#editBookingBtn {
    border-radius: 8px;
}

.booking-confirm-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr);
    gap: 10px;
    margin-top: 16px;
}

@media (max-width: 991.98px) {
    .hero-home {
        padding: 28px 0 42px;
    }

    .hero-shell {
        min-height: auto;
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .hero-copy {
        max-width: none;
        padding-top: 10px;
    }

    .hero-title {
        max-width: 620px;
    }

    .booking-card {
        max-width: none;
    }
}

@media (max-width: 575.98px) {
    .hero-home {
        padding: 18px 0 28px;
    }

    .hero-shell {
        gap: 20px;
    }

    .hero-title {
        font-size: 2.65rem;
    }

    .hero-text {
        font-size: 16px;
    }

    .hero-actions {
        flex-direction: column;
        align-items: flex-start;
    }

    .hero-action {
        width: 100%;
        justify-content: center;
        font-size: 16px;
    }

    .booking-card {
        padding: 12px;
    }

    .cab-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .booking-confirm-head,
    .booking-confirm-actions {
        grid-template-columns: 1fr;
        display: grid;
    }

    .booking-confirm-summary {
        grid-template-columns: 1fr;
    }
}

.homepage-section {
    padding: 72px 0;
    background: linear-gradient(180deg, #fffdf8 0%, #ffffff 100%);
    color: #151922;
}

.hero-home + .homepage-section,
.homepage-section + .homepage-section {
    border-top: 1px solid rgba(33, 39, 51, 0.06);
}

.trips-section {
    position: relative;
    background:
        radial-gradient(
            circle at top left,
            rgba(239, 0, 91, 0.1),
            transparent 28%
        ),
        linear-gradient(180deg, #fffaf3 0%, #ffffff 100%);
    padding-top: 68px;
    overflow: hidden;
}

.trips-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: 28px;
}

.trips-header-copy {
    max-width: 540px;
}

.trips-header h2 {
    margin: 0;
    font-size: clamp(2rem, 3.6vw, 2.9rem);
    font-weight: 700;
    color: #0f172a;
}

.trips-header-copy p {
    margin: 12px 0 0;
    color: #64748b;
    font-size: 16px;
    line-height: 1.7;
}

.trips-filter-card {
    min-width: min(100%, 470px);
    padding: 18px;
    border: 1px solid rgba(33, 39, 51, 0.09);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 22px 44px rgba(33, 39, 51, 0.08);
    backdrop-filter: blur(10px);
}

.trips-filter-bar {
    display: flex;
    align-items: center;
    gap: 14px;
}

.trips-filter-group {
    flex: 1;
}

.trips-filter-label {
    display: block;
    margin-bottom: 8px;
    color: #334155;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.trips-filter-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-top: 18px;
    border-radius: 14px;
    background: linear-gradient(135deg, #fff1dc 0%, #ffe3d0 100%);
    color: var(--brand-accent-dark);
    font-size: 16px;
}

.trips-select {
    width: 100%;
    min-width: 176px;
    min-height: 52px;
    border: 1px solid #d6dde8;
    border-radius: 16px;
    background: #fffdf9;
    font-size: 15px;
    font-weight: 600;
    color: #0f172a;
    box-shadow: none;
}

.popular-trips-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.trip-card {
    padding: 18px;
    border: 1px solid #ebe4d7;
    border-radius: 24px;
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.98) 0%,
        rgba(255, 250, 244, 0.98) 100%
    );
    box-shadow: 0 18px 40px rgba(33, 39, 51, 0.08);
}

.trip-card-badge {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 12px;
    margin-bottom: 16px;
    border-radius: 999px;
    background: #fff1dc;
    color: #212733;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.trip-card-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

.trip-card-head h3 {
    margin: 0 0 6px;
    font-size: 22px;
    font-weight: 700;
    color: #111827;
}

.trip-rate-line {
    color: #64748b;
    font-size: 14px;
    font-weight: 600;
}

.trip-rate-line strong {
    color: #0f172a;
    font-size: 16px;
}

.trip-card-head img {
    width: 96px;
    height: 58px;
    object-fit: contain;
}

.trip-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 18px;
}

.trip-metric {
    padding: 12px 10px;
    border: 1px solid #efe6da;
    border-radius: 16px;
    text-align: center;
    background: rgba(255, 255, 255, 0.78);
}

.trip-metric span {
    display: block;
    color: #64748b;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.trip-metric strong {
    display: block;
    margin-top: 4px;
    color: #0f172a;
    font-size: 20px;
    font-weight: 700;
}

.trip-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 14px 0 0;
    padding: 9px 16px;
    border: 1px solid #f3d8bf;
    border-radius: 999px;
    background: #fff8ef;
    color: #7c2d12;
    font-size: 13px;
    font-weight: 600;
}

.trip-book-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 48px;
    margin-top: 16px;
    border-radius: 16px;
    background: linear-gradient(90deg, #374b5c 0%, #243342 100%);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-decoration: none;
}

.trips-note {
    margin: 16px 0 0;
    text-align: center;
    color: #64748b;
    font-size: 13px;
    font-weight: 600;
}

.trips-empty {
    display: none;
    padding: 24px 20px;
    border: 1px dashed #d6c7b0;
    border-radius: 20px;
    background: rgba(255, 251, 245, 0.92);
    color: #475467;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
}

.fleet-section {
    background: linear-gradient(180deg, #fffaf3 0%, #ffffff 100%);
}

.section-heading {
    margin-bottom: 34px;
}

.section-heading-centered {
    text-align: center;
}

.section-heading-wide {
    max-width: 760px;
    margin-right: auto;
    margin-left: 0;
}

.section-kicker,
.section-route-label {
    display: inline-block;
    margin-bottom: 8px;
    color: var(--brand-accent-dark);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.section-heading h2,
.about-copy h2 {
    margin: 0;
    color: #111827;
    font-size: clamp(1.85rem, 3.7vw, 2.8rem);
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: -0.03em;
}

.section-heading p {
    margin: auto;
    max-width: 700px;
    color: #667085;
    font-size: 16px;
    line-height: 1.7;
}

.section-divider {
    display: inline-block;
    width: 72px;
    height: 8px;
    margin-top: 14px;
    border-radius: 999px;
    background: linear-gradient(
        90deg,
        var(--brand-accent) 0%,
        var(--brand-accent-dark) 100%
    );
}

.fleet-filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-bottom: 36px;
}

.fleet-filter {
    min-height: 42px;
    padding: 0 18px;
    border: 1px solid #d8e0ea;
    border-radius: 999px;
    background: #fff;
    color: #314252;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.fleet-filter.active {
    border-color: transparent;
    background: linear-gradient(90deg, #374b5c 0%, #243342 100%);
    color: #fff;
}

.fleet-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.fleet-card {
    border: 1px solid #e6e8ec;
    border-radius: 24px;
    background: linear-gradient(180deg, #ffffff 0%, #fffaf4 100%);
    box-shadow: 0 20px 40px rgba(33, 39, 51, 0.06);
    overflow: hidden;
}

.fleet-card-media {
    margin: 24px 24px 0;
    border-radius: 18px;
    background: linear-gradient(180deg, #f8fafc 0%, #fdf3e7 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 180px;
    padding: 18px;
}

.fleet-card-media img {
    max-width: 100%;
    max-height: 160px;
    object-fit: contain;
}

.fleet-card-body {
    padding: 18px 26px 28px;
}

.fleet-card-body h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

.fleet-rate {
    margin-top: 8px;
    color: var(--brand-accent-dark);
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

.mini-divider {
    display: block;
    width: 40px;
    height: 6px;
    margin: 16px auto 18px;
    border-radius: 999px;
    background: linear-gradient(
        90deg,
        var(--brand-accent) 0%,
        var(--brand-accent-dark) 100%
    );
}

.fleet-features {
    padding: 0;
    margin: 0;
    list-style: none;
    border-top: 1px solid #eaecf0;
}

.fleet-features li {
    display: grid;
    grid-template-columns: 28px 1fr auto;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    color: #475467;
    font-size: 14px;
}

.fleet-features i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: linear-gradient(90deg, #2b3240 0%, var(--brand-accent) 100%);
    color: #fff;
}

.fleet-features strong {
    color: #475467;
    font-weight: 500;
}

.fleet-book-btn,
.route-book-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 50px;
    margin-top: 18px;
    border-radius: 16px;
    background: linear-gradient(90deg, #374b5c 0%, #243342 100%);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    text-decoration: none;
}

.fleet-book-btn i {
    margin-left: 8px;
}

.packages-section {
    background: linear-gradient(180deg, #fffdf8 0%, #ffffff 100%);
}

.package-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.package-card {
    border-radius: 24px;
    background: linear-gradient(180deg, #ffffff 0%, #fffaf4 100%);
    border: 1px solid #e6e8ec;
    box-shadow: 0 18px 36px rgba(33, 39, 51, 0.06);
    overflow: hidden;
}

.package-card-media img {
    width: 100%;
    height: 210px;
    object-fit: cover;
}

.package-card-body {
    padding: 22px 20px 22px;
}

.package-card-body h3 {
    margin: 0 0 12px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
}

.package-card-body p {
    min-height: 90px;
    margin: 0;
    color: #667085;
    font-size: 15px;
    line-height: 1.65;
}

.package-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 16px;
    color: var(--brand-accent-dark);
    font-weight: 700;
}

.package-card-footer a,
.packages-link,
.routes-link {
    color: #314252;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.section-cta-center {
    text-align: center;
    margin-top: 40px;
}

.about-section {
    background: linear-gradient(180deg, #fffaf3 0%, #ffffff 100%);
}

.about-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
    gap: 44px;
    align-items: center;
}

.about-badge {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 16px;
    border-radius: 999px;
    background: #fff1dc;
    color: #8f4a16;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.about-copy p {
    margin: 22px 0 0;
    color: #344054;
    font-size: 16px;
    line-height: 1.7;
}

.about-visual {
    padding: 24px;
    border: 1px solid #ebe4d7;
    border-radius: 24px;
    background: linear-gradient(180deg, #fff6ea 0%, #ffffff 100%);
    box-shadow: 0 20px 40px rgba(33, 39, 51, 0.05);
}

.about-visual img {
    width: 100%;
    border-radius: 12px;
    display: block;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 26px;
    margin-top: 46px;
}

.feature-card {
    padding: 24px 22px;
    border: 1px solid #e6e8ec;
    border-radius: 22px;
    background: linear-gradient(180deg, #ffffff 0%, #fffaf4 100%);
    box-shadow: 0 16px 32px rgba(33, 39, 51, 0.05);
}

.feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-bottom: 18px;
    border-radius: 16px;
    background: linear-gradient(135deg, #fff1dc 0%, #ffe5cf 100%);
    color: var(--brand-accent-dark);
    box-shadow: none;
    font-size: 22px;
}

.feature-card h3 {
    margin: 0 0 12px;
    font-size: 20px;
    font-weight: 700;
}

.feature-card p {
    margin: 0;
    color: #667085;
    font-size: 16px;
    line-height: 1.6;
}

.routes-section {
    background: linear-gradient(180deg, #fffdf8 0%, #ffffff 100%);
    padding-top: 40px;
}

.section-heading-split {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
}

.section-heading-split h2 span {
    color: var(--brand-accent);
}

.route-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.route-card {
    overflow: hidden;
    border: 1px solid #e6e8ec;
    border-radius: 22px;
    background: linear-gradient(180deg, #ffffff 0%, #fffaf4 100%);
    box-shadow: 0 16px 32px rgba(33, 39, 51, 0.05);
}

.route-card-media {
    position: relative;
    display: block;
    height: 175px;
}

.route-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.route-card-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    padding: 18px 14px;
    background: linear-gradient(
        180deg,
        transparent 42%,
        rgba(0, 0, 0, 0.7) 100%
    );
}

.route-card-overlay h3 {
    margin: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

.route-card-body {
    padding: 18px 18px 20px;
}

.route-meta-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 700;
}

.route-meta-line strong {
    color: var(--brand-accent-dark);
}

.route-card-body p {
    margin: 0;
    color: #475467;
    font-size: 15px;
}

.route-book-btn {
    min-height: 44px;
    margin-top: 18px;
}

.route-pill-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.route-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 0 16px;
    border: 1px solid #e6e8ec;
    border-radius: 14px;
    background: #fffdf9;
    color: #425466;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(16, 24, 40, 0.04);
    transition:
        border-color 0.18s ease,
        color 0.18s ease,
        box-shadow 0.18s ease,
        transform 0.18s ease;
}

.route-pill:hover {
    border-color: rgba(239, 0, 91, 0.32);
    color: var(--brand-accent-dark);
    box-shadow: 0 8px 18px rgba(16, 24, 40, 0.08);
    transform: translateY(-1px);
}

.featured-route-cities-section {
    background:
        radial-gradient(
            circle at top right,
            rgba(255, 192, 0, 0.08),
            transparent 22%
        ),
        linear-gradient(180deg, #fffdf8 0%, #ffffff 100%);
}

.featured-city-routes {
    display: grid;
    gap: 24px;
}

.featured-city-route-card {
    display: grid;
    grid-template-columns: minmax(280px, 420px) minmax(0, 1fr);
    border: 1px solid rgba(17, 17, 17, 0.08);
    border-radius: 28px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 18px 48px rgba(17, 24, 39, 0.08);
}

.featured-city-route-media {
    position: relative;
    min-height: 100%;
}

.featured-city-route-media img {
    width: 100%;
    height: 100%;
    min-height: 340px;
    object-fit: cover;
    display: block;
}

.featured-city-route-overlay {
    position: absolute;
    inset: auto 20px 20px 20px;
    padding: 18px 20px;
    border-radius: 20px;
    background: linear-gradient(
        180deg,
        rgba(17, 17, 17, 0.12),
        rgba(17, 17, 17, 0.82)
    );
    color: #ffffff;
}

.featured-city-route-kicker {
    display: inline-flex;
    margin-bottom: 8px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.featured-city-route-overlay h3 {
    margin: 0;
    font-size: 28px;
    line-height: 1.15;
}

.featured-city-route-content {
    padding: 28px;
    display: flex;
    align-items: center;
}

.featured-city-route-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 22px;
}

.featured-city-route-list {
    display: grid;
    gap: 12px;
}

.featured-city-route-link {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    min-height: 52px;
    padding: 14px 16px;
    border: 1px solid rgba(17, 17, 17, 0.08);
    border-radius: 16px;
    background: #fffdf9;
    color: #111111;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.35;
    text-decoration: none;
    transition:
        transform 0.22s ease,
        box-shadow 0.22s ease,
        border-color 0.22s ease,
        background-color 0.22s ease;
}

.featured-city-route-link::before {
    content: "";
    width: 10px;
    height: 10px;
    flex: 0 0 10px;
    margin-top: 6px;
    border-radius: 50%;
    background: #212733;
    box-shadow: 0 0 0 5px rgba(255, 192, 0, 0.18);
}

.featured-city-route-link:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 192, 0, 0.6);
    background: #111111;
    color: #ffffff;
    box-shadow: 0 14px 28px rgba(17, 17, 17, 0.16);
}

.estimate-card {
    border: 2px solid #212733;
}

.estimate-table {
    border: 1px solid #4b4b4c;
}

.estimate-row {
    border-bottom: 1px solid #313233;
    font-size: 13px;
    font-weight: 600;
}

.page-hero {
    padding: 72px 0 60px;
    background:
        radial-gradient(
            circle at top,
            rgba(239, 0, 91, 0.1),
            transparent 28%
        ),
        linear-gradient(180deg, #fffdf4 0%, #ffffff 100%);
}

.page-kicker {
    display: inline-block;
    margin-bottom: 12px;
    color: var(--brand-accent);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.page-hero h1 {
    max-width: 760px;
    margin: 0;
    color: var(--brand-text);
    font-size: clamp(2rem, 4vw, 3.6rem);
    line-height: 1.08;
    letter-spacing: -0.04em;
    font-weight: 700;
}

.page-hero p {
    max-width: 720px;
    margin: 18px 0 0;
    color: var(--brand-muted);
    font-size: 17px;
    line-height: 1.65;
}

.seo-hero {
    padding: 96px 0 84px;
    background:
        linear-gradient(90deg, rgba(33, 39, 51, 0.92), rgba(33, 39, 51, 0.66)),
        linear-gradient(180deg, #212733 0%, #151922 100%);
    background-position: center;
    background-size: cover;
    color: #fff;
}

.seo-hero-inner {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, 420px);
    gap: 28px;
    align-items: center;
}

.seo-hero-copy h1 {
    max-width: 760px;
    margin: 0;
    color: #fff;
    font-size: clamp(2.2rem, 4.3vw, 4rem);
    line-height: 1.06;
    letter-spacing: -0.04em;
    font-weight: 700;
}

.seo-hero-copy p {
    max-width: 680px;
    margin: 18px 0 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 18px;
    line-height: 1.7;
}

.seo-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.seo-chip {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 14px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.seo-hero-panel {
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(8px);
}

.seo-hero-panel h2 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
}

.seo-hero-panel p {
    margin: 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: 16px;
    line-height: 1.7;
}

.seo-panel-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.seo-hero-media {
    width: 100%;
    max-width: 420px;
    margin-left: auto;
}

.seo-city-hero-card {
    overflow: hidden;
    min-height: 430px;
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
}

.seo-city-hero-card img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

@media (min-width: 992px) {
    .seo-city-hero-card img {
        height: 428px;
    }
}

.seo-content-side {
    display: grid;
    gap: 24px;
    align-content: start;
}

.seo-side-form-card .booking-card {
    margin: 0;
}

.seo-side-form-card .booking-popup-close {
    display: none;
}
.seo-content-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.65fr);
    gap: 24px;
}

.seo-content-main {
    display: grid;
    gap: 24px;
}

.seo-copy-card,
.seo-side-card {
    padding: 28px;
    border: 1px solid #e4e7ec;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 20px 40px rgba(33, 39, 51, 0.05);
}

.seo-copy-card h2,
.seo-side-card h3 {
    margin: 0 0 14px;
    color: #0f172a;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.15;
}

.seo-copy-card p,
.seo-side-card p {
    margin: 0;
    color: #475467;
    font-size: 16px;
    line-height: 1.8;
}

.seo-check-list {
    display: grid;
    gap: 12px;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.seo-check-list li {
    position: relative;
    padding-left: 26px;
    color: #475467;
    font-size: 15px;
    font-weight: 600;
}

.seo-check-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: linear-gradient(
        90deg,
        var(--brand-accent) 0%,
        var(--brand-accent-dark) 100%
    );
}

.seo-cab-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.seo-cab-card {
    padding: 12px 12px 14px;
    border: 1px solid #d9dce2;
    border-radius: 10px;
    background: #fff;
    text-align: center;
    box-shadow: 0 8px 18px rgba(16, 24, 40, 0.05);
}

.seo-cab-rate {
    color: var(--brand-accent);
    font-size: 12px;
    font-weight: 800;
}

.seo-cab-icon {
    min-height: 42px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.seo-cab-icon img {
    max-width: 46px;
    max-height: 34px;
    object-fit: contain;
}

.seo-cab-icon i {
    font-size: 26px;
    color: #111827;
}

.seo-cab-name {
    margin-top: 8px;
    color: #111827;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.05em;
}

.seo-note {
    margin-top: 12px;
    color: #c2410c;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}

.page-section {
    padding: 72px 0;
    background: #fff;
}

.page-section-soft {
    background: linear-gradient(180deg, #fffdf4 0%, #ffffff 100%);
}

.service-grid,
.service-fleet-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.service-card,
.service-fleet-card,
.info-card,
.contact-panel,
.contact-form-card,
.contact-map-card {
    border: 1px solid #e4e7ec;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 20px 40px rgba(33, 39, 51, 0.05);
}

.service-card {
    padding: 28px;
}

.service-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    margin-bottom: 18px;
    border-radius: 18px;
    background: #ffe4ef;
    color: #1d64dd;
    font-size: 22px;
}

.service-card h2,
.info-card h2,
.contact-panel h2,
.contact-form-card h2,
.contact-map-card h2,
.about-story-copy h2 {
    margin: 0 0 14px;
    color: #0f172a;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: -0.03em;
}

.service-card p,
.info-card p,
.contact-panel p,
.contact-form-card p,
.about-story-copy p {
    margin: 0;
    color: #475467;
    font-size: 16px;
    line-height: 1.75;
}

.service-card ul {
    margin: 18px 0 0;
    padding-left: 18px;
    color: #344054;
    line-height: 1.9;
}

.service-fleet-card {
    overflow: hidden;
}

.service-fleet-media {
    min-height: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    background: linear-gradient(180deg, #f8fafc 0%, #eef4ff 100%);
}

.service-fleet-media img {
    max-width: 100%;
    max-height: 150px;
    object-fit: contain;
}

.service-fleet-body {
    padding: 20px 22px 24px;
}

.service-fleet-body h3 {
    margin: 0;
    color: #0f172a;
    font-size: 20px;
    font-weight: 700;
}

.service-fleet-body p {
    margin: 8px 0 0;
    color: #667085;
}

.service-fleet-body strong {
    display: inline-block;
    margin-top: 14px;
    color: #e29b00;
    font-size: 18px;
}

.two-col-section,
.about-story-grid,
.contact-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.info-card,
.contact-panel,
.contact-form-card,
.contact-map-card {
    padding: 28px;
}

.contact-map-embed {
    overflow: hidden;
    min-height: 320px;
    margin-top: 24px;
    border: 1px solid #e4e7ec;
    border-radius: 20px;
    box-shadow: 0 16px 32px rgba(33, 39, 51, 0.06);
}

.contact-map-embed iframe {
    display: block;
    width: 100%;
    min-height: 320px;
}

.simple-list {
    display: grid;
    gap: 14px;
    margin-top: 18px;
}

.simple-list-item {
    padding: 16px 18px;
    border: 1px solid #e4e7ec;
    border-radius: 16px;
    background: #f8fafc;
}

.simple-list-item strong {
    display: block;
    color: #0f172a;
    font-size: 15px;
}

.simple-list-item span {
    display: block;
    margin-top: 6px;
    color: #667085;
    font-size: 14px;
    line-height: 1.7;
}

.tariff-table-card {
    border: 1px solid #e4e7ec;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 18px 36px rgba(33, 39, 51, 0.05);
}

.tariff-table thead th {
    background: #0f172a;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.tariff-table tbody td {
    padding: 18px 16px;
}

.about-story-media {
    border-radius: 24px;
    padding: 26px;
    background: linear-gradient(180deg, #eef6ff 0%, #f8fbff 100%);
}

.about-story-media img {
    width: 100%;
    display: block;
}

.about-focus-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.about-focus-card {
    padding: 28px 24px;
    border: 1px solid #e6e8ec;
    border-radius: 24px;
    background: linear-gradient(180deg, #ffffff 0%, #fffaf4 100%);
    box-shadow: 0 18px 34px rgba(33, 39, 51, 0.05);
}

.about-focus-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin-bottom: 18px;
    border-radius: 16px;
    background: linear-gradient(135deg, #fff1dc 0%, #ffe5cf 100%);
    color: var(--brand-accent-dark);
    font-size: 22px;
}

.about-focus-card h3 {
    margin: 0 0 12px;
    color: #0f172a;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
}

.about-focus-card p {
    margin: 0;
    color: #475467;
    font-size: 15px;
    line-height: 1.8;
}

.contact-list {
    display: grid;
    gap: 16px;
    margin-top: 24px;
}

.contact-list-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 16px 18px;
    border-radius: 18px;
    background: #f8fafc;
    border: 1px solid #e4e7ec;
}

.contact-list-icon {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: #ffe4ef;
    color: #1d64dd;
    font-size: 18px;
}

.contact-list-item strong {
    display: block;
    color: #0f172a;
}

.contact-list-item span {
    display: grid;
    margin-top: 4px;
    color: #667085;
}

.contact-textarea {
    min-height: 160px;
}

.contact-submit-btn {
    min-height: 52px;
    padding: 0 28px;
    border-radius: 14px;
    color: #111827;
    font-weight: 800;
}

.contact-map-placeholder {
    min-height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 14px;
    margin-top: 24px;
    border-radius: 20px;
    background:
        radial-gradient(
            circle at center,
            rgba(91, 156, 255, 0.12),
            transparent 36%
        ),
        linear-gradient(180deg, #f8fafc 0%, #eef4ff 100%);
    color: #0f172a;
    text-decoration: none;
}

.contact-map-placeholder i {
    font-size: 34px;
    color: #1d64dd;
}

.thankyou-page {
    padding: 56px 0 72px;
    background:
        radial-gradient(
            circle at top left,
            rgba(239, 0, 91, 0.1),
            transparent 24%
        ),
        linear-gradient(180deg, #fffaf2 0%, #ffffff 100%);
}

.thankyou-shell {
    display: grid;
    gap: 26px;
}

.thankyou-hero-card,
.thankyou-panel {
    padding: 34px;
    border: 1px solid #e9e3d9;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 22px 46px rgba(33, 39, 51, 0.07);
}

.thankyou-panel-soft {
    background: linear-gradient(180deg, #fffcf6 0%, #ffffff 100%);
}

.thankyou-badge {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    background: #ecfdf3;
    color: #15803d;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.thankyou-hero-card h1 {
    margin: 16px 0 12px;
    max-width: 760px;
    font-size: clamp(2.2rem, 4vw, 3.5rem);
    font-weight: 500;
    line-height: 1.1;
    color: #0f172a;
}

.thankyou-hero-card p {
    max-width: 720px;
    margin: 0;
    color: #667085;
    font-size: 16px;
    line-height: 1.75;
}

.thankyou-top-grid,
.thankyou-detail-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.thankyou-top-grid {
    margin-top: 28px;
}

.thankyou-highlight-card,
.thankyou-detail-item {
    padding: 18px 20px;
    border: 1px solid #ebe5da;
    border-radius: 20px;
    background: #fffdf9;
}

.thankyou-highlight-card span,
.thankyou-detail-item span {
    display: block;
    margin-bottom: 8px;
    color: #667085;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.thankyou-highlight-card strong,
.thankyou-detail-item strong {
    display: block;
    color: #151922;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.45;
}

.thankyou-detail-item-total {
    background: linear-gradient(135deg, #fff3e7 0%, #fffaf4 100%);
}

.thankyou-share-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.thankyou-share-btn,
.thankyou-primary-link,
.thankyou-secondary-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 52px;
    padding: 0 22px;
    border-radius: 16px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
}

.thankyou-share-whatsapp {
    background: #22c55e;
    color: #fff;
}

.thankyou-share-telegram {
    background: #229ed9;
    color: #fff;
}

.thankyou-share-sms {
    background: #fff1dc;
    color: #8a410e;
}

.thankyou-content-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.9fr;
    gap: 24px;
}

.thankyou-panel h2 {
    margin: 8px 0 0;
}

.thankyou-steps {
    display: grid;
    gap: 18px;
    margin-top: 24px;
}

.thankyou-step {
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 14px;
    align-items: flex-start;
}

.thankyou-step span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 18px;
    background: linear-gradient(135deg, #fff1dc 0%, #ffe2ca 100%);
    color: #c25a15;
    font-size: 16px;
    font-weight: 700;
}

.thankyou-step strong {
    display: block;
    color: #0f172a;
    font-size: 17px;
    font-weight: 600;
}

.thankyou-step p {
    margin: 8px 0 0;
    color: #667085;
    font-size: 15px;
    line-height: 1.7;
}

.thankyou-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.thankyou-primary-link {
    background: linear-gradient(
        90deg,
        var(--brand-accent) 0%,
        var(--brand-accent-dark) 100%
    );
    color: #fff;
    box-shadow: 0 16px 30px rgba(229, 71, 80, 0.18);
}

.thankyou-secondary-link {
    background: #eef3f8;
    color: #243342;
}

.site-footer {
    padding: 56px 0 24px;
    background: linear-gradient(180deg, #fffdf8 0%, #ffffff 100%);
    border-top: 1px solid #eef2f7;
}

.footer-cta {
    padding: 52px 24px;
    border-radius: 24px;
    background: linear-gradient(135deg, #d10050 0%, #7f0030 100%);
    color: #fff;
    text-align: center;
    box-shadow: 0 24px 45px rgba(41, 71, 106, 0.18);
}

.footer-cta h2 {
    margin: 0;
    font-size: clamp(1.9rem, 3.8vw, 3.2rem);
    font-weight: 700;
    letter-spacing: -0.03em;
}

.footer-cta p {
    margin: 18px 0 0;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.88);
}

.footer-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 50px;
    margin-top: 28px;
    padding: 0 18px;
    border-radius: 14px;
    background: #ffd200;
    color: var(--brand-text);
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
}

.footer-main {
    display: grid;
    grid-template-columns: 1.1fr 0.8fr 1fr;
    gap: 36px;
    padding: 48px 0 34px;
}

.footer-col h3 {
    margin: 0 0 22px;
    color: var(--brand-text);
    font-size: 20px;
    font-weight: 700;
}

.footer-col p {
    margin: 20px 0 0;
    max-width: 360px;
    color: var(--brand-muted);
    font-size: 15px;
    line-height: 1.7;
}

.footer-socials {
    display: flex;
    gap: 14px;
    margin-top: 24px;
}

.footer-socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #111827;
    background: #f3f4f6;
    text-decoration: none;
}

.footer-links,
.footer-contact {
    display: grid;
    gap: 14px;
}

.footer-links a {
    color: #344054;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
}

.footer-contact {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-contact li {
    display: flex;
    gap: 12px;
    color: #344054;
    font-size: 15px;
    line-height: 1.7;
}

.footer-contact i {
    color: #111827;
    margin-top: 5px;
}

.footer-bottom {
    padding-top: 24px;
    border-top: 1px solid #e4e7ec;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.footer-bottom p,
.footer-bottom-links a {
    margin: 0;
    color: #344054;
    font-size: 14px;
    text-decoration: none;
}

.footer-bottom-links {
    display: flex;
    gap: 20px;
}

@media (max-width: 1199.98px) {
    .service-grid,
    .service-fleet-grid,
    .fleet-grid,
    .feature-grid,
    .package-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .site-header {
        position: sticky;
    }

    .site-header-inner {
        min-height: 78px;
        flex-wrap: nowrap;
        gap: 14px;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .site-nav-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .site-nav {
        display: none;
        position: fixed;
        inset: 0;
        z-index: 1035;
        align-items: baseline;
        padding: 0;
        background: rgba(33, 39, 51, 0.26);
        backdrop-filter: blur(12px);
    }

    .site-nav.show {
        display: flex !important;
    }

    .site-nav-panel {
        display: flex;
        flex-direction: column;
        width: 100%;
        min-height: 100vh;
        padding: 22px 18px 36px;
        background: linear-gradient(
            180deg,
            rgb(255 251 240) 0%,
            rgb(233 247 255) 100%
        ) !important;
    }

    .site-nav-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        margin-bottom: 28px;
    }

    .site-nav-brand {
        display: inline-flex;
        align-items: center;
    }

    .site-nav-close {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 46px;
        height: 46px;
        border: 1px solid rgba(33, 39, 51, 0.1);
        border-radius: 14px;
        background: #0652b0;
        color: #1f2937;
        font-size: 18px;
        box-shadow: 0 12px 24px rgba(33, 39, 51, 0.08);
    }

    .site-nav-links {
        display: flex;
        flex: 1;
        flex-direction: column;
        align-items: stretch;
        justify-content: center;
        gap: 14px;
    }

    .site-nav-links a {
        width: 100%;
        padding: 14px 20px;
        border-radius: 18px;
        text-align: left;
        font-size: 18px;
        font-weight: 600;
    }

    .site-nav-links a.active::after {
        left: 20px;
        right: auto;
        bottom: 10px;
        width: 34px;
    }

    .site-nav-meta {
        display: grid;
        gap: 12px;
        margin-top: 24px;
    }

    .site-nav-meta-link {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        min-height: 48px;
        padding: 0 18px;
        border-radius: 16px;
        background: #f5f5f5;
        color: #243342;
        font-size: 15px;
        font-weight: 600;
        text-decoration: none;
    }

    .site-nav-meta-link-book {
        background: linear-gradient(
            90deg,
            var(--brand-accent) 0%,
            var(--brand-accent-dark) 100%
        );
        color: #fff;
    }

    .site-header-actions {
        margin-left: auto;
        gap: 12px;
    }

    .homepage-section {
        padding: 48px 0;
    }

    .trips-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .trips-filter-card {
        width: 100%;
        min-width: 100%;
    }

    .trips-filter-bar {
        flex-wrap: nowrap;
    }

    .about-grid {
        grid-template-columns: 1fr;
    }

    .seo-hero-inner,
    .seo-content-grid {
        grid-template-columns: 1fr;
    }

    .seo-hero {
        padding: 72px 0 56px;
    }

    .seo-copy-card,
    .seo-side-card,
    .seo-side-form-card {
        padding: 22px;
        border-radius: 20px;
    }

    .seo-hero-copy h1,
    .page-hero h1 {
        font-size: clamp(2.1rem, 8vw, 3.2rem);
    }

    .seo-hero-copy p,
    .page-hero p {
        font-size: 16px;
        line-height: 1.65;
    }

    .seo-hero-media {
        max-width: none;
        margin-left: 0;
    }

    .seo-city-hero-card {
        min-height: 220px;
    }

    .seo-cab-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .route-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .two-col-section,
    .about-focus-grid,
    .about-story-grid,
    .contact-grid,
    .thankyou-content-grid,
    .footer-main {
        grid-template-columns: 1fr;
    }

    .section-heading-split {
        flex-direction: column;
    }

    .about-grid {
        gap: 28px;
    }

    .feature-grid {
        gap: 18px;
    }

    .footer-cta {
        padding: 42px 20px;
        border-radius: 22px;
    }

    .footer-cta p {
        font-size: 16px;
    }
}

@media (max-width: 767.98px) {
    .service-grid,
    .service-fleet-grid,
    .fleet-grid,
    .package-grid,
    .feature-grid,
    .route-grid,
    .seo-cab-grid {
        grid-template-columns: 1fr;
    }

    .popular-trips-grid {
        display: flex !important;
        gap: 14px;
        overflow-x: auto;
        padding-bottom: 8px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }

    .popular-trips-grid::-webkit-scrollbar {
        height: 6px;
    }

    .popular-trips-grid::-webkit-scrollbar-thumb {
        background: rgba(33, 39, 51, 0.24);
        border-radius: 999px;
    }

    .trips-filter-bar {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }

    .trips-filter-arrow {
        width: 100%;
        height: 40px;
        margin-top: 0;
    }

    .trip-card {
        flex: 0 0 min(84vw, 320px);
        padding: 16px;
        scroll-snap-align: start;
    }

    .trip-card-head {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
    }

    .trip-card-head img {
        width: 82px;
        height: 50px;
    }

    .trip-metrics {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .trip-metric:last-child {
        grid-column: 1 / -1;
    }

    .fleet-grid,
    .package-grid,
    .feature-grid,
    .route-grid {
        gap: 16px;
    }

    .fleet-card-media,
    .package-card-media,
    .about-visual {
        margin-left: 18px;
        margin-right: 18px;
    }

    .package-card-media img {
        height: 190px;
    }

    .fleet-features li {
        grid-template-columns: 24px 1fr auto;
        gap: 8px;
        font-size: 13px;
    }

    .fleet-features i {
        width: 24px;
        height: 24px;
        font-size: 12px;
    }

    .package-card-footer {
        flex-direction: column;
        align-items: flex-start;
    }

    .about-copy p,
    .feature-card p,
    .route-card-body p {
        font-size: 15px;
    }

    .route-meta-line {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }

    .site-logo-image {
        height: 42px;
    }

    .site-phone {
        font-size: 13px;
        gap: 8px;
    }

    .fleet-card-body,
    .package-card-body,
    .feature-card,
    .route-card-body {
        padding-left: 18px;
        padding-right: 18px;
    }

    .booking-card {
        border-radius: 18px;
        box-shadow: 0 18px 40px rgba(5, 11, 23, 0.22);
    }

    .booking-tabs .nav-link {
        min-height: 40px;
        font-size: 12px;
    }

    .hero-copy {
        padding-top: 0;
    }

    .service-card,
    .service-fleet-card,
    .info-card,
    .contact-panel,
    .contact-form-card,
    .contact-map-card,
    .seo-copy-card,
    .seo-side-card {
        border-radius: 18px;
    }

    .route-pill-grid {
        gap: 10px;
    }

    .route-pill {
        width: auto;
        justify-content: center;
        min-height: 40px;
        padding: 0 14px;
        font-size: 10px;
    }

    .trips-select {
        min-width: 100%;
    }

    .site-header-actions {
        display: none;
    }

    .thankyou-page {
        padding: 34px 0 56px;
    }

    .thankyou-hero-card,
    .thankyou-panel {
        padding: 22px 18px;
        border-radius: 22px;
    }

    .thankyou-top-grid,
    .thankyou-detail-list {
        grid-template-columns: 1fr;
    }

    .thankyou-share-row,
    .thankyou-actions {
        flex-direction: column;
    }

    .thankyou-share-btn,
    .thankyou-primary-link,
    .thankyou-secondary-link {
        width: 100%;
    }

    .thankyou-step {
        grid-template-columns: 46px 1fr;
    }

    .thankyou-step span {
        width: 46px;
        height: 46px;
        border-radius: 15px;
        font-size: 14px;
    }

    .site-book-btn {
        min-width: auto;
        min-height: 44px;
        padding: 0 16px;
        font-size: 14px;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    .section-heading h2,
    .about-copy h2 {
        font-size: 1.95rem;
    }

    .about-copy p,
    .section-heading p {
        font-size: 16px;
    }

    .footer-cta-btn {
        width: 100%;
        justify-content: center;
        font-size: 17px;
    }

    .mobile-sticky-actions {
        position: fixed;
        inset: auto 0 24px 0;
        z-index: 1100;
        display: block;
        pointer-events: none;
    }

    .mobile-sticky-action {
        position: fixed;
        bottom: 24px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 48px;
        border-radius: 999px;
        box-shadow: 0 14px 30px rgba(33, 39, 51, 0.2);
        pointer-events: auto;
    }

    .mobile-sticky-call {
        left: 14px;
        width: 48px;
        height: 48px;
        overflow: hidden;
        background: #ffffff;
        border: 2px solid rgba(255, 255, 255, 0.92);
    }

    .mobile-sticky-call img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .mobile-sticky-whatsapp {
        right: 14px;
        width: 48px;
        height: 48px;
        background: linear-gradient(90deg, #22c55e 0%, #16a34a 100%);
        color: #fff;
        font-size: 21px;
        font-weight: 600;
    }
}

@media (max-width: 575.98px) {
    .site-header-inner {
        min-height: auto;
    }

    .site-nav {
        padding: 0;
    }

    .site-nav-panel {
        padding: 18px 14px 28px;
    }

    .site-nav-links a {
        padding: 13px 16px;
        font-size: 17px;
    }

    .trips-section {
        padding-top: 50px;
    }

    .trips-header h2 {
        font-size: 1.9rem;
    }

    .trips-header-copy p {
        font-size: 15px;
    }

    .trips-filter-card {
        padding: 14px;
        border-radius: 20px;
    }

    .trips-select {
        min-height: 48px;
        font-size: 14px;
    }

    .trip-card-head {
        flex-direction: row;
        gap: 12px;
    }

    .trip-card-head img {
        width: 88px;
        height: 52px;
    }

    .trip-card-head h3 {
        font-size: 20px;
    }

    .trip-rate-line strong {
        display: inline;
        margin-top: 0;
    }

    .trip-pill {
        width: 100%;
    }

    .trip-book-btn {
        min-height: 46px;
        font-size: 14px;
    }

    .homepage-section {
        padding: 42px 0;
    }

    .section-kicker,
    .section-route-label,
    .about-badge {
        font-size: 11px;
        letter-spacing: 0.12em;
    }

    .fleet-filters {
        justify-content: flex-start;
        gap: 10px;
        margin-bottom: 24px;
    }

    .fleet-filter {
        min-height: 38px;
        padding: 0 14px;
        font-size: 12px;
    }

    .fleet-card-body,
    .package-card-body,
    .route-card-body,
    .feature-card {
        padding: 18px;
    }

    .fleet-card-media {
        min-height: 150px;
        padding: 14px;
    }

    .package-card-media img {
        height: 170px;
    }

    .about-grid,
    .feature-grid {
        gap: 16px;
    }

    .about-copy p {
        margin-top: 16px;
    }

    .fleet-book-btn,
    .route-book-btn,
    .packages-link,
    .routes-link {
        font-size: 13px;
    }

    .route-pill-grid {
        gap: 10px;
    }

    .hero-home {
        min-height: auto;
        padding: 12px 0 24px;
    }

    .hero-shell {
        gap: 16px;
    }

    .hero-title {
        font-size: 2.35rem;
    }

    .hero-text {
        font-size: 15px;
    }

    .hero-actions {
        margin-top: 24px;
    }

    .hero-action {
        min-height: 48px;
        font-size: 15px;
    }

    .booking-card {
        padding: 10px;
    }

    .cab-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .seo-hero {
        padding: 58px 0 42px;
    }

    .seo-chip {
        min-height: 34px;
        font-size: 11px;
    }

    .page-hero {
        padding: 56px 0 44px;
    }

    .page-hero p,
    .seo-hero-copy p,
    .service-card p,
    .info-card p,
    .contact-panel p,
    .contact-form-card p,
    .about-story-copy p,
    .footer-col p {
        font-size: 15px;
        line-height: 1.65;
    }

    .service-card,
    .info-card,
    .contact-panel,
    .contact-form-card,
    .contact-map-card,
    .simple-list-item {
        padding: 20px;
    }

    .table-responsive {
        border-radius: 18px;
    }

    .tariff-table thead th,
    .tariff-table tbody td {
        white-space: nowrap;
        font-size: 13px;
    }

    .footer-main {
        gap: 28px;
        padding: 38px 0 28px;
    }

    .footer-bottom-links {
        flex-wrap: wrap;
        gap: 12px;
    }

    .mobile-sticky-call {
        left: 10px;
        width: 46px;
        height: 46px;
    }

    .mobile-sticky-whatsapp {
        right: 10px;
        width: 46px;
        height: 46px;
        font-size: 20px;
    }
}

:root {
    --brand-primary-dark: rgb(1 13 131);
    --brand-primary-dark-strong: rgb(0 9 92);
    --brand-page-dark: #050816;
    --brand-surface-dark: #0d1329;
    --brand-surface-deep: #121a37;
    --brand-surface-soft: #1a2243;
    --brand-border-dark: rgba(255, 255, 255, 0.08);
    --brand-text-light: rgba(255, 255, 255, 0.88);
    --brand-text-muted-dark: rgba(255, 255, 255, 0.66);
}

body.bg-cover {
    color: #e8ecff;
    background:
        radial-gradient(circle at top, rgba(239, 0, 91, 0.28), transparent 24%),
        linear-gradient(180deg, #03050f 0%, #060b18 100%);
}

.site-header {
    background: rgba(5, 8, 22, 0.92);
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.site-nav a,
.site-phone,
.footer-col h3,
.footer-contact li,
.footer-bottom p,
.footer-bottom-links a,
.footer-links a {
    color: #f7f9ff;
}

.site-phone i,
.site-nav a.active,
.footer-contact i {
    color: #9eb4ff;
}

.site-nav a.active::after {
    background: var(--brand-primary-dark);
}

.site-book-btn,
.hero-action-primary,
.action-btn,
.booking-tabs .nav-link.active,
.site-nav-meta-link-book,
.mobile-sticky-book,
.pricing-dark-btn,
.fleet-book-btn,
.routes-link,
.packages-link,
.footer-cta-btn {
    background: linear-gradient(
        135deg,
        var(--brand-primary-dark) 0%,
        #1f3fff 100%
    );
    color: #fff;
    box-shadow: 0 16px 34px rgba(239, 0, 91, 0.3);
}

.site-book-btn:hover,
.hero-action-primary:hover,
.action-btn:hover,
.action-btn:focus,
.action-btn:active,
.pricing-dark-btn:hover,
.fleet-book-btn:hover,
.routes-link:hover,
.packages-link:hover,
.footer-cta-btn:hover {
    background: linear-gradient(
        135deg,
        var(--brand-primary-dark-strong) 0%,
        var(--brand-primary-dark) 100%
    );
    color: #fff;
}

.site-phone,
.hero-action-secondary,
.final-cta-phone {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #fff;
}

.hero-home.hero-home-dark {
    min-height: auto;
    padding: 56px 0 64px;
    background:
        linear-gradient(
            120deg,
            rgba(3, 6, 18, 0.96) 0%,
            rgba(4, 9, 26, 0.8) 45%,
            rgba(239, 0, 91, 0.28) 100%
        ),
        url("/images/home-banner-bg.jpg") center center / cover no-repeat;
}

.hero-overlay {
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.34)),
        radial-gradient(
            circle at 78% 28%,
            rgba(239, 0, 91, 0.34),
            transparent 26%
        );
}

.hero-shell {
    min-height: auto;
    grid-template-columns: minmax(0, 1.15fr) minmax(360px, 430px);
    gap: 42px;
}

.hero-copy {
    max-width: 640px;
}

.hero-badge {
    background: rgba(239, 0, 91, 0.36);
    border-color: rgba(255, 255, 255, 0.14);
    color: #dfe6ff;
}

.hero-title span,
.section-kicker,
.section-route-label,
.about-badge,
.pricing-dark-price,
.service-mini-card .feature-icon,
.services-dark-card span,
.hero-highlight-card span {
    color: #9eb4ff;
}

.hero-text,
.section-heading p,
.dark-section-head p,
.service-mini-card p,
.services-dark-card p,
.pricing-dark-card li,
.package-card-dark p,
.route-card-body p,
.trips-header-copy p,
.trips-note {
    color: var(--brand-text-muted-dark);
}

.hero-highlight-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 34px;
}

.hero-highlight-card {
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
}

.hero-highlight-card span {
    display: block;
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.12em;
}

.hero-highlight-card h3,
.service-mini-card h3,
.services-dark-card h3,
.pricing-dark-card h3,
.package-card-dark h3,
.route-card-dark .route-card-body strong,
.section-heading h2,
.dark-section-head h2,
.trips-header h2,
.final-cta-panel h2 {
    color: #fff;
}

.hero-highlight-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
    line-height: 1.6;
}

.booking-card,
.trips-filter-card,
.trip-card,
.service-mini-card,
.services-dark-card,
.pricing-dark-card,
.package-card-dark,
.route-card-dark,
.final-cta-panel,
.stat-card,
.call-panel,
.footer-cta {
    border: 1px solid var(--brand-border-dark);
    background: linear-gradient(
        180deg,
        rgba(16, 23, 48, 0.95) 0%,
        rgba(9, 14, 32, 0.96) 100%
    );
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.28);
    color: #fff;
}

.booking-card {
    border-color: rgba(158, 180, 255, 0.16);
}

.booking-loader {
    background: rgba(4, 10, 24, 0.82);
}

.booking-loader-text,
.route-title,
.estimate-title,
.estimate-price,
.form-label,
.section-title,
.trip-toggle .form-check-label,
.booking-summary-item strong {
    color: #fff;
}

.booking-feedback.is-error {
    border-color: rgba(240, 68, 56, 0.4);
    background: rgba(127, 29, 29, 0.3);
    color: #fecaca;
}

.booking-feedback.is-success {
    border-color: rgba(34, 197, 94, 0.35);
    background: rgba(20, 83, 45, 0.28);
    color: #dcfce7;
}

.form-control,
.form-select,
.booking-tabs .nav-link,
.cab-card,
.estimate-card,
.booking-summary-item,
.estimate-table,
.estimate-row,
#editBookingBtn {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.form-control::placeholder {
    color: rgba(255, 255, 255, 0.42);
}

.form-control:focus,
.form-select:focus {
    border-color: rgba(158, 180, 255, 0.46);
    box-shadow: 0 0 0 0.16rem rgba(239, 0, 91, 0.24);
    background: rgba(255, 255, 255, 0.07);
    color: #fff;
}

.trip-toggle .form-check-input {
    background-color: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.24);
}

.trip-toggle .form-check-input:checked {
    background-color: var(--brand-primary-dark);
    border-color: var(--brand-primary-dark);
    box-shadow: 0 0 0 0.2rem rgba(239, 0, 91, 0.18);
}

.cab-card:hover,
.cab-card.active {
    border-color: rgba(158, 180, 255, 0.42);
    box-shadow: 0 14px 24px rgba(239, 0, 91, 0.16);
}

.cab-card .rate-tag,
.cab-card .availability,
.booking-confirm-badge,
.trip-card-badge,
.trip-pill {
    background: rgba(239, 0, 91, 0.18);
    color: #c8d5ff;
}

.cab-name,
.route-meta,
.booking-summary-item span,
.estimate-row,
.trips-filter-label {
    color: rgba(255, 255, 255, 0.72);
}

.homepage-section {
    background: transparent;
    color: #fff;
}

.hero-home + .homepage-section,
.homepage-section + .homepage-section,
.site-footer,
.footer-bottom {
    border-top-color: rgba(255, 255, 255, 0.07);
}

.service-overview-section,
.pricing-dark-section,
.final-cta-section {
    background:
        radial-gradient(
            circle at top left,
            rgba(239, 0, 91, 0.22),
            transparent 20%
        ),
        linear-gradient(
            180deg,
            rgba(4, 7, 18, 0.9) 0%,
            rgba(7, 10, 23, 0.96) 100%
        );
}

.services-dark-section,
.packages-dark-section,
.routes-section-dark,
.site-footer {
    background:
        radial-gradient(
            circle at top right,
            rgba(239, 0, 91, 0.18),
            transparent 18%
        ),
        linear-gradient(
            180deg,
            rgba(7, 10, 23, 0.98) 0%,
            rgba(3, 5, 14, 1) 100%
        );
}

.stats-call-section,
.trips-section-dark {
    background: linear-gradient(
        135deg,
        rgba(239, 0, 91, 0.88) 0%,
        rgba(6, 11, 28, 0.96) 100%
    );
}

.dark-section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 32px;
}

.dark-section-head h2,
.section-heading-light h2,
.section-heading-light p,
.section-heading-light .section-kicker,
.section-heading-light .section-route-label,
.trips-section-dark .trips-header h2,
.trips-section-dark .trips-header-copy p,
.routes-section-dark .routes-link {
    color: #fff;
}

.service-overview-grid,
.stats-call-grid {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 24px;
    align-items: stretch;
}

.service-overview-image img,
.package-card-dark .package-card-media img {
    width: 100%;
    height: 100%;
    border-radius: 28px;
    object-fit: cover;
}

.service-mini-grid,
.services-dark-grid,
.pricing-dark-grid,
.stats-grid {
    display: grid;
    gap: 18px;
}

.service-mini-grid,
.services-dark-grid,
.pricing-dark-grid {
    grid-template-columns: repeat(
        var(--pricing-grid-columns, 4),
        minmax(0, 1fr)
    );
}

.service-mini-card,
.services-dark-card,
.pricing-dark-card,
.stat-card {
    padding: 24px;
    border-radius: 24px;
}

.services-dark-card-blue,
.call-panel,
.final-cta-panel {
    background: linear-gradient(
        135deg,
        rgba(239, 0, 91, 0.96) 0%,
        rgba(10, 18, 52, 0.98) 100%
    );
}

.services-dark-card span,
.stat-card strong {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.services-dark-card a,
.package-card-dark .package-card-footer a,
.routes-link,
.final-cta-phone {
    color: #fff;
    text-decoration: none;
}

.stats-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.stat-card strong {
    margin-bottom: 6px;
    font-size: 2rem;
    letter-spacing: -0.03em;
}

.stat-card span {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.call-panel {
    display: grid;
    place-content: center;
    min-height: 100%;
    padding: 32px;
    border-radius: 28px;
    text-align: center;
}

.call-panel span {
    color: rgba(255, 255, 255, 0.74);
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.14em;
}

.call-panel a {
    margin-top: 12px;
    color: #fff;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    text-decoration: none;
}

.pricing-dark-card,
.package-card-dark,
.route-card-dark {
    overflow: hidden;
}

.pricing-dark-media {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 160px;
    margin-bottom: 18px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.05);
}

.pricing-dark-media img {
    max-width: 100%;
    height: 120px;
    object-fit: contain;
}

.pricing-dark-price {
    margin: 12px 0 14px;
    font-size: 2rem;
    font-weight: 800;
}

.pricing-dark-price small {
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.95rem;
}

.pricing-dark-list {
    padding-left: 18px;
    margin-bottom: 22px;
}

.pricing-dark-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 48px;
    border-radius: 14px;
    text-decoration: none;
    font-weight: 700;
}

.package-grid-dark,
.route-grid {
    gap: 20px;
}

.package-card-dark,
.route-card-dark {
    border-radius: 24px;
}

.package-card-dark .package-card-body,
.route-card-dark .route-card-body {
    background: transparent;
}

.trip-card {
    border-color: rgba(255, 255, 255, 0.08);
}

.trips-filter-arrow {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.trips-select {
    min-height: 52px;
}

.trips-empty {
    color: rgba(255, 255, 255, 0.7);
}

.final-cta-panel {
    padding: 34px;
    border-radius: 30px;
    text-align: center;
}

.final-cta-panel span {
    display: inline-block;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.72);
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-size: 13px;
}

.final-cta-actions {
    display: flex;
    justify-content: center;
    gap: 14px;
    margin-top: 24px;
}

.final-cta-phone {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 20px;
    border-radius: 999px;
}

.footer-cta,
.site-footer {
    background: linear-gradient(
        180deg,
        rgba(10, 14, 33, 0.96) 0%,
        rgba(5, 7, 17, 1) 100%
    );
}

.footer-col p,
.footer-bottom-links a,
.footer-bottom p {
    color: rgba(255, 255, 255, 0.64);
}

.footer-socials a {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

@media (max-width: 991.98px) {
    .hero-shell,
    .service-overview-grid,
    .stats-call-grid,
    .dark-section-head {
        grid-template-columns: 1fr;
    }

    .dark-section-head {
        align-items: flex-start;
    }

    .hero-highlight-grid,
    .service-mini-grid,
    .services-dark-grid,
    .pricing-dark-grid,
    .stats-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .hero-highlight-grid,
    .service-mini-grid,
    .services-dark-grid,
    .pricing-dark-grid,
    .stats-grid,
    .package-grid-dark,
    .route-grid {
        grid-template-columns: 1fr;
    }

    .hero-home.hero-home-dark {
        padding: 24px 0 36px;
    }

    .hero-highlight-card,
    .service-mini-card,
    .services-dark-card,
    .pricing-dark-card,
    .stat-card,
    .call-panel,
    .final-cta-panel {
        padding: 20px;
        border-radius: 22px;
    }

    .final-cta-actions {
        flex-direction: column;
    }

    .final-cta-phone,
    .final-cta-actions .site-book-btn {
        width: 100%;
    }
}

/* Taxi palette refresh based on user-provided colors and reference direction */
:root {
    --brand-primary-dark: #ef005b;
    --brand-primary-dark-strong: #040f68;
    --brand-yellow: #212733;
    --brand-page-dark: #ef005b;
    --brand-text-light: rgba(255, 255, 255, 0.92);
    --brand-text-muted-dark: #888888;
}

body.bg-cover {
    color: #1a1a1a;
    background: #ffffff;
}

.site-header {
    background: rgba(255, 255, 255, 0.97);
    border-bottom: 1px solid rgba(6, 22, 152, 0.08);
    box-shadow: 0 10px 24px rgba(6, 22, 152, 0.08);
}

.site-nav a,
.site-phone,
.footer-col h3,
.footer-contact li,
.footer-links a,
.footer-bottom p,
.footer-bottom-links a {
    color: #111111;
}

.site-phone {
    background: transparent;
    border: 0;
}

.site-phone i,
.site-nav a.active,
.footer-contact i {
    color: #ef005b;
}

.site-book-btn,
.hero-action-primary,
.action-btn,
.booking-tabs .nav-link.active,
.site-nav-meta-link-book,
.mobile-sticky-book,
.pricing-dark-btn,
.fleet-book-btn,
.routes-link,
.packages-link {
    background: #ef005b;
    color: #111111;
    box-shadow: 0 14px 28px rgba(255, 192, 0, 0.22);
}

.site-book-btn:hover,
.hero-action-primary:hover,
.action-btn:hover,
.action-btn:focus,
.action-btn:active,
.pricing-dark-btn:hover,
.fleet-book-btn:hover,
.routes-link:hover,
.packages-link:hover {
    background: #e5ac00;
    color: #111111;
}

.hero-action-secondary,
.final-cta-phone {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #ffffff;
}

.hero-home.hero-home-dark {
    background:
        linear-gradient(
            96deg,
            rgba(6, 22, 152, 0.96) 0%,
            rgba(6, 22, 152, 0.78) 48%,
            rgba(10, 10, 10, 0.46) 100%
        ),
        url("/images/home-banner-bg.jpg") center center / cover no-repeat;
}

.hero-overlay {
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.2)),
        radial-gradient(
            circle at 80% 22%,
            rgba(255, 192, 0, 0.28),
            transparent 24%
        );
}

.hero-badge {
    background: rgba(255, 192, 0, 0.16);
    border-color: rgba(255, 255, 255, 0.22);
    color: #ffffff;
}

.hero-title span,
.section-kicker,
.section-route-label,
.about-badge,
.pricing-dark-price,
.service-mini-card .feature-icon,
.services-dark-card span,
.hero-highlight-card span {
    color: #ef005b;
}

.hero-highlight-card {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.16);
}

.hero-highlight-card span,
.hero-highlight-card h3,
.hero-highlight-card p,
.hero-text {
    color: #ffffff;
}

.booking-card,
.trips-filter-card,
.trip-card,
.service-mini-card,
.services-dark-card,
.pricing-dark-card,
.package-card-dark,
.route-card-dark,
.stat-card {
    border: 1px solid rgba(6, 22, 152, 0.08);
    background: #ffffff;
    box-shadow: 0 20px 50px rgba(17, 24, 39, 0.08);
    color: #111111;
}

.call-panel,
.final-cta-panel,
.footer-cta {
    background: linear-gradient(135deg, #ef005b 0%, #b80046 100%);
    color: #ffffff;
    border: 0;
    box-shadow: 0 20px 50px rgba(6, 22, 152, 0.2);
}

.booking-loader {
    background: rgba(255, 255, 255, 0.82);
}

.booking-loader-text,
.route-title,
.estimate-title,
.form-label,
.section-title,
.trip-toggle .form-check-label,
.booking-summary-item strong,
.services-dark-card h3,
.pricing-dark-card h3,
.package-card-dark h3,
.route-card-dark .route-card-body strong,
.section-heading h2,
.dark-section-head h2,
.trips-header h2 {
    color: #111111;
}

.estimate-price {
    color: #ef005b;
}

.form-control,
.form-select,
.booking-tabs .nav-link,
.cab-card,
.estimate-card,
.booking-summary-item,
.estimate-table,
.estimate-row,
#editBookingBtn {
    background: #ffffff;
    border-color: rgba(6, 22, 152, 0.12);
    color: #111111;
}

.form-control::placeholder {
    color: #888888;
}

.form-control:focus,
.form-select:focus {
    border-color: rgba(6, 22, 152, 0.32);
    box-shadow: 0 0 0 0.16rem rgba(6, 22, 152, 0.12);
    background: #ffffff;
    color: #111111;
}

.trip-toggle .form-check-input:checked {
    background-color: #ef005b;
    border-color: #ef005b;
    box-shadow: 0 0 0 0.2rem rgba(6, 22, 152, 0.14);
}

.cab-card:hover,
.cab-card.active {
    border-color: #212733;
    box-shadow: 0 12px 24px rgba(255, 192, 0, 0.14);
}

.cab-card .rate-tag,
.cab-card .availability,
.booking-confirm-badge,
.trip-card-badge,
.trip-pill {
    background: rgba(255, 192, 0, 0.18);
    color: #7a5a00;
}

.cab-name,
.route-meta,
.booking-summary-item span,
.estimate-row,
.trips-filter-label,
.section-heading p,
.dark-section-head p,
.service-mini-card p,
.services-dark-card p,
.pricing-dark-card li,
.package-card-dark p,
.route-card-body p,
.trips-header-copy p,
.trips-note,
.stat-card span {
    color: #888888;
}

.homepage-section {
    color: #111111;
}

.hero-home + .homepage-section,
.homepage-section + .homepage-section {
    border-top: 1px solid #f0f2f8;
}

.service-overview-section,
.pricing-dark-section,
.final-cta-section,
.packages-dark-section,
.routes-section-dark {
    background: #ffffff;
}

.services-dark-section,
.stats-call-section,
.trips-section-dark {
    background: #f7f9ff;
}

.dark-section-head h2,
.section-heading-light h2,
.section-heading-light p,
.section-heading-light .section-kicker,
.section-heading-light .section-route-label,
.trips-section-dark .trips-header h2,
.trips-section-dark .trips-header-copy p,
.routes-section-dark .routes-link {
    color: #111111;
}

.services-dark-card-blue {
    background: linear-gradient(135deg, #ef005b 0%, #b80046 100%);
}

.services-dark-card-blue h3,
.services-dark-card-blue p,
.services-dark-card-blue span,
.services-dark-card-blue a,
.call-panel span,
.call-panel a,
.final-cta-panel span,
.final-cta-panel h2 {
    color: #ffffff;
}

.services-dark-card a,
.package-card-dark .package-card-footer a,
.routes-link {
    color: #ef005b;
    text-decoration: none;
    font-weight: 700;
}

.service-overview-image img,
.package-card-dark .package-card-media img,
.route-card-dark .route-card-media img {
    border-radius: 24px;
}

.trips-filter-arrow {
    background: #ef005b;
    color: #ffffff;
}

.trips-empty {
    color: #888888;
}

.final-cta-panel span {
    color: rgba(255, 255, 255, 0.74);
}

.footer-cta-btn {
    background: #212733;
    color: #111111;
    box-shadow: none;
}

.site-footer {
    background: #ef005b;
    border-top: 0;
}

.footer-main {
    padding: 54px 0 34px;
}

.footer-col h3,
.footer-col p,
.footer-links a,
.footer-contact li,
.footer-bottom p,
.footer-bottom-links a {
    color: #ffffff;
}

.footer-col p,
.footer-bottom p,
.footer-bottom-links a,
.footer-contact li span {
    opacity: 1;
}

.footer-socials a {
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.16);
}

@media (max-width: 767.98px) {
    .site-phone {
        color: #111111;
    }
}

/* Shared Taxica-inspired page system */
.site-header-inner {
    min-height: 92px;
}

.site-logo-image {
    height: 92px;
}

.site-nav a {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.site-book-btn {
    min-height: 50px;
    padding: 0 24px;
    border-radius: 14px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.page-hero {
    position: relative;
    padding: 86px 0 74px;
    background:
        linear-gradient(
            100deg,
            rgba(6, 22, 152, 0.94) 0%,
            rgba(6, 22, 152, 0.82) 52%,
            rgba(11, 18, 46, 0.58) 100%
        ),
        url("https://images.unsplash.com/photo-1492144534655-ae79c964c9d7?auto=format&fit=crop&w=1800&q=80")
            center center / cover no-repeat;
    overflow: hidden;
}

.page-hero::before {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 22px;
    background: radial-gradient(
            circle at 12px -2px,
            transparent 15px,
            #ffffff 16px
        )
        repeat-x;
    background-size: 48px 22px;
}

.page-hero .container {
    position: relative;
    z-index: 1;
}

.page-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 16px;
    border-radius: 999px;
    background: rgba(255, 192, 0, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.page-hero h1 {
    margin: 16px 0 14px;
    max-width: 760px;
    color: #ffffff;
    font-size: clamp(2.3rem, 4.6vw, 4rem);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.03em;
}

.page-hero p {
    max-width: 720px;
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 17px;
    line-height: 1.75;
}

.page-section {
    padding: 82px 0;
    background: #ffffff;
}

.page-section-soft {
    background: #f7f9ff;
}

.section-heading-wide,
.section-heading-centered {
    margin-bottom: 34px;
}

.section-heading h2,
.about-copy h2,
.about-story-copy h2,
.info-card h2,
.contact-panel h2,
.contact-form-card h2 {
    color: #111111;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.section-heading p,
.about-copy p,
.about-story-copy p,
.info-card p,
.contact-panel p,
.contact-form-card p,
.service-card p,
.service-fleet-body p,
.about-focus-card p,
.feature-card p,
.simple-list-item span {
    color: #888888;
}

.service-grid,
.service-fleet-grid,
.about-focus-grid,
.contact-grid,
.two-col-section {
    gap: 24px;
}

.service-card,
.service-fleet-card,
.about-focus-card,
.feature-card,
.info-card,
.contact-panel,
.contact-form-card,
.contact-map-card,
.tariff-table-card,
.simple-list-item {
    border: 1px solid rgba(6, 22, 152, 0.08);
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 18px 45px rgba(17, 24, 39, 0.06);
}

.service-card,
.about-focus-card,
.feature-card,
.info-card,
.contact-panel,
.contact-form-card,
.contact-map-card {
    padding: 30px;
}

.service-card h2,
.about-focus-card h3,
.feature-card h3,
.service-fleet-body h3,
.simple-list-item strong {
    color: #111111;
    font-weight: 800;
}

.service-icon,
.about-focus-icon,
.feature-icon,
.contact-list-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    margin-bottom: 18px;
    border-radius: 18px;
    background: rgba(255, 192, 0, 0.15);
    color: #ef005b;
    font-size: 28px;
}

.service-card ul {
    padding-left: 18px;
    margin: 18px 0 0;
}

.service-card li {
    margin-bottom: 8px;
    color: #888888;
}

.service-fleet-card {
    overflow: hidden;
}

.service-fleet-media {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 180px;
    padding: 24px;
    background: #f7f9ff;
}

.service-fleet-body {
    padding: 24px;
}

.service-fleet-body strong {
    color: #ef005b;
    font-size: 20px;
    font-weight: 800;
}

.about-story-media img,
.about-visual img,
.contact-map-embed,
.contact-map-placeholder {
    border-radius: 26px;
}

.about-story-grid,
.about-grid {
    gap: 28px;
    align-items: center;
}

.contact-panel {
    background: linear-gradient(135deg, #ef005b 0%, #b80046 100%);
}

.contact-panel h2,
.contact-panel p,
.contact-panel .section-kicker,
.contact-list-item strong,
.contact-list-item span {
    color: #ffffff;
}

.contact-list {
    display: grid;
    gap: 16px;
    margin-top: 24px;
}

.contact-list-item {
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 14px;
    align-items: flex-start;
}

.contact-list-icon {
    width: 54px;
    height: 54px;
    margin-bottom: 0;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.14);
    color: #212733;
    font-size: 22px;
}

.contact-submit-btn {
    min-height: 52px;
    padding: 0 24px;
    border-radius: 14px;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.contact-textarea {
    min-height: 160px;
}

.contact-map-card {
    overflow: hidden;
}

.contact-map-embed {
    overflow: hidden;
    min-height: 380px;
    margin-top: 26px;
}

.contact-map-placeholder {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
    padding: 14px 18px;
    background: #f7f9ff;
    color: #ef005b;
    text-decoration: none;
    font-weight: 700;
}

.tariff-table-card {
    overflow: hidden;
}

.table-responsive {
    border-radius: 24px;
}

.tariff-table {
    background: #ffffff;
}

.tariff-table thead th {
    background: #ef005b;
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    border: none;
    padding: 18px 20px;
}

.tariff-table tbody td {
    padding: 18px 20px;
    color: #555555;
    border-color: #eef2f8;
    font-weight: 600;
}

.tariff-table tbody tr:nth-child(even) {
    background: #fbfcff;
}

.rental-packages-showcase {
    display: grid;
    gap: 28px;
    padding: 34px;
    border: 1px solid #eadfcb;
    border-radius: 32px;
    background: linear-gradient(180deg, #fffdf9 0%, #fff8ef 100%);
    box-shadow: 0 24px 60px rgba(33, 39, 51, 0.08);
}

.rental-packages-intro {
    display: grid;
    gap: 10px;
    padding: 28px;
    border: 1px solid rgba(210, 177, 107, 0.28);
    border-radius: 24px;
    background: linear-gradient(135deg, #111111 0%, #2b2b2b 100%);
    color: #ffffff;
}

.rental-packages-intro-kicker {
    display: inline-flex;
    align-items: center;
    width: max-content;
    min-height: 32px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(255, 210, 0, 0.16);
    color: #ffd54f;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.rental-packages-intro h3 {
    margin: 0;
    font-size: clamp(1.5rem, 2.6vw, 2.1rem);
    font-weight: 700;
    line-height: 1.2;
    color: #ffffff;
}

.rental-packages-intro p {
    margin: 0;
    max-width: 760px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 15px;
    line-height: 1.75;
}

.rental-packages-grid,
.rental-packages-grid-merged {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.rental-package-cab-card {
    display: grid;
    gap: 22px;
    padding: 34px;
    border: 1px solid #ecd7b3;
    border-radius: 30px;
    background: #ffffff;
    box-shadow: 0 18px 40px rgba(33, 39, 51, 0.06);
}

.rental-package-cab-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    padding-bottom: 18px;
    border-bottom: 1px solid #efe2ca;
}

.rental-package-cab-label {
    display: block;
    margin-bottom: 10px;
    color: #b7791f;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.rental-package-cab-head h3 {
    margin: 0;
    color: #162033;
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
}

.rental-package-cab-media {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    min-width: 150px;
    height: 90px;
}

.rental-package-cab-media img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.rental-package-list {
    display: grid;
    gap: 16px;
}

.rental-package-list-item {
    padding: 5px 20px;
    border: 1px solid #efdfc5;
    border-radius: 22px;
    background: #fbf5eb;
}

.rental-package-list-main {
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    gap: 18px;
    align-items: center;
}

.rental-package-list-specs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 18px;
}

.rental-package-list-specs span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #162033;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.1;
}

.rental-package-list-specs i {
    color: #c08a2a;
    font-size: 18px;
}

.rental-package-list-values {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.rental-package-list-values div {
    padding: 0;
    border: none;
    background: transparent;
}

.rental-package-list-values span {
    display: block;
    margin-bottom: 6px;
    color: #6b7280;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.rental-package-list-amount span {
    display: none;
}

.rental-package-list-values strong {
    display: block;
    color: #162033;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
}

.simple-list {
    display: grid;
    gap: 14px;
    margin-top: 20px;
}

.simple-list-item {
    padding: 18px 20px;
}

.simple-list-item strong {
    display: block;
    margin-bottom: 6px;
}

.package-card,
.route-card {
    border: 1px solid rgba(6, 22, 152, 0.08);
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 18px 45px rgba(17, 24, 39, 0.06);
    overflow: hidden;
}

.package-card-media img,
.route-card-media img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.package-card-body,
.route-card-body {
    padding: 24px;
}

.package-card-body h3,
.route-card-overlay h3 {
    font-weight: 800;
}

.package-card-footer span,
.route-meta-line span {
    color: #888888;
}

.package-card-footer a,
.route-book-btn {
    color: #ef005b;
    font-weight: 800;
    text-decoration: none;
}

.route-card-overlay {
    background: linear-gradient(
        180deg,
        transparent 0%,
        rgba(6, 22, 152, 0.88) 100%
    );
}

.route-meta-line strong {
    color: #111111;
}

.footer-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 26px;
    padding: 34px 36px;
    margin-top: -56px;
    border-radius: 28px;
}

.footer-cta-copy h2 {
    margin: 10px 0 10px;
    font-size: clamp(1.8rem, 3.4vw, 2.8rem);
    font-weight: 800;
    color: #ffffff;
}

.footer-cta-copy p,
.footer-cta-kicker {
    color: rgba(255, 255, 255, 0.86);
}

.footer-cta-kicker {
    display: inline-block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.footer-cta-actions {
    display: flex;
    gap: 14px;
    align-items: center;
    flex-wrap: wrap;
}

.footer-cta-btn,
.footer-cta-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 20px;
    border-radius: 14px;
    font-weight: 800;
    text-decoration: none;
}

.footer-cta-link {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #ffffff;
}

.footer-main {
    grid-template-columns: 1.2fr 0.8fr 0.9fr 1fr;
    gap: 30px;
}

.footer-col h3 {
    margin-bottom: 18px;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.footer-links,
.footer-contact {
    gap: 12px;
}

.footer-links a {
    font-weight: 600;
}

.footer-contact li {
    font-size: 14px;
    line-height: 1.7;
}

.footer-socials a:hover,
.footer-links a:hover,
.footer-bottom-links a:hover,
.footer-cta-link:hover {
    opacity: 0.88;
    color: #ffffff;
}

@media (max-width: 991.98px) {
    .page-hero {
        padding: 72px 0 62px;
    }

    .footer-cta,
    .footer-main {
        grid-template-columns: 1fr;
    }

    .footer-cta {
        flex-direction: column;
        align-items: flex-start;
        margin-top: 0;
    }
}

@media (max-width: 767.98px) {
    .page-hero {
        padding: 58px 0 50px;
    }

    .page-hero::before {
        height: 18px;
        background-size: 40px 18px;
    }

    .page-hero p {
        font-size: 15px;
    }

    .page-section {
        padding: 52px 0;
    }

    .service-card,
    .service-fleet-card,
    .about-focus-card,
    .feature-card,
    .info-card,
    .contact-panel,
    .contact-form-card,
    .contact-map-card {
        padding: 22px;
        border-radius: 20px;
    }

    .package-card-media img,
    .route-card-media img {
        height: 200px;
    }

    .footer-cta {
        padding: 24px;
        border-radius: 22px;
    }

    .footer-cta-actions {
        width: 100%;
        flex-direction: column;
    }

    .footer-cta-btn,
    .footer-cta-link {
        width: 100%;
    }
}

/* Homepage usability refresh based on Tamil Nadu taxi-site patterns */
.hero-home.hero-home-dark {
    padding: 38px 0 52px;
}

.hero-shell {
    align-items: start;
    gap: 26px;
}

.hero-copy {
    max-width: 560px;
    padding-top: 20px;
}

.hero-title {
    margin: 14px 0 12px;
    font-size: clamp(2.1rem, 4vw, 3.5rem);
}

.hero-text {
    max-width: 520px;
    font-size: 16px;
    line-height: 1.7;
}

.hero-actions {
    margin-top: 24px;
}

.hero-highlight-grid {
    margin-top: 24px;
}

.booking-card {
    max-width: 430px;
    padding: 14px 14px 18px;
    border-radius: 16px;
}

.booking-tabs {
    display: none !important;
    gap: 10px !important;
    margin-bottom: 8px;
}

.booking-tabs .nav-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 40px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
    text-transform: none;
}

.booking-tabs .nav-link i {
    font-size: 15px;
}

.trip-toggle {
    justify-content: center;
    gap: 10px;
    margin-bottom: 16px;
}

.trip-toggle .form-check {
    flex: 0 1 auto;
    justify-content: center;
    min-height: 42px;
    min-width: 120px;
    padding: 0 14px;
    border: 1px solid #ececec;
    border-radius: 12px;
    background: #f6f6f8;
}

.trip-toggle .form-check-input {
    width: 18px;
    height: 18px;
}

.trip-toggle .form-check-label {
    font-size: 13px;
    font-weight: 700;
}

.form-label {
    margin-bottom: 4px;
    font-size: 10px;
    letter-spacing: 0.1em;
}

.form-control,
.form-select {
    min-height: 38px;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 12px;
}

.outstation-email-row {
    display: none;
}

.section-title {
    margin-bottom: 10px;
    font-size: 10px;
    letter-spacing: 0.1em;
}

.cab-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.cab-card {
    padding: 6px 5px 8px;
    border-radius: 8px;
    background: #ffffff;
    border: 2px solid rgba(255, 192, 0, 0.1);
    box-shadow: none;
}

.cab-card .rate-tag,
.cab-card .availability {
    margin-bottom: 4px;
    background: transparent;
    color: #212733;
    font-size: 8px;
    font-weight: 800;
}

.cab-image {
    min-height: 34px;
}

.cab-image img {
    height: 24px;
}

.cab-name {
    margin-top: 4px;
    font-size: 8px;
    color: #111111;
    letter-spacing: 0.04em;
}

.cab-card:hover,
.cab-card.active {
    border-color: #212733;
    transform: translateY(-1px);
}

.action-btn {
    min-height: 40px;
    border-radius: 8px;
    font-size: 12px;
    letter-spacing: 0.1em;
}

.home-services-strip,
.home-why-section,
.home-pricing-section,
.home-contact-band {
    background: #ffffff;
}

.home-services-strip {
    padding-top: 58px;
    padding-bottom: 70px;
}

.home-service-pill-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    margin-top: 18px;
}

.home-service-pill {
    position: relative;
    padding: 18px 34px 8px;
    text-align: center;
}

.home-service-pill:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 18px;
    right: 0;
    width: 1px;
    height: 260px;
    background: repeating-linear-gradient(
        to bottom,
        rgba(6, 22, 152, 0.18) 0,
        rgba(6, 22, 152, 0.18) 3px,
        transparent 3px,
        transparent 8px
    );
}

.home-service-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 78px;
    height: 78px;
    margin-bottom: 22px;
    color: #212733;
    font-size: 54px;
}

.home-service-pill strong {
    display: block;
    margin-bottom: 12px;
    color: #111111;
    font-size: 17px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.35;
}

.home-service-pill p {
    margin: 0;
    color: #888888;
    font-size: 16px;
    line-height: 1.7;
}

.home-pricing-note {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 22px;
    padding: 18px 22px;
    border-radius: 18px;
    background: #f7f9ff;
}

.home-pricing-note span {
    color: #888888;
    font-weight: 600;
}

.home-pricing-note a {
    color: #ef005b;
    font-weight: 800;
    text-decoration: none;
}

.our-taxi-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.our-taxi-card {
    padding: 22px 22px 28px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 18px 36px rgba(17, 24, 39, 0.05);
}

.our-taxi-media {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 160px;
    margin-bottom: 20px;
    border-radius: 16px;
    background: #fafafa;
}

.our-taxi-media img {
    max-width: 100%;
    height: 110px;
    object-fit: contain;
}

.our-taxi-card h3 {
    margin-bottom: 4px;
    color: #111111;
    font-size: 20px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
}

.our-taxi-rate {
    color: #212733;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

.our-taxi-divider {
    display: block;
    width: 38px;
    height: 4px;
    margin: 14px auto 18px;
    border-radius: 999px;
    background: #212733;
}

.our-taxi-specs {
    padding: 0;
    margin: 0;
    list-style: none;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    padding-top: 18px;
}

.our-taxi-specs li {
    display: grid;
    grid-template-columns: 24px 1fr auto;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    color: #64748b;
    font-size: 14px;
}

.our-taxi-specs i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #212733;
    color: #111111;
    font-size: 12px;
}

.our-taxi-specs strong {
    color: #475569;
    font-weight: 700;
}

.our-taxi-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    min-height: 42px;
    margin-top: 18px;
    border-radius: 999px;
    background: #212733;
    color: #111111;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
}

.home-contact-band .call-panel {
    padding: 36px 28px;
}

.home-contact-band {
    background: transparent;
    padding: 40px 0 0;
    margin-bottom: -40px;
    position: relative;
    z-index: 3;
}

.home-banner-cta {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 16px;
    align-items: center;
    padding: 34px 34px 34px 40px;
    border-radius: 0;
    background:
        linear-gradient(
            120deg,
            rgba(255, 192, 0, 0.95) 0%,
            rgba(255, 192, 0, 0.95) 70%,
            rgba(255, 192, 0, 0.95) 100%
        ),
        url("https://images.unsplash.com/photo-1503376780353-7e6692767b70?auto=format&fit=crop&w=1600&q=80")
            left center / cover no-repeat;
    position: relative;
    overflow: hidden;
}

.home-banner-cta::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
    background: #111111;
    clip-path: polygon(22% 0, 100% 0, 100% 100%, 0 100%);
}

.home-banner-copy {
    position: relative;
    z-index: 2;
    max-width: 520px;
}

.home-banner-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #111111;
    font-weight: 800;
    font-size: 12px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.home-banner-kicker span {
    display: inline-block;
    width: 22px;
    height: 4px;
    background: #111111;
}

.home-banner-copy h2 {
    margin: 12px 0 18px;
    font-size: clamp(1.8rem, 3.2vw, 2.8rem);
    font-weight: 800;
    color: #111111;
}

.home-banner-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 44px;
    padding: 0 24px;
    border-radius: 6px;
    border: 2px solid #111111;
    background: transparent;
    color: #111111;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
}

.home-banner-art {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 180px;
}

.home-banner-art img {
    width: min(100%, 360px);
    filter: drop-shadow(0 18px 26px rgba(0, 0, 0, 0.18));
}

.home-banner-rings {
    position: absolute;
    inset: 6px 30px;
    border-radius: 50%;
    background:
        radial-gradient(
            circle at center,
            transparent 46%,
            #111111 46%,
            #111111 54%,
            transparent 54%
        ),
        repeating-linear-gradient(
            135deg,
            rgba(255, 192, 0, 0.7) 0,
            rgba(255, 192, 0, 0.7) 4px,
            transparent 4px,
            transparent 8px
        );
    opacity: 0.9;
}

@media (max-width: 991.98px) {
    .home-banner-cta {
        grid-template-columns: 1fr;
        padding: 28px;
    }

    .home-banner-cta::after {
        width: 100%;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        opacity: 0.08;
    }

    .home-banner-art {
        justify-content: flex-start;
    }
}

@media (max-width: 767.98px) {
    .home-banner-cta {
        padding: 22px;
    }

    .home-banner-art img {
        width: 260px;
    }

    .home-banner-rings {
        inset: 0 10px;
    }
}

.home-counter-section {
    position: relative;
    z-index: 2;
    padding: 0;
    margin-top: 18px;
}

.home-counter-section .stats-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    padding: 0 14px;
    min-height: 222px;
    border-radius: 26px;
    overflow: hidden;
    background:
        repeating-linear-gradient(
            -35deg,
            rgba(255, 255, 255, 0.03) 0,
            rgba(255, 255, 255, 0.03) 8px,
            transparent 8px,
            transparent 16px
        ),
        linear-gradient(135deg, #202833 0%, #1a1a1a 42%, #242424 100%);
    box-shadow: 0 24px 50px rgba(17, 24, 39, 0.22);
    position: relative;
}

.home-counter-section .stats-grid::before,
.home-counter-section .stats-grid::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 180px;
    background: linear-gradient(
        135deg,
        rgba(74, 92, 111, 0.46) 0%,
        rgba(35, 44, 56, 0.95) 100%
    );
    clip-path: polygon(0 0, 78% 0, 100% 100%, 0 100%);
    opacity: 0.9;
}

.home-counter-section .stats-grid::before {
    left: 0;
}

.home-counter-section .stats-grid::after {
    left: 132px;
    width: 138px;
    background: linear-gradient(
        135deg,
        rgba(62, 78, 95, 0.56) 0%,
        rgba(35, 44, 56, 0.98) 100%
    );
}

.home-counter-section .stat-card {
    position: relative;
    z-index: 1;
    padding: 34px 16px 22px;
    text-align: center;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.home-counter-section .stat-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.02) 0,
        rgba(255, 255, 255, 0.02) 6px,
        transparent 6px,
        transparent 12px
    );
    pointer-events: none;
}

.stat-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 88px;
    height: 88px;
    margin-bottom: 14px;
    border: 5px solid #ffffff;
    border-radius: 50%;
    background: #212733;
    color: #111111;
    font-size: 34px;
}

.home-counter-section .stat-card strong {
    display: block;
    margin-bottom: 8px;
    color: #ffffff;
    font-size: 54px;
    line-height: 1;
    font-weight: 800;
}

.home-counter-section .stat-card span {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0;
}

.home-why-section {
    position: relative;
    padding: 112px 0 96px;
    background:
        linear-gradient(rgba(18, 18, 18, 0.62), rgba(18, 18, 18, 0.7)),
        url("https://images.unsplash.com/photo-1519583272095-6433daf26b6e?auto=format&fit=crop&w=1800&q=80")
            center center / cover no-repeat;
}

.home-why-section::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 20px;
    background: linear-gradient(90deg, #111111 50%, #212733 50%);
    background-size: 20px 20px;
}

.section-heading-featured {
    position: relative;
    z-index: 1;
    margin-bottom: 44px;
}

.section-heading-featured .section-kicker {
    color: #212733;
    font-size: 14px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-weight: 800;
}

.section-heading-featured h2 {
    color: #ffffff;
    font-size: clamp(2.8rem, 4vw, 4rem);
    font-weight: 800;
    letter-spacing: -0.03em;
}

.section-heading-featured::after {
    content: "";
    display: block;
    width: 58px;
    height: 6px;
    margin: 16px auto 0;
    border-radius: 999px;
    background: #212733;
    box-shadow: 18px 0 0 -1px #111111 inset;
}

.feature-showcase-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    align-items: start;
}

.feature-showcase-card {
    padding: 22px 20px 20px;
    border-radius: 14px;
    background: #ffffff;
    text-align: center;
    box-shadow: 0 18px 34px rgba(17, 24, 39, 0.14);
}

.feature-showcase-card:nth-child(2),
.feature-showcase-card:nth-child(4) {
    margin-top: 26px;
}

.feature-showcase-card .feature-icon {
    width: 78px;
    height: 78px;
    margin: 0 auto 18px;
    border: 4px solid #111111;
    border-radius: 50%;
    background: #212733;
    color: #111111;
    font-size: 30px;
}

.feature-showcase-card h3 {
    margin-bottom: 12px;
    color: #111111;
    font-size: 18px;
    font-weight: 700;
}

.feature-showcase-card p {
    margin: 0;
    color: #7c8798;
    font-size: 13px;
    line-height: 1.8;
}

@media (max-width: 991.98px) {
    .hero-shell {
        grid-template-columns: 1fr;
    }

    .home-service-pill-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px 0;
    }

    .home-service-pill:nth-child(2)::after {
        display: none;
    }

    .home-service-pill:not(:last-child)::after {
        height: 220px;
    }

    .home-counter-section .stats-grid,
    .feature-showcase-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-counter-section .stats-grid::after {
        display: none;
    }

    .our-taxi-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-pricing-section .pricing-dark-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .hero-home.hero-home-dark {
        padding: 18px 0 28px;
    }

    .hero-copy {
        padding-top: 0;
    }

    .hero-highlight-grid,
    .home-service-pill-grid {
        grid-template-columns: 1fr;
    }

    .home-service-pill {
        padding: 10px 16px 0;
    }

    .home-service-pill:not(:last-child)::after {
        top: auto;
        right: auto;
        bottom: -10px;
        left: 50%;
        width: 80%;
        height: 1px;
        transform: translateX(-50%);
        background: repeating-linear-gradient(
            to right,
            rgba(6, 22, 152, 0.18) 0,
            rgba(6, 22, 152, 0.18) 3px,
            transparent 3px,
            transparent 8px
        );
    }

    .booking-card {
        padding: 12px;
        border-radius: 14px;
    }

    .booking-tabs .nav-link {
        min-height: 38px;
        font-size: 13px;
    }

    .trip-toggle .form-check {
        min-height: 40px;
        min-width: 108px;
    }

    .form-control,
    .form-select {
        min-height: 36px;
        font-size: 12px;
    }

    .cab-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-service-icon {
        width: 70px;
        height: 70px;
        margin-bottom: 16px;
        font-size: 48px;
    }

    .home-pricing-note {
        flex-direction: column;
        align-items: flex-start;
    }

    .home-counter-section .stats-grid,
    .feature-showcase-grid,
    .our-taxi-grid,
    .home-pricing-section .pricing-dark-grid {
        grid-template-columns: 1fr;
        padding: 0;
    }

    .home-counter-section .stats-grid {
        min-height: auto;
    }

    .home-counter-section .stats-grid::before,
    .home-counter-section .stats-grid::after {
        display: none;
    }

    .home-counter-section .stat-card strong {
        font-size: 42px;
    }

    .home-counter-section .stat-card span {
        font-size: 16px;
    }

    .feature-showcase-card:nth-child(2),
    .feature-showcase-card:nth-child(4) {
        margin-top: 0;
    }
}

/* Closer Taxica live-demo styling */
:root {
    --taxi-accent: #212733;
    --taxi-dark: #121212;
    --taxi-dark-soft: #1b1b1b;
    --taxi-gray: #888888;
    --taxi-light: #ffffff;
}

.site-topbar {
    background: #111111;
    color: #ffffff;
}

.site-topbar-inner,
.site-topbar-info,
.site-topbar-socials {
    display: flex;
    align-items: center;
}

.site-topbar-inner {
    justify-content: space-between;
    gap: 18px;
    min-height: 44px;
}

.site-topbar-info,
.site-topbar-socials {
    gap: 18px;
    flex-wrap: wrap;
}

.site-topbar a,
.site-topbar-hours,
.site-topbar-socials span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #ffffff;
    font-size: 13px;
    text-decoration: none;
}

.site-topbar-socials a {
    width: 26px;
    height: 26px;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 192, 0, 0.14);
}

.site-header {
    position: sticky;
    top: 0;
    background: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 10px 20px rgba(17, 24, 39, 0.06);
}

.site-nav a.active,
.site-phone i,
.footer-contact i,
.home-pricing-note a,
.package-card-footer a,
.route-book-btn,
.services-dark-card a {
    color: #212733;
}

.site-book-btn,
.action-btn,
.pricing-dark-btn,
.routes-link,
.packages-link,
.footer-newsletter-btn,
.footer-cta-btn,
.mobile-sticky-whatsapp {
    background: linear-gradient(90deg, #22c55e 0%, #16a34a 100%);
    color: #ffffff;
    box-shadow: 0 14px 28px rgba(34, 197, 94, 0.28);
}

.booking-tabs .nav-link.active {
    background: #212733;
    color: #111111;
    box-shadow: 0 14px 28px rgba(255, 192, 0, 0.22);
}

.site-book-btn:hover,
.action-btn:hover,
.pricing-dark-btn:hover,
.routes-link:hover,
.packages-link:hover,
.footer-newsletter-btn:hover,
.footer-cta-btn:hover,
.mobile-sticky-whatsapp:hover {
    background: linear-gradient(90deg, #16a34a 0%, #15803d 100%);
    color: #ffffff;
}

.booking-tabs .nav-link.active:hover {
    background: #e5ac00;
    color: #111111;
}

.hero-home.hero-home-dark,
.page-hero,
.contact-panel,
.call-panel,
.home-pricing-section,
.services-dark-card-blue {
    background:
        linear-gradient(
            120deg,
            rgba(18, 18, 18, 0.94) 0%,
            rgba(18, 18, 18, 0.85) 55%,
            rgba(255, 192, 0, 0.18) 100%
        ),
        url("/images/home-banner-bg.jpg") center center / cover no-repeat;
}

.hero-overlay {
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.32)),
        radial-gradient(
            circle at 80% 22%,
            rgba(255, 192, 0, 0.22),
            transparent 24%
        );
}

.hero-badge,
.page-kicker {
    background: rgba(255, 192, 0, 0.14);
    border-color: rgba(255, 192, 0, 0.28);
    color: #212733;
}

.hero-title span,
.taxica-about-copy h2 span,
.section-kicker,
.pricing-dark-price,
.home-service-icon,
.feature-icon,
.taxica-check-list i,
.taxica-about-badge-icon {
    color: #212733;
}

.taxica-about-badge-icon {
    background: #212733;
    color: #111111;
}

.taxica-about-rings::before,
.taxica-about-rings::after,
.taxica-about-rings-secondary::before,
.taxica-about-rings-secondary::after {
    background: #212733;
}

.booking-card,
.trip-card,
.service-mini-card,
.pricing-dark-card,
.package-card,
.route-card,
.service-card,
.about-focus-card,
.feature-card,
.info-card,
.contact-form-card,
.contact-map-card,
.tariff-table-card,
.stat-card,
.home-service-pill,
.simple-list-item {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 16px 40px rgba(17, 24, 39, 0.05);
}

.service-mini-card h3,
.pricing-dark-card h3,
.package-card h3,
.route-card strong,
.service-card h2,
.info-card h2,
.feature-card h3,
.about-focus-card h3,
.section-heading h2,
.about-copy h2,
.page-hero h1,
.hero-title,
.taxica-about-copy h2 {
    color: #111111;
}

.hero-title,
.page-hero h1,
.contact-panel h2,
.contact-panel p,
.call-panel a,
.call-panel span {
    color: #ffffff;
}

.section-heading p,
.about-copy p,
.service-card p,
.feature-card p,
.info-card p,
.simple-list-item span,
.route-card p,
.package-card p,
.home-service-pill p,
.taxica-about-copy p,
.home-pricing-note span {
    color: #888888;
}

.booking-tabs .nav-link {
    border-color: rgba(0, 0, 0, 0.08);
    background: #ffffff;
    color: #111111;
}

.trip-toggle .form-check,
.form-control,
.form-select,
.cab-card,
.estimate-card,
.booking-summary-item,
.estimate-table,
.estimate-row {
    background: #ffffff;
    border-color: rgba(0, 0, 0, 0.12);
    color: #111111;
}

.trip-toggle .form-check-input:checked {
    background-color: #212733;
    border-color: #212733;
    box-shadow: 0 0 0 0.2rem rgba(255, 192, 0, 0.18);
}

.cab-card .rate-tag,
.cab-card .availability,
.booking-confirm-badge,
.trip-card-badge,
.trip-pill {
    color: #d69d00;
}

.cab-card:hover,
.cab-card.active {
    border-color: #212733;
}

.cab-card {
    background: #000000;
}

.cab-name {
    color: #ffffff;
}

section.homepage-section.routes-section.routes-section-dark {
    display: none;
}

.trips-filter-arrow {
    background: #212733;
    color: #111111;
}

.tariff-table thead th {
    background: #111111;
    color: #ffffff;
}

.contact-list-icon,
.service-icon,
.about-focus-icon,
.feature-icon {
    background: rgba(255, 192, 0, 0.16);
    color: #111111;
}

.site-footer {
    position: relative;
    padding: 0;
    background: #111111;
    color: #ffffff;
    border-top: 0;
}

.site-footer-checker {
    height: 40px;
    background: linear-gradient(90deg, #111111 50%, #212733 50%);
    background-size: 40px 20px;
    background-repeat: repeat;
}

.site-footer-checker::after {
    content: "";
    display: block;
    height: 20px;
    background: linear-gradient(90deg, #212733 50%, transparent 50%);
    background-size: 20px 20px;
    background-repeat: repeat;
}

.site-footer .container {
    padding-top: 48px;
    padding-bottom: 0;
}

.footer-main {
    grid-template-columns: 1.2fr 0.8fr 0.8fr 1fr;
    gap: 46px;
    padding: 0 0 54px;
}

.footer-col h3 {
    margin-bottom: 22px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 800;
}

.footer-col h3::after {
    content: "";
    display: block;
    width: 90px;
    height: 2px;
    margin-top: 14px;
    background: linear-gradient(
        90deg,
        #212733 0 34%,
        rgba(255, 255, 255, 0.22) 34% 100%
    );
}

.footer-col p,
.footer-links a,
.footer-contact li,
.footer-bottom p,
.footer-bottom-links a {
    color: rgba(255, 255, 255, 0.9);
}

.footer-contact i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #212733;
    color: #111111;
    margin-top: 0;
}

.footer-links a,
.footer-contact li span {
    color: rgba(255, 255, 255, 0.92);
}

.footer-newsletter-col p {
    margin-bottom: 18px;
}

.footer-newsletter {
    display: grid;
    gap: 18px;
}

.footer-newsletter-input {
    min-height: 56px;
    padding: 0 18px;
    border: 0;
    border-radius: 14px;
    background: #ffffff;
    color: #111111;
    font-size: 17px;
}

.footer-newsletter-btn {
    min-height: 54px;
    border: 0;
    border-radius: 999px;
    font-size: 17px;
    font-weight: 800;
}

.footer-bottom {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 10px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: #212733;
}

.footer-bottom::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 42%;
    height: 100%;
    background: linear-gradient(130deg, transparent 0 25%, #d10050 14% 100%);
    z-index: 0;
}

.footer-bottom > * {
    position: relative;
    z-index: 1;
}

.footer-bottom p {
    text-align: center;
    font-weight: 600;
    font-size: 16px;
}

.footer-bottom .footer-brand-highlight {
    color: #000000 !important;
    font-size: 18px;
    font-weight: 700;
}

.footer-bottom .footer-meta-text {
    color: #070707 !important;
    font-size: 14px;
}

.footer-bottom .footer-meta-text a {
    color: inherit !important;
    text-decoration: underline;
    text-underline-offset: 3px;
}

@media (max-width: 767.98px) {
    .footer-bottom .footer-brand-highlight {
        color: #000000 !important;
    }

    .footer-bottom .footer-meta-text {
        color: #000000 !important;
    }
}
.footer-bottom-right {
    display: flex;
    align-items: center;
    gap: 28px;
}

.footer-bottom-socials {
    display: flex;
    gap: 14px;
}

.footer-bottom-socials a,
.footer-socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #111111;
    border: 1px solid rgba(255, 192, 0, 0.22);
    color: #212733;
    text-decoration: none;
}

@media (max-width: 991.98px) {
    .footer-main,
    .footer-bottom,
    .footer-bottom p {
        font-weight: 600;
        font-size: 16px;
    }

    .footer-bottom .footer-brand-highlight {
        color: #212733 !important;
    }

    .footer-bottom .footer-meta-text {
        color: #ffffff !important;
    }
    .footer-bottom-right {
        grid-template-columns: 1fr;
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-bottom::after {
        width: 100%;
        height: 96px;
        top: auto;
        bottom: 0;
    }
}

@media (max-width: 767.98px) {
    .site-footer-checker {
        height: 30px;
        background-size: 30px 15px;
    }

    .site-footer-checker::after {
        height: 15px;
        background-size: 15px 15px;
    }

    .site-footer .container {
        padding-top: 48px;
    }

    .footer-main {
        gap: 30px;
    }
}

.taxica-about-section,
.home-counter-section,
.home-contact-band {
    background: #ffffff;
}

.taxica-about-layout {
    display: grid;
    grid-template-columns: 1.02fr 0.98fr;
    gap: 22px;
    align-items: center;
}

.taxica-about-art {
    position: relative;
    min-height: 470px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.taxica-about-art img {
    position: relative;
    z-index: 3;
    width: min(100%, 640px);
    filter: drop-shadow(0 22px 30px rgba(17, 24, 39, 0.16));
}

.taxica-about-rings {
    position: absolute;
    inset: 44px 58px 34px 28px;
    z-index: 1;
    border-radius: 50%;
    background:
        radial-gradient(
            circle at center,
            transparent 41%,
            #111111 41%,
            #111111 51%,
            transparent 51%
        ),
        radial-gradient(
            circle at center,
            transparent 56%,
            #111111 56%,
            #111111 61%,
            transparent 61%
        ),
        radial-gradient(
            circle at center,
            transparent 66%,
            #111111 66%,
            #111111 70%,
            transparent 70%
        );
    transform: rotate(-8deg);
}

.taxica-about-rings::before,
.taxica-about-rings::after,
.taxica-about-rings-secondary::before,
.taxica-about-rings-secondary::after,
.taxica-about-rings-accent::before,
.taxica-about-rings-accent::after {
    content: "";
    position: absolute;
    background: #212733;
}

.taxica-about-rings::before {
    top: 18px;
    left: 66px;
    width: 32px;
    height: 4px;
}

.taxica-about-rings::after {
    top: 12px;
    left: 112px;
    width: 18px;
    height: 4px;
}

.taxica-about-rings-secondary {
    inset: 26px 32px 18px 46px;
    background: none;
    z-index: 2;
}

.taxica-about-rings-secondary::before {
    top: 8px;
    right: 128px;
    width: 22px;
    height: 4px;
}

.taxica-about-rings-secondary::after {
    top: 18px;
    right: 86px;
    width: 12px;
    height: 4px;
}

.taxica-about-rings-accent {
    position: absolute;
    inset: 34px 42px 26px 40px;
    z-index: 2;
    background: none;
    border-radius: 50%;
}

.taxica-about-rings-accent::before {
    bottom: 52px;
    right: 46px;
    width: 14px;
    height: 4px;
}

.taxica-about-rings-accent::after {
    bottom: 18px;
    left: 158px;
    width: 4px;
    height: 18px;
}

.taxica-about-art::before,
.taxica-about-art::after {
    content: "";
    position: absolute;
    z-index: 2;
    background: #212733;
}

.taxica-about-art::before {
    left: 56px;
    bottom: 38px;
    width: 28px;
    height: 4px;
}

.taxica-about-art::after {
    left: 198px;
    bottom: 8px;
    width: 16px;
    height: 4px;
}

.taxica-about-badge {
    position: absolute;
    top: 8px;
    left: 6px;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 12px 22px 12px 12px;
    border-radius: 999px;
    background: #111111;
    color: #ffffff;
    box-shadow: 0 16px 32px rgba(17, 24, 39, 0.12);
}

.taxica-about-badge-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #212733;
    color: #111111;
    font-size: 22px;
}

.taxica-about-badge strong,
.taxica-about-badge span {
    display: block;
    line-height: 1.2;
}

.taxica-about-badge strong {
    font-size: 14px;
    font-weight: 800;
}

.taxica-about-badge span {
    margin-top: 3px;
    font-size: 14px;
    font-weight: 700;
}

.taxica-about-copy h2 {
    margin-bottom: 18px;
    font-size: clamp(2.4rem, 4.2vw, 4rem);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.03em;
}

.taxica-about-copy h2 span {
    color: #212733;
}

.taxica-about-copy p {
    max-width: 560px;
    margin-bottom: 18px;
    color: #6b7280;
    font-size: 16px;
    line-height: 1.75;
}

.taxica-check-list {
    display: grid;
    gap: 12px;
    margin: 22px 0 30px;
}

.taxica-check-list div {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #555555;
    font-weight: 600;
    font-size: 15px;
}

.taxica-check-list i {
    color: #212733;
}

.taxica-about-copy .site-book-btn {
    min-height: 42px;
    padding: 0 24px;
    border-radius: 999px;
    font-size: 13px;
}

.home-service-pill {
    position: relative;
}

.home-service-pill a {
    display: inline-flex;
    margin-top: 10px;
    color: #ef005b;
    font-weight: 800;
    text-decoration: none;
}

.home-service-pill-accent a {
    color: #ffffff;
}

.home-counter-section {
    padding: 34px 0;
}

.home-counter-section .stat-card {
    text-align: center;
}

.home-counter-section .stats-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-why-section {
    background: #f7f9ff;
}

.home-pricing-section {
    background: #ffffff;
}

.home-pricing-section .section-kicker,
.home-pricing-section h2,
.home-pricing-section p {
    color: #111111;
}

.home-pricing-section .section-heading {
    margin-bottom: 46px;
}

.home-pricing-section .section-kicker {
    color: #212733;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.home-pricing-section .pricing-dark-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    align-items: stretch;
}

.home-pricing-section .pricing-dark-card {
    padding: 0;
    overflow: hidden;
    border-radius: 28px;
    background: #ffffff;
    text-align: center;
    box-shadow: 0 18px 40px rgba(17, 24, 39, 0.08);
    border: 1px solid rgba(33, 39, 51, 0.08);
}

.pricing-dark-media {
    position: relative;
    min-height: 180px;
    margin-bottom: 0;
    padding: 28px 26px 18px;
    background: linear-gradient(180deg, #ffffff 0%, #f3f6fa 100%);
    border-radius: 0;
}

.pricing-dark-media img {
    width: 100%;
    height: 150px;
    object-fit: contain;
}

.pricing-dark-family {
    position: absolute;
    top: 16px;
    left: 18px;
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 0 12px;
    border-radius: 10px;
    background: #111111;
    color: #ffffff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.pricing-dark-body {
    padding: 22px 28px 24px;
}

.taxi-rate-section .pricing-dark-card,
.taxi-rate-section .pricing-dark-body,
.taxi-rate-section .pricing-dark-card h3 {
    text-align: left;
}

.taxi-rate-section .pricing-dark-grid {
    grid-template-columns: repeat(
        var(--pricing-grid-columns, 4),
        minmax(0, 1fr)
    ) !important;
}

.pricing-dark-card h3 {
    margin-bottom: 24px;
    color: #0d3a78;
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -0.02em;
}

.pricing-rate-slab {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 26px;
    overflow: hidden;
    border: 1px solid #d2d7de;
    border-radius: 22px;
    background: #f7f8fa;
}

.pricing-rate-cell {
    padding: 18px 14px 16px;
    text-align: center;
}

.pricing-rate-cell + .pricing-rate-cell {
    border-left: 1px solid #d2d7de;
}

.pricing-rate-cell-muted {
    background: #eef1f5;
}

.pricing-rate-label {
    display: block;
    margin-bottom: 10px;
    color: #505050;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.pricing-rate-cell strong {
    display: block;
    color: #111111;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.2;
}

.pricing-rate-cell small {
    display: block;
    margin-top: 6px;
    color: #777777;
    font-size: 11px;
}

.pricing-spec-list {
    padding: 0;
    margin: 0 0 26px;
    list-style: none;
    text-align: left;
}

.pricing-spec-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 18px 6px;
    color: #303030;
    font-size: 12px;
    font-weight: 600;
    position: relative;
    border-bottom: 1px solid #e8ebef;
}

.pricing-spec-list li:last-child {
    border-bottom: 0;
}

.pricing-spec-list li span {
    flex: 1;
    color: #585858;
    text-align: left;
}

.pricing-spec-list li span i {
    margin-right: 10px;
    color: #0d3a78;
    font-size: 11px;
}

.pricing-spec-list li strong {
    color: #111111;
    font-size: 13px;
    font-weight: 700;
}

.pricing-dark-btn {
    min-height: 46px;
    border-radius: 999px;
    background: #5c9bf4;
    color: #ffffff !important;
    border: 0;
    box-shadow: 0 10px 24px rgba(92, 155, 244, 0.28);
    font-size: 12px;
    font-weight: 800;
    text-transform: none;
    letter-spacing: 0;
    width: 100%;
    max-width: none;
    margin: 0;
}

.pricing-dark-btn:hover {
    background: #4b89e5;
    color: #ffffff !important;
    transform: translateY(-1px);
}

.home-contact-band .call-panel {
    background: linear-gradient(135deg, #ef005b 0%, #b80046 100%);
}

@media (max-width: 991.98px) {
    .site-topbar {
        display: none;
    }

    .taxica-about-layout {
        grid-template-columns: 1fr;
    }

    .taxica-about-art {
        min-height: 380px;
    }

    .home-counter-section .stats-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-pricing-section .pricing-dark-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .our-taxi-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .taxica-about-art {
        min-height: 300px;
    }

    .taxica-about-rings {
        inset: 42px 14px 18px 10px;
    }

    .taxica-about-rings-secondary {
        inset: 30px 8px 18px 16px;
    }

    .taxica-about-rings-accent {
        inset: 34px 10px 18px 14px;
    }

    .taxica-about-badge {
        top: -6px;
        left: 0;
        gap: 10px;
        padding: 10px 14px 10px 10px;
    }

    .taxica-about-badge-icon {
        width: 42px;
        height: 42px;
        font-size: 18px;
    }

    .taxica-about-badge strong,
    .taxica-about-badge span {
        font-size: 13px;
    }

    .taxica-about-copy h2 {
        font-size: 2rem;
    }

    .home-counter-section .stats-grid {
        grid-template-columns: 1fr;
    }

    .home-pricing-section .pricing-dark-grid {
        grid-template-columns: 1fr;
    }

    .pricing-dark-card h3 {
        font-size: 20px;
    }

    .our-taxi-grid {
        grid-template-columns: 1fr;
    }
}

/* Packages, Featured Routes, Routes refresh (homepage + inner pages) */
.packages-dark-section,
.routes-section-dark,
.trips-section,
.trips-section-dark {
    background: #ffffff;
    color: #111111;
}

.packages-dark-section .section-heading h2,
.routes-section-dark .section-heading h2,
.trips-section .trips-header h2,
.trips-section-dark .trips-header h2 {
    color: #111111;
}

.packages-dark-section .section-kicker,
.routes-section-dark .section-route-label,
.trips-section .section-kicker,
.trips-section-dark .section-kicker {
    color: #212733;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.package-grid,
.package-grid-dark {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.package-card,
.package-card-dark {
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 16px 36px rgba(17, 24, 39, 0.06);
    overflow: hidden;
}

.package-card-media img {
    height: 220px;
    object-fit: cover;
}

.package-card-body {
    padding: 20px 20px 22px;
}

.package-card-body h3 {
    margin-bottom: 8px;
    color: #111111;
    font-weight: 800;
}

.package-card-body p {
    color: #6b7280;
    font-size: 14px;
    line-height: 1.7;
}

.package-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 16px;
    padding-top: 12px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.package-card-footer span {
    color: #111111;
    font-weight: 700;
}

.package-card-footer a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    border-radius: 999px;
    background: #212733;
    color: #111111;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
}

.trips-section .trips-filter-card,
.trips-section-dark .trips-filter-card {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 16px 32px rgba(17, 24, 39, 0.06);
}

.trips-section .trips-filter-label,
.trips-section-dark .trips-filter-label {
    color: #111111;
}

.trips-section .trips-select,
.trips-section-dark .trips-select {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.12);
    color: #111111;
}

.popular-trips-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.trip-card {
    padding: 16px 18px 18px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 16px 36px rgba(17, 24, 39, 0.06);
}

.trip-card-badge {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 16px;
    margin-bottom: 18px;
    border-radius: 999px;
    background: #111111;
    color: #212733;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.trip-card-head {
    align-items: flex-start;
    gap: 10px;
}

.trip-card-head h3 {
    margin: 0 0 4px;
    color: #111111;
    font-size: 18px;
    font-weight: 800;
}

.trip-rate-line {
    color: #555555;
    font-size: 13px;
    font-weight: 600;
}

.trip-rate-line strong {
    color: #111111;
    font-size: 13px;
}

.trip-card-head img {
    width: 88px;
    height: 44px;
    object-fit: contain;
}

.trip-detail-list {
    margin: 14px 0 18px;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0;
}

.trip-detail-item {
    display: grid;
    grid-template-columns: 36px auto 1fr;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.trip-detail-item:first-child {
    padding-top: 6px;
}

.trip-detail-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.trip-detail-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #212733;
    color: #111111;
    font-size: 15px;
}

.trip-detail-label {
    color: #888888;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.trip-detail-item strong {
    justify-self: end;
    color: #111111;
    font-size: 16px;
    font-weight: 800;
}

.trip-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 18px;
    margin-top: 8px;
    border: 2px solid #212733;
    border-radius: 999px;
    background: #111111;
    color: #212733;
    font-size: 14px;
    font-weight: 700;
}

.trip-book-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 48px;
    margin-top: 16px;
    border-radius: 16px;
    background: #111111;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
}

.trip-book-btn:hover {
    background: #212733;
    color: #111111;
}

.route-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.route-marquee {
    position: relative;
    display: grid;
    gap: 18px;
    overflow: hidden;
    padding: 8px 0;
}

.route-marquee-track {
    display: flex;
    gap: 0;
    align-items: stretch;
    will-change: transform;
}

.route-marquee-track-left {
    animation: routeMarqueeLeft 28s linear infinite;
}

.route-marquee-track-right {
    animation: routeMarqueeRight 28s linear infinite;
}

.route-marquee:hover .route-marquee-track {
    animation-play-state: paused;
}

.route-marquee-slide {
    flex: 0 0 100%;
    min-width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

@keyframes routeMarqueeLeft {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@keyframes routeMarqueeRight {
    0% {
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(0);
    }
}

.route-card,
.route-card-dark {
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 16px 36px rgba(17, 24, 39, 0.06);
    overflow: hidden;
}

.route-card-media img {
    height: 210px;
    object-fit: cover;
}

.route-card-overlay {
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.05) 0%,
        rgba(0, 0, 0, 0.7) 100%
    );
}

.route-card-overlay h3 {
    color: #ffffff;
}

.route-card-body {
    padding: 18px 18px 22px;
}

.route-meta-line strong {
    color: #111111;
}

.route-book-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    border-radius: 999px;
    background: #212733;
    color: #111111;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
}

@media (max-width: 991.98px) {
    .package-grid,
    .package-grid-dark,
    .route-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .popular-trips-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .route-marquee-slide {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .package-grid,
    .package-grid-dark,
    .route-grid {
        grid-template-columns: 1fr;
    }

    .popular-trips-grid {
        grid-template-columns: 1fr;
    }

    .route-marquee-slide {
        grid-template-columns: 1fr;
    }
}

/* Homepage polish */
.hero-home,
.homepage-section {
    color: #111111;
}

.hero-home .hero-copy,
.homepage-section .section-heading,
.homepage-section .trips-header,
.homepage-section .taxica-about-copy,
.homepage-section .home-banner-copy {
    position: relative;
    z-index: 1;
}

.hero-badge,
.section-kicker,
.section-route-label,
.taxica-about-copy .about-mini-title,
.home-banner-kicker {
    color: #212733 !important;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.hero-title,
.section-heading h2,
.trips-header h2,
.taxica-about-copy h2,
.home-banner-copy h2 {
    color: #111111 !important;
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -0.02em;
}

.hero-title span,
.section-heading h2 span,
.trips-header h2 span,
.taxica-about-copy h2 span {
    color: #212733;
}

.hero-text,
.section-heading p,
.trips-header-copy p,
.taxica-about-copy p,
.home-services-strip p,
.feature-showcase-card p,
.route-card-body p,
.trip-rate-line,
.trip-detail-label,
.trips-note {
    color: #777777 !important;
    line-height: 1.7;
}

.homepage-section {
    padding: 56px 0;
}

.section-heading,
.trips-header {
    margin-bottom: 30px;
}

.section-heading h2,
.trips-header h2 {
    margin: 8px 0 0;
}

.hero-action,
.action-btn,
.home-banner-btn,
.trip-book-btn,
.route-book-btn,
.our-taxi-btn,
.pricing-dark-btn,
.fleet-book-btn,
.booking-confirm-actions .btn {
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        background-color 0.25s ease,
        color 0.25s ease,
        border-color 0.25s ease;
}

.hero-action:hover,
.action-btn:hover,
.home-banner-btn:hover,
.trip-book-btn:hover,
.route-book-btn:hover,
.our-taxi-btn:hover,
.pricing-dark-btn:hover,
.fleet-book-btn:hover,
.booking-confirm-actions .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(17, 17, 17, 0.14);
}

.hero-action-primary,
.action-btn,
.home-banner-btn,
.route-book-btn,
.pricing-dark-btn,
.fleet-book-btn {
    background: #ef005b;
    color: #111111;
}

.hero-action-primary:hover,
.action-btn:hover,
.home-banner-btn:hover,
.route-book-btn:hover,
.pricing-dark-btn:hover,
.fleet-book-btn:hover {
    background: #111111;
    color: #212733;
}

.hero-action-secondary,
.trip-book-btn,
.our-taxi-btn,
.booking-confirm-actions .btn-outline-secondary {
    background: #111111;
    color: #ffffff;
    border-color: #111111;
}

.hero-action-secondary:hover,
.trip-book-btn:hover,
.our-taxi-btn:hover,
.booking-confirm-actions .btn-outline-secondary:hover {
    background: #212733;
    color: #111111;
    border-color: #212733;
}

.booking-card,
.trip-card,
.our-taxi-card,
.pricing-dark-card,
.route-card,
.route-card-dark,
.package-card,
.package-card-dark,
.feature-showcase-card,
.stat-card,
.home-banner-cta,
.trips-filter-card {
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}

.trip-card:hover,
.our-taxi-card:hover,
.pricing-dark-card:hover,
.route-card:hover,
.route-card-dark:hover,
.package-card:hover,
.package-card-dark:hover,
.feature-showcase-card:hover,
.stat-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 48px rgba(17, 24, 39, 0.12);
    border-color: rgba(255, 192, 0, 0.45);
}

.home-services-strip .service-strip-item,
.feature-showcase-card,
.stat-card,
.trip-card,
.our-taxi-card,
.pricing-dark-card,
.package-card,
.route-card,
.route-card-dark,
.home-banner-cta {
    animation: homepageRise 0.8s ease both;
}

.home-services-strip .service-strip-item:nth-child(2),
.feature-showcase-card:nth-child(2),
.stat-card:nth-child(2),
.trip-card:nth-child(2),
.our-taxi-card:nth-child(2),
.pricing-dark-card:nth-child(2),
.package-card:nth-child(2),
.route-card:nth-child(2),
.route-card-dark:nth-child(2) {
    animation-delay: 0.08s;
}

.home-services-strip .service-strip-item:nth-child(3),
.feature-showcase-card:nth-child(3),
.stat-card:nth-child(3),
.trip-card:nth-child(3),
.our-taxi-card:nth-child(3),
.pricing-dark-card:nth-child(3),
.package-card:nth-child(3),
.route-card:nth-child(3),
.route-card-dark:nth-child(3) {
    animation-delay: 0.16s;
}

.home-services-strip .service-strip-item:nth-child(4),
.feature-showcase-card:nth-child(4),
.stat-card:nth-child(4),
.trip-card:nth-child(4),
.our-taxi-card:nth-child(4),
.pricing-dark-card:nth-child(4),
.package-card:nth-child(4),
.route-card:nth-child(4),
.route-card-dark:nth-child(4) {
    animation-delay: 0.24s;
}

.route-card-media img,
.trip-card-head img,
.our-taxi-media img,
.pricing-dark-card > img,
.home-banner-art img {
    transition: transform 0.4s ease;
}

.route-card:hover .route-card-media img,
.trip-card:hover .trip-card-head img,
.our-taxi-card:hover .our-taxi-media img,
.pricing-dark-card:hover > img,
.home-banner-cta:hover .home-banner-art img {
    transform: translateY(-4px) scale(1.03);
}

.trips-filter-card,
.booking-card {
    border-radius: 24px;
}

.trips-filter-bar {
    align-items: end;
}

.trips-filter-label,
.form-label,
.section-title {
    color: #111111;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.trip-card-head,
.route-meta-line,
.our-taxi-head,
.pricing-dark-card h3 {
    color: #111111;
}

.home-banner-copy h2,
.taxica-about-copy h2 {
    max-width: 12ch;
}

.route-marquee {
    padding-top: 12px;
}

@keyframes homepageRise {
    0% {
        opacity: 0;
        transform: translateY(18px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 991.98px) {
    .homepage-section {
        padding: 48px 0;
    }

    .home-banner-copy h2,
    .taxica-about-copy h2 {
        max-width: none;
    }
}

@media (max-width: 767.98px) {
    .homepage-section {
        padding: 40px 0;
    }

    .cab-grid,
    .popular-trips-grid,
    .service-fleet-grid,
    .seo-cab-grid,
    .our-taxi-grid,
    .package-grid,
    .route-grid,
    .feature-grid,
    .about-focus-grid,
    .feature-showcase-grid,
    .home-pricing-section .pricing-dark-grid,
    .home-counter-section .stats-grid,
    .two-col-section,
    .about-story-grid,
    .contact-grid,
    .thankyou-content-grid,
    .footer-main {
        grid-template-columns: 1fr !important;
        gap: 10px !important;
    }

    .cab-grid .cab-card {
        flex: 0 0 90px;
        min-width: 90px;
    }

    .cab-card .rate-tag {
        font-size: 9px;
    }

    .footer-bottom,
    .footer-bottom p {
        font-weight: 600;
        font-size: 16px;
    }

    .footer-bottom .footer-brand-highlight {
        color: #212733 !important;
    }

    .footer-bottom .footer-meta-text {
        color: #ffffff !important;
    }
    .footer-bottom-right {
        gap: 36px !important;
        text-align: center;
    }

    .footer-bottom-right,
    .footer-bottom::after {
        display: none !important;
    }

    .section-heading,
    .trips-header {
        margin-bottom: 22px;
    }

    .trip-card:hover,
    .our-taxi-card:hover,
    .pricing-dark-card:hover,
    .route-card:hover,
    .route-card-dark:hover,
    .package-card:hover,
    .package-card-dark:hover,
    .feature-showcase-card:hover,
    .stat-card:hover {
        transform: translateY(-3px);
    }
}

/* Public pages theme sync */
.page-hero,
.seo-hero,
.thankyou-page {
    position: relative;
    overflow: hidden;
}

.page-hero {
    padding: 88px 0 72px;
    background:
        radial-gradient(
            circle at top left,
            rgba(255, 192, 0, 0.18),
            transparent 24%
        ),
        linear-gradient(180deg, #fffdf7 0%, #ffffff 100%);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.page-hero::after,
.seo-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 5px;
    background: linear-gradient(90deg, #111111 0 16px, #212733 16px 32px);
    background-size: 32px 5px;
    opacity: 0.9;
}

.page-kicker {
    display: inline-flex;
    align-items: center;
    margin-bottom: 12px;
    color: #212733;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.page-hero h1,
.seo-hero-copy h1,
.thankyou-hero-card h1,
.thankyou-panel h2,
.seo-copy-card h2,
.seo-side-card h3,
.contact-panel h2,
.contact-form-card h2,
.info-card h2,
.service-card h2,
.about-focus-card h3,
.feature-card h3,
.service-fleet-body h3 {
    color: #111111;
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -0.02em;
}

.page-hero p,
.seo-hero-copy p,
.seo-hero-panel p,
.thankyou-hero-card p,
.thankyou-step p,
.contact-panel p,
.contact-form-card p,
.info-card p,
.service-card p,
.about-focus-card p,
.feature-card p,
.simple-list-item span,
.seo-copy-card p,
.seo-note,
.contact-map-placeholder span,
.thankyou-detail-item span {
    color: #777777;
    line-height: 1.7;
}

.page-section {
    padding: 60px 0;
}

.page-section-soft {
    background:
        radial-gradient(
            circle at top right,
            rgba(255, 192, 0, 0.1),
            transparent 22%
        ),
        linear-gradient(180deg, #fffef9 0%, #fffaf0 100%);
}

.page-section .section-heading,
.page-section .section-heading-wide {
    margin-bottom: 30px;
}

.service-card,
.info-card,
.about-focus-card,
.feature-card,
.service-fleet-card,
.contact-form-card,
.contact-map-card,
.contact-panel,
.tariff-table-card,
.seo-copy-card,
.seo-side-card,
.seo-cab-card,
.thankyou-hero-card,
.thankyou-panel,
.thankyou-highlight-card {
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 18px 44px rgba(17, 24, 39, 0.07);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}

.service-card:hover,
.info-card:hover,
.about-focus-card:hover,
.feature-card:hover,
.service-fleet-card:hover,
.contact-form-card:hover,
.contact-map-card:hover,
.contact-panel:hover,
.tariff-table-card:hover,
.seo-copy-card:hover,
.seo-side-card:hover,
.seo-cab-card:hover,
.thankyou-panel:hover,
.thankyou-highlight-card:hover {
    transform: translateY(-6px);
    border-color: rgba(255, 192, 0, 0.45);
    box-shadow: 0 24px 54px rgba(17, 24, 39, 0.12);
}

.service-icon,
.about-focus-icon,
.feature-icon,
.contact-list-icon,
.thankyou-badge,
.seo-chip,
.route-pill,
.seo-cab-rate {
    background: rgba(255, 192, 0, 0.14);
    color: #111111;
    border-color: rgba(255, 192, 0, 0.3);
}

.service-icon,
.about-focus-icon,
.feature-icon,
.contact-list-icon {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #212733;
    color: #111111;
    box-shadow: 0 12px 22px rgba(255, 192, 0, 0.28);
}

.service-card ul,
.seo-check-list,
.contact-list,
.thankyou-steps,
.simple-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.service-card li,
.seo-check-list li,
.simple-list-item,
.thankyou-step,
.contact-list-item,
.thankyou-detail-item {
    position: relative;
    padding: 14px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.service-card li:last-child,
.seo-check-list li:last-child,
.simple-list-item:last-child,
.thankyou-step:last-child,
.contact-list-item:last-child,
.thankyou-detail-item:last-child {
    border-bottom: 0;
}

.service-card li {
    padding-left: 26px;
    color: #555555;
}

.service-card li::before,
.seo-check-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 20px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #212733;
    box-shadow: 0 0 0 4px rgba(255, 192, 0, 0.14);
}

.simple-list-item strong,
.seo-copy-card strong,
.contact-list-item strong,
.thankyou-detail-item strong,
.thankyou-step strong,
.service-fleet-body strong,
.tariff-table td,
.tariff-table th {
    color: #111111;
}

.service-fleet-body strong,
.seo-cab-rate,
.thankyou-detail-item-total strong {
    color: #212733;
}

.service-fleet-card,
.seo-cab-card {
    overflow: hidden;
}

.service-fleet-media,
.seo-cab-icon,
.contact-map-embed {
    background:
        radial-gradient(
            circle at top left,
            rgba(255, 192, 0, 0.12),
            transparent 28%
        ),
        #fffdf8;
}

.service-fleet-media img,
.seo-cab-icon img {
    transition: transform 0.35s ease;
}

.service-fleet-card:hover .service-fleet-media img,
.seo-cab-card:hover .seo-cab-icon img {
    transform: translateY(-4px) scale(1.04);
}

.contact-submit-btn,
.seo-panel-actions .hero-action,
.thankyou-primary-link,
.thankyou-secondary-link,
.package-card-footer a,
.route-pill,
.contact-map-placeholder {
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        background-color 0.25s ease,
        color 0.25s ease,
        border-color 0.25s ease;
}

.contact-submit-btn,
.thankyou-primary-link,
.package-card-footer a,
.contact-map-placeholder {
    background: #212733;
    color: #111111;
    border: 1px solid #212733;
}

.contact-submit-btn:hover,
.thankyou-primary-link:hover,
.package-card-footer a:hover,
.contact-map-placeholder:hover {
    background: #111111;
    color: #212733;
    border-color: #111111;
    transform: translateY(-2px);
}

.thankyou-secondary-link,
.route-pill {
    background: #111111;
    color: #ffffff;
    border: 1px solid #111111;
}

.thankyou-secondary-link:hover,
.route-pill:hover {
    background: #212733;
    color: #111111;
    border-color: #212733;
    transform: translateY(-2px);
}

.seo-hero {
    padding: 90px 0 76px;
    color: #ffffff;
    background-size: cover;
    background-position: center;
}

.seo-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(17, 17, 17, 0.9), rgba(17, 17, 17, 0.62)),
        radial-gradient(
            circle at top right,
            rgba(255, 192, 0, 0.22),
            transparent 24%
        );
}

.seo-hero-inner {
    position: relative;
    z-index: 1;
}

.seo-hero-copy h1,
.seo-hero-copy p,
.seo-hero-panel h2,
.seo-hero-panel p {
    color: #ffffff;
}

.seo-hero-panel {
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 24px;
    background: rgba(17, 17, 17, 0.72);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(12px);
}

.seo-chip {
    border: 1px solid rgba(255, 192, 0, 0.35);
    background: rgba(255, 192, 0, 0.16);
    color: #ffffff;
}

.seo-copy-card,
.seo-side-card {
    padding: 28px;
}

.seo-cab-card {
    text-align: center;
    padding: 20px;
}

.seo-cab-rate {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    margin-bottom: 16px;
    color: #111111;
    font-weight: 800;
}

.seo-note {
    text-align: center;
    margin-top: 18px;
    font-weight: 600;
}

.contact-panel,
.contact-form-card,
.contact-map-card {
    padding: 30px;
}

.contact-form .form-control,
.contact-form .form-select,
.thankyou-page .form-control {
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 16px;
    min-height: 52px;
    background: #ffffff;
    color: #111111;
}

.contact-textarea {
    min-height: 140px;
}

.tariff-table thead th {
    background: #111111;
    color: #ffffff;
    border-color: #111111;
    font-weight: 800;
}

.tariff-table tbody tr:hover {
    background: rgba(255, 192, 0, 0.06);
}

.thankyou-page {
    padding: 72px 0;
    background:
        radial-gradient(
            circle at top left,
            rgba(255, 192, 0, 0.14),
            transparent 24%
        ),
        linear-gradient(180deg, #fffdf7 0%, #ffffff 100%);
}

.thankyou-badge {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 16px;
    border-radius: 999px;
    font-weight: 800;
    margin-bottom: 18px;
}

.thankyou-share-btn {
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #ffffff;
    color: #111111;
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease,
        background-color 0.25s ease,
        color 0.25s ease;
}

.thankyou-share-btn:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 192, 0, 0.5);
    background: #111111;
    color: #212733;
}

.page-hero .container,
.page-section .container,
.seo-hero-inner,
.thankyou-shell {
    animation: publicPageFade 0.85s ease both;
}

.services-page .service-mini-grid,
.services-page .services-dark-grid,
.services-page .pricing-dark-grid {
    grid-template-columns: repeat(
        var(--pricing-grid-columns, 4),
        minmax(0, 1fr)
    );
}

.about-page .service-mini-grid,
.about-page .services-dark-grid,
.about-page .pricing-dark-grid {
    grid-template-columns: repeat(
        var(--pricing-grid-columns, 4),
        minmax(0, 1fr)
    );
}

.service-card,
.info-card,
.about-focus-card,
.feature-card,
.service-fleet-card,
.contact-panel,
.contact-form-card,
.contact-map-card,
.seo-copy-card,
.seo-side-card,
.seo-cab-card,
.thankyou-panel,
.thankyou-highlight-card {
    animation: publicCardRise 0.8s ease both;
}

@keyframes publicPageFade {
    0% {
        opacity: 0;
        transform: translateY(12px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes publicCardRise {
    0% {
        opacity: 0;
        transform: translateY(18px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.home-contact-band {
    padding: 0 !important;
}

@media (max-width: 991.98px) {
    .page-hero,
    .seo-hero {
        padding: 72px 0 60px;
    }

    .page-section {
        padding: 50px 0;
    }
}

@media (max-width: 767.98px) {
    .page-hero,
    .seo-hero {
        padding: 60px 0 50px;
    }

    .page-section,
    .thankyou-page {
        padding: 42px 0;
    }

    .contact-panel,
    .contact-form-card,
    .contact-map-card,
    .seo-copy-card,
    .seo-side-card,
    .thankyou-panel,
    .thankyou-hero-card {
        padding: 22px;
    }

    .service-card:hover,
    .info-card:hover,
    .about-focus-card:hover,
    .feature-card:hover,
    .service-fleet-card:hover,
    .contact-form-card:hover,
    .contact-map-card:hover,
    .contact-panel:hover,
    .tariff-table-card:hover,
    .seo-copy-card:hover,
    .seo-side-card:hover,
    .seo-cab-card:hover,
    .thankyou-panel:hover,
    .thankyou-highlight-card:hover {
        transform: translateY(-3px);
    }
}

/* Inner fleet + feature sync */
.page-section-featured {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(rgba(17, 17, 17, 0.82), rgba(17, 17, 17, 0.82)),
        url("https://images.unsplash.com/photo-1519583272095-6433daf26b6e?auto=format&fit=crop&w=1600&q=80")
            center/cover no-repeat !important;
}

.page-section-featured .section-kicker,
.page-section-featured h2,
.page-section-featured p {
    color: #ffffff !important;
}

.page-section-featured .feature-grid {
    position: relative;
    z-index: 1;
    margin-top: 0;
    align-items: end;
}

.page-section-featured .feature-card {
    padding: 28px 24px;
    border-radius: 24px;
    background: #ffffff;
}

.page-section-featured .feature-card:nth-child(2),
.page-section-featured .feature-card:nth-child(4) {
    transform: translateY(18px);
}

.service-fleet-grid,
.seo-cab-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.service-fleet-card,
.seo-cab-card {
    padding: 22px 22px 28px;
    border-radius: 20px;
    background: #ffffff;
    text-align: left;
}

.service-fleet-media,
.seo-cab-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 160px;
    margin-bottom: 20px;
    border-radius: 16px;
    background: #fafafa;
    padding: 18px;
}

.service-fleet-media img,
.seo-cab-icon img {
    max-width: 100%;
    height: 110px;
    max-height: 110px;
    object-fit: contain;
}

.service-fleet-body,
.seo-cab-card {
    padding: 0;
}

.service-fleet-body h3,
.seo-cab-name {
    margin-bottom: 4px;
    color: #111111;
    font-size: 20px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
}

.seo-cab-rate,
.service-fleet-body .our-taxi-rate {
    display: block;
    text-align: center;
}

.service-fleet-body .our-taxi-specs,
.seo-cab-card .our-taxi-specs {
    margin-top: 0;
}

@media (max-width: 991.98px) {
    .service-fleet-grid,
    .seo-cab-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .page-section-featured .feature-card:nth-child(2),
    .page-section-featured .feature-card:nth-child(4) {
        transform: none;
    }

    .service-fleet-grid,
    .seo-cab-grid {
        grid-template-columns: 1fr;
    }
}

/* Homepage about visual refresh */
.taxica-about-art {
    position: relative;
    min-height: 520px;
    display: block;
}

.taxica-about-shape {
    position: absolute;
    background: #ffa900;
    z-index: 1;
}

.taxica-about-shape-top {
    top: 24px;
    right: 48px;
    width: 180px;
    height: 120px;
    clip-path: polygon(14% 0, 100% 0, 84% 100%, 0 100%);
}

.taxica-about-shape-bottom {
    left: 56px;
    bottom: 10px;
    width: 220px;
    height: 150px;
    clip-path: polygon(22% 0, 100% 0, 82% 100%, 0 100%);
}

.taxica-about-photo {
    position: absolute;
    overflow: hidden;
    box-shadow: 0 24px 46px rgba(17, 24, 39, 0.18);
    z-index: 2;
}

.taxica-about-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.taxica-about-photo-main {
    left: 42px;
    top: 44px;
    width: 330px;
    height: 370px;
}

.taxica-about-photo-side {
    right: 60px;
    top: 96px;
    width: 168px;
    height: 272px;
}

.taxica-about-badge-circle {
    position: absolute;
    top: 114px;
    left: 282px;
    width: 176px;
    height: 176px;
    border-radius: 50%;
    background: #ffffff;
    border: 12px solid #ffffff;
    box-shadow: 0 20px 40px rgba(17, 24, 39, 0.14);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 4;
}

.taxica-about-badge-ring-text {
    position: absolute;
    inset: 10px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    color: #111111;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.45;
}

.taxica-about-badge-center {
    position: relative;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background: #fff7dd;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    z-index: 2;
}

.taxica-about-badge-center .taxica-about-badge-icon {
    width: 42px;
    height: 42px;
    font-size: 18px;
}

.taxica-about-badge-center strong {
    color: #111111;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.taxica-about-art > .taxica-about-badge:not(.taxica-about-badge-circle),
.taxica-about-rings,
.taxica-about-rings-secondary,
.taxica-about-rings-accent,
.taxica-about-art::before,
.taxica-about-art::after {
    display: none !important;
}

@media (max-width: 991.98px) {
    .taxica-about-art {
        min-height: 460px;
    }

    .taxica-about-photo-main {
        left: 22px;
        width: 280px;
        height: 330px;
    }

    .taxica-about-photo-side {
        right: 28px;
        width: 156px;
        height: 238px;
    }

    .taxica-about-badge-circle {
        left: 214px;
        top: 104px;
        width: 170px;
        height: 170px;
    }
}

@media (max-width: 767.98px) {
    .taxica-about-art {
        min-height: 420px;
    }

    .taxica-about-photo-main {
        left: 10px;
        top: 44px;
        width: 220px;
        height: 286px;
    }

    .taxica-about-photo-side {
        right: 8px;
        top: 108px;
        width: 116px;
        height: 190px;
    }

    .taxica-about-badge-circle {
        left: 154px;
        top: 114px;
        width: 136px;
        height: 136px;
        border-width: 10px;
    }

    .taxica-about-badge-ring-text {
        font-size: 8px;
        letter-spacing: 0.12em;
        padding: 16px;
    }

    .taxica-about-badge-center {
        width: 72px;
        height: 72px;
    }

    .taxica-about-badge-center .taxica-about-badge-icon {
        width: 34px;
        height: 34px;
        font-size: 15px;
    }

    .taxica-about-badge-center strong {
        font-size: 10px;
    }

    .taxica-about-shape-top {
        right: 10px;
        width: 136px;
        height: 94px;
    }

    .taxica-about-shape-bottom {
        left: 38px;
        width: 170px;
        height: 112px;
    }
}

/* About page collage media */
.about-story-media-collage {
    position: relative;
    min-height: 520px;
    border-radius: 0;
    padding: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
}

.about-story-shape {
    position: absolute;
    background: #ffa900;
    z-index: 1;
}

.about-story-shape-top {
    top: 24px;
    right: 48px;
    width: 180px;
    height: 120px;
    clip-path: polygon(14% 0, 100% 0, 84% 100%, 0 100%);
}

.about-story-shape-bottom {
    left: 56px;
    bottom: 10px;
    width: 220px;
    height: 150px;
    clip-path: polygon(22% 0, 100% 0, 82% 100%, 0 100%);
}

.about-story-photo {
    position: absolute;
    overflow: hidden;
    box-shadow: 0 24px 46px rgba(17, 24, 39, 0.18);
    z-index: 2;
}

.about-story-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.about-story-photo-main {
    left: 28px;
    top: 42px;
    width: 320px;
    height: 372px;
}

.about-story-photo-side {
    right: 50px;
    top: 96px;
    width: 178px;
    height: 272px;
}

.about-story-badge-circle {
    position: absolute;
    top: 112px;
    left: 268px;
    width: 188px;
    height: 188px;
    border-radius: 50%;
    background: #ffffff;
    border: 14px solid #ffffff;
    box-shadow: 0 20px 40px rgba(17, 24, 39, 0.14);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 4;
}

.about-story-badge-ring-text {
    position: absolute;
    inset: 10px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    color: #111111;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.45;
}

.about-story-badge-center {
    position: relative;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background: #fff7dd;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    z-index: 2;
}

.about-story-badge-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #212733;
    color: #111111;
    font-size: 18px;
}

.about-story-badge-center strong {
    color: #111111;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

@media (max-width: 991.98px) {
    .about-story-media-collage {
        min-height: 460px;
    }

    .about-story-photo-main {
        width: 280px;
        height: 330px;
    }

    .about-story-photo-side {
        right: 24px;
        width: 156px;
        height: 238px;
    }

    .about-story-badge-circle {
        left: 218px;
        top: 104px;
        width: 170px;
        height: 170px;
    }
}

@media (max-width: 767.98px) {
    .about-story-media-collage {
        min-height: 420px;
    }

    .about-story-photo-main {
        left: 10px;
        top: 44px;
        width: 220px;
        height: 286px;
    }

    .about-story-photo-side {
        right: 8px;
        top: 108px;
        width: 116px;
        height: 190px;
    }

    .about-story-badge-circle {
        left: 154px;
        top: 114px;
        width: 136px;
        height: 136px;
        border-width: 10px;
    }

    .about-story-badge-ring-text {
        font-size: 8px;
        letter-spacing: 0.12em;
        padding: 16px;
    }

    .about-story-badge-center {
        width: 72px;
        height: 72px;
    }

    .about-story-badge-icon {
        width: 34px;
        height: 34px;
        font-size: 15px;
    }

    .about-story-badge-center strong {
        font-size: 10px;
    }

    .about-story-shape-top {
        right: 10px;
        width: 136px;
        height: 94px;
    }

    .about-story-shape-bottom {
        left: 38px;
        width: 170px;
        height: 112px;
    }
}

/* Final color conflict fixes */
.hero-home.hero-home-dark,
.hero-home.hero-home-dark .hero-copy,
.hero-home.hero-home-dark .hero-title {
    color: #ffffff !important;
}

.hero-home.hero-home-dark .hero-text {
    color: rgba(255, 255, 255, 0.86) !important;
}

.hero-home.hero-home-dark .hero-badge {
    color: #ffffff !important;
}

.hero-home.hero-home-dark .hero-action-primary {
    color: #111111 !important;
}

.hero-home.hero-home-dark .hero-action-secondary {
    color: #ffffff !important;
}

.site-nav a.active::after {
    background: #212121;
}

.trip-toggle .form-check-input {
    background-color: rgb(6 5 5 / 8%);
    border-color: rgb(8 6 6 / 24%);
}

.home-banner-copy h2,
.taxica-about-copy h2 {
    max-width: fit-content;
}

.hero-title,
.section-heading h2,
.trips-header h2,
.taxica-about-copy h2,
.home-banner-copy h2 {
    font-weight: 600;
    font-size: 46px;
}

.home-banner-kicker {
    color: #000000 !important;
}

.footer-contact i {
    padding: 12px;
}

.trips-filter-group {
    width: 100%;
}

.pricing-dark-badge {
    width: 68px;
    height: 68px;
    position: absolute;
    top: 200px;
    border: 4px solid #ffffff;
    background: #212733;
    color: #111111;
    box-shadow: 0 14px 28px rgba(17, 24, 39, 0.14);
}

.pricing-dark-badge i {
    font-size: 24px;
}

.page-section-featured .section-heading .section-kicker,
.page-section-featured .section-heading h2,
.page-section-featured .section-heading p {
    color: #ffffff !important;
}

.page-section-featured .feature-card h3 {
    color: #111111 !important;
}

.page-section-featured .feature-card p {
    color: #777777 !important;
}

/* Homepage mobile hero order */
@media (max-width: 767.98px) {
    body.booking-popup-open {
        overflow: auto;
    }

    .hero-home.hero-home-dark {
        padding: 12px 0 24px;
    }

    .hero-shell {
        display: flex;
        flex-direction: column;
        gap: 18px;
    }

    .hero-home.hero-home-dark .hero-booking-stack {
        order: 1 !important;
        width: calc(100vw - 24px);
        max-width: 100%;
        margin: 0 auto;
    }

    .hero-shell .booking-card {
        order: 1;
        width: calc(100vw - 24px);
        max-width: 100%;
        margin: 0 auto;
        padding: 12px 10px 16px;
        border-radius: 18px;
        box-shadow: 0 16px 34px rgba(17, 24, 39, 0.14);
    }

    .booking-card.is-mobile-popup-open {
        position: static;
        inset: auto;
        z-index: auto;
        width: calc(100vw - 24px);
        max-width: 100%;
        max-height: none;
        min-height: auto;
        overflow: visible;
        margin: 0 auto;
        padding: 12px 10px 16px;
        border-radius: 18px;
        border: 1px solid rgba(255, 255, 255, 0.42);
        background: #ffffff;
        box-shadow: 0 16px 34px rgba(17, 24, 39, 0.14);
    }

    .booking-card.is-mobile-popup-open::before {
        display: none;
        content: none;
    }

    .booking-card.is-mobile-popup-open .booking-popup-head {
        display: none;
        position: static;
        margin: 0;
        padding: 0;
        border-bottom: 0;
    }

    .hero-shell .hero-copy {
        order: 2 !important;
        width: 100%;
        max-width: none;
        padding: 15px 0;
    }

    .hero-copy .hero-badge {
        margin-bottom: 10px;
    }

    .hero-copy .hero-title {
        margin: 0 0 10px;
        font-size: clamp(1.9rem, 8vw, 2.6rem);
        line-height: 1.08;
    }

    .hero-copy .hero-text {
        font-size: 14px;
        line-height: 1.65;
    }

    .hero-copy .hero-actions {
        margin-top: 18px;
        flex-direction: column;
        align-items: stretch;
    }

    .hero-copy .hero-action {
        width: 100%;
        min-height: 46px;
        font-size: 14px;
        justify-content: center;
    }

    .hero-home .hero-copy {
        display: block;
    }

    .hero-home .hero-actions {
        display: none;
    }

    .booking-tabs {
        gap: 8px !important;
    }

    .booking-tabs .nav-item {
        flex: 1 1 0;
    }

    .booking-tabs .nav-link {
        width: 100%;
        min-height: 40px;
        padding: 8px 6px;
        font-size: 12px;
        gap: 5px;
    }

    .trip-toggle {
        justify-content: center;
        gap: 10px;
    }

    .trip-toggle .form-check {
        min-width: 0;
        flex: 1 1 0;
    }

    .booking-step .row {
        --bs-gutter-x: 0.65rem;
        --bs-gutter-y: 0.65rem;
    }

    .booking-card .form-control,
    .booking-card .form-select {
        min-height: 42px;
        font-size: 13px;
    }

    .booking-card .form-label,
    .booking-card .section-title {
        font-size: 11px;
        letter-spacing: 0.06em;
    }

    .cab-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .cab-card {
        min-width: 0;
        padding: 8px 6px 10px;
    }

    .cab-card .rate-tag {
        font-size: 10px;
    }

    .cab-card .cab-image img {
        max-height: 44px;
    }

    .cab-card .cab-name {
        font-size: 11px;
    }

    .action-btn {
        min-height: 46px;
        font-size: 14px;
    }
}

/* Final mobile cleanup */
@media (max-width: 767.98px) {
    body {
        overflow-x: hidden;
    }

    .container {
        padding-left: 14px;
        padding-right: 14px;
    }

    .homepage-section,
    .page-section,
    .thankyou-page {
        padding-top: 36px !important;
        padding-bottom: 36px !important;
    }

    .page-hero,
    .seo-hero {
        padding: 54px 0 40px !important;
    }

    .section-heading,
    .section-heading-wide,
    .trips-header {
        margin-bottom: 18px !important;
    }

    .section-heading h2,
    .trips-header h2,
    .page-hero h1,
    .seo-hero-copy h1,
    .thankyou-hero-card h1,
    .taxica-about-copy h2,
    .home-banner-copy h2 {
        font-size: clamp(1.8rem, 7vw, 2.35rem) !important;
        line-height: 1.12 !important;
        letter-spacing: -0.02em;
    }

    .hero-text,
    .section-heading p,
    .trips-header-copy p,
    .page-hero p,
    .seo-hero-copy p,
    .seo-hero-panel p,
    .taxica-about-copy p,
    .contact-panel p,
    .contact-form-card p,
    .info-card p,
    .service-card p,
    .feature-card p,
    .about-focus-card p,
    .simple-list-item span,
    .route-card-body p,
    .trips-note,
    .thankyou-step p,
    .thankyou-detail-item span {
        font-size: 14px !important;
        line-height: 1.65 !important;
    }

    .booking-card,
    .trips-filter-card,
    .service-card,
    .info-card,
    .about-focus-card,
    .feature-card,
    .service-fleet-card,
    .seo-cab-card,
    .route-card,
    .package-card,
    .trip-card,
    .contact-panel,
    .contact-form-card,
    .contact-map-card,
    .thankyou-panel,
    .thankyou-hero-card,
    .thankyou-highlight-card {
        border-radius: 18px !important;
    }

    .booking-card,
    .trips-filter-card {
        padding: 12px 10px 16px !important;
    }

    .booking-card .tab-content {
        margin-top: 14px !important;
    }

    .booking-step .row > [class*="col-6"],
    .booking-step .row > [class*="col-md-6"] {
        width: 50%;
    }

    .booking-step .booking-field-name {
        order: 1;
    }

    .booking-step .booking-field-mobile {
        order: 2;
        width: 50%;
    }

    .booking-step .booking-field-name,
    .booking-step .booking-field-mobile {
        width: 50%;
    }

    .booking-step .outstation-email-row {
        order: 3;
    }

    .booking-step .booking-field-from {
        order: 4;
    }

    .booking-step .booking-field-to {
        order: 5;
    }

    .booking-step .booking-field-pickup-date {
        order: 6;
    }

    .booking-step .booking-field-pickup-time {
        order: 7;
    }

    .booking-step .booking-field-return-date {
        order: 8;
    }

    .booking-card .form-control,
    .booking-card .form-select,
    .contact-form .form-control,
    .contact-form .form-select {
        min-height: 58px !important;
        padding: 22px 12px 10px !important;
        font-size: 13px !important;
        border-radius: 12px !important;
    }

    .booking-card .form-label,
    .trips-filter-label,
    .contact-form .form-label,
    .section-title {
        margin-bottom: 6px !important;
        font-size: 12px !important;
        line-height: 1.3;
        letter-spacing: 0.06em !important;
    }

    .booking-card .booking-field .form-label {
        top: 10px;
        left: 13px;
        margin-bottom: 0 !important;
    }

    .booking-card .booking-field .input-with-dot {
        padding-left: 22px;
    }

    .booking-card .booking-field .input-with-dot::before {
        top: 4px;
        left: 0;
    }

    .booking-tabs {
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px !important;
    }

    .booking-tabs .nav-item {
        width: 100%;
    }

    .booking-tabs .nav-link {
        width: 100%;
        min-height: 42px !important;
        padding: 8px 4px !important;
        font-size: 11px !important;
        line-height: 1.2;
        text-align: center;
        border-radius: 10px !important;
    }

    .booking-tabs .nav-link i {
        font-size: 13px !important;
    }

    .trip-toggle {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px !important;
        margin-bottom: 12px;
    }

    .trip-toggle .form-check {
        min-height: 42px !important;
        width: 100%;
        padding: 0 10px !important;
        justify-content: center;
        border-radius: 12px !important;
    }

    .trip-toggle .form-check-label {
        font-size: 12px !important;
    }

    .cab-grid,
    .popular-trips-grid,
    .service-fleet-grid,
    .seo-cab-grid,
    .our-taxi-grid,
    .package-grid,
    .route-grid,
    .feature-grid,
    .about-focus-grid,
    .feature-showcase-grid,
    .home-pricing-section .pricing-dark-grid,
    .home-counter-section .stats-grid,
    .two-col-section,
    .about-story-grid,
    .contact-grid,
    .thankyou-content-grid,
    .footer-main {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }

    .trip-card,
    .service-fleet-card,
    .seo-cab-card,
    .our-taxi-card,
    .route-card,
    .package-card,
    .feature-card,
    .about-focus-card {
        padding: 16px !important;
    }

    .trip-card-head,
    .route-meta-line {
        gap: 8px !important;
    }

    .trip-card-head img,
    .service-fleet-media img,
    .seo-cab-icon img,
    .our-taxi-media img {
        max-height: 82px !important;
        height: auto !important;
    }

    .service-fleet-media,
    .seo-cab-icon,
    .our-taxi-media {
        min-height: 130px !important;
        margin-bottom: 14px !important;
        padding: 14px !important;
    }

    .trip-detail-item,
    .our-taxi-specs li {
        grid-template-columns: 32px 1fr auto !important;
        gap: 8px !important;
    }

    .trip-detail-icon,
    .our-taxi-specs i {
        width: 32px !important;
        height: 32px !important;
        font-size: 12px !important;
    }

    .trip-detail-label,
    .our-taxi-specs li span {
        font-size: 11px !important;
    }

    .trip-detail-item strong,
    .our-taxi-specs strong,
    .trip-rate-line strong,
    .our-taxi-rate,
    .seo-cab-rate {
        font-size: 14px !important;
    }

    .site-footer .container {
        padding-top: 36px !important;
    }

    .footer-main {
        padding: 0 0 28px !important;
    }

    .footer-col h3 {
        margin-bottom: 12px;
    }

    .footer-bottom,
    .footer-bottom p {
        font-weight: 600;
        font-size: 16px;
    }

    .footer-bottom .footer-brand-highlight {
        color: #212733 !important;
    }

    .footer-bottom .footer-meta-text {
        color: #ffffff !important;
    }
    .footer-bottom-right {
        gap: 12px !important;
        text-align: center;
    }

    .footer-bottom-links,
    .footer-bottom-socials,
    .footer-socials {
        justify-content: center !important;
    }

    .mobile-sticky-actions {
        inset: auto 12px 14px 12px !important;
    }

    .mobile-sticky-whatsapp {
        width: 46px;
        height: 46px;
        font-size: 20px;
    }

    .home-banner-cta,
    .thankyou-share-row,
    .seo-panel-actions {
        gap: 12px !important;
    }

    .route-marquee {
        gap: 14px;
        overflow: hidden;
    }

    .route-marquee-track {
        display: flex;
        gap: 14px;
        width: max-content;
        animation: none !important;
        overflow-x: auto;
        padding-bottom: 4px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }

    .route-marquee-track::-webkit-scrollbar {
        height: 6px;
    }

    .route-marquee-track::-webkit-scrollbar-thumb {
        background: rgba(17, 17, 17, 0.18);
        border-radius: 999px;
    }

    .route-marquee-slide {
        display: contents;
    }

    .route-marquee-slide .route-card {
        flex: 0 0 calc(100vw - 28px);
        width: calc(100vw - 28px);
        max-width: 100%;
        scroll-snap-align: start;
    }
}
.outstation-email-row {
    display: none;
}
.booking-confirm-summary,
.estimate-title {
    display: none;
}
.booking-feedback.is-success {
    display: none;
}

span.booking-confirm-badge {
    display: none;
}
.note {
    display: none;
}

.testimonials-section {
    background: linear-gradient(180deg, #fff8ef 0%, #ffffff 100%);
}

.testimonials-carousel {
    position: relative;
    padding: 8px 58px;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.testimonial-card {
    height: 100%;
    padding: 28px 24px;
    border: 1px solid rgba(6, 22, 152, 0.08);
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 20px 50px rgba(17, 24, 39, 0.08);
}

.testimonial-stars {
    display: flex;
    gap: 6px;
    margin-bottom: 18px;
    color: #212733;
}

.testimonial-card p {
    margin: 0 0 22px;
    color: #4b5563;
    font-size: 16px;
    line-height: 1.75;
}

.testimonial-meta {
    display: grid;
    gap: 4px;
}

.testimonial-meta strong {
    color: #111111;
    font-size: 18px;
    font-weight: 800;
}

.testimonial-meta span {
    color: #6b7280;
    font-size: 14px;
    font-weight: 600;
}

.testimonials-control {
    width: 42px;
    height: 42px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #111111;
    opacity: 1;
}

.testimonials-control.carousel-control-prev {
    left: 0;
}

.testimonials-control.carousel-control-next {
    right: 0;
}

.testimonials-control .carousel-control-prev-icon,
.testimonials-control .carousel-control-next-icon {
    width: 18px;
    height: 18px;
}

@media (max-width: 991.98px) {
    .testimonials-grid {
        grid-template-columns: 1fr;
    }

    .testimonials-carousel {
        padding: 8px 0 56px;
    }

    .testimonials-control {
        top: auto;
        bottom: 0;
        transform: none;
    }

    .testimonials-control.carousel-control-prev {
        left: calc(50% - 52px);
    }

    .testimonials-control.carousel-control-next {
        right: calc(50% - 52px);
    }
}

@media (max-width: 991.98px) {
    .featured-city-route-card {
        grid-template-columns: 1fr;
    }

    .featured-city-route-media img {
        min-height: 260px;
    }
}

@media (max-width: 767.98px) {
    .featured-city-routes {
        gap: 18px;
    }

    .featured-city-route-card {
        border-radius: 22px;
    }

    .featured-city-route-media img {
        min-height: 220px;
    }

    .featured-city-route-overlay {
        left: 14px;
        right: 14px;
        bottom: 14px;
        padding: 14px 16px;
    }

    .featured-city-route-overlay h3 {
        font-size: 21px;
    }

    .featured-city-route-content {
        padding: 18px 14px 16px;
    }

    .featured-city-route-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .featured-city-route-list {
        gap: 10px;
    }

    .featured-city-route-link {
        min-height: 46px;
        padding: 12px 14px;
        font-size: 13px;
    }
}

.package-card-dark .package-card-media img {
    max-height: 220px;
}

.home-pricing-section .pricing-dark-grid {
    grid-template-columns: repeat(
        var(--pricing-grid-columns, 4),
        minmax(0, 1fr)
    );
}

.home-notes-section {
    padding: 72px 0;
    background: linear-gradient(180deg, #f8fafc 0%, #eef4ff 100%);
}

.home-notes-section .section-heading {
    margin-bottom: 32px;
}

.home-notes-section .info-card {
    max-width: 980px;
    margin: 0 auto;
}

@media (max-width: 767.98px) {
    .hero-highlight-grid,
    .service-mini-grid,
    .services-dark-grid,
    .pricing-dark-grid,
    .stats-grid,
    .package-grid-dark,
    .route-grid {
        grid-template-columns: 1fr !important;
    }

    .taxi-rate-section .pricing-dark-grid {
        grid-template-columns: 1fr !important;
    }
}

.route-tags-section {
    padding: 88px 0 96px;
    background: #ffffff;
}

.route-tags-heading {
    max-width: 860px;
    margin: 0 auto 34px;
}

.route-tags-heading .section-kicker {
    color: #f0b400;
    letter-spacing: 0.22em;
}

.route-tags-heading h2 {
    color: #121212;
    font-size: clamp(2.2rem, 4vw, 3.2rem);
    line-height: 1.05;
    margin-bottom: 12px;
}

.route-tags-heading p {
    color: #6b7280;
    font-size: 1.05rem;
}

.route-tags-cloud {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 10px;
    max-width: 1280px;
    margin: 0 auto;
}

.route-tag-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 18px;
    border-radius: 999px;
    background: #111111;
    color: #ffffff;
    font-size: 0.98rem;
    font-weight: 500;
    line-height: 1.2;
    text-decoration: none;
    box-shadow: 0 10px 20px rgba(17, 17, 17, 0.08);
    transition:
        transform 0.2s ease,
        background-color 0.2s ease,
        box-shadow 0.2s ease;
}

.route-tag-pill:hover {
    background: #232323;
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 14px 24px rgba(17, 17, 17, 0.14);
}

.footer-col p,
.footer-links a,
.footer-contact li,
.footer-contact li span,
.footer-bottom p,
.footer-bottom-links a {
    color: #ffffff !important;
    font-weight: 500;
}

.seo-hero-form-panel {
    width: min(100%, 520px);
    margin-left: auto;
    padding: 20px 0 !important;
}

.seo-hero-form-panel .booking-card {
    margin-left: 0;
    margin-right: 0;
}

@media (max-width: 767.98px) {
    .route-tags-section {
        padding: 64px 0 72px;
    }

    .route-tags-heading {
        margin-bottom: 26px;
    }

    .route-tags-heading p {
        font-size: 0.98rem;
    }

    .route-tags-cloud {
        gap: 10px;
        justify-content: flex-start;
    }

    .route-tag-pill {
        width: fit-content;
        justify-content: flex-start;
        padding: 10px 10px;
        border-radius: 18px;
        font-size: 12px;
        min-height: 30px;
    }

    .seo-hero-form-panel {
        width: 100%;
        margin-left: 0;
    }

    .seo-hero-inner {
        display: block;
    }
}

@media (max-width: 991.98px) {
    .rental-packages-showcase {
        padding: 24px;
        border-radius: 26px;
    }

    .rental-packages-grid,
    .rental-packages-grid-merged {
        grid-template-columns: 1fr;
    }

    .rental-package-cab-card {
        padding: 26px;
    }

    .rental-package-cab-head h3 {
        font-size: 38px;
    }

    .rental-package-list-main {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .rental-packages-showcase {
        padding: 18px;
        gap: 18px;
    }

    .rental-packages-intro,
    .rental-package-cab-card {
        padding: 18px;
        border-radius: 20px;
    }

    .rental-package-cab-head,
    .rental-package-list-values {
        grid-template-columns: 1fr;
        display: grid;
    }

    .rental-package-cab-head {
        gap: 12px;
    }

    .rental-package-cab-head h3 {
        font-size: 30px;
    }

    .rental-package-cab-media {
        width: 110px;
        min-width: 110px;
        height: 66px;
    }

    .rental-package-list-item {
        padding: 5px 20px;
    }

    .rental-package-list-main {
        display: flex;
        align-items: center;
    }

    .rental-package-list-specs {
        width: 35%;
        gap: 10px 14px;
    }

    .rental-package-list-specs span {
        font-size: 15px;
    }

    .rental-package-list-values strong {
        font-size: 16px;
    }
}

/* Final footer text override */
.footer-bottom p {
    text-align: center !important;
}

@media (max-width: 767.98px) {
    .footer-bottom .footer-brand-highlight {
        color: #000000 !important;
    }

    .footer-bottom .footer-meta-text {
        color: #000000 !important;
    }
}

/* Homepage about fare notes layout */
.homepage-about-section .feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    align-items: self-start !important;
}

.homepage-about-section
    .about-story-copy
    > .simple-list:nth-of-type(1)
    .simple-list-item {
    background: #212733 !important;
    border: 1px solid #212733 !important;
    border-radius: 28px !important;
    box-shadow: none !important;
}

.homepage-about-section
    .about-story-copy
    > .simple-list:nth-of-type(1)
    .simple-list-item
    strong,
.homepage-about-section
    .about-story-copy
    > .simple-list:nth-of-type(1)
    .simple-list-item
    span {
    color: #111111 !important;
}

.homepage-about-section
    .about-story-copy
    > .simple-list:nth-of-type(2)
    .simple-list-item {
    background: #ffffff !important;
    border: 1px solid #ffffff !important;
    border-radius: 28px !important;
    box-shadow: none !important;
}

.homepage-about-section
    .about-story-copy
    > .simple-list:nth-of-type(2)
    .simple-list-item
    strong,
.homepage-about-section
    .about-story-copy
    > .simple-list:nth-of-type(2)
    .simple-list-item
    span {
    color: #111111 !important;
}

@media (max-width: 767.98px) {
    .homepage-about-section .feature-grid {
        grid-template-columns: 1fr !important;
    }
}

/* About page fare notes layout */
.about-page .feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    align-items: self-start !important;
}

.about-benefits-reference-section {
    padding-top: 18px !important;
    padding-bottom: 80px !important;
    background: #ffffff !important;
}

.about-benefits-reference-section .feature-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 20px !important;
}

.about-benefits-reference-card {
    align-items: center;
    text-align: center;
    padding: 38px 22px 30px !important;
    border: 1px solid rgba(33, 39, 51, 0.06) !important;
    border-radius: 20px !important;
    background: linear-gradient(180deg, #ffffff 0%, #fafafa 100%) !important;
    box-shadow: none !important;
    transform: none !important;
}

.about-benefits-reference-card:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 18px 34px rgba(33, 39, 51, 0.08) !important;
}

.about-benefits-reference-section .feature-icon {
    width: 120px !important;
    height: 60px !important;
    margin: 0 auto 20px !important;
    border-radius: 6px !important;
    background: #1f1f1f !important;
    color: #ffffff !important;
    box-shadow: none !important;
}

.about-benefits-reference-section .feature-icon i {
    font-size: 28px;
}

.about-benefits-reference-section .feature-card h3 {
    margin: 0 0 14px !important;
    color: #222222 !important;
    font-size: 1.15rem !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
    letter-spacing: -0.02em !important;
}

.about-benefits-reference-section .feature-card p {
    max-width: 220px;
    margin: 0 auto !important;
    color: #555555 !important;
    font-size: 15px !important;
    line-height: 1.85 !important;
}

@media (max-width: 767.98px) {
    .about-page .feature-grid {
        grid-template-columns: 1fr !important;
    }

    .about-benefits-reference-section .feature-grid {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }

    .about-benefits-reference-card {
        padding: 28px 18px 24px !important;
    }
}

/* About page info boxes */
.about-page .about-story-copy > .simple-list:nth-of-type(1) .simple-list-item {
    background: #212733 !important;
    border: 1px solid #212733 !important;
    border-radius: 28px !important;
    box-shadow: none !important;
}

.about-page
    .about-story-copy
    > .simple-list:nth-of-type(1)
    .simple-list-item
    strong,
.about-page
    .about-story-copy
    > .simple-list:nth-of-type(1)
    .simple-list-item
    span {
    color: #111111 !important;
}

/* Go Ride Drop Taxi visual refresh */
:root {
    --brand-navy: #7f0030;
    --brand-navy-deep: #031425;
    --brand-cobalt: #ef005b;
    --brand-cobalt-soft: #ffe4ef;
    --brand-gold: #212733;
    --brand-gold-soft: #eef1f5;
    --brand-ink: #0f1728;
    --brand-copy: #546276;
    --brand-surface: #ffffff;
    --brand-surface-alt: #eef6ff;
    --brand-line: rgba(33, 39, 51, 0.1);
    --brand-glow: 0 24px 60px rgba(33, 39, 51, 0.12);
}

body.bg-cover {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: var(--brand-ink);
    background:
        radial-gradient(
            circle at top left,
            rgba(239, 0, 91, 0.08),
            transparent 28%
        ),
        radial-gradient(
            circle at top right,
            rgba(33, 39, 51, 0.14),
            transparent 30%
        ),
        linear-gradient(180deg, #f8fbff 0%, #eef5fb 100%);
}

h1,
h2,
h3,
h4,
h5,
h6,
.hero-title,
.section-heading h2,
.about-story-copy h2,
.pricing-dark-card h3,
.footer-col h3 {
    font-family: "Space Grotesk", sans-serif;
    letter-spacing: -0.02em;
}

.site-topbar {
    background: linear-gradient(
        90deg,
        rgba(33, 39, 51, 0.98) 0%,
        rgba(33, 39, 51, 0.96) 48%,
        rgba(239, 0, 91, 0.92) 100%
    );
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.site-topbar a,
.site-topbar-hours,
.site-topbar-socials span {
    color: rgba(255, 255, 255, 0.9) !important;
}

.site-topbar-socials a {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.08);
}

.site-topbar-socials a:hover {
    background: var(--brand-gold);
    color: var(--brand-navy) !important;
    border-color: var(--brand-gold);
}

.site-header {
    background: rgba(255, 255, 255, 0.88) !important;
    border-bottom: 1px solid rgba(33, 39, 51, 0.08);
    box-shadow: 0 18px 40px rgba(33, 39, 51, 0.08);
    backdrop-filter: blur(16px);
}

.site-logo-image {
    background: transparent !important;
    border-radius: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
    height: 76px !important;
    width: auto !important;
    max-width: min(100%, 290px);
}

.site-logo,
.site-nav-brand {
    position: relative;
}

.site-logo::after,
.site-nav-brand::after {
    content: "";
    position: absolute;
    inset: auto -8px -8px 24px;
    height: 14px;
    border-radius: 999px;
    background: linear-gradient(
        90deg,
        rgba(239, 0, 91, 0.18),
        rgba(33, 39, 51, 0.28)
    );
    filter: blur(10px);
    z-index: -1;
}

.site-nav-links a {
    color: var(--brand-navy) !important;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-size: 13px;
}

.site-nav-links a.active,
.site-nav-links a:hover {
    color: var(--brand-cobalt) !important;
}

.site-nav-links a.active::after,
.site-nav-links a:hover::after {
    background: linear-gradient(
        90deg,
        var(--brand-cobalt),
        var(--brand-gold)
    ) !important;
}

.site-phone {
    background: rgba(239, 0, 91, 0.08);
    border: 1px solid rgba(239, 0, 91, 0.12);
    color: var(--brand-navy) !important;
}

.site-phone i {
    color: var(--brand-cobalt) !important;
}

.site-book-btn {
    background: linear-gradient(135deg, var(--brand-gold) 0%, #3b4352 100%);
    color: var(--brand-navy) !important;
    border: 1px solid rgba(33, 39, 51, 0.3);
    box-shadow: 0 18px 32px rgba(33, 39, 51, 0.3);
}

.site-book-btn:hover {
    transform: translateY(-2px);
    /* box-shadow: 0 24px 36px rgba(33, 39, 51, 0.34); */
}

.hero-home.hero-home-dark {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 12% 18%,
            rgba(33, 39, 51, 0.18),
            transparent 24%
        ),
        radial-gradient(
            circle at 88% 12%,
            rgba(239, 0, 91, 0.28),
            transparent 26%
        ),
        linear-gradient(
            125deg,
            rgba(33, 39, 51, 0.98) 0%,
            rgba(33, 39, 51, 0.97) 42%,
            rgba(184, 0, 70, 0.95) 100%
        );
}

.hero-home.hero-home-dark::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            115deg,
            transparent 0%,
            transparent 54%,
            rgba(255, 255, 255, 0.05) 54%,
            rgba(255, 255, 255, 0.05) 58%,
            transparent 58%
        ),
        linear-gradient(
            115deg,
            transparent 0%,
            transparent 68%,
            rgba(33, 39, 51, 0.1) 68%,
            rgba(33, 39, 51, 0.1) 71%,
            transparent 71%
        );
    pointer-events: none;
}

.hero-overlay {
    background: linear-gradient(
        180deg,
        rgba(33, 39, 51, 0.12),
        rgba(33, 39, 51, 0.2)
    ) !important;
}

.hero-copy {
    position: relative;
    z-index: 1;
}

.hero-badge {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.hero-badge::before {
    background: linear-gradient(135deg, var(--brand-gold), #eef1f5) !important;
}

.hero-title {
    color: #ffffff !important;
    text-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.hero-title span {
    color: #212733 !important;
}

.hero-text {
    color: rgba(255, 255, 255, 0.82) !important;
    max-width: 640px;
}

.hero-action {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #ffffff !important;
    backdrop-filter: blur(8px);
}

.hero-action-icon {
    background: linear-gradient(135deg, var(--brand-gold), #eef1f5);
    color: var(--brand-navy) !important;
}

.homepage-section,
.page-section {
    position: relative;
}

.homepage-section:not(.home-contact-band):not(.hero-home)::before,
.page-section.page-section-soft::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(33, 39, 51, 0.08),
        transparent
    );
}

.section-kicker,
.page-kicker {
    color: var(--brand-cobalt) !important;
    letter-spacing: 0.16em;
}

.section-heading p,
.about-story-copy p,
.service-card p,
.feature-card p,
.route-card p,
.package-card p {
    color: var(--brand-copy) !important;
}

.service-card,
.feature-card,
.about-focus-card,
.route-card,
.package-card,
.trip-card,
.testimonial-card,
.service-fleet-card,
.seo-cab-card,
.contact-form-card,
.contact-panel,
.info-card {
    border: 1px solid var(--brand-line) !important;
    border-radius: 28px !important;
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.98) 0%,
        rgba(246, 250, 255, 0.98) 100%
    ) !important;
    box-shadow: var(--brand-glow) !important;
}

.service-card:hover,
.feature-card:hover,
.about-focus-card:hover,
.route-card:hover,
.package-card:hover,
.trip-card:hover,
.testimonial-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 66px rgba(33, 39, 51, 0.16) !important;
}

.feature-icon,
.about-focus-icon,
.home-service-icon,
.contact-list-icon {
    background: linear-gradient(
        135deg,
        var(--brand-cobalt),
        #d10050
    ) !important;
    color: #ffffff !important;
    box-shadow: 0 18px 34px rgba(239, 0, 91, 0.24) !important;
}

.home-pricing-section {
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.92),
        rgba(232, 242, 255, 0.96)
    ) !important;
}

.home-pricing-section .section-kicker,
.home-pricing-section h2,
.home-pricing-section p {
    color: var(--brand-navy) !important;
}

.pricing-dark-card {
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.98) 0%,
        rgba(240, 247, 255, 0.98) 100%
    ) !important;
    border: 1px solid rgba(33, 39, 51, 0.08) !important;
    box-shadow: 0 28px 65px rgba(33, 39, 51, 0.16) !important;
}

.pricing-dark-card h3 {
    color: var(--brand-navy) !important;
}

.pricing-dark-subtitle {
    color: var(--brand-cobalt) !important;
}

.pricing-dark-badge {
    background: linear-gradient(
        135deg,
        var(--brand-cobalt),
        #2b8cff
    ) !important;
    color: #ffffff !important;
    box-shadow: 0 18px 36px rgba(239, 0, 91, 0.28) !important;
}

.pricing-dark-panel {
    background: linear-gradient(
        180deg,
        rgba(4, 21, 39, 0.98) 0%,
        rgba(33, 39, 51, 0.98) 100%
    ) !important;
}

.pricing-dark-panel::before {
    background: radial-gradient(
        circle at center,
        rgba(33, 39, 51, 0.34),
        transparent 52%
    ) !important;
}

.pricing-dark-list li::before {
    background: linear-gradient(135deg, var(--brand-gold), #eef1f5) !important;
    color: var(--brand-navy) !important;
}

.packages-dark-section,
.home-why-section,
.testimonials-section,
.route-tags-section {
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.94),
        rgba(244, 249, 255, 0.98)
    ) !important;
}

.homepage-about-section {
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.96) 0%,
        rgba(238, 246, 255, 0.98) 100%
    );
}

.about-story-grid {
    gap: 42px;
}

.about-story-shape-top {
    background: linear-gradient(
        180deg,
        var(--brand-cobalt),
        #2b8cff
    ) !important;
}

.about-story-shape-bottom {
    background: linear-gradient(180deg, var(--brand-gold), #3b4352) !important;
}

.about-story-photo {
    border-radius: 34px !important;
    box-shadow: 0 28px 64px rgba(33, 39, 51, 0.22) !important;
}

.home-banner-cta {
    background: linear-gradient(
        125deg,
        rgba(33, 39, 51, 0.98) 0%,
        rgba(33, 39, 51, 0.98) 56%,
        rgba(33, 39, 51, 0.94) 56%,
        rgba(33, 39, 51, 0.94) 100%
    ) !important;
    border-radius: 34px !important;
    box-shadow: 0 28px 60px rgba(33, 39, 51, 0.18) !important;
    overflow: hidden;
}

.home-banner-copy h2,
.home-banner-copy,
.home-banner-kicker {
    color: #ffffff !important;
}

.home-banner-btn {
    background: #ffffff !important;
    color: var(--brand-navy) !important;
    border-color: #ffffff !important;
    box-shadow: 0 18px 35px rgba(255, 255, 255, 0.18) !important;
}

.home-banner-btn:hover {
    background: var(--brand-gold-soft) !important;
}

.site-footer {
    background:
        radial-gradient(
            circle at top right,
            rgba(33, 39, 51, 0.12),
            transparent 22%
        ),
        linear-gradient(180deg, #041526 0%, #07233f 100%) !important;
    color: rgba(255, 255, 255, 0.82);
}

.site-footer-checker {
    background: linear-gradient(
        90deg,
        var(--brand-cobalt) 0 25%,
        var(--brand-gold) 25% 50%,
        transparent 50% 100%
    ) !important;
    opacity: 0.95;
}

.footer-col h3,
.footer-links a,
.footer-contact li span,
.footer-col p {
    color: rgba(255, 255, 255, 0.9) !important;
}

.footer-col h3::after {
    background: linear-gradient(
        90deg,
        var(--brand-cobalt),
        var(--brand-gold)
    ) !important;
}

.footer-socials a,
.footer-contact li i {
    background: rgba(255, 255, 255, 0.08) !important;
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.08) !important;
    box-shadow: none !important;
}

.footer-socials a:hover {
    background: var(--brand-gold) !important;
    color: var(--brand-navy) !important;
    border-color: var(--brand-gold) !important;
}

.footer-bottom {
    background: linear-gradient(90deg, var(--brand-gold), #3b4352) !important;
    justify-content: center !important;
    padding: 12px 0 !important;
}

.footer-bottom .footer-brand-highlight,
.footer-bottom .footer-meta-text,
.footer-bottom .footer-meta-text a {
    color: #071728 !important;
}

@media (max-width: 991.98px) {
    .site-header {
        background: rgba(255, 255, 255, 0.94) !important;
    }

    .site-nav-panel {
        background: linear-gradient(
            180deg,
            rgb(0 0 0) 0%,
            rgb(15 17 18) 100%
        ) !important;
    }

    .site-nav-links a,
    .site-nav-meta-link,
    .site-nav-top .site-nav-close {
        color: #243342 !important;
    }
}

@media (max-width: 767.98px) {
    .home-banner-cta,
    .pricing-dark-card,
    .service-card,
    .feature-card,
    .about-focus-card,
    .route-card,
    .package-card {
        border-radius: 24px !important;
    }

    .site-logo::after,
    .site-nav-brand::after {
        inset: auto -4px -6px 16px;
    }

    .site-logo-image {
        height: 56px !important;
        max-width: 220px;
    }

    .hero-home.hero-home-dark {
        background:
            radial-gradient(
                circle at 18% 14%,
                rgba(33, 39, 51, 0.18),
                transparent 26%
            ),
            linear-gradient(
                180deg,
                rgba(33, 39, 51, 0.99) 0%,
                rgba(33, 39, 51, 0.97) 100%
            );
    }
}

/* Final homepage hero replica override */
.hero-home.hero-home-dark {
    min-height: auto !important;
    padding: 34px 0 42px !important;
    background:
        linear-gradient(
            90deg,
            rgba(6, 16, 32, 0.92) 0%,
            rgba(7, 18, 36, 0.76) 46%,
            rgba(8, 19, 36, 0.38) 72%,
            rgba(8, 19, 36, 0.78) 100%
        ),
        url("https://images.unsplash.com/photo-1747254888964-7911db65e4c5?auto=format&fit=crop&fm=jpg&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&q=80&w=2000")
            center center / cover no-repeat !important;
}

.hero-home.hero-home-dark::before {
    display: none !important;
}

.hero-home.hero-home-dark .hero-overlay {
    background:
        linear-gradient(180deg, rgba(8, 17, 32, 0.1), rgba(8, 17, 32, 0.26)),
        radial-gradient(
            circle at 76% 24%,
            rgba(255, 192, 0, 0.12),
            transparent 18%
        ) !important;
}

.hero-home.hero-home-dark .hero-shell {
    position: relative;
    min-height: 560px !important;
    grid-template-columns: minmax(0, 1.15fr) minmax(360px, 430px) !important;
    align-items: center !important;
    gap: 48px !important;
}

.hero-home.hero-home-dark .hero-copy {
    max-width: 600px !important;
    padding-top: 0 !important;
}

.hero-home.hero-home-dark .hero-badge {
    min-height: 36px !important;
    padding: 0 18px !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.16) !important;
    color: #ffffff !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
    box-shadow: none !important;
}

.hero-home.hero-home-dark .hero-badge::before {
    display: none !important;
}

.hero-home.hero-home-dark .hero-title {
    max-width: 640px !important;
    margin: 18px 0 14px !important;
    color: #ffffff !important;
    font-size: 50px !important;
    line-height: 1.05 !important;
    font-weight: 700 !important;
    letter-spacing: -0.04em !important;
    text-shadow: none !important;
}

.hero-home.hero-home-dark .hero-title span {
    display: block;
    margin-top: 4px;
    color: #212733 !important;
}

.hero-home.hero-home-dark .hero-text {
    max-width: 560px !important;
    margin: 0 !important;
    color: rgba(255, 255, 255, 0.84) !important;
    font-size: 15px !important;
    line-height: 1.6 !important;
}

.hero-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.hero-stat-pill {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-width: 190px;
    padding: 10px 16px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(7, 17, 32, 0.34);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.hero-stat-icon {
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 192, 0, 0.14);
    color: #212733;
    font-size: 16px;
}

.hero-stat-pill strong,
.hero-stat-pill span {
    display: block;
    line-height: 1.1;
}

.hero-stat-pill strong {
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
}

.hero-stat-pill span {
    font-weight: 500;
}

.hero-home.hero-home-dark .hero-actions {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 14px !important;
    margin-top: 28px !important;
}

.hero-home.hero-home-dark .hero-action {
    min-width: 192px;
    min-height: 56px !important;
    padding: 0 26px !important;
    border-radius: 999px !important;
    justify-content: center !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    text-transform: uppercase;
}

.hero-home.hero-home-dark .hero-action-icon {
    display: none !important;
}

.hero-home.hero-home-dark .hero-action-primary {
    background: #212733 !important;
    border: 1px solid #212733 !important;
    color: #111111 !important;
    box-shadow: 0 18px 38px rgba(255, 192, 0, 0.22) !important;
}

.hero-home.hero-home-dark .hero-action-secondary {
    background: rgba(255, 255, 255, 0.04) !important;
    border: 1px solid rgba(255, 255, 255, 0.16) !important;
    color: #ffffff !important;
}

.hero-home.hero-home-dark .booking-card {
    max-width: 430px !important;
    padding: 16px 16px 18px !important;
    border-radius: 24px !important;
    border: 1px solid rgba(16, 24, 40, 0.08) !important;
    background: #ef005b !important;
    box-shadow: 0 26px 60px rgba(5, 11, 23, 0.24) !important;
}

.hero-home.hero-home-dark .booking-tabs .nav-link {
    min-height: 44px !important;
    border-radius: 999px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
}

.hero-home.hero-home-dark .trip-toggle {
    margin-bottom: 16px;
    padding: 8px;
    border-radius: 999px;
    background: #f6f7fb00;
}

.hero-home.hero-home-dark .trip-toggle .form-check {
    min-height: 44px;
    border-radius: 999px;
}

.hero-home.hero-home-dark .booking-step .row {
    --bs-gutter-x: 0.9rem;
    --bs-gutter-y: 0.9rem;
}

.hero-home.hero-home-dark .booking-card .form-control,
.hero-home.hero-home-dark .booking-card .form-select {
    min-height: 40px !important;
    border-radius: 14px !important;
    background: #ffffff !important;
    border: 1px solid rgba(33, 39, 51, 0.08) !important;
    box-shadow: none !important;
}

.hero-home.hero-home-dark .cab-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 10px !important;
}

.hero-home.hero-home-dark .cab-card {
    border-radius: 16px !important;
    border: 1px solid rgba(33, 39, 51, 0.08) !important;
    background: #0e9eea !important;
}

.hero-home.hero-home-dark .cab-card.active {
    border-color: #212733 !important;
    border-radius: 5px !important;
    box-shadow: inset 0 0 0 1px #212733 !important;
}

.cab-card .rate-tag,
.cab-card .availability,
.booking-confirm-badge,
.trip-card-badge,
.trip-pill {
    color: #ffffff !important;
}

.hero-home.hero-home-dark .booking-submit {
    min-height: 54px !important;
    border-radius: 999px !important;
}

@media (max-width: 991.98px) {
    .hero-home.hero-home-dark {
        padding: 22px 0 30px !important;
    }

    .hero-home.hero-home-dark .hero-shell {
        display: flex !important;
        flex-direction: column !important;
        min-height: auto !important;
        gap: 24px !important;
    }

    .hero-home.hero-home-dark .hero-copy,
    .hero-home.hero-home-dark .booking-card,
    .hero-home.hero-home-dark .hero-booking-stack {
        max-width: none !important;
    }

    .hero-home.hero-home-dark .hero-copy {
        order: 1 !important;
    }

    .hero-home.hero-home-dark .hero-booking-stack {
        order: 2 !important;
    }
}

@media (max-width: 767.98px) {
    .hero-home.hero-home-dark .hero-title {
        font-size: 27px !important;
    }

    .hero-stats {
        display: none !important;
    }

    .hero-home.hero-home-dark .hero-actions {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
    }

    .hero-home.hero-home-dark .hero-action {
        width: 100%;
        min-width: 0;
    }

    .hero-home.hero-home-dark .cab-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

/* Inner page redesign */
.page-hero {
    overflow: hidden;
    padding: 108px 0 90px !important;
    background:
        radial-gradient(
            circle at top left,
            rgba(33, 39, 51, 0.2),
            transparent 24%
        ),
        radial-gradient(
            circle at right center,
            rgba(239, 0, 91, 0.18),
            transparent 26%
        ),
        linear-gradient(
            130deg,
            rgba(33, 39, 51, 0.98) 0%,
            rgba(33, 39, 51, 0.96) 52%,
            rgba(255, 255, 255, 0.98) 52%,
            rgba(245, 250, 255, 0.98) 100%
        ) !important;
}

.page-hero::before,
.page-hero::after {
    display: none !important;
}

.page-hero .container {
    position: relative;
    z-index: 1;
}

.page-hero .page-kicker {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: #ffffff !important;
}

.page-hero h1 {
    max-width: 760px;
    color: #ffffff !important;
    text-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
}

.page-hero p {
    max-width: 640px;
    color: rgba(255, 255, 255, 0.78) !important;
}

.services-page .page-section,
.about-page .page-section,
.contact-page .page-section,
.routes-page .page-section,
.packages-page .page-section,
.tariff-page .page-section,
.thankyou-page,
.page-section {
    background: transparent;
}

.service-grid,
.contact-grid,
.seo-content-grid,
.two-col-section,
.tour-showcase-grid,
.route-grid {
    gap: 28px !important;
}

.seo-copy-card,
.seo-note-card,
.tariff-table-card,
.contact-map-card,
.tour-showcase-card,
.faq-card,
.thankyou-hero-card,
.thankyou-panel,
.thankyou-highlight-card {
    border: 1px solid rgba(33, 39, 51, 0.1) !important;
    border-radius: 30px !important;
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.98) 0%,
        rgba(244, 249, 255, 0.98) 100%
    ) !important;
    box-shadow: 0 26px 64px rgba(33, 39, 51, 0.12) !important;
}

.seo-copy-card h2,
.seo-copy-card h3,
.thankyou-hero-card h1,
.thankyou-panel h2,
.tour-showcase-card h3,
.contact-panel strong {
    color: var(--brand-navy) !important;
}

.seo-copy-card p,
.seo-note,
.thankyou-panel p,
.thankyou-step p,
.contact-list-item span,
.tour-showcase-card p {
    color: var(--brand-copy) !important;
}

.tariff-table {
    overflow: hidden;
    border-radius: 22px !important;
}

.tariff-table thead th {
    background: linear-gradient(
        90deg,
        var(--brand-navy),
        var(--brand-cobalt)
    ) !important;
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.08) !important;
}

.tariff-table tbody td {
    border-color: rgba(33, 39, 51, 0.08) !important;
    color: var(--brand-ink) !important;
}

.route-card-media,
.tour-showcase-media,
.contact-map-card iframe {
    border-radius: 24px !important;
    overflow: hidden;
}

.route-card-overlay {
    background: linear-gradient(
        180deg,
        transparent 0%,
        rgba(33, 39, 51, 0.82) 100%
    ) !important;
}

.route-book-btn,
.tour-showcase-link,
.contact-action-btn,
.thankyou-primary-link,
.thankyou-secondary-link {
    border-radius: 999px !important;
    font-weight: 700 !important;
    letter-spacing: 0.02em;
}

.route-book-btn,
.thankyou-primary-link {
    background: linear-gradient(
        135deg,
        var(--brand-cobalt),
        #2a88f8
    ) !important;
    color: #ffffff !important;
    border: 1px solid rgba(239, 0, 91, 0.16) !important;
    box-shadow: 0 18px 36px rgba(239, 0, 91, 0.22) !important;
}

.route-book-btn:hover,
.thankyou-primary-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 22px 42px rgba(239, 0, 91, 0.26) !important;
}

.thankyou-secondary-link {
    background: rgba(33, 39, 51, 0.12) !important;
    color: var(--brand-navy) !important;
    border: 1px solid rgba(33, 39, 51, 0.22) !important;
}

.contact-form-card .form-control,
.contact-form-card .form-select,
.thankyou-page .form-control {
    border-radius: 18px !important;
    border-color: rgba(33, 39, 51, 0.12) !important;
    background: #f8fbff !important;
}

.contact-form-card .form-control:focus,
.contact-form-card .form-select:focus,
.thankyou-page .form-control:focus {
    border-color: rgba(239, 0, 91, 0.38) !important;
    box-shadow: 0 0 0 4px rgba(239, 0, 91, 0.12) !important;
}

@media (max-width: 767.98px) {
    .page-hero {
        padding: 92px 0 72px !important;
        background:
            radial-gradient(
                circle at top left,
                rgba(33, 39, 51, 0.18),
                transparent 28%
            ),
            linear-gradient(
                180deg,
                rgba(33, 39, 51, 0.98) 0%,
                rgba(33, 39, 51, 0.96) 58%,
                rgba(245, 250, 255, 0.98) 58%,
                rgba(245, 250, 255, 0.98) 100%
            ) !important;
    }

    .service-grid,
    .contact-grid,
    .seo-content-grid,
    .two-col-section,
    .tour-showcase-grid,
    .route-grid {
        gap: 20px !important;
    }
}
.home-pricing-section .pricing-dark-grid {
    grid-template-columns: 1fr;
}

.pricing-dark-body {
    padding: 20px 20px 22px;
}

.pricing-dark-card h3 {
    font-size: 20px;
}

.pricing-rate-cell strong {
    font-size: 17px;
}

/* Popular Trips exact card override */
.trips-section {
    background: #ffffff !important;
}

.trips-section .trips-header {
    display: block !important;
    text-align: center !important;
}

.trips-section .trips-header-copy {
    max-width: 760px;
    margin: 0 auto 24px !important;
}

.trips-section .trips-header-copy p {
    max-width: 640px;
    margin: 14px auto 0 !important;
}

.trips-section .trips-filter-card {
    max-width: 560px;
    margin: 0 auto 28px !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

.trips-section .trips-filter-label {
    display: none !important;
}

.trips-section .trips-filter-bar {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 12px !important;
}

.trips-section .trips-select {
    min-height: 44px !important;
    border-radius: 14px !important;
    background: #ffffff !important;
    border: 1px solid rgba(33, 39, 51, 0.1) !important;
    color: #111111 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    box-shadow: 0 8px 20px rgba(33, 39, 51, 0.05) !important;
}

.trips-section .trips-filter-arrow {
    width: 44px !important;
    height: 44px !important;
    border-radius: 14px !important;
    background: #212733 !important;
    color: #111111 !important;
    font-size: 20px !important;
    box-shadow: 0 10px 22px rgba(255, 192, 0, 0.22) !important;
}

.trips-section .popular-trips-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 16px !important;
}

.trips-section .trip-card {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    padding: 18px !important;
    border: 1px solid rgba(33, 39, 51, 0.08) !important;
    border-radius: 24px !important;
    background: #ffffff !important;
    box-shadow: 0 16px 36px rgba(17, 24, 39, 0.06) !important;
}

.trips-section .trip-card-badge,
.trips-section .trip-pill {
    display: none !important;
}

.trips-section .trip-card-head {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
    gap: 14px !important;
    margin-bottom: 12px !important;
}

.trips-section .trip-card-head h3 {
    margin: 0 !important;
    color: #111111 !important;
    font-size: 20px !important;
    font-weight: 800 !important;
}

.trips-section .trip-card-head img {
    width: 120px !important;
    height: 68px !important;
    object-fit: contain !important;
}

.trips-section .trip-card-amount {
    margin-bottom: 4px;
    color: #111111;
    font-size: 18px;
    font-weight: 800;
    text-align: left;
}

.trips-section .trip-rate-line {
    margin-bottom: 12px !important;
    color: #666666 !important;
    font-size: 13px !important;
    text-align: left !important;
}

.trips-section .trip-detail-list {
    margin: 0 0 16px !important;
    padding: 0 !important;
    list-style: none !important;
    display: grid !important;
    gap: 0 !important;
}

.trips-section .trip-detail-item {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 12px 0 !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.trips-section .trip-detail-item:last-child {
    border-bottom: 0 !important;
}

.trips-section .trip-detail-icon {
    width: 36px !important;
    height: 36px !important;
    border-radius: 50% !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #212733 !important;
    color: #111111 !important;
    font-size: 16px !important;
}

.trips-section .trip-detail-value {
    flex: 1;
    color: #444444;
    font-size: 14px;
    font-weight: 500;
}

.trips-section .trip-detail-item strong {
    margin-left: auto !important;
    color: #111111 !important;
    font-size: 14px !important;
    font-weight: 800 !important;
}

.trips-section .trip-book-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 40px !important;
    border-radius: 12px !important;
    background: #111111 !important;
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    text-decoration: none !important;
}

@media (max-width: 991.98px) {
    .trips-section .popular-trips-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 767.98px) {
    .trips-section .popular-trips-grid {
        grid-template-columns: 1fr !important;
    }

    .trips-section .trips-filter-bar {
        grid-template-columns: 1fr !important;
    }

    .trips-section .trips-filter-arrow {
        margin: 0 auto !important;
    }

    .trips-section .trip-card-head img {
        width: 104px !important;
        height: 60px !important;
    }
}

/* Final homepage popular trips replica override */
.trips-section .trips-note {
    display: none !important;
}

.trips-section {
    padding: 72px 0 78px !important;
    background: #ffffff !important;
}

.trips-section .trips-header {
    display: block !important;
    text-align: center !important;
}

.trips-section .trips-header-copy {
    max-width: 760px;
    margin: 0 auto 22px !important;
}

.trips-section .section-kicker {
    color: #3b82f6 !important;
}

.trips-section .trips-header h2 {
    margin-bottom: 10px !important;
    color: #15233b !important;
    font-size: clamp(2.6rem, 5vw, 4rem) !important;
    font-weight: 700 !important;
}

.trips-section .trips-header-copy p {
    max-width: 720px;
    margin: 0 auto !important;
    color: #5f6b7f !important;
    font-size: 16px !important;
}

.trips-section .popular-trips-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 18px !important;
}

.trips-section .trips-filter-card {
    max-width: 640px;
    margin: 0 auto 18px !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

.trips-section .trips-filter-label {
    display: none !important;
}

.trips-section .trips-filter-bar {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 14px !important;
    justify-content: center !important;
}

.trips-section .trips-select {
    min-height: 44px !important;
    border-radius: 14px !important;
    background: #ffffff !important;
    border: 1px solid rgba(33, 39, 51, 0.1) !important;
    color: #111111 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    box-shadow: 0 8px 20px rgba(33, 39, 51, 0.05) !important;
}

.trips-section .trips-filter-arrow {
    width: 44px !important;
    height: 44px !important;
    border-radius: 14px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #212733 !important;
    color: #111111 !important;
    font-size: 20px !important;
    box-shadow: 0 10px 22px rgba(255, 192, 0, 0.22) !important;
}

.popular-trips-center-title {
    margin: 6px 0 24px;
    text-align: center;
    color: #15233b;
    font-size: 18px;
    font-weight: 700;
}

.trips-section .trip-card {
    padding: 0 !important;
    overflow: hidden !important;
    border: 1px solid rgba(20, 35, 59, 0.08) !important;
    border-radius: 22px !important;
    background: #ffffff !important;
    box-shadow: 0 20px 44px rgba(20, 35, 59, 0.08) !important;
}

.trips-section .trip-card-media {
    position: relative;
    min-height: 150px;
    padding: 16px 16px 0;
    background: linear-gradient(180deg, #e9f2ff 0%, #f8fbff 100%);
}

.trips-section .trip-card-media img {
    width: 100%;
    height: 136px;
    object-fit: contain;
    object-position: center bottom;
}

.trips-section .trip-card-badge {
    position: absolute;
    top: 12px;
    left: 16px;
    display: inline-flex !important;
    align-items: center;
    min-height: 38px;
    padding: 0 18px;
    border-radius: 999px;
    background: #ffc933;
    color: #111111 !important;
    font-size: 13px;
    font-weight: 800;
    box-shadow: 0 12px 22px rgba(255, 201, 51, 0.26);
}

.trips-section .trip-card-content {
    padding: 0 22px 22px;
}

.trips-section .trip-card-content h3 {
    margin: 2px 0 10px !important;
    color: #13233e !important;
    font-size: 22px !important;
    font-weight: 700 !important;
}

.trips-section .trip-card-label {
    color: #626f83;
    font-size: 16px;
    font-weight: 500;
}

.trips-section .trip-card-amount {
    margin: 2px 0 12px !important;
    color: #13233e !important;
    font-size: 20px !important;
    font-weight: 800 !important;
    line-height: 1.2;
}

.trips-section .trip-detail-list {
    display: grid !important;
    gap: 12px !important;
    margin: 0 0 18px !important;
    padding: 0 !important;
    list-style: none !important;
}

.trips-section .trip-detail-item {
    border: 0 !important;
    padding: 0 !important;
}

.trips-section .trip-detail-item-split {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
}

.trips-section .trip-detail-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.trips-section .trip-detail-icon {
    width: 24px !important;
    height: 24px !important;
    border-radius: 50% !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #ffffff !important;
    border: 2px solid #ffc933 !important;
    color: #f2b300 !important;
    font-size: 12px !important;
}

.trips-section .trip-detail-icon-alt {
    border-color: #9db0c9 !important;
    color: #5b6b84 !important;
}

.trips-section .trip-detail-value {
    color: #38465f !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

.trips-section .trip-book-btn {
    min-height: 40px !important;
    border-radius: 999px !important;
    background: linear-gradient(180deg, #1c304d 0%, #15253c 100%) !important;
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    box-shadow: 0 14px 26px rgba(21, 37, 60, 0.18) !important;
}

.trips-section .trip-book-btn i {
    font-size: 14px;
}

.trips-slider-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 34px;
}

.trips-slider-dots span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #dfe6f1;
}

.trips-slider-dots span.active {
    background: #c9d4e4;
}

@media (max-width: 991.98px) {
    .trips-section .popular-trips-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 767.98px) {
    .trips-section .trips-filter-bar {
        grid-template-columns: 1fr !important;
    }

    .trips-section .trips-filter-arrow {
        margin: 0 auto !important;
    }

    .trips-section .popular-trips-grid {
        grid-template-columns: 1fr !important;
    }

    .trips-section .trip-card-content {
        padding: 0 18px 18px;
    }
}

/* Final why choose us card replica override */
.home-why-section .section-heading {
    margin-bottom: 28px !important;
}

.home-why-section .feature-showcase-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 26px !important;
}

.home-why-section .feature-showcase-card {
    text-align: left !important;
    padding: 24px 20px 24px !important;
    border: 1px solid rgba(21, 35, 59, 0.14) !important;
    border-radius: 10px !important;
    background: #ffffff !important;
    box-shadow: none !important;
    transform: none !important;
}

.home-why-section .feature-showcase-card:hover {
    transform: none !important;
    box-shadow: 0 14px 30px rgba(20, 35, 59, 0.06) !important;
    border-color: rgba(21, 35, 59, 0.18) !important;
}

.home-why-section .feature-showcase-card .feature-icon {
    width: 48px !important;
    height: 48px !important;
    margin: 0 0 18px !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    color: #153d73 !important;
    border: 1px solid rgba(21, 35, 59, 0.08) !important;
    box-shadow: 0 8px 18px rgba(20, 35, 59, 0.1) !important;
    font-size: 20px !important;
}

.home-why-section .feature-showcase-card h3 {
    margin: 0 0 12px !important;
    color: #1b1f27 !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
}

.home-why-section .feature-showcase-card p {
    margin: 0 !important;
    color: #5f6673 !important;
    font-size: 14px !important;
    line-height: 1.75 !important;
}

@media (max-width: 991.98px) {
    .home-why-section .feature-showcase-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 18px !important;
    }
}

@media (max-width: 767.98px) {
    .home-why-section .feature-showcase-grid {
        grid-template-columns: 1fr !important;
    }
}

/* Final homepage about banner replica override */
.homepage-about-section {
    padding: 0 !important;
    background:
        linear-gradient(
            90deg,
            rgba(10, 18, 30, 0.92) 0%,
            rgba(10, 18, 30, 0.82) 46%,
            rgba(10, 18, 30, 0.32) 100%
        ),
        url("https://images.unsplash.com/photo-1759300631780-a37cba9955d5?auto=format&fit=crop&fm=jpg&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&q=80&w=2000")
            center center / cover no-repeat !important;
}

.homepage-about-section .home-about-banner-grid {
    min-height: 420px;
    padding: 54px 72px;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 460px) !important;
    align-items: center !important;
    gap: 24px !important;
}

.homepage-about-section .home-about-banner-copy {
    max-width: 560px;
}

.homepage-about-section .section-kicker {
    color: rgba(255, 255, 255, 0.72) !important;
    font-size: 11px !important;
    letter-spacing: 0.22em !important;
}

.homepage-about-section .home-about-banner-copy h2 {
    max-width: 540px;
    margin: 8px 0 18px !important;
    color: #ffffff !important;
    font-size: 24px !important;
    line-height: 1.25 !important;
    font-weight: 700 !important;
}

.home-about-banner-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.home-about-banner-list li {
    position: relative;
    margin-bottom: 8px;
    padding-left: 18px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
    line-height: 1.6;
}

.home-about-banner-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ffffff;
}

.home-about-contact-row {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: 20px;
    color: #212733;
}

.home-about-contact-icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 192, 0, 0.4);
    background: rgba(255, 192, 0, 0.08);
    color: #212733;
    font-size: 15px;
}

.home-about-contact-row a {
    color: #212733 !important;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 0.02em;
}

.home-about-actions {
    margin-top: 18px !important;
}

.homepage-about-section .home-about-actions .hero-action-primary {
    min-width: 196px;
    min-height: 52px !important;
    background: #212733 !important;
    border-color: #212733 !important;
    color: #111111 !important;
    box-shadow: 0 18px 32px rgba(255, 192, 0, 0.22) !important;
}

.homepage-about-section .home-about-banner-media {
    min-height: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.homepage-about-section .home-about-banner-media img {
    width: min(100%, 480px);
    max-height: 300px;
    object-fit: contain;
    filter: drop-shadow(0 20px 28px rgba(0, 0, 0, 0.22));
}

.homepage-about-section .home-about-meta-strip,
.homepage-about-section .about-story-shape,
.homepage-about-section .about-story-photo {
    display: none !important;
}

@media (max-width: 991.98px) {
    .homepage-about-section .home-about-banner-grid {
        padding: 42px 28px;
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }

    .homepage-about-section .home-about-banner-media {
        justify-content: center;
    }
}

@media (max-width: 767.98px) {
    .homepage-about-section .home-about-banner-grid {
        padding: 34px 18px;
        min-height: auto;
    }

    .homepage-about-section .home-about-banner-copy h2 {
        font-size: 21px !important;
    }

    .home-about-contact-row a {
        font-size: 16px;
    }

    .homepage-about-section .home-about-banner-media img {
        width: min(100%, 320px);
        max-height: 220px;
    }
}

/* Final testimonial replica override */
.testimonials-section {
    padding: 76px 0 68px !important;
    background: #ffffff !important;
}

.testimonials-section .section-heading {
    margin-bottom: 30px !important;
}

.testimonials-section .section-kicker {
    color: #4f8df7 !important;
}

.testimonials-section .section-heading h2 {
    color: #16233c !important;
    font-size: clamp(2.4rem, 4vw, 3.6rem) !important;
}

.testimonials-section .section-heading p {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}

.testimonials-carousel {
    max-width: 1120px !important;
    padding: 0 12px 34px !important;
}

.testimonials-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 14px !important;
}

.testimonial-card {
    position: relative;
    overflow: hidden;
    min-height: 260px;
    max-width: none !important;
    margin: 0 !important;
    padding: 18px 18px 18px !important;
    text-align: left !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 20px !important;
    background:
        linear-gradient(
            180deg,
            rgba(8, 13, 24, 0.42) 0%,
            rgba(8, 13, 24, 0.86) 100%
        ),
        url("https://images.unsplash.com/photo-1519583272095-6433daf26b6e?auto=format&fit=crop&w=1200&q=80")
            center center / cover no-repeat !important;
    box-shadow: 0 22px 46px rgba(17, 24, 39, 0.14) !important;
}

.testimonial-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0)
    );
    pointer-events: none;
}

.testimonial-card-head,
.testimonial-stars,
.testimonial-card p,
.testimonial-card-footer {
    position: relative;
    z-index: 1;
}

.testimonial-card-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.testimonial-avatar {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.92);
    color: #16233c;
    font-size: 18px;
    font-weight: 700;
    box-shadow: 0 10px 24px rgba(33, 39, 51, 0.18);
}

.testimonial-meta {
    display: grid;
    gap: 3px;
    justify-items: start !important;
}

.testimonial-meta strong {
    color: #ffffff !important;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.1;
}

.testimonial-meta span {
    color: rgba(255, 255, 255, 0.76) !important;
    font-size: 13px;
    font-weight: 500;
}

.testimonial-stars {
    justify-content: flex-start !important;
    margin-bottom: 14px !important;
}

.testimonial-stars i {
    color: #ffc933;
}

.testimonial-card p {
    margin: 0 0 18px !important;
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 14px !important;
    line-height: 1.7 !important;
}

.testimonial-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: auto;
}

.testimonial-card-tag {
    color: rgba(255, 255, 255, 0.86);
    font-size: 13px;
    font-weight: 600;
}

.testimonial-book-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 116px;
    min-height: 40px;
    padding: 0 18px;
    border-radius: 999px;
    background: #212733;
    color: #111111 !important;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 16px 30px rgba(255, 192, 0, 0.2);
}

.testimonials-control {
    display: none !important;
}

.testimonials-carousel .carousel-indicators {
    position: static;
    margin: 20px 0 0;
    gap: 8px;
}

.testimonials-carousel .carousel-indicators [data-bs-target] {
    width: 8px;
    height: 8px;
    margin: 0;
    border: 0;
    border-radius: 50%;
    background: #cbd5e1;
    opacity: 1;
}

.testimonials-carousel .carousel-indicators .active {
    background: #1f2937;
}

@media (max-width: 991.98px) {
    .testimonials-grid {
        grid-template-columns: 1fr !important;
    }

    .testimonial-card {
        min-height: 0;
    }
}

@media (max-width: 767.98px) {
    .testimonials-carousel {
        padding: 0 0 28px !important;
    }

    .testimonial-meta strong {
        font-size: 20px;
    }

    .testimonial-card-footer {
        flex-direction: row;
        align-items: center;
    }
}

/* Final homepage taxi grid override */
.home-pricing-section .pricing-dark-grid {
    grid-template-columns: repeat(
        var(--pricing-grid-columns, 4),
        minmax(0, 1fr)
    ) !important;
}

/* Final shared public page refresh */
.page-hero,
.seo-hero,
.thankyou-page {
    position: relative;
    overflow: hidden;
}

.page-hero {
    padding: 88px 0 74px !important;
    background:
        linear-gradient(
            135deg,
            rgba(6, 22, 44, 0.96) 0%,
            rgba(9, 42, 78, 0.88) 54%,
            rgba(255, 192, 0, 0.16) 100%
        ),
        url("https://images.unsplash.com/photo-1705844351809-c061130580f5?auto=format&fit=crop&fm=jpg&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&q=80&w=2000")
            center center / cover no-repeat !important;
}

.services-page-hero {
    background:
        linear-gradient(
            135deg,
            rgba(0, 0, 0, 0.3) 0%,
            rgba(0, 0, 0, 0.3) 56%,
            rgba(255, 192, 0, 0.1) 100%
        ),
        url("/images/homepage-hero-banner.png") center center / cover no-repeat !important;
}

.services-page-hero .container {
    position: relative;
}

.services-page-hero-watermark {
    position: absolute;
    top: -20px;
    right: 0;
    width: min(360px, 34vw);
    display: grid;
    justify-items: center;
    gap: 10px;
    opacity: 0.8;
    pointer-events: none;
    filter: drop-shadow(0 16px 24px rgba(6, 22, 44, 0.18));
}

.services-page-hero-watermark {
    display: none !important;
}

.services-page-hero-watermark img {
    width: min(230px, 100%);
    height: auto;
    object-fit: contain;
    padding: 12px 18px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 14px 30px rgba(33, 39, 51, 0.12);
}

.services-page-hero-watermark-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 10px 22px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.98);
    color: #0b4aa2;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: clamp(1rem, 1.4vw, 1.75rem);
    font-weight: 800;
    line-height: 1.1;
    text-align: center;
    white-space: nowrap;
    box-shadow: 0 14px 30px rgba(33, 39, 51, 0.12);
}

@media (max-width: 767.98px) {
    .services-page-hero-watermark img {
        width: min(90px, 100%);
        height: auto;
        object-fit: contain;
        padding: 0;
        border-radius: 6px;
        background: rgba(255, 255, 255, 0.98);
        box-shadow: 0 14px 30px rgba(33, 39, 51, 0.12);
    }

    .services-page-hero-watermark-tag {
        display: none;
    }
}

.seo-hero {
    background-image:
        linear-gradient(
            135deg,
            rgba(6, 22, 44, 0.96) 0%,
            rgba(9, 42, 78, 0.88) 54%,
            rgba(255, 192, 0, 0.14) 100%
        ),
        url("https://images.unsplash.com/photo-1759300631780-a37cba9955d5?auto=format&fit=crop&fm=jpg&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&q=80&w=2000") !important;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.page-hero::before,
.seo-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(
            circle at 82% 18%,
            rgba(255, 192, 0, 0.14),
            transparent 20%
        ),
        linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.02),
            rgba(255, 255, 255, 0)
        );
    pointer-events: none;
}

.page-hero .container,
.seo-hero .container {
    position: relative;
    z-index: 1;
}

.page-kicker,
.seo-hero .page-kicker {
    color: #8fb8ff !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    letter-spacing: 0.16em !important;
    text-transform: uppercase !important;
}

.page-hero h1,
.seo-hero-copy h1 {
    color: #ffffff !important;
    font-weight: 700 !important;
    letter-spacing: -0.03em !important;
}

.page-hero p,
.seo-hero-copy p {
    color: rgba(255, 255, 255, 0.84) !important;
    max-width: 760px;
}

.page-section,
.page-section-soft {
    background: linear-gradient(180deg, #ffffff 0%, #f6f9fe 100%) !important;
}

.page-section .container,
.page-section-soft .container {
    position: relative;
}

.seo-copy-card,
.seo-side-card,
.seo-side-form-card,
.contact-panel,
.contact-form-card,
.contact-map-card,
.service-card,
.info-card,
.about-focus-card,
.route-card,
.route-card-dark,
.thankyou-panel,
.thankyou-step {
    border: 1px solid rgba(33, 39, 51, 0.08) !important;
    border-radius: 24px !important;
    background: rgba(255, 255, 255, 0.96) !important;
    box-shadow: 0 18px 42px rgba(33, 39, 51, 0.06) !important;
}

.seo-copy-card:hover,
.seo-side-card:hover,
.service-card:hover,
.info-card:hover,
.route-card:hover,
.route-card-dark:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 50px rgba(33, 39, 51, 0.08) !important;
}

.seo-copy-card h2,
.seo-copy-card h3,
.seo-side-card h3,
.contact-panel h2,
.contact-form-card h2,
.contact-map-card h2,
.service-card h2,
.info-card h2,
.about-focus-card h3 {
    color: #15233b !important;
}

.seo-copy-card p,
.seo-side-card p,
.contact-panel p,
.contact-form-card p,
.contact-map-card p,
.service-card p,
.info-card p,
.about-focus-card p,
.seo-note {
    color: #5f6c81 !important;
}

.section-kicker,
.section-route-label {
    color: #3b82f6 !important;
}

.simple-list-item {
    border-radius: 18px !important;
    border: 1px solid rgba(33, 39, 51, 0.06) !important;
    background: #ffffff !important;
}

.contact-list-item,
.seo-chip,
.route-pill,
.seo-cab-rate {
    border-radius: 999px !important;
}

.contact-list-item {
    background: rgba(59, 130, 246, 0.06) !important;
}

.contact-list-icon,
.seo-chip,
.seo-cab-rate,
.thankyou-badge {
    background: linear-gradient(135deg, #ef005b, #d10050) !important;
    color: #ffffff !important;
    box-shadow: 0 14px 28px rgba(239, 0, 91, 0.18) !important;
}

.seo-chip {
    border: 0 !important;
}

.our-taxi-btn,
.route-card-btn,
.contact-form-card .action-btn,
.thankyou-btn {
    background: linear-gradient(135deg, #212733, #3b4352) !important;
    color: #111111 !important;
    border: 0 !important;
    box-shadow: 0 18px 34px rgba(255, 192, 0, 0.18) !important;
}

.our-taxi-btn:hover,
.route-card-btn:hover,
.contact-form-card .action-btn:hover,
.thankyou-btn:hover {
    color: #111111 !important;
}

@media (max-width: 767.98px) {
    .page-hero {
        padding: 62px 0 54px !important;
    }
}

@media (max-width: 991.98px) {
    .home-pricing-section .pricing-dark-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .taxi-rate-section .pricing-dark-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 767.98px) {
    .home-pricing-section .pricing-dark-grid {
        grid-template-columns: 1fr !important;
    }

    .taxi-rate-section .pricing-dark-grid {
        grid-template-columns: 1fr !important;
    }
}

/* Final header replica override */
.site-topbar {
    /*     background: linear-gradient(90deg, #084aa5 0%, #b80046 100%) !important;
 */
    background: linear-gradient(90deg, #212733 0%, #3b4352 100%) !important;
    border-bottom: 0 !important;
}

.site-topbar-inner {
    min-height: 40px;
    gap: 18px;
}

.site-topbar-info,
.site-topbar-socials {
    gap: 18px !important;
}

.site-topbar-info > a,
.site-topbar-info > span {
    position: relative;
}

.site-topbar-info > a:not(:last-child)::after,
.site-topbar-info > span:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -10px;
    width: 1px;
    height: 16px;
    background: rgba(255, 255, 255, 0.16);
    transform: translateY(-50%);
}

.site-topbar a,
.site-topbar-hours,
.site-topbar-socials span {
    color:rgb(0 0 0) !important;
    font-size: 13px !important;
    font-weight: 600 !important;
}

.site-topbar i {
    color: #000 !important;
    font-size: 12px !important;
}

.site-topbar-socials a {
    width: 26px !important;
    height: 26px !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    color: #ffffff !important;
}

.site-header {
    background: #fff !important;
    box-shadow: 0 10px 24px rgba(33, 39, 51, 0.08) !important;
    border-bottom: 1px solid rgba(33, 39, 51, 0.06) !important;
    backdrop-filter: none !important;
}

.site-header-inner {
    min-height: 76px;
    grid-template-columns: auto 1fr auto;
    align-items: center;
}

.site-logo-image {
    height: 56px !important;
    max-width: 220px !important;
}

.site-logo::after,
.site-nav-brand::after {
    display: none !important;
}

.site-nav {
    justify-self: center;
}

.site-nav-links {
    gap: 28px !important;
}

.site-nav-links a {
    position: relative;
    color: #000000 !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
    text-transform: uppercase !important;
}

.site-nav-links a.active,
.site-nav-links a:hover {
    color: #232326 !important;
}

.site-nav-links a.active::after,
.site-nav-links a:hover::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -14px;
    height: 4px;
    border-radius: 999px;
    background: #ef005b !important;
}

.site-header-actions {
    gap: 12px !important;
}

.site-track-btn,
.site-book-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 20px;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none !important;
    letter-spacing: 0;
}

.site-track-btn {
    background: #ffffff;
    color: #172132 !important;
    border: 1px solid rgba(33, 39, 51, 0.16);
    box-shadow: 0 6px 16px rgba(33, 39, 51, 0.08);
}

.site-book-btn {
    background: #ef005b !important;
    color: #ffffff !important;
    border: 1px solid #fff !important;
    /* box-shadow: 0 10px 18px rgba(255, 192, 0, 0.18) !important; */
}

.site-book-btn::after {
    content: "\F285";
    font-family: bootstrap-icons;
    margin-left: 8px;
    font-size: 14px;
}

@media (max-width: 991.98px) {
    .site-topbar {
        display: none !important;
    }

    .site-header-inner {
        min-height: 68px;
    }

    .site-track-btn {
        display: none !important;
    }

    .site-book-btn {
        min-height: 38px;
        padding: 0 16px;
        font-size: 13px;
    }
}

/* Homepage packages exact card override */
.packages-dark-section {
    background: #ffffff !important;
}

.packages-dark-section .section-heading {
    text-align: center !important;
    margin-bottom: 30px !important;
}

.packages-dark-section .section-heading p {
    max-width: 640px;
    margin: 14px auto 0 !important;
}

.packages-dark-section .package-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 22px !important;
}

.packages-dark-section .package-card {
    padding: 0 !important;
    border-radius: 24px !important;
    overflow: hidden !important;
    border: 1px solid rgba(33, 39, 51, 0.08) !important;
    background: #ffffff !important;
    box-shadow: 0 18px 40px rgba(17, 24, 39, 0.08) !important;
}

.packages-dark-section .package-card-media {
    position: relative !important;
    min-height: 290px !important;
    overflow: hidden !important;
}

.packages-dark-section .package-card-media img {
    width: 100% !important;
    height: 290px !important;
    object-fit: cover !important;
    border-radius: 24px !important;
}

.packages-dark-section .package-card-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 14px;
    border-radius: 999px;
    background: #212733;
    color: #111111;
    font-size: 13px;
    font-weight: 800;
}

.packages-dark-section .package-card-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.02) 24%,
        rgba(10, 12, 18, 0.88) 100%
    );
}

.packages-dark-section .package-card-body {
    width: 100%;
    padding: 22px 18px 18px !important;
    background: transparent !important;
}

.packages-dark-section .package-card-body h3 {
    margin: 0 0 6px !important;
    color: #ffffff !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
}

.packages-dark-section .package-card-body p {
    min-height: auto !important;
    margin: 0 0 14px !important;
    color: rgba(255, 255, 255, 0.78) !important;
    font-size: 14px !important;
    line-height: 1.55 !important;
}

.packages-dark-section .package-card-footer {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
    border-top: 0 !important;
}

.packages-dark-section .package-card-footer span {
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 800 !important;
}

.packages-dark-section .package-card-footer a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 122px !important;
    min-height: 42px !important;
    padding: 0 18px !important;
    border-radius: 999px !important;
    background: #212733 !important;
    color: #111111 !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    text-decoration: none !important;
    box-shadow: 0 10px 24px rgba(255, 192, 0, 0.18) !important;
}

.packages-dark-section .package-card-footer a:hover {
    background: #ffcf2f !important;
    color: #111111 !important;
}

.packages-dark-section .trips-note {
    margin-top: 24px !important;
    text-align: center !important;
}

@media (max-width: 991.98px) {
    .packages-dark-section .package-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 767.98px) {
    .packages-dark-section .package-grid {
        grid-template-columns: 1fr !important;
    }

    .packages-dark-section .package-card-media,
    .packages-dark-section .package-card-media img {
        margin: 0;
    }

    .packages-dark-section .package-card-footer {
        flex-direction: row !important;
        align-items: center !important;
    }
}

/* Homepage replica section override */
.homepage-about-section {
    padding: 62px 0 56px !important;
    background:
        radial-gradient(
            circle at top left,
            rgba(239, 0, 91, 0.08),
            transparent 24%
        ),
        radial-gradient(
            circle at top right,
            rgba(33, 39, 51, 0.08),
            transparent 18%
        ),
        linear-gradient(180deg, #ffffff 0%, #f4f9ff 100%) !important;
}

.homepage-about-section .home-about-banner-grid {
    position: relative;
    overflow: visible;
    padding: 28px 12px 18px !important;
    border-radius: 0 !important;
    background:
        linear-gradient(
            115deg,
            rgba(239, 0, 91, 0.05) 0%,
            rgba(239, 0, 91, 0) 24%
        ),
        repeating-linear-gradient(
            135deg,
            rgba(17, 24, 39, 0.018) 0 2px,
            transparent 2px 34px
        ),
        #ffffff !important;
    box-shadow: none !important;
    border: 0 !important;
}

.homepage-about-section .home-about-banner-grid::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(
            circle at 18% 14%,
            rgba(239, 0, 91, 0.1) 0,
            rgba(239, 0, 91, 0) 18%
        ),
        radial-gradient(
            circle at 82% 22%,
            rgba(33, 39, 51, 0.1) 0,
            rgba(33, 39, 51, 0) 14%
        ),
        radial-gradient(
            circle at 72% 82%,
            rgba(17, 24, 39, 0.03) 0,
            rgba(17, 24, 39, 0) 20%
        );
    pointer-events: none;
}

.homepage-about-section .about-story-grid {
    grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr) !important;
    align-items: center !important;
    gap: 42px !important;
}

.homepage-about-section .home-about-banner-copy {
    position: relative;
    z-index: 1;
    max-width: 700px;
}

.homepage-about-section .section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 18px;
    color: var(--brand-cobalt) !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    letter-spacing: 0.22em !important;
    text-transform: uppercase;
}

.homepage-about-section .section-kicker::before,
.homepage-about-section .section-kicker::after {
    content: "";
    width: 58px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(
        90deg,
        var(--brand-gold),
        rgba(239, 0, 91, 0.15)
    );
}

.homepage-about-section .about-story-copy h2 {
    max-width: 760px;
    margin: 0 0 22px !important;
    color: #11131a !important;
    font-size: 50px !important;
    font-weight: 800 !important;
    line-height: 1.08 !important;
    letter-spacing: -0.05em !important;
}

.homepage-about-section .about-story-copy p {
    max-width: 760px;
    margin: 0 0 24px !important;
    color: #4b5563 !important;
    font-size: 17px !important;
    line-height: 1.8 !important;
}

.home-about-banner-list {
    display: grid;
    gap: 12px;
    margin: 0 0 28px;
    padding: 0;
    list-style: none;
}

.home-about-banner-list li {
    position: relative;
    padding-left: 22px;
    color: #273244;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.65;
}

.home-about-banner-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ffa000;
    box-shadow: 0 0 0 5px rgba(255, 160, 0, 0.12);
}

.home-about-contact-row {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-top: 6px;
    margin-bottom: 30px;
}

.home-about-contact-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff3d6;
    border: 1px solid rgba(255, 166, 0, 0.24);
    color: #f59e0b;
    font-size: 15px;
}

.home-about-contact-row a {
    color: #f59e0b !important;
    font-size: 19px;
    font-weight: 800;
    text-decoration: none;
    letter-spacing: 0.01em;
}

.home-about-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 0 !important;
}

.homepage-about-section .home-about-actions .hero-action {
    min-width: 0;
    min-height: 48px !important;
    padding: 0 24px !important;
    border-radius: 6px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    box-shadow: none !important;
}

.homepage-about-section .home-about-actions .hero-action-primary {
    background: linear-gradient(180deg, #212733 0%, #151922 100%) !important;
    border: 1px solid #151922 !important;
    color: #ffffff !important;
    box-shadow: 0 12px 24px rgba(255, 152, 0, 0.18) !important;
}

.homepage-about-section .home-about-actions .hero-action-secondary {
    background: #ffffff !important;
    border: 1px solid #d1d5db !important;
    color: #1f2937 !important;
}

.homepage-about-section .about-story-media,
.homepage-about-section .home-about-banner-media {
    position: relative;
    z-index: 1;
    min-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 34px 20px 24px;
    border-radius: 34px;
    background: linear-gradient(180deg, #f0f0f1 0%, #e8e8ea 100%);
}

.homepage-about-section .home-about-banner-media img {
    width: min(100%, 640px);
    max-height: 420px;
    object-fit: contain;
    transform: translateX(-22px);
    filter: drop-shadow(0 18px 24px rgba(0, 0, 0, 0.16));
}

.testimonials-section {
    padding: 72px 0 60px !important;
    background: #ffffff !important;
}

.testimonials-section .section-heading {
    margin-bottom: 26px !important;
}

.testimonials-carousel {
    max-width: 860px;
    margin: 0 auto;
    padding: 0 52px !important;
}

.testimonial-card {
    max-width: 620px;
    margin: 0 auto;
    text-align: center;
}

.testimonial-stars {
    justify-content: center;
}

.testimonial-meta {
    justify-items: center;
}

.testimonials-control {
    width: 36px !important;
    height: 36px !important;
    top: 50% !important;
    transform: translateY(-50%);
    background: #111111;
    border-radius: 50%;
    opacity: 1 !important;
}

.testimonials-control.carousel-control-prev {
    left: 0 !important;
}

.testimonials-control.carousel-control-next {
    right: 0 !important;
}

.home-why-section {
    padding: 78px 0 84px !important;
    background:
        radial-gradient(
            circle at top left,
            rgba(239, 0, 91, 0.08),
            transparent 24%
        ),
        radial-gradient(
            circle at bottom right,
            rgba(33, 39, 51, 0.08),
            transparent 18%
        ),
        linear-gradient(180deg, #ffffff 0%, #f5f9ff 100%) !important;
    overflow: hidden;
    isolation: isolate;
}

.homepage-section.trips-section.trips-section-dark {
    display: none !important;
}

.popular-trips-showcase-section {
    padding: 18px 0 56px !important;
    background: linear-gradient(180deg, #ffffff 0%, #f4f9ff 100%) !important;
    display: none !important;
}

.popular-trips-showcase-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 24px;
}

.popular-trips-showcase-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 36px;
    padding: 0 16px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--brand-cobalt) 0%, #d10050 100%);
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
}

.popular-trips-showcase-kicker i {
    font-size: 14px;
}

.popular-trips-showcase-head h2 {
    margin: 16px 0 0;
    color: #0f172a;
    font-size: clamp(2rem, 2.4vw, 2.65rem);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -0.03em;
}

.popular-trips-showcase-all {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 22px;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--brand-cobalt) 0%, #d10050 100%);
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 14px 28px rgba(239, 0, 91, 0.18);
}

.popular-trips-showcase-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.popular-trips-showcase-card {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr);
    min-height: 142px;
    border-radius: 16px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(33, 39, 51, 0.08);
    border: 1px solid rgba(33, 39, 51, 0.06);
}

.popular-trips-showcase-image {
    display: block;
    height: auto;
    background: #e8f3ff;
}

.popular-trips-showcase-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.popular-trips-showcase-body {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 16px 16px 14px;
}

.popular-trips-showcase-body h3 {
    margin: 0;
    color: #0f172a;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.35;
}

.popular-trips-showcase-body h3 a {
    color: inherit !important;
    text-decoration: none;
}

.popular-trips-showcase-body p {
    margin: 0;
    color: #64748b !important;
    font-size: 15px !important;
    line-height: 1.55 !important;
}

.popular-trips-showcase-link {
    margin-top: auto;
    align-self: flex-end;
    color: var(--brand-cobalt) !important;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
}

.home-services-section {
    padding: 54px 0 72px !important;
    background:
        linear-gradient(180deg, #ffffff 0%, #f4f9ff 100%) !important;
    overflow: hidden;
}

.seo-city-redesign-page {
    background: linear-gradient(180deg, #f7fbff 0%, #ffffff 48%, #f8fafc 100%);
}

.seo-city-redesign-hero {
    padding: 86px 0 68px;
    background-position: center;
    background-size: cover;
    color: #ffffff;
}

.seo-city-redesign-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.78fr);
    gap: 34px;
    align-items: start;
}

.seo-city-redesign-copy {
    max-width: 710px;
    padding-top: 22px;
}

.seo-city-redesign-copy .page-kicker {
    background: rgba(255, 255, 255, 0.12) !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.16);
}

.seo-city-redesign-copy h1 {
    margin: 18px 0 18px;
    color: #ffffff;
    font-size: clamp(2.45rem, 4vw, 4.3rem);
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: 0;
}

.seo-city-redesign-copy p {
    max-width: 640px;
    margin: 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: 17px;
    line-height: 1.75;
}

.seo-city-redesign-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.seo-city-redesign-chips span {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0 13px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
}

.seo-city-redesign-chips i {
    color: #212733;
}

.seo-city-redesign-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    margin-top: 28px;
}

.seo-city-redesign-actions .hero-action {
    border-radius: 8px;
}

.seo-city-redesign-form {
    min-width: 0;
    padding: 0;
    border-radius: 8px;
    background: transparent;
    box-shadow: none;
}

.seo-city-redesign-form .booking-card {
    margin: 0;
    border-radius: 8px !important;
    box-shadow: 0 28px 60px rgba(0, 0, 0, 0.24) !important;
}

.seo-city-redesign-trust {
    position: relative;
    z-index: 2;
    margin-top: -34px;
}

.seo-city-redesign-trust-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    padding: 0;
    border-radius: 8px;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.seo-city-redesign-trust-grid article {
    min-height: 176px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 11px;
    padding: 22px;
    border-radius: 8px;
    background: #ffffff;
    border: 1px solid rgba(33, 39, 51, 0.08);
    box-shadow: 0 18px 38px rgba(33, 39, 51, 0.1);
    text-align: center;
}

.seo-city-redesign-trust-grid article i {
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #fff4cc;
    color: #ef005b;
    font-size: 21px;
}

.seo-city-redesign-trust-grid strong {
    color: #0f172a;
    font-size: 19px;
    font-weight: 900;
    line-height: 1.2;
    text-align: left;
}

.seo-city-redesign-trust-grid span {
    color: #64748b;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.55;
    text-align: left;
}

.seo-city-redesign-overview {
    padding: 76px 0 70px !important;
    background:
        linear-gradient(180deg, #f8fbff 0%, #ffffff 100%) !important;
}

.seo-city-redesign-overview-grid {
    display: grid;
    grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1.22fr);
    gap: 22px;
    align-items: start;
}

.seo-city-redesign-story,
.seo-city-redesign-benefit-card,
.seo-city-redesign-route-card,
.seo-city-redesign-cta {
    border-radius: 8px;
}

.seo-city-redesign-story {
    position: sticky;
    top: 96px;
    overflow: hidden;
    padding: 34px;
    background:
        linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    border: 1px solid rgba(33, 39, 51, 0.08);
    box-shadow: 0 18px 44px rgba(33, 39, 51, 0.08);
}

.seo-city-redesign-story::after {
    content: "";
    position: absolute;
    right: -74px;
    bottom: -74px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(255, 192, 0, 0.16);
    pointer-events: none;
}

.seo-city-redesign-story h2,
.seo-city-redesign-cta h2 {
    margin: 14px 0 14px;
    color: #0f172a;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: 0;
}

.seo-city-redesign-story-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 22px 0 20px;
}

.seo-city-redesign-story-stats div {
    min-width: 0;
    padding: 14px;
    border-radius: 8px;
    background: #ef005b;
}

.seo-city-redesign-story-stats div:nth-child(2) {
    background: #111827;
}

.seo-city-redesign-story-stats strong,
.seo-city-redesign-story-stats span {
    display: block;
}

.seo-city-redesign-story-stats strong {
    color: #ffffff;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.2;
}

.seo-city-redesign-story-stats span {
    margin-top: 5px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.35;
}

.seo-city-redesign-story p,
.seo-city-redesign-cta p {
    color: #64748b;
    font-size: 16px;
    line-height: 1.75;
}

.seo-city-redesign-service-list {
    display: grid;
    gap: 8px;
    margin-top: 0;
}

.seo-city-redesign-service-list span {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 42px;
    padding: 9px 11px;
    border-radius: 8px;
    background: #ffffff;
    border: 1px solid rgba(33, 39, 51, 0.07);
    color: #0f172a;
    font-size: 13px;
    font-weight: 800;
}

.seo-city-redesign-service-list i {
    color: #ef005b;
}

.seo-city-redesign-benefits {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.seo-city-redesign-benefit-card {
    position: relative;
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 15px;
    min-height: 150px;
    padding: 22px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid rgba(33, 39, 51, 0.08);
    box-shadow: 0 16px 34px rgba(33, 39, 51, 0.07);
    transition:
        transform 0.22s ease,
        border-color 0.22s ease,
        box-shadow 0.22s ease;
}

.seo-city-redesign-benefit-card::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 4px;
    background: #212733;
}

.seo-city-redesign-benefit-card:hover {
    transform: translateY(-3px);
    border-color: rgba(239, 0, 91, 0.25);
    box-shadow: 0 22px 44px rgba(33, 39, 51, 0.1);
}

.seo-city-redesign-benefit-icon {
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: linear-gradient(135deg, #ef005b 0%, #d10050 100%);
    color: #ffffff;
    font-size: 22px;
    box-shadow: 0 12px 22px rgba(239, 0, 91, 0.2);
}

.seo-city-redesign-benefit-card h3 {
    margin: 0 0 8px;
    color: #0f172a;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.25;
}

.seo-city-redesign-benefit-card p {
    margin: 0;
    color: #64748b;
    font-size: 14px;
    line-height: 1.65;
}

.seo-city-redesign-benefit-card:last-child:nth-child(odd) {
    grid-column: span 2;
}

.seo-city-redesign-routes,
.seo-city-redesign-tags-section {
    background: #ffffff !important;
}

.seo-city-redesign-route-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.seo-city-redesign-route-card {
    min-height: 94px;
    display: grid;
    align-content: center;
    gap: 7px;
    padding: 18px;
    background: #f7fbff;
    border: 1px solid rgba(33, 39, 51, 0.08);
    color: #0f172a;
    text-decoration: none;
}

.seo-city-redesign-route-card span,
.seo-city-redesign-route-card strong {
    overflow-wrap: anywhere;
}

.seo-city-redesign-route-card span {
    color: #64748b;
    font-size: 13px;
    font-weight: 800;
}

.seo-city-redesign-route-card i {
    color: #212733;
}

.seo-city-redesign-route-card strong {
    color: #0f172a;
    font-size: 16px;
    font-weight: 900;
}

.seo-city-redesign-tag-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.seo-city-redesign-tag-grid a {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    padding: 0 14px;
    border-radius: 8px;
    background: #ffffff;
    border: 1px solid rgba(33, 39, 51, 0.1);
    color: #0f172a;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

.seo-city-redesign-tag-grid a:hover,
.seo-city-redesign-route-card:hover {
    border-color: rgba(239, 0, 91, 0.3);
    color: #ef005b;
}

.seo-city-redesign-rate-section {
    background: #f8fafc !important;
}

.seo-city-redesign-cta-section {
    padding-top: 10px !important;
}

.seo-city-redesign-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    align-items: center;
    padding: 30px;
    background: #071525;
    color: #ffffff;
}

.seo-city-redesign-cta .section-kicker,
.seo-city-redesign-cta h2 {
    color: #ffffff !important;
}

.seo-city-redesign-cta p {
    max-width: 760px;
    color: rgba(255, 255, 255, 0.76);
}

.seo-city-redesign-cta .hero-action {
    border-radius: 8px;
    white-space: nowrap;
}

@media (max-width: 1199.98px) {
    .seo-city-redesign-route-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .seo-city-redesign-hero-grid,
    .seo-city-redesign-overview-grid,
    .seo-city-redesign-cta {
        grid-template-columns: 1fr;
    }

    .seo-city-redesign-trust-grid,
    .seo-city-redesign-route-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .seo-city-redesign-copy {
        padding-top: 0;
    }

    .seo-city-redesign-story {
        position: relative;
        top: auto;
    }

    .seo-city-redesign-benefit-card:last-child:nth-child(odd) {
        grid-column: auto;
    }
}

@media (max-width: 767.98px) {
    .seo-city-redesign-hero {
        padding: 62px 0 48px;
    }

    .seo-city-redesign-actions,
    .seo-city-redesign-chips {
        flex-direction: column;
    }

    .seo-city-redesign-actions .hero-action,
    .seo-city-redesign-chips span {
        width: 100%;
        justify-content: center;
    }

    .seo-city-redesign-story,
    .seo-city-redesign-cta {
        padding: 18px;
    }

    .seo-city-redesign-form {
        padding: 0;
    }

    .seo-city-redesign-trust {
        margin-top: -18px;
    }

    .seo-city-redesign-trust-grid,
    .seo-city-redesign-benefits,
    .seo-city-redesign-route-grid {
        grid-template-columns: 1fr;
    }

    .seo-city-redesign-overview {
        padding-top: 46px !important;
    }

    .seo-city-redesign-benefit-card {
        grid-template-columns: 42px minmax(0, 1fr);
        min-height: 0;
        padding: 16px;
    }

    .seo-city-redesign-benefit-icon {
        width: 42px;
        height: 42px;
    }

    .seo-city-redesign-story-stats {
        grid-template-columns: 1fr;
    }

    .seo-city-redesign-tag-grid a {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .seo-city-redesign-cta .hero-action {
        width: 100%;
        white-space: normal;
    }
}

.taxi-rate-section .vehicle-rate-list {
    display: grid !important;
    grid-template-columns: repeat(var(--pricing-grid-columns, 4), minmax(0, 1fr)) !important;
    gap: 22px !important;
    align-items: stretch;
}

.taxi-rate-section .vehicle-rate-item {
    display: flex !important;
    flex-direction: column !important;
    min-width: 0;
    min-height: 100%;
    margin-bottom: 0 !important;
    padding: 0 !important;
    overflow: hidden;
    border: 1px solid rgba(33, 39, 51, 0.08) !important;
    border-radius: 8px !important;
    background: #ffffff !important;
    box-shadow: 0 16px 38px rgba(33, 39, 51, 0.08) !important;
}

.taxi-rate-section .vehicle-rate-media {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 168px;
    padding: 34px 18px 20px;
    background: linear-gradient(180deg, #f7fbff 0%, #eef5fb 100%);
}

.taxi-rate-section .vehicle-family {
    position: absolute;
    top: 14px;
    left: 14px;
    max-width: calc(100% - 28px);
    min-height: 24px;
    margin: 0 !important;
    padding: 5px 9px;
    border-radius: 8px;
    background: #111827;
    color: #ffffff;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.25;
    text-transform: uppercase;
}

.taxi-rate-section .vehicle-img {
    width: 100%;
    max-width: 210px;
    max-height: none !important;
    height: 112px;
    object-fit: contain;
}

.taxi-rate-section .vehicle-rate-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 20px;
}

.taxi-rate-section .vehicle-title {
    margin: 0 0 14px !important;
    color: #0f172a;
    font-size: 19px !important;
    font-weight: 900;
    line-height: 1.25;
    text-align: left !important;
}

.taxi-rate-section .price-box {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    margin: 0 0 16px !important;
    padding: 14px !important;
    border: 0 !important;
    border-radius: 8px !important;
    background: #fff7dc !important;
    text-align: left;
}

.taxi-rate-section .price-box small {
    display: block;
    color: #6b7280;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.taxi-rate-section .price-box h2,
.taxi-rate-section .price-box h5 {
    margin: 4px 0 0 !important;
    color: #111827;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.15;
}

.taxi-rate-section .price-divider {
    width: 1px !important;
    height: 44px !important;
    margin: 0 !important;
    background: rgba(17, 24, 39, 0.16);
}

.taxi-rate-section .vehicle-info-grid {
    display: grid;
    gap: 9px;
    margin-bottom: 18px;
}

.taxi-rate-section .vehicle-info {
    display: flex;
    align-items: center;
    justify-content: flex-start !important;
    gap: 9px;
    min-width: 0;
    color: #475569;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
}

.taxi-rate-section .vehicle-info i {
    flex: 0 0 auto;
    width: auto !important;
    min-width: 0 !important;
    color: #ef005b;
    font-size: 15px;
}

.taxi-rate-section .vehicle-rate-btn {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: auto;
    padding: 0 16px;
    border-radius: 8px;
    background: #212733;
    color: #111827 !important;
    font-size: 14px;
    font-weight: 900;
    text-align: center;
    text-decoration: none;
}

@media (max-width: 1199.98px) {
    .taxi-rate-section .vehicle-rate-list {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 575.98px) {
    .taxi-rate-section .vehicle-rate-list {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }

    .taxi-rate-section .vehicle-rate-body {
        padding: 18px;
    }

    .taxi-rate-section .vehicle-title {
        text-align: left !important;
    }

    .taxi-rate-section .price-box {
        grid-template-columns: 1fr;
    }

    .taxi-rate-section .price-divider {
        width: 100% !important;
        height: 1px !important;
    }
}

.home-services-shell {
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.42fr);
    align-items: center;
    gap: 38px;
    padding: 34px;
    border: 1px solid rgba(33, 39, 51, 0.08);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.96) 0%, rgba(238, 247, 255, 0.94) 100%);
    box-shadow: 0 24px 60px rgba(33, 39, 51, 0.08);
}

.home-services-intro {
    min-width: 0;
}

.home-services-heading {
    max-width: 520px;
    margin: 0 0 26px !important;
    text-align: left !important;
}

.home-services-heading .section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--brand-cobalt) !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
    text-transform: uppercase;
}

.home-services-heading h2 {
    margin: 14px 0 14px !important;
    color: #0f172a !important;
    font-size: clamp(2rem, 3vw, 2.85rem) !important;
    font-weight: 800 !important;
    line-height: 1.1 !important;
    letter-spacing: 0 !important;
}

.home-services-heading p {
    color: #64748b !important;
    font-size: 16px !important;
    line-height: 1.75 !important;
    text-align: left !important;
}

.home-services-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 26px;
}

.home-services-primary,
.home-services-secondary {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 0 20px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
}

.home-services-primary {
    background: #212733;
    color: #111827 !important;
    box-shadow: 0 14px 28px rgba(255, 192, 0, 0.28);
}

.home-services-secondary {
    border: 1px solid rgba(33, 39, 51, 0.14);
    background: #ffffff;
    color: #0f172a !important;
}

.home-services-proof {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.home-services-proof div {
    min-width: 0;
    padding: 14px;
    border: 1px solid rgba(33, 39, 51, 0.08);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.72);
}

.home-services-proof strong,
.home-services-proof span {
    display: block;
}

.home-services-proof strong {
    color: #0f172a;
    font-size: 22px;
    font-weight: 900;
    line-height: 1;
}

.home-services-proof span {
    margin-top: 7px;
    color: #64748b;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
}

.service-showcase-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.service-showcase-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 22px;
    border-radius: 8px;
    background: #ffffff;
    border: 1px solid rgba(33, 39, 51, 0.08);
    box-shadow: 0 14px 34px rgba(33, 39, 51, 0.06);
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}

.service-showcase-card:hover {
    transform: translateY(-4px);
    border-color: rgba(239, 0, 91, 0.2);
    box-shadow: 0 22px 44px rgba(33, 39, 51, 0.1);
}

.service-showcase-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 18px;
}

.service-showcase-icon {
    width: 52px;
    height: 52px;
    flex: 0 0 auto;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #eaf4ff;
    color: #ef005b;
    font-size: 24px;
}

.service-showcase-number {
    color: #d7e1ee;
    font-size: 30px;
    font-weight: 900;
    line-height: 1;
}

.service-showcase-card h3 {
    margin: 0 0 12px;
    color: #111827;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 0;
}

.service-showcase-card p {
    margin: 0;
    color: #64748b !important;
    font-size: 15px !important;
    line-height: 1.75 !important;
}

.service-showcase-link {
    margin-top: auto;
    padding-top: 20px;
    color: #ef005b !important;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.service-showcase-link::after {
    content: "\2192";
    font-size: 16px;
    line-height: 1;
}

.home-why-section::before,
.home-why-section::after {
    display: none !important;
}

.home-why-section .section-heading {
    max-width: 760px;
    margin: 0 auto 42px !important;
    position: relative;
    z-index: 1;
    text-align: center !important;
}

.home-why-section .section-kicker {
    justify-content: center;
    margin-bottom: 14px !important;
}

.home-why-section .section-heading h2 {
    position: relative;
    display: block;
    margin: 0 0 14px !important;
    padding-bottom: 18px;
    color: var(--brand-navy) !important;
    font-size: clamp(2.2rem, 3.4vw, 3.3rem) !important;
    line-height: 1.08 !important;
    letter-spacing: -0.04em !important;
}

.home-why-section .section-heading h2::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 58px;
    height: 6px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--brand-cobalt), var(--brand-gold));
    opacity: 1;
    transform: translateX(-50%);
}

.home-why-section .section-heading p {
    margin: 0 auto !important;
    max-width: 680px;
    color: var(--brand-copy) !important;
    font-size: 16px !important;
    line-height: 1.8 !important;
}

.home-why-section .feature-showcase-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 24px !important;
    position: relative;
    z-index: 1;
    align-items: stretch !important;
}

.home-why-section .feature-showcase-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.home-why-section .feature-showcase-card {
    position: relative !important;
    overflow: hidden !important;
    min-height: 100% !important;
    text-align: left !important;
    padding: 28px 24px 24px !important;
    border: 1px solid rgba(33, 39, 51, 0.08) !important;
    border-radius: 22px !important;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%) !important;
    box-shadow: 0 20px 44px rgba(33, 39, 51, 0.08) !important;
    transform: none !important;
}

.home-why-section .feature-showcase-card::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    border-radius: 22px !important;
    background: linear-gradient(
        180deg,
        rgba(239, 0, 91, 0.04),
        rgba(33, 39, 51, 0.03)
    ) !important;
    z-index: 0 !important;
}

.home-why-section .feature-showcase-card::after {
    content: "" !important;
    position: absolute !important;
    left: 24px !important;
    right: 24px !important;
    bottom: 0 !important;
    height: 4px !important;
    border-radius: 999px !important;
    background: linear-gradient(
        90deg,
        var(--brand-cobalt),
        var(--brand-gold)
    ) !important;
    z-index: 1 !important;
    opacity: 0.92 !important;
}

.home-why-section .feature-showcase-card > * {
    position: relative !important;
    z-index: 2 !important;
}

.home-why-section .feature-showcase-card .feature-icon {
    position: relative !important;
    z-index: 2 !important;
    margin: 0 0 18px !important;
    width: 58px !important;
    height: 58px !important;
    border-radius: 18px !important;
    background: linear-gradient(
        135deg,
        #e7f2ff 0%,
        #d7ebff 58%,
        #fff3c8 100%
    ) !important;
    color: var(--brand-cobalt) !important;
    box-shadow:
        inset 0 0 0 1px rgba(239, 0, 91, 0.06),
        0 14px 30px rgba(33, 39, 51, 0.08) !important;
}

.home-why-section .feature-showcase-card .feature-icon i {
    font-size: 23px !important;
}

.home-why-section .feature-showcase-card h3 {
    position: relative !important;
    z-index: 2 !important;
    margin: 0 0 12px !important;
    max-width: none !important;
    color: var(--brand-navy) !important;
    font-size: 21px !important;
    font-weight: 800 !important;
    line-height: 1.3 !important;
    text-transform: none !important;
}

.home-why-section .feature-showcase-card p {
    position: relative !important;
    z-index: 2 !important;
    max-width: none !important;
    margin: 0 !important;
    color: var(--brand-copy) !important;
    font-size: 15px !important;
    line-height: 1.85 !important;
}

.route-tags-section {
    padding: 62px 0 70px !important;
    background: #ffffff !important;
}

.route-tags-cloud {
    gap: 10px 8px !important;
    max-width: 980px !important;
}

.route-tag-pill {
    min-height: 34px !important;
    padding: 8px 14px !important;
    border-radius: 999px !important;
    background: #1d2734 !important;
    color: #ffffff !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    box-shadow: none !important;
}

.route-tag-pill:hover {
    background: #2a3645 !important;
    color: #ffffff !important;
}

.home-contact-band {
    padding-top: 10px !important;
    margin-bottom: 0 !important;
    background: #ffffff !important;
}

.home-banner-cta {
    grid-template-columns: 1.1fr 0.9fr !important;
    padding: 24px 28px !important;
    border-radius: 22px !important;
    background: linear-gradient(
        115deg,
        #0d1b2a 0%,
        #13263b 70%,
        #1b3551 100%
    ) !important;
}

.home-banner-copy h2,
.home-banner-copy,
.home-banner-kicker {
    color: #ffffff !important;
}

.home-banner-btn {
    background: #212733 !important;
    color: #111111 !important;
}

.home-banner-art img {
    width: min(100%, 280px) !important;
}

@media (max-width: 991.98px) {
    .home-services-shell {
        grid-template-columns: 1fr;
        padding: 26px;
    }

    .home-services-heading {
        max-width: 680px;
    }

    .homepage-about-section .about-story-grid,
    .feature-showcase-grid,
    .service-showcase-grid,
    .popular-trips-showcase-grid,
    .home-banner-cta {
        grid-template-columns: 1fr !important;
    }

    .homepage-about-section .home-about-banner-grid {
        padding: 20px 0 12px !important;
    }

    .homepage-about-section .home-about-banner-media {
        justify-content: center;
        padding: 26px 16px 18px;
    }

    .feature-showcase-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 22px !important;
    }

    .feature-showcase-card:nth-child(2),
    .feature-showcase-card:nth-child(4) {
        margin-top: 0;
    }

    .home-why-section .feature-showcase-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 22px !important;
    }

    .feature-showcase-card {
        padding: 32px 24px 24px !important;
    }
}

@media (max-width: 767.98px) {
    .homepage-about-section {
        padding: 44px 0 40px !important;
    }

    .homepage-about-section .home-about-banner-grid {
        padding: 10px 0 8px !important;
        background: #ffffff !important;
    }

    .homepage-about-section .about-story-copy h2 {
        font-size: 2.15rem !important;
    }

    .homepage-about-section .about-story-copy p,
    .home-about-banner-list li {
        font-size: 15px !important;
    }

    .home-about-contact-row {
        margin-bottom: 22px;
    }

    .home-about-contact-row a {
        font-size: 16px;
    }

    .homepage-about-section .home-about-actions .hero-action {
        width: 100%;
        justify-content: center;
    }

    .popular-trips-showcase-section {
        padding: 14px 0 40px !important;
    }

    .home-services-section {
        padding: 36px 0 44px !important;
    }

    .home-services-shell {
        padding: 20px;
        gap: 24px;
    }

    .home-services-heading h2 {
        font-size: 2rem !important;
    }

    .home-services-actions {
        flex-direction: column;
    }

    .home-services-primary,
    .home-services-secondary {
        width: 100%;
    }

    .home-services-proof {
        grid-template-columns: 1fr;
    }

    .service-showcase-card {
        padding: 20px;
    }

    .popular-trips-showcase-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .popular-trips-showcase-all {
        min-height: 44px;
        padding: 0 18px;
    }

    .popular-trips-showcase-card {
        grid-template-columns: 110px minmax(0, 1fr);
        min-height: 132px;
    }

    .popular-trips-showcase-body {
        padding: 14px 14px 12px;
    }

    .popular-trips-showcase-body h3 {
        font-size: 15px;
    }

    .homepage-about-section .home-about-banner-media {
        border-radius: 24px;
    }

    .testimonials-carousel {
        padding: 0 42px !important;
    }

    .feature-showcase-grid {
        grid-template-columns: 1fr !important;
    }

    .home-why-section .feature-showcase-grid {
        grid-template-columns: 1fr !important;
    }

    .feature-showcase-card {
        padding: 26px 22px 22px !important;
    }

    .home-why-section .feature-showcase-card {
        padding: 26px 22px 22px !important;
    }

    .homepage-about-section .home-about-banner-media img {
        width: min(100%, 360px);
        max-height: 250px;
        transform: translateX(-10px);
    }
}

/* Tariff rental packages reference layout */
.tariff-rental-section {
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.tariff-rental-heading {
    text-align: center;
    margin: auto;
    margin-bottom: 30px;
}

.tariff-rental-heading p {
    max-width: none;
}

.rental-packages-showcase-reference {
    gap: 26px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.rental-services-card-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    margin-bottom: 30px;
}

.rental-services-card {
    padding: 30px 30px 24px;
    border: 1px solid #e7edf6;
    border-radius: 28px;
    background: #ffffff;
    box-shadow: 0 22px 56px rgba(16, 24, 40, 0.08);
}

.rental-services-card-icon {
    width: 60px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    border-radius: 50%;
    background: linear-gradient(135deg, #212733, #3b4352);
    color: #111111;
    font-size: 1.3rem;
    box-shadow: 0 16px 34px rgba(255, 192, 0, 0.26);
}

.rental-services-card h3 {
    margin: 0 0 14px;
    color: #24324b;
    font-size: clamp(1.6rem, 2vw, 1.9rem);
    line-height: 1.2;
    letter-spacing: -0.03em;
}

.rental-services-card p {
    margin: 0;
    color: #65748b;
    font-size: 15px;
    line-height: 1.9;
}

.rental-services-points {
    display: grid;
    margin-top: 22px;
}

.rental-services-point {
    display: grid;
    grid-template-columns: 14px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    padding: 16px 0;
    border-bottom: 1px solid #edf1f7;
}

.rental-services-point:last-child {
    border-bottom: 0;
}

.rental-services-point span {
    width: 14px;
    height: 14px;
    margin-top: 5px;
    border-radius: 50%;
    background: #212733;
    box-shadow: 0 0 0 4px rgba(255, 192, 0, 0.16);
}

.rental-services-point strong {
    color: #5d6778;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.8;
}

.rental-packages-intro-reference {
    gap: 10px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #14213d;
    text-align: center;
}

.rental-packages-intro-reference h3 {
    margin: 0;
    color: #14213d;
    font-size: clamp(1.5rem, 2vw, 2rem);
    font-weight: 800;
}

.rental-packages-intro-reference p {
    margin: 0;
    color: #4b587c;
    font-size: 15px;
}

.rental-packages-grid-reference {
    gap: 18px;
}

.rental-package-cab-card-reference {
    gap: 14px;
    padding: 18px 18px 14px;
    border: 1px solid rgba(33, 39, 51, 0.08);
    border-radius: 22px;
    background: linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
    box-shadow: 0 16px 34px rgba(33, 39, 51, 0.08);
}

.rental-package-cab-head-reference {
    align-items: center;
    gap: 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e6ebf5;
}

.rental-package-cab-title h3 {
    margin: 0;
    color: #14213d;
    font-size: clamp(1.8rem, 2vw, 2.2rem);
    font-weight: 800;
    line-height: 1.05;
}

.rental-package-cab-media-reference {
    width: 150px;
    height: 95px;
    justify-content: flex-end;
}

.rental-package-cab-media-reference img {
    width: 100%;
    max-width: 170px;
    max-height: 95px;
    object-fit: contain;
    filter: drop-shadow(0 8px 14px rgba(33, 39, 51, 0.12));
}

.rental-package-list-reference {
    gap: 8px;
}

.rental-package-list-item-reference {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border: 0;
    border-radius: 0;
    background: transparent;
    border-bottom: 1px solid #edf1f7;
}

.rental-package-list-item-reference:last-child {
    border-bottom: 0;
}

.rental-package-row-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    color: #2f3b58;
    font-size: 15px;
    font-weight: 700;
}

.rental-package-row-meta i {
    color: #ffc107;
    font-size: 13px;
    margin-right: 4px;
}

.rental-package-row-divider {
    color: #97a3ba;
    font-weight: 600;
}

.rental-package-row-price {
    color: #14213d;
    font-size: 18px;
    font-weight: 800;
    white-space: nowrap;
}

.rental-package-card-footer {
    display: flex;
    justify-content: center;
    padding-top: 8px;
}

.rental-package-book-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 142px;
    min-height: 44px;
    padding: 0 20px;
    border-radius: 10px;
    background: linear-gradient(180deg, #212733 0%, #ffbb00 100%);
    color: #1b1b1b !important;
    font-size: 15px;
    font-weight: 800;
    box-shadow: 0 10px 18px rgba(255, 187, 0, 0.26);
}

.rental-package-book-btn:hover {
    color: #111111 !important;
    transform: translateY(-1px);
}

@media (max-width: 991.98px) {
    .rental-package-cab-media-reference {
        width: 150px;
        min-width: 150px;
        height: 84px;
    }

    .rental-services-card-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

@media (max-width: 767.98px) {
    .rental-package-cab-card-reference {
        padding: 16px;
        border-radius: 18px;
    }

    .rental-package-cab-head-reference {
        display: grid;
        grid-template-columns: 1fr;
    }

    .rental-package-cab-media-reference {
        width: 100%;
        min-width: 0;
        height: 84px;
        justify-content: center;
    }

    .rental-package-list-item-reference {
        gap: 10px;
    }

    .rental-package-row-meta,
    .rental-package-row-price {
        font-size: 14px;
    }

    .rental-package-card-footer {
        justify-content: stretch;
    }

    .rental-package-book-btn {
        width: 100%;
    }
}

/* About page reference hero section */
.about-reference-section {
    background:
        radial-gradient(
            circle at top,
            rgba(255, 207, 64, 0.18),
            transparent 28%
        ),
        linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.about-rebuild-page {
    background: linear-gradient(180deg, #f7f9fc 0%, #ffffff 100%);
}

.about-rebuild-page .page-section {
    background: transparent !important;
}

.about-rebuild-hero {
    padding: 94px 0 84px !important;
    background:
        radial-gradient(
            circle at top right,
            rgba(33, 39, 51, 0.16),
            transparent 20%
        ),
        linear-gradient(135deg, #7f0030 0%, #b80046 54%, #d10050 100%) !important;
}

.about-rebuild-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
    gap: 36px;
    align-items: center;
}

.about-rebuild-hero-copy {
    max-width: 640px;
}

.about-rebuild-hero .page-kicker {
    background: rgba(255, 255, 255, 0.12) !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.about-rebuild-hero h1 {
    max-width: 680px;
    margin: 18px 0 18px !important;
    color: #ffffff !important;
    font-size: clamp(2.5rem, 4vw, 4.35rem) !important;
    line-height: 1.04 !important;
    letter-spacing: -0.05em !important;
}

.about-rebuild-hero p {
    max-width: 620px;
    color: rgba(255, 255, 255, 0.84) !important;
    font-size: 17px !important;
    line-height: 1.8 !important;
}

.about-rebuild-hero-actions,
.about-rebuild-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

.about-rebuild-primary-btn,
.about-rebuild-secondary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 24px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
}

.about-rebuild-primary-btn {
    background: linear-gradient(180deg, #212733 0%, #151922 100%);
    color: #111111 !important;
    box-shadow: 0 18px 34px rgba(255, 192, 0, 0.2);
}

.about-rebuild-secondary-btn {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: #ffffff !important;
}

.about-rebuild-hero-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
}

.about-rebuild-metric-card {
    padding: 16px 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.about-rebuild-metric-card strong {
    display: block;
    color: #ffffff;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.1;
}

.about-rebuild-metric-card span {
    display: block;
    margin-top: 6px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 13px;
}

.about-rebuild-hero-visual {
    position: relative;
    min-height: 520px;
}

.about-rebuild-hero-photo-wrap {
    position: absolute;
    inset: 48px 22px 38px 22px;
    border-radius: 32px;
    background:
        radial-gradient(
            circle at top left,
            rgba(33, 39, 51, 0.24),
            transparent 28%
        ),
        linear-gradient(180deg, #f7fbff 0%, #dcecff 100%);
    box-shadow: 0 26px 48px rgba(3, 18, 39, 0.18);
}

.about-rebuild-hero-car {
    position: absolute;
    inset: auto 18px 24px 18px;
    width: calc(100% - 36px);
    max-height: 360px;
    object-fit: contain;
    filter: drop-shadow(0 24px 26px rgba(7, 20, 37, 0.24));
}

.about-rebuild-floating-card {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 14px;
    max-width: 240px;
    padding: 14px 16px;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 18px 38px rgba(33, 39, 51, 0.12);
}

.about-rebuild-floating-card-top {
    top: 0;
    right: 0;
}

.about-rebuild-floating-card-bottom {
    left: 0;
    bottom: 0;
}

.about-rebuild-floating-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #d10050, #b80046);
    color: #ffffff;
    flex-shrink: 0;
}

.about-rebuild-floating-card strong {
    display: block;
    color: #14213d;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.25;
}

.about-rebuild-floating-card span:last-child {
    display: block;
    margin-top: 4px;
    color: #667085;
    font-size: 13px;
    line-height: 1.5;
}

.about-rebuild-story-section {
    padding-top: 12px !important;
}

.about-rebuild-story-grid {
    display: grid;
    grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1.05fr);
    gap: 34px;
    align-items: center;
}

.about-rebuild-story-media {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 180px;
    gap: 14px;
}

.about-rebuild-story-main img,
.about-rebuild-story-stack img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
    box-shadow: 0 18px 36px rgba(33, 39, 51, 0.1);
}

.about-rebuild-story-main {
    min-height: 480px;
}

.about-rebuild-story-stack {
    display: grid;
    gap: 14px;
}

.about-rebuild-story-stack img:first-child {
    min-height: 230px;
}

.about-rebuild-story-stack img:last-child {
    min-height: 236px;
}

.about-rebuild-story-copy .section-kicker,
.about-rebuild-heading .section-kicker,
.about-rebuild-cta-copy .section-kicker {
    color: #d10050 !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    letter-spacing: 0.18em !important;
    text-transform: uppercase;
}

.about-rebuild-story-copy h2,
.about-rebuild-heading h2,
.about-rebuild-cta-copy h2 {
    margin: 14px 0 16px !important;
    color: #14213d !important;
    font-size: clamp(2rem, 3vw, 3rem) !important;
    font-weight: 800 !important;
    line-height: 1.08 !important;
    letter-spacing: -0.04em !important;
}

.about-rebuild-story-copy p,
.about-rebuild-heading p,
.about-rebuild-cta-copy p {
    color: #667085 !important;
    font-size: 16px !important;
    line-height: 1.78 !important;
}

.about-rebuild-story-points {
    display: grid;
    gap: 16px;
    margin-top: 24px;
}

.about-rebuild-story-point {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    padding: 16px 18px;
    border-radius: 20px;
    background: #ffffff;
    border: 1px solid rgba(33, 39, 51, 0.06);
    box-shadow: 0 14px 28px rgba(33, 39, 51, 0.06);
}

.about-rebuild-story-point > span {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(33, 39, 51, 0.14);
    color: #d10050;
    font-size: 18px;
}

.about-rebuild-story-point strong {
    display: block;
    color: #14213d;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.3;
}

.about-rebuild-story-point p {
    margin: 6px 0 0 !important;
    font-size: 14px !important;
}

.about-rebuild-pillars-section {
    background: linear-gradient(180deg, #f8fbff 0%, #eef5ff 100%) !important;
}

.about-rebuild-heading {
    max-width: 760px;
    margin: 0 auto 34px !important;
}

.about-rebuild-pillars-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.about-rebuild-pillar-card {
    min-height: 100%;
    padding: 28px 26px;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid rgba(33, 39, 51, 0.07);
    box-shadow: 0 16px 36px rgba(33, 39, 51, 0.07);
}

.about-rebuild-pillar-icon {
    width: 58px;
    height: 58px;
    margin-bottom: 18px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #d10050 0%, #b80046 100%);
    color: #ffffff;
    font-size: 24px;
}

.about-rebuild-pillar-card h3 {
    margin: 0 0 12px;
    color: #111827;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.28;
}

.about-rebuild-pillar-card p {
    margin: 0;
    color: #667085;
    font-size: 15px;
    line-height: 1.75;
}

.about-rebuild-benefits-section {
    padding-top: 10px !important;
}

.about-rebuild-benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.about-rebuild-benefit-card {
    text-align: center;
    padding: 34px 22px 28px;
    border-radius: 22px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfbfb 100%);
    border: 1px solid rgba(33, 39, 51, 0.06);
}

.about-rebuild-benefit-icon {
    width: 120px;
    height: 60px;
    margin: 0 auto 20px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #1f1f1f;
    color: #ffffff;
}

.about-rebuild-benefit-icon i {
    font-size: 28px;
}

.about-rebuild-benefit-card h3 {
    margin: 0 0 14px;
    color: #222222;
    font-size: 1.15rem;
    font-weight: 800;
    line-height: 1.25;
}

.about-rebuild-benefit-card p {
    max-width: 230px;
    margin: 0 auto;
    color: #555555;
    font-size: 15px;
    line-height: 1.85;
}

.about-rebuild-cta-section {
    padding-top: 8px !important;
}

.about-rebuild-cta-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    align-items: center;
    padding: 34px 36px;
    border-radius: 28px;
    background: linear-gradient(115deg, #7f0030 0%, #d10050 68%, #b80046 100%);
    box-shadow: 0 24px 52px rgba(33, 39, 51, 0.18);
}

.about-rebuild-cta-copy .section-kicker,
.about-rebuild-cta-copy h2,
.about-rebuild-cta-copy p {
    color: #ffffff !important;
}

.about-rebuild-cta-copy p {
    max-width: 680px;
    color: rgba(255, 255, 255, 0.84) !important;
}

.about-rebuild-cta-card .about-rebuild-secondary-btn {
    background: rgba(255, 255, 255, 0.1);
}

@media (max-width: 991.98px) {
    .about-rebuild-hero-grid,
    .about-rebuild-story-grid,
    .about-rebuild-cta-card {
        grid-template-columns: 1fr !important;
    }

    .about-rebuild-pillars-grid,
    .about-rebuild-benefits-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-rebuild-story-media {
        grid-template-columns: 1fr 160px;
    }

    .about-rebuild-hero-visual {
        min-height: 480px;
    }
}

@media (max-width: 767.98px) {
    .about-rebuild-hero {
        padding: 68px 0 56px !important;
    }

    .about-rebuild-hero-metrics,
    .about-rebuild-pillars-grid,
    .about-rebuild-benefits-grid,
    .about-rebuild-story-media {
        grid-template-columns: 1fr !important;
    }

    .about-rebuild-hero-visual {
        min-height: 360px;
    }

    .about-rebuild-hero-photo-wrap {
        inset: 18px 0 42px;
        border-radius: 24px;
    }

    .about-rebuild-hero-car {
        inset: auto 12px 16px 12px;
        width: calc(100% - 24px);
        max-height: 240px;
    }

    .about-rebuild-floating-card {
        position: relative;
        max-width: none;
    }

    .about-rebuild-floating-card-top,
    .about-rebuild-floating-card-bottom {
        top: auto;
        right: auto;
        left: auto;
        bottom: auto;
        margin-top: 12px;
    }

    .about-rebuild-story-main {
        min-height: 280px;
    }

    .about-rebuild-story-stack img:first-child,
    .about-rebuild-story-stack img:last-child {
        min-height: 180px;
    }

    .about-rebuild-pillar-card,
    .about-rebuild-benefit-card {
        padding: 24px 18px;
    }

    .about-rebuild-cta-card {
        padding: 28px 22px;
    }

    .about-rebuild-hero-actions,
    .about-rebuild-cta-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .about-rebuild-primary-btn,
    .about-rebuild-secondary-btn {
        width: 100%;
    }
}

.about-taxi-service-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.about-taxi-service-tags span {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0 13px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.11);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
}

.about-taxi-service-tags i {
    color: #212733;
}

.about-taxi-strip-section {
    position: relative;
    z-index: 2;
    margin-top: -34px;
    padding: 0 0 34px;
}

.about-taxi-strip {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
    padding: 14px;
    border-radius: 8px;
    background: #ffffff;
    border: 1px solid rgba(33, 39, 51, 0.08);
    box-shadow: 0 22px 44px rgba(33, 39, 51, 0.1);
}

.about-taxi-strip div {
    min-width: 0;
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 10px;
    border-radius: 8px;
    background: #f7fbff;
    color: #0f172a;
    font-size: 14px;
    font-weight: 900;
    text-align: center;
}

.about-taxi-strip i {
    color: #ef005b;
}

.about-rebuild-page .page-kicker,
.about-rebuild-story-copy .section-kicker,
.about-rebuild-heading .section-kicker,
.about-rebuild-cta-copy .section-kicker {
    letter-spacing: 0 !important;
}

.about-rebuild-hero h1,
.about-rebuild-story-copy h2,
.about-rebuild-heading h2,
.about-rebuild-cta-copy h2 {
    letter-spacing: 0 !important;
}

.about-rebuild-primary-btn,
.about-rebuild-secondary-btn {
    gap: 9px;
    border-radius: 8px !important;
    font-weight: 900 !important;
}

.about-rebuild-metric-card,
.about-rebuild-hero-photo-wrap,
.about-rebuild-floating-card,
.about-rebuild-story-main img,
.about-rebuild-story-stack img,
.about-rebuild-story-point,
.about-rebuild-pillar-card,
.about-rebuild-benefit-card,
.about-rebuild-cta-card {
    border-radius: 8px !important;
}

.about-rebuild-benefits-section.about-taxi-process-section {
    padding-top: 62px !important;
    background: #ffffff !important;
}

.about-taxi-process-section .about-rebuild-benefit-card {
    position: relative;
    text-align: left;
    padding: 26px 22px;
    background: #ffffff;
    box-shadow: 0 16px 34px rgba(33, 39, 51, 0.07);
}

.about-taxi-process-section .about-rebuild-benefit-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 22px;
    right: 22px;
    height: 4px;
    border-radius: 0 0 8px 8px;
    background: #212733;
}

.about-taxi-process-section .about-rebuild-benefit-icon {
    width: 54px;
    height: 54px;
    margin: 0 0 18px;
    border-radius: 8px;
    background: #ef005b;
}

.about-taxi-process-section .about-rebuild-benefit-card p {
    max-width: none;
    margin: 0;
}

@media (max-width: 991.98px) {
    .about-taxi-strip {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .about-taxi-service-tags,
    .about-rebuild-hero-actions {
        flex-direction: column;
    }

    .about-taxi-service-tags span {
        justify-content: center;
        width: 100%;
    }

    .about-taxi-strip-section {
        margin-top: -18px;
        padding-bottom: 26px;
    }

    .about-taxi-strip {
        grid-template-columns: 1fr;
        padding: 10px;
    }
}

.about-reference-shell {
    display: grid;
    gap: 28px;
}

.about-reference-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
    gap: 34px;
    align-items: center;
}

.about-reference-copy {
    max-width: 540px;
}

.about-reference-copy .section-kicker {
    color: #2d74ff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.about-reference-copy h2 {
    margin: 14px 0 18px;
    color: #1b2334;
    font-size: clamp(2.2rem, 3vw, 3.35rem);
    line-height: 1.14;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.about-reference-copy p {
    margin: 0;
    color: #667085;
    font-size: 17px;
    line-height: 1.7;
    max-width: 500px;
}

.about-reference-list {
    display: grid;
    gap: 12px;
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
}

.about-reference-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #2f3747;
    font-size: 17px;
    line-height: 1.5;
}

.about-reference-list li i {
    color: #212733;
    font-size: 21px;
    flex-shrink: 0;
}

.about-reference-list li strong {
    color: #1b2334;
    font-weight: 800;
}

.about-reference-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 150px;
    min-height: 48px;
    margin-top: 28px;
    padding: 0 24px;
    border-radius: 12px;
    background: linear-gradient(180deg, #ffd54a 0%, #212733 100%);
    color: #111111 !important;
    font-size: 16px;
    font-weight: 800;
    box-shadow: 0 14px 28px rgba(33, 39, 51, 0.24);
}

.about-reference-visual {
    position: relative;
    min-height: 520px;
}

.about-reference-card {
    position: relative;
    min-height: 450px;
    padding: 36px 26px 26px;
    border-radius: 34px;
    overflow: hidden;
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.96) 0%,
        rgba(247, 250, 255, 0.96) 100%
    );
    box-shadow: 0 30px 70px rgba(33, 39, 51, 0.1);
}

.about-reference-scene {
    position: absolute;
    inset: 58px 0 0 0;
    background:
        linear-gradient(
            180deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.14) 100%
        ),
        url("/images/home-banner-bg.jpg") center center / cover no-repeat;
    clip-path: polygon(12% 0, 100% 0, 92% 100%, 0 100%);
}

.about-reference-accent {
    position: absolute;
    right: -18px;
    bottom: -6px;
    width: 76%;
    height: 45%;
    background: linear-gradient(
        135deg,
        rgba(255, 214, 77, 0.92),
        rgba(33, 39, 51, 0.82)
    );
    clip-path: polygon(28% 0, 100% 0, 100% 100%, 0 100%);
}

.about-reference-car {
    position: absolute;
    right: 20px;
    bottom: 34px;
    width: min(100%, 520px);
    z-index: 2;
}

.about-reference-car img {
    width: 100%;
    max-height: 330px;
    object-fit: contain;
    filter: drop-shadow(0 22px 30px rgba(33, 39, 51, 0.22));
}

.about-reference-badges {
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: flex-end;
    gap: 14px;
}

.about-reference-badges span {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.92);
    color: #3157a6;
    font-size: 20px;
    box-shadow: 0 10px 24px rgba(33, 39, 51, 0.1);
}

.about-reference-phone {
    position: absolute;
    right: -20px;
    bottom: -18px;
    z-index: 4;
    width: 150px;
    height: 196px;
    padding: 10px;
    border-radius: 28px;
    transform: rotate(12deg);
    background: linear-gradient(180deg, #1c2536 0%, #111827 100%);
    box-shadow: 0 20px 40px rgba(33, 39, 51, 0.22);
}

.about-reference-phone-screen {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 22px;
    background: linear-gradient(180deg, #ffffff 0%, #eef3fb 100%);
}

.about-reference-map-grid {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            transparent 0 18%,
            rgba(221, 227, 239, 0.95) 18% 21%,
            transparent 21% 39%,
            rgba(221, 227, 239, 0.95) 39% 42%,
            transparent 42% 100%
        ),
        linear-gradient(
            0deg,
            transparent 0 22%,
            rgba(221, 227, 239, 0.95) 22% 25%,
            transparent 25% 48%,
            rgba(221, 227, 239, 0.95) 48% 51%,
            transparent 51% 74%,
            rgba(221, 227, 239, 0.95) 74% 77%,
            transparent 77% 100%
        );
    opacity: 0.9;
}

.about-reference-pin,
.about-reference-mini-car {
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.about-reference-pin {
    color: #212733;
    font-size: 26px;
}

.about-reference-pin-one {
    left: 18px;
    top: 56px;
}

.about-reference-pin-two {
    right: 18px;
    top: 20px;
}

.about-reference-mini-car {
    right: 34px;
    bottom: 36px;
    width: 38px;
    height: 38px;
    border-radius: 12px;
    background: #212733;
    color: #111111;
    font-size: 20px;
}

.about-reference-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.about-reference-stat-card {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 20px;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid rgba(33, 39, 51, 0.07);
    box-shadow: 0 16px 34px rgba(33, 39, 51, 0.06);
}

.about-reference-stat-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(33, 39, 51, 0.12);
    color: #212733;
    font-size: 20px;
    flex-shrink: 0;
}

.about-reference-stat-card strong {
    display: block;
    color: #1b2334;
    font-size: 18px;
    line-height: 1.1;
}

.about-reference-stat-card span {
    display: block;
    color: #667085;
    font-size: 13px;
    line-height: 1.4;
}

@media (max-width: 991.98px) {
    .about-reference-grid,
    .about-reference-stats {
        grid-template-columns: 1fr 1fr;
    }

    .about-reference-grid {
        gap: 24px;
    }

    .about-reference-copy {
        max-width: none;
        grid-column: 1 / -1;
    }

    .about-reference-visual {
        grid-column: 1 / -1;
        min-height: 460px;
    }
}

@media (max-width: 767.98px) {
    .about-reference-section {
        padding-top: 54px;
    }

    .about-reference-grid,
    .about-reference-stats {
        grid-template-columns: 1fr;
    }

    .about-reference-copy h2 {
        font-size: 2rem;
    }

    .about-reference-copy p,
    .about-reference-list li {
        font-size: 16px;
    }

    .about-reference-visual {
        min-height: 360px;
    }

    .about-reference-card {
        min-height: 320px;
        padding: 20px 18px 18px;
        border-radius: 24px;
    }

    .about-reference-badges {
        gap: 10px;
    }

    .about-reference-badges span {
        width: 42px;
        height: 42px;
        font-size: 16px;
    }

    .about-reference-car {
        right: 4px;
        bottom: 28px;
    }

    .about-reference-car img {
        max-height: 220px;
    }

    .about-reference-phone {
        width: 112px;
        height: 150px;
        right: 0;
        bottom: -8px;
    }
}

/* About why choose section reference layout */
.about-why-reference-section {
    background: linear-gradient(180deg, #fbfdff 0%, #f6f9ff 100%);
}

.about-why-reference-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    margin-bottom: 42px;
    text-align: center;
}

.about-why-reference-heading h2 {
    margin: 0;
    color: #1a2335;
    font-size: clamp(2rem, 3vw, 3rem);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.03em;
}

.about-why-reference-line {
    display: block;
    width: min(26vw, 220px);
    height: 3px;
    border-radius: 999px;
}

.about-why-reference-line-gold {
    background: linear-gradient(
        90deg,
        rgba(33, 39, 51, 0),
        #212733 55%,
        rgba(33, 39, 51, 0)
    );
}

.about-why-reference-line-blue {
    background: linear-gradient(
        90deg,
        rgba(45, 116, 255, 0),
        #2d74ff 45%,
        rgba(45, 116, 255, 0)
    );
}

.about-why-reference-grid {
    gap: 22px;
}

.about-why-reference-card {
    align-items: center;
    min-height: 100%;
    padding: 28px 34px 32px !important;
    text-align: center;
    border: 1px solid rgba(33, 39, 51, 0.07) !important;
    border-radius: 28px !important;
    background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%) !important;
    box-shadow: 0 24px 48px rgba(33, 39, 51, 0.06) !important;
}

.about-why-reference-icon {
    width: 96px !important;
    height: 96px !important;
    margin: 0 auto 22px !important;
    border-radius: 50% !important;
    background: linear-gradient(180deg, #243b69 0%, #182947 100%) !important;
    color: #ffcf33 !important;
    font-size: 42px !important;
    box-shadow: 0 18px 36px rgba(24, 41, 71, 0.18) !important;
}

.about-why-reference-card h3 {
    width: 100%;
    margin: 0 0 20px !important;
    padding-bottom: 18px;
    border-bottom: 1px solid #e7ebf2;
    color: #15233b !important;
    font-size: 24px !important;
    font-weight: 800 !important;
}

.about-why-reference-card p {
    margin: 0;
    color: #4f5d75 !important;
    font-size: 15px !important;
    line-height: 1.8 !important;
    text-align: left;
}

@media (max-width: 991.98px) {
    .about-why-reference-heading {
        gap: 14px;
        margin-bottom: 30px;
    }

    .about-why-reference-line {
        width: min(18vw, 120px);
    }
}

@media (max-width: 767.98px) {
    .about-why-reference-heading {
        gap: 10px;
    }

    .about-why-reference-line {
        width: 52px;
    }

    .about-why-reference-card {
        padding: 22px 18px 24px !important;
    }

    .about-why-reference-icon {
        width: 82px !important;
        height: 82px !important;
        font-size: 34px !important;
    }

    .about-why-reference-card h3 {
        font-size: 20px !important;
    }

    .about-why-reference-card p {
        text-align: center;
    }
}

.site-logo-image {
    height: 100px !important;
}

.packages-dark-section .package-card-media img {
    width: 100% !important;
    height: 300px !important;
    object-fit: cover !important;
    border-radius: 24px !important;
}
.package-card-dark .package-card-media img {
    max-height: 300px;
}

/* Final footer reference replica */
.footer-reference-band {
    padding: 24px 0 0 !important;
    background: #ffffff !important;
}

.footer-reference-cta {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 430px);
    gap: 24px;
    align-items: center;
    min-height: 224px;
    padding: 30px 34px;
    border-radius: 18px;
    overflow: hidden;
    background: linear-gradient(
        105deg,
        #0849a7 0%,
        #224c87 56%,
        #183765 100%
    ) !important;
    box-shadow: 0 24px 50px rgba(33, 39, 51, 0.16);
}

.footer-reference-cta-copy,
.footer-reference-cta-art {
    position: relative;
    z-index: 2;
}

.footer-reference-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.92);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.footer-reference-kicker span {
    width: 22px;
    height: 2px;
    border-radius: 999px;
    background: #5ca3ff;
}

.footer-reference-cta-copy h2 {
    margin: 10px 0 26px;
    color: #ffffff;
    font-size: clamp(2rem, 3vw, 3.3rem);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.03em;
}

.footer-reference-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 44px;
    padding: 0 18px;
    border-radius: 8px;
    background: linear-gradient(180deg, #ffd43f 0%, #212733 100%);
    color: #14213d !important;
    font-size: 16px;
    font-weight: 800;
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.18);
}

.footer-reference-cta-art {
    min-height: 180px;
}

.footer-reference-cta-shape {
    position: absolute;
    inset: 0;
}

.footer-reference-cta-shape-blue {
    background: linear-gradient(
        120deg,
        transparent 24%,
        rgba(13, 44, 92, 0.75) 24% 58%,
        transparent 58%
    );
}

.footer-reference-cta-shape-gold {
    clip-path: polygon(18% 100%, 100% 38%, 100% 100%);
    background: linear-gradient(
        135deg,
        rgba(33, 39, 51, 0.98),
        rgba(255, 219, 87, 0.98)
    );
}

.footer-reference-cta-art img {
    position: absolute;
    right: 8px;
    bottom: -4px;
    width: min(100%, 400px);
    max-height: 210px;
    object-fit: contain;
    filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.24));
}

.footer-reference-footer {
    padding: 34px 0 0 !important;
    background: linear-gradient(180deg, #f9fbff 0%, #f4f8ff 100%) !important;
    color: #18314f;
}

.footer-reference-footer .container {
    padding-top: 0 !important;
}

.footer-reference-grid {
    grid-template-columns: 1fr 1.1fr 1.05fr !important;
    gap: 16px !important;
    padding: 0 0 22px !important;
}

.footer-reference-card {
    padding: 26px 26px 24px !important;
    border: 1px solid rgba(33, 39, 51, 0.08) !important;
    border-radius: 20px !important;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%) !important;
    box-shadow: 0 16px 36px rgba(33, 39, 51, 0.07) !important;
}

.footer-reference-card h3 {
    margin: 0 0 20px !important;
    color: #17345c !important;
    font-size: 22px !important;
    font-weight: 800 !important;
    text-transform: none !important;
    letter-spacing: -0.02em !important;
}

.footer-reference-card h3::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    margin-top: 14px;
    background: linear-gradient(90deg, #212733 0 80px, #e7edf6 80px 100%);
}

.footer-reference-card p,
.footer-reference-links a,
.footer-reference-contact li span,
.footer-reference-bottom p {
    color: #334e73 !important;
}

.footer-reference-about p {
    margin: 0 !important;
    max-width: 330px;
    font-size: 16px;
    line-height: 1.85;
}

.footer-reference-socials {
    gap: 14px;
    margin-top: 26px;
}

.footer-reference-socials a {
    width: 42px !important;
    height: 42px !important;
    border-radius: 50% !important;
    background: #067bd5 !important;
    color: #ffffff !important;
    border: 0 !important;
    box-shadow: 0 10px 18px rgba(23, 52, 92, 0.18) !important;
}

.footer-reference-links {
    display: grid !important;
    gap: 12px !important;
}

.footer-reference-links a {
    display: inline-flex !important;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
}

.footer-reference-links a i {
    color: #2d74ff;
    font-size: 12px;
}

.footer-reference-contact {
    display: grid !important;
    gap: 0 !important;
}

.footer-reference-contact li {
    display: grid !important;
    grid-template-columns: 44px 1fr;
    gap: 12px;
    align-items: start;
    padding: 14px 0;
    border-bottom: 1px solid #edf2f8;
}

.footer-reference-contact li:last-child {
    border-bottom: 0;
}

.footer-reference-contact li i {
    width: 30px !important;
    height: 30px !important;
    border-radius: 50% !important;
    background: #d10050 !important;
    color: #ffffff !important;
    font-size: 14px;
}

.footer-reference-contact li span {
    font-size: 16px;
    line-height: 1.55;
}

.contact-rebuild-page {
    background: linear-gradient(180deg, #f7f9fc 0%, #ffffff 100%);
}

.contact-rebuild-page .page-section {
    background: transparent !important;
}

.contact-rebuild-hero {
    padding: 26px 0 0 !important;
    background: transparent !important;
}

.contact-rebuild-main-grid,
.contact-rebuild-map-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
    gap: 34px;
    align-items: center;
}

.contact-rebuild-quick-section {
    padding-top: 18px !important;
    padding-bottom: 12px !important;
}

.contact-rebuild-quick-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.contact-rebuild-quick-card {
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
    padding: 24px 24px;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid rgba(33, 39, 51, 0.08);
    box-shadow: 0 20px 48px rgba(33, 39, 51, 0.08);
}

.contact-rebuild-quick-icon {
    width: 62px;
    height: 62px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background: linear-gradient(135deg, #e7f2ff 0%, #fff2c6 100%);
    color: var(--brand-cobalt);
    font-size: 1.35rem;
    box-shadow: inset 0 0 0 1px rgba(239, 0, 91, 0.05);
}

.contact-rebuild-quick-label {
    display: block;
    color: #6b7280;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.contact-rebuild-quick-card strong {
    display: block;
    margin-top: 4px;
    color: #15233b;
    font-size: 1.02rem;
    line-height: 1.5;
}

.contact-rebuild-hero-banner {
    position: relative;
    min-height: 430px;
    display: flex;
    align-items: center;
    padding: 64px 56px;
    border-radius: 34px;
    overflow: hidden;
    background:
        linear-gradient(
            90deg,
            rgba(18, 14, 14, 0.72) 0%,
            rgba(18, 14, 14, 0.58) 34%,
            rgba(18, 14, 14, 0.22) 68%,
            rgba(18, 14, 14, 0.1) 100%
        ),
        url("/images/tariff-contact-banner.png") center center / cover no-repeat;
    box-shadow: 0 32px 70px rgba(33, 39, 51, 0.18);
}

.contact-rebuild-hero-copy {
    position: relative;
    z-index: 1;
    max-width: 560px;
}

.contact-rebuild-breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    padding: 0 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    color: #ffffff;
    font-size: 0.96rem;
    font-weight: 600;
    backdrop-filter: blur(8px);
}

.contact-rebuild-hero h1 {
    margin: 20px 0 16px !important;
    color: #ffffff !important;
    font-size: clamp(2.8rem, 5vw, 4.6rem) !important;
    line-height: 1.02;
    letter-spacing: -0.04em;
}

.contact-rebuild-hero p {
    max-width: 520px;
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 1.1rem;
    line-height: 1.75;
}

.contact-rebuild-floating-icon,
.contact-rebuild-support-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, #ef005b, #d10050);
    color: #ffffff;
    box-shadow: 0 16px 28px rgba(239, 0, 91, 0.22);
}

.contact-rebuild-floating-icon {
    width: 50px;
    height: 50px;
    font-size: 1.15rem;
}

.contact-rebuild-main-section {
    padding-top: 12px !important;
}

.contact-rebuild-info-column {
    display: grid;
    gap: 24px;
    align-self: start;
}

.contact-rebuild-info-card,
.contact-rebuild-support-card,
.contact-rebuild-form-shell,
.contact-rebuild-map-copy,
.contact-rebuild-map-card {
    border: 1px solid rgba(33, 39, 51, 0.08);
    border-radius: 28px;
    background: #ffffff;
    box-shadow: 0 24px 60px rgba(33, 39, 51, 0.08);
}

.contact-rebuild-info-card,
.contact-rebuild-form-shell,
.contact-rebuild-map-copy,
.contact-rebuild-map-card {
    padding: 32px;
}

.contact-rebuild-info-card-primary {
    background:
        radial-gradient(
            circle at top right,
            rgba(255, 192, 0, 0.1),
            transparent 30%
        ),
        linear-gradient(135deg, #ffffff 0%, #f7fbff 100%);
}

.contact-rebuild-info-card h2,
.contact-rebuild-form-head h2,
.contact-rebuild-map-copy h2 {
    margin: 10px 0 14px;
    color: #0f172a;
    font-size: clamp(1.8rem, 2.8vw, 2.8rem);
    line-height: 1.12;
    letter-spacing: -0.03em;
}

.contact-rebuild-info-card p,
.contact-rebuild-form-head p,
.contact-rebuild-map-copy p {
    margin: 0;
    color: #526071;
    line-height: 1.85;
}

.contact-rebuild-contact-list {
    margin-top: 28px !important;
}

.contact-rebuild-contact-list .contact-list-item {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
    padding: 16px 18px;
    border-radius: 20px;
    background: #f7fbff !important;
    border: 1px solid rgba(239, 0, 91, 0.08);
}

.contact-rebuild-contact-list .contact-list-icon {
    width: 58px;
    height: 58px;
}

.contact-rebuild-contact-list .contact-list-item strong {
    color: #7f0030 !important;
    font-size: 1.02rem;
}

.contact-rebuild-contact-list .contact-list-item span {
    color: #5b6778 !important;
    margin-top: 4px;
}

.contact-rebuild-support-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.contact-rebuild-support-card {
    padding: 26px 24px;
}

.contact-rebuild-support-icon {
    width: 54px;
    height: 54px;
    margin-bottom: 18px;
    font-size: 1.2rem;
}

.contact-rebuild-support-card h3 {
    margin: 0 0 10px;
    color: #111827;
    font-size: 1.28rem;
    letter-spacing: -0.02em;
}

.contact-rebuild-support-card p {
    margin: 0;
    color: #667085;
    line-height: 1.8;
}

.contact-rebuild-form-head {
    margin-bottom: 22px;
}

.contact-rebuild-main-intro {
    max-width: 860px;
    margin: 0 auto 34px;
    text-align: center;
}

.contact-rebuild-main-intro .section-kicker {
    display: inline-block;
    color: #2f73e0;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.contact-rebuild-main-intro h2 {
    margin-left: auto;
    margin-right: auto;
    max-width: 900px;
    font-size: clamp(2.25rem, 4vw, 3.55rem);
    line-height: 1.08;
    letter-spacing: -0.045em;
}

.contact-rebuild-main-intro p {
    max-width: 760px;
    margin: 0 auto;
    font-size: 1.08rem;
    line-height: 1.8;
    color: #6a7688;
}

.contact-rebuild-form-shell {
    align-self: center;
    text-align: -webkit-center;
    padding: 0;
    border: 0;
    background: #00000000 !important;
    box-shadow: none !important;
    box-shadow: none;
    border: none !important;
}

.contact-rebuild-form-shell .booking-card {
    max-width: 480px;
    padding: 28px 32px 30px;
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 28px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
    box-shadow: 0 28px 68px rgba(33, 39, 51, 0.12) !important;
}

.contact-rebuild-form-shell .booking-popup-head,
.contact-rebuild-form-shell .booking-popup-close {
    display: none !important;
}

.contact-rebuild-main-grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(350px, 0.92fr);
    gap: 44px;
    align-items: start;
}

.contact-rebuild-form-shell .tab-content {
    margin-top: 22px !important;
}

.contact-rebuild-form-shell .booking-tabs {
    gap: 10px !important;
}

.contact-rebuild-form-shell .booking-tabs .nav-item {
    flex: 1 1 0;
}

.contact-rebuild-form-shell .booking-tabs .nav-link {
    min-height: 44px;
    border-radius: 14px;
    border: 1px solid rgba(18, 31, 53, 0.12);
    background: #ffffff;
    color: #171f33;
    font-size: 1.02rem;
    font-weight: 700;
    box-shadow: none;
}

.contact-rebuild-form-shell .booking-tabs .nav-link.active {
    border-color: #212733;
    background: linear-gradient(135deg, #212733 0%, #3b4352 100%);
    color: #151922;
    box-shadow: 0 14px 26px rgba(255, 192, 0, 0.25);
}

.contact-rebuild-form-shell .trip-toggle {
    justify-content: center;
    gap: 12px;
    margin-bottom: 16px;
}

.contact-rebuild-form-shell .trip-toggle .form-check {
    min-width: 122px;
    padding: 10px 18px;
    border: 1px solid rgba(18, 31, 53, 0.14);
    border-radius: 16px;
    background: #ffffff;
}

.contact-rebuild-form-shell .trip-toggle .form-check-input {
    width: 1.15rem;
    height: 1.15rem;
    margin-top: 0.1rem;
    border-color: rgba(18, 31, 53, 0.18);
}

.contact-rebuild-form-shell .trip-toggle .form-check-input:checked {
    background-color: #212733;
    border-color: #212733;
}

.contact-rebuild-form-shell .trip-toggle .form-check-label {
    color: #1f2937;
    font-weight: 700;
}

.contact-rebuild-form-shell .booking-field .form-label,
.contact-rebuild-form-shell .section-title {
    color: #202938;
    font-size: 0.84rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.contact-rebuild-form-shell .booking-field .form-label {
    margin-bottom: 8px;
}

.contact-rebuild-form-shell .booking-field .input-with-dot {
    padding-left: 16px;
}

.contact-rebuild-form-shell .booking-card-reference .booking-field::before {
    position: absolute;
    top: 20px;
    left: 10px;
    width: 26px;
    height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #d7d7d7;
    background: #ffffff00;
    color: #1c98e8;
    font-family: "bootstrap-icons";
    font-size: 0.9rem;
    line-height: 1;
    z-index: 2;
    /* content: ""; */
}

.contact-rebuild-form-shell .booking-card-reference .cab-grid .cab-card {
    min-width: 0 !important;
    padding: 5px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.contact-rebuild-form-shell .form-control,
.contact-rebuild-form-shell .form-select {
    min-height: 58px;
    border-radius: 18px;
    border: 1px solid #cfd8e6;
    background: #eef4ff;
    color: #1d2939;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.contact-rebuild-form-shell .form-control:focus,
.contact-rebuild-form-shell .form-select:focus {
    border-color: rgba(47, 115, 224, 0.35);
    box-shadow: 0 0 0 0.2rem rgba(47, 115, 224, 0.12);
    background: #f5f9ff;
}

.contact-rebuild-form-shell .cab-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-top: 14px;
}

.contact-rebuild-form-shell .cab-grid .cab-card {
    min-width: 0;
    padding: 10px 8px 12px;
    border: 2px solid transparent;
    border-radius: 14px;
    background: #05070b;
    box-shadow: none;
}

.contact-rebuild-form-shell .cab-grid .cab-card.active {
    border-color: #212733;
    box-shadow: 0 0 0 2px rgba(255, 192, 0, 0.12);
}

.contact-rebuild-form-shell .cab-grid .rate-tag {
    margin-bottom: 8px;
    padding: 4px 6px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    font-size: 0.7rem;
    font-weight: 700;
}

.contact-rebuild-form-shell .cab-grid .cab-image {
    min-height: 42px;
}

.contact-rebuild-form-shell .cab-grid .cab-image img {
    max-height: 32px;
    object-fit: contain;
}

.contact-rebuild-form-shell .cab-grid .cab-name {
    color: #ffffff;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.contact-rebuild-form-shell .action-btn {
    min-height: 54px;
    border: 0;
    border-radius: 14px;
    background: linear-gradient(90deg, #212733 0%, #3b4352 100%);
    color: #111111;
    font-size: 0.98rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    box-shadow: 0 18px 32px rgba(33, 39, 51, 0.24);
}

.contact-rebuild-support-grid {
    gap: 22px;
}

.contact-rebuild-support-card {
    min-height: 292px;
    padding: 28px 26px;
    border-radius: 30px;
    border-color: rgba(17, 24, 39, 0.06);
    box-shadow: 0 24px 56px rgba(33, 39, 51, 0.08);
}

.contact-rebuild-support-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 22px;
    font-size: 1.35rem;
}

.contact-rebuild-support-card h3 {
    margin-bottom: 14px;
    font-size: 1.12rem;
    line-height: 1.35;
}

.contact-rebuild-support-card p {
    font-size: 1.02rem;
    line-height: 1.9;
}

.contact-rebuild-map-section {
    padding-top: 8px !important;
}

.contact-rebuild-review-section {
    padding-top: 8px !important;
}

.contact-rebuild-review-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
    gap: 34px;
    align-items: center;
}

.contact-rebuild-review-copy,
.contact-rebuild-review-qr-card {
    border: 1px solid rgba(33, 39, 51, 0.08);
    border-radius: 28px;
    background: #ffffff;
    box-shadow: 0 24px 60px rgba(33, 39, 51, 0.08);
}

.contact-rebuild-review-copy {
    padding: 34px;
    background:
        radial-gradient(
            circle at top left,
            rgba(239, 0, 91, 0.12),
            transparent 36%
        ),
        radial-gradient(
            circle at bottom right,
            rgba(255, 192, 0, 0.16),
            transparent 28%
        ),
        #ffffff;
}

.contact-rebuild-review-copy .section-kicker {
    display: inline-block;
    color: #2f73e0;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.contact-rebuild-review-copy h2 {
    margin: 12px 0 14px;
    color: #0f172a;
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1.08;
    letter-spacing: -0.04em;
}

.contact-rebuild-review-copy p {
    margin: 0;
    color: #5f6b7b;
    font-size: 1.03rem;
    line-height: 1.85;
}

.contact-rebuild-review-points {
    display: grid;
    gap: 14px;
    margin-top: 28px;
}

.contact-rebuild-review-point {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(247, 250, 255, 0.96);
    border: 1px solid rgba(47, 115, 224, 0.08);
}

.contact-rebuild-review-point i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: linear-gradient(135deg, #ef005b, #d10050);
    color: #ffffff;
    box-shadow: 0 14px 28px rgba(239, 0, 91, 0.2);
}

.contact-rebuild-review-point span {
    color: #4f5d70;
    line-height: 1.7;
}

.contact-rebuild-review-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
    margin-top: 30px;
}

.contact-rebuild-review-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 56px;
    padding: 0 24px;
    border-radius: 16px;
    background: linear-gradient(90deg, #212733 0%, #3b4352 100%);
    color: #111111 !important;
    font-size: 0.98rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    box-shadow: 0 18px 32px rgba(33, 39, 51, 0.24);
}

.contact-rebuild-review-link {
    color: #ef005b !important;
    font-weight: 700;
    text-decoration: none;
}

.contact-rebuild-review-link:hover {
    text-decoration: underline;
}

.contact-rebuild-review-visual {
    display: flex;
    justify-content: center;
}

.contact-rebuild-review-qr-card {
    display: block;
    width: 100%;
    max-width: 470px;
    padding: 26px;
    text-align: center;
    text-decoration: none;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.contact-rebuild-review-qr-frame {
    position: relative;
    padding: 18px;
    border-radius: 32px;
    background: linear-gradient(
        90deg,
        #4285f4 0 25%,
        #ea4335 25% 50%,
        #fbbc05 50% 75%,
        #34a853 75% 100%
    );
}

.contact-rebuild-review-qr-frame::before {
    content: "";
    position: absolute;
    inset: 18px;
    border-radius: 24px;
    background: #ffffff;
}

.contact-rebuild-review-qr-frame img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    aspect-ratio: 1;
    border-radius: 22px;
    object-fit: cover;
    background: #ffffff;
}

.contact-rebuild-review-qr-caption {
    margin-top: 22px;
}

.contact-rebuild-review-qr-caption strong {
    display: block;
    color: #111827;
    font-size: clamp(1.6rem, 2.6vw, 2.35rem);
    line-height: 1.1;
}

.contact-rebuild-review-qr-caption span {
    display: block;
    margin-top: 8px;
    color: #5f6b7b;
    font-size: 1rem;
    line-height: 1.7;
}

.contact-rebuild-map-copy {
    background:
        radial-gradient(
            circle at top left,
            rgba(255, 192, 0, 0.12),
            transparent 30%
        ),
        #ffffff;
}

.contact-rebuild-map-points {
    display: grid;
    gap: 14px;
    margin-top: 26px;
}

.contact-rebuild-map-point {
    display: grid;
    grid-template-columns: 26px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    color: #4f5d70;
    line-height: 1.75;
}

.contact-rebuild-map-point i {
    color: #ef005b;
    font-size: 1.05rem;
    margin-top: 4px;
}

.contact-rebuild-map-link {
    display: none;
    justify-content: flex-start;
    margin-top: 28px;
    padding: 18px 22px;
    min-height: 0;
    border-radius: 24px;
    background: linear-gradient(135deg, #212733, #3b4352);
    color: #111111 !important;
    box-shadow: 0 18px 34px rgba(255, 192, 0, 0.2);
}

.contact-rebuild-map-card {
    padding: 18px;
    overflow: hidden;
}

.contact-rebuild-map-card .contact-map-embed {
    margin-top: 0;
    min-height: 100%;
    height: 100%;
    border-radius: 24px;
    overflow: hidden;
}

.contact-rebuild-map-card iframe {
    min-height: 470px;
}

@media (max-width: 1199px) {
    .contact-rebuild-quick-grid {
        grid-template-columns: 1fr;
    }

    .contact-rebuild-main-grid,
    .contact-rebuild-review-grid,
    .contact-rebuild-map-grid {
        grid-template-columns: 1fr;
    }

    .contact-rebuild-form-shell .cab-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .contact-rebuild-hero {
        padding: 18px 0 0 !important;
    }

    .contact-rebuild-hero-banner {
        min-height: 320px;
        padding: 34px 24px;
        border-radius: 24px;
        background:
            linear-gradient(
                180deg,
                rgba(18, 14, 14, 0.72) 0%,
                rgba(18, 14, 14, 0.48) 100%
            ),
            url("/images/home-banner-bg.jpg") center center / cover no-repeat;
    }

    .contact-rebuild-support-grid {
        grid-template-columns: 1fr;
    }

    .contact-rebuild-main-intro {
        margin-bottom: 24px;
    }

    .contact-rebuild-quick-card {
        grid-template-columns: 54px minmax(0, 1fr);
        gap: 14px;
        padding: 18px 18px;
        border-radius: 20px;
    }

    .contact-rebuild-quick-icon {
        width: 54px;
        height: 54px;
        border-radius: 16px;
    }

    .contact-rebuild-info-card,
    .contact-rebuild-form-shell,
    .contact-rebuild-review-copy,
    .contact-rebuild-review-qr-card,
    .contact-rebuild-map-copy,
    .contact-rebuild-map-card {
        padding: 22px;
        border-radius: 22px;
    }

    .contact-rebuild-form-shell {
        padding: 0;
    }

    .contact-rebuild-form-shell .booking-card {
        padding: 22px 18px 24px;
        border-radius: 24px;
    }

    .contact-rebuild-form-shell .booking-tabs .nav-link {
        min-height: 42px;
        font-size: 0.94rem;
    }

    .contact-rebuild-form-shell .trip-toggle {
        justify-content: stretch;
    }

    .contact-rebuild-form-shell .trip-toggle .form-check {
        min-width: 0;
        flex: 1 1 0;
    }

    .contact-rebuild-form-shell .cab-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .contact-rebuild-support-card {
        min-height: 0;
        padding: 24px 22px;
        border-radius: 24px;
    }

    .contact-rebuild-review-copy h2 {
        font-size: clamp(1.8rem, 8vw, 2.5rem);
    }

    .contact-rebuild-review-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .contact-rebuild-review-button {
        width: 100%;
    }

    .contact-rebuild-review-point {
        grid-template-columns: 40px minmax(0, 1fr);
        padding: 13px 14px;
    }

    .contact-rebuild-review-point i {
        width: 40px;
        height: 40px;
        border-radius: 12px;
    }

    .contact-rebuild-review-qr-card {
        max-width: 100%;
    }

    .contact-rebuild-breadcrumb {
        font-size: 0.88rem;
        min-height: 34px;
        padding: 0 14px;
    }

    .contact-rebuild-hero h1 {
        font-size: clamp(2.2rem, 9vw, 3rem) !important;
    }

    .contact-rebuild-hero p {
        font-size: 1rem;
    }

    .contact-rebuild-contact-list .contact-list-item {
        grid-template-columns: 50px minmax(0, 1fr);
        padding: 14px;
    }

    .contact-rebuild-contact-list .contact-list-icon {
        width: 50px;
        height: 50px;
    }

    .contact-rebuild-map-card iframe {
        min-height: 340px;
    }
}

.footer-reference-bottom {
    padding: 0 !important;
    border-top: 0 !important;
    background: linear-gradient(90deg, #d10050 0%, #7f0030 100%) !important;
}

.footer-reference-bottom .container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.footer-reference-bottom p {
    margin: 0;
    padding: 18px 0 20px;
    text-align: center !important;
    color: rgba(255, 255, 255, 0.95) !important;
    font-size: 14px !important;
    font-weight: 600;
}

.footer-reference-bottom .footer-brand-highlight,
.footer-reference-bottom .footer-meta-text,
.footer-reference-bottom .footer-meta-text a {
    color: #ffffff !important;
}

.footer-reference-bottom .footer-meta-text a {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.footer-reference-bottom .footer-developer-link {
    letter-spacing: 2px;
}

@media (max-width: 991.98px) {
    .footer-reference-cta {
        grid-template-columns: 1fr;
        padding: 28px 24px 22px;
    }

    .footer-reference-cta-art {
        min-height: 200px;
    }

    .footer-reference-grid {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 767.98px) {
    .footer-reference-band {
        padding-top: 14px !important;
    }

    .footer-reference-cta {
        padding: 22px 18px 18px;
        border-radius: 16px;
    }

    .footer-reference-cta-copy h2 {
        font-size: 2rem;
    }

    .footer-reference-cta-art {
        min-height: 150px;
    }

    .footer-reference-cta-art img {
        width: min(100%, 280px);
        max-height: 150px;
    }

    .footer-reference-card {
        padding: 22px 18px 20px !important;
        border-radius: 18px !important;
    }

    .footer-reference-card h3 {
        font-size: 20px !important;
    }

    .footer-reference-about p,
    .footer-reference-links a,
    .footer-reference-contact li span {
        font-size: 15px;
    }

    .footer-reference-bottom p {
        padding: 16px 0 18px;
        font-size: 13px !important;
    }
}

/* Responsive footer redesign */
.footer-reference-band {
    padding: 42px 0 0 !important;
    background: #ffffff !important;
}

.footer-reference-cta {
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, 420px) !important;
    gap: 28px !important;
    min-height: 250px !important;
    padding: 36px !important;
    border-radius: 8px !important;
    overflow: hidden;
    background: linear-gradient(135deg, #7f0030 0%, #b80046 62%, #b80046 100%) !important;
}

.footer-reference-cta-copy {
    max-width: 620px;
}

.footer-reference-cta-copy h2 {
    max-width: 560px;
    margin: 12px 0 12px !important;
    font-size: clamp(2rem, 3.2vw, 3.25rem) !important;
    letter-spacing: 0 !important;
}

.footer-reference-cta-copy p {
    max-width: 560px;
    margin: 0 0 24px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 16px;
    line-height: 1.7;
}

.footer-reference-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.footer-reference-btn,
.footer-reference-call {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 0 20px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 900;
    text-decoration: none;
}

.footer-reference-btn {
    background: #212733 !important;
    color: #111827 !important;
}

.footer-reference-call {
    border: 1px solid rgba(255, 255, 255, 0.24);
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff !important;
}

.footer-reference-cta-art {
    min-height: 210px !important;
}

.footer-reference-cta-art img {
    right: 0 !important;
    bottom: -2px !important;
    width: min(100%, 390px) !important;
}

.footer-reference-footer {
    padding: 46px 0 0 !important;
    background: #071525 !important;
    color: #ffffff;
}

.footer-reference-grid {
    display: grid !important;
    grid-template-columns: 1.35fr 0.9fr 1fr 1.15fr !important;
    gap: 18px !important;
    align-items: stretch;
    padding: 0 0 34px !important;
}

.footer-reference-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 24px !important;
    border: 1px solid rgba(255, 255, 255, 0.09) !important;
    border-radius: 8px !important;
    background: rgba(255, 255, 255, 0.045) !important;
    box-shadow: none !important;
}

.footer-reference-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    color: #ffffff !important;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.2;
    text-decoration: none;
}

.footer-reference-brand img {
    width: 115px;
    height: 92px;
    object-fit: contain;
    border-radius: 8px;
    background: #ffffff;
}

.footer-reference-card h3 {
    margin: 0 0 18px !important;
    color: #ffffff !important;
    font-size: 18px !important;
    letter-spacing: 0 !important;
}

.footer-reference-card h3::after {
    width: 38px !important;
    height: 3px !important;
    margin-top: 10px !important;
    border-radius: 999px;
    background: #212733 !important;
}

.footer-reference-card p,
.footer-reference-links a,
.footer-reference-contact li span {
    color: rgba(255, 255, 255, 0.76) !important;
}

.footer-reference-about p {
    max-width: none !important;
    font-size: 15px !important;
    line-height: 1.75 !important;
}

.footer-reference-socials {
    margin-top: 22px;
}

.footer-reference-socials a {
    width: 40px !important;
    height: 40px !important;
    border-radius: 8px !important;
    background: rgba(255, 255, 255, 0.08) !important;
    color: #ffffff !important;
}

.footer-reference-links {
    gap: 11px !important;
}

.footer-reference-links a {
    min-height: 28px;
    gap: 8px !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
}

.footer-reference-links a:hover,
.footer-reference-contact li:hover span {
    color: #ffffff !important;
}

.footer-reference-links a i,
.footer-reference-contact li i {
    color: #212733 !important;
}

.footer-reference-contact {
    gap: 13px !important;
}

.footer-reference-contact li {
    grid-template-columns: 38px minmax(0, 1fr) !important;
    gap: 11px !important;
    padding-bottom: 13px !important;
}

.footer-reference-contact li i {
    width: 38px !important;
    height: 38px !important;
    border-radius: 8px !important;
    background: rgba(255, 192, 0, 0.12) !important;
}

.footer-reference-bottom {
    background: #212733 !important;
}

.footer-reference-bottom p {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px 10px;
    padding: 16px 0 !important;
    color: #111827 !important;
    font-size: 14px !important;
}

.footer-reference-bottom .footer-brand-highlight,
.footer-reference-bottom .footer-meta-text,
.footer-reference-bottom .footer-meta-text a {
    color: #111827 !important;
}

.footer-reference-bottom .footer-developer-link {
    font-size: inherit !important;
    letter-spacing: 0 !important;
    font-weight: 900;
}

@media (max-width: 1199.98px) {
    .footer-reference-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 991.98px) {
    .footer-reference-cta {
        grid-template-columns: 1fr !important;
        padding: 28px !important;
    }

    .footer-reference-cta-art {
        min-height: 170px !important;
    }

    .footer-reference-cta-art img {
        width: min(100%, 320px) !important;
    }
}

@media (max-width: 767.98px) {
    .footer-reference-band {
        padding-top: 28px !important;
    }

    .footer-reference-cta {
        grid-template-columns: auto !important;
        gap: 28px !important;
        padding: 36px !important;
        border-radius: 8px !important;
        overflow: hidden;
        background: linear-gradient(135deg, #212733 0%, #212733 62%, #212733 100%) !important;
    }

    .footer-reference-cta-copy h2 {
        font-size: 2rem !important;
    }

    .footer-reference-actions {
        flex-direction: column;
    }

    .footer-reference-btn,
    .footer-reference-call {
        width: 100%;
    }

    .footer-reference-grid {
        grid-template-columns: 1fr !important;
        gap: 14px !important;
    }

    .footer-reference-card {
        padding: 22px 18px !important;
    }

    .footer-reference-bottom p {
        display: block;
        text-align: center !important;
        line-height: 1.7;
    }
}

/* Homepage route tags reference layout */
.route-tags-reference-section {
    padding: 74px 0 88px !important;
    background: linear-gradient(180deg, #ffffff 0%, #f7f8fc 100%) !important;
}

.route-tags-reference-heading {
    max-width: 920px !important;
    margin: 0 auto 26px !important;
}

.route-tags-reference-heading .section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 40px;
    padding: 0 18px;
    border-radius: 999px;
    background: linear-gradient(
        90deg,
        var(--brand-cobalt) 0%,
        #d10050 100%
    ) !important;
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    text-transform: none;
}

.route-tags-reference-heading h2 {
    margin: 18px 0 14px !important;
    color: var(--brand-navy) !important;
    font-size: clamp(2.3rem, 3.9vw, 3.55rem) !important;
    font-weight: 800 !important;
    line-height: 1.08 !important;
    letter-spacing: -0.04em !important;
}

.route-tags-reference-heading h2 .route-highlight {
    background: linear-gradient(
        90deg,
        var(--brand-cobalt) 0%,
        var(--brand-gold) 100%
    );
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
}

.route-tags-reference-heading p {
    max-width: 760px;
    margin: 0 auto;
    color: #6a7282 !important;
    font-size: 16px !important;
    line-height: 1.7 !important;
}

.route-tags-reference-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    margin: 0 auto 32px;
}

.route-tags-reference-tab {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 54px;
    padding: 0 24px;
    border-radius: 999px;
    border: 1px solid rgba(33, 39, 51, 0.12);
    background: #ffffff;
    color: #1f2937;
    font-size: 16px;
    font-weight: 700;
    box-shadow: 0 10px 24px rgba(33, 39, 51, 0.04);
}

.route-tags-reference-tab-active {
    border-color: transparent;
    background: linear-gradient(90deg, #ef005b 0%, #b80046 100%);
    color: #ffffff;
    box-shadow: 0 16px 30px rgba(109, 100, 255, 0.22);
}

.route-tags-reference-cloud {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 1160px !important;
    gap: 16px !important;
    padding-top: 0;
    border-top: 0;
}

.route-tag-reference-pill {
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    min-height: 74px !important;
    padding: 14px 16px !important;
    border-radius: 14px !important;
    background: #ffffff !important;
    color: #1f2937 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
    box-shadow: 0 12px 28px rgba(33, 39, 51, 0.06) !important;
    border: 1px solid rgba(33, 39, 51, 0.08);
    text-decoration: none;
}

.route-tag-reference-pill:hover {
    background: #ffffff !important;
    color: #111827 !important;
    transform: translateY(-2px);
    box-shadow: 0 18px 34px rgba(33, 39, 51, 0.1) !important;
}

.route-tag-reference-thumb {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    flex: 0 0 48px;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #151922;
    background: linear-gradient(180deg, #fff7ed 0%, #ffe7c2 100%);
    color: #151922;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.75);
}

.route-tag-reference-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.route-tag-reference-thumb i {
    font-size: 18px;
}

.route-tag-reference-title {
    display: block;
    color: inherit;
}

@media (max-width: 767.98px) {
    .route-tags-reference-section {
        padding: 62px 0 70px !important;
    }

    .route-tags-reference-heading {
        margin-bottom: 28px !important;
    }

    .route-tags-reference-heading h2 {
        font-size: 2.1rem !important;
    }

    .route-tags-reference-heading p {
        font-size: 15px !important;
    }

    .route-tags-reference-tabs {
        justify-content: flex-start;
        gap: 10px;
        margin-bottom: 22px;
    }

    .route-tags-reference-tab {
        min-height: 44px;
        padding: 0 16px;
        font-size: 14px;
    }

    .route-tags-reference-cloud {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 12px !important;
    }

    .route-tag-reference-pill {
        min-height: 66px !important;
        padding: 12px 14px !important;
        font-size: 11px !important;
        width: 100% !important;
    }

    .route-tag-reference-thumb {
        flex: 0 0 40px !important;
        width: 40px !important;
        height: 40px !important;
    }
}

/* SEO reference section layout */
.seo-reference-section {
    padding-top: 56px !important;
}

.seo-reference-stack {
    display: grid;
    gap: 20px;
}

.seo-reference-card {
    padding: 26px 24px !important;
    border: 1px solid rgba(9, 30, 66, 0.08) !important;
    border-radius: 24px !important;
    background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%) !important;
    box-shadow: 0 18px 44px rgba(33, 39, 51, 0.08) !important;
}

.seo-reference-card .section-kicker {
    display: inline-block;
    margin-bottom: 12px;
    color: #3b82f6 !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    letter-spacing: 0.18em !important;
    text-transform: uppercase;
}

.seo-reference-card h2 {
    margin: 0 0 14px !important;
    font-size: clamp(1.7rem, 2vw, 2.1rem) !important;
    line-height: 1.18 !important;
    letter-spacing: -0.03em !important;
}

.seo-reference-card p {
    margin: 0;
    color: #6b7280 !important;
    font-size: 16px !important;
    line-height: 1.8 !important;
}

.seo-reference-card p + p {
    margin-top: 10px;
}

.seo-reference-feature-grid,
.seo-reference-option-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.seo-reference-feature-card {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    padding: 16px 18px;
    border: 1px solid rgba(14, 35, 69, 0.08);
    border-radius: 18px;
    background: #ffffff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.seo-reference-feature-card-wide {
    grid-column: 1 / -1;
}

.seo-reference-feature-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #1b2d4b;
    color: #ffc107;
    box-shadow: 0 10px 20px rgba(33, 39, 51, 0.14);
}

.seo-reference-feature-icon i {
    font-size: 22px;
    line-height: 1;
}

.seo-reference-feature-card h3 {
    margin: 2px 0 6px;
    color: #15233b;
    font-size: 1.1rem;
    font-weight: 800;
    line-height: 1.25;
}

.seo-reference-feature-card p {
    color: #6b7280 !important;
    font-size: 15px !important;
    line-height: 1.6 !important;
}

@media (max-width: 991.98px) {
    .seo-reference-feature-grid,
    .seo-reference-option-grid {
        grid-template-columns: 1fr;
    }

    .seo-reference-feature-card-wide {
        grid-column: auto;
    }
}

@media (max-width: 767.98px) {
    .seo-reference-section {
        padding-top: 42px !important;
    }

    .seo-reference-card {
        padding: 22px 18px !important;
        border-radius: 20px !important;
    }

    .seo-reference-card h2 {
        font-size: 1.5rem !important;
    }

    .seo-reference-card p {
        font-size: 14px !important;
        line-height: 1.7 !important;
    }

    .seo-reference-feature-card {
        grid-template-columns: 46px minmax(0, 1fr);
        gap: 12px;
        padding: 14px 14px;
        border-radius: 16px;
    }

    .seo-reference-feature-icon {
        width: 38px;
        height: 38px;
    }

    .seo-reference-feature-icon i {
        font-size: 18px;
    }

    .seo-reference-feature-card h3 {
        font-size: 1rem;
    }

    .seo-reference-feature-card p {
        font-size: 14px !important;
    }
}

@media (max-width: 991.98px) {
    .site-nav {
        display: none !important;
        width: 100% !important;
        position: fixed !important;
        inset: 0 !important;
        z-index: 1035 !important;
        align-items: baseline !important;
        padding: 0 !important;
        background: rgba(33, 39, 51, 0.26) !important;
        backdrop-filter: blur(12px) !important;
    }

    .site-nav.show {
        width: 100% !important;
    }

    .site-logo-image {
        height: 100px !important;
    }
}

/* Homepage counter section */
.home-counter-section {
    margin-top: -6px;
    padding-top: 0 !important;
    padding-bottom: 18px !important;
}

.home-counter-shell {
    position: relative;
    overflow: hidden;
    border-radius: 34px;
    padding: 34px 38px;
    background:
        radial-gradient(
            circle at 14% 20%,
            rgba(255, 160, 0, 0.1),
            transparent 24%
        ),
        radial-gradient(
            circle at 82% 14%,
            rgba(239, 0, 91, 0.08),
            transparent 26%
        ),
        linear-gradient(180deg, #ffffff 0%, #fafafa 100%);
    border: 1px solid rgba(17, 19, 26, 0.06);
    box-shadow: none;
}

.home-counter-bg {
    position: absolute;
    inset: auto;
    pointer-events: none;
    opacity: 0.55;
}

.home-counter-bg-one {
    top: -90px;
    right: -40px;
    width: 360px;
    height: 220px;
    background: radial-gradient(
        circle,
        rgba(255, 160, 0, 0.12) 0%,
        rgba(255, 160, 0, 0) 70%
    );
}

.home-counter-bg-two {
    left: -50px;
    bottom: -110px;
    width: 380px;
    height: 220px;
    background: radial-gradient(
        circle,
        rgba(239, 0, 91, 0.08) 0%,
        rgba(239, 0, 91, 0) 72%
    );
}

.home-counter-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    align-items: center;
}

.home-counter-card {
    display: grid;
    grid-template-columns: 88px minmax(0, 1fr);
    align-items: center;
    gap: 18px;
    min-height: 110px;
    padding: 12px 8px;
    border-radius: 20px;
    background: transparent;
    border: none;
    box-shadow: none;
}

.home-counter-icon {
    width: 82px;
    height: 82px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff3d6;
    color: #f59e0b;
    box-shadow: none;
    border: 1px solid rgba(255, 166, 0, 0.24);
}

.home-counter-icon i {
    font-size: 2.3rem;
    line-height: 1;
}

.home-counter-copy {
    display: grid;
    gap: 4px;
}

.home-counter-value-wrap {
    display: flex;
    align-items: flex-start;
    gap: 2px;
}

.home-counter-value {
    color: #1b2d4b;
    font-family: "Space Grotesk", "Plus Jakarta Sans", sans-serif;
    font-size: clamp(2.35rem, 3vw, 3.25rem);
    font-weight: 700;
    line-height: 0.95;
    letter-spacing: -0.05em;
}

.home-counter-label {
    color: #273244;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.35;
}

@media (max-width: 1199.98px) {
    .home-counter-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px 28px;
    }
}

@media (max-width: 767.98px) {
    .home-counter-section {
        margin-top: -2px;
        padding-top: 0 !important;
        padding-bottom: 10px !important;
    }

    .home-counter-shell {
        border-radius: 26px;
        padding: 22px 18px;
    }

    .home-counter-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .home-counter-card {
        grid-template-columns: 68px minmax(0, 1fr);
        gap: 14px;
        min-height: auto;
        padding: 10px 4px;
    }

    .home-counter-icon {
        width: 64px;
        height: 64px;
    }

    .home-counter-icon i {
        font-size: 1.85rem;
    }

    .home-counter-value {
        font-size: 2.1rem;
    }

    .home-counter-label {
        font-size: 0.88rem;
    }
}

/* Reference-style booking form */
.booking-card-reference {
    max-width: 360px !important;
    padding: 22px 24px 36px !important;
    border: 0 !important;
    border-top: 4px solid #ef005b !important;
    border-radius: 0 !important;
    background: #d10050 !important;
    box-shadow: none !important;
}

.booking-card-reference .booking-popup-head {
    display: block !important;
    margin-bottom: 18px;
    text-align: center;
}

.booking-card-reference .booking-tabs {
    display: none !important;
}

.booking-tabs {
    display: none !important;
}

ul#bookingTabs {
    display: none !important;
}

.trip-toggle .form-check .form-check-label {
    color: black !important;
}

.booking-card-reference .booking-popup-head strong {
    display: block;
    color: #ffffff !important;
    font-family: "Space Grotesk", sans-serif;
    font-size: 1.14rem !important;
    font-weight: 700 !important;
    line-height: 1.3;
}

.booking-card-reference .booking-popup-close {
    display: none !important;
}

.booking-card-reference .tab-content {
    margin-top: 0 !important;
}

.booking-card-reference .trip-toggle {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px !important;
    margin-bottom: 16px !important;
}

.booking-card-reference .trip-toggle .form-check {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 30px !important;
    margin: 0;
    padding: 0 10px !important;
    border: 1px solid rgba(255, 255, 255, 0.35) !important;
    border-radius: 5px !important;
    background: #ffffff !important;
}

.booking-card-reference .trip-toggle .form-check-input {
    width: 13px !important;
    height: 13px !important;
    margin: 0 !important;
    border: 2px solid #e38e00 !important;
    background-color: transparent !important;
    box-shadow: none !important;
}

.booking-card-reference .trip-toggle .form-check-input:checked {
    background-color: #ef005b !important;
    border-color: #ef005b !important;
    box-shadow: none !important;
}

.booking-card-reference .booking-step .row {
    --bs-gutter-x: 1rem;
    --bs-gutter-y: 1rem;
}

.booking-card-reference .booking-field {
    position: relative;
}

.booking-card-reference .trip-toggle .form-check-label,
.booking-card-reference .section-title,
.booking-card-reference .note {
    color: #ffffff !important;
}

.booking-card-reference .booking-field .form-label {
    color: #ffffff !important;
}

.booking-card-reference .trip-toggle .form-check-label {
    font-size: 0.78rem !important;
    font-weight: 700 !important;
    color: #000000 !important;
}

.booking-card-reference .section-title {
    position: static !important;
    display: block;
    margin-bottom: 7px !important;
    font-size: 0.8rem !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
    text-align: center;
    text-transform: none;
    pointer-events: auto !important;
}

.booking-card-reference .booking-field .form-label {
    position: static !important;
    display: block;
    margin-bottom: 7px !important;
    font-size: 0.8rem !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
    text-align: center;
    text-transform: none;
    pointer-events: auto !important;
}

.booking-card-reference .section-title {
    margin-top: 10px;
    margin-bottom: 10px !important;
}

.booking-card-reference .booking-field .form-control,
.booking-card-reference .booking-field .form-select {
    min-height: 31px !important;
    height: 31px !important;
    padding: 5px 10px 5px 31px !important;
    border-radius: 0 !important;
    border: 1px solid #d7d7d7 !important;
    background: #ffffff !important;
    box-shadow: none !important;
    color: #202020 !important;
    font-size: 0.78rem !important;
}

.booking-card-reference .booking-field::before {
    position: absolute;
    top: 25px;
    left: 10px;
    width: 26px;
    height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #d7d7d7;
    background: #ffffff00;
    color: #1c98e8;
    font-family: "bootstrap-icons";
    font-size: 0.9rem;
    line-height: 1;
    z-index: 2;
    content: "";
}

.booking-card-reference .booking-field-from::before,
.booking-card-reference .booking-field-to::before {
    content: "\f3e7";
}

.booking-card-reference .booking-field-name::before {
    content: "\f4da";
}

.booking-card-reference .booking-field-mobile::before {
    content: "\f5c1";
}

.booking-card-reference .booking-field-email::before {
    content: "\f32f";
}

.booking-card-reference .booking-field-pickup-date::before {
    content: "\f1f6";
}

.booking-card-reference .booking-field-pickup-time::before {
    content: "\f293";
}

.booking-card-reference .booking-field .input-with-dot {
    padding-left: 31px !important;
}

.booking-card-reference .booking-field .input-with-dot::before {
    display: none !important;
}

.booking-card-reference .booking-field .form-control::placeholder {
    color: #2f2f2f !important;
    opacity: 1;
}

.booking-card-reference .cab-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 6px !important;
    align-items: end;
    overflow: visible !important;
    padding: 0 !important;
    margin-top: 6px;
}

.booking-card-reference .cab-grid .cab-card {
    min-width: 0 !important;
    padding: 10px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.booking-card-reference .cab-grid .cab-card.active,
.booking-card-reference .cab-grid .cab-card:hover {
    border: 2px solid #ffffff !important;
    box-shadow: none !important;
    transform: none !important;
}

.booking-card-reference .cab-grid .rate-tag {
    margin-bottom: 4px !important;
    padding: 0 !important;
    background: transparent !important;
    color: #ffffff !important;
    font-size: 0.72rem !important;
    font-weight: 700 !important;
    line-height: 1.1 !important;
}

.booking-card-reference .cab-grid .cab-image {
    min-height: 32px !important;
}

.booking-card-reference .cab-grid .cab-image img {
    max-height: 24px !important;
    object-fit: contain;
    filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.2));
}

.booking-card-reference .cab-grid .cab-name {
    margin-top: 2px;
    color: #ffffff !important;
    font-size: 0.68rem !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
}

.booking-card-reference .note {
    margin-top: 10px !important;
    text-align: center;
    font-size: 0.72rem;
}

.booking-card-reference .action-btn {
    min-height: 31px !important;
    border: 0 !important;
    /* border-radius: 0 !important; */
    background: #ffffff !important;
    color: #111111 !important;
    box-shadow: none !important;
    font-size: 0.92rem !important;
    font-weight: 500 !important;
}

.booking-card-reference .action-btn:hover,
.booking-card-reference .action-btn:focus,
.booking-card-reference .action-btn:active {
    /* background: #e0a600 !important; */
    /* color: #111111 !important; */
    border: 1px solid #fff;
}

@media (max-width: 991.98px) {
    .booking-card-reference {
        max-width: 360px !important;
    }

    .booking-card-reference .cab-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 767.98px) {
    .booking-card-reference {
        max-width: 360px !important;
        padding: 22px 22px 36px !important;
        border-radius: 0 !important;
    }

    .booking-card-reference .trip-toggle {
        gap: 8px !important;
        margin-bottom: 14px !important;
    }

    .booking-card-reference .trip-toggle .form-check {
        min-height: 30px !important;
        padding: 0 8px !important;
    }

    .booking-card-reference .booking-step .row > [class*="col-6"] {
        width: 50%;
    }

    .booking-card-reference .cab-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 6px !important;
    }

    .booking-card-reference .cab-grid .cab-card {
        min-width: 0 !important;
        padding: 4px !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
    }
}

label.form-label {
    color: white !important;
}

.booking-card-reference button.cab-card.cab-card-outstation.active {
    border: 2px solid white !important;
    background: #2f3131 !important;
}

/* Homepage banner refresh */
.hero-home.hero-home-dark {
    padding: 36px 0 44px !important;
    background:
        linear-gradient(
            90deg,
            rgba(20, 17, 12, 0.52) 0%,
            rgba(20, 17, 12, 0.38) 28%,
            rgba(18, 18, 18, 0.16) 58%,
            rgba(18, 18, 18, 0.52) 100%
        ),
        linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.12) 0%,
            rgba(0, 0, 0, 0.34) 100%
        ),
        url("/images/homepage-hero-banner.png") center center / cover no-repeat !important;
        /* url("newtaxi/app/public/images/services-page-banner.png") center center / cover no-repeat !important; */
}

.hero-home.hero-home-dark .hero-overlay {
    background:
        radial-gradient(
            circle at 9% 12%,
            rgba(250, 220, 176, 0.5),
            transparent 28%
        ),
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.14)) !important;
}

.hero-home.hero-home-dark .hero-shell {
    min-height: 560px !important;
    grid-template-columns: minmax(0, 1.2fr) minmax(340px, 430px) !important;
    align-items: center !important;
    gap: 42px !important;
}

.hero-home.hero-home-dark .hero-copy {
    max-width: 720px !important;
}

.hero-home.hero-home-dark .hero-title {
    max-width: 760px !important;
    margin: 22px 0 18px !important;
    color: #ffffff !important;
    font-size: clamp(3rem, 5.7vw, 3rem) !important;
    line-height: 1.02 !important;
    font-weight: 800 !important;
    letter-spacing: -0.055em !important;
    text-wrap: balance;
}

.hero-home.hero-home-dark .hero-title span {
    color: #ffc107 !important;
}

.hero-home.hero-home-dark .hero-text {
    max-width: 720px !important;
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 1rem !important;
    line-height: 1.65 !important;
}

.hero-home.hero-home-dark .hero-badge {
    background: rgba(255, 255, 255, 0.16) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    color: #ffffff !important;
}

.hero-stats {
    display: none !important;
}

.hero-home.hero-home-dark .hero-actions {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 16px !important;
    margin-top: 28px !important;
}

.hero-home.hero-home-dark .hero-action {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    min-height: 58px !important;
    padding: 0 28px !important;
    border-radius: 999px !important;
    text-transform: none !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    text-decoration: none !important;
}

.hero-home.hero-home-dark .hero-action-primary {
    background: rgba(255, 255, 255, 0.14) !important;
    border: 1px solid rgba(255, 255, 255, 0.22) !important;
    color: #ffffff !important;
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.16) !important;
}

.hero-home.hero-home-dark .hero-action-secondary {
    background: rgba(255, 205, 61, 0.16) !important;
    border: 1px solid rgba(255, 214, 102, 0.22) !important;
    color: #ffffff !important;
}

.hero-booking-stack {
    position: relative;
    width: min(100%, 430px);
    margin-left: auto;
}

.hero-home.hero-home-dark .booking-card {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 430px !important;
    margin-left: auto;
    margin-top: 0;
}

@media (max-width: 991.98px) {
    .hero-home.hero-home-dark {
        padding: 26px 0 34px !important;
    }

    .hero-home.hero-home-dark .hero-shell {
        min-height: auto !important;
        grid-template-columns: 1fr !important;
        gap: 28px !important;
    }

    .hero-home.hero-home-dark .hero-copy {
        order: -1;
    }

    .hero-home.hero-home-dark .hero-booking-stack {
        order: 1;
    }

    .hero-booking-stack {
        width: min(100%, 430px);
        margin: 0 auto;
    }
}

@media (max-width: 767.98px) {
    .hero-home.hero-home-dark .hero-title {
        margin-top: 16px !important;
        font-size: 1.8rem !important;
        line-height: 1.06 !important;
    }

    .hero-home.hero-home-dark .hero-text {
        display: none !important;
    }

    .hero-home.hero-home-dark .hero-copy > .row.g-2.mb-4 {
        display: none !important;
    }

    .hero-home.hero-home-dark .hero-actions {
        flex-direction: row !important;
        align-items: stretch !important;
        flex-wrap: nowrap !important;
        gap: 10px !important;
    }

    .hero-home.hero-home-dark .hero-action {
        width: calc(50% - 5px) !important;
        min-width: 0 !important;
        padding: 0 14px !important;
        font-size: 0.9rem !important;
    }
}

.flatpickr-calendar {
    border: 0 !important;
    border-radius: 18px !important;
    box-shadow: 0 24px 60px rgba(33, 39, 51, 0.18) !important;
    overflow: hidden;
    animation: bookingPickerRise 0.2s ease;
}

.flatpickr-months,
.flatpickr-weekdays {
    background: #d10050 !important;
}

.flatpickr-current-month .flatpickr-monthDropdown-months,
.flatpickr-current-month input.cur-year,
.flatpickr-weekday,
.flatpickr-monthDropdown-month,
.flatpickr-prev-month,
.flatpickr-next-month {
    color: #ffffff !important;
    fill: #ffffff !important;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover {
    background: #ef005b !important;
    border-color: #ef005b !important;
    color: #111111 !important;
}

.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
    background: rgba(57, 120, 202, 0.08) !important;
}

@keyframes bookingPickerRise {
    from {
        opacity: 0;
        transform: translateY(8px) scale(0.98);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.why-choose-us {
    background: linear-gradient(to bottom, #f8f9fa, #ffffff);
}

.feature-card {
    background: #fff;
    border-radius: 18px;
    transition: 0.35s;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.icon-box {
    width: 75px;
    height: 75px;
    margin: auto;
    border-radius: 50%;
    background: #eef1f5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-box i {
    font-size: 34px;
    color: #ef005b;
}

.feature-card h5 {
    color: #222;
}

.rate-box {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.btn-warning {
    border-radius: 50px;
    padding: 10px 30px;
    transition: 0.3s;
}

.btn-warning:hover {
    transform: translateY(-2px);
}

.hero-title {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 800;
    line-height: 1.2;
}

.hero-text {
    font-size: 1.05rem;
    color: #6c757d;
    max-width: 650px;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
}

.hero-stat-card {
    background: #fff;
    border-radius: 14px;.hero-home.hero-home-dark
    padding: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
    transition: 0.3s;
}

.hero-stat-card:hover {
    transform: translateY(-5px);
}

.hero-stat-card h4 {
    margin-bottom: 4px;
    font-weight: 700;
}

.hero-stat-card small {
    color: #6c757d;
}

.hero-home.hero-home-dark .booking-card {
    border: 1px solid #fff !important;
}

.feature-line{
    display:flex;
    align-items:flex-start;
    gap:20px;
    padding:15px 0;
}

.feature-icon{
    width:60px;
    height:60px;
    min-width:60px;
    border-radius:50%;
    background:#eef1f5;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:26px;
    color:#f5a000;
    position:relative;
}

.feature-icon::after{
    content:"";
    position:absolute;
    right:-15px;
    top:5px;
    width:2px;
    height:50px;
    background:#f5a000;
    opacity:.3;
}

.feature-content h5{
    font-weight:700;
    margin-bottom:8px;
}

.feature-content p{
    margin:0;
    color:#6c757d;
}

.vehicle-rate-list{
    display:flex;
    flex-direction:column;
    gap:25px;
}

.vehicle-rate-item{
    background:#fff;
    border:1px solid #ececec;
    border-radius:20px;
    padding:30px;
    transition:.35s;
}

.vehicle-rate-item:hover{
    transform:translateY(-3px);
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.vehicle-family{
    display:inline-block;
    background:#fff8dd;
    color:#b88400;
    padding:6px 16px;
    border-radius:30px;
    font-size:13px;
    font-weight:600;
    margin-bottom:15px;
}

.vehicle-img{
    max-height:140px;
    transition:.3s;
}

.vehicle-rate-item:hover .vehicle-img{
    transform:scale(1.05);
}

.vehicle-title{
    font-size:28px;
    font-weight:700;
    margin-bottom:10px;
}

.vehicle-info{
    display:flex;
    align-items:center;
    gap:10px;
    font-size:15px;
    color:#555;
}

.vehicle-info i{
    color:#212733;
    font-size:18px;
    width:20px;
}

.price-box{
    background:#fffdf5;
    border:2px dashed #212733;
    border-radius:16px;
    padding:18px;
}

.price-box small{
    color:#777;
    display:block;
}

.price-box h2{
    margin:4px 0 12px;
    font-weight:700;
}

.price-box h5{
    margin:4px 0;
    font-weight:700;
}

.price-divider{
    width:60%;
    height:1px;
    background:#ddd;
    margin:12px auto;
}

/* Tablet */

@media (max-width:991px){

    .vehicle-rate-item{
        padding:25px;
    }

    .vehicle-title{
        text-align:center;
        margin-top:20px;
    }

    .price-box{
        margin-top:20px;
    }
}

/* Mobile */

@media (max-width:767px){

    .vehicle-rate-item{
        padding:20px;
        border-radius:16px;
    }

    .vehicle-title{
        font-size:24px;
        text-align:center;
    }

    .vehicle-info{
        justify-content:center;
    }

    .vehicle-family{
        font-size:12px;
    }

    .vehicle-img{
        max-height:120px;
    }

    .price-box{
        margin-top:15px;
    }

    .btn{
        width:100%;
    }
}

.vehicle-rate-item{
    background:#fff;
    border:1px solid #e9ecef;
    border-radius:20px;
    padding:30px;
    transition:.3s;
    margin-bottom:25px;
}

.vehicle-rate-item:hover{
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transform:translateY(-4px);
}

.vehicle-family{
    display:inline-block;
    background:#fff4d6;
    color:#c58b00;
    padding:6px 14px;
    border-radius:30px;
    font-size:13px;
    font-weight:600;
    margin-bottom:15px;
}

.vehicle-img{
    max-height:140px;
    transition:.3s;
}

.vehicle-rate-item:hover .vehicle-img{
    transform:scale(1.05);
}

.vehicle-title{
    font-weight:700;
}

.vehicle-info{
    display:flex;
    align-items:center;
    gap:10px;
}

.vehicle-info i{
    color:#212733;
    min-width:20px;
}

.price-box{
    background:#fffdf5;
    border:2px dashed #212733;
    border-radius:15px;
    padding:20px;
}

@media (max-width: 991px){

    .vehicle-rate-item{
        padding:20px;
    }

    .vehicle-title{
        text-align:center;
        margin-top:20px;
    }

    .vehicle-info{
        justify-content:center;
    }

    .price-box{
        margin-top:20px;
    }
}

@media (max-width:576px){

    .vehicle-img{
        max-height:110px;
    }

    .vehicle-title{
        font-size:24px;
    }
}

.home-counter-section{
    padding:80px 0;
    background:linear-gradient(135deg,#fffdf8,#f8f9fa);
}

.counter-box{
    background:rgba(255,255,255,.8);
    backdrop-filter:blur(10px);

    border:1px solid rgba(255,255,255,.5);

    border-radius:20px;

    padding:35px 20px;

    transition:.35s;

    height:100%;
}

.counter-box:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.counter-icon{

    width:75px;
    height:75px;

    margin:0 auto 20px;

    border-radius:50%;

    background:#fff6da;

    display:flex;
    align-items:center;
    justify-content:center;
}

.counter-icon i{
    font-size:34px;
    color:#212733;
}

.counter-number{
    font-size:42px;
    font-weight:700;
    color:#111;
    margin-bottom:8px;
}

.counter-label{
    color:#666;
    font-size:16px;
    font-weight:500;
}

.site-topbar {
    background: linear-gradient(90deg, #ef005b 0%, #d10050 100%) !important;
    border-bottom: 0 !important;
}

.site-topbar a,
.site-topbar-hours,
.site-topbar-socials span {
    color: rgb(255 255 255) !important;
    font-size: 13px !important;
    font-weight: 600 !important;
}

.site-topbar i {
    color: #ffffff !important;
    font-size: 12px !important;
}

.site-header {
    background: #000000 !important;
    box-shadow: 0 10px 24px rgba(33, 39, 51, 0.08) !important;
    border-bottom: 1px solid rgba(33, 39, 51, 0.06) !important;
    backdrop-filter: none !important;
}

.site-nav-links a.active,
.site-nav-links a:hover {
    color: #ffd223 !important;
}

.site-nav-links a {
    position: relative;
    color: #ffffff !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
    text-transform: uppercase !important;
}

.site-book-btn {
    background: #212733 !important;
    color: #020304 !important;
    border: 1px solid #0867d9 !important;
}

.homepage-about-section {
    padding-top: 72px;
}

.homepage-about-section .home-about-reframe {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
    align-items: center;
    gap: 38px;
    padding: 34px;
    border-radius: 32px;
    background:
        radial-gradient(circle at top left, rgba(33, 39, 51, 0.12), transparent 24%),
        linear-gradient(135deg, #fffdf8 0%, #f7fbff 58%, #eef6ff 100%);
    border: 1px solid rgba(239, 0, 91, 0.08);
    box-shadow: 0 26px 60px rgba(33, 39, 51, 0.08);
}

.homepage-about-section .home-about-reframe-copy {
    max-width: 640px;
}

.homepage-about-section .section-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(239, 0, 91, 0.1);
    color: #d10050;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.homepage-about-section .home-about-reframe-copy h2 {
    margin: 18px 0 14px;
    color: #111827;
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -0.04em;
}

.homepage-about-section .home-about-reframe-copy > p {
    margin-bottom: 0;
    color: #556170;
    font-size: 1rem;
    line-height: 1.8;
}

.home-about-reframe-points {
    display: grid;
    gap: 14px;
    margin: 24px 0 26px;
}

.home-about-point-card {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    padding: 16px 18px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(33, 39, 51, 0.06);
    box-shadow: 0 14px 28px rgba(33, 39, 51, 0.05);
}

.home-about-point-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background: linear-gradient(135deg, #ef005b 0%, #d10050 100%);
    color: #ffffff;
    font-size: 20px;
    box-shadow: 0 14px 28px rgba(239, 0, 91, 0.22);
}

.home-about-point-card h3 {
    margin: 0 0 6px;
    color: #111827;
    font-size: 1rem;
    font-weight: 800;
}

.home-about-point-card p {
    margin: 0;
    color: #667085;
    font-size: 0.93rem;
    line-height: 1.7;
}

.home-about-contact-row {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
    padding: 12px 18px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid rgba(33, 39, 51, 0.08);
    box-shadow: 0 12px 26px rgba(33, 39, 51, 0.06);
}

.home-about-contact-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #212733;
    color: #111111;
    font-size: 16px;
}

.home-about-contact-row a {
    color: #111827;
    font-size: 1rem;
    font-weight: 800;
    text-decoration: none;
}

.home-about-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.home-about-actions .hero-action {
    min-height: 48px;
    padding: 0 22px;
    border-radius: 999px;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 800;
}

.home-about-actions .hero-action-primary {
    background: linear-gradient(90deg, #ef005b 0%, #d10050 100%);
    color: #ffffff;
    box-shadow: 0 14px 28px rgba(239, 0, 91, 0.2);
}

.home-about-actions .hero-action-secondary {
    background: #ffffff;
    color: #111827;
    border: 1px solid rgba(33, 39, 51, 0.12);
    box-shadow: 0 12px 24px rgba(33, 39, 51, 0.05);
}

.home-about-reframe-visual {
    position: relative;
    min-height: 100%;
}

.home-about-reframe-media {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    box-shadow: 0 28px 58px rgba(33, 39, 51, 0.14);
}

.home-about-reframe-media img {
    width: 100%;
    min-height: 940px;
    object-fit: cover;
    display: block;
}

.home-about-floating-card {
    position: absolute;
    z-index: 2;
    max-width: 210px;
    padding: 16px 18px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(33, 39, 51, 0.08);
    box-shadow: 0 18px 34px rgba(33, 39, 51, 0.12);
}

.home-about-floating-card strong {
    display: block;
    margin-bottom: 4px;
    color: #d10050;
    font-size: 1.2rem;
    font-weight: 800;
}

.home-about-floating-card span {
    color: #667085;
    font-size: 0.88rem;
    line-height: 1.5;
}

.home-about-floating-card-top {
    top: 20px;
    right: -10px;
}

.home-about-floating-card-bottom {
    left: -10px;
    bottom: 20px;
}

/* Homepage section redesign below banner only */
.homepage-about-section,
.home-counter-section,
.popular-trips-showcase-section,
.home-services-section,
.route-tags-reference-section,
.packages-dark-section,
.testimonials-section {
    position: relative;
}

.homepage-about-section .container,
.home-counter-section .container,
.popular-trips-showcase-section .container,
.home-services-section .container,
.route-tags-reference-section .container,
.packages-dark-section .container,
.testimonials-section .container {
    position: relative;
    z-index: 1;
}

.homepage-about-section {
    padding-top: 86px;
}

.homepage-about-section .home-about-banner-grid {
    align-items: center;
    gap: 36px;
    padding: 38px;
    border: 1px solid rgba(23, 33, 43, 0.08);
    border-radius: 34px;
    background:
        linear-gradient(135deg, rgba(255, 248, 238, 0.92) 0%, rgba(255, 255, 255, 0.98) 100%);
    box-shadow: 0 30px 70px rgba(17, 24, 39, 0.08);
}

.homepage-about-section .home-about-banner-copy {
    max-width: 620px;
}

.homepage-about-section .home-about-banner-copy h2 {
    color: #16202a;
    letter-spacing: -0.04em;
}

.home-about-banner-list li {
    border: 1px solid rgba(209, 93, 47, 0.12);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.82);
}

.homepage-about-section .home-about-banner-media {
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 24px 48px rgba(17, 24, 39, 0.14);
}

.home-counter-section {
    background:
        radial-gradient(circle at top right, rgba(33, 39, 51, 0.08), transparent 22%),
        linear-gradient(180deg, #f8fafc 0%, #eef3f8 100%);
}

.home-counter-shell {
    border: 1px solid rgba(23, 33, 43, 0.06);
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 24px 60px rgba(17, 24, 39, 0.07);
    backdrop-filter: blur(8px);
}

.home-counter-card {
    border: 1px solid rgba(23, 33, 43, 0.06);
    border-radius: 24px;
    background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
    box-shadow: 0 18px 36px rgba(17, 24, 39, 0.06);
}

.popular-trips-showcase-section .popular-trips-showcase-head,
.home-services-section .home-services-shell,
.route-tags-reference-section .route-tags-reference-cloud,
.testimonials-section .testimonials-carousel {
    position: relative;
}

.popular-trips-showcase-section .popular-trips-showcase-grid {
    gap: 24px;
}

.popular-trips-showcase-card {
    border: 1px solid rgba(23, 33, 43, 0.08);
    border-radius: 24px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 20px 50px rgba(17, 24, 39, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.popular-trips-showcase-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 56px rgba(17, 24, 39, 0.12);
}

.popular-trips-showcase-image img {
    height: 220px;
    object-fit: cover;
}

.popular-trips-showcase-body {
    padding: 22px 22px 24px;
}

.popular-trips-showcase-body h3 a {
    color: #16202a;
}

.home-services-section .home-services-shell {
    padding: 38px;
    border: 1px solid rgba(23, 33, 43, 0.08);
    border-radius: 34px;
    background:
        linear-gradient(135deg, #d10050 0%, #7f0030 56%, #b80046 100%);
    box-shadow: 0 30px 70px rgba(17, 24, 39, 0.14);
}

.home-services-section .home-services-heading h2,
.home-services-section .home-services-heading p {
    color: #ffffff !important;
}

.home-services-section .section-kicker {
    color: #2b3240 !important;
}

.service-showcase-card {
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(8px);
}

.service-showcase-card h3,
.service-showcase-card p,
.service-showcase-link,
.service-showcase-number {
    color: #ffffff !important;
}

.service-showcase-icon {
    background: rgba(255, 211, 122, 0.14);
    color: #2b3240;
}

.home-services-proof span {
    margin-top: 7px;
    color: #070707 !important;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
}

.route-tags-reference-section .route-tags-reference-cloud {
    gap: 16px;
    border-radius: 28px;
    background: none;
}

.route-tags-reference-marquee-wrap {
    display: grid;
    gap: 18px;
}

.route-tags-reference-marquee {
    position: relative;
    overflow: hidden;
    width: 100%;
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
}

.route-tags-reference-track {
    display: flex;
    align-items: stretch;
    gap: 16px;
    width: max-content;
}

.route-tags-reference-marquee-forward .route-tags-reference-track {
    animation: routeCoverageMarqueeLeft 34s linear infinite;
}

.route-tags-reference-marquee-reverse .route-tags-reference-track {
    animation: routeCoverageMarqueeRight 34s linear infinite;
}

.route-tags-reference-marquee:hover .route-tags-reference-track {
    animation-play-state: paused;
}

.route-tag-reference-pill {
    flex: 0 0 272px;
    border: 1px solid rgba(23, 33, 43, 0.08);
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(17, 24, 39, 0.05);
}

@keyframes routeCoverageMarqueeLeft {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-50% - 8px));
    }
}

@keyframes routeCoverageMarqueeRight {
    from {
        transform: translateX(calc(-50% - 8px));
    }

    to {
        transform: translateX(0);
    }
}

.packages-dark-section {
    background:
        radial-gradient(circle at top left, rgba(239, 0, 91, 0.12), transparent 18%),
        linear-gradient(180deg, #fff8f0 0%, #fff 100%);
}

.packages-dark-section .section-heading-light h2,
.packages-dark-section .section-heading-light p,
.packages-dark-section .section-heading-light .section-kicker {
    color: #16202a !important;
}

.package-card-dark {
    border: 1px solid rgba(23, 33, 43, 0.08);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 22px 54px rgba(17, 24, 39, 0.08);
}

.package-card-dark .package-card-overlay {
    background: linear-gradient(180deg, rgba(33, 39, 51, 0.05) 0%, rgba(33, 39, 51, 0.72) 100%);
}

.testimonials-section {
    background:
        radial-gradient(circle at bottom right, rgba(33, 39, 51, 0.08), transparent 20%),
        linear-gradient(180deg, #f7f9fb 0%, #ffffff 100%);
}

.testimonial-card {
    border: 1px solid rgba(23, 33, 43, 0.08);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 20px 48px rgba(17, 24, 39, 0.07);
}

.testimonial-avatar {
    background: linear-gradient(135deg, #212733 0%, #3b4352 100%);
    color: #ffffff;
}

@media (max-width: 991.98px) {
    .homepage-about-section .home-about-reframe {
        grid-template-columns: 1fr;
        gap: 26px;
        padding: 26px;
    }

    .home-about-reframe-media img {
        min-height: 360px;
    }

    .home-about-floating-card-top {
        right: 16px;
    }

    .home-about-floating-card-bottom {
        left: 16px;
    }

    .homepage-about-section .home-about-banner-grid,
    .home-services-section .home-services-shell {
        padding: 28px;
    }

    .route-tags-reference-section .route-tags-reference-cloud {
        padding: 22px;
    }
}

@media (max-width: 767.98px) {
    .homepage-about-section {
        padding-top: 66px;
    }

    .homepage-about-section .home-about-reframe {
        padding: 22px;
        border-radius: 24px;
    }

    .home-about-point-card {
        grid-template-columns: 44px minmax(0, 1fr);
        padding: 14px;
        border-radius: 16px;
    }

    .home-about-point-icon {
        width: 44px;
        height: 44px;
        border-radius: 12px;
        font-size: 16px;
    }

    .home-about-contact-row {
        width: 100%;
        justify-content: flex-start;
    }

    .home-about-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .home-about-actions .hero-action {
        width: 100%;
        justify-content: center;
    }

    .home-about-reframe-media img {
        min-height: 300px;
    }

    .home-about-floating-card {
        position: static;
        max-width: none;
        margin-top: 14px;
    }

    .homepage-about-section .home-about-banner-grid,
    .home-services-section .home-services-shell {
        padding: 22px;
        border-radius: 24px;
    }

    .home-counter-shell,
    .route-tags-reference-section .route-tags-reference-cloud {
        border-radius: 22px;
    }

    .route-tags-reference-marquee {
        overflow: visible;
        -webkit-mask-image: none;
        mask-image: none;
    }

    .route-tags-reference-track {
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px;
        width: 100%;
    }

    .route-tags-reference-marquee-forward .route-tags-reference-track,
    .route-tags-reference-marquee-reverse .route-tags-reference-track {
        animation: none;
    }

    .route-tag-reference-pill {
        flex-basis: auto;
        width: 100% !important;
    }

    .popular-trips-showcase-image img {
        height: 190px;
    }
}

.homepage-section.home-counter-section {
    display: none !important;
}

.popular-trips-showcase-section .popular-trips-showcase-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 28px;
}

.popular-trips-showcase-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 36px;
    padding: 0 18px;
    border-radius: 999px;
    background: linear-gradient(90deg, #d10050 0%, #b80046 100%);
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 800;
}

.popular-trips-showcase-head h2 {
    margin: 18px 0 0;
    color: #0f172a;
    font-size: clamp(2rem, 3.8vw, 3.9rem);
    line-height: 1.06;
    font-weight: 800;
    letter-spacing: -0.05em;
}

.popular-trips-showcase-all {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    padding: 0 28px;
    border-radius: 20px;
    background: linear-gradient(90deg, #d10050 0%, #b80046 100%);
    color: #ffffff !important;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 18px 36px rgba(35, 84, 245, 0.22);
}

.popular-trips-showcase-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.popular-trips-showcase-card {
    display: block;
    max-height: none;
    border-radius: 26px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 22px 48px rgba(33, 39, 51, 0.08);
    border: 1px solid rgba(33, 39, 51, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.popular-trips-showcase-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 56px rgba(33, 39, 51, 0.12);
}

.popular-trips-showcase-image img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.popular-trips-showcase-body {
    display: block;
    padding: 18px 20px 16px;
    background: #ffffff;
    color: #0f172a;
}

.popular-trips-showcase-body h3 {
    margin: 0 0 14px;
    color: #0f172a !important;
}

.popular-trips-showcase-body h3 a {
    color: #0f172a !important;
    text-decoration: none;
    font-size: 16px !important;
    font-weight: 800 !important;
    line-height: 1.35 !important;
}

.popular-trips-showcase-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.popular-trips-showcase-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #667085 !important;
    font-size: 13px;
    font-weight: 500;
}

.popular-trips-showcase-tag i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(239, 0, 91, 0.1);
    color: #d10050;
    font-size: 14px;
}

.popular-trips-showcase-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 14px;
    border-top: 1px solid rgba(33, 39, 51, 0.08);
}

.popular-trips-showcase-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #b80046 !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    text-decoration: none !important;
}

@media (max-width: 991.98px) {
    .popular-trips-showcase-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .popular-trips-showcase-section .popular-trips-showcase-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .popular-trips-showcase-head h2 {
        font-size: 2.6rem;
    }
}

@media (max-width: 767.98px) {
    .popular-trips-showcase-grid {
        grid-template-columns: 1fr;
    }

    .popular-trips-showcase-head h2 {
        font-size: 2rem;
    }

    .popular-trips-showcase-all {
        min-height: 50px;
        padding: 0 20px;
        border-radius: 16px;
    }

    .popular-trips-showcase-image img {
        height: auto;
    }
}

.packages-dark-section {
    padding: 84px 0;
    background:
        radial-gradient(circle at top left, rgba(239, 0, 91, 0.1), transparent 22%),
        radial-gradient(circle at bottom right, rgba(239, 0, 91, 0.12), transparent 20%),
        linear-gradient(180deg, #f6f9fc 0%, #ffffff 100%);
}

.packages-dark-section .section-heading {
    margin-bottom: 34px;
}

.packages-dark-section .section-heading-light .section-kicker {
    color: #d10050 !important;
}

.packages-dark-section .section-heading-light h2 {
    color: #16202a !important;
    letter-spacing: -0.04em;
}

.packages-dark-section .section-heading-light p {
    color: #607080 !important;
}

.package-grid-dark {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.package-card-dark {
    position: relative;
    border: 1px solid rgba(21, 88, 149, 0.08);
    border-radius: 24px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 20px 50px rgba(33, 39, 51, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.package-card-dark:hover {
    transform: translateY(-8px);
    box-shadow: 0 28px 60px rgba(33, 39, 51, 0.14);
}

.tariff-page-hero {
    padding: 78px 0 54px !important;
    background:
        linear-gradient(
            90deg,
            rgba(18, 14, 14, 0.74) 0%,
            rgba(18, 14, 14, 0.58) 34%,
            rgba(18, 14, 14, 0.24) 68%,
            rgba(18, 14, 14, 0.12) 100%
        ),
        url("/images/tariff-contact-banner.png") center center / cover no-repeat !important;
}

.tariff-hero-shell {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(300px, 0.7fr);
    gap: 28px;
    align-items: stretch;
}

.tariff-hero-copy,
.tariff-hero-panel {
    border: 1px solid rgba(33, 39, 51, 0.08);
    border-radius: 32px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(246, 249, 255, 0.98) 100%);
    box-shadow: 0 24px 60px rgba(33, 39, 51, 0.08);
}

.tariff-hero-copy {
    padding: 38px 40px;
}

.tariff-hero-copy .page-kicker {
    background: linear-gradient(90deg, #d10050 0%, #b80046 100%);
    color: #ffffff !important;
}

.tariff-hero-copy h1 {
    margin: 18px 0 14px;
    color: #151922;
    font-size: clamp(2.2rem, 4vw, 3.8rem);
    line-height: 1.04;
    font-weight: 800;
    letter-spacing: -0.05em;
}

.tariff-hero-copy p {
    max-width: 680px;
    margin: 0;
    color: #667085;
    font-size: 1rem;
    line-height: 1.8;
}

.tariff-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 26px;
}

.tariff-hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 24px;
    border-radius: 999px;
    font-size: 0.95rem;
    font-weight: 800;
    text-decoration: none;
}

.tariff-hero-btn-primary {
    background: linear-gradient(90deg, #d10050 0%, #b80046 100%);
    color: #ffffff !important;
    box-shadow: 0 16px 32px rgba(35, 84, 245, 0.22);
}

.tariff-hero-btn-secondary {
    background: #ffffff;
    color: #111827 !important;
    border: 1px solid rgba(33, 39, 51, 0.12);
    box-shadow: 0 12px 24px rgba(33, 39, 51, 0.06);
}

.tariff-hero-panel {
    display: grid;
    gap: 16px;
    padding: 24px;
}

.tariff-hero-stat-card {
    padding: 22px 22px 20px;
    border-radius: 24px;
    background: linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
    border: 1px solid rgba(33, 39, 51, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.tariff-hero-stat-card strong {
    display: block;
    margin-bottom: 8px;
    color: #d10050;
    font-size: 2.1rem;
    font-weight: 800;
    line-height: 1;
}

.tariff-hero-stat-card span {
    color: #667085;
    font-size: 0.93rem;
    line-height: 1.65;
}

.tariff-section-heading {
    margin-bottom: 30px;
}

.tariff-section-heading h2 {
    color: #151922;
    letter-spacing: -0.04em;
}

.tariff-section-heading p {
    color: #667085 !important;
}

.tariff-rate-section {
    padding-top: 18px;
}

.tariff-rate-section .vehicle-rate-list {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
    gap: 24px !important;
}

.tariff-rate-section .vehicle-rate-item {
    margin-bottom: 0;
    padding: 22px;
    border: 1px solid rgba(33, 39, 51, 0.08);
    border-radius: 28px;
    background: linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
    box-shadow: 0 22px 50px rgba(33, 39, 51, 0.08);
}

.tariff-rate-section .vehicle-rate-media {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-height: 180px;
}

.tariff-rate-section .vehicle-family {
    margin-bottom: 18px;
    background: #eef4ff;
    color: #b80046;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.tariff-rate-section .vehicle-img {
    width: 100%;
    max-height: 150px;
    object-fit: contain;
}

.tariff-rate-section .vehicle-title {
    margin-bottom: 14px;
    color: #111827;
    font-size: 1.45rem;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.tariff-rate-section .price-box {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    gap: 0;
    margin-bottom: 18px;
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(33, 39, 51, 0.22);
    border-radius: 22px;
    background: #fffaf0;
}

.tariff-rate-section .price-box > div {
    padding: 16px 14px;
}

.tariff-rate-section .price-box small {
    color: #8a6a00;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.tariff-rate-section .price-box h2,
.tariff-rate-section .price-box h5 {
    margin: 8px 0 0;
    color: #151922;
    font-weight: 800;
}

.tariff-rate-section .price-box h2 {
    font-size: 1.6rem;
}

.tariff-rate-section .price-box h5 {
    font-size: 1.2rem;
}

.tariff-rate-section .price-divider {
    width: 1px;
    height: auto;
    margin: 0;
    background: rgba(33, 39, 51, 0.3);
}

.tariff-rate-section .vehicle-info-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 18px;
}

.tariff-rate-section .vehicle-info {
    min-height: 48px;
    padding: 10px 12px;
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid rgba(33, 39, 51, 0.06);
    color: #475467;
    font-size: 13px;
    font-weight: 700;
}

.tariff-rate-section .vehicle-info i {
    color: #d10050;
}

.tariff-rate-section .vehicle-rate-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 48px;
    border-radius: 999px;
    background: #212733;
    color: #111111 !important;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 14px 28px rgba(33, 39, 51, 0.18);
}

.tariff-notes-section {
    padding-top: 8px;
}

.tariff-note-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.tariff-note-card {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
    padding: 24px;
    border-radius: 26px;
    border: 1px solid rgba(33, 39, 51, 0.08);
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    box-shadow: 0 18px 42px rgba(33, 39, 51, 0.08);
}

.tariff-note-icon {
    width: 56px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: linear-gradient(135deg, #d10050 0%, #b80046 100%);
    color: #ffffff;
    box-shadow: 0 16px 32px rgba(35, 84, 245, 0.2);
}

.tariff-note-icon i {
    font-size: 20px;
}

.tariff-note-copy strong {
    display: block;
    margin-bottom: 8px;
    color: #111827;
    font-size: 1.05rem;
    font-weight: 800;
}

.tariff-note-copy p {
    margin: 0;
    color: #667085;
    line-height: 1.75;
}

/* About page redesign */
.about-rebuild-page {
    background:
        radial-gradient(circle at top left, rgba(33, 39, 51, 0.08), transparent 18%),
        radial-gradient(circle at bottom right, rgba(239, 0, 91, 0.08), transparent 18%),
        linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.about-rebuild-page .page-section {
    padding: 82px 0;
}

.about-rebuild-hero {
    position: relative;
    padding: 96px 0 82px !important;
    background-color: #123d73 !important;
    background-image:
        linear-gradient(90deg, rgba(33, 39, 51, 0.78) 0%, rgba(33, 39, 51, 0.58) 34%, rgba(33, 39, 51, 0.28) 68%, rgba(33, 39, 51, 0.18) 100%),
        url("/images/about-banner-skyline.png") !important;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.about-rebuild-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(33, 39, 51, 0.18) 0%, rgba(33, 39, 51, 0.4) 100%);
    pointer-events: none;
}

.about-rebuild-hero .container {
    position: relative;
    z-index: 1;
}

.about-rebuild-hero-grid {
    gap: 48px;
    align-items: center;
}

.about-rebuild-hero-simple {
    max-width: 780px;
}

.about-rebuild-hero-copy {
    max-width: 780px;
}

.about-rebuild-hero .page-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 46px;
    padding: 0 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12) !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.about-rebuild-hero h1 {
    max-width: 760px;
    margin: 28px 0 22px !important;
    color: #ffffff !important;
    font-size: clamp(3.15rem, 5vw, 5.8rem) !important;
    line-height: 1.01 !important;
    font-weight: 800 !important;
    letter-spacing: -0.06em !important;
}

.about-rebuild-hero p {
    max-width: 760px;
    margin: 0;
    color: rgba(255, 255, 255, 0.84) !important;
    font-size: 1.12rem !important;
    line-height: 1.75 !important;
}

.about-rebuild-primary-btn,
.about-rebuild-secondary-btn {
    min-height: 52px;
    padding: 0 24px;
    border-radius: 999px !important;
    font-size: 15px;
    font-weight: 800 !important;
    gap: 10px;
}

.about-rebuild-primary-btn {
    background: linear-gradient(90deg, #212733 0%, #3b4352 100%);
    color: #111111 !important;
    box-shadow: 0 16px 32px rgba(33, 39, 51, 0.22);
}

.about-rebuild-secondary-btn {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: #ffffff !important;
}

.about-taxi-service-tags {
    gap: 12px;
    margin-top: 24px;
}

.about-taxi-service-tags span {
    min-height: 40px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.14);
    font-size: 13px;
    font-weight: 700;
}

.about-rebuild-hero-metrics {
    gap: 16px;
    margin-top: 32px;
}

.about-rebuild-metric-card {
    padding: 18px 18px 16px;
    border-radius: 22px !important;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
}

.about-rebuild-metric-card strong {
    font-size: 1.5rem;
}

.about-rebuild-hero-visual {
    min-height: 560px;
}

.about-rebuild-hero-scene {
    position: relative;
    height: 100%;
}

.about-rebuild-hero-photo-wrap {
    inset: 34px 26px 72px 26px;
    overflow: hidden;
    border-radius: 34px !important;
    background: linear-gradient(180deg, #f7fbff 0%, #dcecff 100%);
    box-shadow: 0 28px 60px rgba(3, 18, 39, 0.22);
}

.about-rebuild-hero-car {
    inset: 0;
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: cover;
    filter: none;
}

.about-rebuild-hero-mini-panel {
    position: absolute;
    right: 22px;
    bottom: 22px;
    z-index: 3;
    max-width: 240px;
    padding: 18px 18px 16px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(33, 39, 51, 0.08);
    box-shadow: 0 18px 38px rgba(33, 39, 51, 0.14);
}

.about-rebuild-hero-mini-panel strong {
    display: block;
    margin-bottom: 6px;
    color: #0f172a;
    font-size: 1rem;
    font-weight: 800;
}

.about-rebuild-hero-mini-panel p {
    margin: 0;
    color: #667085 !important;
    font-size: 0.88rem !important;
    line-height: 1.65 !important;
}

.about-rebuild-floating-card {
    max-width: 250px;
    padding: 16px 18px;
    border-radius: 20px !important;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(33, 39, 51, 0.08);
    box-shadow: 0 18px 40px rgba(33, 39, 51, 0.14);
}

.about-rebuild-floating-card-top {
    top: 6px;
    right: -8px;
}

.about-rebuild-floating-card-bottom {
    left: -8px;
    bottom: 8px;
}

.about-rebuild-floating-icon {
    width: 46px;
    height: 46px;
    border-radius: 16px;
    background: linear-gradient(135deg, #d10050, #b80046);
}

.about-taxi-strip-section {
    margin-top: -26px;
    padding: 0 0 24px;
}

.about-taxi-strip {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
    padding: 16px;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(33, 39, 51, 0.08);
    box-shadow: 0 22px 48px rgba(33, 39, 51, 0.1);
}

.about-taxi-strip div {
    min-height: 68px;
    gap: 10px;
    padding: 12px 14px;
    border-radius: 18px;
    background: #f7fbff;
    font-size: 14px;
    font-weight: 800;
}

.about-rebuild-story-section {
    padding-top: 34px !important;
}

.about-rebuild-story-grid {
    grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.08fr);
    gap: 42px;
    align-items: center;
}

.about-rebuild-story-main,
.about-rebuild-story-stack img {
    overflow: hidden;
    border-radius: 28px !important;
}

.about-rebuild-story-main img,
.about-rebuild-story-stack img {
    border-radius: 28px !important;
    box-shadow: 0 20px 42px rgba(33, 39, 51, 0.1);
}

.about-rebuild-story-main {
    min-height: 520px;
}

.about-rebuild-story-copy .section-kicker,
.about-rebuild-heading .section-kicker,
.about-rebuild-cta-copy .section-kicker {
    color: #d10050 !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    letter-spacing: 0.18em !important;
    text-transform: uppercase;
}

.about-rebuild-story-copy h2,
.about-rebuild-heading h2,
.about-rebuild-cta-copy h2 {
    margin: 14px 0 16px !important;
    color: #151922 !important;
    font-size: clamp(2rem, 3vw, 3.15rem) !important;
    line-height: 1.08 !important;
    letter-spacing: -0.04em !important;
}

.about-rebuild-cta-copy h2 {
    color: #fefeff !important;
}

.about-rebuild-story-points {
    gap: 18px;
}

.about-rebuild-story-point {
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 16px;
    padding: 18px 20px;
    border-radius: 24px !important;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    border: 1px solid rgba(33, 39, 51, 0.08);
    box-shadow: 0 18px 38px rgba(33, 39, 51, 0.08);
}

.about-rebuild-story-point > span {
    width: 50px;
    height: 50px;
    border-radius: 16px;
    background: rgba(239, 0, 91, 0.1);
    color: #d10050;
}

.about-rebuild-story-statline {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 24px;
}

.about-rebuild-story-statline div {
    padding: 18px;
    border-radius: 20px;
    background: #0f172a;
    box-shadow: 0 18px 38px rgba(33, 39, 51, 0.14);
}

.about-rebuild-story-statline strong {
    display: block;
    margin-bottom: 6px;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 800;
}

.about-rebuild-story-statline span {
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.88rem;
    line-height: 1.55;
}

.about-rebuild-pillars-section {
    background:
        radial-gradient(circle at top right, rgba(239, 0, 91, 0.08), transparent 22%),
        linear-gradient(180deg, #f7fbff 0%, #eef5ff 100%) !important;
}

.about-rebuild-heading {
    max-width: 780px;
    margin: 0 auto 38px !important;
}

.about-rebuild-pillars-grid {
    gap: 24px;
}

.about-rebuild-pillar-card {
    padding: 30px 28px;
    border-radius: 28px !important;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
    border: 1px solid rgba(33, 39, 51, 0.07);
    box-shadow: 0 18px 42px rgba(33, 39, 51, 0.07);
}

.about-rebuild-pillar-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    border-radius: 18px;
    background: linear-gradient(135deg, #d10050 0%, #b80046 100%);
}

.about-rebuild-pillar-card h3 {
    font-size: 1.35rem;
}

.about-rebuild-benefits-section.about-taxi-process-section {
    padding-top: 74px !important;
    background: #ffffff !important;
}

.about-rebuild-benefits-grid {
    gap: 22px;
}

.about-taxi-process-section .about-rebuild-benefit-card {
    position: relative;
    text-align: left;
    padding: 28px 24px;
    border-radius: 26px !important;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    border: 1px solid rgba(33, 39, 51, 0.08);
    box-shadow: 0 18px 40px rgba(33, 39, 51, 0.08);
}

.about-taxi-process-section .about-rebuild-benefit-card::before {
    left: 24px;
    right: 24px;
    height: 4px;
    border-radius: 0 0 8px 8px;
    background: linear-gradient(90deg, #212733 0%, #3b4352 100%);
}

.about-taxi-process-section .about-rebuild-benefit-icon {
    width: 56px;
    height: 56px;
    margin: 0 0 18px;
    border-radius: 16px;
    background: #d10050;
}

.about-rebuild-step-no {
    position: absolute;
    top: 22px;
    right: 22px;
    color: #d0d5dd;
    font-size: 2.1rem;
    font-weight: 800;
    line-height: 1;
}

.about-rebuild-values-section {
    padding-top: 8px !important;
}

.about-rebuild-values-shell {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 30px;
    padding: 34px;
    border-radius: 30px;
    background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
    border: 1px solid rgba(33, 39, 51, 0.08);
    box-shadow: 0 22px 52px rgba(33, 39, 51, 0.08);
}

.about-rebuild-values-copy h2 {
    margin: 14px 0 16px;
    color: #151922;
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1.08;
    letter-spacing: -0.04em;
}

.about-rebuild-values-copy p {
    color: #667085;
    line-height: 1.8;
}

.about-rebuild-values-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.about-rebuild-value-card {
    display: grid;
    gap: 12px;
    padding: 22px;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid rgba(33, 39, 51, 0.07);
    box-shadow: 0 16px 34px rgba(33, 39, 51, 0.06);
}

.about-rebuild-value-card i {
    color: #d10050;
    font-size: 1.5rem;
}

.about-rebuild-value-card strong {
    color: #151922;
    font-size: 1rem;
    font-weight: 800;
}

.about-rebuild-value-card span {
    color: #667085;
    font-size: 0.92rem;
    line-height: 1.7;
}

.about-rebuild-cta-section {
    padding-top: 16px !important;
}

.about-rebuild-cta-card {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    align-items: center;
    padding: 38px 40px;
    border-radius: 30px !important;
    background: linear-gradient(120deg, #081f38 0%, #0b3d74 56%, #d10050 100%);
    box-shadow: 0 24px 54px rgba(33, 39, 51, 0.18);
}

.about-rebuild-cta-copy p {
    max-width: 680px;
    color: rgba(255, 255, 255, 0.82) !important;
}

@media (max-width: 991.98px) {
    .about-rebuild-page .page-section {
        padding: 70px 0;
    }

    .about-rebuild-hero-grid,
    .about-rebuild-story-grid,
    .about-rebuild-values-shell,
    .about-rebuild-cta-card {
        grid-template-columns: 1fr !important;
    }

    .about-rebuild-pillars-grid,
    .about-rebuild-benefits-grid,
    .about-rebuild-values-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-rebuild-hero-visual {
        min-height: 500px;
    }

    .about-taxi-strip {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .about-rebuild-hero {
        padding: 72px 0 60px !important;
    }

    .about-rebuild-page .page-section {
        padding: 58px 0;
    }

    .about-rebuild-hero h1 {
        margin: 22px 0 18px !important;
        font-size: clamp(2.45rem, 9vw, 3.9rem) !important;
        line-height: 1.04 !important;
    }

    .about-rebuild-hero p {
        font-size: 1rem !important;
        line-height: 1.7 !important;
    }

    .about-rebuild-hero-actions,
    .about-rebuild-cta-actions,
    .about-taxi-service-tags {
        flex-direction: column;
    }

    .about-rebuild-primary-btn,
    .about-rebuild-secondary-btn,
    .about-taxi-service-tags span {
        width: 100%;
        justify-content: center;
    }

    .about-rebuild-hero-metrics,
    .about-rebuild-pillars-grid,
    .about-rebuild-benefits-grid,
    .about-rebuild-values-grid,
    .about-rebuild-story-statline,
    .about-taxi-strip {
        grid-template-columns: 1fr !important;
    }

    .about-rebuild-hero-visual {
        min-height: 380px;
    }

    .about-rebuild-hero-photo-wrap {
        inset: 18px 0 76px;
        border-radius: 24px !important;
    }

    .about-rebuild-hero-mini-panel {
        right: 10px;
        left: 10px;
        bottom: 10px;
        max-width: none;
    }

    .about-rebuild-floating-card {
        position: relative;
        max-width: none;
    }

    .about-rebuild-floating-card-top,
    .about-rebuild-floating-card-bottom {
        top: auto;
        right: auto;
        left: auto;
        bottom: auto;
        margin-top: 12px;
    }

    .about-rebuild-story-main {
        min-height: 280px;
    }

    .about-rebuild-story-main img,
    .about-rebuild-story-stack img {
        border-radius: 22px !important;
    }

    .about-rebuild-pillar-card,
    .about-taxi-process-section .about-rebuild-benefit-card,
    .about-rebuild-values-shell,
    .about-rebuild-cta-card {
        padding: 24px 20px;
        border-radius: 24px !important;
    }
}

.tariff-rental-section {
    padding-top: 12px;
}

.tariff-rental-heading {
    max-width: 760px;
    margin-bottom: 34px;
}

@media (max-width: 991.98px) {
    .tariff-hero-shell {
        grid-template-columns: 1fr;
    }

    .tariff-hero-copy,
    .tariff-hero-panel {
        padding: 28px;
    }

    .tariff-rate-section .vehicle-info-grid,
    .tariff-note-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .tariff-page-hero {
        padding: 64px 0 38px !important;
    }

    .tariff-hero-copy,
    .tariff-hero-panel {
        padding: 22px;
        border-radius: 24px;
    }

    .tariff-hero-actions {
        flex-direction: column;
    }

    .tariff-hero-btn {
        width: 100%;
    }

    .tariff-rate-section .vehicle-rate-item {
        padding: 18px;
        border-radius: 22px;
    }

    .tariff-rate-section .vehicle-rate-media {
        min-height: auto;
    }

    .tariff-rate-section .vehicle-title {
        font-size: 1.25rem;
        text-align: left;
        margin-top: 6px;
    }

    .tariff-rate-section .price-box {
        grid-template-columns: 1fr;
    }

    .tariff-rate-section .price-divider {
        width: auto;
        height: 1px;
    }

    .tariff-note-card {
        grid-template-columns: 1fr;
        padding: 20px;
        border-radius: 22px;
    }
}

.testimonials-section {
    padding: 82px 0 76px !important;
    background:
        radial-gradient(circle at top left, rgba(239, 0, 91, 0.08), transparent 22%),
        radial-gradient(circle at bottom right, rgba(33, 39, 51, 0.12), transparent 20%),
        linear-gradient(180deg, #f8fbff 0%, #ffffff 100%) !important;
}

.testimonials-section .section-heading {
    margin-bottom: 34px !important;
}

.testimonials-section .section-kicker {
    color: #d10050 !important;
}

.testimonials-section .section-heading h2 {
    color: #151922 !important;
    font-size: clamp(2.1rem, 3.4vw, 3.2rem) !important;
    letter-spacing: -0.04em;
}

.testimonials-section .section-heading p {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    color: #667085 !important;
}

.testimonials-carousel {
    max-width: 1180px !important;
    padding: 0 6px 36px !important;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 22px !important;
}

.testimonial-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 26px 24px 22px !important;
    border-radius: 28px !important;
    border: 1px solid rgba(33, 39, 51, 0.08) !important;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 250, 255, 0.96) 100%) !important;
    box-shadow: 0 22px 48px rgba(33, 39, 51, 0.08) !important;
    text-align: left !important;
    overflow: hidden;
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.testimonial-card:hover {
    transform: translateY(-8px);
    border-color: rgba(239, 0, 91, 0.16) !important;
    box-shadow: 0 28px 60px rgba(33, 39, 51, 0.12) !important;
}

.testimonial-card::after {
    content: "";
    position: absolute;
    inset: auto -42px -42px auto;
    width: 132px;
    height: 132px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(239, 0, 91, 0.1) 0%, rgba(239, 0, 91, 0) 72%);
    pointer-events: none;
}

.testimonial-quote-mark,
.testimonial-card-head,
.testimonial-stars,
.testimonial-card p,
.testimonial-card-footer {
    position: relative;
    z-index: 1;
}

.testimonial-quote-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin-bottom: 18px;
    border-radius: 16px;
    background: linear-gradient(135deg, #d10050 0%, #b80046 100%);
    color: #ffffff;
    box-shadow: 0 16px 34px rgba(35, 84, 245, 0.24);
}

.testimonial-quote-mark i {
    font-size: 22px;
    line-height: 1;
}

.testimonial-card-head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
}

.testimonial-avatar {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #212733 0%, #3b4352 100%);
    color: #ffffff;
    font-size: 18px;
    font-weight: 800;
    box-shadow: 0 14px 28px rgba(19, 34, 56, 0.16);
}

.testimonial-meta {
    display: grid;
    gap: 4px;
    justify-items: start !important;
}

.testimonial-meta strong {
    color: #111827 !important;
    font-size: 1.18rem;
    font-weight: 800;
    line-height: 1.2;
}

.testimonial-meta span {
    color: #667085 !important;
    font-size: 0.88rem;
    font-weight: 600;
}

.testimonial-stars {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    width: fit-content;
    margin-bottom: 16px !important;
    padding: 8px 12px;
    border-radius: 999px;
    background: #fff6d8;
    border: 1px solid rgba(33, 39, 51, 0.22);
}

.testimonial-stars i {
    color: #212733;
    font-size: 14px;
}

.testimonial-card p {
    margin: 0 0 22px !important;
    color: #475467 !important;
    font-size: 15px !important;
    line-height: 1.8 !important;
    flex: 1 1 auto;
}

.testimonial-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding-top: 16px;
    border-top: 1px solid rgba(33, 39, 51, 0.08);
}

.testimonial-card-tag {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 14px;
    border-radius: 999px;
    background: #eef4ff;
    color: #b80046;
    font-size: 13px;
    font-weight: 800;
}

.testimonial-book-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 116px;
    min-height: 42px;
    padding: 0 18px;
    border-radius: 999px;
    background: #212733;
    color: #111111 !important;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 14px 28px rgba(33, 39, 51, 0.2);
}

.testimonial-book-btn:hover {
    background: #ffcf33;
}

.testimonials-control {
    display: none !important;
}

.testimonials-carousel .carousel-indicators {
    position: static;
    margin: 22px 0 0;
    gap: 9px;
}

.testimonials-carousel .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    margin: 0;
    border: 0;
    border-radius: 999px;
    background: #d0d5dd;
    opacity: 1;
}

.testimonials-carousel .carousel-indicators .active {
    width: 28px;
    background: linear-gradient(90deg, #d10050 0%, #b80046 100%);
}

@media (max-width: 991.98px) {
    .testimonials-grid {
        grid-template-columns: 1fr !important;
    }

    .testimonial-card {
        padding: 24px 20px 20px !important;
        border-radius: 24px !important;
    }
}

@media (max-width: 767.98px) {
    .testimonials-section {
        padding: 68px 0 62px !important;
    }

    .testimonials-carousel {
        padding: 0 0 28px !important;
    }

    .testimonial-quote-mark {
        width: 46px;
        height: 46px;
        margin-bottom: 16px;
        border-radius: 14px;
    }

    .testimonial-card-head {
        gap: 12px;
    }

    .testimonial-avatar {
        width: 52px;
        height: 52px;
        border-radius: 16px;
        font-size: 16px;
    }

    .testimonial-meta strong {
        font-size: 1.05rem;
    }

    .testimonial-card p {
        font-size: 14px !important;
        line-height: 1.75 !important;
    }

    .testimonial-card-footer {
        flex-direction: column;
        align-items: flex-start;
    }

    .testimonial-book-btn {
        width: 100%;
    }
}

/* Shared homepage booking form theme for inner pages */
.contact-rebuild-form-shell .booking-card-reference,
.seo-hero-form-panel .booking-card-reference,
.seo-city-redesign-form .booking-card-reference {
    max-width: 430px !important;
    margin: 0 auto !important;
    padding: 16px 16px 18px !important;
    border: 1px solid rgba(16, 24, 40, 0.08) !important;
    border-top: 0 !important;
    border-radius: 24px !important;
    background: #ef005b !important;
    box-shadow: 0 26px 60px rgba(5, 11, 23, 0.24) !important;
}

.contact-rebuild-form-shell .booking-card-reference .booking-popup-head,
.seo-hero-form-panel .booking-card-reference .booking-popup-head,
.seo-city-redesign-form .booking-card-reference .booking-popup-head {
    display: none !important;
}

.contact-rebuild-form-shell .booking-card-reference .booking-tabs,
.seo-hero-form-panel .booking-card-reference .booking-tabs,
.seo-city-redesign-form .booking-card-reference .booking-tabs {
    display: grid !important;
    gap: 8px !important;
}

.contact-rebuild-form-shell .booking-card-reference .booking-tabs .nav-link,
.seo-hero-form-panel .booking-card-reference .booking-tabs .nav-link,
.seo-city-redesign-form .booking-card-reference .booking-tabs .nav-link {
    min-height: 44px;
    border-radius: 999px;
    border: 1px solid #dde2ea;
    background: #fff;
    color: #475467;
    font-size: 13px;
    font-weight: 700;
    box-shadow: none;
}

.contact-rebuild-form-shell .booking-card-reference .booking-tabs .nav-link.active,
.seo-hero-form-panel .booking-card-reference .booking-tabs .nav-link.active,
.seo-city-redesign-form .booking-card-reference .booking-tabs .nav-link.active {
    border-color: transparent;
    background: linear-gradient(90deg, #ef005b 0%, #d10050 100%);
    color: #ffffff;
    box-shadow: 0 10px 18px rgba(239, 0, 91, 0.22);
}

.contact-rebuild-form-shell .booking-card-reference .trip-toggle,
.seo-hero-form-panel .booking-card-reference .trip-toggle,
.seo-city-redesign-form .booking-card-reference .trip-toggle {
    display: flex !important;
    justify-content: center;
    gap: 22px;
    margin-bottom: 16px !important;
    padding: 8px;
    border-radius: 999px;
    background: #f6f7fb00;
}

.contact-rebuild-form-shell .booking-card-reference .trip-toggle .form-check,
.seo-hero-form-panel .booking-card-reference .trip-toggle .form-check,
.seo-city-redesign-form .booking-card-reference .trip-toggle .form-check {
    min-height: 44px !important;
    padding: 0 16px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: #ffffff !important;
}

.contact-rebuild-form-shell .booking-card-reference .trip-toggle .form-check-label,
.contact-rebuild-form-shell .booking-card-reference .section-title,
.contact-rebuild-form-shell .booking-card-reference .note,
.contact-rebuild-form-shell .booking-card-reference .booking-field .form-label,
.seo-hero-form-panel .booking-card-reference .trip-toggle .form-check-label,
.seo-hero-form-panel .booking-card-reference .section-title,
.seo-hero-form-panel .booking-card-reference .note,
.seo-hero-form-panel .booking-card-reference .booking-field .form-label,
.seo-city-redesign-form .booking-card-reference .trip-toggle .form-check-label,
.seo-city-redesign-form .booking-card-reference .section-title,
.seo-city-redesign-form .booking-card-reference .note,
.seo-city-redesign-form .booking-card-reference .booking-field .form-label {
    color: #ffffff !important;
}

.contact-rebuild-form-shell .booking-card-reference .booking-field .form-label,
.contact-rebuild-form-shell .booking-card-reference .section-title,
.seo-hero-form-panel .booking-card-reference .booking-field .form-label,
.seo-hero-form-panel .booking-card-reference .section-title,
.seo-city-redesign-form .booking-card-reference .booking-field .form-label,
.seo-city-redesign-form .booking-card-reference .section-title {
    position: static !important;
    margin-bottom: 6px !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    text-align: center !important;
}

.contact-rebuild-form-shell .booking-card-reference .booking-field::before,
.seo-hero-form-panel .booking-card-reference .booking-field::before,
.seo-city-redesign-form .booking-card-reference .booking-field::before {
    top: 30px !important;
    left: 12px !important;
    width: 18px !important;
    height: 18px !important;
    border-right: 0 !important;
    color: #98a2b3 !important;
    font-size: 13px !important;
    z-index: 2;
    content: "" !important;
}

.contact-rebuild-form-shell .booking-card-reference .booking-field-name::before,
.seo-hero-form-panel .booking-card-reference .booking-field-name::before,
.seo-city-redesign-form .booking-card-reference .booking-field-name::before {
    content: "\f4da" !important;
}

.contact-rebuild-form-shell .booking-card-reference .booking-field-mobile::before,
.seo-hero-form-panel .booking-card-reference .booking-field-mobile::before,
.seo-city-redesign-form .booking-card-reference .booking-field-mobile::before {
    content: "\f5c1" !important;
}

.contact-rebuild-form-shell .booking-card-reference .booking-field-email::before,
.seo-hero-form-panel .booking-card-reference .booking-field-email::before,
.seo-city-redesign-form .booking-card-reference .booking-field-email::before {
    content: "\f32f" !important;
}

.contact-rebuild-form-shell .booking-card-reference .booking-field-from::before,
.contact-rebuild-form-shell .booking-card-reference .booking-field-to::before,
.seo-hero-form-panel .booking-card-reference .booking-field-from::before,
.seo-hero-form-panel .booking-card-reference .booking-field-to::before,
.seo-city-redesign-form .booking-card-reference .booking-field-from::before,
.seo-city-redesign-form .booking-card-reference .booking-field-to::before {
    content: "\f3e7" !important;
}

.contact-rebuild-form-shell .booking-card-reference .booking-field-pickup-date::before,
.seo-hero-form-panel .booking-card-reference .booking-field-pickup-date::before,
.seo-city-redesign-form .booking-card-reference .booking-field-pickup-date::before {
    content: "\f1f6" !important;
}

.contact-rebuild-form-shell .booking-card-reference .booking-field-pickup-time::before,
.seo-hero-form-panel .booking-card-reference .booking-field-pickup-time::before,
.seo-city-redesign-form .booking-card-reference .booking-field-pickup-time::before {
    content: "\f293" !important;
}

.contact-rebuild-form-shell .booking-card-reference .booking-field .form-control,
.contact-rebuild-form-shell .booking-card-reference .booking-field .form-select,
.seo-hero-form-panel .booking-card-reference .booking-field .form-control,
.seo-hero-form-panel .booking-card-reference .booking-field .form-select,
.seo-city-redesign-form .booking-card-reference .booking-field .form-control,
.seo-city-redesign-form .booking-card-reference .booking-field .form-select {
    min-height: 40px !important;
    height: 40px !important;
    padding: 10px 12px 10px 38px !important;
    border-radius: 14px !important;
    border: 1px solid rgba(33, 39, 51, 0.08) !important;
    background: #ffffff !important;
    color: #151922 !important;
    box-shadow: none !important;
    font-size: 14px !important;
}

.contact-rebuild-form-shell .booking-card-reference .cab-grid,
.seo-hero-form-panel .booking-card-reference .cab-grid,
.seo-city-redesign-form .booking-card-reference .cab-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 10px !important;
    overflow: visible !important;
    padding: 0 !important;
    margin-top: 10px !important;
}

.contact-rebuild-form-shell .booking-card-reference .cab-grid .cab-card,
.seo-hero-form-panel .booking-card-reference .cab-grid .cab-card,
.seo-city-redesign-form .booking-card-reference .cab-grid .cab-card {
    min-width: 0 !important;
    padding: 10px 8px !important;
    border: 1px solid rgba(33, 39, 51, 0.08) !important;
    border-radius: 16px !important;
    background: #0e9eea !important;
    box-shadow: none !important;
}

.contact-rebuild-form-shell .booking-card-reference .cab-grid .cab-card.active,
.contact-rebuild-form-shell .booking-card-reference .cab-grid .cab-card:hover,
.seo-hero-form-panel .booking-card-reference .cab-grid .cab-card.active,
.seo-hero-form-panel .booking-card-reference .cab-grid .cab-card:hover,
.seo-city-redesign-form .booking-card-reference .cab-grid .cab-card.active,
.seo-city-redesign-form .booking-card-reference .cab-grid .cab-card:hover {
    border-color: #212733 !important;
    border-radius: 5px !important;
    box-shadow: inset 0 0 0 1px #212733 !important;
    transform: none !important;
}

.contact-rebuild-form-shell .booking-card-reference .cab-grid .rate-tag,
.seo-hero-form-panel .booking-card-reference .cab-grid .rate-tag,
.seo-city-redesign-form .booking-card-reference .cab-grid .rate-tag {
    margin-bottom: 6px !important;
    padding: 0 !important;
    background: transparent !important;
    color: #ffffff !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
}

.contact-rebuild-form-shell .booking-card-reference .cab-grid .cab-image,
.seo-hero-form-panel .booking-card-reference .cab-grid .cab-image,
.seo-city-redesign-form .booking-card-reference .cab-grid .cab-image {
    min-height: 38px !important;
}

.contact-rebuild-form-shell .booking-card-reference .cab-grid .cab-image img,
.seo-hero-form-panel .booking-card-reference .cab-grid .cab-image img,
.seo-city-redesign-form .booking-card-reference .cab-grid .cab-image img {
    max-height: 28px !important;
    object-fit: contain;
    filter: none !important;
}

.contact-rebuild-form-shell .booking-card-reference .cab-grid .cab-name,
.seo-hero-form-panel .booking-card-reference .cab-grid .cab-name,
.seo-city-redesign-form .booking-card-reference .cab-grid .cab-name {
    color: #ffffff !important;
    font-size: 10px !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
}

.contact-rebuild-form-shell .booking-card-reference .action-btn,
.seo-hero-form-panel .booking-card-reference .action-btn,
.seo-city-redesign-form .booking-card-reference .action-btn {
    min-height: 54px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: linear-gradient(90deg, #212733 0%, #3b4352 100%) !important;
    color: #111111 !important;
    box-shadow: 0 14px 28px rgba(33, 39, 51, 0.18) !important;
    font-size: 14px !important;
    font-weight: 800 !important;
}

@media (max-width: 767.98px) {
    .contact-rebuild-form-shell .booking-card-reference,
    .seo-hero-form-panel .booking-card-reference,
    .seo-city-redesign-form .booking-card-reference {
        max-width: 100% !important;
        padding: 16px !important;
        border-radius: 24px !important;
    }

    .contact-rebuild-form-shell .booking-card-reference .cab-grid,
    .seo-hero-form-panel .booking-card-reference .cab-grid,
    .seo-city-redesign-form .booking-card-reference .cab-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

.booking-card .trip-toggle .form-check .form-check-label,
.booking-card-reference .trip-toggle .form-check .form-check-label,
.hero-home.hero-home-dark .trip-toggle .form-check .form-check-label,
.contact-rebuild-form-shell .trip-toggle .form-check .form-check-label,
.seo-hero-form-panel .trip-toggle .form-check .form-check-label,
.seo-city-redesign-form .trip-toggle .form-check .form-check-label {
    color: black !important;
}

.packages-dark-section .package-card-media {
    position: relative;
    min-height: 100%;
}

.packages-dark-section .package-card-media img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    object-position: center;
    transition: transform 0.35s ease;
}

.package-card-dark:hover .package-card-media img {
    transform: scale(1.05);
}

.packages-dark-section .package-card-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 2;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.94);
    color: #7f0030;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    box-shadow: 0 10px 24px rgba(33, 39, 51, 0.12);
}

.package-card-dark .package-card-overlay {
    position: absolute;
    inset: auto 0 0 0;
    padding: 22px 20px 20px;
    background: linear-gradient(180deg, rgba(9, 21, 34, 0.04) 0%, rgba(9, 21, 34, 0.82) 100%);
}

.packages-dark-section .package-card-body {
    padding: 0;
}

.package-card-dark h3 {
    margin-bottom: 8px;
    color: #ffffff !important;
    font-size: 1.18rem;
    font-weight: 700;
    line-height: 1.3;
}

.package-card-dark p {
    margin-bottom: 14px;
    color: rgba(255, 255, 255, 0.82) !important;
    font-size: 0.93rem;
    line-height: 1.65;
}

.packages-dark-section .package-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.packages-dark-section .package-card-footer span {
    color: #2b3240 !important;
    font-size: 0.92rem;
    font-weight: 800;
}

.packages-dark-section .package-card-footer a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 16px;
    border-radius: 999px;
    background: #ffffff;
    color: #16202a !important;
    font-size: 0.88rem;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(33, 39, 51, 0.12);
}

.packages-dark-section .package-card-footer a:hover {
    background: #2b3240;
}

.packages-dark-section .trips-note {
    margin-top: 20px;
    color: #7b8794 !important;
    font-size: 0.9rem;
    text-align: right;
}

@media (max-width: 991.98px) {
    .package-grid-dark {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .packages-dark-section .package-card-media img {
        height: 250px;
    }
}

@media (max-width: 767.98px) {
    .packages-dark-section {
        padding: 64px 0;
    }

    .package-grid-dark {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .packages-dark-section .package-card-media img {
        height: 230px;
    }

    .packages-dark-section .package-card-footer {
        align-items: flex-start;
        flex-direction: column;
    }

    .packages-dark-section .package-card-footer a {
        width: 100%;
    }

    .packages-dark-section .trips-note {
        text-align: left;
    }
}


/* Tablet */

@media(max-width:991px){

    .counter-number{
        font-size:36px;
    }

}

/* Mobile */

@media(max-width:576px){

    .home-counter-section{
        padding:50px 0;
    }

    .counter-box{
        padding:25px 15px;
        border-radius:15px;
    }

    .counter-icon{
        width:60px;
        height:60px;
    }

    .counter-icon i{
        font-size:28px;
    }

    .counter-number{
        font-size:30px;
    }

    .counter-label{
        font-size:14px;
    }

}

/* Final palette remap: blue family -> rose, yellow family -> slate */
:root {
    --brand-blue: #ef005b;
    --brand-blue-dark: #b80046;
    --brand-yellow: #212733;
    --brand-yellow-light: #eef1f5;
    --brand-yellow-dark: #151922;
    --brand-accent: #ef005b;
    --brand-accent-dark: #b80046;
    --brand-text: #212733;
    --brand-muted: #5f6878;
    --panel-border: rgba(33, 39, 51, 0.12);
    --field-border: #d6dce6;
    --brand-primary-dark: #b80046;
    --brand-primary-dark-strong: #7f0030;
    --brand-page-dark: #212733;
    --brand-text-light: rgba(255, 255, 255, 0.94);
    --brand-text-muted-dark: rgba(255, 255, 255, 0.72);
    --taxi-accent: #212733;
    --bs-primary: #ef005b;
    --bs-primary-rgb: 239, 0, 91;
    --bs-warning: #212733;
    --bs-warning-rgb: 33, 39, 51;
    --bs-link-color: #ef005b;
    --bs-link-hover-color: #b80046;
}

.text-primary,
.site-book-btn:hover,
.footer-developer-link,
.footer-brand-highlight,
.route-highlight,
.packages-dark-section .package-card-footer span,
.footer-reference-cta-shape-blue {
    color: #ef005b !important;
}

.bg-primary,
.btn-primary,
.site-phone,
.flatpickr-months,
.flatpickr-weekdays,
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.footer-reference-cta-shape-blue,
.icon-box i,
.contact-list-icon {
    background: #ef005b !important;
    border-color: #ef005b !important;
}

.btn-primary,
.bg-primary {
    color: #ffffff !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: #b80046 !important;
    border-color: #b80046 !important;
    color: #ffffff !important;
}

.footer-reference-cta-shape-gold,
.packages-dark-section .package-card-footer a,
.routes-link,
.hero-home.hero-home-dark .hero-title span {
    color: #ffffff !important;
}

.text-warning {
    color: #e50057 !important;
}

.site-nav-links a.active,
.site-nav-links a:hover {
    color: #fb3e86 !important;
}

.taxi-rate-section .price-box {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    margin: 0 0 16px !important;
    padding: 14px !important;
    border: 0 !important;
    border-radius: 8px !important;
    background: #ef005b1c !important;
    text-align: left;
}

.taxi-rate-section .vehicle-rate-media {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 168px;
    padding: 34px 18px 20px;
    background: linear-gradient(180deg, #fff7f7 0%, #fbeef9 100%);
}

.home-about-contact-row a {
    color: #3c3a37 !important;
    font-size: 19px;
    font-weight: 800;
    text-decoration: none;
    letter-spacing: 0.01em;
}


.hero-home.hero-home-dark .hero-action-secondary {
    background: rgb(229 0 87) !important;
    border: 1px solid rgba(255, 214, 102, 0.22) !important;
    color: #ffffff !important;
}

.taxi-rate-section .vehicle-rate-btn {
    color: #ffffff !important;
}

.testimonial-book-btn {
    color: #ffffff !important;
}

.footer-reference-bottom .footer-brand-highlight,
.footer-reference-bottom .footer-meta-text,
.footer-reference-bottom .footer-meta-text a {
    color: #ffffff !important;
}

.footer-reference-links a i,
.footer-reference-contact li i {
    color: #ffffff !important;
}

.bg-warning,
.btn-warning,
.badge.bg-warning,
.hero-home.hero-home-dark .hero-action-primary,
.page-item.active .page-link,
.packages-dark-section .package-card-footer a:hover,
.footer-reference-cta-shape-gold,
.routes-link:hover {
    background: #212733 !important;
    border-color: #212733 !important;
    color: #ffffff !important;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.badge.bg-warning:hover {
    background: #151922 !important;
    border-color: #151922 !important;
    color: #ffffff !important;
}

.hero-home.hero-home-dark,
.packages-dark-section,
.site-topbar,
.site-footer,
.footer-reference-footer,
.home-counter-section,
.final-cta-panel,
.call-panel {
    background-color: #212733 !important;
}

.hero-home.hero-home-dark .booking-card {
    background-color: #e50057 !important;
}

.packages-dark-section::before,
.site-topbar,
.site-footer,
.footer-reference-footer {
    background-image: linear-gradient(135deg, #ef005b 0%, #7f0030 100%) !important;
}

.hero-home.hero-home-dark .hero-text,
.hero-home.hero-home-dark .hero-badge,
.hero-home.hero-home-dark .hero-copy,
.hero-home.hero-home-dark .trust-item,
.packages-dark-section .section-heading-light p,
.packages-dark-section .section-heading-light h2 {
    color: #ffffff !important;
}

.hero-home.hero-home-dark .cab-card.active,
.hero-home.hero-home-dark .booking-submit,
.page-link:focus {
    border-color: #212733 !important;
    box-shadow: inset 0 0 0 1px #212733 !important;
}

.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus,
.lead-badge.service-outstation,
.service-chip-blue {
    background: rgba(239, 0, 91, 0.08) !important;
}

/* Final component sweep: buttons, icons, badges, and CTA elements */
.site-book-btn,
.hero-action-primary,
.booking-tabs .nav-link.active,
.booking-submit,
.action-btn,
.footer-reference-btn,
.home-services-primary,
.tariff-hero-btn-primary,
.about-rebuild-primary-btn,
.seo-city-redesign-cta .hero-action,
.homepage-about-section .home-about-actions .hero-action-primary,
.seo-panel-actions .hero-action,
.seo-city-redesign-actions .hero-action,
.home-about-actions .hero-action-primary {
    background: linear-gradient(135deg, #ef005b 0%, #b80046 100%) !important;
    border-color: #ef005b !important;
    color: #ffffff !important;
    box-shadow: 0 14px 28px rgba(239, 0, 91, 0.22) !important;
}

.site-book-btn:hover,
.hero-action-primary:hover,
.booking-submit:hover,
.action-btn:hover,
.footer-reference-btn:hover,
.home-services-primary:hover,
.tariff-hero-btn-primary:hover,
.about-rebuild-primary-btn:hover,
.seo-city-redesign-cta .hero-action:hover,
.homepage-about-section .home-about-actions .hero-action-primary:hover,
.seo-panel-actions .hero-action:hover,
.seo-city-redesign-actions .hero-action:hover,
.home-about-actions .hero-action-primary:hover {
    background: linear-gradient(135deg, #b80046 0%, #7f0030 100%) !important;
    border-color: #b80046 !important;
    color: #ffffff !important;
    box-shadow: 0 18px 34px rgba(184, 0, 70, 0.26) !important;
}

.hero-action-secondary,
.btn-outline-secondary,
.btn-outline-dark,
.homepage-about-section .home-about-actions .hero-action-secondary,
.booking-confirm-actions .btn-outline-secondary {
    background: #eef1f5 !important;
    border-color: #212733 !important;
    color: #212733 !important;
}

.hero-action-secondary:hover,
.btn-outline-secondary:hover,
.btn-outline-dark:hover,
.homepage-about-section .home-about-actions .hero-action-secondary:hover,
.booking-confirm-actions .btn-outline-secondary:hover {
    background: #212733 !important;
    border-color: #212733 !important;
    color: #ffffff !important;
}

.section-kicker,
.page-kicker,
.about-badge,
.route-highlight,
.section-heading-featured .section-kicker,
.section-heading-light .section-kicker,
.home-pricing-section .section-kicker,
.packages-dark-section .section-kicker,
.trips-section .section-kicker,
.trips-section-dark .section-kicker {
    color: #ef005b !important;
}

.route-tags-heading .section-kicker {
    color: #fffcfd !important;
}

.contact-rebuild-form-shell .booking-card-reference .cab-grid .cab-card,
.seo-hero-form-panel .booking-card-reference .cab-grid .cab-card,
.seo-city-redesign-form .booking-card-reference .cab-grid .cab-card {
    min-width: 0 !important;
    padding: 10px 8px !important;
    border: 1px solid rgba(33, 39, 51, 0.08) !important;
    border-radius: 16px !important;
    background: #e72765 !important;
    box-shadow: none !important;
}

.footer-reference-cta {
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, 420px) !important;
    gap: 28px !important;
    min-height: 250px !important;
    padding: 36px !important;
    border-radius: 8px !important;
    overflow: hidden;
    background: linear-gradient(135deg, #212733 0%, #212733 62%, #212733 100%) !important;
}

.contact-rebuild-form-shell .booking-card-reference .action-btn,
.seo-hero-form-panel .booking-card-reference .action-btn,
.seo-city-redesign-form .booking-card-reference .action-btn {
    color: #ffffff !important;
}

.feature-icon,
.about-focus-icon,
.home-service-icon,
.contact-list-icon,
.service-icon,
.seo-cab-icon,
.trip-detail-icon,
.trip-detail-icon-alt,
.home-about-contact-icon,
.service-showcase-icon,
.rental-services-card-icon,
.seo-city-redesign-benefit-icon,
.taxica-about-badge-icon,
.about-story-badge-icon,
.hero-stat-icon,
.pricing-dark-badge,
.thankyou-badge,
.booking-confirm-badge,
.trip-card-badge,
.counter-icon,
.icon-box {
    background: linear-gradient(135deg, #ef005b 0%, #b80046 100%) !important;
    border-color: #ef005b !important;
    color: #ffffff !important;
    box-shadow: 0 14px 28px rgba(239, 0, 91, 0.2) !important;
}

.feature-icon i,
.about-focus-icon i,
.home-service-icon i,
.contact-list-icon i,
.service-icon i,
.seo-cab-icon i,
.trip-detail-icon i,
.trip-detail-icon-alt i,
.home-about-contact-icon i,
.service-showcase-icon i,
.rental-services-card-icon i,
.seo-city-redesign-benefit-icon i,
.taxica-about-badge-icon i,
.about-story-badge-icon i,
.hero-stat-icon i,
.pricing-dark-badge i,
.thankyou-badge i,
.booking-confirm-badge i,
.trip-card-badge i,
.counter-icon i,
.icon-box i {
    color: #ffffff !important;
}

.taxica-about-badge,
.taxica-about-badge-circle,
.about-story-badge-circle,
.about-story-badge-center,
.taxica-about-badge-center {
    border-color: rgba(239, 0, 91, 0.2) !important;
}

.hero-title,
.page-hero h1,
.seo-hero-copy h1,
.thankyou-hero-card h1,
.seo-city-redesign-copy h1,
.about-rebuild-hero h1,
.contact-rebuild-hero h1,
.tariff-hero-copy h1 {
    font-size: clamp(1.15rem, 5vw, 2.8rem) !important;
    line-height: 1.5 !important;
    font-weight: 800 !important;
    letter-spacing: -0.02em !important;
}

.section-heading h2,
.about-copy h2,
.trips-header h2,
.seo-hero-panel h2,
.seo-copy-card h2,
.service-card h2,
.info-card h2,
.about-story-copy h2,
.thankyou-panel h2,
.footer-cta h2,
.final-cta-panel h2,
.contact-form-card h2,
.taxica-about-copy h2,
.home-banner-copy h2,
.route-tags-heading h2,
.homepage-about-section .home-about-banner-copy h2,
.popular-trips-showcase-head h2,
.seo-city-redesign-story h2,
.seo-city-redesign-cta h2,
.home-services-heading h2,
.about-rebuild-story-copy h2,
.about-rebuild-heading h2,
.about-rebuild-cta-copy h2,
.about-reference-copy h2,
.about-why-reference-heading h2,
.footer-reference-cta-copy h2,
.contact-rebuild-info-card h2,
.contact-rebuild-form-head h2,
.contact-rebuild-map-copy h2,
.contact-rebuild-main-intro h2,
.contact-rebuild-review-copy h2,
.route-tags-reference-heading h2,
.seo-reference-card h2,
.homepage-about-section .home-about-reframe-copy h2,
.packages-dark-section .section-heading-light h2,
.tariff-section-heading h2,
.price-box h2,
.about-rebuild-values-copy h2,
.testimonials-section .section-heading h2 {
    font-size: clamp(1.6rem, 3vw, 2.15rem) !important;
}





