.holi_list_home_search {
    position: relative;
    z-index: 20;
    text-align: center;
}

.list_sarch_style.main_header_search_box {
    position: relative;
}

.home_list_banner {
    position: relative;
    overflow: hidden;
}

.home_list_banner > video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    pointer-events: none;
}

.home_list_banner > .hero_overlay {
    z-index: 1;
    pointer-events: none;
}

.home_list_banner > .container {
    position: relative;
    z-index: 2;
}

.holi_list_home_search .insearchesboxes {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: calc(100% + 10px);
    width: min(520px, calc(100vw - 32px));
    max-width: none !important;
    margin: 0 !important;
    padding: 44px 16px 16px !important;
    border-radius: 14px;
    border: 1px solid #e2e8f0;
    max-height: min(70vh, 440px);
    overflow-y: auto;
    text-align: left;
    z-index: 25;
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.18) !important;
}

.holi_list_home_search .homesearcheslistbox {
    border: 1px solid #e8edf2 !important;
    border-radius: 12px !important;
    padding: 12px 14px !important;
    margin-top: 10px !important;
    background: #fff !important;
    cursor: pointer;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.holi_list_home_search .insearchesboxes-close-btn + .homesearcheslistbox,
.holi_list_home_search .insearchesboxes-close-btn + .t2-dest-typeahead-hint + .homesearcheslistbox {
    margin-top: 0 !important;
}

.holi_list_home_search .homesearcheslistbox:hover {
    border-color: var(--dynamic-color, #148dd2) !important;
    box-shadow: 0 4px 14px rgba(20, 141, 210, 0.12);
}

.holi_list_home_search .loactionbox a {
    font-size: 1.05rem !important;
    font-weight: 600 !important;
    color: #0f172a !important;
    text-decoration: none !important;
}

.holi_list_home_search .loactionbox > div {
    font-size: 0.9rem;
    color: #64748b;
}

.holi_list_home_search .highlightSearchText {
    background: #fef08a;
    font-weight: 700;
    border-radius: 4px;
    padding: 0 2px;
}

.holi_list_home_search .seasonbox p {
    color: #fff !important;
}

#packagesListMount .list_pkg_card {
    transition: opacity 0.25s ease, transform 0.25s ease;
}

#packagesListMount .list_pkg_card.filtered-out {
    opacity: 0;
    transform: translateY(-8px);
    max-height: 0;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important;
    pointer-events: none;
}

.list_pkg_card__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.list_pkg_card__tag {
    font-size: 11px;
    font-weight: 600;
    padding: 4px 8px;
    border-radius: 6px;
}

.list_pkg_card__btn--dynamic {
    background: var(--dynamic-color) !important;
}

.list_pkg_card__btn--dynamic:hover {
    background: #0b6fa8 !important;
    color: #fff !important;
}

.list_pkg_card__expand {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 14px;
    background: linear-gradient(45deg, #0b6fa8, var(--dynamic-color, #148dd2));
}

.list_pkg_card__expand ul {
    list-style: none;
    margin: 0;
    padding: 0;
    flex: 1;
    min-width: 0;
}

.list_pkg_card__expand ul li {
    display: none;
    color: #fff;
    font-size: 13px;
    line-height: 1.45;
    margin-bottom: 6px;
}

.list_pkg_card__expand ul li:nth-child(-n + 1) {
    display: block;
}

.list_pkg_card__expand.open ul li {
    display: block;
}

.list_pkg_card__expand .toggle-btn {
    flex-shrink: 0;
    border: none;
    background: transparent;
    color: #fff;
    text-decoration: underline;
    font-size: 13px;
    cursor: pointer;
}

@media (min-width: 992px) {
    .main_packge-list_view_box .hl_filters__body {
        max-height: calc(100vh - 140px);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
}

.destination-search-box {
    position: relative;
    margin-bottom: 10px;
}

.destination-search-input {
    width: 100%;
    padding: 10px 40px 10px 12px;
    border: 1px solid #c5d0dc;
    border-radius: 6px;
    font-size: 13px;
    background: #f7fafc;
}

.destination-search-input:focus {
    outline: none;
    border-color: var(--dynamic-color);
    background: #fff;
}

.destination-search-icon {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #64748b;
    pointer-events: none;
    font-size: 15px;
    line-height: 1;
}

.hl_filters__destlist {
    max-height: 260px;
    overflow-y: auto;
    margin-top: 8px;
}

.hl_filters__destlist .hl_filters__pick {
    margin-bottom: 4px;
}

.no-destination-match {
    display: none;
    margin-top: 10px;
    padding: 12px;
    font-size: 13px;
    color: #64748b;
    background: #f8fafc;
    border-radius: 8px;
    border: 1px dashed #cbd5e1;
}

.no-destination-match.show {
    display: block;
}

.filter-count-badge {
    display: none;
    margin-left: 6px;
    padding: 2px 8px;
    font-size: 10px;
    font-weight: 700;
    border-radius: 999px;
    background: var(--secondary-color);
    color: #fff;
    vertical-align: middle;
}

.filter-count-badge.is-visible {
    display: inline-block;
}

.no-results-message {
    text-align: center;
    padding: 48px 20px;
    display: none;
    color: #475569;
}

.no-results-message.show {
    display: block;
}

.no-results-message i {
    display: block;
    margin: 0 auto 16px;
    font-size: 2.5rem;
    color: var(--secondary-color);
}

.no-results-message h4 {
    margin: 0 0 10px;
    font-size: 1.15rem;
    font-weight: 700;
    color: #0f172a;
}

.no-results-message p {
    margin: 0;
    font-size: 14px;
    color: #64748b;
}

#infiniteScrollLoader {
    text-align: center;
    padding: 24px 16px;
}

#infiniteScrollLoader .spinner {
    margin-left: auto;
    margin-right: auto;
}

#infiniteScrollLoader p {
    margin: 10px 0 0;
    font-size: 13px;
    color: #64748b;
}

.loading-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(255, 255, 255, 0.85);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.loading-overlay.active {
    display: flex;
}

.spinner {
    border: 3px solid #e2e8f0;
    border-top-color: var(--dynamic-color);
    border-radius: 50%;
    width: 44px;
    height: 44px;
    animation: t2spin 0.9s linear infinite;
}

@keyframes t2spin {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 991px) {
    .main_packge-list_view_box .row > .hl_filters_col {
        margin-bottom: 1rem;
    }
}

#listingDestOverlay .search-popup_dest_row {
    text-decoration: none;
    color: inherit;
    display: flex;
    box-sizing: border-box;
}
