/* Search Section Style Start  */
.search-section {
    margin-top: -80px;
    z-index: 1;
    position: relative;
    margin-bottom: 30px
}

.hero-section .text-holder {
    padding: 60px 0 48px;
    text-align: center;
    width: 100%;
}

.search-bar {
    position: relative
}

.flight-search-form {
    background: #001848;
    border-radius: 10px;
    padding: 20px;
    color: #fff;
}

.flight-search-top {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
    flex-wrap: wrap;
    align-items: center
}

.flight-search-top {
    margin-bottom: 15px
}

.flight-search-main {
    display: flex;
    gap: 15px;
    margin-bottom: 10px;
    align-items: stretch;
    flex-wrap: wrap
}

.flight-locations {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    flex: 1 1 50%;
    min-width: 280px;
    position: relative
}

.flight-input-group {
    position: relative;
    flex: 1
}

    .flight-input-group label {
        font-size: 12px;
        color: #929292;
        position: absolute;
        left: 15px;
        top: 8px;
        z-index: 1
    }

    .flight-input-group input {
        width: 100%;
        padding: 17px 10px 0 13px;
        border: 2px solid rgb(255 255 255 / .2);
        border-radius: 6px;
        font-size: 19px;
        height: 55px;
        background: #fff !important;
        color: #001849;
        transition: all 0.3s ease
    }


.flight-city-input input[readonly] {
    cursor: pointer
}

span.flight-icon {
    line-height: 0
}

.flight-input-group input::placeholder {
    color: #001849
}

.flight-input-group input:focus {
    outline: none
}

.flight-input-group input.error {
    border-color: #ff4757
}

.flight-search-form .button {
    width: 120px
}


.flight-search-btn:hover {
    background: #ce7004
}

.flight-input-group:has(input:not([readonly]))::after {
    display: none
}

button.btn-traveler {
    position: absolute;
    z-index: 2;
    inset: 0;
    cursor: pointer;
    opacity: 0;
}

.flight-input-group.my-dropdown::after {
    content: '';
    position: absolute;
    right: 20px;
    transform: translateY(50%);
    bottom: 50%;
    width: 13px;
    height: 13px;
    background: url(https://www.trips.pk/main-root/images/icons/arrow-down.webp);
    background-size: cover;
}

.flight-input-group label {
    pointer-events: none;
}

.flight-search-main.insureance-feilds .flight-input-group {
    min-width: 250px;
}

    .flight-search-main.insureance-feilds .flight-input-group::after {
        display: none
    }

.flight-input-group.date-dob {
    position: relative;
}

.flight-search-main .extra-top {
    position: absolute;
    top: -25px;
    right: 0;
    color: #fff;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: 1;
    font-size: 13px;
    pointer-events: none;
}

    .flight-search-main .extra-top img {
        filter: brightness(0) invert(1)
    }

.flight-input-group input[type="date"] {
    appearance: none;
    -webkit-appearance: none;
    position: relative;
}

    .flight-input-group input[type="date"]::-webkit-calendar-picker-indicator {
        display: none;
    }

.flight-search-bottom {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    gap: 10px 40px;
    margin: 20px 0
}

    .flight-search-bottom .feild-group-bottom {
        display: flex;
        align-items: center;
        gap: clamp(10px, 2vw, 20px)
    }

    .flight-search-bottom .lable-icon {
        display: flex;
        align-items: center;
        gap: clamp(8px, 2vw, 15px)
    }

        .flight-search-bottom .lable-icon img {
            width: 20px;
            filter: brightness(0) invert(1)
        }

.hotel-input-group.my-dropdown {
    width: 185px;
    border: none;
    background: #fff0;
    margin-left: 28px
}

    .hotel-input-group.my-dropdown input {
        border: none;
        border-bottom: 1px solid #fff;
        background: #fff0;
        color: #f5f5f5;
        font-size: 16px
    }

    .hotel-input-group.my-dropdown::after {
        filter: brightness(0) invert(1)
    }

.date-range-picker {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #0890fa;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgb(0 0 0 / .15);
    z-index: 1000;
    display: none;
    overflow: hidden;
    min-width: 300px
}

    .date-range-picker.show {
        display: block
    }

.date-picker-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    border-bottom: 1px solid #eee;
    background: #f8f9fa;
    border-radius: 8px 8px 0 0
}

    .date-picker-header button {
        background: none;
        border: none;
        font-size: 30px;
        line-height: 1;
        cursor: pointer;
        padding: 5px 10px;
        border-radius: 4px;
        background: #0890fa;
        color: #fff;
        transition: all 0.2s ease
    }

        .date-picker-header button:hover {
            background: #001848
        }

    .date-picker-header span {
        font-weight: 600;
        color: #001848;
        font-size: 16px
    }

.date-picker-calendar {
    padding: 15px
}

.weekdays {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 5px;
    margin-bottom: 10px
}

    .weekdays div {
        text-align: center;
        font-weight: 600;
        color: #666;
        padding: 8px 0;
        font-size: 12px
    }

.calendar-days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 0 2px
}

.calendar-day {
    text-align: center;
    padding: 8px 4px;
    cursor: pointer;
    border-radius: 4px;
    font-size: 14px;
    color: #333;
    transition: all 0.2s ease;
    min-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center
}

    .calendar-day:hover {
        background: #e7f4ff;
        color: #0890fa
    }

    .calendar-day.disabled {
        color: #a7a7a7;
        cursor: not-allowed;
        text-decoration: line-through;
        background: none
    }

        .calendar-day.disabled:hover {
            background: none;
            color: #ccc
        }

    .calendar-day.selected {
        background: #0890fa;
        color: #fff
    }

    .calendar-day.in-range {
        background: #e7f4ff;
        color: #0890fa;
        border-radius: 0
    }

    .calendar-day.start-date {
        background: #0890fa;
        color: #fff;
        border-radius: 4px 0 0 4px
    }

    .calendar-day.end-date {
        background: #0890fa;
        color: #fff;
        border-radius: 0 4px 4px 0
    }

    .calendar-day.start-date.end-date {
        border-radius: 4px
    }

    .calendar-day.preview-range {
        background: #b3d9ff !important;
        color: #0890fa !important;
        border-radius: 0
    }

    .calendar-day.preview-end {
        background: #66c2ff !important;
        color: #fff !important;
        border-radius: 0 4px 4px 0
    }

    .calendar-day.other-month:hover {
        background-color: inherit;
        cursor: not-allowed
    }

#date-range-input {
    cursor: pointer;
    background: url(assets/images/icocalendar.png) no-repeat right 10px center;
    background-size: 18px;
    padding-right: 35px !important
}

.flight-passenger-panel {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 8px 25px rgb(0 0 0 / .15);
    z-index: 1000;
    display: none;
    min-width: 250px;
    width: 100%;
    color: #333
}

.flight-select.active .flight-passenger-panel {
    display: block
}

.flight-passenger-info {
    margin-bottom: 15px;
    border-bottom: 1px solid #cdcdcd
}

.flight-passenger-row {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.flight-passenger-info strong {
    font-size: 15px;
    color: #000
}

.flight-passenger-info span {
    font-size: 12px;
    color: #454545
}

span.flight-selected-text {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    line-height: 1
}

.flight-counter {
    display: flex;
    align-items: center;
    gap: 4px;
    width: 90px
}

    .flight-counter .quantity-button {
        width: 22px;
        height: 22px;
        border: 1px solid #ff9924;
        background: #ff9924;
        border-radius: 5px;
        color: #fff;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        font-weight: 700;
        transition: all 0.2s ease
    }

        .flight-counter .quantity-button:hover:not(.disabled) {
            background: #ff9924;
            color: #fff;
            border-color: #ff9924
        }

        .flight-counter .quantity-button.disabled {
            background: #f0f0f0;
            color: #ccc;
            cursor: not-allowed;
            border-color: #e0e0e0
        }

.flight-passenger-info .flight-count {
    font-weight: 600;
    min-width: 20px;
    text-align: center;
    font-size: 14px
}

.flight-done-btn {
    background: #ff9924;
    color: #fff;
    border: none;
    padding: 8px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    flex: 1 1 auto;
    transition: background 0.3s ease
}

    .flight-done-btn:hover {
        background: #d37b16
    }

.hotel-guest-select {
    padding: 15px 20px
}

    .hotel-guest-select .flight-passenger-row {
        margin: 15px 0
    }

    .hotel-guest-select .flight-passenger-info {
        margin: 10px 0
    }

.children-ages {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

    .children-ages strong {
        width: 100%
    }

    .children-ages select {
        min-width: 106px;
        padding: 5px 10px;
        border: 1px solid lightgray;
        border-radius: 3px;
    }

.hrooms-btns {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.flight-passenger-info .hrooms-btns strong {
    font-size: 18px;
    color: #001848
}

.flight-passenger-info .hrooms-btns span {
    font-size: 15px;
    color: #0890FA;
    cursor: pointer;
    transition: all 0.2s ease-in;
    &:hover

{
    color: #ff9924
}

}

.hotel-guests-btn {
    display: flex;
    gap: 10px;
    margin-top: 10px;
    padding: 10px 0 0;
}



    .hotel-guests-btn .flight-done-btn:last-child {
        background-color: #2AD845
    }

        .hotel-guests-btn .flight-done-btn:last-child:hover {
            background-color: #0ea224
        }

.flight-search-main.hotel-feilds {
    margin: 15px 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%
}

/* Destination Slider   */
.slider-heading {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.slider-btns {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    margin-left: auto;
    margin-bottom: 20px
}

.slider-btn-left, .slider-btn-right {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background: #f7890f;
    cursor: pointer;
    display: flex;
    align-items: center;
    border: none;
    justify-content: center;
    transition: all 0.3s ease
}

    .slider-btn-left:hover, .slider-btn-right:hover {
        background: #f7890f;
        transform: scale(1.05)
    }

    .slider-btn-left:disabled, .slider-btn-right:disabled {
        opacity: .5;
        cursor: not-allowed;
        background: #c5c5c5
    }

        .slider-btn-left:disabled:hover, .slider-btn-right:disabled:hover {
            transform: none;
            background: #c5c5c5
        }

    .slider-btn-left img {
        width: 18px;
        transform: rotate(180deg);
        filter: invert(0) brightness(0)
    }

    .slider-btn-right img {
        width: 18px;
        filter: brightness(0);
    }

.flt-slider-wraperye {
    overflow: hidden;
    position: relative;
    width: 100%
}

.flt-slider-wraper {
    display: flex;
    transition: transform 0.5s ease;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    gap: 10px
}

.destination-item {
    flex: 0 0 auto;
    width: calc(20% - 10px) !important;
    padding: 0
}

.destination-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
    height: 350px;
    position: relative;
    width: 100%;
    display: flex;
    z-index: 1;
    transition: background 0.3s ease-in-out
}

    .destination-card img {
        width: 100%;
        height: 100%;
        position: absolute;
        object-fit: cover;
        object-position: top;
        z-index: 1;
        transition: all 0.3s ease-in-out
    }

.destination-info {
    width: 100%;
    height: 60%;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
    z-index: 2;
    align-self: flex-end;
    position: relative;
    overflow: hidden
}

    .destination-info::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(to top, #001848, #fff0);
        transition: opacity 0.3s ease-in-out;
        z-index: -1
    }

    .destination-info::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(to top, #f7890f, #fff0);
        opacity: 0;
        transition: opacity 0.3s ease-in-out;
        z-index: -1
    }

.destination-card:hover img {
    transform: scale(1.05)
}

.destination-card:hover .destination-info::after {
    opacity: 1
}

.destination-card:hover .destination-info p {
    color: #fff;
    transition: color 0.3s ease-in-out
}

.destination-info h4 {
    font-size: 19px;
    margin: 0 0 5px 0;
    color: #fff
}

.destination-info p {
    font-size: 14px;
    margin: 0;
    color: #FF9924;
    font-weight: 500
}

/* Links  */
.list-items-link {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    margin: 20px 0
}

    .list-items-link > a, .list-items-link > li {
        width: calc(25% - 20px);
        min-width: 140px;
        font-size: 18px;
        color: #0a3991;
        padding: 5px 0;
        position: relative;
        border-bottom: 1px solid #e0e0e0;
        overflow: hidden
    }

    .list-items-link > li {
        width: calc(50% - 20px);
        font-size: 16px;
        padding: 7px 0
    }

        .list-items-link > li a {
            color: #000
        }

        .list-items-link > a::after, .list-items-link > li::after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            height: 1px;
            width: 0%;
            background: #FF9924;
            transition: all 0.3s ease-in-out
        }

    .list-items-link > a:hover .list-items-link > li:hover {
        border-bottom-color: #fff0
    }

    .list-items-link a:hover {
        color: #FF9924
    }

    .list-items-link > a:hover:after, .list-items-link > li:hover:after {
        width: 100%
    }

ul.top-flights {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin: 25px 0 0
}

    ul.top-flights.rot-6 {
        gap: clamp(15px, 2vw, 25px)
    }

    ul.top-flights li {
        width: calc(12.5% - 15px);
        min-width: 100px
    }

    ul.top-flights.rot-6 li {
        width: calc(16.5% - 20px);
        min-width: 100px
    }

    ul.top-flights li a {
        display: block;
        background: #fff;
        padding: 10px 15px;
        border-radius: 10px;
        box-shadow: 0 5px 10px 2px rgb(0 0 0 / .1);
        border: 1px solid #fff
    }

        ul.top-flights li a:hover {
            border: 1px solid #ff9924
        }

        ul.top-flights li a img {
            width: 100%;
            transition: all .2s ease
        }

        ul.top-flights li a:hover img {
            transform: scale(1.1)
        }

.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: 20px 0;
    background-color: #F8F8F8
}

.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
}

}

.hotel-filters {
    min-height: 100px;
    border-radius: 10px;
    background-color: #F8F8F8;
    padding: 15px
}

    .hotel-filters .filter-radio label {
        display: block;
        margin: 5px 0;
        cursor: pointer
    }

.searc-filter {
    display: flex;
    gap: 15px;
    padding: 15px 0;
    margin: 15px 0 0;
    border-top: 1px solid lightgray;
    border-bottom: 1px solid lightgray
}

    .searc-filter input {
        padding: 8px;
        border: 1px solid lightgray;
        border-radius: 5px;
        flex: 1;
        font-size: 15px
    }

    .searc-filter .button {
        line-height: 1;
        border-radius: 5px;
        padding: 10px 12px
    }

        .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-bottom: 1px solid lightgray
}

    .hotel-filter-select:last-child {
        border-bottom: none
    }

    .hotel-filter-select .lable-icon {
        display: flex;
        gap: 10px;
        align-items: center;
        width: 60%;
        flex: 1
    }

        .hotel-filter-select .lable-icon img {
            width: 25px
        }

    .hotel-filter-select select {
        padding: 4px 8px;
        border: 1px solid lightgray;
        border-radius: 5px;
        font-size: 16px;
        width: 42%
    }

    .hotel-filter-select:nth-child(3) {
        margin-top: 20px;
        border-top: 1px solid lightgray
    }

.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
    }

.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, .tour-lightbox {
    position: fixed;
    inset: 0;
    background: #001848d9;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999
}

.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 .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
    }

.adlut-select {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 5px 0 10px;
    border-bottom: 1px solid #efefef;
    margin-bottom: 12px;
    justify-content: space-between;
    align-items: center;
}

    .adlut-select label {
        position: relative;
        inset: 0;
        padding: 0;
        margin: 0;
        font-size: 15px;
        color: black;
    }

.flight-counter input {
    margin: 0;
    border: 0;
    width: 35px;
    height: auto;
    text-align: center;
    padding: 0;
}

.children-ages p {
    font-size: 12px;
    color: gray;
}

.speced-element {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}

    .speced-element a {
        color: #f68725;
        font-size: 16px;
    }

        .speced-element a:hover {
            color: #f37406;
        }

.child-age-select {
    display: none;
    margin-top: 12px;
}

    .child-age-select.show {
        display: flex !important;
    }

button.reset-btn.button {
    padding: 6px 18px;
    display: inline-block;
    margin-top: 20px;
}

ul.sortby.filter-sradio .form-row {
    display: flex;
    gap: 10px;
    align-items: center;
}

.search-results-page .search-section {
    margin: 0;
    background: #001848;
    padding: 100px 0 20px;
}

.search-results-page {
    position: relative;
}

    .search-results-page h1 {
        position: absolute;
        transform: translateX(-50%);
        top: 50px;
        z-index: 11;
        margin: 0;
        left: 50%;
        color: white;
    }
