.search-bar {
    position: relative
}

.search-section.hotel-search-section .row {
    padding: 0;
}

.search-results-page {
    background: none;
    padding: 0;
    position: relative;
}

    .search-results-page .hotel-search-section {
        background-image: url(/assets/new-assets/images/u-banner-bg.webp);
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: cover;
        padding: 130px 0 70px;
        position: relative;
        z-index: 3;
    }

.hero-banner.hotel-banner.search-results-page .row {
    max-width: 1270px;
    padding-left: 15px;
    padding-right: 15px;
}

.hero-banner.hotel-banner.search-results-page .hotel-search-section .row {
    max-width: 1000px;
}

.search-results-page .text-holder {
    position: absolute;
    left: 0;
    right: 0;
    top: 60px;
    z-index: 5;
}

section.hero-banner.hotel-banner.search-results-page > .container > .row {
    max-width: 100% !important;
    padding: 0;
    margin: 0;
}

.insurance-opt {
    padding: 35px 15px 15px;
    background: #fdf3e9;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap
}

    .insurance-opt li {
        flex: 1 1 25%;
        min-width: 300px
    }

ul.insurance-opt li .icon-box {
    text-align: center;
    display: block;
    border-right: 1px solid #ffe0bd;
    padding: 0 0 10px
}

    ul.insurance-opt li .icon-box .img-holder {
        margin: 0 0 clamp(0px, 1vw, 10px)
    }

        ul.insurance-opt li .icon-box .img-holder img {
            width: 70px
        }

    ul.insurance-opt li .icon-box p {
        color: #000;
        font-size: 14px;
        margin-bottom: 20px
    }

    ul.insurance-opt li .icon-box .text-holder {
        padding: 0 clamp(15px, 4vw, 30px)
    }

ul.recent-route-list {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 35px 0 0;
    flex-wrap: wrap;
    list-style: none
}

    ul.recent-route-list li {
        min-width: 300px;
        width: calc(50% - 5px);
        padding: 12px;
        margin: 0;
        list-style: none;
        border: 1px solid #ced4da;
        border-radius: 10px;
        transition: all 0.2s ease-in-out
    }

        ul.recent-route-list li:hover {
            border-color: #001848;
            cursor: pointer;
            box-shadow: rgb(149 157 165 / .2) 0 8px 24px;
            transform: translateY(-2px)
        }

    ul.recent-route-list .flight-holder {
        display: flex;
        flex-wrap: wrap;
        align-items: end;
        gap: 10px
    }

    ul.recent-route-list p {
        font-size: 13px
    }

    ul.recent-route-list.hotel-deals li {
        padding: 0;
        overflow: hidden
    }

    ul.recent-route-list .hotel-image-holder {
        width: 150px;
        max-width: 100%;
        height: 100px;
        position: relative;
        overflow: hidden
    }

    ul.recent-route-list .hotel-img-wrap {
        width: 150px;
        max-width: 100%;
        height: 100px;
        position: relative;
        overflow: hidden
    }

    ul.recent-route-list .hotel-image-holder::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 50%;
        height: 100%;
        background: linear-gradient(to left, rgb(255 255 255 / 99%), #fff0);
        pointer-events: none
    }

    ul.recent-route-list.hotel-deals li .holder-first {
        flex-direction: column
    }

    ul.recent-route-list.hotel-deals li .flight-holder {
        align-items: center;
        line-height: 1.2
    }

.star-rating {
    display: flex;
    align-items: center;
    gap: 5px
}

    .star-rating img {
        width: 17px
    }

ul.recent-route-list.hotel-deals li .holder-first {
    flex-direction: column;
    padding: 12px 5px;
    gap: 3px;
    flex: 1 1 40%
}

    ul.recent-route-list.hotel-deals li .holder-first h4 {
        color: #0890FA;
        line-height: 1.8;
    }

ul.recent-route-list.hotel-deals li .holder-end {
    min-width: 100px;
    flex: 1 1 10%
}

.hero-section.search-hotel {
    padding: 15px 0;
}

.hero-section {
    background-color: #001848;
    color: #fff;
}

.search-hotel.hero-section .text-holder {
    padding: 40px 0 0;
    text-align: center;
    width: 100%;
}

.search-banner-row {
    padding: 80px 0 45px;
    border-bottom-left-radius: 50% 60px;
    border-bottom-right-radius: 50% 60px;
    overflow: hidden;
    z-index: 1;
    position: relative;
    background-color: #F8F8F8;
}

.checkin-out-info ul li {
    margin-bottom: 3px;
}

.full-width.search-results-number {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 20px 0
}

    .full-width.search-results-number h3 {
        margin: 0 0 10px;
        color: #001848
    }

    .full-width.search-results-number .show-map-btn {
        display: flex;
        align-items: center;
        gap: 10px;
        border: 2px solid lightgray;
        padding: 7px 12px;
        background-color: #F9E2C9;
        border-radius: 8px
    }


        .full-width.search-results-number .show-map-btn:hover {
            background-color: #f7d8b6
        }

        .full-width.search-results-number .show-map-btn img {
            width: 25px;
            height: 25px
        }

.row.hotels-detail-wrap {
    gap: 25px
}

    .row.hotels-detail-wrap .pesnger-left {
        width: 72%;
        min-width: 300px
    }

    .row.hotels-detail-wrap .pesnger-right {
        width: calc(28% - 25px);
        min-width: 300px
    }

.hotel-lists {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
    flex-wrap: wrap
}

.hotel-image {
    width: 230px;
    height: 250px;
    border-radius: 0 12px 12px 0;
    overflow: hidden;
    position: relative
}

    .hotel-image.hotel-images-slider .hotel-slider-btns, .tour-slider-btns {
        position: absolute;
        bottom: 15px;
        padding: 6px 9px;
        line-height: 1;
        font-size: 20px;
        font-weight: 500;
        border-radius: 5px;
        background-color: #fff;
        transition: all 0.2s ease-in-out;
        cursor: pointer
    }

        .hotel-image.hotel-images-slider .hotel-slider-btns:hover, .tour-slider-btns:hover {
            background-color: #f7890f;
            color: #fff
        }

        .hotel-image.hotel-images-slider .hotel-slider-btns.left, .tour-slider-btns.left {
            left: 15px
        }

        .hotel-image.hotel-images-slider .hotel-slider-btns.right, .tour-slider-btns.right {
            right: 15px
        }

        .hotel-image.hotel-images-slider .hotel-slider-btns.disable, .tour-slider-btns.disable {
            cursor: not-allowed;
            background-color: #c6c6c6;
            color: #000
        }

    .hotel-image img {
        width: 230px;
        height: 250px;
        object-fit: cover;
        transition: all 0.3s ease-in-out
    }

    .hotel-image:hover img {
        transform: scale(1.05)
    }

.hotel-details-holder h3 a:hover {
    color: #f7890f
}

.hotel-details-holder {
    min-width: 300px;
    flex: 1;
    border-bottom: 2px solid lightgray;
    padding-right: 10px;
    gap: 20px;
    display: flex;
    justify-content: space-between
}

    .hotel-details-holder .content-hold {
        max-width: 480px;
    }

    .hotel-details-holder h3 {
        margin-bottom: 3px;
        font-size: 25px;
        transition: all 0.3s ease-in-out
    }

    .hotel-details-holder p {
        line-height: 1.2;
        font-size: 14px;
        color: #383838
    }

.hotel-location {
    margin-bottom: 5px
}

.hotel-benefits {
    margin: 15px 0 0
}

.hotel-price-holder p {
    color: gray
}

.hotel-location a {
    color: #F6860A;

    &:hover {
        color: #001848
    }
}

.searc-filter .button img {
    width: 15px;
    transform: rotate(270deg);
    filter: brightness(0) invert(1)
}

.hotel-filter-select {
    display: flex;
    gap: 15px;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border:none !important;
    border-bottom: 1px solid lightgray !important;
}

    .hotel-filter-select:last-child {
        border-bottom: none
    }

.pessenger-detail-wrap .pesnger-right {
    min-width: 280px
}

.hotel-price-holder {
    min-width: 150px;
}

.hotel-gallery-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    overflow: hidden;
    border-radius: 15px 15px 0 0;
    height: 330px
}

.hotel-main-img {
    min-width: 300px;
    flex: 1 1 38%;
    overflow: hidden;
    height: 100%
}

    .hotel-main-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        cursor: pointer;
        transition: all 0.3s ease-in-out
    }

.row:has(.more-about-hotel) {
    align-items: stretch;
}

.hotel-room-table .table td[rowspan] {
    border-left: none;
}

/*.hotel-gallery-list {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    flex: 1 1 60%;
    min-width: 300px;
    list-style: none;
    height: 100%
}

    .hotel-gallery-list li {
        flex: 1 1 calc(33.33% - 4px);
        min-width: 150px;
        height: calc(50% - 3px);
        position: relative;
        overflow: hidden;
        border-radius: 5px
    }

    .hotel-gallery-list img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all 0.3s ease-in-out;
        cursor: pointer
    }

        .hotel-main-img img:hover, .hotel-gallery-list img:hover {
            transform: scale(1.03)
        }

    .hotel-gallery-list li:nth-child(n+4) {
        border-radius: 5px 5px 0 0
    }

    .hotel-gallery-list li:nth-child(n+7) {
        display: none
    }

    .hotel-gallery-list li:nth-child(6)::after, .tour-slider-wrapper .img-slide-tour:nth-child(6)::after {
        content: "See All "attr(data-more) " Images";
        position: absolute;
        inset: 0;
        background-color: rgb(0 0 0 / .6);
        color: #fff;
        background-image: url(/assets/images/image-icon.webp);
        background-size: 40px;
        background-repeat: no-repeat;
        background-position: center top 38%;
        padding-top: 40%;
        text-align: center;
        pointer-events: none
    }

.tour-slider-wrapper .img-slide-tour:nth-child(6)::after {
    padding: 20px;
    padding-top: 40%
}

 
.hotel-popup-img {
    width: 60%;
    max-height: 85%
}

.hotel-popup-close, .tour-close {
    position: absolute;
    top: 30px;
    right: 40px;
    font-size: 35px;
    transition: all 0.3s ease-in-out;
    color: #fff;
    cursor: pointer
}

.hotel-popup-arrow, .tour-prev, .tour-next {
    position: absolute;
    top: 50%;
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 50px;
    background: #00000073;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    z-index: 111
}

    .hotel-popup-arrow:hover, .hotel-popup-close:hover, .tour-prev:hover, .tour-next:hover {
        color: #f7890f
    }*/
.hotel-prev, .tour-prev {
    left: 40px
}

.hotel-next, .tour-next {
    right: 40px
}

.hotel-details-hold {
    margin: 20px 0 0
}

    .hotel-details-hold h2 {
        margin: 0 0 5px;
        transition: all 0.2s ease-in-out
    }

        .hotel-details-hold h2:hover {
            color: #F6860A
        }

.hotel-room-table .table {
    border-radius: 20px 20px 0 0
}

.hotel-room-table {
    margin-bottom: 20px
}

    .hotel-room-table .table tr th:first-child {
        padding-left: 20px
    }

    .hotel-room-table .table td:first-child {
        vertical-align: top
    }

    .hotel-room-table .table td {
        border-right: none
    }

    .hotel-room-table .table .inner-tbcontent, .hotel-room-table .table .inner-tbcontent label {
        border-right: none;
        display: flex;
        align-items: center;
        gap: 5px
    }

        .hotel-room-table .table .inner-tbcontent label {
            cursor: pointer
        }

    .hotel-room-table .table thead tr th:first-child {
        border-radius: 20px 0 0 0;
        overflow: hidden
    }

    .hotel-room-table .table thead tr th:last-child {
        border-radius: 0 20px 0 0;
        overflow: hidden
    }

    .hotel-room-table .table tr:last-child {
        border-bottom: 2px solid #e0e0e0
    }

    .hotel-room-table .table .inner-tbcontent img {
        filter: brightness(0) saturate(100%) invert(63%) sepia(91%) saturate(3500%) hue-rotate(360deg) brightness(101%) contrast(102%)
    }

.book-now-btn {
    min-width: 100px;
    margin-left: auto
}

.more-about-hotel {
    padding-right: 10px
}

    .more-about-hotel .hotel-benefits {
        margin-top: 40px
    }

        .more-about-hotel .hotel-benefits h3 {
            margin-bottom: 5px
        }

        .more-about-hotel .hotel-benefits p {
            line-height: 1.2;
            font-size: 15px
        }

    .more-about-hotel p {
        color: #2d2d2d
    }

.half-width:has(.hotel-question-box) {
    padding-left: 40px
}

.hotel-question-box {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 90%;
    box-shadow: 0 0 5px 1px rgb(0 0 0 / .2);
    border-radius: 15px;
    background: #fff;
    padding: 20px;
    margin: 25px 0
}

    .hotel-question-box p {
        margin-bottom: 30px
    }

.input-holder-ai {
    position: relative;
    margin-top: auto
}

    .input-holder-ai input {
        border: 1px solid #e0e0e0;
        padding: 12px 50px 12px 15px;
        border-radius: 15px;
        width: 100%;
        color: #2d2d2d;
        font-size: 16px
    }

        .input-holder-ai input::placeholder {
            color: gray
        }

    .input-holder-ai .input-send-btn {
        padding: 10px;
        border-radius: 50px;
        background-color: gray;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        line-height: 0;
        right: 8px;
        cursor: pointer;
        transition: all 0.2s ease
    }

        .input-holder-ai .input-send-btn:hover {
            background-color: #001848
        }

.content-boxes p {
    margin-bottom: 20px;
    color: #2d2d2d
}

.inline-icon {
    display: flex;
    align-items: center;
    gap: clamp(5px, 2vw, 10px);
    margin-bottom: 8px
}

    .inline-icon p {
        margin-left: auto
    }

.more-about-hotel:has(ul) {
    padding: 15px 100px 15px 0
}

.tool-tip {
    position: relative;
    line-height: 0;
    width: 17px;
    height: 17px
}

.tooltip-box {
    position: absolute;
    top: 23px;
    left: 50%;
    transform: translate(-50%, 10px);
    background-color: #fff;
    padding: 15px;
    border-radius: 6px;
    color: #2d2d2d;
    font-size: 15px;
    width: 300px;
    font-size: 14px;
    line-height: 1.5;
    z-index: 100;
    box-shadow: 0 4px 8px rgb(0 0 0 / .2);
    display: none
}

    .tooltip-box::after {
        content: '';
        position: absolute;
        top: -12px;
        left: 50%;
        transform: translateX(-50%);
        border-width: 6px;
        border-style: solid;
        border-color: #fff0 #fff0 #333 #fff0
    }

.tool-tip:hover .tooltip-box {
    display: block
}

.details-form {
    display: block;
    width: 100%;
    min-height: 100px;
    box-shadow: 0 0 5px 1px rgb(0 0 0 / .2);
    border-radius: 10px;
    padding: 20px
}

.adult-info-wrap {
    margin: 0 0 25px
}

    .adult-info-wrap h3 {
        color: #666;
        font-size: 22px
    }

.form-holder {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    align-items: flex-end
}

    .form-holder .feild-holder {
        min-width: 200px
    }

        .form-holder .feild-holder.selct {
            min-width: 76px
        }

.country-select {
    display: flex;
    padding-top: 10px
}

.my-dropdown.country-dropdown {
    width: 130px
}

    .my-dropdown.country-dropdown input {
        padding: 0;
        padding-left: 30px
    }

.country-select input {
    padding: 0;
    padding-left: 8px
}

.details-form input[type=number]::-webkit-inner-spin-button, .details-form input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.pessenger-detail-wrap .pesnger-right {
    width: 30%;
    min-width: 200px;
    flex-grow: 1
}

.flight-sumray-box {
    min-height: 100px;
    box-shadow: 0 0 5px 1px rgb(0 0 0 / .2);
    border-radius: 10px;
    overflow: hidden
}

    .flight-sumray-box .hotel-img {
        height: 250px;
        width: 100%;
        position: relative;
    }

    .flight-sumray-box.hotel-sumray-box .ftop-row {
        position: absolute;
        z-index: 2;
        top: 0;
        right: 0;
        padding: 10px 15px;
        background-color: transparent;
    }

        .flight-sumray-box.hotel-sumray-box .ftop-row .button {
            display: flex;
            gap: 6px;
            align-items: center;
            padding: 2px 10px;
            border-radius: 50px;
            font-size: 14px;
            font-weight: 400;
        }

    .flight-sumray-box .hotel-img img {
        width: 100%;
        height: 100%;
    }

.row.pessenger-detail-wrap {
    gap: 30px;
}

    .row.pessenger-detail-wrap .pesnger-left {
        flex: 1 1 65%;
    }

.flight-sumray-box.hotel-sumray-box .ftop-row .button img {
    width: 15px;
    filter: brightness(0) invert(1);
}

.row.pessenger-detail-wrap .hotel-details-hold {
    padding: 15px 15px;
    margin: 0;
}

.hotel-details-info .room-info {
    padding: 15px 0 10px;
    border-bottom: 1px solid #dddddd
}

    .hotel-details-info .room-header, .hotel-details-info .room-info .room-details li, .hotel-details-info .total-price-hotel {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .hotel-details-info .room-header .price {
            font-size: 20px;
            color: #001848;
        }

    .hotel-details-info .room-info .room-details {
        margin-top: 8px;
    }

.hotel-details-info .room-summary-breakdown {
    margin-top: 10px;
}

.hotel-details-info .summary-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 7px 0;
    font-size: 15px;
    line-height: 1.35;
}

.hotel-details-info .summary-label {
    font-weight: 600;
    color: #111;
}

.hotel-details-info .summary-value {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    color: #001848;
    white-space: nowrap;
    text-align: right;
}

.hotel-details-info .summary-value-with-icon i {
    color: #9aa0a6;
    font-size: 15px;
    line-height: 1;
}

.hotel-details-info .summary-row-total {
    margin-top: 4px;
    padding-top: 12px;
    border-top: 1px solid #e5e5e5;
}

    .hotel-details-info .summary-row-total .summary-label,
    .hotel-details-info .summary-row-total .summary-value {
        font-size: 18px;
        font-weight: 700;
    }

.hotel-details-info .total-price-hotel {
    padding: 15px 0 0;
}

    .hotel-details-info .total-price-hotel h4 {
        color: #FF9924;
    }

    .hotel-details-info .total-price-hotel p strong {
        display: block;
    }

.pesnger-left .button {
    min-width: 100px;
    margin-top: 30px;
}

.flight-details-popup .popup-box {
    max-width: 1000px;
}

.privay-content .table td {
    border: 1px solid #e0e0e0;
}

.privay-content .table {
    margin: 20px 0;
}

.pop-content {
    margin: 30px 0 20px
}

.registration-form {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    gap: 25px;
    margin-top: 20px;
    min-height: 195px
}

    .registration-form .feild-holder {
        min-width: 250px;
        width: 35%;
        flex: 0
    }

    .registration-form .button {
        display: block
    }

.pop-row {
    width: 100%;
    position: relative;
    display: flex
}

.pop-btn-row {
    width: 100%
}

.pop-row::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #0d2451
}

.dark-txt {
    font-size: 18px;
    color: #0d2451
}

.pop-row .pop-toogle-btn {
    min-width: 150px;
    width: 40%;
    font-size: 18px;
    cursor: pointer;
    color: #0d2451;
    padding: 5px 10px 15px;
    z-index: 1
}

    .pop-row .pop-toogle-btn.active {
        border-bottom: 6px solid #F38307
    }

button.reset-btn.button {
    padding: 6px 18px;
    display: inline-block;
    margin-top: 20px;
}

ul.sortby.filter-sradio .form-row {
    display: flex;
    gap: 10px;
    margin-bottom: 6px;
    align-items: center;
    overflow: visible;
    text-align: left;
}

ul.sortby.filter-sradio .form-input {
    position: relative;
    width: 18px;
    height: 18px;
    min-width: 18px;
    margin: 0;
    flex-shrink: 0;
    -webkit-appearance: none;
    appearance: none;
}

ul.sortby.filter-sradio .form-input::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    margin: 0;
    border-radius: 50%;
    border: 1px solid #bbb;
    background: #fff;
    box-sizing: border-box;
    transform: none;
}

ul.sortby.filter-sradio .form-input::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 4px;
    width: 10px;
    height: 10px;
    margin: 0;
    border-radius: 50%;
    border: 0;
    background: transparent;
    transform: none;
}

ul.sortby.filter-sradio .form-input:checked::after {
    background: #000;
}

ul.sortby.filter-sradio label {
    padding: 0;
    margin: 0;
    cursor: pointer;
}


.hotel-country-field select {
    background-size: 12px !important;
}
span.hotel-popup-counter {
    position: absolute;
    bottom: 40px;
    font-size: 18px;
    color: white;
}
.hotel-slider-track{
    cursor: pointer;
}
/* Responsive Style  */
@media screen and (max-width: 980px) {
    .hotel-country-field, .more-about-hotel, .half-width:has(.hotel-question-box), .more-about-hotel:has(ul) {
        padding: 0;
    }

        .more-about-hotel .hotel-benefits {
            margin-top: 15px;
        }

    .row.hotels-detail-wrap .pesnger-right, .pesnger-left {
        flex: 1 1 100%;
    }

    /* Mobile hotel results: never flash the filters sidebar before compact class */
    .search-results-page .hotels-detail-wrap > .pesnger-right,
    app-hotel .hotels-detail-wrap > .pesnger-right,
    app-hotel .content-sec .pesnger-right {
        display: none !important;
        visibility: hidden !important;
        pointer-events: none !important;
        position: fixed !important;
        inset: 0 !important;
        width: 100% !important;
        max-width: none !important;
        height: 100% !important;
        height: 100dvh !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden !important;
        background: #fff !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        float: none !important;
        flex: none !important;
        transform: translate3d(100%, 0, 0) !important;
        z-index: 10055 !important;
    }

    .flt-filters-popup-open .hotels-detail-wrap > .pesnger-right,
    app-hotel .flt-filters-popup-open .hotels-detail-wrap > .pesnger-right,
    app-hotel .flt-filters-popup-open .content-sec .pesnger-right,
    .flt-results-compact.flt-filters-popup-open .content-sec .pesnger-right,
    .flt-results-compact.flt-filters-popup-open .hotels-detail-wrap .pesnger-right {
        display: block !important;
        visibility: visible !important;
        pointer-events: auto !important;
        transform: translate3d(0, 0, 0) !important;
        transition: transform 0.28s cubic-bezier(0.22, 0.61, 0.36, 1), visibility 0s linear 0s !important;
    }

    .search-banner-row {
        border-radius: 0;
    }

    .field-holder {
        flex: 1 1 100%;
    }
    .country-select .my-dropdown.country-dropdown .dropdown-input{
        height:41px;
    }

    .hotel-gallery-wrapper {
        height: auto
    }

    .hotel-main-img, .hotel-gallery-list {
        height: 250px
    }

        .hotel-gallery-list li:nth-child(n+3) {
            border-radius: 5px 5px 0 0
        }

    .room-index-title {
        font-size: 20px;
        margin: 0 0 12px;
        color: #001848;
    }

    .hotel-room-table {
        margin-bottom: 24px !important;
        overflow: visible;
    }

        .hotel-room-table .table {
            display: block;
            width: 100%;
            border-radius: 0;
            overflow: visible;
            border-collapse: separate;
        }

            .hotel-room-table .table thead {
                display: none;
            }

            .hotel-room-table .table tbody {
                display: block;
                width: 100%;
            }

                .hotel-room-table .table tbody tr {
                    display: block;
                    width: 100%;
                    background: #fff;
                    border: 1px solid #e3e3e3;
                    border-left: 4px solid #1CA69E;
                    border-radius: 12px;
                    margin-bottom: 14px;
                    padding: 6px 14px 10px;
                    box-shadow: 0 2px 10px rgba(0, 24, 72, 0.06);
                }

                    .hotel-room-table .table tbody tr:last-child {
                        border-bottom: none;
                    }

                .hotel-room-table .table tbody td {
                    display: flex;
                    flex-direction: column;
                    align-items: flex-start;
                    gap: 4px;
                    width: 100% !important;
                    padding: 10px 0;
                    border: none !important;
                    border-bottom: 1px dashed #ececec !important;
                    border-right: none !important;
                    text-align: left;
                    white-space: normal;
                    word-break: break-word;
                    vertical-align: top;
                }

                    .hotel-room-table .table tbody td[rowspan] {
                        border-left: none !important;
                    }

                    .hotel-room-table .table tbody td:last-child {
                        border-bottom: none !important;
                        flex-direction: row;
                        align-items: center;
                        justify-content: space-between;
                        padding-top: 12px;
                    }

                    .hotel-room-table .table tbody td::before {
                        font-size: 11px;
                        font-weight: 700;
                        color: gray;
                        line-height: 1.3;
                        text-transform: uppercase;
                        letter-spacing: 0.04em;
                    }
                /* Row with room name (rowspan cell present) */
                .hotel-room-table .table tbody tr:has(td[rowspan]) td:nth-child(1)::before {
                    content: "Room Type";
                }

                .hotel-room-table .table tbody tr:has(td[rowspan]) td:nth-child(2)::before {
                    content: "Board Basis";
                }

                .hotel-room-table .table tbody tr:has(td[rowspan]) td:nth-child(3)::before {
                    content: "Cancellation";
                }

                .hotel-room-table .table tbody tr:has(td[rowspan]) td:nth-child(4)::before {
                    content: "Occupancy";
                }

                .hotel-room-table .table tbody tr:has(td[rowspan]) td:nth-child(5)::before {
                    content: "Price";
                }

                .hotel-room-table .table tbody tr:has(td[rowspan]) td:nth-child(6)::before {
                    content: "Select";
                }
                /* Additional rate rows (no room-type cell) */
                .hotel-room-table .table tbody tr:not(:has(td[rowspan])) td:nth-child(1)::before {
                    content: "Board Basis";
                }

                .hotel-room-table .table tbody tr:not(:has(td[rowspan])) td:nth-child(2)::before {
                    content: "Cancellation";
                }

                .hotel-room-table .table tbody tr:not(:has(td[rowspan])) td:nth-child(3)::before {
                    content: "Occupancy";
                }

                .hotel-room-table .table tbody tr:not(:has(td[rowspan])) td:nth-child(4)::before {
                    content: "Price";
                }

                .hotel-room-table .table tbody tr:not(:has(td[rowspan])) td:nth-child(5)::before {
                    content: "Select";
                }

                .hotel-room-table .table tbody td strong {
                    font-size: 15px;
                    color: #001848;
                    line-height: 1.35;
                }

                .hotel-room-table .table tbody tr:has(td[rowspan]) td:nth-child(5) strong,
                .hotel-room-table .table tbody tr:not(:has(td[rowspan])) td:nth-child(4) strong {
                    font-size: 17px;
                }

            .hotel-room-table .table .inner-tbcontent,
            .hotel-room-table .table .inner-tbcontent label {
                justify-content: flex-start;
                flex-wrap: wrap;
                width: 100%;
            }

            .hotel-room-table .table tbody td:last-child .inner-tbcontent {
                width: auto;
                justify-content: flex-end;
            }

            .hotel-room-table .table tbody td span[style*="display:block"] {
                display: block !important;
                margin-top: 2px;
                font-size: 12px !important;
            }

    .hotel-popup-arrow, .tour-prev, .tour-next {
        font-size: 20px;
        top: 50%;
        transform: translateY(-50%);
        width: 40px;
        height: 40px;
    }

    .hotel-next {
        right: 7px;
    }

    .hotel-prev {
        left: 7px;
    }

    /* ===== Hotel results compact (flights-style) — always loaded on hotel pages ===== */
    .hotel-banner.search-results-page:has(.flt-results-compact) {
        background: #fff !important;
        background-image: none !important;
        padding: 0 !important;
        min-height: 0 !important;
    }

    .hotel-banner.search-results-page:has(.flt-results-compact) > .container {
        max-width: none !important;
        width: 100% !important;
        padding: 0 !important;
    }

    .hotel-banner.search-results-page:has(.flt-results-compact) > .container > .row {
        max-width: none !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .hotel-banner.search-results-page:has(.flt-results-compact) .text-holder {
        display: none !important;
    }

    .search-results-page:has(.flt-results-compact),
    body:has(app-hotel .flt-results-compact) {
        overflow-x: hidden !important;
    }

    .search-results-page:has(.flt-results-compact) .hotel-search-section.flt-compact-hide,
    .search-results-page:has(.flt-results-compact) .hotel-search-section.flt-modify-popup-open,
    .search-results-page:has(.flt-results-compact) .hotel-search-section.flt-modify-popup-closing,
    app-hotel .hotel-search-section.flt-compact-hide,
    app-hotel .hotel-search-section.flt-modify-popup-open,
    app-hotel .hotel-search-section.flt-modify-popup-closing {
        background: #fff !important;
        background-image: none !important;
        padding: 0 !important;
        position: fixed !important;
        inset: 0 !important;
        top: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        width: 100% !important;
        max-width: none !important;
        height: 100% !important;
        height: 100dvh !important;
        margin: 0 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        overflow: hidden !important;
        z-index: 111111111 !important;
        flex-direction: column;
        will-change: transform;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
    }

    /* Closed: fully removed from paint — no right-edge icon strip during load */
    .search-results-page:has(.flt-results-compact) .hotel-search-section.flt-compact-hide,
    app-hotel .hotel-search-section.flt-compact-hide {
        display: none !important;
        transform: translate3d(100%, 0, 0) !important;
        opacity: 0 !important;
        pointer-events: none !important;
        visibility: hidden !important;
    }

    .search-results-page:has(.flt-results-compact) .hotel-search-section.flt-modify-popup-open,
    app-hotel .hotel-search-section.flt-modify-popup-open {
        display: flex !important;
        transform: translate3d(0, 0, 0) !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
        animation: hotelModifyDrawerIn 0.28s cubic-bezier(0.22, 0.61, 0.36, 1);
    }

    .search-results-page:has(.flt-results-compact) .hotel-search-section.flt-modify-popup-open.flt-modify-popup-closing,
    app-hotel .hotel-search-section.flt-modify-popup-open.flt-modify-popup-closing {
        display: flex !important;
        transform: translate3d(100%, 0, 0) !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: none !important;
        transition: transform 0.28s cubic-bezier(0.22, 0.61, 0.36, 1) !important;
        animation: none !important;
    }

    @keyframes hotelModifyDrawerIn {
        from {
            transform: translate3d(100%, 0, 0);
        }
        to {
            transform: translate3d(0, 0, 0);
        }
    }

    /* Prefetch Modify drawer layout while off-screen (avoids reflow flicker on open) */
    app-hotel .hotel-search-section.flt-compact-hide > .container,
    app-hotel .hotel-search-section.flt-modify-popup-open > .container {
        flex: 1 1 auto;
        min-height: 0;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        max-width: none;
        width: 100%;
        margin: 0;
        padding: 12px 16px 24px !important;
        background: #fff !important;
        box-shadow: none !important;
    }

    app-hotel .hotel-search-section.flt-compact-hide .full-width,
    app-hotel .hotel-search-section.flt-compact-hide .row,
    app-hotel .hotel-search-section.flt-modify-popup-open .full-width,
    app-hotel .hotel-search-section.flt-modify-popup-open .row {
        max-width: none !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    app-hotel .hotel-search-section.flt-modify-popup-open > .flt-drawer-head {
        flex: 0 0 auto;
        margin: 0;
        padding: 14px 16px;
        background: #fff;
        border-bottom: 1px solid #eef2f2;
        display: flex;
        align-items: center;
        gap: 12px;
        z-index: 4;
    }

        app-hotel .hotel-search-section.flt-modify-popup-open > .flt-drawer-head strong {
            font-size: 18px;
            color: #111827;
            font-weight: 700;
            font-family: "Poppins", sans-serif;
        }

    app-hotel .hotel-search-section.flt-modify-popup-open > .container {
        flex: 1 1 auto;
        min-height: 0;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        max-width: none;
        width: 100%;
        margin: 0;
        padding: 12px 16px 24px !important;
        background: #fff !important;
        box-shadow: none !important;
    }

    app-hotel .hotel-search-section.flt-modify-popup-open .full-width,
    app-hotel .hotel-search-section.flt-modify-popup-open .row {
        max-width: none !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    /* Match flights Modify Search form shell — also while hidden so open is smooth */
    app-hotel .hotel-search-section.flt-compact-hide .main-search,
    app-hotel .hotel-search-section.flt-modify-popup-open .main-search {
        display: flex !important;
        flex-direction: column;
        gap: 14px;
        padding: 0 !important;
        margin: 0 !important;
        background: transparent !important;
        background-image: none !important;
        box-shadow: none !important;
        border: 0 !important;
        flex: 0 0 auto !important;
        height: auto !important;
        min-height: 0 !important;
    }

    app-hotel .hotel-search-section.flt-compact-hide .search-inputs,
    app-hotel .hotel-search-section.flt-modify-popup-open .search-inputs {
        display: flex !important;
        flex-direction: column;
        gap: 14px;
        padding: 0 !important;
        margin: 0 !important;
        background: transparent !important;
        background-image: none !important;
        box-shadow: none !important;
        border: 0 !important;
        border-radius: 0 !important;
        flex: 0 0 auto !important;
        height: auto !important;
    }

    app-hotel .hotel-search-section.flt-compact-hide .search-middle,
    app-hotel .hotel-search-section.flt-modify-popup-open .search-middle {
        display: flex !important;
        flex-direction: column;
        gap: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        background: #fff !important;
        background-image: none !important;
        border: 1px solid #e3e8ee !important;
        border-radius: 14px !important;
        box-shadow: 0 1px 2px rgba(16, 24, 40, .04) !important;
        overflow: visible;
    }

    app-hotel .hotel-search-section.flt-compact-hide .field-holder,
    app-hotel .hotel-search-section.flt-modify-popup-open .field-holder {
        position: relative;
        display: flex !important;
        align-items: center;
        gap: 10px;
        width: 100% !important;
        min-width: 0 !important;
        flex: 1 1 100% !important;
        padding: 12px 14px !important;
        min-height: 64px;
        margin: 0 !important;
        border: 0 !important;
        border-bottom: 1px solid #eef1f5 !important;
        border-radius: 0 !important;
        background: transparent !important;
        background-image: none !important;
        box-shadow: none !important;
    }

    app-hotel .hotel-search-section.flt-compact-hide .search-middle .field-holder:last-of-type,
    app-hotel .hotel-search-section.flt-modify-popup-open .search-middle .field-holder:last-of-type {
        border-bottom: 0 !important;
    }

    app-hotel .hotel-search-section.flt-compact-hide .field-holder > img,
    app-hotel .hotel-search-section.flt-modify-popup-open .field-holder > img {
        width: 25px !important;
        height: 25px !important;
        max-width: 25px;
        flex-shrink: 0;
        opacity: 1;
        filter: none !important;
    }

    app-hotel .hotel-search-section.flt-compact-hide .field-holder .inner-drop,
    app-hotel .hotel-search-section.flt-compact-hide .field-holder .my-dropdown,
    app-hotel .hotel-search-section.flt-modify-popup-open .field-holder .inner-drop,
    app-hotel .hotel-search-section.flt-modify-popup-open .field-holder .my-dropdown {
        flex: 1 1 auto;
        min-width: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 2px;
        padding: 0 !important;
        margin: 0 !important;
        background: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
    }

    app-hotel .hotel-search-section.flt-compact-hide .field-holder input,
    app-hotel .hotel-search-section.flt-modify-popup-open .field-holder input {
        width: 100%;
        min-width: 0;
        height: auto !important;
        min-height: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        font-size: 16px !important;
        font-weight: 500 !important;
        line-height: 1.35;
        color: #000 !important;
        font-family: "Poppins", sans-serif;
    }

    app-hotel .hotel-search-section.flt-compact-hide .field-holder > .inner-drop > label,
    app-hotel .hotel-search-section.flt-compact-hide .field-holder > .my-dropdown > label,
    app-hotel .hotel-search-section.flt-modify-popup-open .field-holder > .inner-drop > label,
    app-hotel .hotel-search-section.flt-modify-popup-open .field-holder > .my-dropdown > label {
        position: static !important;
        top: auto !important;
        left: auto !important;
        transform: none !important;
        display: block;
        width: 100%;
        margin: 0 !important;
        padding: 0 !important;
        line-height: 1.2;
        font-size: 12px !important;
        font-weight: 600 !important;
        color: #9c9c9c !important;
        background: transparent !important;
        font-family: "Poppins", sans-serif;
    }

    app-hotel .hotel-search-section.flt-compact-hide .search-btn,
    app-hotel .hotel-search-section.flt-modify-popup-open .search-btn {
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
        min-height: 48px !important;
        height: 48px !important;
        border-radius: 12px !important;
        display: flex !important;
        align-items: center;
        justify-content: center;
        background: #1ca69e !important;
        box-shadow: none !important;
        border: 0 !important;
        flex: none !important;
    }

    app-hotel .hotel-search-section.flt-compact-hide .search-btn img,
    app-hotel .hotel-search-section.flt-modify-popup-open .search-btn img {
        width: 22px;
        height: 22px;
        filter: brightness(0) invert(1);
    }

    /* Nationality / Residence — keep original underline layout (not white-card rows) */
    app-hotel .hotel-search-section.flt-modify-popup-open .search-bottom {
        display: flex !important;
        flex-direction: column !important;
        flex: 0 0 auto !important;
        flex-wrap: nowrap !important;
        align-items: stretch !important;
        align-content: stretch !important;
        gap: 14px !important;
        margin: 8px 0 0 !important;
        padding: 0 !important;
        min-height: 0 !important;
        height: auto !important;
        background: transparent !important;
        background-image: none !important;
        border: 0 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        overflow: visible;
    }

    app-hotel .hotel-search-section.flt-modify-popup-open .search-bottom .feild-group-bottom,
    app-hotel .hotel-search-section.flt-modify-popup-open .search-bottom .hotel-country-field {
        display: flex !important;
        flex-direction: row !important;
        flex: 0 0 auto !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        justify-content: flex-start !important;
        gap: 12px !important;
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    app-hotel .hotel-search-section.flt-modify-popup-open .search-bottom .lable-icon {
        display: flex !important;
        align-items: center !important;
        gap: 10px !important;
        flex: 0 0 auto !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    app-hotel .hotel-search-section.flt-modify-popup-open .search-bottom .lable-icon img {
        width: 20px !important;
        height: 20px !important;
        flex-shrink: 0;
        filter: none !important;
    }

    app-hotel .hotel-search-section.flt-modify-popup-open .search-bottom .lable-icon span {
        display: inline !important;
        font-size: 14px !important;
        font-weight: 500 !important;
        color: #111827 !important;
        white-space: nowrap;
    }

    app-hotel .hotel-search-section.flt-modify-popup-open .search-bottom .my-dropdown {
        flex: 1 1 auto !important;
        min-width: 0 !important;
        margin: 0 0 0 auto !important;
        margin-left: auto !important;
        padding: 0 !important;
        border: 0 !important;
        background: transparent !important;
        display: block !important;
        height: auto !important;
        position: relative;
    }

    app-hotel .hotel-search-section.flt-modify-popup-open .search-bottom .my-dropdown::after {
        display: block !important;
        width: 12px !important;
        height: 12px !important;
    }

    app-hotel .hotel-search-section.flt-modify-popup-open .search-bottom .my-dropdown > label {
        display: none !important;
    }

    app-hotel .hotel-search-section.flt-modify-popup-open .search-bottom select {
        width: 100% !important;
        min-width: 120px !important;
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        margin: 0 !important;
        padding: 2px 18px 2px 0 !important;
        border: 0 !important;
        border-radius: 0 !important;
        border-bottom: 1px solid #9ca3af !important;
        background-color: transparent !important;
        background-image: none !important;
        box-shadow: none !important;
        font-size: 16px !important;
        font-weight: 500 !important;
        color: #111827 !important;
        font-family: "Poppins", sans-serif;
        -webkit-appearance: none !important;
        appearance: none !important;
    }

    /* Traveler dropdown sits above drawer content */
    app-hotel .hotel-search-section.flt-modify-popup-open .hotel-traveler {
        z-index: 20;
    }

    .flt-results-compact .hotel-desktop-results-banner {
        display: none !important;
    }

    .flt-compact-bar {
        display: block !important;
        background: #f3ebe0;
        border-bottom: 1px solid #e5d8c8;
        padding: 18px 15px 12px !important;
        margin-bottom: 8px;
        position: relative;
        z-index: 6;
    }

    .flt-compact-top {
        display: flex;
        align-items: flex-start;
        position: relative;
        justify-content: space-between;
    }

    .flt-compact-info h2 {
        margin: 0 0 6px;
        font-size: 20px;
        line-height: 1.25;
        color: #1f2937;
        font-weight: 700;
        font-family: "Poppins", sans-serif;
    }

    .flt-compact-route {
        margin: 0 0 6px;
        font-size: 14px;
        font-weight: 600;
        color: #111827;
        font-family: "Poppins", sans-serif;
    }

    .flt-compact-line {
        display: flex;
        align-items: center;
        gap: 8px;
        margin: 0 0 4px;
        font-size: 13px;
        font-weight: 400;
        color: #4b5563;
        font-family: "Poppins", sans-serif;
    }

    .flt-compact-line:last-child {
        margin-bottom: 0;
    }

    .flt-compact-line img {
        opacity: 0.8;
        flex-shrink: 0;
    }

    .flt-compact-modify {
        display: inline-flex !important;
        align-items: center;
        gap: 8px;
        border: 0;
        background: transparent;
        color: #1ca69e;
        font-size: 15px;
        font-weight: 600;
        cursor: pointer;
        padding: 6px 4px;
        white-space: nowrap;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        font-family: "Poppins", sans-serif;
    }

    .flt-compact-filters-row {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 8px;
        margin-top: 12px;
        padding-top: 10px;
        border-top: 1px solid #e2d5c4;
    }

    .flt-pill {
        appearance: none;
        border: 1.5px dashed #1ca69e;
        background: transparent;
        color: #1ca69e;
        height: 30px !important;
        min-height: 30px;
        padding: 0 16px;
        border-radius: 999px;
        font-size: 13px;
        font-weight: 600;
        cursor: pointer;
        line-height: 1;
        white-space: nowrap;
        font-family: "Poppins", sans-serif;
    }

    .flt-pill.active {
        background: #1ca69e;
        border-style: solid;
        color: #fff;
    }

    .flt-pill-more {
        margin-left: auto;
    }

    .flt-drawer-head {
        display: flex;
        align-items: center;
        gap: 12px;
        background: #fff;
        padding: 14px 16px;
        border-bottom: 1px solid #eef2f2;
    }

    .flt-drawer-head strong {
        font-size: 18px;
        color: #111827;
        font-weight: 700;
        font-family: "Poppins", sans-serif;
    }

    .flt-drawer-back {
        width: 32px;
        height: 32px;
        min-height: 32px;
        border: 0;
        border-radius: 50%;
        background: #e7f6f5;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        flex-shrink: 0;
        padding: 0;
    }

    .flt-drawer-back img {
        width: 16px;
        height: 16px;
        display: block;
    }

    .flt-filters-backdrop {
        position: fixed;
        inset: 0;
        z-index: 10040;
        background: rgba(15, 23, 42, 0.35);
    }

    body.flt-body-popup-open {
        overflow: hidden;
    }

    body.flt-body-popup-open #header,
    body.flt-body-popup-open .menu-icon {
        z-index: 1 !important;
    }

    body.flt-body-popup-open app-hotel {
        position: relative;
        z-index: 111111112 !important;
        display: block;
    }

    .flt-results-compact .content-sec .pesnger-right,
    .flt-results-compact .hotels-detail-wrap .pesnger-right,
    .search-results-page .hotels-detail-wrap > .pesnger-right,
    app-hotel .content-sec .pesnger-right {
        display: none !important;
        visibility: hidden !important;
        pointer-events: none !important;
        position: fixed !important;
        inset: 0 !important;
        width: 100% !important;
        max-width: none !important;
        height: 100% !important;
        height: 100dvh !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden !important;
        background: #fff !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        float: none !important;
        flex: none !important;
        transform: translate3d(100%, 0, 0) !important;
        transition: transform 0.28s cubic-bezier(0.22, 0.61, 0.36, 1), visibility 0s linear 0.28s !important;
        z-index: 10055 !important;
    }

    .flt-results-compact.flt-filters-popup-open .content-sec .pesnger-right,
    .flt-results-compact.flt-filters-popup-open .hotels-detail-wrap .pesnger-right,
    .flt-filters-popup-open .hotels-detail-wrap > .pesnger-right,
    app-hotel .flt-filters-popup-open .content-sec .pesnger-right {
        display: block !important;
        visibility: visible !important;
        pointer-events: auto !important;
        transform: translate3d(0, 0, 0) !important;
        transition-delay: 0s !important;
    }

    .flt-results-compact .hotel-filters.side-filters {
        height: 100%;
        min-height: 100%;
        padding: 0 16px 22px !important;
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch;
        background: #fff !important;
        box-shadow: none !important;
        border: 0 !important;
    }

    /* Hotel filter drawer — match working layout (radios + name search + select rows) */
    app-hotel .flt-results-compact .hotel-filters.side-filters,
    .flt-results-compact .hotel-filters.side-filters {
        background: #fff !important;
    }

    app-hotel .flt-results-compact .hotel-filters h4,
    .flt-results-compact .hotel-filters h4 {
        margin: 12px 0 10px !important;
        font-size: 16px;
        font-weight: 600;
        color: #080808;
    }

    app-hotel .flt-results-compact .hotel-filters ul.sortby.filter-sradio,
    .flt-results-compact .hotel-filters ul.sortby.filter-sradio {
        margin: 0 0 4px !important;
        padding: 0 0 14px !important;
        border-bottom: 1px solid #eceff1;
        list-style: none;
    }

    app-hotel .flt-results-compact .hotel-filters ul.sortby.filter-sradio li,
    .flt-results-compact .hotel-filters ul.sortby.filter-sradio li {
        list-style: none;
        margin: 0 0 10px;
        padding: 0;
    }

    app-hotel .flt-results-compact .hotel-filters ul.sortby.filter-sradio .form-row,
    .flt-results-compact .hotel-filters ul.sortby.filter-sradio .form-row {
        display: flex !important;
        align-items: center !important;
        gap: 10px !important;
        overflow: visible !important;
        text-align: left !important;
        position: relative;
        width: 100%;
        height: auto !important;
        min-height: 22px;
        background: none !important;
        border-radius: 0 !important;
        margin: 0 !important;
    }

    app-hotel .flt-results-compact .hotel-filters ul.sortby.filter-sradio .form-input,
    .flt-results-compact .hotel-filters ul.sortby.filter-sradio .form-input {
        -webkit-appearance: none;
        appearance: none;
        position: relative !important;
        width: 18px !important;
        height: 18px !important;
        min-width: 18px !important;
        margin: 0 !important;
        padding: 0 !important;
        flex-shrink: 0;
        cursor: pointer;
        border: 0;
        background: transparent;
    }

    app-hotel .flt-results-compact .hotel-filters ul.sortby.filter-sradio .form-input::before,
    .flt-results-compact .hotel-filters ul.sortby.filter-sradio .form-input::before {
        content: "" !important;
        position: absolute !important;
        left: 0 !important;
        top: 0 !important;
        width: 18px !important;
        height: 18px !important;
        margin: 0 !important;
        border-radius: 50% !important;
        border: 1px solid #bbb !important;
        background: #fff !important;
        box-sizing: border-box;
        transform: none !important;
    }

    app-hotel .flt-results-compact .hotel-filters ul.sortby.filter-sradio .form-input::after,
    .flt-results-compact .hotel-filters ul.sortby.filter-sradio .form-input::after {
        content: "" !important;
        position: absolute !important;
        left: 4px !important;
        top: 4px !important;
        width: 10px !important;
        height: 10px !important;
        margin: 0 !important;
        border-radius: 50% !important;
        border: 0 !important;
        background: transparent !important;
        transform: none !important;
    }

    app-hotel .flt-results-compact .hotel-filters ul.sortby.filter-sradio .form-input:checked::after,
    .flt-results-compact .hotel-filters ul.sortby.filter-sradio .form-input:checked::after {
        background: #000 !important;
    }

    app-hotel .flt-results-compact .hotel-filters ul.sortby.filter-sradio label,
    .flt-results-compact .hotel-filters ul.sortby.filter-sradio label {
        padding: 0 !important;
        margin: 0 !important;
        font-size: 15px;
        font-weight: 400;
        color: #080808;
        line-height: 1.3;
        cursor: pointer;
    }

    app-hotel .flt-results-compact .hotel-filters .searc-filter,
    .flt-results-compact .hotel-filters .searc-filter {
        display: flex !important;
        align-items: stretch;
        gap: 10px !important;
        padding: 14px 0 !important;
        margin: 0 0 4px !important;
        border-top: 0 !important;
        border-bottom: 1px solid #eceff1 !important;
    }

    app-hotel .flt-results-compact .hotel-filters .searc-filter input,
    .flt-results-compact .hotel-filters .searc-filter input {
        flex: 1;
        min-width: 0;
        padding: 10px 12px !important;
        font-size: 15px;
        border: 1px solid #e0e0e0;
        border-radius: 6px;
        background: #fff;
        color: #333;
    }

    app-hotel .flt-results-compact .hotel-filters .searc-filter .button,
    .flt-results-compact .hotel-filters .searc-filter .button {
        flex-shrink: 0;
        width: 44px;
        min-width: 44px;
        padding: 0 !important;
        margin: 0 !important;
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        border-radius: 6px !important;
        background: #1da599 !important;
        border: 0 !important;
        line-height: 1 !important;
    }

    app-hotel .flt-results-compact .hotel-filters .searc-filter .button img,
    .flt-results-compact .hotel-filters .searc-filter .button img {
        width: 16px !important;
        height: auto;
        transform: rotate(270deg);
        filter: brightness(0) invert(1);
    }

    app-hotel .flt-results-compact .hotel-filters .field-row.hotel-filter-select,
    .flt-results-compact .hotel-filters .field-row.hotel-filter-select {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 12px !important;
        padding: 12px 0 !important;
        margin: 0 !important;
        border-bottom: 1px solid #eceff1 !important;
    }

    app-hotel .flt-results-compact .hotel-filters .field-row.hotel-filter-select:last-of-type,
    .flt-results-compact .hotel-filters .field-row.hotel-filter-select:last-of-type {
        border-bottom: 1px solid #eceff1 !important;
    }

    app-hotel .flt-results-compact .hotel-filters .hotel-filter-select .lable-icon,
    .flt-results-compact .hotel-filters .hotel-filter-select .lable-icon {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        gap: 10px !important;
        flex: 1;
        min-width: 0;
        width: auto !important;
    }

    app-hotel .flt-results-compact .hotel-filters .hotel-filter-select .lable-icon img,
    .flt-results-compact .hotel-filters .hotel-filter-select .lable-icon img {
        width: 24px !important;
        height: 24px;
        object-fit: contain;
        flex-shrink: 0;
    }

    app-hotel .flt-results-compact .hotel-filters .hotel-filter-select .lable-icon span,
    .flt-results-compact .hotel-filters .hotel-filter-select .lable-icon span {
        display: inline !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        font-size: 15px !important;
        font-weight: 500 !important;
        color: #080808 !important;
        line-height: 1.3;
    }

    app-hotel .flt-results-compact .hotel-filters .hotel-filter-select select,
    .flt-results-compact .hotel-filters .hotel-filter-select select {
        width: auto !important;
        min-width: 88px;
        max-width: 42%;
        padding: 6px 10px !important;
        border: 1px solid #d0d0d0 !important;
        border-radius: 6px !important;
        font-size: 15px !important;
        background: #fff !important;
        color: #080808 !important;
        flex-shrink: 0;
    }

    .flt-results-compact .content-sec .pesnger-left {
        width: 100% !important;
        float: none !important;
        max-width: none !important;
        flex: 1 1 100% !important;
    }
}
