/* Minimal bridge styles — original structure should carry most layout */
.hero-title {
    font-size: 64px;
    font-weight: 800;
    line-height: 1.1;
    color: #fff;
    text-shadow:
        0 2px 4px rgba(0, 0, 0, 0.30),
        0 6px 12px rgba(0, 0, 0, 0.35),
        0 12px 24px rgba(0, 0, 0, 0.25);
}

.banner-form-tab-six .nav-link {
    border: 0;
    background: transparent;
}

.banner-form-tab-six .nav-link.active {
    pointer-events: auto;
}

#hero-search-form .form-item select#travellers {
    width: 100%;
}

@media (max-width: 991.98px) {
    .hero-title {
        font-size: 36px;
    }
}
