/* Cooltouria tour booking and search usability fixes. */

.st-style-elementor .search-form .dropdown-menu > ul.st-scrollbar,
.st-style-elementor .form-extra-field .dropdown-menu .st-scrollbar {
    max-height: min(60vh, 420px) !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    overscroll-behavior: contain;
    touch-action: pan-y;
    scrollbar-gutter: stable;
    -webkit-overflow-scrolling: touch;
}

.st-style-elementor .search-form .dropdown-menu {
    overflow: visible;
}

@media (min-width: 992px) {
    .st-style-elementor .widgets.sticky-top .st-fixed-form-booking {
        max-height: calc(100vh - 32px);
        overflow-x: hidden;
        overflow-y: auto;
        overscroll-behavior: contain;
        scrollbar-gutter: stable;
    }

    .st-style-elementor .tour-booking-form .submit-group {
        position: sticky;
        bottom: 0;
        z-index: 20;
        margin: 0 -1px;
        padding: 14px 1px 1px;
        background: #fff;
        box-shadow: 0 -10px 18px rgba(255, 255, 255, 0.96);
    }
}

@media (max-width: 991.98px) {
    .st-style-elementor .widgets.sticky-top,
    .st-style-elementor .widgets.sticky-top .st-fixed-form-booking {
        position: static !important;
        max-height: none;
        overflow: visible;
    }
}
