/* Homepage-wide monochrome presentation */
.home-hero .single-rt-banner {
    height: 680px !important;
    min-height: 680px;
    background-position: center right;
    background-size: cover;
}

.home-hero .row.rt-banner-height {
    height: 680px !important;
}

.home-hero .rt-banner-content {
    max-width: 720px;
    padding: 36px;
    border: 1px solid rgba(255,255,255,.24);
    border-radius: 22px;
    background: linear-gradient(105deg, rgba(0,0,0,.62) 0%, rgba(0,0,0,.38) 64%, rgba(0,0,0,.14) 100%);
    box-shadow: 0 24px 60px rgba(0,0,0,.22);
}

.home-hero .rt-banner-content h1 {
    margin-bottom: 20px;
    font-size: 46px !important;
    line-height: 1.1;
    letter-spacing: -1px;
    text-shadow: 0 2px 14px rgba(0,0,0,.6);
}

.home-hero .rt-banner-content p {
    max-width: 820px;
    font-size: 17px;
    line-height: 1.75;
    text-shadow: 0 1px 8px rgba(0,0,0,.7);
}

.home-hero .home-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
    padding: 0;
}

.home-hero .home-hero-actions .rt-btn {
    margin: 0;
    color: #000 !important;
    border: 1px solid #fff;
    background: #fff !important;
}

.home-hero .home-hero-actions .rt-btn:last-child {
    color: #fff !important;
    background: #000 !important;
}

.home-section {
    padding: 92px 0;
}

.home-section-kicker {
    display: inline-block;
    margin-bottom: 12px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #444;
    text-transform: uppercase;
}

.home-section-title {
    margin-bottom: 16px;
    font-size: 44px;
    line-height: 1.15;
    color: #000;
}

.home-section-copy {
    font-size: 17px;
    line-height: 1.75;
    color: #555;
}

.home-fleet {
    background: #fff !important;
}

.home-fleet .services-box-1 {
    height: 100%;
    padding: 18px 18px 26px;
    border: 1px solid #dedede;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(0,0,0,.08);
    transition: transform .25s ease, box-shadow .25s ease;
}

.home-fleet .services-box-1:hover {
    transform: translateY(-6px);
    box-shadow: 0 26px 52px rgba(0,0,0,.12);
}

.home-fleet .services-thumb {
    overflow: hidden;
    height: 260px;
    margin-bottom: 18px;
    border-radius: 13px;
    background: #f4f4f4;
}

.home-fleet .services-thumb img {
    width: 100%;
    height: 100%;
    padding: 12px;
    object-fit: contain;
}

.home-fleet .rt-btn,
.home-excursions .rt-btn,
.home-cta .rt-btn {
    color: #fff !important;
    border-color: #000 !important;
    background: #000 !important;
}

.home-feature-section {
    padding: 82px 0;
    background: #f6f6f6 !important;
}

.home-feature-section.is-dark {
    color: #fff;
    background: #000 !important;
}

.home-feature-section.is-dark .home-section-kicker,
.home-feature-section.is-dark .home-section-title,
.home-feature-section.is-dark .home-section-copy {
    color: #fff;
}

.home-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 14px;
    margin-top: 30px;
}

.home-feature-card {
    display: flex;
    align-items: center;
    padding: 22px;
    border: 1px solid #ddd;
    border-radius: 14px;
    background: #fff;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.home-feature-card:hover {
    transform: translateY(-3px);
    border-color: #000;
    box-shadow: 0 14px 30px rgba(0, 0, 0, .09);
}

.home-feature-icon {
    display: inline-flex;
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    border-radius: 50%;
    background: #000;
    color: #fff;
    font-size: 22px;
    box-shadow: 0 8px 18px rgba(0, 0, 0, .16);
}

.home-feature-content {
    min-width: 0;
}

.home-feature-content strong {
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
    color: #000;
}

.home-feature-content span {
    font-size: 13px;
    color: #666;
}

.home-destination-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 26px 0;
    padding: 0;
    list-style: none;
}

.home-destination-list li {
    padding: 11px 17px;
    border: 1px solid #d6d6d6;
    border-radius: 999px;
    background: #fff;
    color: #000 !important;
    font-weight: 600;
}

.home-tours-intro {
    padding: 78px 0 58px;
    text-align: center;
    background: #fff !important;
}

.home-tours-intro .rt-section-title-wrapper {
    max-width: 850px;
    margin: auto;
}

.home-excursions {
    filter: grayscale(100%);
}

.home-excursions .portfolio-badge {
    background: #000 !important;
}

.home-excursions .primary-color {
    color: #fff !important;
}

.home-cta {
    margin: 0;
    padding: 76px 0;
    background: #f3f3f3;
}

.home-cta .cta-box-1 {
    min-height: 250px;
    padding: 46px;
    border-radius: 20px;
    background-color: #000 !important;
    background-image: radial-gradient(circle at 85% 20%, #333, #000 45%) !important;
    box-shadow: 0 24px 55px rgba(0,0,0,.18);
}

.home-cta .cta-box-1 h5,
.home-cta .cta-box-1 p {
    color: #fff !important;
}

.home-video {
    padding: 86px 0;
    background: #111 !important;
}

.home-video .play-video-box {
    overflow: hidden;
    border: 1px solid #444;
    border-radius: 20px;
    box-shadow: 0 25px 60px rgba(0,0,0,.35);
    filter: grayscale(100%);
}

.home-transfer-gallery {
    padding: 90px 0 !important;
    background-color: #000 !important;
    background-image: radial-gradient(circle at 50% 20%, #222, #000 48%) !important;
}

.home-transfer-gallery .spacer-bottom { display: none; }

.home-testimonials {
    margin: 0 !important;
    padding: 94px 0;
    background: #f6f6f6;
}

.home-testimonials .rt-shape-emenetns-1 { display: none; }

.home-review-card {
    height: 100%;
    padding: 28px;
    border: 1px solid #ddd;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 16px 38px rgba(0,0,0,.06);
}

.home-review-stars {
    margin-bottom: 14px;
    letter-spacing: 4px;
    color: #000;
}

.home-review-links {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 12px;
    margin-top: 28px;
}

.home-review-link {
    display: block;
    padding: 18px;
    text-align: center;
    color: #fff !important;
    border: 1px solid #000;
    border-radius: 12px;
    background: #000;
    box-shadow: 0 12px 24px rgba(0,0,0,.14);
    transition: transform .2s ease, background .2s ease, color .2s ease;
}

.home-review-link:hover {
    transform: translateY(-3px);
    color: #000 !important;
    background: #fff;
}

.home-faq {
    padding: 96px 0;
    background: #fff;
}

.home-faq .rt-design-elmnts { display: none; }
.home-faq #accordion { max-width: 900px; margin: 30px auto 0; }
.home-faq #accordion .card { overflow: hidden; margin-bottom: 12px; border: 1px solid #ddd; border-radius: 12px; }
.home-faq #accordion .card-header { padding: 0; border: 0; background: #fff; }
.home-faq #accordion .btn-link { width: 100%; padding: 18px 20px; text-align: left; color: #000; }
.home-faq #accordion .bg-gradient-primary { background: #000 !important; }

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

@media (max-width: 767.98px) {
    .home-hero .single-rt-banner.rt-banner-height {
        height: auto !important;
        min-height: 0;
        padding: 48px 0;
        background-position: 64% center;
    }

    .home-hero .row.rt-banner-height {
        height: auto !important;
        min-height: 0;
    }

    .home-hero .rt-banner-content {
        width: 100%;
        max-width: none;
        padding: 24px 18px;
        border-radius: 16px;
    }

    .home-hero .rt-banner-content h1 {
        margin-bottom: 16px;
        font-size: 34px !important;
        line-height: 1.08;
    }

    .home-hero .rt-banner-content p {
        font-size: 15px;
        line-height: 1.55;
    }

    .home-hero .home-hero-actions {
        flex-direction: column;
        gap: 10px;
        margin-top: 22px;
    }

    .home-hero .home-hero-actions .rt-btn {
        display: flex;
        width: 100%;
        min-height: 54px;
        align-items: center;
        justify-content: center;
        white-space: normal;
    }

    .home-booking-section {
        position: relative;
        clear: both;
    }

    .home-section-title { font-size: 34px; }
    .home-feature-grid { grid-template-columns: 1fr; }
    .home-review-links { grid-template-columns: 1fr; }
    .home-cta .cta-box-1 { padding: 32px 24px; }
}

@media (min-width: 1200px) {
    .home-hero .rt-banner-content {
        margin-left: 0;
    }
}
