/* Google Reviews */
.google-reviews-container {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
    margin-top: 32px;
}
.google-review-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.07);
    padding: 20px;
    width: 320px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 220px;
    transition: box-shadow 0.2s;
}
.google-review-card:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.12);
}
.google-review-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.reviewer-info {
    display: flex;
    align-items: center;
}
.reviewer-avatar img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 10px;
}
.reviewer-details h5 {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
}
.review-date {
    font-size: 0.95rem;
    color: #888;
}
.google-stars {
    color: #ffc107;
    font-size: 1.1rem;
}
.google-review-text {
    font-size: 0.98rem;
    color: #333;
    margin-bottom: 12px;
    min-height: 60px;
}
.google-review-footer {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.9rem;
    color: #888;
}
.google-review-footer .review-source {
    width: 18px;
    height: 18px;
}
/* Google Reviews */
.google-reviews-container {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
    margin-top: 32px;
}
.google-review-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.07);
    padding: 20px;
    width: 320px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 220px;
    transition: box-shadow 0.2s;
}
.google-review-card:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.12);
}
.google-review-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.reviewer-info {
    display: flex;
    align-items: center;
}
.reviewer-avatar img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 10px;
}
.reviewer-details h5 {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
}
.review-date {
    font-size: 0.95rem;
    color: #888;
}
.google-stars {
    color: #ffc107;
    font-size: 1.1rem;
}
.google-review-text {
    font-size: 0.98rem;
    color: #333;
    margin-bottom: 12px;
    min-height: 60px;
}
.google-review-footer {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.9rem;
    color: #888;
}
.google-review-footer .review-source {
    width: 18px;
    height: 18px;
}
/* ==================== About Content Section Modern ==================== */
.about-content-section {
    background: #fff;
    padding: 70px 0 40px 0;
}
.about-content-text {
    max-width: 480px;
    margin: 0 auto;
}
.about-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--primary-color);
}
.about-desc {
    font-size: 1.08rem;
    color: var(--text-dark);
    font-weight: 400;
}
.about-feature-item {
    margin-bottom: 0.7rem;
    font-size: 1rem;
    color: var(--text-dark);
}
.about-feature-icon {
    width: 28px;
    height: 28px;
    background: #e8f0fe;
    color: var(--primary-color);
    border-radius: 50%;
    font-size: 1.1rem;
    margin-right: 0.5rem;
    justify-content: center;
    align-items: center;
}
.about-feature-icon i {
    font-size: 1.1rem;
    margin: 0 auto;
}
.about-feature-text {
    font-size: 1rem;
    color: var(--text-dark);
    font-weight: 500;
}
.about-image img {
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(10,108,255,0.08);
}
@media (max-width: 991px) {
    .about-content-section {
        padding: 40px 0 20px 0;
    }
    .about-content-text {
        max-width: 100%;
    }
    .about-title {
        font-size: 1.5rem;
    }
}
/* ==================== Modern Statistics Section ==================== */
.statistics-section-modern {
    background: linear-gradient(90deg, #0a6cff 0%, #167aff 100%);
    color: #fff;
    padding: 60px 0;
    margin-bottom: 0;
}
.stat-modern-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 10px 20px 10px;
    border-radius: 18px;
    background: rgba(255,255,255,0.04);
    box-shadow: 0 2px 16px 0 rgba(10,108,255,0.07);
    transition: transform 0.2s;
    min-height: 120px;
}
.stat-modern-item:hover {
    transform: translateY(-6px) scale(1.04);
    background: rgba(255,255,255,0.09);
}
.stat-modern-number {
    font-size: 2.7rem;
    font-weight: 800;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 0.5rem;
    text-shadow: 0 2px 12px rgba(0,0,0,0.08);
}
.stat-modern-label {
    font-size: 1.08rem;
    color: #e0e7ff;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-top: 0.1rem;
    text-shadow: 0 1px 6px rgba(0,0,0,0.07);
}
@media (max-width: 767px) {
    .stat-modern-number {
        font-size: 2rem;
    }
    .stat-modern-label {
        font-size: 0.98rem;
    }
    .stat-modern-item {
        padding: 18px 2px 12px 2px;
    }
}
/* ==================== Variables ==================== */
:root {
    --fs-base: 16px;
    --primary-color: #003580;
    --primary-dark: #002451;
    --primary-light: #0056b3;
    --accent-color: #febb02;
    --success-color: #06a94d;
    --danger-color: #dc3545;
    --text-dark: #1a1a1a;
    --text-light: #6c757d;
    --bg-light: #f5f7fa;
    --white: #ffffff;
    --shadow-sm: 0 2px 8px rgba(0,0,0,0.08);
    --shadow-md: 0 4px 16px rgba(0,0,0,0.12);
    --shadow-lg: 0 8px 32px rgba(0,0,0,0.16);
    --border-radius: 8px;
    --transition: all 0.3s ease;
}

/* ==================== Global Styles ==================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    font-size: var(--fs-base);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    color: var(--text-dark);
    overflow-x: hidden;
    padding-top: 130px; /* Daha yüksek banner + navbar için ayarlandı */
}

p, li, td, th, label, input, textarea, select, button, span, small {
    font-size: 1rem;
    line-height: 1.6;
}

@media (max-width: 768px) {
    body {
        padding-top: 84px; /* Header-hero arasindaki ince boslugu kapat */
    }

    .top-promo-banner {
        display: none !important;
    }
}

/* ==================== Home Page Polish ==================== */
.hero-section {
   background: linear-gradient(135deg, rgba(5, 24, 43, .0), rgba(7, 57, 86, .0) 48%, rgba(15, 119, 104, .0)), url(/img/heroImageBacground.jpeg) center / cover no-repeat !important;
    min-height: auto;
    overflow: visible;
    padding: clamp(70px, 10vw, 116px) 0 92px;
    position: relative;
}

.hero-section::before {
    background: linear-gradient(180deg, rgba(3, 11, 22, .18), rgba(3, 11, 22, .1));
}

.hero-section::after {
    background: linear-gradient(90deg, rgba(255,255,255,.16), rgba(255,255,255,0));
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
}

.home-hero-kicker {
    color: rgba(255,255,255,.76);
    display: inline-flex;
    font-size: .78rem;
    font-weight: 850;
    letter-spacing: .08em;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.hero-main-title {
    color: #fff;
    font-size: clamp(2.35rem, 5vw, 4.8rem);
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.02;
    margin-left: auto;
    margin-right: auto;
    max-width: 980px;
    text-shadow: 0 18px 44px rgba(0,0,0,.24);
}

.hero-main-subtitle {
    color: rgba(255,255,255,.84);
    font-size: clamp(1rem, 1.8vw, 1.26rem);
    line-height: 1.7;
    margin-left: auto;
    margin-right: auto;
    max-width: 780px;
}

.home-hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-top: 20px;
}

.home-hero-trust span {
    align-items: center;
    backdrop-filter: blur(10px);
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: .9rem;
    font-weight: 750;
    gap: 7px;
    padding: 8px 13px;
}

.home-hero-trust i {
    color: var(--pa-gold);
}

.hero-tab-bar {
    border: 1px solid rgba(255,255,255,.24);
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}

.hero-tab-btn.nav-link {
    border: 0;
    color: rgba(255,255,255,.82);
    font-weight: 850;
    min-height: 54px;
}

.hero-tab-btn.nav-link.active {
    background: #fff;
    color: var(--pa-teal);
}

.hero-form-wrapper {
    background: rgba(255,255,255,.96);
    border: 1px solid rgba(255,255,255,.55);
    border-radius: 0 0 8px 8px;
    box-shadow: 0 24px 70px rgba(7, 20, 38, .22);
    padding: 16px;
}

.hero-form-row {
    gap: 10px;
}

.hero-field-inner {
    background: #f8fafc;
    border: 1px solid #dfe7ef;
    border-radius: 8px;
    min-height: 54px;
}

.hero-field-inner:hover,
.hero-field-inner:focus-within {
    border-color: var(--pa-teal);
    box-shadow: 0 0 0 .18rem rgba(15,119,104,.1);
}

.hero-field-inner > i {
    color: var(--pa-teal);
}

.hero-field-inner .form-control,
.hero-field-inner .form-select,
.custom-dropdown-selected,
.passenger-selected,
.datetime-value {
    color: var(--pa-ink);
    font-weight: 700;
}

.datetime-label {
    color: var(--pa-muted);
    font-size: .7rem;
    font-weight: 850;
}

.hero-field-btn .btn-booking-search {
    background: var(--pa-teal);
    border: 0;
    border-radius: 8px;
    box-shadow: 0 14px 26px rgba(15,119,104,.2);
    font-weight: 900;
    min-height: 54px;
    padding-left: 24px;
    padding-right: 24px;
}

.hero-field-btn .btn-booking-search:hover {
    background: #0b5f54;
    transform: translateY(-1px);
}

.tours-section, .routes-section, .services-section, .vehicles-section {
    background: var(--pa-soft);
    padding: clamp(56px, 7vw, 86px) 0;
}

.routes-section, .vehicles-section {
    background: #fff;
}

.section-header {
    margin-left: auto;
    margin-right: auto;
    max-width: 760px;
}

.section-title {
    color: var(--pa-ink);
    font-size: clamp(1.8rem, 3vw, 2.7rem);
    font-weight: 900;
}

.section-subtitle {
    color: var(--pa-muted);
    font-size: 1.05rem;
    line-height: 1.65;
}

.tcard, .route-card, .service-card, .vcard {
    background: #fff;
    border: 1px solid var(--pa-line);
    border-radius: 8px;
    box-shadow: 0 16px 42px rgba(16, 32, 51, .08);
    overflow: hidden;
}

.tcard:hover, .route-card:hover, .service-card:hover, .vcard:hover {
    box-shadow: 0 24px 54px rgba(16, 32, 51, .14);
    transform: translateY(-4px);
}

.tcard-img, .vcard-img {
    background: #dce7ef;
}

.tcard-img img, .vcard-img img {
    filter: saturate(1.05) contrast(1.02);
}

.tcard-name, .vcard-name, .service-title, .route-info h5 {
    color: var(--pa-ink);
    font-weight: 850;
}

.tcard-desc, .service-description, .route-details, .vcard-model {
    color: var(--pa-muted);
}

.tcard-btn {
    background: var(--pa-teal);
    border-radius: 8px;
    box-shadow: 0 12px 26px rgba(15,119,104,.18);
    color: #fff;
    font-weight: 850;
}

.tcard-btn:hover {
    background: #0b5f54;
    color: #fff;
}

.route-card {
    min-height: 138px;
    padding: 20px;
    position: relative;
}

.route-card::before {
    background: linear-gradient(180deg, var(--pa-teal), var(--pa-blue));
    border-radius: 999px;
    content: "";
    height: 58px;
    position: absolute;
    right: 18px;
    top: 18px;
    width: 5px;
}

.service-card {
    padding: 26px;
}

.service-icon {
    background: linear-gradient(135deg, #e7f8f4, #f6fbff);
    border: 1px solid #d8eee8;
    border-radius: 8px;
    color: var(--pa-teal);
}

.service-icon i {
    color: var(--pa-teal);
}

.vcard-badge {
    background: var(--pa-gold);
    border-radius: 999px;
    color: var(--pa-ink);
    font-weight: 850;
}

.vcard-spec {
    background: #f8fafc;
    border: 1px solid #e7edf4;
    border-radius: 8px;
}

.vcard-spec i {
    color: var(--pa-teal);
}

.floating-buttons .fab-button {
    box-shadow: 0 16px 38px rgba(16,32,51,.18);
}

@media (max-width: 992px) {
    .hero-form-row {
        align-items: stretch;
        flex-direction: column;
    }

    .hero-field,
    .hero-field.flex-fill,
    .hero-field-btn {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .hero-section {
        padding: 52px 0 62px;
    }

    .hero-form-wrapper {
        padding: 12px;
    }

    .home-hero-trust {
        align-items: center;
        flex-direction: column;
    }

    .home-hero-trust span {
        justify-content: center;
        width: 100%;
    }
}

/* ==================== Top Headers ==================== */
.top-promo-banner {
    background: linear-gradient(135deg, #ff4081, #f50057);
    color: white;
    padding: 1rem 0;
    font-size: 0.9rem;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1060;
    font-weight: 500;
}

.top-promo-banner .promo-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    flex-wrap: nowrap;
    position: relative;
    padding-right: 2rem;
    padding-left: 0.8rem;
}

.top-promo-banner .container-fluid {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.top-promo-banner .promo-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    width: auto;
    flex-wrap: nowrap;
    padding: 0;
}

.top-promo-banner .promo-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    position: relative;
}

.top-promo-banner .promo-text {
    font-weight: 500;
    display: inline !important;
    flex: none !important;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
}

.top-promo-banner .promo-actions .promo-book-btn {
    margin: 0;
}

.top-promo-banner .promo-actions .btn-close {
    position: absolute;
    right: 0.35rem;
    top: 50%;
    transform: translateY(-50%);
}

.top-promo-banner .btn-light {
    font-size: 0.92rem;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-weight: 600;
}

.top-promo-banner .btn-close {
    background: none;
    border: none;
    color: white;
    opacity: 0.8;
    font-size: 1.2rem;
}

.contact-header {
    background: var(--primary-color);
    color: white;
    padding: 0.75rem 0;
    font-size: 0.9rem;
    position: fixed;
    top: 45px;
    left: 0;
    right: 0;
    z-index: 1055;
}

.contact-info {
    display: flex;
    align-items: center;
    font-weight: 500;
}

.contact-info i {
    color: var(--accent-color);
    font-size: 1rem;
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 0.95rem;
}

.header-actions .currency,
.header-actions .language {
    font-weight: 500;
}

@media (max-width: 768px) {
    .top-promo-banner {
        padding: 0.2rem 0;
        font-size: 0.92rem;
    }

    .top-promo-banner .promo-inner {
        flex-direction: column;
        justify-content: center;
        gap: 0.2rem;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    .top-promo-banner .container-fluid {
        padding-left: 0.35rem;
        padding-right: 0.35rem;
    }

    .top-promo-banner .promo-content {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .top-promo-banner .promo-actions {
        width: 100%;
    }

    .top-promo-banner .promo-content .promo-text {
        font-size: 0.88rem !important;
        line-height: 1.25;
        text-align: center;
    }

    .top-promo-banner .promo-content i {
        flex: 0 0 auto;
        margin-right: 0.3rem !important;
    }

    .top-promo-banner .promo-book-btn {
        padding: 0.14rem 0.58rem !important;
        font-size: 0.92rem;
    }

    .top-promo-banner .btn-close {
        font-size: 0.9rem;
        margin-left: 0 !important;
        right: 0.2rem;
    }
}

.navbar-toggler {
    border: 2px solid #003580;
    border-radius: 8px;
    padding: 0.35rem 0.55rem;
    color: #003580;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 3px rgba(0, 53, 128, 0.2);
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23003580' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* ==================== Navigation ==================== */
.navbar {
    top: 35px; /* JS tarafından dinamik olarak ayarlanır */
}

.top-bar {
    background: var(--primary-dark);
    padding: 0.5rem 0;
    position: fixed;
    top: 165px; /* İki header + navbar için ayarlıyoruz */
    left: 0;
    right: 0;
    z-index: 1050;
    transition: var(--transition);
}

.top-bar-link {
    color: var(--white);
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    transition: var(--transition);
}

.top-bar-link:hover {
    color: var(--accent-color);
}

.top-bar-link i {
    margin-right: 0.3rem;
}

.navbar {
    background: #ffffff;
    backdrop-filter: blur(10px);
    padding: 1rem 0;
    transition: var(--transition);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    top: 95px;
    z-index: 1049;
}

#navbarNav {
    display: none;
}

@media (min-width: 992px) {
    #navbarNav {
        display: flex !important;
    }
}

@media (max-width: 991.98px) {
    .navbar {
        padding: 0.85rem 0;
    }

    .navbar .container {
        position: relative;
        min-height: 56px;
    }

    .navbar .navbar-brand {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        margin: 0;
    }

    .navbar .navbar-brand .brand-logo {
        margin-right: 0 !important;
        align-items: center;
    }

    .navbar .navbar-toggler {
        position: absolute;
        left: 0.75rem;
        margin-right: 0 !important;
        z-index: 2;
    }
}

.mobile-menu-drawer {
    width: 82vw;
    max-width: 340px;
    border-right: 1px solid #ebeff5;
    z-index: 12000;
    background: #ffffff;
}

.offcanvas-backdrop {
    z-index: 11990;
}

.mobile-menu-head {
    border-bottom: 1px solid #eef1f5;
    padding: 0.9rem 1rem;
}

.mobile-user-wrap {
    display: flex;
    align-items: center;
    gap: 0.65rem;
}

.mobile-user-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #eef3fb;
    color: #003580;
    font-size: 0.95rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-user-name {
    font-weight: 700;
    color: #162033;
    line-height: 1.1;
}

.mobile-user-sub {
    font-size: 0.95rem;
    color: #7b8498;
}

.mobile-menu-body {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    padding: 0.65rem 0 0;
}

.mobile-menu-main {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}

.mobile-menu-main .mobile-shortcuts {
    margin-top: 0.25rem;
    margin-bottom: 0;
    padding: 0 0.9rem;
}

.mobile-menu-list {
    padding: 0 0.7rem;
    margin-bottom: 0.5rem !important;
}

.mobile-menu-item {
    margin-bottom: 0.15rem;
}

.mobile-menu-link {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.4rem;
    text-decoration: none;
    color: #1f2a3d;
    font-weight: 600;
    padding: 0.68rem 0.78rem;
    border-radius: 10px;
    border: none;
    background: transparent;
    transition: background 0.2s ease, color 0.2s ease;
}

.mobile-menu-item.has-children .mobile-menu-link {
    justify-content: space-between;
}

.mobile-menu-link:hover,
.mobile-menu-link.active {
    background: #eaf2ff;
    color: #003580;
}

.mobile-menu-chevron {
    font-size: 0.95rem;
    transition: transform 0.2s ease;
}

.mobile-menu-link:not(.collapsed) .mobile-menu-chevron {
    transform: rotate(180deg);
}

.mobile-submenu {
    margin: 0.16rem 0 0.45rem;
    padding: 0.28rem;
    border-radius: 10px;
    background: #fbfcff;
    border: 1px solid #e7edf7;
}

.mobile-submenu-link {
    display: block;
    text-decoration: none;
    color: #324058;
    border-radius: 8px;
    padding: 0.52rem 0.68rem;
    font-size: 0.92rem;
    transition: background 0.2s ease, color 0.2s ease;
}

.mobile-submenu-link:hover {
    background: #e8efff;
    color: #003580;
}

.mobile-menu-bottom {
    border-top: 1px solid #eef1f5;
    padding: 0.75rem 0.9rem calc(0.65rem + env(safe-area-inset-bottom));
    margin-top: auto;
    background: #ffffff;
}

.mobile-menu-actions {
    border-top: 1px solid #eef1f5;
}

.mobile-menu-foot-social {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.mobile-foot-social-link {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #1f2a3d;
    border: 1px solid #dfe5ee;
    background: #ffffff;
    transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.mobile-foot-social-link:hover {
    color: #003580;
    border-color: #b8c6de;
    background: #f3f7ff;
}

.mobile-menu-foot-copy {
    color: #9aa3b5;
    font-size: 0.95rem;
    line-height: 1.35;
}

.mobile-menu-foot-copy a {
    color: #f04040;
    text-decoration: none;
}

.mobile-menu-bottom .btn {
    border-radius: 10px;
}

.mobile-menu-bottom .dropdown-menu {
    z-index: 12010;
    border-radius: 10px;
    border: 1px solid #e5eaf2;
}

.navbar-scrolled {
    background: #ffffff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
}

.brand-logo {
    display: flex;
    flex-direction: column;
}

.brand-text {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-dark);
    letter-spacing: 1px;
}

.brand-subtitle {
    font-size: 0.88rem;
    color: var(--accent-color);
    letter-spacing: 2px;
    font-weight: 500;
}

.nav-link {
    color: #333333 !important;
    font-weight: 500;
    font-size: 0.88rem;
    padding: 0.5rem 0.8rem !important;
    transition: all 0.2s;
    position: relative;
}

.nav-link:hover,
.nav-link.active {
    color: #003580 !important;
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: #003580;
    transition: all 0.2s;
    transform: translateX(-50%);
}

.nav-link:hover::after,
.nav-link.active::after {
    width: 70%;
}

/* Dropdown toggle - remove underline effect */
.nav-item.dropdown .nav-link.dropdown-toggle::after {
    position: static;
    width: auto;
    height: auto;
    background: none;
    transform: none;
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
    vertical-align: 0.15em;
    margin-left: 0.3em;
}

/* Dropdown menu */
.navbar .dropdown-menu {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.1);
    padding: 6px 0;
    min-width: 180px;
    margin-top: 0;
    opacity: 0;
    visibility: hidden;
    display: block;
    transition: opacity 0.2s, transform 0.2s;
    transform: translateY(8px);
    pointer-events: none;
}

@media (min-width: 992px) {
    .navbar .nav-item.dropdown:hover > .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        pointer-events: auto;
    }
}

.navbar .dropdown-item {
    font-size: 0.95rem;
    padding: 8px 16px;
    color: #333;
    transition: all 0.15s;
}

.navbar .dropdown-item:hover {
    background: #f0f4ff;
    color: #003580;
}

.btn-outline-light {
    border: 1.5px solid #003580;
    color: #003580;
    font-weight: 600;
    font-size: 0.95rem;
    padding: 6px 14px;
    border-radius: 8px;
    transition: all 0.2s;
}

.btn-outline-light:hover {
    background: #003580;
    border-color: #003580;
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0,53,128,0.2);
}

/* ==================== Hero Section ==================== */
.hero-section {
    position: relative;
      background: linear-gradient(135deg, rgba(5, 24, 43, .0), rgba(7, 57, 86, .0) 48%, rgba(15, 119, 104, .0)), url(/img/heroImageBacground.jpeg) center / cover no-repeat !important;

    display: flex;
    align-items: center;
    padding: 80px 0 60px;
    min-height: auto;
    overflow: visible;
}

/* Resim yok - düz renk */
.hero-section::before {
    display: none;
}

.hero-section::after {
    display: none;
}

/* Content üstte kalsın */
.hero-section > * {
    position: relative;
    z-index: 2;
}

.hero-overlay {
    display: none;
}

.hero-content {
    position: relative;
    z-index: 2;
    margin-bottom: 3rem;
}

.hero-title {
    font-size: 2.8rem;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 0.5rem;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}

.hero-subtitle {
    font-size: 1.2rem;
    color: var(--accent-color);
    font-weight: 500;
    margin-bottom: 1.5rem;
}

.hero-description {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 0;
}

/* ==================== Hero Booking.com Style ==================== */
.hero-text-area {
    padding-left: 0;
    text-align: center;
}
.hero-main-title {
    font-size: 2.6rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 0.6rem;
    line-height: 1.2;
}
.hero-main-subtitle {
    font-size: 1.05rem;
    color: rgba(255,255,255,0.75);
    font-weight: 400;
    margin-bottom: 0;
}

/* Tab bar - Birleşik butonlar */
.hero-tab-bar {
    display: flex;
    gap: 0;
    border: none;
    padding: 0;
}
.hero-tab-btn.nav-link {
    background: rgba(255,255,255,0.12) !important;
    color: #fff !important;
    border: none !important;
    padding: 13px 28px;
    font-size: 0.88rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    letter-spacing: 0.02em;
    position: relative;
    border-radius: 0;
}
.hero-tab-btn.nav-link:first-child {
    border-radius: 12px 0 0 0;
}
.hero-tab-btn.nav-link:last-child {
    border-radius: 0 12px 0 0;
}
.hero-tab-btn.nav-link:not(:last-child) {
    border-right: 1px solid rgba(255,255,255,0.15) !important;
}
.hero-tab-btn.nav-link:hover {
    background: rgba(255,255,255,0.22) !important;
    color: #fff !important;
}
.hero-tab-btn.nav-link.active {
    background: #fff !important;
    color: #002451 !important;
    box-shadow: 0 -2px 12px rgba(0,0,0,0.08);
}
.hero-tab-btn i {
    margin-right: 6px;
    font-size: 0.95rem;
}

/* Form wrapper */
.hero-form-wrapper {
    background: #fff;
    border: none;
    border-radius: 0 0 16px 16px;
    padding: 6px;
    position: relative;
    z-index: 3;
    box-shadow: 0 12px 40px rgba(0,0,0,0.2);
    max-width: 1100px;
    margin: 0 auto;
}

/* Form satır - tek satır inline */
.hero-form-row {
    display: flex;
    align-items: stretch;
    gap: 0;
    flex-wrap: nowrap;
    height: 56px;
}

/* Her alan */
.hero-field {
    position: relative;
    border-right: 1px solid #e9ecef;
    min-width: 0;
}
.hero-field:last-child {
    border-right: none;
}
.hero-field.flex-fill {
    flex: 1 1 0;
    min-width: 80px;
}
.hero-field-inner {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 16px;
    height: 100%;
    position: relative;
    transition: background 0.2s;
}
.hero-field-inner:hover {
    background: #f5f7fa;
}
.hero-field-inner > i {
    font-size: 1.15rem;
    color: #003580;
    flex-shrink: 0;
}
.hero-field-inner .form-control,
.hero-field-inner .form-select {
    border: none !important;
    box-shadow: none !important;
    padding: 0;
    height: auto;
    font-size: 0.9rem;
    color: #333;
    background: transparent;
    min-width: 0;
    flex: 1;
}
.hero-field-inner .form-control::placeholder {
    color: #999;
    font-size: 0.88rem;
}
.hero-field-inner .form-control:focus,
.hero-field-inner .form-select:focus {
    outline: none;
    color: #000;
}

/* Toggle alanı */
.hero-field-toggle {
    min-width: 100px;
    max-width: 110px;
}
.hero-field-toggle .hero-field-inner {
    padding: 8px 10px;
    gap: 4px;
}
/* Gidiş-Dönüş etiketi diğer form etiketleri ile aynı boyutta */
.hero-field-toggle .form-check-label {
    font-size: 1rem;
    font-weight: 700;
    color: #555;
    letter-spacing: 0.02em;
    margin-bottom: 0;
}

/* Passenger alan sabit genişlik */
.hero-field-passenger {
    flex: 0 0 120px;
    min-width: 120px;
}

/* Ara butonu */
.hero-field-btn {
    display: flex;
    align-items: stretch;
}
.hero-field-btn .btn-booking-search {
    border-radius: 0 0 12px 0;
    padding: 14px 24px;
    font-size: 1rem;
    white-space: nowrap;
    background: #003580;
}
.hero-field-btn .btn-booking-search:hover {
    background: #004aad;
}

/* Tek yön tarih alanı */
#singleDateTimeCol,
.rt-field {
    flex: 0 0 150px;
    min-width: 0;
}
.rt-field .hero-field-inner {
    padding: 10px 16px;
}

.datetime-display {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 0.2rem;
    min-width: 0;
}

.hero-datetime-shell {
    align-items: flex-start;
    cursor: pointer;
    gap: 0.85rem;
    min-width: 0;
    padding: 10px 16px;
    position: relative;
    overflow: visible;
}

.hero-datetime-shell > i {
    color: #003580;
    flex-shrink: 0;
    font-size: 0.95rem;
    margin-top: 0.15rem;
}

.datetime-inline-input {
    border: 0 !important;
    box-shadow: none !important;
    color: #1f2a3d;
    font-size: 0.60rem !important;
    font-weight: 750;
    height: auto !important;
    min-width: 0;
    padding: 0 !important;
    background: transparent !important;
    cursor: pointer;
    letter-spacing: -0.01em;
    width: 100%;
}

.datetime-inline-input:focus {
    box-shadow: none !important;
    outline: none !important;
}

.datetime-inline-input::-webkit-calendar-picker-indicator {
    cursor: pointer;
    opacity: 0.75;
}
.datetime-inline-input.has-value {
    color: #1f2a3d;
}
.datetime-label {
    color: #003580;
    font-size: 0.55rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.datetime-dropdown {
    background: #fff;
    border: 1px solid #d9e3f2;
    border-radius: 18px;
    box-shadow: 0 18px 40px rgba(11, 31, 67, 0.22);
    display: none;
    left: 0;
    min-width: 320px;
    padding: 14px;
    position: absolute;
    top: calc(100% + 10px);
    width: 100%;
    z-index: 1200;
}

.datetime-dropdown.open {
    display: block;
}

.datetime-dropdown-inner {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.dt-section {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.dt-label {
    color: #566173;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.dt-input {
    -webkit-appearance: none;
    appearance: none;
    background: #f7faff !important;
    border: 1px solid #d9e3f2 !important;
    border-radius: 12px !important;
    box-shadow: none !important;
    color: #111111 !important;
    font-size: 0.98rem !important;
    min-height: 46px;
    -webkit-text-fill-color: #111111 !important;
    caret-color: #111111;
    color-scheme: light;
    padding: 11px 12px !important;
    width: 100%;
    opacity: 1 !important;
}

.dt-input::-webkit-date-and-time-value {
    color: #111111;
}

.dt-input::-webkit-datetime-edit {
    color: #111111;
}

.dt-input::-webkit-datetime-edit-text,
.dt-input::-webkit-datetime-edit-month-field,
.dt-input::-webkit-datetime-edit-day-field,
.dt-input::-webkit-datetime-edit-year-field,
.dt-input::-webkit-datetime-edit-hour-field,
.dt-input::-webkit-datetime-edit-minute-field {
    color: #111111;
}

.dt-input::-webkit-calendar-picker-indicator {
    opacity: 0.85;
}

.dt-apply {
    align-self: flex-end;
    background: #003580;
    border: none;
    border-radius: 12px;
    font-size: 0.95rem;
    font-weight: 700;
    min-width: 92px;
    padding: 9px 14px;
}

.dt-apply:hover {
    background: #004aad;
}

@media (max-width: 768px) {
    #singleDateTimeCol,
    .rt-field {
        flex: 1 1 100%;
    }

    .hero-datetime-shell {
        padding: 13px 14px;
    }

    .datetime-inline-input {
        font-size: 0.98rem !important;
    }

    .datetime-dropdown {
        min-width: 0;
        width: 100%;
    }

    .datetime-dropdown-inner {
        gap: 8px;
    }

    .dt-input {
        font-size: 1rem !important;
        min-height: 48px;
        -webkit-text-fill-color: #111111 !important;
    }
}

/* Roundtrip card */
.roundtrip-card {
    display: flex;
    align-items: center;
    height: 100%;
    overflow: hidden;
}
.rt-side {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 6px;
    gap: 0;
    flex: 1;
    min-width: 0;
    overflow: hidden;
}
.rt-label {
    font-size: 0.92rem;
    font-weight: 800;
    color: #003580;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    line-height: 1;
}
.rt-picker .datetime-value {
    font-size: 0.92rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2;
}
.rt-input {
    border: none !important;
    box-shadow: none !important;
    padding: 1px 0 !important;
    font-size: 0.95rem !important;
    color: #333;
    background: transparent;
    height: auto;
}
.rt-time-native {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}
.rt-time-stepper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border: 1px solid #d7e0ef;
    border-radius: 8px;
    padding: 4px 6px;
    background: #f9fbff;
    margin-top: 2px;
}
.rt-step-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}
.rt-step-btn {
    width: 20px;
    height: 18px;
    border: 1px solid #cfd8e8;
    border-radius: 5px;
    background: #eef4ff;
    color: #003580;
    font-size: 0.92rem;
    line-height: 1;
    font-weight: 700;
    cursor: pointer;
    padding: 0;
}
.rt-step-value {
    min-width: 20px;
    text-align: center;
    font-size: 0.95rem;
    font-weight: 700;
    color: #1f2a3d;
}
.rt-step-sep {
    font-size: 0.95rem;
    font-weight: 700;
    color: #003580;
}
.rt-picker {
    flex-direction: row !important;
    align-items: center !important;
    cursor: pointer;
    position: relative;
    gap: 5px;
    padding: 1 6px !important;
    height: 100%;
}
.rt-picker > .bi {
    font-size: 0.95rem;
    color: #003580;
    flex-shrink: 0;
}
.rt-picker > div {
    min-width: 0;
    overflow: hidden;
}
.rt-dropdown {
    display: none;
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    z-index: 1200;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #d9e3f2;
    box-shadow: 0 14px 30px rgba(11,31,67,0.22);
    padding: 12px;
    min-width: 210px;
}
.rt-dropdown.open {
    display: block;
}
.rt-divider {
    width: 1px;
    background: #e0e0e0;
    margin: 6px 0;
    flex-shrink: 0;
}

/* Saatlik Kirala - Card Layout */
.hourly-card-row {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 20px 16px 0;
    flex-wrap: wrap;
}
.hourly-card {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 14px 18px;
    flex: 1 1 0;
    min-width: 200px;
    transition: border-color 0.2s, box-shadow 0.2s;
}
.hourly-card:hover {
    border-color: #bbb;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
.hourly-card-sm {
    flex: 0 1 auto;
    min-width: 170px;
}
.hourly-card-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
}
.hourly-card-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 0;
}
.hourly-card-title {
    font-size: 0.92rem;
    font-weight: 700;
    color: #222;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    line-height: 1.2;
}
.hourly-card-sub {
    font-size: 0.88rem;
    color: #999;
}
.hourly-card-input {
    border: none !important;
    box-shadow: none !important;
    padding: 2px 0 !important;
    height: auto !important;
    font-size: 0.95rem !important;
    color: #888;
    background: transparent !important;
}
.hourly-card-input:focus {
    color: #333;
    outline: none;
}
.hourly-card-input::placeholder {
    color: #aaa;
    font-size: 0.92rem;
}
.hourly-card-arrow {
    color: #999;
    font-size: 0.9rem;
    flex-shrink: 0;
}
.hourly-swap-icon {
    flex-shrink: 0;
    color: #bbb;
    font-size: 1.1rem;
}

/* Passenger dropdown hero uyumu */
.hero-field-inner.passenger-dropdown {
    cursor: pointer;
    min-width: 120px;
    white-space: nowrap;
    flex-shrink: 0;
}
.hero-field-inner.passenger-dropdown .passenger-selected {
    font-size: 0.95rem;
    color: #333;
    flex: 1;
    white-space: nowrap;
}
.hero-field-inner.passenger-dropdown .passenger-options {
    top: 100%;
    left: 0;
    min-width: 160px;
}

/* Responsive */
@media (max-width: 992px) {
    .hero-section {
        padding: 50px 0 40px;
    }
    .hero-form-row {
        flex-wrap: wrap;
    }
    .hero-field {
        flex: 1 1 45%;
        border-right: none;
        border-bottom: 1px solid #e9ecef;
    }
    .hero-field.flex-fill {
        flex: 1 1 100%;
    }
    .hero-field-btn {
        flex: 1 1 100%;
    }
    .hero-field-btn .btn-booking-search {
        border-radius: 10px;
        width: 100%;
        padding: 14px;
    }
    .hero-form-wrapper {
        border-radius: 0 0 12px 12px;
        overflow: hidden;
    }
    .hero-main-title {
        font-size: 1.7rem;
    }
    .hero-tab-bar {
        justify-content: flex-start;
        border-radius: 12px 12px 0 0;
        overflow: hidden;
    }
    .hero-tab-btn.nav-link {
        flex: 1;
        text-align: center;
        padding: 11px 12px;
        font-size: 0.95rem;
        border-radius: 0 !important;
    }
    .hero-tab-btn.nav-link:first-child,
    .hero-tab-btn.nav-link:last-child {
        border-radius: 0 !important;
    }
    #singleDateTimeCol,
    .rt-field {
        flex: 1 1 100% !important;
        min-width: 0 !important;
    }
    .hero-form-row {
        height: auto;
    }
}

/* ==================== Booking Card ==================== */
.booking-card {
    position: relative;
    z-index: 2;
    background: var(--white);
    border-radius: 16px;
    box-shadow: var(--shadow-lg);
    overflow: hidden;
}

.booking-header {
    display: flex;
    background: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
}

.booking-tab {
    flex: 1;
    padding: 1.2rem;
    background: transparent;
    border: none;
    font-weight: 600;
    color: var(--text-light);
    cursor: pointer;
    transition: var(--transition);
    position: relative;
}

.booking-tab i {
    margin-right: 0.5rem;
    font-size: 1.2rem;
}

.booking-tab.active {
    color: var(--primary-color);
    background: var(--white);
}

.booking-tab.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--primary-color);
}

.booking-body {
    padding: 2rem;
}

.form-floating {
    position: relative;
}

.form-floating label i {
    margin-right: 0.5rem;
}

.form-control {
    border: 2px solid #e9ecef;
    border-radius: var(--border-radius);
    padding: 1rem 1rem;
    font-size: 1rem;
    transition: var(--transition);
}

.form-control:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.2rem rgba(0, 53, 128, 0.15);
}

.location-type {
    position: absolute;
    bottom: -22px;
    left: 12px;
    font-size: 0.88rem;
    color: var(--text-light);
}

.btn-primary {
    background: var(--primary-color);
    border: none;
    font-weight: 600;
    padding: 1rem 2rem;
    font-size: 1.1rem;
    border-radius: var(--border-radius);
    transition: var(--transition);
}

.btn-primary:hover {
    background: var(--primary-dark);
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

.btn-link {
    color: var(--primary-color);
    font-weight: 500;
}

.btn-link:hover {
    color: #003580;
}

.btn-outline-primary {
    color: #003580;
    border-color: #003580;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
    background: #003580;
    border-color: #003580;
    color: #fff;
}

/* ==================== Services Section ==================== */
.services-section {
    padding: 50px 0;
    background: #fff;
}

.section-header {
    margin-bottom: 2rem;
}

.section-title {
    font-size: 1.5rem;
    font-weight: 800;
    color: #1a1a2e;
    margin-bottom: 0.5rem;
}

.section-subtitle {
    font-size: 0.95rem;
    color: #6b7280;
}

.service-card {
    background: #fff;
    border-radius: 12px;
    padding: 24px 20px;
    height: 100%;
    border: 1px solid #e0e0e0;
    transition: all 0.2s;
    position: relative;
}

.service-card::before {
    display: none;
}

.service-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
    border-color: #003580;
}

.service-card:hover::before {
    display: none;
}

.service-icon {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    background: #eef2ff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    transition: all 0.2s;
}

.service-icon i {
    font-size: 1.4rem;
    color: #003580;
}

.service-card:hover .service-icon {
    background: #003580;
    transform: none;
}

.service-card:hover .service-icon i {
    color: #fff;
}

.service-title {
    font-size: 1rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 6px;
}

.service-description {
    color: #6b7280;
    margin-bottom: 0;
    line-height: 1.6;
    font-size: 0.88rem;
}

.service-features {
    list-style: none;
    padding: 0;
}

.service-features li {
    padding: 0.5rem 0;
    color: #1a1a2e;
    display: flex;
    align-items: center;
}

.service-features li i {
    color: #003580;
    margin-right: 0.5rem;
    font-size: 1.1rem;
}

/* ==================== Vehicles Section ==================== */
/* ==================== Vehicles Section (Horizontal Cards) ==================== */
.vehicles-section {
    padding: 50px 0;
    background: #f5f5f5;
}

.vcard {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #e0e0e0;
    display: flex;
    overflow: hidden;
    height: 100%;
    transition: all 0.2s;
    position: relative;
}
.vcard:hover {
    border-color: #003580;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
    transform: translateY(-2px);
}
.vcard--popular {
    border-color: #003580;
}

.vcard-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #003580;
    color: #fff;
    padding: 3px 12px;
    border-radius: 6px;
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    z-index: 2;
}

.vcard-img {
    width: 260px;
    min-width: 180px;
    overflow: hidden;
    flex-shrink: 0;
}
.vcard-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}
.vcard:hover .vcard-img img {
    transform: scale(1.05);
}

.vcard-body {
    flex: 1;
    padding: 16px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
}

.vcard-name {
    font-size: 0.95rem;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0;
}
.vcard-model {
    font-size: 0.92rem;
    color: #6b7280;
}

.vcard-specs {
    display: flex;
    gap: 16px;
}
.vcard-spec {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 0.92rem;
    color: #6b7280;
}
.vcard-spec i {
    color: #003580;
    font-size: 0.95rem;
}

.vcard-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.92rem;
    font-weight: 600;
    color: #003580;
    text-decoration: none;
    margin-top: 2px;
    transition: gap 0.2s;
}
.vcard-btn:hover {
    color: #003580;
    gap: 10px;
}

@media (max-width: 576px) {
    .vcard {
        flex-direction: column;
    }
    .vcard-img {
        width: 100%;
        min-width: unset;
        height: 200px;
    }
}

/* ==================== Price Comparison Section ==================== */
.price-comparison-section {
    padding: 50px 0;
    background: #f5f5f5;
}

/* Layout: hero left + competitors right */
.cmp-layout {
    display: flex;
    gap: 24px;
    align-items: stretch;
}

/* Left hero card */
.cmp-hero-card {
    flex: 1;
    background: linear-gradient(135deg, #003580 0%, #00468a 100%);
    border-radius: 16px;
    color: #fff;
    padding: 32px 28px;
    display: flex;
    flex-direction: column;
}
.cmp-hero-top {
    margin-bottom: 20px;
}
.cmp-hero-top h3 {
    font-size: 1.3rem;
    font-weight: 700;
    margin: 8px 0 12px;
}
.cmp-badge {
    display: inline-block;
    background: #febb02;
    color: #003580;
    font-size: 0.88rem;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 4px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.cmp-hero-rating {
    display: flex;
    align-items: center;
    gap: 8px;
}
.cmp-hero-rating > span {
    font-size: 1.6rem;
    font-weight: 800;
}
.cmp-hero-stars {
    display: flex;
    gap: 2px;
}
.cmp-hero-stars i {
    color: #febb02;
    font-size: 0.95rem;
}
.cmp-hero-rating small {
    font-size: 0.88rem;
    opacity: 0.8;
}

/* Feature checklist */
.cmp-hero-features {
    list-style: none;
    padding: 0;
    margin: 0;
    flex: 1;
}
.cmp-hero-features li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 9px 0;
    border-bottom: 1px solid rgba(255,255,255,0.12);
}
.cmp-hero-features li:last-child {
    border-bottom: none;
}
.cmp-hero-features li > i {
    color: #4ade80;
    font-size: 1rem;
    margin-top: 2px;
    flex-shrink: 0;
}
.cmp-hero-features li div {
    display: flex;
    flex-direction: column;
}
.cmp-hero-features li strong {
    font-size: 0.95rem;
    font-weight: 600;
}
.cmp-hero-features li span {
    font-size: 0.95rem;
    opacity: 0.8;
}

/* Right competitors stack */
.cmp-competitors {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.cmp-comp-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 18px 20px;
    flex: 1;
}
.cmp-comp-name {
    font-size: 0.9rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid #f0f0f0;
}
.cmp-comp-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px 16px;
}
.cmp-comp-list li {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.95rem;
    color: #6b7280;
}
.cmp-comp-list li strong {
    color: #374151;
}
.cmp-x {
    color: #ef4444;
    font-size: 0.88rem;
    flex-shrink: 0;
}
.cmp-warn {
    color: #f59e0b;
    font-size: 0.88rem;
    flex-shrink: 0;
}

/* Responsive */
@media (max-width: 768px) {
    .cmp-layout {
        flex-direction: column;
    }
    .cmp-comp-list {
        grid-template-columns: 1fr;
    }
}

.additional-benefits {
    margin-top: 3rem;
}

.benefit-card {
    background: #fff;
    padding: 1.5rem 1.2rem;
    border-radius: 12px;
    text-align: center;
    box-shadow: none;
    transition: all 0.2s;
    height: 100%;
    border: 1px solid #e0e0e0;
}

.benefit-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
    border-color: #003580;
}

.benefit-icon {
    width: 48px;
    height: 48px;
    background: #eef2ff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0.8rem;
    font-size: 1.3rem;
    color: #003580;
}

.benefit-card h5 {
    font-size: 0.95rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 0.5rem;
}

.benefit-card p {
    color: #6b7280;
    font-size: 0.95rem;
    line-height: 1.5;
    margin: 0;
}

/* Mobile Responsive */
@media (max-width: 992px) {
    .comparison-table-container {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -15px;
        padding: 0 15px;
        border-radius: 8px;
    }
    
    .comparison-table {
        min-width: 700px;
        table-layout: auto;
    }
    
    .service-column,
    .competitor-column,
    .our-price-column,
    .features-column {
        width: auto;
    }
}

@media (max-width: 768px) {
    .comparison-table {
        min-width: 560px;
    }
    
    .comparison-table th,
    .comparison-table td {
        padding: 0.6rem 0.4rem;
        font-size: 0.88rem;
    }
    
    .comparison-table .highlight-column::after {
        font-size: 0.9rem;
        padding: 0.25rem 0.6rem;
        top: -10px;
    }
    
    .current-price {
        font-size: 1.1rem;
    }
    
    .service-info i {
        font-size: 0.9rem;
    }
    
    .service-info span {
        font-size: 0.88rem;
    }
    
    .benefit-card {
        padding: 1.25rem 0.75rem;
    }
    
    .benefit-icon {
        width: 45px;
        height: 45px;
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .comparison-table {
        min-width: 520px;
    }
    
    .comparison-table th,
    .comparison-table td {
        padding: 0.6rem 0.4rem;
        font-size: 0.88rem;
    }
    
    .our-brand {
        font-size: 0.95rem;
        gap: 0.2rem;
    }
    
    .comparison-table .highlight-column::after {
        font-size: 0.92rem;
        padding: 0.15rem 0.4rem;
        top: -6px;
    }
    
    .current-price {
        font-size: 1.1rem;
    }
    
    .features-list .feature-item {
        font-size: 0.88rem;
    }
}

/* ==================== Features Section ==================== */
.features-section {
    padding: 60px 0;
    background: var(--white);
    border-top: 1px solid #e9ecef;
    border-bottom: 1px solid #e9ecef;
}

.feature-item {
    text-align: center;
    padding: 1.5rem;
}

.feature-item i {
    font-size: 3rem;
    color: var(--primary-color);
    margin-bottom: 1rem;
    display: block;
}

.feature-item h5 {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 0.5rem;
}

.feature-item p {
    color: var(--text-light);
    margin: 0;
    font-size: 0.95rem;
}

/* ==================== CTA Section ==================== */
.cta-section {
    padding: 100px 0;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('https://images.unsplash.com/photo-1449965408869-eaa3f722e40d?w=1600&h=600&fit=crop');
    background-size: cover;
    background-position: center;
    opacity: 0.1;
}

.cta-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 1rem;
    position: relative;
}

.cta-description {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 2rem;
    position: relative;
}

.cta-buttons {
    position: relative;
}

.btn-light {
    background: var(--white);
    color: var(--primary-color);
    border: none;
    font-weight: 600;
    padding: 1rem 2.5rem;
    transition: var(--transition);
}

.btn-light:hover {
    background: var(--accent-color);
    color: var(--primary-dark);
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(254, 187, 2, 0.3);
}

/* ==================== Footer ==================== */
.footer {
    background: #003580;
    color: rgba(255, 255, 255, 0.85);
    padding: 50px 0 24px;
}

.footer-brand h4 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.footer-brand p {
    color: rgba(255, 255, 255, 0.75) !important;
    font-size: 0.9rem;
    line-height: 1.6;
}

.footer-contact p {
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}

.footer-contact i {
    margin-right: 0.5rem;
    color: #febb02;
}

.footer-social {
    display: flex;
    gap: 0.7rem;
}

.social-link {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all 0.2s;
    font-size: 0.9rem;
}

.social-link:hover {
    background: #fff;
    color: #003580;
    transform: translateY(-2px);
}

.footer-heading {
    color: #fff;
    font-weight: 700;
    margin-bottom: 1.2rem;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 0.6rem;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: all 0.2s;
    font-size: 0.88rem;
}

.footer-links a:hover {
    color: #fff;
    padding-left: 4px;
}

.payment-methods {
    display: flex;
    gap: 1rem;
    font-size: 2rem;
    color: rgba(255, 255, 255, 0.5);
}

.footer-divider {
    border-color: rgba(255, 255, 255, 0.15);
    margin: 1.5rem 0;
}

.footer-copyright {
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.95rem;
    margin: 0;
}

/* ==================== Responsive Design ==================== */
.footer {
    background:
        linear-gradient(135deg, rgba(7, 58, 102, .98), rgba(15, 119, 104, .94)),
        #073a66;
    color: rgba(255, 255, 255, .82);
    margin-top: 0;
    overflow: hidden;
    padding: 64px 0 26px;
    position: relative;
}

.footer::before {
    background: linear-gradient(90deg, var(--pa-gold), rgba(255, 255, 255, 0), var(--pa-teal));
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.footer .container {
    position: relative;
    z-index: 1;
}

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

.footer-brand h4 {
    color: #fff;
    font-size: 1.35rem;
    font-weight: 850;
    letter-spacing: 0;
    margin-bottom: .8rem;
}

.footer-brand p,
.footer-brand .text-muted {
    color: rgba(255, 255, 255, .72) !important;
    font-size: .94rem;
    line-height: 1.75;
}

.footer-contact {
    display: grid;
    gap: .65rem;
    margin-top: 1.25rem;
}

.footer-contact p {
    align-items: flex-start;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 8px;
    color: rgba(255, 255, 255, .86);
    display: flex;
    gap: .65rem;
    line-height: 1.45;
    margin: 0;
    padding: .72rem .8rem;
}

.footer-contact i {
    align-items: center;
    background: rgba(243, 185, 67, .16);
    border-radius: 8px;
    color: var(--pa-gold);
    display: inline-flex;
    flex: 0 0 30px;
    height: 30px;
    justify-content: center;
    margin: 0;
    width: 30px;
}

.footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: .65rem;
    margin-top: 1.25rem !important;
}

.social-link {
    align-items: center;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 8px;
    color: #fff;
    display: inline-flex;
    height: 40px;
    justify-content: center;
    text-decoration: none;
    transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease;
    width: 40px;
}

.social-link:hover {
    background: var(--pa-gold);
    border-color: var(--pa-gold);
    color: var(--pa-ink);
    transform: translateY(-2px);
}

.footer-heading {
    color: #fff;
    font-size: .9rem;
    font-weight: 850;
    letter-spacing: .08em;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.footer-heading::after {
    background: var(--pa-gold);
    border-radius: 999px;
    content: "";
    display: block;
    height: 3px;
    margin-top: .55rem;
    width: 34px;
}

.footer-links {
    display: grid;
    gap: .55rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-links li {
    margin: 0;
}

.footer-links a,
.footer-legal-link {
    color: rgba(255, 255, 255, .72);
    font-size: .9rem;
    text-decoration: none;
    transition: color .2s ease, transform .2s ease;
}

.footer-links a {
    align-items: center;
    display: inline-flex;
    gap: .45rem;
}

.footer-links a::before {
    background: rgba(243, 185, 67, .9);
    border-radius: 999px;
    content: "";
    height: 6px;
    opacity: .72;
    width: 6px;
}

.footer-links a:hover,
.footer-legal-link:hover {
    color: #fff;
    padding-left: 0;
    transform: translateX(3px);
}

.footer-divider {
    border-color: rgba(255, 255, 255, .14);
    margin: 2rem 0 1.2rem;
    opacity: 1;
}

.footer-copyright {
    color: rgba(255, 255, 255, .62);
    font-size: .86rem;
    margin: 0;
}

.footer-legal-link {
    display: inline-flex;
    margin-left: 1rem;
}

@media (max-width: 991px) {
    .hero-title {
        font-size: 2.5rem;
    }
    
    .hero-subtitle {
        font-size: 1.2rem;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .booking-body {
        padding: 1.5rem;
    }
}

@media (max-width: 767px) {
    .hero-title {
        font-size: 2rem;
    }
    
    .hero-subtitle {
        font-size: 1rem;
    }
    
    .booking-header {
        flex-direction: column;
    }
    
    .booking-tab {
        border-bottom: 1px solid #e9ecef;
    }
    
    .cta-title {
        font-size: 1.8rem;
    }
    
    .btn-lg {
        padding: 0.8rem 1.5rem;
        font-size: 1rem;
    }
}

/* ==================== Animations ==================== */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in-up {
    animation: fadeInUp 0.6s ease-out;
}

/* ==================== Scrollbar ==================== */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--primary-dark);
}

/* ==================== Promotional Banner ==================== */
.promo-banner {
    background: linear-gradient(135deg, #ff416c 0%, #ff4b2b 100%);
    color: var(--white);
    padding: 16px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1060;
    animation: slideDown 0.5s ease-out;
    box-shadow: 0 2px 8px rgba(255, 65, 108, 0.3);
    height: 55px;
    display: flex;
    align-items: center;
}

.promo-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    width: 100%;
    flex-wrap: wrap;
    padding: 0 15px;
}

.promo-text {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-size: 1.1rem;
    font-weight: 600;
    text-align: center;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.promo-text i {
    font-size: 1.3rem;
    animation: pulse 2s infinite;
    flex-shrink: 0;
}

.promo-actions {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    flex-shrink: 0;
}

.btn-promo {
    background: rgba(255, 255, 255, 0.2);
    color: var(--white);
    border: 2px solid rgba(255, 255, 255, 0.4);
    padding: 0.5rem 1.2rem;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 700;
    text-decoration: none;
    transition: var(--transition);
    white-space: nowrap;
    backdrop-filter: blur(5px);
}

.btn-promo:hover {
    background: var(--white);
    color: #ff416c;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(255, 255, 255, 0.3);
}

.btn-close-promo {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: var(--white);
    font-size: 1rem;
    cursor: pointer;
    padding: 0.4rem;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
    backdrop-filter: blur(5px);
}

.btn-close-promo:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}

/* ==================== Customer Reviews Section ==================== */
.reviews-section {
    padding: 80px 0;
    background: var(--bg-light);
    overflow-x: hidden;
}

.reviews-section .container {
    max-width: 1200px;
    padding: 0 15px;
}

.review-card {
    background: var(--white);
    border-radius: 20px;
    padding: 1.8rem;
    height: 100%;
    box-shadow: 0 8px 25px rgba(0, 53, 128, 0.08);
    transition: var(--transition);
    border: 2px solid rgba(254, 187, 2, 0.1);
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
}

.review-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #febb02, #ff416c);
    transform: scaleX(0);
    transition: var(--transition);
}

.review-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 53, 128, 0.15);
    border-color: var(--accent-color);
}

.review-card:hover::before {
    transform: scaleX(1);
}

.review-card:nth-child(2) .review-card::before {
    background: linear-gradient(90deg, #ff416c, #febb02);
}

.review-card:nth-child(3) .review-card::before {
    background: linear-gradient(90deg, #06a94d, #febb02);
}

/* ==================== Enhanced Review Cards ==================== */
.review-badge {
    position: absolute;
    top: -6px;
    right: 12px;
    background: linear-gradient(135deg, #febb02 0%, #ff9800 100%);
    color: var(--white);
    padding: 0.3rem 0.7rem;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 0.25rem;
    box-shadow: 0 4px 15px rgba(254, 187, 2, 0.3);
    z-index: 2;
    white-space: nowrap;
    max-width: calc(100% - 24px);
}

.review-badge i {
    font-size: 0.92rem;
}

.featured-review {
    border: 2px solid rgba(254, 187, 2, 0.4);
    background: linear-gradient(135deg, #ffffff 0%, #fffdf7 100%);
}

.featured-review:hover {
    border-color: var(--accent-color);
    box-shadow: 0 15px 50px rgba(254, 187, 2, 0.25);
}

.verified-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 0.9rem;
    color: var(--success-color);
    font-weight: 600;
    background: rgba(6, 169, 77, 0.1);
    padding: 0.2rem 0.5rem;
    border-radius: 12px;
    white-space: nowrap;
}

.verified-badge i {
    font-size: 0.92rem;
}

/* ==================== Review Summary ==================== */
.review-summary {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 2.5rem;
    border-radius: 20px;
    box-shadow: 0 8px 30px rgba(0, 53, 128, 0.08);
    margin-top: 2rem;
}

.summary-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 2rem;
    max-width: 600px;
    margin: 0 auto;
}

.stat-item h4 {
    font-size: 2.2rem;
    font-weight: 800;
    color: var(--primary-color);
    margin: 0;
    background: linear-gradient(135deg, var(--primary-color), #0066cc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.stat-item p {
    color: var(--text-light);
    font-size: 0.95rem;
    font-weight: 500;
    margin: 0.5rem 0 0 0;
}

/* ==================== Google Reviews Section ==================== */
.google-reviews-section {
    padding: 80px 0;
    background: var(--white);
    position: relative;
    overflow: hidden;
}

.google-reviews-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 50%, #f8f9fa 100%);
    opacity: 0.7;
}

.google-reviews-section .container {
    position: relative;
    z-index: 2;
}

.google-rating-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-top: 1.5rem;
    padding: 1.5rem;
    background: var(--white);
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #e9ecef;
}

.google-logo {
    width: 32px;
    height: 32px;
}

.google-rating {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.rating-stars {
    display: flex;
    gap: 0.2rem;
}

.rating-stars i {
    color: #febb02;
    font-size: 1.4rem;
}

.rating-text {
    color: var(--text-light);
    font-size: 0.9rem;
    font-weight: 500;
}

.google-reviews-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
    margin-top: 3rem;
}

.google-review-card {
    background: var(--white);
    border-radius: 16px;
    padding: 1.8rem;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.08);
    border: 1px solid #e9ecef;
    transition: var(--transition);
    position: relative;
}

.google-review-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

.google-review-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #4285f4, #34a853, #fbbc05, #ea4335);
    border-radius: 16px 16px 0 0;
}

.google-review-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.reviewer-info {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.reviewer-avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    overflow: hidden;
}

.reviewer-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.reviewer-details h5 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-dark);
    margin: 0 0 0.2rem 0;
}

.review-date {
    font-size: 0.92rem;
    color: var(--text-light);
}

.google-stars {
    display: flex;
    gap: 0.1rem;
}

.google-stars i {
    color: #febb02;
    font-size: 1rem;
}

.google-review-text {
    color: var(--text-dark);
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 1.2rem;
    font-style: italic;
}

.google-review-footer {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding-top: 1rem;
    border-top: 1px solid #f0f0f0;
}

.review-source {
    width: 16px;
    height: 16px;
}

.google-review-footer span {
    font-size: 0.92rem;
    color: var(--text-light);
    font-weight: 500;
}

.google-business-link {
    margin-top: 2rem;
}

.btn-google {
    background: var(--white);
    color: var(--text-dark);
    border: 2px solid #4285f4;
    padding: 1rem 2rem;
    border-radius: 12px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    transition: var(--transition);
    box-shadow: 0 4px 15px rgba(66, 133, 244, 0.2);
}

.btn-google:hover {
    background: #4285f4;
    color: var(--white);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(66, 133, 244, 0.3);
}

.google-btn-logo {
    width: 20px;
    height: 20px;
}

.google-invite {
    margin-top: 1rem;
    font-size: 0.9rem;
    color: var(--text-light);
    font-style: italic;
}

.review-stars {
    display: flex;
    gap: 0.3rem;
    margin-bottom: 1.5rem;
}

.review-stars i {
    color: #febb02;
    font-size: 1.2rem;
}

.review-text {
    color: var(--text-dark);
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 1.8rem;
    font-style: italic;
    position: relative;
    padding-left: 1rem;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.review-text::before {
    content: '"';
    position: absolute;
    top: -8px;
    left: -8px;
    font-size: 2.5rem;
    color: var(--primary-color);
    opacity: 0.2;
    font-family: serif;
    line-height: 1;
}

.review-author {
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(0, 53, 128, 0.08);
}

.author-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid var(--primary-color);
    flex-shrink: 0;
}

.author-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.author-info {
    flex: 1;
    min-width: 0;
}

.author-info h5 {
    color: var(--text-dark);
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 0.2rem 0;
    line-height: 1.2;
}

.author-info span {
    color: var(--text-light);
    font-size: 0.95rem;
    display: block;
    margin-bottom: 0.3rem;
}

/* ==================== FAQ Section ==================== */
.faq-section {
    padding: 80px 0;
    background: var(--white);
}

.accordion-item {
    border: none;
    margin-bottom: 1rem;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: var(--shadow-sm);
}

.accordion-header {
    border: none;
}

.accordion-button {
    background: var(--bg-light);
    color: var(--text-dark);
    font-weight: 600;
    padding: 1.5rem;
    border: none;
    font-size: 1.1rem;
    border-radius: 12px;
    transition: var(--transition);
}

.accordion-button:not(.collapsed) {
    background: var(--primary-color);
    color: var(--white);
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
    border: none;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23003580'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-body {
    background: var(--white);
    color: var(--text-dark);
    padding: 1.5rem;
    font-size: 1rem;
    line-height: 1.7;
    border-top: 1px solid rgba(0, 53, 128, 0.1);
    position: relative;
}

.accordion-body::before {
    content: '';
    position: absolute;
    left: 1.5rem;
    top: 0;
    width: 50px;
    height: 3px;
    background: linear-gradient(90deg, var(--primary-color), var(--accent-color));
    border-radius: 3px;
}

/* ==================== Newsletter Section ==================== */
.newsletter-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.newsletter-card {
    background: var(--white);
    border-radius: 24px;
    padding: 3.5rem 3rem;
    box-shadow: 0 20px 60px rgba(0, 53, 128, 0.08);
    border: 1px solid rgba(0, 53, 128, 0.06);
    position: relative;
    text-align: center;
    overflow: hidden;
    transition: var(--transition);
}

.newsletter-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 80px rgba(0, 53, 128, 0.15);
}

.newsletter-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: linear-gradient(90deg, #003580 0%, #0066cc 50%, #febb02 100%);
    border-radius: 24px 24px 0 0;
}

.newsletter-icon {
    margin-bottom: 2rem;
}

.icon-container {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    box-shadow: 0 8px 20px rgba(0, 53, 128, 0.1);
    transition: var(--transition);
}

.newsletter-card:hover .icon-container {
    transform: scale(1.1) rotate(5deg);
}

.icon-container i {
    color: var(--primary-color);
    font-size: 2.2rem;
}

.newsletter-title {
    color: var(--text-dark);
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.newsletter-subtitle {
    color: var(--text-light);
    font-size: 1rem;
    margin-bottom: 2.5rem;
    line-height: 1.6;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.newsletter-input-wrapper {
    position: relative;
    margin-bottom: 1rem;
    border-radius: 50px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 53, 128, 0.08);
    background: var(--white);
    border: 2px solid #f0f2f5;
    transition: var(--transition);
}

.newsletter-input-wrapper:focus-within {
    border-color: var(--primary-color);
    box-shadow: 0 4px 25px rgba(0, 53, 128, 0.15);
}

.newsletter-input {
    width: 100%;
    padding: 1.2rem 1.8rem;
    border: none;
    background: transparent;
    font-size: 1rem;
    color: var(--text-dark);
    outline: none;
    padding-right: 140px;
}

.newsletter-input::placeholder {
    color: #a0a0a0;
    font-weight: 400;
}

.newsletter-btn {
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(135deg, var(--primary-color) 0%, #0066cc 100%);
    color: var(--white);
    border: none;
    padding: 0.8rem 1.5rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: var(--transition);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    box-shadow: 0 4px 15px rgba(0, 53, 128, 0.3);
}

.newsletter-btn:hover {
    background: linear-gradient(135deg, #0066cc 0%, var(--primary-color) 100%);
    transform: translateY(-50%) scale(1.05);
    box-shadow: 0 6px 20px rgba(0, 53, 128, 0.4);
}

.newsletter-btn i {
    font-size: 1rem;
}

.newsletter-privacy {
    color: var(--text-light);
    font-size: 0.95rem;
    margin-top: 1rem;
    display: block;
    font-style: italic;
}

/* ==================== Mobile Responsive Updates ==================== */
@media (max-width: 991px) {
    .promo-banner {
        padding: 12px 0;
        min-height: 45px;
    }
    
    .promo-content {
        flex-direction: row;
        justify-content: space-between;
        gap: 1rem;
        padding: 0 20px;
    }
    
    .promo-text {
        font-size: 0.9rem;
        white-space: normal;
        line-height: 1.3;
        flex: 1;
        text-align: left;
    }
    
    .promo-text i {
        font-size: 1.1rem;
    }
    
    .btn-promo {
        padding: 0.4rem 1rem;
        font-size: 0.92rem;
    }
    
    /* Review Cards Tablet Adjustments */
    .reviews-section .container {
        padding: 0 12px;
    }
    
    .review-card {
        padding: 1.6rem;
        width: 100%;
        max-width: 100%;
    }
    
    .review-text {
        font-size: 0.9rem;
    }
    
    .author-avatar {
        width: 44px;
        height: 44px;
    }
    
    .review-badge {
        top: -5px;
        right: 10px;
        padding: 0.3rem 0.6rem;
        font-size: 0.88rem;
    }
    
    .newsletter-title {
        font-size: 1.5rem;
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .promo-banner {
        padding: 10px 0;
        min-height: 40px;
    }
    
    .promo-content {
        flex-direction: column;
        gap: 0.8rem;
        padding: 0 15px;
        text-align: center;
    }
    
    .promo-text {
        font-size: 0.95rem;
        white-space: normal;
        text-align: center;
        line-height: 1.4;
        order: 1;
    }
    
    .promo-actions {
        order: 2;
        justify-content: center;
        gap: 0.5rem;
    }
    
    .btn-promo {
        padding: 0.35rem 0.8rem;
        font-size: 0.88rem;
    }
    
    .btn-close-promo {
        width: 28px;
        height: 28px;
        font-size: 0.9rem;
    }
    
    /* Review Cards Mobile Fixes */
    .reviews-section {
        padding: 60px 0;
    }
    
    .reviews-section .container {
        padding: 0 10px;
    }
    
    .review-card {
        padding: 1.3rem;
        margin: 0;
        border-radius: 16px;
        width: 100%;
        max-width: 100%;
    }
    
    .review-badge {
        top: -5px;
        right: 8px;
        padding: 0.25rem 0.5rem;
        font-size: 0.88rem;
        max-width: calc(100% - 16px);
    }
    
    .review-text {
        font-size: 0.95rem;
        margin-bottom: 1.3rem;
        padding-left: 0.3rem;
        line-height: 1.5;
    }
    
    .review-text::before {
        font-size: 1.8rem;
        top: -5px;
        left: -3px;
    }
    
    .author-avatar {
        width: 40px;
        height: 40px;
        border-width: 2px;
    }
    
    .author-info h5 {
        font-size: 0.9rem;
    }
    
    .author-info span {
        font-size: 0.88rem;
    }
    
    .verified-badge {
        font-size: 0.6rem;
        padding: 0.1rem 0.35rem;
    }
    
    .review-summary {
        padding: 1.8rem 1rem;
        margin: 0.8rem;
    }
    
    .summary-stats {
        gap: 1.2rem;
    }
    
    .stat-item h4 {
        font-size: 1.6rem;
    }
    
    .newsletter-card {
        padding: 2.5rem 1.5rem;
        margin: 0 1rem;
    }
    
    .newsletter-title {
        font-size: 1.4rem;
    }
    
    .newsletter-input {
        padding-right: 1.8rem;
        margin-bottom: 1rem;
    }
    
    .newsletter-btn {
        position: static;
        transform: none;
        width: 100%;
        justify-content: center;
        margin-top: 0.5rem;
    }
    
    .newsletter-input-wrapper {
        display: flex;
        flex-direction: column;
    }
    
    /* Google Reviews Mobile Adjustments */
    .google-rating-header {
        flex-direction: column;
        gap: 1rem;
        padding: 1.2rem;
    }
    
    .google-reviews-container {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .google-review-card {
        padding: 1.3rem;
    }
    
    .google-review-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.8rem;
    }
    
    .reviewer-info {
        width: 100%;
    }
    
    .google-stars {
        align-self: flex-end;
    }
    
    .btn-google {
        padding: 0.8rem 1.5rem;
        font-size: 0.9rem;
        flex-direction: column;
        gap: 0.5rem;
    }
}

/* ==================== Popular Destinations ==================== */
.popular-destinations {
    position: relative;
    z-index: 2;
    text-align: center;
}

.destinations-title {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.destinations-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    justify-content: center;
    max-width: 600px;
    margin: 0 auto 1rem;
}

.destination-btn {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 0.92rem;
    padding: 0.4rem 0.8rem;
    color: var(--white);
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.95rem;
    font-weight: 500;
    cursor: pointer;
    transition: var(--transition);
}

.destination-btn:hover {
    background: rgba(254, 187, 2, 0.9);
    border-color: var(--accent-color);
    color: var(--primary-dark);
    transform: translateY(-2px);
}

/* ==================== Passenger Counter ==================== */
.passenger-counter {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    background: #f8f9fa;
    border: 2px solid #e9ecef;
    border-radius: var(--border-radius);
    padding: 0.5rem;
    transition: var(--transition);
}

.passenger-counter:focus-within {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.2rem rgba(0, 53, 128, 0.15);
}

.counter-btn {
    background: var(--primary-color);
    color: var(--white);
    border: none;
    width: 32px;
    height: 32px;
    border-radius: 4px;
    font-size: 1.2rem;
    font-weight: 700;
    cursor: pointer;
    transition: var(--transition);
    display: flex;
    align-items: center;
    justify-content: center;
}

.counter-btn:hover {
    background: var(--primary-dark);
}

.counter-input {
    width: 40px;
    text-align: center;
    border: none;
    background: transparent;
    font-weight: 700;
    font-size: 1.1rem;
    color: var(--text-dark);
}

.counter-label {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.88rem;
    color: var(--text-light);
    white-space: nowrap;
}

/* ==================== Vehicle Model ==================== */
.vehicle-model {
    font-size: 0.9rem;
    color: var(--text-light);
    margin-bottom: 1rem;
}

.luxury-badge {
    background: linear-gradient(135deg, #d4af37, #ffd700);
    color: var(--primary-dark);
}

/* ==================== Tours Section ==================== */
/* ==================== Tours Section (Horizontal Cards) ==================== */
.tours-section {
    padding: 50px 0;
    background: #fff;
}

.tcard {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #e0e0e0;
    display: flex;
    overflow: hidden;
    height: 100%;
    transition: all 0.2s;
    position: relative;
}
.tcard:hover {
    border-color: #003580;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
    transform: translateY(-2px);
}

.tcard-img {
    width: 200px;
    min-width: 200px;
    overflow: hidden;
    flex-shrink: 0;
    position: relative;
}
.tcard-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}
.tcard:hover .tcard-img img {
    transform: scale(1.05);
}

.tcard-price {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: rgba(0, 0, 0, 0.75);
    backdrop-filter: blur(6px);
    padding: 5px 10px;
    border-radius: 6px;
    display: flex;
    align-items: baseline;
    gap: 6px;
}
.tcard-old {
    font-size: 0.88rem;
    color: #aaa;
    text-decoration: line-through;
}
.tcard-new {
    font-size: 1rem;
    font-weight: 700;
    color: #febb02;
}

.tcard-body {
    flex: 1;
    padding: 16px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
}

.tcard-name {
    font-size: 0.95rem;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0;
}
.tcard-desc {
    font-size: 0.95rem;
    color: #6b7280;
    margin: 0;
}

.tcard-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 600;
    color: #003580;
    text-decoration: none;
    margin-top: 2px;
    transition: gap 0.2s;
}
.tcard-btn:hover {
    color: #003580;
    gap: 10px;
}

@media (max-width: 576px) {
    .tcard {
        flex-direction: column;
    }
    .tcard-img {
        width: 100%;
        min-width: unset;
        height: 180px;
    }
}

/* ==================== Routes Section ==================== */
.routes-section {
    padding: 50px 0;
    background: #f5f5f5;
}

.route-card {
    background: #fff;
    border-radius: 12px;
    padding: 1.2rem 1.4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.2s;
    border: 1px solid #e0e0e0;
    height: 100%;
}

.route-card:hover {
    border-color: #003580;
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}

.route-info h5 {
    font-size: 0.95rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 4px;
}

.route-details {
    font-size: 0.95rem;
    color: #6b7280;
    margin: 0;
}

.route-details i {
    margin-right: 0.3rem;
    color: #003580;
}

.route-price {
    font-size: 1.2rem;
    font-weight: 700;
    color: #003580;
    white-space: nowrap;
}

/* ==================== Floating Action Buttons ==================== */
.floating-buttons {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.fab-button {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    animation: pulse 2s infinite;
}

.fab-button i {
    font-size: 1.8rem;
    color: var(--white);
}

.whatsapp-btn {
    background: linear-gradient(135deg, #25D366, #128C7E);
}

.whatsapp-btn:hover {
    background: linear-gradient(135deg, #128C7E, #075E54);
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 6px 30px rgba(37, 211, 102, 0.5);
}

.phone-btn {
    background: linear-gradient(135deg, #003580, #002451);
}

.phone-btn:hover {
    background: linear-gradient(135deg, #002451, #001428);
    transform: scale(1.1) rotate(-5deg);
    box-shadow: 0 6px 30px rgba(0, 53, 128, 0.5);
}

@keyframes pulse {
    0%, 100% {
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    }
    50% {
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
    }
}

/* Mobile responsive */
@media (max-width: 768px) {
    .floating-buttons {
        bottom: 20px;
        right: 20px;
        gap: 12px;
    }
    
    .fab-button {
        width: 55px;
        height: 55px;
    }
    
    .fab-button i {
        font-size: 1.6rem;
    }
}

/* ==================== Page Header ==================== */
.page-header {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
    padding: 150px 0 80px;
    position: relative;
    overflow: hidden;
}

.page-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('https://images.unsplash.com/photo-1524231757912-21f4fe3a7200?w=1600&h=600&fit=crop');
    background-size: cover;
    background-position: center;
    opacity: 0.1;
}

.page-title {
    font-size: 3rem;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 1rem;
    position: relative;
}

.page-subtitle {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 1.5rem;
    position: relative;
}

.breadcrumb {
    background: transparent;
    margin: 0;
    padding: 0;
}

.breadcrumb-item {
    color: rgba(255, 255, 255, 0.8);
}

.breadcrumb-item a {
    color: var(--accent-color);
    text-decoration: none;
}

.breadcrumb-item.active {
    color: var(--white);
}

/* ==================== Tours Detail Section ==================== */
.tours-detail-section {
    padding: 80px 0;
    background: var(--bg-light);
}

.tour-detail-card {
    background: var(--white);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    height: 100%;
}

.tour-detail-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
}

.tour-detail-image {
    position: relative;
    height: 300px;
    overflow: hidden;
}

.tour-detail-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
}

.tour-detail-card:hover .tour-detail-image img {
    transform: scale(1.1);
}

.tour-detail-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
}

.discount {
    background: var(--danger-color);
    color: var(--white);
    padding: 0.5rem 1rem;
    border-radius: 25px;
    font-weight: 700;
    font-size: 0.9rem;
}

.tour-detail-price {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(10px);
    padding: 1rem 1.5rem;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.tour-detail-price .old-price {
    font-size: 1rem;
    color: #999;
    text-decoration: line-through;
    margin-bottom: 0.2rem;
}

.tour-detail-price .new-price {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--accent-color);
}

.tour-detail-content {
    padding: 2rem;
}

.tour-detail-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 0.5rem;
}

.tour-detail-subtitle {
    color: var(--text-light);
    font-size: 1rem;
    margin-bottom: 1.5rem;
}

.tour-detail-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.8rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 2px solid #f0f0f0;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    color: var(--text-dark);
}

.feature-item i {
    color: var(--primary-color);
    font-size: 1.1rem;
}

.tour-detail-description {
    color: var(--text-light);
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.tour-detail-highlights {
    background: var(--bg-light);
    padding: 1.5rem;
    border-radius: 12px;
    margin-bottom: 1rem;
}

.tour-detail-highlights h5 {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 1rem;
}

.tour-detail-highlights ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tour-detail-highlights li {
    padding: 0.5rem 0;
    color: var(--text-dark);
    position: relative;
    padding-left: 1.5rem;
}

.tour-detail-highlights li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--success-color);
    font-weight: 700;
    font-size: 1.2rem;
}

/* ==================== Tour Info Box ==================== */
.tour-info-box {
    background: var(--white);
    border-radius: 16px;
    padding: 3rem;
    box-shadow: var(--shadow-md);
}

.tour-info-box h3 {
    color: var(--text-dark);
    font-weight: 700;
}

.tour-info-box h5 {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 1rem;
}

.info-list {
    list-style: none;
    padding: 0;
}

.info-list li {
    padding: 0.5rem 0;
    color: var(--text-dark);
    position: relative;
    padding-left: 1.5rem;
}

.info-list li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: var(--primary-color);
    font-size: 1.5rem;
}

/* ==================== Chauffeured Allocation Styles ==================== */
.chauffeured-info-section {
    padding: 80px 0;
    background: var(--white);
}

.feature-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.feature-list-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 1.1rem;
    color: var(--text-dark);
}

.feature-list-item i {
    font-size: 1.5rem;
}

/* ==================== Pricing Section ==================== */
.pricing-section {
    padding: 80px 0;
    background: var(--bg-light);
}

.pricing-card {
    background: var(--white);
    border-radius: 16px;
    padding: 2.5rem 2rem;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    height: 100%;
    border: 2px solid transparent;
    position: relative;
}

.pricing-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-lg);
    border-color: var(--primary-color);
}

.pricing-card.popular {
    border-color: var(--accent-color);
    transform: scale(1.05);
}

.pricing-card.popular:hover {
    transform: scale(1.08) translateY(-10px);
}

.pricing-badge {
    position: absolute;
    top: -15px;
    right: 20px;
    background: var(--accent-color);
    color: var(--primary-dark);
    padding: 0.5rem 1.5rem;
    border-radius: 20px;
    font-weight: 700;
    font-size: 0.95rem;
}

.pricing-header {
    text-align: center;
    padding-bottom: 2rem;
    border-bottom: 2px solid #f0f0f0;
    margin-bottom: 2rem;
}

.pricing-header h3 {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 1rem;
}

.pricing-price {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 0.3rem;
    margin-bottom: 0.5rem;
}

.pricing-price .currency {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-top: 0.5rem;
}

.pricing-price .amount {
    font-size: 3.5rem;
    font-weight: 700;
    color: var(--primary-color);
    line-height: 1;
}

.pricing-subtitle {
    color: var(--text-light);
    font-size: 0.95rem;
}

.pricing-features {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem 0;
}

.pricing-features li {
    padding: 0.8rem 0;
    color: var(--text-dark);
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.pricing-features li i {
    color: var(--success-color);
    font-size: 1.2rem;
}

/* ==================== Request Form Section ==================== */
.request-form-section {
    padding: 80px 0;
    background: var(--white);
}

.form-card {
    background: var(--white);
    border-radius: 16px;
    padding: 3rem;
    box-shadow: var(--shadow-lg);
    border: 2px solid #f0f0f0;
}

.form-title {
    font-size: 2rem;
    font-weight: 700;
    color: var(--text-dark);
}

.form-label {
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 0.5rem;
}

.form-control,
.form-select {
    border: 2px solid #e9ecef;
    border-radius: var(--border-radius);
    padding: 0.8rem 1rem;
    font-size: 1rem;
    transition: var(--transition);
}

.form-control:focus,
.form-select:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.2rem rgba(0, 53, 128, 0.15);
}

/* ==================== Benefits Section ==================== */
.benefits-section {
    padding: 80px 0;
    background: var(--bg-light);
}

.benefit-card {
    background: var(--white);
    border-radius: 16px;
    padding: 2.5rem;
    text-align: center;
    height: 100%;
    transition: var(--transition);
    border: 2px solid transparent;
}

.benefit-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-lg);
    border-color: var(--primary-color);
}

.benefit-icon {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    background: #eef2ff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0.8rem;
    transition: all 0.2s;
}

.benefit-icon i {
    font-size: 1.3rem;
    color: #003580;
}

.benefit-card:hover .benefit-icon {
    background: #003580;
}

.benefit-card:hover .benefit-icon i {
    color: #fff;
}

.benefit-card h4 {
    font-size: 1rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 0.5rem;
}

.benefit-card p {
    color: #6b7280;
    margin: 0;
    line-height: 1.5;
    font-size: 0.95rem;
}

/* ==================== Instagram Section ==================== */
.instagram-section {
    padding: 5rem 0;
    background: linear-gradient(135deg, #f8f9ff 0%, #ffffff 100%);
}

.instagram-handle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--primary-color);
    margin-top: 1rem;
}

.instagram-handle i {
    font-size: 1.3rem;
    background: linear-gradient(45deg, #833ab4, #fd1d1d, #fcb045);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.instagram-feed-container {
    max-width: 1000px;
    margin: 0 auto;
}

.instagram-post {
    background: var(--white);
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    height: 100%;
}

.instagram-post:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
}

.instagram-image {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1;
}

.instagram-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
}

.instagram-post:hover .instagram-image img {
    transform: scale(1.05);
}

.instagram-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: var(--transition);
}

.instagram-post:hover .instagram-overlay {
    opacity: 1;
}

.instagram-stats {
    display: flex;
    gap: 1rem;
    color: var(--white);
    font-weight: 600;
}

.instagram-stats span {
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

.instagram-caption {
    padding: 1rem;
}

.instagram-caption p {
    font-size: 0.9rem;
    color: var(--text-dark);
    margin: 0 0 0.5rem 0;
    line-height: 1.4;
}

.instagram-time {
    font-size: 0.92rem;
    color: var(--text-light);
    font-style: italic;
}

.instagram-cta {
    margin-top: 2rem;
}

.btn-instagram {
    background: linear-gradient(45deg, #833ab4, #fd1d1d, #fcb045);
    color: var(--white);
    border: none;
    padding: 0.75rem 2rem;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: var(--transition);
    box-shadow: var(--shadow-sm);
}

.btn-instagram:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
    color: var(--white);
}

.instagram-follow-text {
    margin-top: 1rem;
    color: var(--text-light);
    font-size: 0.9rem;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

/* Responsive Instagram */
@media (max-width: 768px) {
    .instagram-section {
        padding: 3rem 0;
    }
    
    .instagram-caption {
        padding: 0.75rem;
    }
    
    .instagram-caption p {
        font-size: 0.95rem;
    }
}

/* ==================== Live Chat Widget ==================== */
.chat-widget {
    position: fixed;
    bottom: 92px;
    right: 20px;
    width: 360px;
    max-height: 78vh;
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 18px 42px rgba(3, 18, 42, 0.24);
    z-index: 1060;
    transform: translateY(20px) scale(0.96);
    opacity: 0;
    transition: transform 0.28s ease, opacity 0.28s ease;
    overflow: hidden;
    border: 1px solid #d9e3f5;
}

.chat-widget.active {
    transform: translateY(0) scale(1);
    opacity: 1;
}

.chat-header {
    background: linear-gradient(125deg, #003580, #1d4f9a);
    color: #ffffff;
    padding: 0.95rem 1rem;
    display: flex;
    align-items: center;
    gap: 0.65rem;
    cursor: pointer;
    position: relative;
}

.chat-avatar {
    width: 38px;
    height: 38px;
    background: rgba(255,255,255,0.16);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.05rem;
    border: 1px solid rgba(255,255,255,0.26);
}

.chat-info h5 {
    margin: 0;
    font-size: 0.95rem;
    font-weight: 600;
}

.chat-status {
    margin: 0;
    font-size: 0.88rem;
    opacity: 0.95;
}

.chat-status.online {
    color: #4ade80;
}

.chat-close {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #ffffff;
    font-size: 1rem;
    cursor: pointer;
    padding: 5px;
    border-radius: 50%;
    transition: var(--transition);
}

.chat-close:hover {
    background: rgba(255,255,255,0.2);
}

.chat-body {
    max-height: calc(78vh - 66px);
    overflow-y: auto;
    padding: 0;
    background: #f8fbff;
}

.chat-messages {
    padding: 0.95rem;
    min-height: 140px;
}

.chat-message {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.bot-message {
    justify-content: flex-start;
}

.message-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #2c5ea8;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    flex-shrink: 0;
}

.message-content {
    background: #ffffff;
    padding: 0.72rem 0.78rem;
    border-radius: 14px;
    max-width: 250px;
    border: 1px solid #dce7f7;
    box-shadow: 0 4px 14px rgba(14, 36, 81, 0.08);
}

.message-content p {
    margin: 0;
    font-size: 0.86rem;
    line-height: 1.4;
    color: #2b3a52;
}

.message-content p + p {
    margin-top: 0.5rem;
}

.chat-quick-actions {
    padding: 0.85rem;
    border-top: 1px solid #dbe6f4;
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    background: #ffffff;
}

.quick-action-btn {
    background: #f5f9ff;
    border: 1px solid #cfdcf2;
    color: #003580;
    padding: 0.62rem 0.8rem;
    border-radius: 12px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: var(--transition);
    text-align: left;
}

.quick-action-btn:hover {
    background: #e8f1ff;
    color: #002a62;
    transform: translateX(2px);
}

.chat-toggle {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #0f7b3f, #14a756);
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: var(--shadow-lg);
    z-index: 1061;
    transition: var(--transition);
    font-size: 1.5rem;
    animation: chatPulse 2s infinite;
}

.chat-toggle:hover {
    transform: scale(1.1);
    box-shadow: 0 8px 32px rgba(20, 167, 86, 0.36);
}

.chat-notification {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 24px;
    height: 24px;
    background: var(--danger-color);
    color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    font-weight: 600;
    animation: bounce 1s infinite;
}

.chat-pulse {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border: 2px solid #25d366;
    border-radius: 50%;
    animation: chatRipple 1.5s infinite;
}

@keyframes chatPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

@keyframes bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-3px); }
}

@keyframes chatRipple {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.5);
        opacity: 0;
    }
}

/* Floating Buttons Positioning */
.floating-buttons {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 1059;
    transition: var(--transition);
}

.floating-buttons.chat-active {
    opacity: 0;
    pointer-events: none;
    transform: translateX(20px);
}

.fab-button {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 1.5rem;
    box-shadow: var(--shadow-md);
    transition: var(--transition);
}

.fab-button:hover {
    transform: scale(1.1);
    box-shadow: var(--shadow-lg);
}

.whatsapp-btn {
    background: #25d366;
    color: white;
}

/* Chat Widget Responsive */
@media (max-width: 768px) {
    .chat-widget {
        width: calc(100vw - 20px);
        right: 10px;
        left: 10px;
        bottom: 84px;
        max-width: none;
        max-height: 68vh;
        border-radius: 16px;
    }
    
    .chat-toggle {
        bottom: 14px;
        right: 15px;
        width: 55px;
        height: 55px;
        font-size: 1.3rem;
    }
    
    .floating-buttons {
        right: 15px;
        bottom: 15px;
    }
    
    .fab-button {
        width: 55px;
        height: 55px;
        font-size: 1.3rem;
    }
}

/* ==================== Urgency Notifications ==================== */
.urgency-notifications {
    margin-bottom: 1rem;
}

.urgency-compact {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
}

.urgency-item {
    background: linear-gradient(135deg, #ff6b6b, #ee5a24);
    color: var(--white);
    padding: 0.4rem 0.8rem;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.92rem;
    font-weight: 500;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    animation: urgencyPulse 3s ease-in-out infinite alternate;
    white-space: nowrap;
}

.urgency-item.live-activity {
    background: linear-gradient(135deg, #00d4aa, #00b894);
}

.urgency-item.countdown-timer {
    background: linear-gradient(135deg, #fd79a8, #e84393);
}

.urgency-item.stock-alert {
    background: linear-gradient(135deg, #fdcb6e, #e17055);
}

.urgency-item i {
    font-size: 0.9rem;
}

.compact-timer {
    font-weight: 700;
    letter-spacing: 1px;
}

/* Urgency Animations */
@keyframes urgencyPulse {
    from { transform: scale(1); }
    to { transform: scale(1.02); }
}

/* Responsive Urgency */
@media (max-width: 768px) {
    .urgency-notifications {
        margin-bottom: 0.75rem;
    }
    
    .urgency-compact {
        flex-direction: column;
        align-items: center;
        gap: 0.4rem;
    }
    
    .urgency-item {
        font-size: 0.88rem;
        padding: 0.3rem 0.6rem;
    }
    
    .urgency-item i {
        font-size: 0.92rem;
    }
}

/* ==================== Security Badges ==================== */
.security-badges {
    margin-top: 1rem;
    padding: 0.75rem 1rem;
    background: rgba(0, 53, 128, 0.02);
    border-radius: 8px;
    border: 1px solid rgba(0, 53, 128, 0.08);
}

.security-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    margin-bottom: 0.75rem;
    font-weight: 500;
    color: var(--primary-color);
    font-size: 0.9rem;
}

.security-title i {
    font-size: 1rem;
    color: var(--success-color);
}

.badges-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 0.5rem;
}

.security-badge {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.6rem 0.8rem;
    background: var(--white);
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    transition: var(--transition);
    border: 1px solid rgba(0, 53, 128, 0.05);
}

.security-badge:hover {
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.badge-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    background: linear-gradient(135deg, var(--success-color), #00b894);
    color: var(--white);
    flex-shrink: 0;
}

.badge-icon.payment-icon {
    background: linear-gradient(135deg, var(--primary-color), var(--primary-light));
}

.badge-icon.support-icon {
    background: linear-gradient(135deg, #fd79a8, #e84393);
}

.badge-icon.insurance-icon {
    background: linear-gradient(135deg, #fdcb6e, #e17055);
}

.badge-text {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}

.badge-text strong {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--text-dark);
    line-height: 1.2;
}

.badge-text small {
    font-size: 0.88rem;
    color: var(--text-light);
    font-weight: 400;
}

/* Footer Security */
.footer-security {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.security-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--text-light);
    font-size: 0.9rem;
    transition: var(--transition);
}

.security-item:hover {
    color: var(--primary-color);
    transform: translateX(3px);
}

.security-item i {
    font-size: 1rem;
    color: var(--success-color);
    width: 16px;
}

/* Responsive Security Badges */
@media (max-width: 768px) {
    .security-badges {
        margin-top: 0.75rem;
        padding: 0.5rem 0.75rem;
    }
    
    .badges-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.4rem;
    }
    
    .security-badge {
        padding: 0.5rem 0.6rem;
    }
    
    .badge-icon {
        width: 28px;
        height: 28px;
        font-size: 0.9rem;
    }
    
    .security-title {
        font-size: 0.92rem;
        margin-bottom: 0.5rem;
    }
    
    .badge-text strong {
        font-size: 0.92rem;
    }
    
    .badge-text small {
        font-size: 0.9rem;
    }
}

/* ==================== Video Testimonials Section ==================== */
.video-testimonials-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.video-stats {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.stat-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--text-dark);
}

.stat-item i {
    color: var(--primary-color);
    font-size: 1.2rem;
}

.video-grid {
    margin-top: 60px;
}

.video-testimonial-card {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
}

.video-testimonial-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
}

.video-wrapper {
    position: relative;
    background: #f8f9fa;
}

.video-thumbnail {
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.video-thumbnail img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.video-thumbnail:hover img {
    transform: scale(1.05);
}

.video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.video-play-btn:hover {
    background: white;
    transform: translate(-50%, -50%) scale(1.1);
}

.video-play-btn i {
    font-size: 2rem;
    color: var(--primary-color);
    margin-left: 4px;
}

.video-duration {
    position: absolute;
    bottom: 12px;
    right: 12px;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
}

.video-iframe {
    position: relative;
    width: 100%;
    height: 300px;
}

.video-iframe iframe {
    border-radius: 0;
}

.video-info {
    padding: 24px;
}

.customer-details {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
}

.customer-avatar img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--accent-color);
}

.customer-info h5 {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--text-dark);
}

.customer-info p {
    margin: 0;
    font-size: 0.9rem;
    color: var(--text-light);
}

.video-rating {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
}

.video-rating .stars {
    display: flex;
    gap: 2px;
}

.video-rating .stars i {
    color: var(--accent-color);
    font-size: 1rem;
}

.rating-text {
    font-size: 0.9rem;
    color: var(--text-light);
    font-style: italic;
}

/* YouTube Channel CTA */
.youtube-channel-cta {
    margin-top: 60px;
}

.youtube-cta-content {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
}

.youtube-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #ff0000, #cc0000);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    box-shadow: 0 8px 32px rgba(255, 0, 0, 0.3);
}

.youtube-icon i {
    font-size: 2.5rem;
    color: white;
}

.youtube-cta-content h3 {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 12px;
}

.youtube-cta-content p {
    font-size: 1.1rem;
    color: var(--text-light);
    margin-bottom: 32px;
}

.btn-youtube {
    background: linear-gradient(135deg, #ff0000, #cc0000);
    color: white;
    border: none;
    padding: 16px 32px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.1rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 16px rgba(255, 0, 0, 0.3);
}

.btn-youtube:hover {
    background: linear-gradient(135deg, #cc0000, #990000);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(255, 0, 0, 0.4);
    color: white;
}

.btn-youtube i {
    font-size: 1.3rem;
}

.youtube-stats {
    display: flex;
    justify-content: center;
    gap: 32px;
    margin-top: 24px;
    flex-wrap: wrap;
}

.youtube-stats .stat {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--text-light);
    font-size: 0.9rem;
}

.youtube-stats .stat i {
    color: var(--primary-color);
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .video-stats {
        gap: 20px;
    }
    
    .stat-item {
        font-size: 0.9rem;
    }
    
    .video-testimonial-card {
        margin-bottom: 24px;
    }
    
    .video-thumbnail img,
    .video-iframe {
        height: 250px;
    }
    
    .video-play-btn {
        width: 60px;
        height: 60px;
    }
    
    .video-play-btn i {
        font-size: 1.5rem;
    }
    
    .video-info {
        padding: 16px;
    }
    
    .customer-details {
        flex-direction: column;
        text-align: center;
        gap: 12px;
    }
    
    .video-rating {
        flex-direction: column;
        text-align: center;
        gap: 8px;
    }
    
    .youtube-cta-content h3 {
        font-size: 1.5rem;
    }
    
    .youtube-cta-content p {
        font-size: 1rem;
    }
    
    .btn-youtube {
        padding: 14px 28px;
        font-size: 1rem;
    }
    
    .youtube-stats {
        gap: 16px;
    }
    
    .youtube-stats .stat {
        font-size: 0.92rem;
    }
}

@media (max-width: 576px) {
    .video-stats {
        flex-direction: column;
        gap: 12px;
    }
    
    .youtube-stats {
        flex-direction: column;
        gap: 12px;
    }
}

/* ==================== Real-time Activity Notifications ==================== */
.activity-notification {
    position: fixed;
    bottom: 120px;
    left: 20px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    z-index: 999;
    transform: translateX(-120%);
    transition: all 0.5s ease;
    max-width: 320px;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.activity-notification.show {
    transform: translateX(0);
}

.activity-content {
    display: flex;
    align-items: center;
    padding: 16px;
    gap: 12px;
}

.activity-avatar {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #28a745, #20c997);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
    flex-shrink: 0;
}

.activity-text {
    flex: 1;
    min-width: 0;
}

.activity-message {
    font-weight: 500;
    color: #212529;
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 4px;
}

.activity-time {
    font-size: 16px;
    color: #6c757d;
    display: flex;
    align-items: center;
    gap: 4px;
}

.activity-time::before {
    content: "🕐";
    font-size: 16px;
}

.activity-close {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

.activity-close:hover {
    background: rgba(108, 117, 125, 0.1);
    color: #495057;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .activity-notification {
        left: 10px;
        right: 10px;
        max-width: none;
        bottom: 100px;
    }
    
    .activity-content {
        padding: 12px;
    }
    
    .activity-avatar {
        width: 35px;
        height: 35px;
        font-size: 16px;
    }
    
    .activity-message {
        font-size: 16px;
    }
}

/* Animation keyframes */
@keyframes slideInLeft {
    from {
        transform: translateX(-120%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

/* Booking Guide Styles */
.booking-guide-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #fff8e1 0%, #f3e5ab 50%, #fff8e1 100%);
    position: relative;
}

.booking-guide-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 20"><defs><pattern id="guide-pattern" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="%23ffc107" opacity="0.1"/></pattern></defs><rect width="100" height="20" fill="url(%23guide-pattern)"/></svg>');
    opacity: 0.3;
}

.guide-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(45deg, #28a745, #20c997);
    color: white;
    padding: 12px 24px;
    border-radius: 25px;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(40, 167, 69, 0.3);
    margin-top: 15px;
}

.guide-badge i {
    font-size: 1.2rem;
}

.booking-process {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}

.process-timeline {
    position: relative;
    padding: 40px 0;
}

.timeline-line {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(to bottom, #007bff, #28a745);
    transform: translateX(-50%);
    border-radius: 2px;
    z-index: 1;
}

.process-step {
    position: relative;
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    gap: 30px;
}

.process-step:nth-child(even) {
    flex-direction: row-reverse;
}

.process-step:nth-child(even) .step-content {
    text-align: right;
}

.step-number {
    position: relative;
    width: 60px;
    height: 60px;
    background: linear-gradient(45deg, #007bff, #0056b3);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
    box-shadow: 0 6px 20px rgba(0, 123, 255, 0.4);
    z-index: 3;
    flex-shrink: 0;
}

@keyframes pulse-step {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.3;
    }
    100% {
        transform: scale(1);
        opacity: 0.7;
    }
}

.step-content {
    flex: 1;
    background: white;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
    position: relative;
}

.step-content:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    border-color: #007bff;
}

.step-content::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: white;
    border: 1px solid #e9ecef;
    transform: rotate(45deg);
    top: 50%;
    margin-top: -10px;
}

.process-step:nth-child(odd) .step-content::before {
    right: -10px;
    border-left: none;
    border-bottom: none;
}

.process-step:nth-child(even) .step-content::before {
    left: -10px;
    border-right: none;
    border-top: none;
}

.step-content:hover::before {
    border-color: #007bff;
}

.step-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(45deg, #ffc107, #ff8c00);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(255, 193, 7, 0.3);
}

.process-step:nth-child(even) .step-icon {
    margin-left: auto;
    margin-right: 0;
}

.step-icon i {
    font-size: 1.5rem;
    color: white;
}

.step-title {
    font-size: 1.3rem;
    font-weight: bold;
    color: #2c3e50;
    margin-bottom: 10px;
}

.step-description {
    color: #6c757d;
    margin-bottom: 15px;
    line-height: 1.6;
}

.step-time {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(40, 167, 69, 0.1);
    color: #28a745;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.step-features {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.feature-tag {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: rgba(0, 123, 255, 0.1);
    color: #007bff;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 0.92rem;
    font-weight: 500;
}

.feature-tag i {
    font-size: 0.88rem;
}

.process-summary {
    margin-top: 60px;
    padding-top: 40px;
    border-top: 2px solid #e9ecef;
}

.summary-card {
    text-align: center;
    padding: 30px 20px;
    background: white;
    border-radius: 16px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.summary-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.summary-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(45deg, #007bff, #0056b3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    box-shadow: 0 6px 20px rgba(0, 123, 255, 0.3);
}

.summary-icon i {
    font-size: 2rem;
    color: white;
}

.summary-card h5 {
    font-size: 1.25rem;
    font-weight: bold;
    color: #2c3e50;
    margin-bottom: 15px;
}

.summary-card p {
    color: #6c757d;
    margin: 0;
    line-height: 1.6;
}

/* Mobile Responsive for Booking Guide */
@media (max-width: 768px) {
    .booking-guide-section {
        padding: 60px 0;
    }
    
    .timeline-line {
        left: 30px;
    }
    
    .process-step {
        flex-direction: column !important;
        padding-left: 70px;
        margin-bottom: 40px;
    }
    
    .process-step:nth-child(even) {
        flex-direction: column !important;
    }
    
    .process-step:nth-child(even) .step-content {
        text-align: left;
    }
    
    .step-number {
        position: absolute;
        left: 0;
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }
    
    .step-number::before {
        width: 70px;
        height: 70px;
        top: -10px;
        left: -10px;
    }
    
    .step-content {
        padding: 20px;
        width: 100%;
    }
    
    .step-content::before {
        display: none;
    }
    
    .step-icon {
        width: 50px;
        height: 50px;
        margin-bottom: 15px;
    }
    
    .step-icon i {
        font-size: 1.2rem;
    }
    
    .process-step:nth-child(even) .step-icon {
        margin-left: 0;
    }
    
    .step-title {
        font-size: 1.1rem;
    }
    
    .step-features {
        justify-content: center;
    }
    
    .summary-icon {
        width: 60px;
        height: 60px;
    }
    
    .summary-icon i {
        font-size: 1.5rem;
    }
}

/* PWA Styles - Ultra Minimal Design */
.pwa-install-prompt {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: translateY(20px) scale(0.95);
}

.pwa-install-prompt.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

.pwa-toast {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: 320px;
    min-width: 280px;
}

.pwa-toast-content {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
}

.pwa-toast-icon {
    width: 36px;
    height: 36px;
    background: #007bff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.pwa-toast-icon i {
    font-size: 1.1rem;
    color: white;
}

.pwa-toast-text {
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.pwa-toast-text strong {
    font-size: 0.9rem;
    font-weight: 600;
    color: #1a1d29;
    line-height: 1.2;
}

.pwa-toast-text span {
    font-size: 0.92rem;
    color: #6c757d;
    line-height: 1.2;
}

.pwa-toast-actions {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
}

.pwa-btn-install {
    background: #007bff;
    color: white;
    border: none;
    border-radius: 6px;
    padding: 6px 12px;
    font-size: 0.92rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

.pwa-btn-install:hover {
    background: #0056b3;
    transform: translateY(-1px);
}

.pwa-btn-close {
    background: none;
    border: none;
    color: #6c757d;
    cursor: pointer;
    padding: 4px;
    border-radius: 4px;
    font-size: 1.2rem;
    line-height: 1;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.pwa-btn-close:hover {
    background: rgba(108, 117, 125, 0.1);
    color: #495057;
}

/* PWA specific styles when installed */
@media (display-mode: standalone) {
    .pwa-install-prompt {
        display: none !important;
    }
    
    /* Add top padding for standalone mode */
    .navbar {
        padding-top: env(safe-area-inset-top);
    }
    
    /* Adjust content for notch/safe areas */
    .container {
        padding-left: calc(1rem + env(safe-area-inset-left));
        padding-right: calc(1rem + env(safe-area-inset-right));
    }
    
    /* Add bottom padding for home indicator */
    .footer {
        padding-bottom: calc(2rem + env(safe-area-inset-bottom));
    }
}

/* PWA splash screen simulation */
.pwa-loading {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.pwa-loading.show {
    opacity: 1;
    visibility: visible;
}

.pwa-loading-logo {
    width: 120px;
    height: 120px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    animation: pwa-pulse 2s ease-in-out infinite;
}

.pwa-loading-logo i {
    font-size: 3rem;
    color: #007bff;
}

.pwa-loading-text {
    color: white;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
}

.pwa-loading-subtitle {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1rem;
    text-align: center;
}

@keyframes pwa-pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slideInRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

/* Offline indicator */
.offline-indicator {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #dc3545;
    color: white;
    padding: 10px 20px;
    text-align: center;
    font-size: 0.9rem;
    transform: translateY(-100%);
    transition: transform 0.3s ease;
    z-index: 9998;
}

.offline-indicator.show {
    transform: translateY(0);
}

.offline-indicator i {
    margin-right: 8px;
}

/* Mobile responsive for PWA */
@media (max-width: 768px) {
    .pwa-install-prompt {
        bottom: 15px;
        right: 15px;
        left: 15px;
    }
    
    .pwa-toast {
        max-width: 100%;
        min-width: auto;
        padding: 10px;
    }
    
    .pwa-toast-content {
        gap: 8px;
    }
    
    .pwa-toast-icon {
        width: 32px;
        height: 32px;
    }
    
    .pwa-toast-icon i {
        font-size: 1rem;
    }
    
    .pwa-toast-text strong {
        font-size: 0.95rem;
    }
    
    .pwa-toast-text span {
        font-size: 0.88rem;
    }
    
    .pwa-btn-install {
        padding: 5px 10px;
        font-size: 0.88rem;
    }
    
    .pwa-btn-close {
        width: 20px;
        height: 20px;
        font-size: 1rem;
    }
    
    .pwa-loading-logo {
        width: 100px;
        height: 100px;
    }
    
    .pwa-loading-logo i {
        font-size: 2.5rem;
    }
    
    .pwa-loading-text {
        font-size: 1.3rem;
    }
}

@keyframes slideOutLeft {
    from {
        transform: translateX(0);
        opacity: 1;
    }
    to {
        transform: translateX(-120%);
        opacity: 0;
    }
}

/* ==================== Autocomplete Styles ==================== */
body.osm-search-open {
    overflow: hidden;
}

.osm-search-overlay {
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    position: fixed;
    z-index: 2147483646;
}

.osm-search-overlay.is-open {
    display: flex;
}

.osm-search-backdrop {
    background: rgba(6, 15, 28, 0.52);
    backdrop-filter: blur(12px);
    inset: 0;
    position: absolute;
}

.osm-search-sheet {
    background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(248,250,252,0.98));
    border: 1px solid rgba(15, 119, 104, 0.14);
    border-radius: 28px;
    box-shadow: 0 28px 80px rgba(4, 22, 48, 0.38);
    display: flex;
    flex-direction: column;
    height: min(92vh, 900px);
    max-width: 1080px;
    overflow: hidden;
    position: relative;
    width: min(96vw, 1080px);
}

.osm-search-header {
    align-items: flex-start;
    border-bottom: 1px solid #e7eef7;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    padding: 1.2rem 1.4rem 1rem;
}

.osm-search-heading h3 {
    color: #1a1a2e;
    font-size: 1.55rem;
    font-weight: 900;
    margin: 0.1rem 0 0.35rem;
}

.osm-search-kicker {
    color: #0f7768;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.osm-search-heading p {
    color: #667085;
    font-size: 0.95rem;
    margin: 0;
}

.osm-search-close {
    align-items: center;
    background: #eef4fb;
    border: 0;
    border-radius: 50%;
    color: #003580;
    display: inline-flex;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.osm-search-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 1rem;
    overflow: hidden;
    padding: 1rem 1.2rem 1.25rem;
}

.osm-search-input-row {
    align-items: center;
    background: #fff;
    border: 1px solid #dbe7f3;
    border-radius: 20px;
    box-shadow: 0 12px 30px rgba(16, 32, 51, 0.08);
    display: flex;
    gap: 0.95rem;
    padding: 1rem 1.1rem;
}

.osm-search-query-icon {
    align-items: center;
    background: linear-gradient(135deg, #eef6ff, #e6fff8);
    border-radius: 18px;
    color: #003580;
    display: inline-flex;
    flex-shrink: 0;
    height: 52px;
    justify-content: center;
    width: 52px;
}

.osm-search-query-copy {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.osm-search-input {
    border: 0;
    color: #1a1a2e;
    flex: 1;
    font-size: 1rem;
    font-weight: 700;
    min-width: 0;
    outline: none;
}

.osm-search-input::placeholder {
    color: #94a3b8;
    font-weight: 600;
}

.osm-search-query-copy strong {
    color: #1a1a2e;
    font-size: 1rem;
    font-weight: 850;
}

.osm-search-query-copy span {
    color: #667085;
    font-size: 0.88rem;
}

.osm-search-query-badge {
    appearance: none;
    background: #0f7768;
    border-radius: 999px;
    border: 0;
    color: #fff;
    cursor: default;
    font-size: 0.8rem;
    font-weight: 800;
    margin-left: auto;
    padding: 0.45rem 0.8rem;
    white-space: nowrap;
}

.osm-search-section-title {
    align-items: baseline;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.7rem;
}

.osm-search-section-title span {
    color: #1a1a2e;
    font-size: 0.95rem;
    font-weight: 900;
}

.osm-search-section-title small {
    color: #667085;
    font-size: 0.82rem;
}

.osm-search-results {
    border-top: 1px solid #edf2f7;
    flex: 1;
    overflow-y: auto;
    padding-top: 0.95rem;
}

.osm-results-list {
    display: grid;
    gap: 0.75rem;
}

.osm-search-result {
    align-items: center;
    background: #fff;
    border: 1px solid #dce6f2;
    border-radius: 22px;
    box-shadow: 0 12px 26px rgba(16, 32, 51, 0.06);
    display: grid;
    gap: 0.75rem;
    grid-template-columns: 48px minmax(0, 1fr) 22px;
    padding: 0.8rem 0.9rem;
    text-align: left;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
    width: 100%;
}

.osm-search-result:hover,
.osm-search-result.is-active {
    border-color: #0f7768;
    box-shadow: 0 14px 28px rgba(15, 119, 104, 0.14);
    transform: translateY(-1px);
}

.osm-search-result-icon {
    align-items: center;
    background: linear-gradient(135deg, #eef6ff, #e6fff8);
    border-radius: 18px;
    color: #003580;
    display: inline-flex;
    height: 48px;
    justify-content: center;
    width: 48px;
}

.osm-search-result-content {
    min-width: 0;
}

.osm-search-result-top {
    align-items: center;
    display: flex;
    gap: 0.6rem;
    margin-bottom: 0.25rem;
}

.osm-search-result-top strong {
    color: #0f172a;
    font-size: 0.96rem;
    font-weight: 900;
}

.osm-search-result-tag {
    background: #eef4fb;
    border-radius: 999px;
    color: #003580;
    flex-shrink: 0;
    font-size: 0.68rem;
    font-weight: 800;
    padding: 0.3rem 0.55rem;
}

.osm-search-result-content p {
    color: #667085;
    font-size: 0.84rem;
    line-height: 1.35;
    margin: 0;
}

.osm-search-result-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    margin-top: 0.55rem;
}

.osm-search-result-meta span {
    align-items: center;
    color: #0f7768;
    display: inline-flex;
    font-size: 0.74rem;
    font-weight: 750;
    gap: 0.35rem;
}

.osm-search-result-action {
    align-items: center;
    color: #0f7768;
    display: inline-flex;
    justify-content: center;
}

.osm-search-state {
    align-items: center;
    background: #fff;
    border: 1px dashed #d6e2ee;
    border-radius: 20px;
    display: flex;
    gap: 0.9rem;
    justify-content: space-between;
    padding: 1rem 1.05rem;
}

.osm-simple-state {
    align-items: center;
    background: #fff;
    border: 1px solid #e6edf5;
    border-radius: 18px;
    display: flex;
    gap: 0.8rem;
    padding: 0.95rem 1rem;
}

.osm-search-state-copy {
    display: flex;
    flex: 1;
    flex-direction: column;
    min-width: 0;
}

.osm-search-state-live {
    background: linear-gradient(180deg, #ffffff, #f5fbff);
    border: 1px solid rgba(15, 119, 104, 0.16);
    box-shadow: 0 14px 34px rgba(16, 32, 51, 0.08);
}

.osm-search-state-chip {
    align-items: center;
    align-self: flex-start;
    background: #0f7768;
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    flex-shrink: 0;
    font-size: 0.75rem;
    font-weight: 850;
    padding: 0.55rem 0.9rem;
    white-space: nowrap;
}

.osm-search-state-chip-error {
    background: #b42318;
}

.osm-search-progress {
    background: #e7edf5;
    border-radius: 999px;
    height: 6px;
    margin-top: 0.75rem;
    overflow: hidden;
    width: min(220px, 100%);
}

.osm-search-progress span {
    animation: osm-search-progress-move 1.35s ease-in-out infinite;
    background: linear-gradient(90deg, #0f7768, #1fa3b6);
    border-radius: inherit;
    display: block;
    height: 100%;
    width: 42%;
}

@keyframes osm-search-progress-move {
    0% {
        transform: translateX(-110%);
    }

    50% {
        transform: translateX(35%);
    }

    100% {
        transform: translateX(260%);
    }
}

.osm-search-state strong {
    color: #1a1a2e;
    display: block;
    font-size: 0.98rem;
    font-weight: 850;
    margin-bottom: 0.1rem;
}

.osm-search-state p {
    color: #667085;
    font-size: 0.88rem;
    margin: 0;
}

.osm-search-state-icon {
    align-items: center;
    background: #eef4fb;
    border-radius: 16px;
    color: #003580;
    display: inline-flex;
    flex-shrink: 0;
    height: 46px;
    justify-content: center;
    width: 46px;
}

.osm-search-empty,
.osm-search-error,
.osm-search-hint {
    margin-bottom: 0.8rem;
}

.osm-simple-state .osm-search-state-copy p {
    line-height: 1.35;
}

@media (max-width: 768px) {
    .osm-search-overlay {
        padding: 0;
    }

    .osm-search-sheet {
        border-radius: 0;
        height: 100vh;
        max-width: none;
        width: 100vw;
    }

    .osm-search-header,
    .osm-search-body {
        padding-left: 0.85rem;
        padding-right: 0.85rem;
    }

    .osm-search-heading h3 {
        font-size: 1.22rem;
    }

    .osm-search-query-row {
        align-items: flex-start;
        border-radius: 18px;
        flex-wrap: wrap;
    }

    .osm-search-input-row {
        align-items: center;
        border-radius: 18px;
        gap: 0.75rem;
    }

    .osm-search-input {
        font-size: 0.98rem;
    }

    .osm-search-query-badge {
        margin-left: 0;
    }

    .osm-search-section-title {
        margin-bottom: 0.45rem;
    }

    .osm-search-section-title span {
        font-size: 0.88rem;
    }

    .osm-search-section-title small {
        font-size: 0.75rem;
    }

    .osm-search-results {
        min-height: 0;
        padding-top: 0.6rem;
    }

    .osm-search-state {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .osm-search-state-copy {
        width: 100%;
    }

    .osm-search-state-chip {
        margin-left: auto;
    }

    .osm-search-state-live {
        gap: 0.8rem;
    }

    .osm-simple-state {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .osm-simple-state .osm-search-state-copy {
        width: 100%;
    }

    .osm-simple-state {
        padding: 0.75rem 0.85rem;
    }

    .osm-search-state-icon {
        height: 40px;
        width: 40px;
    }

    .osm-search-state-live .osm-search-progress {
        width: 100%;
    }

    .osm-search-result {
        grid-template-columns: 42px minmax(0, 1fr);
        padding: 0.72rem 0.78rem;
    }

    .osm-search-result-icon {
        height: 42px;
        width: 42px;
    }

    .osm-search-result-top strong {
        font-size: 0.9rem;
    }

    .osm-search-result-content p {
        font-size: 0.8rem;
    }

    .osm-search-result-action {
        display: none;
    }

    .osm-search-result-top {
        align-items: flex-start;
        flex-direction: column;
    }
}

.autocomplete-suggestions {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--white);
    border: 1px solid #e0e0e0;
    border-radius: 0 0 var(--border-radius) var(--border-radius);
    box-shadow: var(--shadow-md);
    z-index: 1000;
    max-height: 200px;
    overflow-y: auto;
    display: none;
}

.autocomplete-suggestions.show {
    display: block;
}

.suggestion-item {
    padding: 12px 16px;
    cursor: pointer;
    border-bottom: 1px solid #f0f0f0;
    transition: background-color 0.2s ease;
    display: flex;
    align-items: center;
}

.suggestion-item:last-child {
    border-bottom: none;
}

.suggestion-item:hover,
.suggestion-item.active {
    background-color: #f8f9fa;
}

.suggestion-item i {
    color: var(--primary-color);
    margin-right: 10px;
    width: 16px;
    text-align: center;
}

.suggestion-text {
    flex: 1;
}

.suggestion-type {
    font-size: 0.95rem;
    color: var(--text-light);
    margin-left: 8px;
}

/* Input focus state for autocomplete */
.form-group.position-relative .form-control:focus + .autocomplete-suggestions {
    border-top: none;
}

/* Autocomplete content structure */
.suggestion-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.suggestion-address {
    color: #999;
    font-size: 0.88rem;
    margin-top: 2px;
    line-height: 1.2;
}

/* Special states */
.suggestion-item.loading,
.suggestion-item.error,
.suggestion-item.no-results {
    color: var(--text-light);
    cursor: default;
    font-style: italic;
}

.suggestion-item.loading i {
    animation: spin 1s linear infinite;
}

.suggestion-item.error {
    color: var(--danger-color);
}

/* Live badge for API results */
.live-badge {
    background: linear-gradient(45deg, #28a745, #20c997);
    color: white;
    padding: 2px 6px;
    border-radius: 10px;
    font-size: 0.9rem;
    font-weight: 500;
    margin-left: 5px;
}

/* Animations */
@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .autocomplete-suggestions {
        max-height: 150px;
    }
    
    .suggestion-item {
        padding: 10px 12px;
        font-size: 0.9rem;
    }
    
    .suggestion-address {
        font-size: 0.9rem;
    }
    
    .live-badge {
        font-size: 0.88rem;
        padding: 1px 4px;
    }
}

/* ==================== Route Results Page Styles ==================== */
.route-results-section {
    padding: 2rem 0;
    min-height: 100vh;
    background: var(--bg-light);
}

/* Map Container */
.map-container {
    position: relative;
    height: 100vh;
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: var(--shadow-md);
}

.route-map {
    width: 100%;
    height: 100%;
}

/* Route Info Overlay */
.route-info-overlay {
    position: absolute;
    top: 20px;
    left: 20px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    padding: 20px;
    border-radius: var(--border-radius);
    min-width: 280px;
    box-shadow: var(--shadow-md);
}

.route-step {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.step-marker {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    color: white;
    font-weight: bold;
}

.step-marker.pickup {
    background: var(--success-color);
}

.step-marker.dropoff {
    background: var(--danger-color);
}

.step-details h6 {
    margin: 0;
    font-size: 0.95rem;
    color: var(--text-light);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.step-details p {
    margin: 0;
    font-weight: 600;
    color: var(--text-dark);
}

.route-line {
    width: 2px;
    height: 20px;
    background: var(--primary-color);
    margin: 0 19px 15px 19px;
}

.route-summary {
    border-top: 1px solid #eee;
    padding-top: 15px;
    margin-top: 15px;
}

.summary-item {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    font-size: 0.9rem;
}

.summary-item i {
    width: 20px;
    color: var(--primary-color);
    margin-right: 8px;
}

/* Vehicle Selection */
.vehicles-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.vehicle-option {
    background: var(--white);
    border-radius: var(--border-radius);
    padding: 20px;
    box-shadow: var(--shadow-sm);
    border: 2px solid transparent;
    transition: var(--transition);
    position: relative;
}

.vehicle-option:hover {
    border-color: var(--primary-light);
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

.vehicle-option.recommended {
    border-color: var(--accent-color);
}

.recommended-badge {
    position: absolute;
    top: -10px;
    right: 20px;
    background: linear-gradient(45deg, var(--accent-color), #ffca28);
    color: var(--text-dark);
    padding: 5px 15px;
    border-radius: 15px;
    font-size: 0.88rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.vehicle-content {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.vehicle-image {
    flex: 0 0 120px;
}

.vehicle-image img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
}

.vehicle-details {
    flex: 1;
}

.vehicle-name {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 5px;
}

.vehicle-description {
    color: var(--text-light);
    font-size: 0.9rem;
    margin-bottom: 15px;
}

.vehicle-specs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    margin-bottom: 15px;
}

.spec-item {
    display: flex;
    align-items: center;
    font-size: 0.95rem;
    color: var(--text-light);
}

.spec-item i {
    width: 16px;
    margin-right: 6px;
    color: var(--primary-color);
}

.vehicle-features {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.feature-item {
    display: flex;
    align-items: center;
    font-size: 0.95rem;
    color: var(--text-light);
}

.feature-item i {
    width: 16px;
    margin-right: 6px;
    color: var(--success-color);
}

.vehicle-pricing {
    flex: 0 0 120px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.original-price {
    text-decoration: line-through;
    color: var(--text-light);
    font-size: 0.9rem;
    margin-bottom: 5px;
}

.current-price {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 15px;
}

.btn-book {
    width: 100%;
    padding: 12px 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 25px;
}

/* Booking Card & Tabs Customization */
.hero-section .modern-booking-card, .booking-card {
    max-width: 1000px !important;
    min-width: 380px !important;
    font-size: 1.13rem;
    padding: 10px;
}


.hero-section .nav-tabs .nav-link, .booking-header .booking-tab {
    color: #003580 !important;
    font-size: 1.18rem !important;
    font-weight: 700 !important;
    padding: 1rem 2.2rem !important;
    background: none !important;
    border: none !important;
    border-bottom: 3px solid transparent !important;
    transition: color 0.2s, border-color 0.2s;
}

.hero-section .nav-tabs .nav-link.active, .booking-header .booking-tab.active {
    color: #ffb300 !important;
    border-bottom: 3px solid #ffb300 !important;
    background: #fffbe6 !important;
}

.hero-section .nav-tabs .nav-link:not(.active), .booking-header .booking-tab:not(.active) {
    color: #003580 !important;
    opacity: 0.85;
}

.hero-section .modern-booking-card .badge i, .booking-card .badge i {
    font-size: 1.2em !important;
    margin-right: 0.4em;
}

.hero-section .modern-booking-card .badge-timer {
    font-size: 1.1em !important;
    font-weight: 700;
}

.hero-section .modern-booking-card .btn, .booking-card .btn {
    font-size: 1.18rem !important;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

/* Responsive Design */
@media (max-width: 992px) {
    .route-results-section .row {
        flex-direction: column;
    }
    
    .map-container {
        height: 50vh;
        margin-bottom: 20px;
    }
    
    .vehicle-selection {
        height: auto;
    }
    
    .route-info-overlay {
        position: relative;
        top: 0;
        left: 0;
        margin: 20px;
        min-width: auto;
    }
}

@media (max-width: 768px) {
    .vehicle-content {
        flex-direction: column;
        text-align: center;
    }
    
    .vehicle-image {
        flex: none;
        align-self: center;
    }
    
    .vehicle-specs {
        grid-template-columns: 1fr;
    }
    
    .vehicle-pricing {
        flex: none;
        margin-top: 15px;
    }
    
    .step-indicator {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .step {
        flex: 1 1 calc(50% - 5px);
        min-width: 120px;
    }
}

/* Modern Booking Card */
.modern-booking-card .d-flex.flex-row.flex-wrap.justify-content-center.align-items-center.gap-2.mb-3 {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.07);
    padding: 1.1rem 0.5rem 0.7rem 0.5rem;
    margin-bottom: 1.2rem !important;
    z-index: 2;
    position: relative;
}

@media (max-width: 991px) {
    .modern-booking-card .d-flex.flex-row.flex-wrap.justify-content-center.align-items-center.gap-2.mb-3 {
        padding: 0.7rem 0.2rem 0.5rem 0.2rem;
        margin-bottom: 0.7rem !important;
    }
}

/* ==================== Why Us Section (Booking.com style) ==================== */
.why-us-section {
    padding: 50px 0 40px;
    background: #fff;
}
.why-us-title {
    font-size: 1.5rem;
    font-weight: 800;
    color: #1a1a2e;
    margin-bottom: 24px;
}
.why-us-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
.why-us-card {
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 22px 20px;
    background: #fff;
    transition: box-shadow 0.2s;
}
.why-us-card:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}
.why-us-icon {
    margin-bottom: 14px;
}
.why-us-card h3 {
    font-size: 0.95rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 6px;
    line-height: 1.35;
}
.why-us-card p {
    font-size: 0.95rem;
    color: #6b7280;
    margin: 0;
    line-height: 1.5;
}
@media (max-width: 992px) {
    .why-us-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 576px) {
    .why-us-grid {
        grid-template-columns: 1fr;
    }
}

/* ==================== Google Reviews (Clean Booking.com style) ==================== */
.reviews-modern {
    padding: 50px 0;
    background: #fff;
}

/* HEADER - sol hizalı */
.reviews-header-left {
    margin-bottom: 8px;
}
.reviews-header-left h2 {
    font-size: 1.5rem;
    font-weight: 800;
    color: #1a1a2e;
    margin-bottom: 4px;
}
.reviews-header-left p {
    font-size: 0.9rem;
    color: #6b7280;
    margin: 0;
}

/* RATING BAR */
.reviews-rating-bar {
    margin-bottom: 24px;
}

/* RATING */
.rating-box {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    padding: 8px 14px;
    border-radius: 30px;
    border: 1px solid #e5e7eb;
}

.rating-box img {
    height: 16px;
}

.score {
    font-weight: 700;
    font-size: 16px;
    color: #111827;
}

.stars i {
    color: #f59e0b;
    font-size: 16px;
}

.review-count {
    font-size: 0.95rem;
    color: #6b7280;
}

/* Top row: header + nav arrows */
.reviews-top-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 20px;
}
.reviews-slider-nav {
    display: flex;
    gap: 8px;
}
.rv-nav-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #ddd;
    background: #fff;
    color: #333;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
}
.rv-nav-btn:hover {
    background: #003580;
    color: #fff;
    border-color: #003580;
}

/* Slider wrapper */
.reviews-slider-wrap {
    overflow: hidden;
}
.reviews-slider-track {
    display: flex;
    gap: 16px;
    transition: transform 0.4s ease;
}
.reviews-slider-track .review-card-v2 {
    flex: 0 0 calc((100% - 32px) / 3);
    min-width: 0;
}

/* GRID fallback removed — using slider */

/* CARD V2 */
.review-card-v2 {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    transition: box-shadow 0.2s, border-color 0.2s;
    min-height: 180px;
}
.review-card-v2:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.07);
    border-color: #d1d5db;
}

/* Stars */
.rv2-stars i {
    color: #f59e0b;
    font-size: 16px;
}

/* Text */
.rv2-text {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #374151;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
}

/* Author */
.rv2-author {
    display: flex;
    align-items: center;
    gap: 10px;
    border-top: 1px solid #f3f4f6;
    padding-top: 12px;
}
.rv2-author img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
}
.rv2-author strong {
    display: block;
    font-size: 0.95rem;
    color: #1a1a2e;
}
.rv2-author span {
    font-size: 0.88rem;
    color: #9ca3af;
}

/* BUTTON */
.btn-modern {
    padding: 10px 24px;
    border-radius: 8px;
    background: #003580;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.2s;
    display: inline-block;
}
.btn-modern:hover {
    background: #004aad;
    color: #fff;
}

@media (max-width: 992px) {
    .reviews-slider-track .review-card-v2 {
        flex: 0 0 calc((100% - 16px) / 2);
    }
}
@media (max-width: 576px) {
    .reviews-slider-track .review-card-v2 {
        flex: 0 0 100%;
    }
}

.modern-booking-card {
    background: rgba(255,255,255,0.85) !important;
    backdrop-filter: blur(20px);
    border-radius: 20px !important;

    box-shadow: 
        0 20px 60px rgba(0,0,0,0.25),
        inset 0 1px 0 rgba(255,255,255,0.4);

    border: 1px solid rgba(255,255,255,0.3);
}
.form-control,
.form-select {
    border-radius: 10px !important;
    border: 1px solid #e5e7eb;
    padding: 10px 12px;
    font-size: 16px;
    transition: 0.2s;
}

.form-control:focus,
.form-select:focus {
    border-color: #002451;
    box-shadow: 0 0 0 3px rgba(0,36,81,0.15);
}
.btn-danger {
    background: linear-gradient(135deg, #002451, #003580) !important;
    border: none;
    border-radius: 12px;
    transition: 0.25s;
}

.btn-danger:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0,36,81,0.3);
}
.hero-title-text {
    font-size: 2.4rem !important;
    font-weight: 700;
    color: #ffffff !important;
}

.hero-city-list {
    color: rgba(255,255,255,0.8) !important;
}

.hero-desc-text {
    color: rgba(255,255,255,0.8) !important;
}

/* ==================== Booking Field Cards ==================== */
.booking-field-card {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 10px;
    padding: 8px 14px;
    transition: border-color 0.2s, box-shadow 0.2s;
}
.booking-field-card:hover,
.booking-field-card:focus-within {
    border-color: #003580;
    box-shadow: 0 0 0 3px rgba(0, 53, 128, 0.08);
}
.booking-field-card .field-label {
    font-size: 0.88rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #333;
    margin-bottom: 2px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.booking-field-card .field-label i {
    font-size: 0.95rem;
}
.booking-field-card .form-control,
.booking-field-card .form-select {
    border: none;
    background: transparent;
    padding: 0;
    height: auto;
    font-size: 0.95rem;
    color: #666;
    box-shadow: none !important;
}
.booking-field-card .form-control:focus,
.booking-field-card .form-select:focus {
    color: #333;
}
.booking-field-card .form-control::placeholder {
    color: #aab;
    font-size: 0.95rem;
}
.booking-swap-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #bbb;
    font-size: 1.3rem;
}
.booking-toggle-card {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 10px;
    padding: 6px 10px;
    text-align: center;
}
.booking-toggle-card .toggle-label {
    font-size: 0.88rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #333;
    margin-bottom: 4px;
}
.booking-toggle-card .form-check-input:checked {
    background-color: #28a745;
    border-color: #28a745;
}
.btn-booking-search {
    background: #001a40;
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 10px;
    font-size: 1rem;
    font-weight: 700;
    transition: background 0.2s, transform 0.15s;
}
.btn-booking-search:hover {
    background: #003580;
    color: #fff;
    transform: translateY(-1px);
}

/* Custom Passenger Dropdown */
.passenger-dropdown {
    position: relative;
    cursor: pointer;
    user-select: none;
}
.passenger-selected {
    font-size: 0.9rem;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
}
.passenger-selected i {
    font-size: 0.9rem;
    transition: transform 0.2s;
}
.passenger-dropdown.open .passenger-selected i {
    transform: rotate(180deg);
}
.passenger-options {
    display: none;
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
    z-index: 1050;
    overflow: hidden;
    max-height: 280px;
    overflow-y: auto;
}
.passenger-dropdown.open .passenger-options {
    display: block;
}
.passenger-option {
    padding: 10px 16px;
    font-size: 0.88rem;
    color: #444;
    cursor: pointer;
    transition: background 0.15s;
}
.passenger-option:hover {
    background: #f0f4ff;
    color: #003580;
}
.passenger-option.selected {
    background: #eaf0fb;
    color: #003580;
    font-weight: 600;
}

/* Custom Dropdown (same design as passenger dropdown) */
.custom-dropdown {
    position: relative;
    cursor: pointer;
    user-select: none;
}
.custom-dropdown-selected {
    font-size: 0.88rem;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.custom-dropdown-selected i {
    font-size: 0.9rem;
    transition: transform 0.2s;
    flex-shrink: 0;
}
.custom-dropdown.open .custom-dropdown-selected i {
    transform: rotate(180deg);
}
.custom-dropdown-options {
    display: none;
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
    z-index: 1050;
    overflow: hidden;
    max-height: 280px;
    overflow-y: auto;
    min-width: 200px;
}
.custom-dropdown.open .custom-dropdown-options {
    display: block;
}
.custom-dropdown-option {
    padding: 10px 16px;
    font-size: 0.88rem;
    color: #444;
    cursor: pointer;
    transition: background 0.15s;
}
.custom-dropdown-option:hover {
    background: #f0f4ff;
    color: #003580;
}
.custom-dropdown-option.selected {
    background: #eaf0fb;
    color: #003580;
    font-weight: 600;
}

/* ==================== Tours Page ==================== */

/* Hero */
.tp-hero {
    background: linear-gradient(135deg, #003580 0%, #00468a 60%, #005bb5 100%);
    padding: 100px 0 60px;
    text-align: center;
    color: #fff;
}
.tp-hero-title {
    font-size: 2.4rem;
    font-weight: 800;
    margin-bottom: 10px;
}
.tp-hero-sub {
    font-size: 1.05rem;
    opacity: 0.85;
    margin-bottom: 28px;
}
.tp-hero-stats {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}
.tp-stat {
    display: flex;
    align-items: center;
    gap: 10px;
}
.tp-stat > i {
    font-size: 1.4rem;
    color: #febb02;
}
.tp-stat div {
    display: flex;
    flex-direction: column;
    text-align: left;
}
.tp-stat strong {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.2;
}
.tp-stat span {
    font-size: 0.88rem;
    opacity: 0.8;
}

/* Category Filter */
.tp-filter {
    padding: 24px 0 0;
    background: #f5f5f5;
}
.tp-filter-bar {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
}
.tp-filter-btn {
    border: 1px solid #e0e0e0;
    background: #fff;
    color: #374151;
    font-size: 0.95rem;
    font-weight: 600;
    padding: 8px 18px;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.2s;
}
.tp-filter-btn:hover {
    border-color: #003580;
    color: #003580;
}
.tp-filter-btn.active {
    background: #003580;
    color: #fff;
    border-color: #003580;
}

/* Tour Cards */
.tp-tours {
    padding: 40px 0 50px;
    background: #f5f5f5;
}
.tp-card {
    display: flex;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #e0e0e0;
    overflow: hidden;
    transition: all 0.2s;
    height: 100%;
}
.tp-card:hover {
    box-shadow: 0 6px 24px rgba(0,0,0,0.08);
    border-color: #003580;
}
.tp-card-img {
    flex: 0 0 240px;
    position: relative;
    overflow: hidden;
}
.tp-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}
.tp-card:hover .tp-card-img img {
    transform: scale(1.05);
}
.tp-card-price {
    position: absolute;
    bottom: 12px;
    left: 12px;
    background: #003580;
    color: #fff;
    padding: 6px 14px;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 700;
}
.tp-card-price small {
    font-size: 0.92rem;
    font-weight: 400;
    opacity: 0.85;
}
.tp-card-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #febb02;
    color: #003580;
    font-size: 0.88rem;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 4px;
}
.tp-card-body {
    flex: 1;
    padding: 18px 20px;
    display: flex;
    flex-direction: column;
}
.tp-card-cat {
    font-size: 0.92rem;
    font-weight: 600;
    color: #003580;
    margin-bottom: 4px;
}
.tp-card-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 6px;
}
.tp-card-desc {
    font-size: 0.92rem;
    color: #6b7280;
    margin-bottom: 10px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.tp-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    font-size: 0.92rem;
    color: #6b7280;
    margin-bottom: 10px;
}
.tp-card-meta i {
    color: #003580;
    margin-right: 3px;
}
.tp-card-rating {
    color: #1a1a2e;
    font-weight: 600;
}
.tp-card-rating i {
    color: #febb02;
}
.tp-card-rating small {
    font-weight: 400;
    color: #6b7280;
}

/* Itinerary Stops */
.tp-card-stops {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 10px;
}
.tp-stop {
    font-size: 0.92rem;
    color: #374151;
    background: #f0f4ff;
    padding: 3px 8px;
    border-radius: 4px;
}
.tp-stop i {
    color: #003580;
    font-size: 0.88rem;
    margin-right: 2px;
}

/* Includes */
.tp-card-includes {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 12px;
}
.tp-card-includes span {
    font-size: 0.92rem;
    color: #059669;
}
.tp-card-includes i {
    font-size: 0.9rem;
}

/* Card button */
.tp-card-btn {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #003580;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    margin-top: auto;
    transition: gap 0.2s;
}
.tp-card-btn:hover {
    gap: 8px;
    color: #002a66;
}

/* Modal */
.tp-modal {
    border: none;
    border-radius: 16px;
    overflow: hidden;
}
.tp-modal-header {
    position: relative;
    height: 260px;
    overflow: hidden;
}
.tp-modal-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tp-modal-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 24px;
    background: linear-gradient(transparent, rgba(0,0,0,0.75));
    color: #fff;
}
.tp-modal-overlay h4 {
    font-size: 1.3rem;
    font-weight: 700;
    margin: 6px 0 8px;
}
.tp-modal-overlay .tp-card-cat {
    color: #febb02;
    font-size: 0.88rem;
}
.tp-modal-stats {
    display: flex;
    gap: 16px;
    font-size: 0.92rem;
    opacity: 0.9;
}
.tp-modal-stats i {
    margin-right: 4px;
}
.tp-modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 2;
    opacity: 0.8;
}
.tp-modal-price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
    margin-bottom: 16px;
    border-bottom: 1px solid #f0f0f0;
}
.tp-modal-price-val {
    font-size: 1.6rem;
    font-weight: 800;
    color: #003580;
}
.tp-modal-price span {
    font-size: 0.95rem;
    color: #6b7280;
}
.tp-modal-desc {
    font-size: 0.9rem;
    color: #374151;
    line-height: 1.7;
    margin-bottom: 20px;
}
.tp-modal-section-title {
    font-size: 0.95rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.tp-modal-section-title i {
    color: #003580;
}

/* Timeline */
.tp-timeline {
    position: relative;
    padding-left: 24px;
    margin-bottom: 24px;
}
.tp-timeline::before {
    content: '';
    position: absolute;
    left: 6px;
    top: 4px;
    bottom: 4px;
    width: 2px;
    background: #e0e0e0;
}
.tp-timeline-item {
    position: relative;
    padding-bottom: 16px;
}
.tp-timeline-item:last-child {
    padding-bottom: 0;
}
.tp-timeline-dot {
    position: absolute;
    left: -21px;
    top: 4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #003580;
    border: 2px solid #fff;
    box-shadow: 0 0 0 2px #003580;
}
.tp-timeline-content strong {
    font-size: 0.88rem;
    color: #1a1a2e;
}
.tp-timeline-dur {
    font-size: 0.92rem;
    color: #003580;
    margin-left: 8px;
    font-weight: 600;
}
.tp-timeline-content p {
    font-size: 0.92rem;
    color: #6b7280;
    margin: 2px 0 0;
}

/* Includes grid */
.tp-includes-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-bottom: 16px;
}
.tp-include-item {
    font-size: 0.95rem;
    color: #374151;
}
.tp-include-item i {
    color: #059669;
    margin-right: 4px;
}

/* Why Choose Us */
.tp-why {
    padding: 50px 0;
    background: #fff;
}
.tp-why-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 28px 20px;
    text-align: center;
    height: 100%;
    transition: all 0.2s;
}
.tp-why-card:hover {
    border-color: #003580;
    box-shadow: 0 4px 16px rgba(0,0,0,0.06);
}
.tp-why-icon {
    width: 52px;
    height: 52px;
    background: #eef2ff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
    font-size: 1.3rem;
    color: #003580;
}
.tp-why-card h5 {
    font-size: 0.95rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 8px;
}
.tp-why-card p {
    font-size: 0.92rem;
    color: #6b7280;
    margin: 0;
    line-height: 1.5;
}

/* Pricing */
.tp-pricing {
    padding: 50px 0;
    background: #f5f5f5;
}
.tp-price-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 28px 22px;
    text-align: center;
    height: 100%;
    position: relative;
    transition: all 0.2s;
}
.tp-price-card:hover {
    border-color: #003580;
    box-shadow: 0 4px 16px rgba(0,0,0,0.06);
}
.tp-price-featured {
    border-color: #003580;
    border-width: 2px;
    box-shadow: 0 4px 20px rgba(0,53,128,0.12);
}
.tp-price-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #febb02;
    color: #003580;
    font-size: 0.88rem;
    font-weight: 700;
    padding: 4px 14px;
    border-radius: 12px;
    white-space: nowrap;
}
.tp-price-card h5 {
    font-size: 1rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 8px;
}
.tp-price-val {
    font-size: 2rem;
    font-weight: 800;
    color: #003580;
    margin-bottom: 16px;
}
.tp-price-val small {
    font-size: 0.95rem;
    font-weight: 400;
    color: #6b7280;
}
.tp-price-card ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
    text-align: left;
}
.tp-price-card ul li {
    font-size: 0.95rem;
    color: #374151;
    padding: 6px 0;
    border-bottom: 1px solid #f5f5f5;
}
.tp-price-card ul li:last-child {
    border-bottom: none;
}
.tp-price-card ul li i {
    color: #059669;
    margin-right: 6px;
}
.tp-price-btn {
    display: inline-block;
    background: #003580;
    color: #fff;
    font-size: 0.95rem;
    font-weight: 600;
    padding: 10px 28px;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.2s;
}
.tp-price-btn:hover {
    background: #002a66;
    color: #fff;
}

/* Gallery */
.tp-gallery {
    padding: 50px 0;
    background: #fff;
}
.tp-gallery-item {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
}
.tp-gallery-item img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: transform 0.3s;
}
.tp-gallery-item:hover img {
    transform: scale(1.08);
}
.tp-gallery-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 16px;
    background: linear-gradient(transparent, rgba(0,0,0,0.7));
    color: #fff;
    opacity: 0;
    transition: opacity 0.3s;
}
.tp-gallery-item:hover .tp-gallery-overlay {
    opacity: 1;
}
.tp-gallery-overlay h6 {
    font-size: 0.9rem;
    font-weight: 700;
    margin-bottom: 2px;
}
.tp-gallery-overlay span {
    font-size: 0.88rem;
    opacity: 0.85;
}

/* Reviews */
.tp-reviews {
    padding: 50px 0;
    background: #f5f5f5;
}
.tp-review-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 24px;
    height: 100%;
}
.tp-review-stars {
    margin-bottom: 12px;
}
.tp-review-stars i {
    color: #febb02;
    font-size: 0.95rem;
}
.tp-review-card p {
    font-size: 0.95rem;
    color: #374151;
    line-height: 1.6;
    margin-bottom: 16px;
}
.tp-review-author {
    display: flex;
    align-items: center;
    gap: 10px;
    border-top: 1px solid #f0f0f0;
    padding-top: 12px;
}
.tp-review-author img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}
.tp-review-author strong {
    font-size: 0.95rem;
    color: #1a1a2e;
    display: block;
}
.tp-review-author span {
    font-size: 0.92rem;
    color: #6b7280;
}

/* CTA */
.tp-cta {
    padding: 60px 0;
    background: linear-gradient(135deg, #003580 0%, #00468a 100%);
    color: #fff;
}
.tp-cta h2 {
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 10px;
}
.tp-cta p {
    font-size: 1rem;
    opacity: 0.85;
    margin-bottom: 24px;
}
.tp-cta-btns {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 28px;
}
.tp-cta-btn-primary {
    background: #fff;
    color: #003580;
    font-weight: 700;
    font-size: 0.9rem;
    padding: 12px 28px;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.2s;
}
.tp-cta-btn-primary:hover {
    background: #febb02;
    color: #003580;
}
.tp-cta-btn-outline {
    border: 2px solid rgba(255,255,255,0.5);
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
    padding: 12px 28px;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.2s;
}
.tp-cta-btn-outline:hover {
    background: rgba(255,255,255,0.15);
    border-color: #fff;
    color: #fff;
}
.tp-cta-features {
    display: flex;
    justify-content: center;
    gap: 32px;
    flex-wrap: wrap;
    font-size: 0.95rem;
    opacity: 0.85;
}
.tp-cta-features i {
    margin-right: 6px;
}

/* Responsive */
@media (max-width: 991px) {
    .tp-card {
        flex-direction: column;
    }
    .tp-card-img {
        flex: none;
        height: 200px;
    }
}
@media (max-width: 768px) {
    .tp-hero {
        padding: 80px 0 40px;
    }
    .tp-hero-title {
        font-size: 1.6rem;
    }
    .tp-hero-stats {
        gap: 20px;
    }
    .tp-card-img {
        height: 180px;
    }
    .tp-includes-grid {
        grid-template-columns: 1fr;
    }
    .tp-modal-header {
        height: 200px;
    }
}

/* ==================== Chauffeured Page ==================== */

/* Hero */
.ch-hero {
    background: linear-gradient(135deg, #003580 0%, #00468a 60%, #005bb5 100%);
    padding: 100px 0 60px;
    text-align: center;
    color: #fff;
}
.ch-hero-title {
    font-size: 2.4rem;
    font-weight: 800;
    margin-bottom: 10px;
}
.ch-hero-sub {
    font-size: 1.05rem;
    opacity: 0.85;
    margin-bottom: 28px;
}
.ch-hero-stats {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}
.ch-stat {
    display: flex;
    align-items: center;
    gap: 10px;
}
.ch-stat > i {
    font-size: 1.4rem;
    color: #febb02;
}
.ch-stat div {
    display: flex;
    flex-direction: column;
    text-align: left;
}
.ch-stat strong {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.2;
}
.ch-stat span {
    font-size: 0.88rem;
    opacity: 0.8;
}

/* Packages */
.ch-packages {
    padding: 50px 0;
    background: #f5f5f5;
}
.ch-pkg-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 28px 22px;
    text-align: center;
    height: 100%;
    position: relative;
    transition: all 0.2s;
    display: flex;
    flex-direction: column;
}
.ch-pkg-card:hover {
    border-color: #003580;
    box-shadow: 0 4px 16px rgba(0,0,0,0.06);
}
.ch-pkg-featured {
    border-color: #003580;
    border-width: 2px;
    box-shadow: 0 4px 20px rgba(0,53,128,0.12);
}
.ch-pkg-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #febb02;
    color: #003580;
    font-size: 0.88rem;
    font-weight: 700;
    padding: 4px 14px;
    border-radius: 12px;
    white-space: nowrap;
}
.ch-pkg-duration {
    font-size: 0.95rem;
    color: #003580;
    font-weight: 600;
    margin-bottom: 6px;
}
.ch-pkg-duration i {
    margin-right: 4px;
}
.ch-pkg-price {
    font-size: 2.2rem;
    font-weight: 800;
    color: #003580;
    margin-bottom: 6px;
}
.ch-pkg-name {
    font-size: 1rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 4px;
}
.ch-pkg-desc {
    font-size: 0.95rem;
    color: #6b7280;
    margin-bottom: 14px;
    line-height: 1.4;
}
.ch-pkg-list {
    list-style: none;
    padding: 0;
    margin: 0 0 18px;
    text-align: left;
    flex: 1;
}
.ch-pkg-list li {
    font-size: 0.92rem;
    color: #374151;
    padding: 5px 0;
    border-bottom: 1px solid #f5f5f5;
}
.ch-pkg-list li:last-child {
    border-bottom: none;
}
.ch-pkg-list li i {
    color: #059669;
    margin-right: 6px;
    font-size: 0.88rem;
}
.ch-pkg-btn {
    display: inline-block;
    background: #003580;
    color: #fff;
    font-size: 0.95rem;
    font-weight: 600;
    padding: 10px 24px;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.2s;
}
.ch-pkg-btn:hover {
    background: #002a66;
    color: #fff;
}

/* Vehicles */
.ch-vehicles {
    padding: 50px 0;
    background: #fff;
}
.ch-veh-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
    transition: all 0.2s;
}
.ch-veh-card:hover {
    border-color: #003580;
    box-shadow: 0 4px 16px rgba(0,0,0,0.06);
}
.ch-veh-img {
    position: relative;
    height: 200px;
    overflow: hidden;
}
.ch-veh-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}
.ch-veh-card:hover .ch-veh-img img {
    transform: scale(1.05);
}
.ch-veh-lux {
    position: absolute;
    top: 12px;
    right: 12px;
    background: #003580;
    color: #febb02;
    font-size: 0.88rem;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 4px;
}
.ch-veh-body {
    padding: 18px 20px;
}
.ch-veh-body h5 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 4px;
}
.ch-veh-body > p {
    font-size: 0.92rem;
    color: #6b7280;
    margin-bottom: 10px;
    line-height: 1.5;
}
.ch-veh-specs {
    display: flex;
    gap: 14px;
    margin-bottom: 10px;
}
.ch-veh-specs span {
    font-size: 0.95rem;
    color: #374151;
}
.ch-veh-specs i {
    color: #003580;
    margin-right: 4px;
}
.ch-veh-features {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 14px;
}
.ch-veh-features span {
    font-size: 0.92rem;
    color: #059669;
}
.ch-veh-features i {
    font-size: 0.88rem;
    margin-right: 2px;
}
.ch-veh-pricing {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-top: 12px;
    border-top: 1px solid #f0f0f0;
}
.ch-veh-rate {
    display: flex;
    flex-direction: column;
}
.ch-veh-rate small {
    font-size: 0.88rem;
    color: #6b7280;
}
.ch-veh-rate strong {
    font-size: 1rem;
    font-weight: 700;
    color: #003580;
}
.ch-veh-btn {
    margin-left: auto;
    color: #003580;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    transition: gap 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}
.ch-veh-btn:hover {
    gap: 8px;
    color: #002a66;
}

/* Features */
.ch-features {
    padding: 50px 0;
    background: #f5f5f5;
}
.ch-feat-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 28px 20px;
    text-align: center;
    height: 100%;
    transition: all 0.2s;
}
.ch-feat-card:hover {
    border-color: #003580;
    box-shadow: 0 4px 16px rgba(0,0,0,0.06);
}
.ch-feat-icon {
    width: 52px;
    height: 52px;
    background: #eef2ff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
    font-size: 1.3rem;
    color: #003580;
}
.ch-feat-card h5 {
    font-size: 0.95rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 8px;
}
.ch-feat-card p {
    font-size: 0.92rem;
    color: #6b7280;
    margin: 0;
    line-height: 1.5;
}

/* Form Section */
.ch-form-section {
    padding: 50px 0;
    background: #fff;
}
.ch-alert {
    background: #eef2ff;
    color: #003580;
    font-size: 0.95rem;
    font-weight: 500;
    padding: 10px 16px;
    border-radius: 8px;
    margin-bottom: 18px;
}
.ch-alert i {
    margin-right: 6px;
}
.ch-form-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 28px;
}
.ch-label {
    display: block;
    font-size: 0.95rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 6px;
}
.ch-input {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 0.95rem;
    color: #1a1a2e;
    background: #fff;
    transition: border-color 0.2s;
    -webkit-appearance: none;
    appearance: none;
}
select.ch-input {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23003580' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 12px;
    padding-right: 32px;
}
.ch-input:focus {
    outline: none;
    border-color: #003580;
    box-shadow: 0 0 0 3px rgba(0,53,128,0.08);
}
textarea.ch-input {
    resize: vertical;
    min-height: 60px;
}
.ch-submit-btn {
    display: inline-flex;
    align-items: center;
    background: #003580;
    color: #fff;
    font-size: 0.88rem;
    font-weight: 700;
    padding: 12px 32px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    letter-spacing: 0.5px;
    transition: background 0.2s;
}
.ch-submit-btn:hover {
    background: #002a66;
}

/* CTA */
.ch-cta {
    padding: 60px 0;
    background: linear-gradient(135deg, #003580 0%, #00468a 100%);
    color: #fff;
}
.ch-cta h2 {
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 10px;
}
.ch-cta p {
    font-size: 1rem;
    opacity: 0.85;
    margin-bottom: 24px;
}
.ch-cta-btns {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}
.ch-cta-btn-primary {
    background: #fff;
    color: #003580;
    font-weight: 700;
    font-size: 0.9rem;
    padding: 12px 28px;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.2s;
}
.ch-cta-btn-primary:hover {
    background: #febb02;
    color: #003580;
}
.ch-cta-btn-outline {
    border: 2px solid rgba(255,255,255,0.5);
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
    padding: 12px 28px;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.2s;
}
.ch-cta-btn-outline:hover {
    background: rgba(255,255,255,0.15);
    border-color: #fff;
    color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
    .ch-hero {
        padding: 80px 0 40px;
    }
    .ch-hero-title {
        font-size: 1.6rem;
    }
    .ch-hero-stats {
        gap: 20px;
    }
    .ch-veh-img {
        height: 180px;
    }
    .ch-form-card {
        padding: 20px;
    }
}

/* =============================================
   CAMPAIGNS PAGE (.cp-*)
   ============================================= */
.cp-hero {
    background: linear-gradient(135deg, #003580 0%, #00224e 100%);
    padding: 100px 0 40px;
    text-align: center;
}
.cp-hero-title {
    color: #fff;
    font-size: 2.2rem;
    font-weight: 800;
    margin: 0 0 8px;
}
.cp-hero-sub {
    color: rgba(255,255,255,.85);
    font-size: 1rem;
    margin: 0 0 28px;
}
.cp-hero-stats {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}
.cp-stat {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fff;
}
.cp-stat i {
    font-size: 1.6rem;
    color: #febb02;
}
.cp-stat strong {
    display: block;
    font-size: 1.1rem;
    line-height: 1.2;
}
.cp-stat span {
    font-size: .82rem;
    opacity: .8;
}

/* Featured Campaign */
.cp-featured {
    padding: 50px 0 0;
    background: #f5f5f5;
}
.cp-featured-card {
    display: flex;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    border: 2px solid #febb02;
    box-shadow: 0 4px 24px rgba(0,53,128,.10);
}
.cp-featured-img {
    width: 380px;
    min-height: 280px;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
    background: #e0e0e0;
}
.cp-featured-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cp-featured-discount {
    position: absolute;
    top: 16px;
    left: 16px;
    background: #003580;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 800;
    padding: 8px 18px;
    border-radius: 8px;
}
.cp-featured-body {
    flex: 1;
    padding: 32px 36px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.cp-badge-highlight {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #febb02;
    color: #1a1a2e;
    font-size: .82rem;
    font-weight: 700;
    padding: 5px 14px;
    border-radius: 20px;
    margin-bottom: 14px;
    width: fit-content;
}
.cp-featured-body h2 {
    font-size: 1.5rem;
    font-weight: 800;
    color: #1a1a2e;
    margin: 0 0 10px;
}
.cp-featured-body p {
    color: #6b7280;
    font-size: .95rem;
    line-height: 1.6;
    margin: 0 0 16px;
}
.cp-promo {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}
.cp-promo-label {
    font-size: .85rem;
    color: #6b7280;
}
.cp-promo-code {
    background: #003580;
    color: #fff;
    padding: 5px 16px;
    border-radius: 6px;
    font-weight: 700;
    font-size: .9rem;
    letter-spacing: 1px;
}
.cp-featured-meta {
    font-size: .85rem;
    color: #6b7280;
    margin-bottom: 18px;
}
.cp-featured-meta i {
    color: #003580;
    margin-right: 4px;
}
.cp-featured-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #003580;
    color: #fff;
    padding: 12px 28px;
    border-radius: 8px;
    font-weight: 700;
    font-size: .95rem;
    text-decoration: none;
    width: fit-content;
    transition: background .25s;
}
.cp-featured-btn:hover {
    background: #00224e;
    color: #fff;
}

/* Campaign Cards */
.cp-list {
    padding: 50px 0 60px;
    background: #f5f5f5;
}
.cp-card {
    display: flex;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e0e0e0;
    height: 100%;
    transition: transform .25s, box-shadow .25s;
}
.cp-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,53,128,.12);
}
.cp-card-img {
    width: 220px;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
    background: #e0e0e0;
}
.cp-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cp-card-discount {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #003580;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 800;
    padding: 6px 14px;
    border-radius: 6px;
}
.cp-card-badge {
    position: absolute;
    bottom: 12px;
    left: 12px;
    background: #febb02;
    color: #1a1a2e;
    font-size: .75rem;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 4px;
}
.cp-card-body {
    flex: 1;
    padding: 22px 24px;
    display: flex;
    flex-direction: column;
}
.cp-card-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 8px;
}
.cp-card-desc {
    color: #6b7280;
    font-size: .88rem;
    line-height: 1.55;
    margin: 0 0 12px;
    flex: 1;
}
.cp-card-promo {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #f0f7ff;
    padding: 6px 14px;
    border-radius: 6px;
    margin-bottom: 10px;
    width: fit-content;
    font-size: .85rem;
}
.cp-card-promo span {
    color: #6b7280;
}
.cp-card-promo strong {
    color: #003580;
    letter-spacing: 1px;
}
.cp-card-meta {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: .82rem;
    color: #6b7280;
    margin-bottom: 10px;
}
.cp-card-meta i {
    color: #003580;
}
.cp-card-featured {
    color: #febb02;
    font-weight: 600;
}
.cp-card-terms {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 14px;
}
.cp-card-terms span {
    font-size: .8rem;
    color: #6b7280;
}
.cp-card-terms i {
    color: #003580;
    margin-right: 4px;
}
.cp-card-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #003580;
    font-weight: 700;
    font-size: .9rem;
    text-decoration: none;
    margin-top: auto;
    transition: gap .25s;
}
.cp-card-btn:hover {
    color: #003580;
    gap: 12px;
}

/* How It Works */
.cp-how {
    padding: 60px 0;
    background: #fff;
}
.cp-step-card {
    text-align: center;
    padding: 32px 24px;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    height: 100%;
    transition: transform .25s, box-shadow .25s;
}
.cp-step-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,53,128,.10);
}
.cp-step-num {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #003580;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}
.cp-step-card h5 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 8px;
}
.cp-step-card p {
    color: #6b7280;
    font-size: .88rem;
    line-height: 1.55;
    margin: 0;
}

/* CTA */
.cp-cta {
    background: linear-gradient(135deg, #003580 0%, #00224e 100%);
    padding: 60px 0;
}
.cp-cta h2 {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 800;
    margin: 0 0 8px;
}
.cp-cta p {
    color: rgba(255,255,255,.85);
    font-size: 1rem;
    margin: 0 0 24px;
}
.cp-cta-btns {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}
.cp-cta-btn-primary {
    background: #febb02;
    color: #1a1a2e;
    padding: 14px 32px;
    border-radius: 8px;
    font-weight: 700;
    font-size: .95rem;
    text-decoration: none;
    transition: background .25s;
}
.cp-cta-btn-primary:hover {
    background: #e5a800;
    color: #1a1a2e;
}
.cp-cta-btn-outline {
    border: 2px solid rgba(255,255,255,.5);
    color: #fff;
    padding: 14px 32px;
    border-radius: 8px;
    font-weight: 700;
    font-size: .95rem;
    text-decoration: none;
    transition: border-color .25s, background .25s;
}
.cp-cta-btn-outline:hover {
    border-color: #fff;
    background: rgba(255,255,255,.1);
    color: #fff;
}

/* Responsive */
@media (max-width: 991px) {
    .cp-featured-card {
        flex-direction: column;
    }
    .cp-featured-img {
        width: 100%;
        min-height: 220px;
    }
    .cp-card {
        flex-direction: column;
    }
    .cp-card-img {
        width: 100%;
        height: 200px;
    }
}
@media (max-width: 767px) {
    .cp-hero {
        padding: 90px 0 30px;
    }
    .cp-hero-title {
        font-size: 1.6rem;
    }
    .cp-hero-stats {
        gap: 20px;
    }
    .cp-featured-body {
        padding: 24px 20px;
    }
    .cp-card-body {
        padding: 18px 20px;
    }
}

/* =============================================
   REVIEWS PAGE (.rv-*)
   ============================================= */
.rv-hero {
    background: linear-gradient(135deg, #003580 0%, #00224e 100%);
    padding: 100px 0 40px;
    text-align: center;
}
.rv-hero-title {
    color: #fff;
    font-size: 2.2rem;
    font-weight: 800;
    margin: 0 0 8px;
}
.rv-hero-sub {
    color: rgba(255,255,255,.85);
    font-size: 1rem;
    margin: 0 0 24px;
}
.rv-hero-rating {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
}
.rv-hero-score {
    font-size: 3rem;
    font-weight: 800;
    color: #febb02;
    line-height: 1;
}
.rv-hero-stars {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}
.rv-hero-stars-row {
    display: flex;
    gap: 4px;
}
.rv-hero-stars-row i {
    color: #febb02;
    font-size: 1.1rem;
}
.rv-hero-stars span {
    color: rgba(255,255,255,.7);
    font-size: .85rem;
}

/* Stats */
.rv-stats {
    padding: 50px 0;
    background: #f5f5f5;
}
.rv-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 36px;
}
.rv-stat-box {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 24px 16px;
    text-align: center;
    transition: transform .25s, box-shadow .25s;
}
.rv-stat-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,53,128,.10);
}
.rv-stat-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #003580;
    color: #fff;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
}
.rv-stat-box strong {
    display: block;
    font-size: 1.6rem;
    font-weight: 800;
    color: #1a1a2e;
}
.rv-stat-box span {
    font-size: .85rem;
    color: #6b7280;
}

/* Rating Distribution */
.rv-dist {
    max-width: 500px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 24px 28px;
}
.rv-dist-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
}
.rv-dist-row:last-child {
    margin-bottom: 0;
}
.rv-dist-label {
    width: 36px;
    font-size: .85rem;
    font-weight: 600;
    color: #1a1a2e;
    display: flex;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
}
.rv-dist-label i {
    color: #febb02;
    font-size: .75rem;
}
.rv-dist-bar {
    flex: 1;
    height: 10px;
    background: #e0e0e0;
    border-radius: 5px;
    overflow: hidden;
}
.rv-dist-fill {
    height: 100%;
    background: #003580;
    border-radius: 5px;
    transition: width .6s ease;
}
.rv-dist-count {
    width: 40px;
    text-align: right;
    font-size: .82rem;
    color: #6b7280;
    flex-shrink: 0;
}

/* Review Cards */
.rv-list {
    padding: 60px 0;
    background: #fff;
}
.rv-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform .25s, box-shadow .25s;
}
.rv-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,53,128,.12);
}
.rv-card-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}
.rv-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    border: 2px solid #e0e0e0;
}
.rv-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.rv-name {
    font-size: .95rem;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 6px;
}
.rv-verified {
    color: #003580;
    font-size: .9rem;
}
.rv-location {
    font-size: .8rem;
    color: #6b7280;
}
.rv-stars {
    display: flex;
    align-items: center;
    gap: 2px;
    margin-bottom: 12px;
}
.rv-stars i {
    color: #febb02;
    font-size: .9rem;
}
.rv-date {
    margin-left: 8px;
    font-size: .78rem;
    color: #6b7280;
}
.rv-comment {
    color: #4b5563;
    font-size: .9rem;
    line-height: 1.6;
    flex: 1;
    margin: 0 0 14px;
    font-style: italic;
}
.rv-card-foot {
    margin-top: auto;
}
.rv-service {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #f0f7ff;
    color: #003580;
    font-size: .8rem;
    font-weight: 600;
    padding: 5px 12px;
    border-radius: 6px;
}

/* Leave Review */
.rv-write {
    padding: 0 0 60px;
    background: #fff;
}
.rv-write-card {
    background: #f5f5f5;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    text-align: center;
    padding: 48px 24px;
}
.rv-write-icon {
    font-size: 2.4rem;
    color: #003580;
    display: block;
    margin-bottom: 12px;
}
.rv-write-card h3 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 8px;
}
.rv-write-card p {
    color: #6b7280;
    font-size: .92rem;
    margin: 0 0 20px;
}
.rv-write-btn {
    display: inline-flex;
    align-items: center;
    background: #003580;
    color: #fff;
    padding: 12px 28px;
    border-radius: 8px;
    font-weight: 700;
    font-size: .95rem;
    border: none;
    cursor: pointer;
    transition: background .25s;
}
.rv-write-btn:hover {
    background: #00224e;
}

/* CTA */
.rv-cta {
    background: linear-gradient(135deg, #003580 0%, #00224e 100%);
    padding: 60px 0;
}
.rv-cta h2 {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 800;
    margin: 0 0 8px;
}
.rv-cta p {
    color: rgba(255,255,255,.85);
    font-size: 1rem;
    margin: 0 0 24px;
}
.rv-cta-btns {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}
.rv-cta-btn-primary {
    background: #febb02;
    color: #1a1a2e;
    padding: 14px 32px;
    border-radius: 8px;
    font-weight: 700;
    font-size: .95rem;
    text-decoration: none;
    transition: background .25s;
}
.rv-cta-btn-primary:hover {
    background: #e5a800;
    color: #1a1a2e;
}
.rv-cta-btn-outline {
    border: 2px solid rgba(255,255,255,.5);
    color: #fff;
    padding: 14px 32px;
    border-radius: 8px;
    font-weight: 700;
    font-size: .95rem;
    text-decoration: none;
    transition: border-color .25s, background .25s;
}
.rv-cta-btn-outline:hover {
    border-color: #fff;
    background: rgba(255,255,255,.1);
    color: #fff;
}

/* Review Modal */
.rv-modal {
    border: none;
    border-radius: 12px;
    overflow: hidden;
}
.rv-modal-head {
    background: #003580;
    color: #fff;
    border: none;
    padding: 16px 24px;
}
.rv-modal-head .modal-title {
    font-weight: 700;
}
.rv-modal-label {
    display: block;
    font-size: .85rem;
    font-weight: 600;
    color: #1a1a2e;
    margin-bottom: 6px;
}
.rv-modal-input {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: .9rem;
    transition: border-color .25s;
    background: #fff;
}
.rv-modal-input:focus {
    outline: none;
    border-color: #003580;
    box-shadow: 0 0 0 3px rgba(0,53,128,.1);
}
.rv-rating-input {
    display: flex;
    flex-direction: row-reverse;
    gap: 4px;
}
.rv-rating-input input {
    display: none;
}
.rv-rating-input label {
    cursor: pointer;
    font-size: 1.6rem;
    color: #e0e0e0;
    transition: color .15s;
}
.rv-rating-input label:hover,
.rv-rating-input label:hover ~ label,
.rv-rating-input input:checked ~ label {
    color: #febb02;
}
.rv-modal-foot {
    border-top: 1px solid #e0e0e0;
    padding: 16px 24px;
}
.rv-modal-cancel {
    background: #f5f5f5;
    border: 1px solid #e0e0e0;
    color: #6b7280;
    padding: 10px 24px;
    border-radius: 8px;
    font-weight: 600;
    font-size: .9rem;
    cursor: pointer;
    transition: background .25s;
}
.rv-modal-cancel:hover {
    background: #e0e0e0;
}
.rv-modal-submit {
    background: #003580;
    color: #fff;
    border: none;
    padding: 10px 24px;
    border-radius: 8px;
    font-weight: 700;
    font-size: .9rem;
    cursor: pointer;
    transition: background .25s;
}
.rv-modal-submit:hover {
    background: #00224e;
}

/* Responsive */
@media (max-width: 991px) {
    .rv-stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 767px) {
    .rv-hero {
        padding: 90px 0 30px;
    }
    .rv-hero-title {
        font-size: 1.6rem;
    }
    .rv-hero-score {
        font-size: 2.2rem;
    }
    .rv-stats-grid {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }
    .rv-stat-box {
        padding: 18px 12px;
    }
    .rv-dist {
        padding: 18px 20px;
    }
}

/* =============================================
   ABOUT PAGE (.ab-*)
   ============================================= */
.ab-hero {
    background: linear-gradient(135deg, #003580 0%, #00224e 100%);
    padding: 100px 0 40px;
    text-align: center;
}
.ab-hero-title {
    color: #fff;
    font-size: 2.2rem;
    font-weight: 800;
    margin: 0 0 8px;
}
.ab-hero-sub {
    color: rgba(255,255,255,.85);
    font-size: 1rem;
    margin: 0 0 28px;
}
.ab-hero-stats {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}
.ab-hero-stat {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fff;
}
.ab-hero-stat i {
    font-size: 1.6rem;
    color: #febb02;
}
.ab-hero-stat strong {
    display: block;
    font-size: 1.2rem;
    line-height: 1.2;
}
.ab-hero-stat span {
    font-size: .82rem;
    opacity: .8;
}

/* Intro */
.ab-intro {
    padding: 60px 0;
    background: #fff;
}
.ab-badge {
    display: inline-flex;
    align-items: center;
    background: #f0f7ff;
    color: #003580;
    font-size: .82rem;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 20px;
    margin-bottom: 16px;
}
.ab-intro-text h2 {
    font-size: 1.6rem;
    font-weight: 800;
    color: #1a1a2e;
    margin: 0 0 12px;
}
.ab-intro-text > p {
    color: #6b7280;
    font-size: .95rem;
    line-height: 1.7;
    margin: 0 0 24px;
}
.ab-features-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.ab-feat-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}
.ab-feat-item i {
    color: #059669;
    font-size: 1.2rem;
    flex-shrink: 0;
    margin-top: 2px;
}
.ab-feat-item strong {
    display: block;
    font-size: .9rem;
    color: #1a1a2e;
    margin-bottom: 2px;
}
.ab-feat-item span {
    font-size: .82rem;
    color: #6b7280;
    line-height: 1.4;
}
.ab-intro-img {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e0e0e0;
}
.ab-intro-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Mission & Vision */
.ab-mv {
    padding: 60px 0;
    background: #f5f5f5;
}
.ab-mv-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 32px 28px;
    height: 100%;
    transition: transform .25s, box-shadow .25s;
}
.ab-mv-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,53,128,.10);
}
.ab-mv-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #003580;
    color: #fff;
    font-size: 1.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}
.ab-mv-card h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 10px;
}
.ab-mv-card > p {
    color: #6b7280;
    font-size: .9rem;
    line-height: 1.6;
    margin: 0 0 16px;
}
.ab-mv-points {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.ab-mv-points span {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: .85rem;
    color: #4b5563;
}
.ab-mv-points i {
    color: #059669;
    font-size: .9rem;
}

/* Values */
.ab-values {
    padding: 60px 0;
    background: #fff;
}
.ab-val-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 28px 22px;
    text-align: center;
    height: 100%;
    transition: transform .25s, box-shadow .25s;
}
.ab-val-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,53,128,.10);
}
.ab-val-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #f0f7ff;
    color: #003580;
    font-size: 1.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
}
.ab-val-card h5 {
    font-size: 1rem;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 8px;
}
.ab-val-card p {
    color: #6b7280;
    font-size: .85rem;
    line-height: 1.55;
    margin: 0;
}

/* Team */
.ab-team {
    padding: 60px 0;
    background: #f5f5f5;
}
.ab-team-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    overflow: hidden;
    text-align: center;
    height: 100%;
    transition: transform .25s, box-shadow .25s;
}
.ab-team-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,53,128,.10);
}
.ab-team-img {
    width: 100%;
    height: 220px;
    overflow: hidden;
    background: #e0e0e0;
}
.ab-team-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ab-team-body {
    padding: 20px 18px 24px;
}
.ab-team-body h5 {
    font-size: 1rem;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 4px;
}
.ab-team-pos {
    display: block;
    font-size: .82rem;
    color: #003580;
    font-weight: 600;
    margin-bottom: 10px;
}
.ab-team-body p {
    color: #6b7280;
    font-size: .82rem;
    line-height: 1.5;
    margin: 0;
}

/* Why Choose Us */
.ab-why {
    padding: 60px 0;
    background: #fff;
}
.ab-why-card {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 24px 20px;
    height: 100%;
    transition: transform .25s, box-shadow .25s;
}
.ab-why-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,53,128,.10);
}
.ab-why-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: #003580;
    color: #fff;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.ab-why-card h5 {
    font-size: .95rem;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 6px;
}
.ab-why-card p {
    color: #6b7280;
    font-size: .82rem;
    line-height: 1.5;
    margin: 0;
}

/* CTA */
.ab-cta {
    background: linear-gradient(135deg, #003580 0%, #00224e 100%);
    padding: 60px 0;
}
.ab-cta h2 {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 800;
    margin: 0 0 8px;
}
.ab-cta p {
    color: rgba(255,255,255,.85);
    font-size: 1rem;
    margin: 0 0 24px;
}
.ab-cta-btns {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}
.ab-cta-btn-primary {
    background: #febb02;
    color: #1a1a2e;
    padding: 14px 32px;
    border-radius: 8px;
    font-weight: 700;
    font-size: .95rem;
    text-decoration: none;
    transition: background .25s;
}
.ab-cta-btn-primary:hover {
    background: #e5a800;
    color: #1a1a2e;
}
.ab-cta-btn-outline {
    border: 2px solid rgba(255,255,255,.5);
    color: #fff;
    padding: 14px 32px;
    border-radius: 8px;
    font-weight: 700;
    font-size: .95rem;
    text-decoration: none;
    transition: border-color .25s, background .25s;
}
.ab-cta-btn-outline:hover {
    border-color: #fff;
    background: rgba(255,255,255,.1);
    color: #fff;
}

/* Responsive */
@media (max-width: 991px) {
    .ab-intro-img {
        margin-top: 20px;
    }
}
@media (max-width: 767px) {
    .ab-hero {
        padding: 90px 0 30px;
    }
    .ab-hero-title {
        font-size: 1.6rem;
    }
    .ab-hero-stats {
        gap: 20px;
    }
    .ab-mv-card {
        padding: 24px 20px;
    }
    .ab-team-img {
        height: 180px;
    }
}

/* =============================================
   BLOG PAGE (.bl-*)
   ============================================= */
.bl-hero {
    background: linear-gradient(135deg, #003580 0%, #00224e 100%);
    padding: 100px 0 40px;
    text-align: center;
}
.bl-hero-title {
    color: #fff;
    font-size: 2.2rem;
    font-weight: 800;
    margin: 0 0 8px;
}
.bl-hero-sub {
    color: rgba(255,255,255,.85);
    font-size: 1rem;
    margin: 0 0 28px;
}
.bl-hero-stats {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}
.bl-hero-stat {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fff;
}
.bl-hero-stat i {
    font-size: 1.6rem;
    color: #febb02;
}
.bl-hero-stat strong {
    display: block;
    font-size: 1.1rem;
    line-height: 1.2;
}
.bl-hero-stat span {
    font-size: .82rem;
    opacity: .8;
}

/* Filter Bar */
.bl-filter {
    padding: 16px 0;
    background: #f5f5f5;
    border-bottom: 1px solid #e0e0e0;
}
.bl-filter-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}
.bl-cats {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.bl-cat-btn {
    background: #fff;
    border: 1px solid #e0e0e0;
    color: #6b7280;
    padding: 7px 18px;
    border-radius: 20px;
    font-size: .85rem;
    font-weight: 600;
    cursor: pointer;
    transition: all .25s;
}
.bl-cat-btn:hover,
.bl-cat-btn.active {
    background: #003580;
    color: #fff;
    border-color: #003580;
}
.bl-search {
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 0 14px;
    min-width: 260px;
}
.bl-search i {
    color: #6b7280;
    font-size: .95rem;
    margin-right: 8px;
}
.bl-search input {
    border: none;
    outline: none;
    padding: 9px 0;
    font-size: .88rem;
    width: 100%;
    background: transparent;
}

/* Featured Post */
.bl-featured {
    padding: 40px 0;
    background: #f5f5f5;
}
.bl-featured-card {
    display: flex;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    border: 2px solid #febb02;
    box-shadow: 0 4px 24px rgba(0,53,128,.10);
}
.bl-featured-img {
    width: 420px;
    min-height: 300px;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
    background: #e0e0e0;
}
.bl-featured-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bl-featured-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    background: #febb02;
    color: #1a1a2e;
    font-size: .8rem;
    font-weight: 700;
    padding: 5px 14px;
    border-radius: 20px;
}
.bl-featured-body {
    flex: 1;
    padding: 32px 36px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.bl-featured-meta {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    font-size: .82rem;
    color: #6b7280;
    margin-bottom: 14px;
}
.bl-featured-meta i {
    color: #003580;
    margin-right: 4px;
}
.bl-featured-body h2 {
    font-size: 1.4rem;
    font-weight: 800;
    color: #1a1a2e;
    margin: 0 0 10px;
}
.bl-featured-body > p {
    color: #6b7280;
    font-size: .92rem;
    line-height: 1.6;
    margin: 0 0 14px;
}
.bl-featured-tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 18px;
}
.bl-tag {
    background: #f0f7ff;
    color: #003580;
    font-size: .78rem;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 4px;
}
.bl-featured-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #003580;
    color: #fff;
    padding: 11px 24px;
    border-radius: 8px;
    font-weight: 700;
    font-size: .9rem;
    text-decoration: none;
    width: fit-content;
    transition: background .25s;
}
.bl-featured-btn:hover {
    background: #00224e;
    color: #fff;
}

/* Blog Grid */
.bl-grid {
    padding: 50px 0 60px;
    background: #fff;
}
.bl-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform .25s, box-shadow .25s;
}
.bl-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,53,128,.12);
}
.bl-card-img {
    position: relative;
    height: 200px;
    overflow: hidden;
    background: #e0e0e0;
}
.bl-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bl-card-cat {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #003580;
    color: #fff;
    font-size: .75rem;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 4px;
}
.bl-card-time {
    position: absolute;
    bottom: 12px;
    right: 12px;
    background: rgba(0,0,0,.6);
    color: #fff;
    font-size: .75rem;
    padding: 4px 10px;
    border-radius: 4px;
}
.bl-card-body {
    flex: 1;
    padding: 20px;
    display: flex;
    flex-direction: column;
}
.bl-card-meta {
    display: flex;
    gap: 14px;
    font-size: .8rem;
    color: #6b7280;
    margin-bottom: 10px;
}
.bl-card-meta i {
    color: #003580;
    margin-right: 3px;
}
.bl-card-title {
    font-size: 1.05rem;
    font-weight: 700;
    margin: 0 0 8px;
    line-height: 1.4;
}
.bl-card-title a {
    color: #1a1a2e;
    text-decoration: none;
    transition: color .25s;
}
.bl-card-title a:hover {
    color: #003580;
}
.bl-card-excerpt {
    flex: 1;
    color: #6b7280;
    font-size: .85rem;
    line-height: 1.55;
    margin: 0 0 14px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.bl-card-foot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
}
.bl-card-stats {
    display: flex;
    gap: 12px;
    font-size: .78rem;
    color: #6b7280;
}
.bl-card-stats i {
    color: #003580;
    margin-right: 3px;
}
.bl-read-more {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #003580;
    font-weight: 700;
    font-size: .85rem;
    text-decoration: none;
    transition: gap .25s;
}
.bl-read-more:hover {
    color: #003580;
    gap: 12px;
}

/* Newsletter */
.bl-newsletter {
    padding: 60px 0;
    background: #f5f5f5;
}
.bl-newsletter-card {
    background: #003580;
    border-radius: 12px;
    padding: 48px 32px;
    text-align: center;
}
.bl-newsletter-icon {
    font-size: 2.4rem;
    color: #febb02;
    display: block;
    margin-bottom: 12px;
}
.bl-newsletter-card h3 {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 800;
    margin: 0 0 8px;
}
.bl-newsletter-card > .bl-newsletter-body > p {
    color: rgba(255,255,255,.85);
    font-size: .92rem;
    margin: 0 0 20px;
}
.bl-newsletter-body p {
    color: rgba(255,255,255,.85);
    font-size: .92rem;
    margin: 0 0 20px;
}
.bl-newsletter-form {
    display: flex;
    justify-content: center;
    gap: 10px;
    max-width: 460px;
    margin: 0 auto 12px;
}
.bl-newsletter-form input {
    flex: 1;
    padding: 12px 16px;
    border: none;
    border-radius: 8px;
    font-size: .9rem;
    outline: none;
}
.bl-newsletter-form button {
    background: #febb02;
    color: #1a1a2e;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 700;
    font-size: .9rem;
    cursor: pointer;
    transition: background .25s;
    white-space: nowrap;
}
.bl-newsletter-form button:hover {
    background: #e5a800;
}
.bl-newsletter-card small {
    color: rgba(255,255,255,.6);
    font-size: .8rem;
}

/* CTA */
.bl-cta {
    background: linear-gradient(135deg, #003580 0%, #00224e 100%);
    padding: 60px 0;
}
.bl-cta h2 {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 800;
    margin: 0 0 8px;
}
.bl-cta p {
    color: rgba(255,255,255,.85);
    font-size: 1rem;
    margin: 0 0 24px;
}
.bl-cta-btns {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}
.bl-cta-btn-primary {
    background: #febb02;
    color: #1a1a2e;
    padding: 14px 32px;
    border-radius: 8px;
    font-weight: 700;
    font-size: .95rem;
    text-decoration: none;
    transition: background .25s;
}
.bl-cta-btn-primary:hover {
    background: #e5a800;
    color: #1a1a2e;
}
.bl-cta-btn-outline {
    border: 2px solid rgba(255,255,255,.5);
    color: #fff;
    padding: 14px 32px;
    border-radius: 8px;
    font-weight: 700;
    font-size: .95rem;
    text-decoration: none;
    transition: border-color .25s, background .25s;
}
.bl-cta-btn-outline:hover {
    border-color: #fff;
    background: rgba(255,255,255,.1);
    color: #fff;
}

/* Responsive */
@media (max-width: 991px) {
    .bl-featured-card {
        flex-direction: column;
    }
    .bl-featured-img {
        width: 100%;
        min-height: 240px;
    }
}
@media (max-width: 767px) {
    .bl-hero {
        padding: 90px 0 30px;
    }
    .bl-hero-title {
        font-size: 1.6rem;
    }
    .bl-hero-stats {
        gap: 20px;
    }
    .bl-filter-bar {
        flex-direction: column;
        align-items: stretch;
    }
    .bl-search {
        min-width: unset;
    }
    .bl-featured-body {
        padding: 24px 20px;
    }
    .bl-card-img {
        height: 180px;
    }
    .bl-newsletter-form {
        flex-direction: column;
    }
}

/* ==================== FAQ Page (.fq-*) ==================== */
.fq-hero {
    background: linear-gradient(135deg, #003580 0%, #00224e 100%);
    padding: 100px 0 60px;
    color: #fff;
    text-align: center;
}
.fq-hero-title {
    font-size: 2.4rem;
    font-weight: 800;
    margin-bottom: 12px;
}
.fq-hero-sub {
    font-size: 1.1rem;
    opacity: .85;
    margin-bottom: 32px;
}
.fq-hero-stats {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}
.fq-hero-stat {
    display: flex;
    align-items: center;
    gap: 10px;
}
.fq-hero-stat i {
    font-size: 1.5rem;
    color: #febb02;
}
.fq-hero-stat strong {
    font-size: 1.2rem;
    display: block;
}
.fq-hero-stat span {
    font-size: .8rem;
    opacity: .8;
}

/* Filter */
.fq-filter {
    padding: 32px 0;
    background: #f5f5f5;
}
.fq-filter-bar {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}
.fq-search {
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 10px 16px;
    min-width: 280px;
    flex-shrink: 0;
}
.fq-search i {
    color: #6b7280;
    margin-right: 10px;
    font-size: 1rem;
}
.fq-search input {
    border: none;
    outline: none;
    width: 100%;
    font-size: .95rem;
    background: transparent;
}
.fq-cats {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.fq-cat-btn {
    padding: 8px 18px;
    border-radius: 50px;
    border: 1px solid #e0e0e0;
    background: #fff;
    color: #1a1a2e;
    font-size: .88rem;
    font-weight: 500;
    cursor: pointer;
    transition: all .2s;
}
.fq-cat-btn:hover,
.fq-cat-btn.active {
    background: #003580;
    color: #fff;
    border-color: #003580;
}

/* Accordion */
.fq-list {
    padding: 48px 0 60px;
}
.fq-category {
    margin-bottom: 32px;
}
.fq-cat-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
}
.fq-cat-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: linear-gradient(135deg, #003580, #0052b4);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.2rem;
    flex-shrink: 0;
}
.fq-cat-header h3 {
    font-size: 1.15rem;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0;
}
.fq-cat-header span {
    font-size: .82rem;
    color: #6b7280;
}
.fq-items {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.fq-item {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    overflow: hidden;
    transition: border-color .2s, box-shadow .2s;
}
.fq-item:hover {
    border-color: #003580;
}
.fq-question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px;
    border: none;
    background: transparent;
    text-align: left;
    font-size: .95rem;
    font-weight: 600;
    color: #1a1a2e;
    cursor: pointer;
    gap: 16px;
}
.fq-question:hover {
    color: #003580;
}
.fq-chevron {
    transition: transform .3s;
    font-size: .8rem;
    color: #6b7280;
    flex-shrink: 0;
}
.fq-question.open .fq-chevron {
    transform: rotate(180deg);
    color: #003580;
}
.fq-answer {
    padding: 0 20px 20px;
    font-size: .92rem;
    line-height: 1.7;
    color: #4b5563;
}
.fq-answer p {
    margin-bottom: 10px;
}
.fq-answer ul {
    padding-left: 20px;
    margin-bottom: 10px;
}
.fq-answer li {
    margin-bottom: 4px;
}

/* Contact */
.fq-contact {
    padding: 0 0 60px;
}
.fq-contact-card {
    background: linear-gradient(135deg, #003580 0%, #00224e 100%);
    color: #fff;
    border-radius: 16px;
    text-align: center;
    padding: 48px 32px;
}
.fq-contact-icon {
    font-size: 2.6rem;
    color: #febb02;
    margin-bottom: 16px;
    display: block;
}
.fq-contact-card h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 10px;
}
.fq-contact-card p {
    opacity: .85;
    margin-bottom: 24px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
.fq-contact-btns {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}
.fq-contact-btn-primary {
    display: inline-flex;
    align-items: center;
    background: #febb02;
    color: #1a1a2e;
    padding: 12px 28px;
    border-radius: 12px;
    font-weight: 600;
    font-size: .95rem;
    text-decoration: none;
    transition: all .2s;
}
.fq-contact-btn-primary:hover {
    background: #e5a800;
    color: #1a1a2e;
    transform: translateY(-2px);
}
.fq-contact-btn-outline {
    display: inline-flex;
    align-items: center;
    background: transparent;
    color: #fff;
    padding: 12px 28px;
    border-radius: 12px;
    border: 2px solid rgba(255,255,255,.4);
    font-weight: 600;
    font-size: .95rem;
    text-decoration: none;
    transition: all .2s;
}
.fq-contact-btn-outline:hover {
    background: rgba(255,255,255,.15);
    color: #fff;
    border-color: #fff;
}

/* CTA */
.fq-cta {
    padding: 60px 0;
    background: #f5f5f5;
}
.fq-cta h2 {
    font-size: 1.8rem;
    font-weight: 800;
    color: #1a1a2e;
    margin-bottom: 10px;
}
.fq-cta p {
    color: #6b7280;
    margin-bottom: 24px;
}
.fq-cta-btns {
    display: flex;
    justify-content: center;
    gap: 14px;
}
.fq-cta-btn-primary {
    display: inline-flex;
    align-items: center;
    background: #003580;
    color: #fff;
    padding: 14px 32px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    transition: all .2s;
}
.fq-cta-btn-primary:hover {
    background: #00224e;
    transform: translateY(-2px);
    color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
    .fq-hero-title {
        font-size: 1.7rem;
    }
    .fq-hero-stats {
        gap: 20px;
    }
    .fq-filter-bar {
        flex-direction: column;
        align-items: stretch;
    }
    .fq-search {
        min-width: unset;
    }
    .fq-question {
        padding: 14px 16px;
        font-size: .9rem;
    }
    .fq-answer {
        padding: 0 16px 16px;
    }
    .fq-contact-card {
        padding: 32px 20px;
    }
}

/* ==================== Contact Page (.ct-*) ==================== */
.ct-hero {
    background: linear-gradient(135deg, #003580 0%, #00224e 100%);
    padding: 100px 0 60px;
    color: #fff;
    text-align: center;
}
.ct-hero-title {
    font-size: 2.4rem;
    font-weight: 800;
    margin-bottom: 12px;
}
.ct-hero-sub {
    font-size: 1.1rem;
    opacity: .85;
    margin-bottom: 32px;
}
.ct-hero-stats {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}
.ct-hero-stat {
    display: flex;
    align-items: center;
    gap: 10px;
}
.ct-hero-stat i {
    font-size: 1.5rem;
    color: #febb02;
}
.ct-hero-stat strong {
    font-size: 1.2rem;
    display: block;
}
.ct-hero-stat span {
    font-size: .8rem;
    opacity: .8;
}

/* Quick Contact Cards */
.ct-quick {
    padding: 48px 0;
    background: #f5f5f5;
}
.ct-quick-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 16px;
    padding: 28px 20px;
    height: 100%;
    text-decoration: none;
    color: #1a1a2e;
    transition: all .25s;
}
.ct-quick-card:hover {
    border-color: #003580;
    box-shadow: 0 8px 24px rgba(0,53,128,.12);
    transform: translateY(-4px);
    color: #1a1a2e;
}
.ct-quick-whatsapp:hover {
    border-color: #25d366;
}
.ct-quick-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: linear-gradient(135deg, #003580, #0052b4);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.4rem;
    margin-bottom: 16px;
}
.ct-quick-whatsapp .ct-quick-icon {
    background: linear-gradient(135deg, #25d366, #128c7e);
}
.ct-quick-card h4 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 6px;
}
.ct-quick-card p {
    font-size: .88rem;
    color: #6b7280;
    margin-bottom: 12px;
    line-height: 1.4;
}
.ct-quick-label {
    font-size: .82rem;
    font-weight: 600;
    color: #003580;
    margin-top: auto;
}
.ct-quick-whatsapp .ct-quick-label {
    color: #25d366;
}

/* Form + Map Section */
.ct-main {
    padding: 48px 0 60px;
}
.ct-form-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 16px;
    padding: 36px;
    height: 100%;
}
.ct-form-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 28px;
}
.ct-form-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: linear-gradient(135deg, #003580, #0052b4);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.3rem;
    flex-shrink: 0;
}
.ct-form-header h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0;
}
.ct-form-header p {
    font-size: .85rem;
    color: #6b7280;
    margin: 2px 0 0;
}
.ct-label {
    display: block;
    font-size: .88rem;
    font-weight: 600;
    color: #1a1a2e;
    margin-bottom: 6px;
}
.ct-input-wrap {
    position: relative;
}
.ct-input-wrap i {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #6b7280;
    font-size: .95rem;
}
.ct-input {
    width: 100%;
    padding: 12px 14px 12px 42px;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    font-size: .92rem;
    background: #fff;
    transition: border-color .2s, box-shadow .2s;
    outline: none;
    -webkit-appearance: none;
}
.ct-input:focus {
    border-color: #003580;
    box-shadow: 0 0 0 3px rgba(0,53,128,.1);
}
select.ct-input {
    cursor: pointer;
}
.ct-textarea {
    width: 100%;
    padding: 14px;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    font-size: .92rem;
    resize: vertical;
    outline: none;
    transition: border-color .2s, box-shadow .2s;
    font-family: inherit;
}
.ct-textarea:focus {
    border-color: #003580;
    box-shadow: 0 0 0 3px rgba(0,53,128,.1);
}
.ct-submit-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 14px 24px;
    background: #003580;
    color: #fff;
    border: none;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all .2s;
}
.ct-submit-btn:hover {
    background: #00224e;
    transform: translateY(-2px);
}

/* Map Card */
.ct-map-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 16px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.ct-map-header {
    padding: 16px 20px;
    font-size: .95rem;
    font-weight: 600;
    color: #1a1a2e;
    border-bottom: 1px solid #e0e0e0;
}
.ct-map-wrap {
    flex: 1;
    min-height: 320px;
}
.ct-map-wrap iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}
.ct-map-info {
    padding: 16px 20px;
    border-top: 1px solid #e0e0e0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.ct-map-info-row {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: .85rem;
    color: #4b5563;
}
.ct-map-info-row i {
    color: #003580;
    font-size: .95rem;
    flex-shrink: 0;
}

/* CTA */
.ct-cta {
    padding: 60px 0;
    background: #f5f5f5;
}
.ct-cta h2 {
    font-size: 1.8rem;
    font-weight: 800;
    color: #1a1a2e;
    margin-bottom: 10px;
}
.ct-cta p {
    color: #6b7280;
    margin-bottom: 24px;
}
.ct-cta-btns {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}
.ct-cta-btn-primary {
    display: inline-flex;
    align-items: center;
    background: #003580;
    color: #fff;
    padding: 14px 32px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    transition: all .2s;
}
.ct-cta-btn-primary:hover {
    background: #00224e;
    transform: translateY(-2px);
    color: #fff;
}
.ct-cta-btn-outline {
    display: inline-flex;
    align-items: center;
    background: transparent;
    color: #003580;
    padding: 14px 32px;
    border-radius: 12px;
    border: 2px solid #003580;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    transition: all .2s;
}
.ct-cta-btn-outline:hover {
    background: #003580;
    color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
    .ct-hero-title {
        font-size: 1.7rem;
    }
    .ct-hero-stats {
        gap: 20px;
    }
    .ct-form-card {
        padding: 24px 20px;
    }
    .ct-map-wrap {
        min-height: 260px;
    }
}

/* ==================== Login Page (.lg-*) ==================== */
.lg-page {
    background: linear-gradient(135deg, #f5f7fa 0%, #e4e9f0 100%);
    min-height: 60vh;
    padding: 100px 0 40px;
    display: flex;
    align-items: center;
}
.lg-row {
    min-height: calc(100vh - 140px);
}
.lg-brand {
    padding: 0 40px;
}
.lg-brand-icon {
    width: 72px;
    height: 72px;
    border-radius: 18px;
    background: linear-gradient(135deg, #003580, #0052b4);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 2rem;
    margin-bottom: 24px;
}
.lg-brand h2 {
    font-size: 1.8rem;
    font-weight: 800;
    color: #1a1a2e;
    margin-bottom: 8px;
}
.lg-brand p {
    font-size: 1rem;
    color: #6b7280;
    margin-bottom: 32px;
}
.lg-brand-features {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.lg-brand-feat {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: .95rem;
    color: #1a1a2e;
}
.lg-brand-feat i {
    color: #059669;
    font-size: 1.1rem;
}

/* Login Card */
.lg-card {
    background: #fff;
    border-radius: 20px;
    padding: 44px 44px;
    box-shadow: 0 12px 40px rgba(0,53,128,.1);
    border: 1px solid #e0e0e0;
}
.lg-card-header {
    margin-bottom: 28px;
}
.lg-card-header h3 {
    font-size: 1.5rem;
    font-weight: 800;
    color: #1a1a2e;
    margin-bottom: 6px;
}
.lg-card-header p {
    font-size: .9rem;
    color: #6b7280;
    margin: 0;
}
.lg-field {
    margin-bottom: 20px;
}
.lg-label {
    display: block;
    font-size: .88rem;
    font-weight: 600;
    color: #1a1a2e;
    margin-bottom: 6px;
}
.lg-input-wrap {
    position: relative;
    display: flex;
    align-items: center;
}
.lg-input-wrap > i {
    position: absolute;
    left: 14px;
    color: #6b7280;
    font-size: .95rem;
    z-index: 1;
}
.lg-input {
    width: 100%;
    padding: 13px 14px 13px 42px;
    border: 1.5px solid #e0e0e0;
    border-radius: 12px;
    font-size: .95rem;
    outline: none;
    transition: border-color .2s, box-shadow .2s;
    background: #fff;
}
.lg-input:focus {
    border-color: #003580;
    box-shadow: 0 0 0 3px rgba(0,53,128,.1);
}
.lg-eye-btn {
    position: absolute;
    right: 12px;
    background: none;
    border: none;
    color: #6b7280;
    cursor: pointer;
    padding: 4px;
    font-size: 1rem;
    z-index: 1;
}
.lg-eye-btn:hover {
    color: #003580;
}
.lg-options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}
.lg-check {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: .88rem;
    color: #4b5563;
    cursor: pointer;
}
.lg-check input {
    width: 16px;
    height: 16px;
    accent-color: #003580;
}
.lg-forgot {
    font-size: .88rem;
    color: #003580;
    text-decoration: none;
    font-weight: 600;
}
.lg-forgot:hover {
    text-decoration: underline;
    color: #00224e;
}
.lg-submit-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 14px;
    background: #003580;
    color: #fff;
    border: none;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all .2s;
}
.lg-submit-btn:hover {
    background: #00224e;
    transform: translateY(-2px);
}

/* Divider */
.lg-divider {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 24px 0;
}
.lg-divider::before,
.lg-divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #e0e0e0;
}
.lg-divider span {
    font-size: .82rem;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Social */
.lg-social {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.lg-social-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 12px;
    border-radius: 12px;
    font-size: .92rem;
    font-weight: 600;
    cursor: pointer;
    transition: all .2s;
    border: 1.5px solid #e0e0e0;
    background: #fff;
    color: #1a1a2e;
}
.lg-social-btn:hover {
    border-color: #003580;
    background: #f5f7fa;
}
.lg-google:hover {
    border-color: #ea4335;
}

/* Footer */
.lg-footer {
    text-align: center;
    margin-top: 24px;
    font-size: .9rem;
    color: #6b7280;
}
.lg-footer a {
    color: #003580;
    font-weight: 700;
    text-decoration: none;
}
.lg-footer a:hover {
    text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {
    .lg-page {
        padding: 70px 0 20px;
    }
    .lg-card {
        padding: 28px 22px;
        border-radius: 16px;
    }
    .lg-card-header h3 {
        font-size: 1.3rem;
    }
}

/* ==================== Auth Pages Compact Redesign ==================== */
.lg-page {
    align-items: center;
    background:
        linear-gradient(135deg, rgba(7, 58, 102, .88), rgba(15, 119, 104, .76)),
        url('/img/heroImageBacground.jpeg') center/cover no-repeat;
    min-height: calc(100vh - 92px);
    padding: clamp(28px, 5vw, 58px) 0;
}

.lg-row {
    align-items: center;
    min-height: auto;
}

.lg-card {
    background: rgba(255, 255, 255, .96);
    border: 1px solid rgba(255, 255, 255, .72);
    border-radius: 8px;
    box-shadow: 0 24px 70px rgba(16, 32, 51, .24);
    overflow: hidden;
    padding: 0;
}

.lg-card .row {
    min-height: 0;
}

.lg-brand {
    background: linear-gradient(155deg, var(--pa-blue), var(--pa-teal));
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    min-height: 500px;
    padding: clamp(28px, 4vw, 46px);
    position: relative;
}

.lg-brand::after {
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 8px;
    bottom: 22px;
    content: "VIP Transfer";
    font-size: .8rem;
    font-weight: 850;
    letter-spacing: .08em;
    padding: 8px 12px;
    position: absolute;
    right: 22px;
    text-transform: uppercase;
}

.lg-brand-icon {
    background: rgba(243, 185, 67, .16);
    border: 1px solid rgba(243, 185, 67, .35);
    border-radius: 8px;
    color: var(--pa-gold);
    height: 58px;
    margin-bottom: 18px;
    width: 58px;
}

.lg-brand h2 {
    color: #fff;
    font-size: clamp(1.45rem, 2.2vw, 1.9rem);
    font-weight: 900;
}

.lg-brand p {
    color: rgba(255, 255, 255, .76);
    line-height: 1.55;
    margin-bottom: 22px;
}

.lg-brand-features {
    gap: 10px;
}

.lg-brand-feat {
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 8px;
    color: rgba(255, 255, 255, .9);
    padding: 10px 12px;
}

.lg-brand-feat i {
    color: var(--pa-gold);
}

.lg-form-side {
    padding: clamp(26px, 4vw, 44px);
}

.lg-card-header {
    margin-bottom: 20px;
}

.lg-card-header h3 {
    color: var(--pa-ink);
    font-size: clamp(1.45rem, 2.1vw, 1.9rem);
    font-weight: 900;
}

.lg-card-header p {
    color: var(--pa-muted);
    font-size: .95rem;
}

.lg-field {
    margin-bottom: 14px;
}

.lg-label {
    color: var(--pa-ink);
    font-size: .82rem;
    font-weight: 800;
}

.lg-input {
    background: #f8fafc;
    border: 1px solid var(--pa-line);
    border-radius: 8px;
    min-height: 48px;
    padding: 11px 42px;
}

.lg-input:focus {
    background: #fff;
    border-color: var(--pa-teal);
    box-shadow: 0 0 0 4px rgba(15, 119, 104, .12);
}

.lg-input-wrap > i {
    color: var(--pa-teal);
}

.lg-eye-btn {
    align-items: center;
    background: #eef4f8;
    border-radius: 8px;
    display: inline-flex;
    height: 32px;
    justify-content: center;
    right: 8px;
    width: 32px;
}

.lg-options {
    gap: 12px;
    margin-bottom: 18px;
}

.lg-check {
    align-items: flex-start;
    line-height: 1.35;
}

.lg-submit-btn {
    background: var(--pa-teal);
    border-radius: 8px;
    min-height: 48px;
}

.lg-submit-btn:hover {
    background: var(--pa-blue);
    box-shadow: 0 14px 28px rgba(7, 58, 102, .18);
}

.lg-footer {
    background: #f8fafc;
    border: 1px solid var(--pa-line);
    border-radius: 8px;
    margin-top: 18px;
    padding: 12px;
}

.lg-footer a,
.lg-forgot {
    color: var(--pa-teal);
}

@media (max-width: 991px) {
    .lg-page {
        min-height: calc(100vh - 76px);
        padding: 24px 0;
    }

    .lg-card {
        margin: 0 auto;
        max-width: 620px;
    }
}

@media (max-width: 575px) {
    .lg-page .container {
        padding-left: .85rem;
        padding-right: .85rem;
    }

    .lg-form-side {
        padding: 22px;
    }

    .lg-options {
        align-items: flex-start;
        flex-direction: column;
    }

    .lg-card .row.g-3 {
        --bs-gutter-y: .75rem;
    }
}

/* ==================== My Reservations Page (.mr-*) ==================== */
.mr-hero {
    background: linear-gradient(135deg, #003580 0%, #00224e 100%);
    padding: 100px 0 40px;
    color: #fff;
}
.mr-hero-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 28px;
}
.mr-hero-title {
    font-size: 2.2rem;
    font-weight: 800;
    margin-bottom: 6px;
}
.mr-hero-sub {
    font-size: 1rem;
    opacity: .85;
    margin: 0;
}
.mr-hero-user {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(255,255,255,.1);
    border-radius: 12px;
    padding: 12px 18px;
}
.mr-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #febb02;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1a1a2e;
    font-size: 1.2rem;
}
.mr-hero-user strong {
    display: block;
    font-size: .92rem;
}
.mr-hero-user span {
    font-size: .78rem;
    opacity: .75;
}
.mr-hero-stats {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
}
.mr-hero-stat strong {
    font-size: 1.4rem;
    display: block;
    color: #febb02;
}
.mr-hero-stat span {
    font-size: .82rem;
    opacity: .8;
}

/* Filter */
.mr-filter {
    padding: 24px 0;
    background: #f5f5f5;
    border-bottom: 1px solid #e0e0e0;
}
.mr-filter-bar {
    display: flex;
    align-items: center;
    gap: 16px;
}
.mr-tabs {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.mr-tab {
    padding: 9px 20px;
    border-radius: 50px;
    border: 1px solid #e0e0e0;
    background: #fff;
    color: #1a1a2e;
    font-size: .88rem;
    font-weight: 600;
    cursor: pointer;
    transition: all .2s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.mr-tab:hover,
.mr-tab.active {
    background: #003580;
    color: #fff;
    border-color: #003580;
}
.mr-badge {
    background: #e0e0e0;
    color: #1a1a2e;
    padding: 2px 8px;
    border-radius: 50px;
    font-size: .75rem;
    font-weight: 700;
}
.mr-tab.active .mr-badge,
.mr-tab:hover .mr-badge {
    background: rgba(255,255,255,.25);
    color: #fff;
}
.mr-badge-blue {
    background: #dbeafe;
    color: #003580;
}
.mr-badge-green {
    background: #d1fae5;
    color: #059669;
}

/* Reservation Cards */
.mr-list {
    padding: 32px 0 48px;
}
.mr-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 14px;
    margin-bottom: 16px;
    overflow: hidden;
    transition: border-color .2s, box-shadow .2s;
}
.mr-card:hover {
    border-color: #003580;
    box-shadow: 0 4px 16px rgba(0,53,128,.08);
}
.mr-card-status {
    padding: 8px 20px;
    font-size: .8rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
}
.mr-status-upcoming {
    background: #dbeafe;
    color: #003580;
}
.mr-status-completed {
    background: #d1fae5;
    color: #059669;
}
.mr-status-quote {
    background: #ede9fe;
    color: #667eea;
}
.mr-card-body {
    padding: 20px 24px;
}
.mr-card-route {
    margin-bottom: 18px;
}
.mr-point {
    display: flex;
    align-items: center;
    gap: 12px;
}
.mr-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    flex-shrink: 0;
}
.mr-dot-blue {
    background: #003580;
}
.mr-dot-green {
    background: #059669;
}
.mr-point-label {
    font-size: .75rem;
    color: #6b7280;
    display: block;
}
.mr-point strong {
    font-size: .95rem;
    color: #1a1a2e;
}
.mr-route-line {
    padding: 4px 0 4px 5px;
    color: #d1d5db;
    font-size: .75rem;
}
.mr-card-details {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    padding: 14px 0;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 14px;
}
.mr-detail {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: .88rem;
    color: #4b5563;
}
.mr-detail i {
    color: #003580;
    font-size: .9rem;
}
.mr-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mr-price {
    font-size: 1.3rem;
    font-weight: 800;
    color: #003580;
}
.mr-ref {
    font-size: .82rem;
    color: #6b7280;
}
.mr-ref strong {
    color: #1a1a2e;
}

/* CTA */
.mr-cta {
    padding: 60px 0;
    background: #f5f5f5;
}
.mr-cta h2 {
    font-size: 1.8rem;
    font-weight: 800;
    color: #1a1a2e;
    margin-bottom: 10px;
}
.mr-cta p {
    color: #6b7280;
    margin-bottom: 24px;
}
.mr-cta-btn {
    display: inline-flex;
    align-items: center;
    background: #003580;
    color: #fff;
    padding: 14px 32px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    transition: all .2s;
}
.mr-cta-btn:hover {
    background: #00224e;
    transform: translateY(-2px);
    color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
    .mr-hero-title {
        font-size: 1.6rem;
    }
    .mr-hero-top {
        flex-direction: column;
    }
    .mr-card-details {
        gap: 12px;
    }
    .mr-card-body {
        padding: 16px 18px;
    }
}
#tourApplyModal{
    margin-top: 10vh !important;
}
/* ==================== 2026 Inner Page Polish ==================== */
:root {
    --pa-ink: #102033;
    --pa-muted: #66758a;
    --pa-line: #e1e8f0;
    --pa-soft: #f4f7fb;
    --pa-blue: #073a66;
    --pa-teal: #0f7768;
    --pa-gold: #f3b943;
}

.bl-hero, .ab-hero, .fq-hero, .ct-hero, .rv-hero, .cp-hero, .ch-hero, .tp-hero {
    background:
        linear-gradient(135deg, rgba(5, 24, 43, .94), rgba(8, 69, 91, .9) 52%, rgba(15, 119, 104, .88)),
        url('/images/hero-bg.jpg') center/cover;
    color: #fff;
    overflow: hidden;
    padding: clamp(54px, 8vw, 92px) 0 92px;
    position: relative;
}

.bl-hero::after, .ab-hero::after, .fq-hero::after, .ct-hero::after,
.rv-hero::after, .cp-hero::after, .ch-hero::after, .tp-hero::after {
    background: linear-gradient(90deg, rgba(255,255,255,.16), rgba(255,255,255,0));
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
}

.bl-hero-title, .ab-hero-title, .fq-hero-title, .ct-hero-title,
.rv-hero-title, .cp-hero-title, .ch-hero-title, .tp-hero-title {
    font-size: clamp(2.2rem, 5vw, 4.4rem);
    font-weight: 850;
    letter-spacing: 0;
    line-height: 1.04;
    margin-bottom: 14px;
    max-width: 900px;
}

.bl-hero-sub, .ab-hero-sub, .fq-hero-sub, .ct-hero-sub,
.rv-hero-sub, .cp-hero-sub, .ch-hero-sub, .tp-hero-sub {
    color: rgba(255,255,255,.84);
    font-size: clamp(1rem, 2vw, 1.24rem);
    line-height: 1.7;
    max-width: 760px;
}

.bl-hero-stats, .ab-hero-stats, .fq-hero-stats, .ct-hero-stats,
.cp-hero-stats, .ch-hero-stats, .tp-hero-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.bl-hero-stat, .ab-hero-stat, .fq-hero-stat, .ct-hero-stat,
.cp-stat, .ch-stat, .tp-stat, .rv-hero-rating {
    align-items: center;
    backdrop-filter: blur(10px);
    background: rgba(255,255,255,.13);
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(0,0,0,.16);
    color: #fff;
    display: flex;
    gap: 12px;
    min-height: 76px;
    padding: 14px 17px;
}

.bl-hero-stat i, .ab-hero-stat i, .fq-hero-stat i, .ct-hero-stat i,
.cp-stat i, .ch-stat > i, .tp-stat i {
    color: var(--pa-gold);
    font-size: 1.6rem;
}

.bl-hero-stat strong, .ab-hero-stat strong, .fq-hero-stat strong, .ct-hero-stat strong,
.cp-stat strong, .ch-stat strong, .tp-stat strong {
    color: #fff;
    display: block;
    font-size: 1.08rem;
}

.bl-hero-stat span, .ab-hero-stat span, .fq-hero-stat span, .ct-hero-stat span,
.cp-stat span, .ch-stat span, .tp-stat span {
    color: rgba(255,255,255,.72);
    display: block;
    font-size: .84rem;
}

.bl-filter, .fq-filter, .tp-filter {
    background: var(--pa-soft);
    margin-top: -48px;
    padding: 0 0 26px;
    position: relative;
    z-index: 2;
}

.bl-filter-bar, .fq-filter-bar, .tp-filter-bar {
    background: #fff;
    border: 1px solid var(--pa-line);
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(16, 32, 51, .11);
    gap: 14px;
    padding: 14px;
}

.bl-cat-btn, .fq-cat-btn, .tp-filter-btn {
    border-radius: 8px;
    font-weight: 750;
    min-height: 42px;
}

.bl-cat-btn.active, .fq-cat-btn.active, .tp-filter-btn.active,
.bl-cat-btn:hover, .fq-cat-btn:hover, .tp-filter-btn:hover {
    background: var(--pa-teal);
    color: #fff;
}

.bl-search, .fq-search {
    border: 1px solid var(--pa-line);
    border-radius: 8px;
    min-height: 46px;
}

.bl-featured, .bl-grid, .ab-intro, .ab-mv, .ab-values, .ab-team, .ab-why,
.fq-list, .ct-quick, .ct-main, .rv-stats, .rv-list, .cp-featured, .cp-list,
.cp-how, .tp-tours, .tp-why, .ch-packages, .ch-vehicles, .ch-features {
    background: var(--pa-soft);
}

.bl-card, .bl-featured-card, .ab-mv-card, .ab-val-card, .ab-team-card, .ab-why-card,
.fq-category, .fq-item, .ct-quick-card, .ct-form-card, .ct-map-card, .rv-stat-box,
.rv-dist, .rv-card, .cp-featured-card, .cp-card, .cp-step-card, .tp-card,
.tp-why-card, .ch-pkg-card, .ch-veh-card, .ch-feat-card, .chauffeur-search-box {
    background: #fff;
    border: 1px solid var(--pa-line);
    border-radius: 8px;
    box-shadow: 0 16px 42px rgba(16, 32, 51, .08);
    overflow: hidden;
}

.bl-card:hover, .ab-mv-card:hover, .ab-val-card:hover, .ab-team-card:hover,
.ab-why-card:hover, .ct-quick-card:hover, .rv-card:hover, .cp-card:hover,
.cp-step-card:hover, .tp-card:hover, .tp-why-card:hover, .ch-pkg-card:hover,
.ch-veh-card:hover, .ch-feat-card:hover {
    box-shadow: 0 24px 54px rgba(16, 32, 51, .14);
    transform: translateY(-4px);
}

.bl-card-img, .bl-featured-img, .ab-intro-img, .ab-team-img,
.tp-card-img, .tp-modal-header, .ch-veh-img {
    background: #dce7ef;
}

.bl-card-img img, .bl-featured-img img, .ab-intro-img img, .ab-team-img img,
.tp-card-img img, .tp-modal-cover, .ch-veh-img img {
    filter: saturate(1.04) contrast(1.02);
}

.section-title {
    color: var(--pa-ink);
    font-weight: 850;
    letter-spacing: 0;
}

.section-subtitle {
    color: var(--pa-muted);
}

.bl-featured-btn, .bl-read-more, .bl-newsletter-form button, .bl-cta-btn-primary,
.ab-cta-btn-primary, .fq-contact-btn-primary, .fq-cta-btn-primary, .ct-submit-btn,
.ct-cta-btn-primary, .rv-write-btn, .rv-cta-btn-primary, .cp-featured-btn,
.cp-card-btn, .cp-cta-btn-primary, .tp-card-btn, .tp-cta-btn-primary,
.ch-pkg-btn, .ch-veh-btn, .ch-submit-btn, .ch-cta-btn-primary {
    background: var(--pa-teal);
    border-radius: 8px;
    box-shadow: 0 12px 26px rgba(15, 119, 104, .18);
    color: #fff;
    font-weight: 800;
}

.bl-cta-btn-outline, .ab-cta-btn-outline, .fq-contact-btn-outline, .ct-cta-btn-outline,
.rv-cta-btn-outline, .cp-cta-btn-outline, .tp-cta-btn-outline, .ch-cta-btn-outline {
    border: 1px solid rgba(255,255,255,.62);
    border-radius: 8px;
    color: #fff;
    font-weight: 800;
}

.bl-newsletter, .bl-cta, .ab-cta, .fq-contact, .fq-cta, .ct-cta,
.rv-write, .rv-cta, .cp-cta, .tp-cta, .ch-cta {
    background: linear-gradient(135deg, var(--pa-blue), var(--pa-teal));
    color: #fff;
}

.bl-newsletter-card, .fq-contact-card, .rv-write-card {
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 8px;
    box-shadow: none;
}

.ct-input-wrap, .ct-input, .ct-textarea, .ch-input, .hero-field-inner,
.chauffeur-search-box .form-control, .custom-dropdown, .passenger-dropdown {
    border-color: var(--pa-line);
    border-radius: 8px;
}

.ct-input:focus, .ct-textarea:focus, .ch-input:focus,
.chauffeur-search-box .form-control:focus {
    border-color: var(--pa-teal);
    box-shadow: 0 0 0 .2rem rgba(15, 119, 104, .12);
}

.chauffeur-search-section {
    background: var(--pa-soft);
    margin: 0;
    padding: 0 0 56px;
}

.chauffeur-search-box {
    margin: -50px auto 0;
    max-width: 1080px;
    padding: 24px;
    position: relative;
    z-index: 2;
}

.chauffeur-search-box .form-label {
    color: var(--pa-ink);
    font-size: .86rem;
}

.chauffeur-search-box .btn-primary {
    background: var(--pa-teal);
    border-color: var(--pa-teal);
    border-radius: 8px;
    font-weight: 800;
    min-height: 48px;
}

.cp-featured-discount, .cp-card-discount {
    background: var(--pa-blue);
    border-radius: 8px;
    color: #fff;
    display: inline-block;
    font-weight: 850;
    line-height: 1;
    padding: 8px 12px;
}

.cp-badge-highlight, .tp-card-badge, .bl-featured-badge {
    background: var(--pa-gold);
    border-radius: 999px;
    color: var(--pa-ink);
    font-weight: 850;
}

.rv-hero-rating {
    margin-top: 28px;
    width: fit-content;
}

.rv-hero-score {
    color: #fff;
}

/* ==================== UI polish fixes ==================== */
.hero-form-wrapper {
    overflow: visible;
    position: relative;
    z-index: 50;
}

.hero-form-row {
    min-height: 56px;
}

.hero-form-row.round-trip-active .hero-field.flex-fill {
    flex: 1.7 1 0;
    min-width: 150px;
}

.hero-form-row.round-trip-active #singleDateTimeCol,
.hero-form-row.round-trip-active .rt-field {
    flex: 0 0 112px;
}

.hero-form-row.round-trip-active .hero-field-promo {
    flex: 0 0 116px;
    min-width: 116px;
}

.hero-form-row.round-trip-active .hero-field-passenger {
    flex: 0 0 116px;
    min-width: 116px;
}

.hero-form-row.round-trip-active .hero-field-btn {
    flex: 0 0 104px;
}

.booking-anchor {
    display: block;
    height: 0;
    position: relative;
    top: -120px;
    visibility: hidden;
}

.hero-field-inner,
.hero-field-btn .btn-booking-search {
    min-height: 56px;
}

.hero-field,
.hero-field-inner,
.custom-dropdown,
.passenger-dropdown {
    overflow: visible;
}

.custom-dropdown.open,
.passenger-dropdown.open {
    z-index: 2147482000;
}

.custom-dropdown-options,
.passenger-options,
.datetime-dropdown,
.rt-dropdown,
.autocomplete-suggestions,
.osm-autocomplete-dropdown {
    z-index: 2147483647 !important;
}

.osm-autocomplete-dropdown {
    position: fixed !important;
}

.hero-field-btn .btn-booking-search,
.btn-booking-search {
    align-items: center;
    background: var(--pa-blue);
    border-color: var(--pa-blue);
    border-radius: 0 8px 8px 0;
    color: #fff;
    display: inline-flex;
    font-size: 1rem;
    font-weight: 850;
    justify-content: center;
    min-width: 96px;
    padding: 0 24px;
}

.hero-field-promo {
    flex: 0 1 138px;
    min-width: 138px;
}

.hero-field-promo .hero-round-trip {
    padding: 12px 12px;
}

.hero-field-promo .hero-round-trip-label {
    color: #6b7280;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    line-height: 1;
    margin-bottom: 0.2rem;
    white-space: nowrap;
}

.hero-field-promo .hero-round-trip .form-check {
    min-height: 24px;
}

.hero-field-promo .hero-round-trip .form-check-input {
    height: 1.05rem !important;
    width: 2.1rem !important;
}

.hero-field-promo .form-control {
    min-width: 0;
}

.hero-field-btn .btn-booking-search:hover,
.btn-booking-search:hover {
    background: #07306f;
    border-color: #07306f;
    color: #fff;
}

.tcard,
.tp-card,
.cp-card {
    border-radius: 8px;
}

.tcard-body,
.tp-card-body,
.cp-card-body {
    justify-content: center;
    min-width: 0;
}

.tcard-btn,
.tp-card-btn,
.cp-card-btn {
    align-items: center;
    background: var(--pa-teal);
    border-radius: 8px;
    color: #fff;
    display: inline-flex;
    font-size: .92rem;
    font-weight: 850;
    gap: 8px;
    justify-content: center;
    line-height: 1.2;
    margin-top: auto;
    min-height: 36px;
    padding: 8px 14px;
    text-decoration: none;
    width: fit-content;
}

.tcard-btn:hover,
.tp-card-btn:hover,
.cp-card-btn:hover {
    background: #0b5f54;
    color: #fff;
    gap: 10px;
}

.tp-card-cat {
    align-items: center;
    color: var(--pa-blue);
    display: inline-flex;
    font-weight: 800;
    gap: 6px;
    line-height: 1.25;
    min-width: 0;
}

.tp-card-cat i {
    flex: 0 0 auto;
}

.site-seo-h1 {
    border: 0;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.cp-featured-btn,
.cp-cta-btn-primary,
.cp-cta-btn-outline,
.tp-cta-btn-primary,
.tp-cta-btn-outline,
.rv-cta-btn-primary,
.rv-cta-btn-outline,
.ab-cta-btn-primary,
.ab-cta-btn-outline,
.ct-cta-btn-primary,
.ct-cta-btn-outline,
.fq-cta-btn-primary {
    min-height: 38px;
    padding: 9px 18px;
}

.campaign-applied {
    color: #0f7768;
    font-size: .78rem;
    font-weight: 800;
    margin: 2px 0 8px;
}

.service-card.home-polish-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 24px;
}

.service-card.home-polish-card .service-icon {
    flex: 0 0 auto;
}

.service-card.home-polish-card .service-description {
    flex: 0 0 auto;
}

.fq-category {
    overflow: visible;
}

.fq-item,
.accordion-item {
    border-radius: 8px;
}

.accordion-button {
    min-height: 62px;
}

@media (max-width: 1200px) {
    .hero-form-row {
        flex-wrap: wrap;
        height: auto;
    }

    .hero-field,
    .hero-field.flex-fill,
    .hero-field-passenger,
    .hero-field-toggle {
        border-bottom: 1px solid #e9ecef;
        border-right: 0;
        flex: 1 1 calc(50% - 1px);
        min-width: 240px;
    }

    .hero-field-btn {
        flex: 1 1 100%;
    }

    .hero-field-btn .btn-booking-search,
    .btn-booking-search {
        border-radius: 8px;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .tcard,
    .tp-card,
    .cp-card {
        flex-direction: column;
        min-height: 0;
    }

    .tcard-img,
    .tp-card-img,
    .cp-card-img {
        flex: 0 0 auto;
        height: 210px;
        min-width: 0;
        width: 100%;
    }

    .hero-field,
    .hero-field.flex-fill,
    .hero-field-passenger,
    .hero-field-toggle,
    .hero-field-promo {
        flex-basis: 100%;
        min-width: 0;
    }
}

.rv-hero-stars-row i, .rv-stars i {
    color: var(--pa-gold);
}

/* ==================== Request fixes: layers, pages and mobile overflow ==================== */
.tp-detail-hero {
    min-height: 430px;
    overflow: hidden;
    position: relative;
}

.tp-detail-cover {
    height: 100%;
    inset: 0;
    object-fit: cover;
    position: absolute;
    width: 100%;
}

.tp-detail-overlay {
    background: linear-gradient(180deg, rgba(4, 22, 48, .25), rgba(4, 22, 48, .82));
    inset: 0;
    position: absolute;
}

.tp-detail-hero .container {
    min-height: 430px;
    position: relative;
    z-index: 1;
}

.tp-detail-back {
    align-items: center;
    color: #fff;
    display: inline-flex;
    font-weight: 800;
    gap: 8px;
    margin-top: 28px;
    text-decoration: none;
}

.tp-detail-content {
    bottom: 44px;
    color: #fff;
    left: 0.9rem;
    position: absolute;
    right: 0.9rem;
}

.tp-detail-content .tp-card-cat {
    background: rgba(255,255,255,.14);
    border: 1px solid rgba(255,255,255,.24);
    border-radius: 999px;
    color: #fff;
    padding: 7px 12px;
}

.tp-detail-content h1 {
    font-size: clamp(2rem, 5vw, 4rem);
    font-weight: 900;
    letter-spacing: 0;
    margin: 14px 0;
}

.tp-detail-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.tp-detail-stats span {
    align-items: center;
    background: rgba(255,255,255,.14);
    border-radius: 8px;
    display: inline-flex;
    gap: 8px;
    padding: 8px 12px;
}

.tp-detail-main {
    background: var(--pa-soft);
    padding: 54px 0;
}

.tp-detail-panel,
.tp-detail-sidebar {
    background: #fff;
    border: 1px solid var(--pa-line);
    border-radius: 8px;
    box-shadow: 0 16px 42px rgba(16, 32, 51, .08);
    padding: 28px;
}

.tp-detail-panel h2,
.tp-detail-panel h3 {
    color: var(--pa-ink);
    font-weight: 850;
}

.tp-detail-panel h3 {
    font-size: 1.18rem;
    margin: 28px 0 16px;
}

.tp-detail-sidebar {
    display: grid;
    gap: 12px;
    position: sticky;
    top: 104px;
}

.tp-detail-sidebar .tp-cta-btn-outline {
    align-items: center;
    border-color: var(--pa-blue);
    color: var(--pa-blue);
    display: inline-flex;
    gap: 8px;
    justify-content: center;
    min-height: 38px;
    padding: 9px 18px;
    text-decoration: none;
}

.tp-detail-sidebar .tp-cta-btn-outline:hover {
    background: var(--pa-blue);
    color: #fff;
}

.tp-detail-price {
    color: var(--pa-ink);
    font-size: 2rem;
    font-weight: 900;
}

.tp-detail-price span {
    color: var(--pa-muted);
    display: block;
    font-size: .9rem;
    font-weight: 700;
}

.bl-newsletter-alert {
    margin: 0 auto 16px;
    max-width: 520px;
}

.rv-write {
    background: var(--pa-soft);
    color: var(--pa-ink);
    overflow-x: hidden;
    padding: 58px 0;
}

.rv-write-card {
    background: #fff;
    border: 1px solid var(--pa-line);
    border-radius: 8px;
    box-shadow: 0 18px 46px rgba(16, 32, 51, .09);
    margin: 0 auto;
    max-width: 860px;
    padding: 0;
}

.rv-write-body {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 42px 24px;
    text-align: center;
}

.rv-write-icon {
    align-items: center;
    background: #e8f0fe;
    border-radius: 999px;
    color: var(--pa-blue);
    display: inline-flex;
    font-size: 1.7rem;
    height: 62px;
    justify-content: center;
    margin: 0;
    width: 62px;
}

.rv-write-card h3 {
    color: var(--pa-ink);
    font-size: 1.45rem;
    margin: 0;
}

.rv-write-card p {
    color: var(--pa-muted);
    margin: 0 0 8px;
}

.bl-newsletter,
.ct-main,
.rv-write {
    overflow-x: hidden;
}

.bl-newsletter-card,
.rv-write-card,
.ct-form-card {
    max-width: 100%;
}

@media (max-width: 767.98px) {
    .bl-newsletter-card,
    .rv-write-card {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }

    .bl-newsletter-body,
    .rv-write-body {
        padding: 28px 16px;
    }

    .bl-newsletter-form {
        align-items: stretch;
        display: flex;
        flex-direction: column;
        gap: 10px;
        width: 100%;
    }

    .bl-newsletter-form input,
    .bl-newsletter-form button,
    .ct-submit-btn {
        width: 100%;
    }

    .ct-form-card {
        padding: 18px;
    }

    .ct-form-header {
        align-items: flex-start;
        gap: 12px;
    }

    .mobile-shortcuts {
        display: grid !important;
        grid-template-columns: 1fr;
    }

    .mobile-shortcuts > *,
    .mobile-drawer {
        min-width: 0;
        width: 100% !important;
    }

    .tp-detail-hero,
    .tp-detail-hero .container {
        min-height: 360px;
    }

    .tp-detail-main {
        padding: 34px 0;
    }

    .tp-detail-panel,
    .tp-detail-sidebar {
        padding: 20px;
    }

    .tp-detail-sidebar {
        position: static;
    }
}

.fq-question {
    border-radius: 8px;
}

.fq-question.open {
    background: #eef8f5;
    color: var(--pa-teal);
}

.modal-content.tp-modal, .modal-content.rv-modal, .chauffeur-modal .modal-content {
    border: 0;
    border-radius: 8px;
    overflow: hidden;
}

@media (max-width: 768px) {
    .bl-hero, .ab-hero, .fq-hero, .ct-hero, .rv-hero, .cp-hero, .ch-hero, .tp-hero {
        padding: 44px 0 76px;
    }

    .bl-filter, .fq-filter, .tp-filter {
        margin-top: -34px;
    }

    .chauffeur-search-box {
        margin-top: -34px;
        padding: 16px;
    }
}

/* ==================== Mobile Sitewide Stabilization ==================== */
@media (max-width: 991.98px) {
    body {
        padding-top: 82px;
    }

    .navbar {
        top: 0 !important;
        padding: 0.65rem 0;
        z-index: 1100;
    }

    .navbar .container {
        max-width: 100%;
        padding-left: 0.85rem;
        padding-right: 0.85rem;
    }

    .navbar-brand img {
        height: 58px;
        width: 58px;
        object-fit: contain;
    }

    .navbar-toggler {
        align-items: center;
        display: inline-flex;
        height: 42px;
        justify-content: center;
        width: 42px;
    }

    .mobile-menu-drawer {
        max-width: min(360px, 88vw);
        width: 88vw;
    }

    .offcanvas-body {
        overflow-x: hidden;
    }

    .dropdown-menu,
    .custom-dropdown-options,
    .passenger-options,
    .datetime-dropdown,
    .rt-dropdown,
    .osm-autocomplete-dropdown,
    .autocomplete-suggestions {
        max-width: calc(100vw - 24px);
    }
}

@media (max-width: 767.98px) {
    html,
    body {
        max-width: 100%;
        overflow-x: hidden;
    }

    body {
        padding-top: 74px;
    }

    .container,
    .container-fluid {
        padding-left: 0.9rem;
        padding-right: 0.9rem;
    }

    section {
        scroll-margin-top: 82px;
    }

    .hero-section {
        padding: 38px 0 48px;
    }

    .hero-main-title,
    .hero-title,
    .bl-hero-title,
    .ab-hero-title,
    .fq-hero-title,
    .ct-hero-title,
    .rv-hero-title,
    .cp-hero-title,
    .ch-hero-title,
    .tp-hero-title {
        font-size: clamp(1.8rem, 9vw, 2.35rem);
        line-height: 1.08;
    }

    .hero-main-subtitle,
    .hero-subtitle,
    .bl-hero-sub,
    .ab-hero-sub,
    .fq-hero-sub,
    .ct-hero-sub,
    .rv-hero-sub,
    .cp-hero-sub,
    .ch-hero-sub,
    .tp-hero-sub {
        font-size: 0.98rem;
        line-height: 1.55;
    }

    .hero-tab-bar {
        border-radius: 12px 12px 0 0;
        overflow-x: auto;
        scrollbar-width: none;
    }

    .hero-tab-bar::-webkit-scrollbar {
        display: none;
    }

    .hero-tab-btn.nav-link {
        flex: 1 0 50%;
        font-size: 0.92rem;
        min-height: 48px;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        white-space: nowrap;
    }

    .hero-form-wrapper {
        border-radius: 0 0 12px 12px;
        padding: 0.75rem;
    }

    .hero-form-row {
        gap: 0.65rem;
    }

    .hero-field-inner,
    .booking-field-card,
    .ct-input-wrap,
    .ct-input,
    .ct-textarea,
    .ch-input,
    .chauffeur-search-box .form-control,
    .custom-dropdown,
    .passenger-dropdown {
        min-height: 50px;
        width: 100%;
    }

    .custom-dropdown-options,
    .passenger-options,
    .datetime-dropdown,
    .rt-dropdown,
    .osm-autocomplete-dropdown,
    .autocomplete-suggestions {
        left: 0 !important;
        max-height: min(320px, 54vh);
        overflow-y: auto;
        right: 0 !important;
        width: 100% !important;
    }

    .datetime-dropdown,
    .rt-dropdown {
        min-width: 0;
    }

    .section-title {
        font-size: 1.55rem;
    }

    .section-subtitle {
        font-size: 0.96rem;
    }

    .tours-section,
    .routes-section,
    .services-section,
    .vehicles-section,
    .bl-grid,
    .ab-intro,
    .ab-mv,
    .ab-values,
    .ab-team,
    .ab-why,
    .fq-list,
    .ct-quick,
    .ct-main,
    .rv-stats,
    .rv-list,
    .cp-featured,
    .cp-list,
    .cp-how,
    .tp-tours,
    .tp-why,
    .ch-packages,
    .ch-vehicles,
    .ch-features {
        padding-top: 42px;
        padding-bottom: 42px;
    }

    .bl-hero-stats,
    .ab-hero-stats,
    .fq-hero-stats,
    .ct-hero-stats,
    .cp-hero-stats,
    .ch-hero-stats,
    .tp-hero-stats {
        gap: 0.65rem;
    }

    .bl-hero-stat,
    .ab-hero-stat,
    .fq-hero-stat,
    .ct-hero-stat,
    .cp-stat,
    .ch-stat,
    .tp-stat,
    .rv-hero-rating {
        flex: 1 1 100%;
        min-height: 62px;
        padding: 12px;
    }

    .tcard,
    .route-card,
    .service-card,
    .vcard,
    .bl-card,
    .bl-featured-card,
    .ab-mv-card,
    .ab-val-card,
    .ab-team-card,
    .ab-why-card,
    .fq-category,
    .fq-item,
    .ct-quick-card,
    .ct-form-card,
    .ct-map-card,
    .rv-stat-box,
    .rv-dist,
    .rv-card,
    .cp-featured-card,
    .cp-card,
    .cp-step-card,
    .tp-card,
    .tp-why-card,
    .ch-pkg-card,
    .ch-veh-card,
    .ch-feat-card,
    .chauffeur-search-box {
        border-radius: 12px;
        max-width: 100%;
    }

    .service-card,
    .service-card.home-polish-card,
    .benefit-card,
    .why-us-card {
        min-height: 0;
        padding: 1.15rem;
    }

    .tcard-img,
    .vcard-img,
    .tp-card-img,
    .cp-card-img,
    .bl-card-img,
    .ch-veh-img {
        height: 190px;
    }

    .tcard-img img,
    .vcard-img img,
    .tp-card-img img,
    .cp-card-img img,
    .bl-card-img img,
    .ch-veh-img img {
        height: 100%;
        object-fit: cover;
        width: 100%;
    }

    .cp-featured-card,
    .bl-featured-card {
        display: block;
    }

    .ct-map-wrap,
    .map-container,
    .route-map {
        min-height: 260px;
    }

    .ct-map-wrap iframe {
        min-height: 260px;
    }

    .modal-dialog {
        margin: 0.75rem;
    }

    .modal-content {
        border-radius: 12px !important;
    }

    .footer {
        padding: 42px 0 24px;
        text-align: left;
    }

    .footer .row {
        gap: 0.5rem 0;
    }

    .footer-brand,
    .footer-contact,
    .footer-social {
        text-align: center;
    }

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

    .footer-heading {
        margin-top: 0.75rem;
    }

    .footer-links {
        margin-bottom: 0.5rem;
    }

    .footer-copyright,
    .footer-legal-link {
        display: block;
        text-align: center;
    }
}

@media (max-width: 420px) {
    .navbar-brand img {
        height: 52px;
        width: 52px;
    }

    .navbar-toggler {
        height: 38px;
        width: 38px;
    }

    .btn,
    .form-control,
    .form-select {
        font-size: 0.95rem;
    }

    .tcard-img,
    .vcard-img,
    .tp-card-img,
    .cp-card-img,
    .bl-card-img,
    .ch-veh-img {
        height: 172px;
    }
}

/* ==================== SEO Landing Pages ==================== */
.seo-landing-hero {
    background:
        linear-gradient(135deg, rgba(5, 24, 43, .92), rgba(0, 53, 128, .82) 52%, rgba(15, 119, 104, .78)),
        url('/img/heroImageBacground.jpeg') center/cover no-repeat;
    color: #fff;
    padding: clamp(58px, 8vw, 96px) 0;
}

.seo-breadcrumb {
    align-items: center;
    color: rgba(255,255,255,.78);
    display: flex;
    flex-wrap: wrap;
    font-size: .9rem;
    gap: .45rem;
    margin-bottom: 2rem;
}

.seo-breadcrumb a {
    color: #fff;
    font-weight: 750;
    text-decoration: none;
}

.seo-landing-grid {
    align-items: center;
    display: grid;
    gap: 2rem;
    grid-template-columns: minmax(0, 1fr) 360px;
}

.seo-kicker {
    color: #febb02;
    display: inline-flex;
    font-size: .82rem;
    font-weight: 900;
    letter-spacing: .08em;
    margin-bottom: .85rem;
    text-transform: uppercase;
}

.seo-landing-hero h1 {
    font-size: clamp(2.1rem, 5vw, 4.3rem);
    font-weight: 950;
    line-height: 1.06;
    margin-bottom: 1rem;
}

.seo-landing-hero p {
    color: rgba(255,255,255,.86);
    font-size: 1.12rem;
    line-height: 1.7;
    max-width: 760px;
}

.seo-landing-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .8rem;
    margin-top: 1.6rem;
}

.seo-landing-actions .btn {
    border-radius: 8px;
    font-weight: 850;
}

.seo-landing-panel {
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 8px;
    box-shadow: 0 22px 60px rgba(0,0,0,.2);
    padding: 1.25rem;
}

.seo-panel-row {
    align-items: center;
    border-bottom: 1px solid rgba(255,255,255,.16);
    display: flex;
    gap: .8rem;
    font-weight: 800;
    padding: .95rem 0;
}

.seo-panel-row:last-child {
    border-bottom: 0;
}

.seo-panel-row i {
    color: #febb02;
    font-size: 1.35rem;
}

.seo-landing-content {
    background: #f4f7fb;
    padding: clamp(48px, 7vw, 82px) 0;
}

.seo-section-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.seo-info-card {
    background: #fff;
    border: 1px solid #dfe7ef;
    border-radius: 8px;
    box-shadow: 0 16px 42px rgba(16,32,51,.08);
    padding: 1.4rem;
}

.seo-info-card i {
    color: #0f7768;
    font-size: 1.75rem;
}

.seo-info-card h2 {
    color: #1a1a2e;
    font-size: 1.05rem;
    font-weight: 900;
    margin: .7rem 0 .5rem;
}

.seo-info-card p {
    color: #667085;
    margin-bottom: 0;
}

.seo-faq {
    margin: 3rem auto 0;
    max-width: 900px;
}

.seo-faq .accordion-item {
    border-color: #dfe7ef;
}

.seo-faq .accordion-button {
    color: #1a1a2e;
    font-weight: 850;
}

@media (max-width: 991.98px) {
    .seo-landing-grid,
    .seo-section-grid {
        grid-template-columns: 1fr;
    }

    .seo-landing-panel {
        max-width: 100%;
    }
}

@media (max-width: 767.98px) {
    .seo-landing-hero {
        padding: 38px 0 48px;
    }

    .seo-landing-hero p {
        font-size: 1rem;
    }

    .seo-landing-actions .btn {
        width: 100%;
    }
}
