section.hotel-filter-section {
    position: relative;
    padding-top: 30px;
    padding-bottom: 50px;
    z-index: 1;
    color: #000;
}

section.hotel-filter-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/hotel-list-bg.webp);
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 15%, rgba(0, 0, 0, 1) 85%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-image: linear-gradient(to bottom, rgb(255 255 255 / 0%) 0%, rgb(0 0 0 / 9%) 15%, rgb(0 0 0 / 26%) 85%, rgba(0, 0, 0, 0) 100%);
    mask-repeat: no-repeat;
    mask-size: cover;
    z-index: -1;
}

.filter-content-start {
    height: 1185px;
    overflow: auto;
    scrollbar-width: none;
}


.filter-sidebar {
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 20px 15px 20px 20px;
    background: #fff;
    height: 1340px;
    overflow: auto;
    scrollbar-width: thin;
}

.hotel-listing-section {
    height: 1180px;
}

.accordion-button::after {
    display: none !important;
}

/* Rotate chevron smoothly */
.accordion-button i {
    transition: transform 0.3s ease;
}

.accordion-button[aria-expanded="true"] i {
    transform: rotate(180deg);
}

/*  */
.holtel-list-grid {
    display: grid;
    grid-template-columns: 300px 975px;
    gap: 17px;
}

.filter-sidebar h6 {
    font-size: 18px;
    color: rgba(51, 51, 51, 1);
    font-weight: 500;
}

.price-range-flex {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}

.price-range-flex h4 {
    font-size: 18px;
    color: rgba(51, 51, 51, 1);
    font-weight: 600;
    margin-bottom: 8px;
}

.price-range-flex h5 {
    font-size: 16px;
    font-weight: 700;
    color: rgba(51, 51, 51, 1);
    margin-bottom: 8px;
}

.hotel-list-price-range-div .range-slider {
    -webkit-appearance: none;
    width: 100%;
    height: 6px;
    border-radius: 5px;
    background: linear-gradient(90deg, rgba(255, 127, 59, 1) 50%, #d3d3d3 50%);
    outline: none;
    transition: background 0.3s ease;
}

.range-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: rgba(255, 127, 59, 1);
    cursor: pointer;
    border: none;
}

.price-range-flex small,
.price-range-flex span {
    font-size: 14px;
    color: rgba(89, 89, 89, 1);
    font-weight: 400;
}

.hotel-list-price-range-div {
    margin-bottom: 40px;
}

.filter-sidebar .form-check-input {
    border: 1px solid rgba(107, 114, 128, 1);
    width: 16px;
    height: 16px;
    margin-top: 4px;
}

.filter-sidebar label.form-check-label {
    margin-left: 6px;
    font-size: 16px;
    font-weight: 400;
}

.filter-sidebar .accordion-button:not(.collapsed) {
    background-color: white;
    background-image: unset;
    box-shadow: none;
    font-weight: 600;
    color: rgba(51, 51, 51, 1);
    font-size: 18px;
    padding: 0px;
}

.filter-sidebar button.accordion-button.collapsed:focus {
    outline: 0;
    box-shadow: none;
}

.filter-sidebar button.accordion-button.collapsed:hover {
    background: white;
}

.filter-sidebar button.accordion-button.collapsed {
    padding: 0px;
    font-weight: 600;
    color: rgba(51, 51, 51, 1);
    font-size: 18px;
}


.filter-sidebar .accordion {
    margin-top: 40px;
}

.select-all-label {
    font-weight: 700 !important;
}

.accordion-style .form-check {
    margin-bottom: 3px;
    transition: 0.5s;
    padding: 5px 10px 5px 20px;
    border-radius: 5px;
    cursor: pointer;
}

.form-check {
    padding: 5px 10px 5px 20px;
    transition: 0.3s;
    border-radius: 5px;
}

.form-check:hover {
    background: rgb(232, 240, 248);
    padding-left: 28px;
}

.accordion-style .form-check:last-child {
    margin-bottom: 0px;
}

.accordion-style label.form-check-label {
    display: flex;
    justify-content: space-between;
}

.accordion-style .accordion-header {
    margin-bottom: 25px;
}

.filter-sidebar input[type="checkbox"]:checked+label {
    background-color: white;
    color: black;
}

.filter-sidebar .form-check-input:checked {
    background-color: rgba(255, 127, 59, 1);
    border-color: rgba(255, 127, 59, 1);
}

.hotel-listing-search {
    display: flex;
    justify-content: space-between;
    background: white;
    padding: 5px 0px 5px 0px;
    border-radius: 3px;
    align-items: center;
}

.hotel-listing-search .input-group {
    width: 461px;
    height: 48px;
}

.hotel-listing-search .bi-search::before {
    content: "\f52a";
    color: rgba(148, 148, 148, 1);
}

.hotel-listing-search input.form-control {
    font-size: 14px;
    font-weight: 500;
    padding-left: 4px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.hotel-listing-search .input-group-text {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.hotel-listing-search input.form-control:focus {
    outline: 0;
    box-shadow: none;
}

.hotel-listing-search input.form-control::placeholder {
    color: rgba(148, 148, 148, 1);
}

.hotel-listing-result p {
    color: rgba(51, 51, 51, 1);
    font-size: 16px;
    font-weight: 400;
}

.hotel-listing-details {
    margin-top: 7px;
}

.hotel-listing-details .nav-tabs .nav-link.active,
.hotel-listing-details .nav-tabs .nav-link.active:hover,
.hotel-listing-details .nav-tabs .nav-link.active:focus,
.hotel-listing-details .nav-tabs .nav-link.active,
.hotel-listing-details .nav-tabs .nav-link.active:hover,
.hotel-listing-details .nav-tabs .nav-link.active:focus {
    box-shadow: none;
}

.hotel-listing-details .nav {
    background: white;
    box-shadow: 0px 0px 12px 0px rgba(28, 111, 188, 0.2);
}

.hotel-listing-details .nav-tabs .nav-item.show .nav-link,
.hotel-listing-details .nav-tabs .nav-link.active {
    color: rgba(0, 0, 0, 1);
    background-color: unset;
    border-color: white;
    border-bottom: 4px solid rgba(255, 127, 59, 1);
    font-weight: 700;
    font-size: 16px;
}

.hotel-listing-details .nav-link {
    font-weight: 400;
    font-size: 14px;
    display: block;
    color: rgba(89, 89, 89, 1) !important;
    border-bottom: 4px solid white;


}

.hotel-card {
    /* border: 1px solid #e0e0e0; */
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    padding: 10px;
    margin-bottom: 5px;
    height: 173px;
}

.hotel-img {
    width: 215px;
    height: 155px;
    object-fit: cover;
    border-radius: 4px;
}

.side-thumbs img {
    height: 49px;
    border-radius: 4px;
    margin-bottom: 5px;
    cursor: pointer;
    width: 75px;
    object-fit: cover;
}

.meal-options i {
    font-size: 18px;
    margin-right: 4px;
}

.price {
    font-size: 20px;
    font-weight: 600;
}

.star-rating {
    color: #fff;
    border-radius: 0px;
    font-weight: 600;
    position: absolute;
    right: -12px;
    top: -10px;
    width: 32px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-bottom-left-radius: 3px;
    font-size: 12px;
}

.button-success {
    background: rgba(58, 138, 20, 1);
}

.button-orange {
    background: rgba(239, 180, 0, 1);
}

.button-red {
    background: rgba(239, 83, 80, 1);
}

.side-thumbs {
    display: flex;
    flex-direction: column;
    right: 21px;
    position: absolute;
    top: 0;
}

.tab-content {
    margin-top: 10px;
}

.hotel-listing-right-content h5 small {
    color: rgba(85, 85, 85, 1);
    font-size: 20px;
}

.hotel-listing-right-content {
    position: relative;
    padding-left: 10px;
    padding-top: 5px;
}

.bi-star-fill::before {
    content: "\f586";
    font-size: 9px;
    margin-left: 2px;
}

.hotel-listing-location {
    display: flex;
    gap: 6px;
    margin-top: 3px;
    width: 70%;
}

.bi-geo-alt::before {
    content: "\f3e8";
    color: rgba(255, 127, 59, 1);
    font-size: 17px;
    font-weight: 600 !important;
    margin-top: 3px;
}

.hotel-listing-location p {
    font-size: 13px;
    line-height: 20px;
    color: rgba(89, 89, 89, 1);
}

.hotel-listing-location-details-flex {
    display: flex;
    justify-content: space-between;
}

.starting-from-details {
    text-align: right;
}

.starting-from-details p {
    color: rgba(89, 89, 89, 1);
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 3px;
}

.starting-from-details h2 {
    font-size: 20px;
}

.starting-from-details h6 {
    color: rgba(58, 138, 20, 1);
    font-weight: 400;
    font-size: 14px;
}

.meal-options img {
    margin-top: -5px;
    margin-right: 3px;
}

.meal-options span {
    font-size: 14px;
    color: rgba(34, 34, 34, 1);
}

a.choose-room-btn {
    background: linear-gradient(90deg, #1C6FBC 0%, #0C8BD4 100%);
    color: white;
    padding: 6px 25px;
    border-radius: 10px;
    font-size: 14px;
}

a.choose-room-btn:hover {
    color: white;
}

section.hotel-details-section {
    padding-top: 25px;
    padding-bottom: 25px;
}

.see-all-properties .bi-chevron-left::before {
    content: "\f284";
    font-weight: 800 !important;
    font-size: 18px;
    box-shadow: 0px 0px 19.17px 0px rgba(28, 111, 188, 0.2);
    padding: 3px;
    border-radius: 50%;
    margin-right: 8px;
}

.see-all-properties a {
    color: rgba(28, 111, 188, 1);
}

.hotel-full-details {
    margin-top: 20px;
}

.hotel-full-details h1 {
    font-weight: 700;
    font-size: 36px;
}

.hoteldetails-name .bi-star-fill::before {
    content: "\f586";
    font-size: 15px;
    margin-left: 2px;
    color: rgba(239, 180, 0, 1);
}

.hoteldetails-name-flex {
    display: flex;
    gap: 25px;
}



.hoteldetails-location {
    display: flex;
    gap: 6px;
    position: relative;
    width: 80%;
}

.hoteldetails-name-flex .hoteldetails-location {
    width: auto;
}

.hoteldetails-location p {
    margin-right: 5px;
}

.hoteldetails-location a {
    color: rgba(28, 111, 188, 1);
}

.hoteldetails-name-flex {
    display: flex;
    gap: 25px;
    margin-top: 8px;
}

.hoteldetails-name h1 span {
    color: rgba(89, 89, 89, 1);
}

.hoteldetails-grid-images img {
    width: 100%;
    border-radius: 10px;
    height: 194px;
    object-fit: cover;
}

.hotelDetails-images {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 5px;
    margin-top: 20px;
}

.hotelSlider-images img {
    width: 706px !important;
    height: 393px;
    object-fit: cover;
    border-radius: 10px;
}

.hotelSlider-images .owl-carousel {
    width: 706px;
}

.hoteldetails-grid-images {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
    height: 200px;
    position: relative;
}

.more-images-count {
    background: rgb(255 255 255 / 60%);
    position: absolute;
    bottom: -90%;
    right: 15px;
    padding: 8px 12px;
    border-radius: 20px;
    color: rgba(58, 58, 58, 1);
    font-size: 16px;
}

.hotelSlider-images .owl-dots {
    display: none;
}

.hotelSlider-images button.owl-prev {
    position: absolute;
    top: 45%;
    color: white !important;
    left: 20px;
    font-size: 25px !important;
    background: #6c757d7d !important;
    border-radius: 50% !important;
}

.hotelSlider-images .owl-carousel .owl-nav button.owl-next,
.hotelSlider-images .owl-carousel .owl-nav button.owl-prev,
.hotelSlider-images .owl-carousel button.owl-dot {
    padding: 9px 10px 8px 9px !important;
}

.hotelSlider-images .bi-chevron-left::before,
.hotelSlider-images .bi-chevron-right::before {
    font-weight: bold !important;
}

.hotelSlider-images button.owl-next {
    position: absolute;
    top: 45%;
    color: white !important;
    right: 20px;
    font-size: 25px !important;
    background: #6c757d7d !important;
    padding: 5px 14px 11px 12px !important;
    border-radius: 50% !important;
}


.hotelSlider-images .image-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.hotelSlider-images .image-popup.show {
    display: flex;
}

.hotelSlider-images .popup-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
}

.hotelSlider-images .popup-image {
    width: 100%;
    height: auto;
    max-height: 90vh;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.hotelSlider-images .popup-close {
    position: absolute;
    top: -40px;
    right: -5px;
    background: none;
    border: none;
    color: white;
    font-size: 2rem;
    cursor: pointer;
    transition: opacity 0.3s;
}

.hotelSlider-images .popup-close:hover {
    opacity: 0.7;
}

.hotelSlider-images .bi-x-lg::before {
    content: "\f659";
    font-size: 18px;
    background: #ffffff36;
    color: white;
    padding: 5px;
    border-radius: 50%;
    font-weight: bold !important;
}

.hotelDetails-tab {
    margin-top: 25px;
}

.hotelDetails-tab .nav-tabs {
    border-bottom: navajowhite;
}

.hotelDetails-tab .nav-link {
    padding: 0px;
    margin-right: 30px;
    color: rgba(89, 89, 89, 1) !important;
    font-size: 16px;
    font-weight: 500;
}

.hotelDetails-tab .nav-tabs .nav-link {
    border: none;
}

.hotelDetails-tab .nav-tabs .nav-link.active,
.hotelDetails-tab .nav-tabs .nav-link.active:hover,
.hotelDetails-tab .nav-tabs .nav-link.active:focus,
.hotelDetails-tab .nav-tabs .nav-link.active,
.hotelDetails-tab .nav-tabs .nav-link.active:hover,
.hotelDetails-tab .nav-tabs .nav-link.active:focus {
    box-shadow: none;
    border-bottom: 3px solid rgba(28, 111, 188, 1);
}

.hotelDetails-tab .nav-tabs .nav-item.show .nav-link,
.hotelDetails-tab .nav-tabs .nav-link.active {
    color: black !important;
    background-color: #fff;
    font-weight: 600;
}

.hotel-room-card img {
    height: 250px;
    object-fit: cover;
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
}

.hotel-room-card {
    border-radius: .5rem;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.room-features i {
    margin-right: 6px;
    color: #0d6efd;
}

.card-rooms-body .price {
    font-size: 1.3rem;
    font-weight: bold;
}

.reserve-btn {
    width: 140px;
    color: white !important;
    text-decoration: none !important;
    height: 34px;
    font-size: 14px !important;
    background: rgba(28, 111, 188, 1);
    border-radius: 9px;
}

.reserve-btn:hover {
    background: rgba(28, 111, 188, 1) !important;
}

.hotelDetailsTabGrid .owl-nav button {
    position: absolute;
    top: 40%;
}

.hotelDetailsTabGrid button.owl-prev {
    left: 8px;
    background: white !important;
    font-size: 17px !important;
    border-radius: 50% !important;
}

.hotelDetailsTabGrid .owl-carousel .owl-nav button.owl-next,
.hotelDetailsTabGrid .owl-carousel .owl-nav button.owl-prev {
    padding: 4px 7px 3px !important;
}

.hotelDetailsTabGrid .bi-chevron-left::before,
.hotelDetailsTabGrid .bi-chevron-right::before {
    color: rgba(28, 111, 188, 1);
    font-weight: 800 !important;
}

.hotelDetailsTabGrid button.owl-next {
    right: 8px;
    background: white !important;
    font-size: 17px !important;
    border-radius: 50% !important;
}

.hotel-rooms-card {
    border: 1px solid rgba(0, 0, 0, 0.1);
    /* width: 408px; */
    height: 510px;
    border-radius: 8px;
}

.hotel-rooms-card .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 230px;
    border-top-right-radius: 10px;
    border-top-left-radius: 7px;
    object-fit: cover;

}

.card-rooms-body {
    padding-right: 15px;
    padding-left: 10px;
    padding-top: 5px;
}

.card-rooms-body h5 {
    font-size: 20px;
    font-weight: 700;
    color: rgba(0, 0, 0, 1);
    height: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    max-width: 600px;
    cursor: pointer;
}

.room-features li {
    display: flex;
    font-size: 14px;
    margin-bottom: 3px;
    gap: 7px;
    color: rgba(34, 34, 34, 1);
}

.room-features {
    margin-top: 10px;
    height: 115px;
    border-bottom: 0.75px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 24px;
}

.card-rooms-body-footer a {
    color: rgba(28, 111, 188, 1);
    font-size: 12px;
    text-decoration: underline;
}

.hotelDetails-tab .tab-content {
    margin-top: 30px;
}

.hotel-details-overview {
    background: rgba(232, 241, 248, 1);
    padding: 25px 115px;
}

.hotel-details-overview h2 {
    font-size: 32px;
    margin-bottom: 20px;
    /* font-weight: 500; */
}

.overview-item h6 {
    font-size: 20px;
    font-weight: 400;
}

.overview-item ul li {
    color: rgba(89, 89, 89, 1);
    margin-bottom: 5px;
    padding-left: 5px;
}

.overview-item ul li::marker {
    color: rgba(89, 89, 89, 1);
    font-size: 14px;
    content: "• ";
}

.hotel-overview {
    margin-top: 5px;
}

.overview-item p {
    color: rgba(89, 89, 89, 1);
    font-size: 14px;
    padding-left: 20px;
}

.hotel-overview-amenities .overview-item p {
    padding-left: 0px;
    margin-top: 8px;
}

.hotel-overview-amenities ul {
    margin-top: 25px;
}

html {
    scroll-behavior: smooth;
}

.hotelDetailsScroll {
    padding-left: 0px;
    display: flex;
    color: rgba(89, 89, 89, 1);
}

.hotelDetailsScroll .nav-link.active {
    border-bottom: 3px solid rgba(28, 111, 188, 1);
    font-weight: 600;
    color: black !important;
}

.hotel-details-overview {
    margin-top: 30px;
}

div#amenities,
div#policy {
    margin-top: 30px;
}

div#amenities h2,
div#policy h2 {
    font-size: 32px;
}

div#policy ul {
    margin-top: 0px;
}

.hotel-details-container-margin {
    margin-top: 20px !important;
    margin-bottom: 13px;
}

.hotelDetailsTabGrid {
    margin-top: 28px;
}

.hotel-double-room-card-grid {
    display: grid;
    grid-template-columns: repeat(2, 50%);
    /* border: 1px solid rgba(0, 0, 0, 0.1); */
    width: 60%;
}

.hotel-double-room-card-grid .hotel-rooms-card {
    /* width: 408px; */
    height: 478px;
    border-radius: 0px;
}

.hotel-double-room-card-grid .card-rooms-body-footer-1 {
    width: 60%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px 25px;
}

.hotel-card-footer {
    display: flex;
    align-items: center;
    gap: 25px;
}

.hotel-card-footer .price {
    text-align: right;
    margin-bottom: 4px;
}

.card-rooms-body-footer-1 p {
    color: rgba(0, 0, 0, 1);
    font-size: 16px;
}

.hotel-card-footer a {
    color: rgba(28, 111, 188, 1);
    text-decoration: underline;
}

h6.amount-style {
    font-size: 20px;
}

/* .hotel-three-room-card-grid {
    border: 1px solid rgba(0, 0, 0, 0.1);
} */

.hotel-three-room-card-grid .hotel-rooms-card,
.hotel-four-room-card-grid .hotel-rooms-card {
    border-radius: 0px;
}

.hotel-three-room-card-grid .hotel-rooms-card .owl-carousel .owl-item img,
.hotel-double-room-card-grid .hotel-rooms-card .owl-carousel .owl-item img,
.hotel-four-room-card-grid .hotel-rooms-card .owl-carousel .owl-item img {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

.hotel-four-room-card-grid .row {
    justify-content: flex-end;
}

.hotel-three-room-card-grid .card-rooms-body-footer-1,
.hotel-four-room-card-grid .card-rooms-body-footer-1 {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px 25px;
}

.more-toggle {
    color: rgba(28, 111, 188, 1);
    font-weight: 400;
    margin-left: 5px;
    cursor: pointer;
    white-space: nowrap;
    font-size: 14px;
}

.hotel-three-room-card-grid .card-rooms-body-footer-1 p,
.hotel-four-room-card-grid .card-rooms-body-footer-1 p {
    color: rgba(0, 0, 0, 1);
    font-size: 19px;
    font-weight: 500;
}


/* sanjith for hotel list scroll */
.hotel-list {
    height: 167vh;
    overflow: auto;
    scrollbar-width: thin;
    background-color: #f4f4f4;
    overflow: auto;
    scrollbar-width: none;
}

.search_result.active {
    display: block;
    width: 367px;
    position: absolute;
    margin-top: 10rem;
}

.hotel-mobile-search-section {
    display: none;
}

.hotel-details-name-mobile {
    display: none;
}

.hotel-double-card .card-rooms-body-footer-1 {
    width: 60%;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* room done button start */

.mobile-done-btn-container {
    display: block;
    text-align: end;
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #e5e7eb;
}

.btn-done-mobile {
    background: rgba(28, 111, 188, 1);
    color: white;
    padding: 7px 31px;
    border-radius: 8px;
    border: none;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    max-width: 115px;
    min-height: 34px;
}

.btn-done-mobile:hover {
    background: rgba(20, 90, 150, 1);
    transform: translateY(-1px);
}

.btn-done-mobile:active {
    transform: translateY(0);
}

/* done button end */




@media only screen and (max-width: 600px) {
    .hotel-mobile-search-section .destination {
        width: 100% !important;
    }

    .hotel-mobile-search-section .guest-div {
        width: 100% !important;
    }

    .hotel-details-container-margin {
        display: none;
    }

    .hotel-mobile-search-section {
        display: block;
    }

    .hotel-search-section {
        display: flex;
        border: 1px solid rgba(0, 0, 0, 0.1);
        padding: 10px;
        border-radius: 10px;
        gap: 15px;
        align-items: center;
    }

    .hotel-search-section .bi-search::before {
        content: "\f52a";
        font-size: 23px;
        font-weight: 700 !important;
        color: rgba(95, 95, 95, 1);
    }

    .hotel-search-section p {
        margin-bottom: 0px;
        color: rgba(89, 89, 89, 1);
        font-size: 14px;
    }

    .hotel-search-section h6 {
        display: flex;
        gap: 0px;
        font-size: 15px;
        color: rgba(0, 0, 0, 1);
        font-weight: 400;
        align-items: center;
    }

    .hotel-search-outer-shadow {
        box-shadow: 0px 0px 20px 0px rgba(28, 111, 188, 0.2);
        padding: 5px;
        border-radius: 10px;
        margin-top: 17px;
    }

    .hotel-mobile-search-section .modal-body {
        padding: 10px;
    }

    .hotel-mobile-search-section .search_inupt {
        border-radius: 12px;
        box-shadow: none;
    }

    .hotel-mobile-search-section .inputBox {
        margin-bottom: 0px;
        padding: 5px 13px 5px 13px;
    }

    .hotel-mobile-search-section div#checkInContainer,
    .hotel-mobile-search-section .check-out-date {
        width: 100% !important;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .hotel-mobile-search-section label[for="checkInDateInput"]>div:nth-child(2)>div,
    .hotel-mobile-search-section label[for="checkOutDateInput"]>div:nth-child(2)>div {
        display: flex;
        /* flex-direction: row; */
        align-items: center;
        width: 100%;
        justify-content: space-between;
    }

    .hotel-mobile-search-section label[for="checkInDateInput"]>div:nth-child(2),
    .hotel-mobile-search-section label[for="checkOutDateInput"]>div:nth-child(2) {
        width: 100%;
    }

    .hotel-mobile-search-section label[for="travellers"]>div:nth-child(2) {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .hotel-mobile-search-section label[for="travellers"]>div:nth-child(2) p.final-date {
        margin-bottom: 0px;
    }

    .hotel-mobile-search-section .inputBox label {
        padding: 0px;
    }

    .hotel-mobile-search-section .Hotel-final-date {
        margin-bottom: 0px;
    }

    .hotel-mobile-search-section div#travellersContainer {
        padding-top: 20px;
    }

    .hotel-mobile-search-section .btn_inputbox {
        display: none;
    }

    .hotel-mobile-search-section .modal-footer {
        border-top: none;
    }

    .hotel-mobile-search-section button.btn.btn-outline-secondary {
        width: 45%;
        border: 1px solid rgba(28, 111, 188, 1);
        color: rgba(28, 111, 188, 1);
        font-weight: 500;
        font-size: 16px;
        padding-top: 8px;
        padding-bottom: 8px;
        border-radius: 8px;
    }

    .hotel-mobile-search-section .btn.btn-primary {
        width: 50%;
        background: linear-gradient(90deg, #1C6FBC 0%, #0C8BD4 100%);
        font-weight: 500;
        font-size: 16px;
        padding-top: 8px;
        padding-bottom: 8px;
        border-radius: 8px;
    }

    .filter-sort-div {
        margin-top: 10px;
    }

    .filter-sort-div .action-bar {
        display: flex;
        justify-content: space-around;
        padding: 1rem;
        background: #fff;
    }

    .filter-sort-div .action-btn {
        display: flex;
        align-items: center;
        font-size: 16px;
        font-weight: 400;
        cursor: pointer;
        color: rgba(88, 88, 88, 1);
        cursor: pointer;
        gap: 10px;
    }

    .filter-sort-div .action-btn i {
        font-size: 1.2rem;
    }

    .filter-sort-div .btn-gradient {
        background: linear-gradient(90deg, #1C6FBC 0%, #0C8BD4 100%);
        color: #fff;
        border: none;
    }

    .filter-sort-div .btn-gradient:hover {
        opacity: 0.9;
        color: #fff;
    }

    .filter-sort-div .modal-footer .btn {
        flex: 1;
        font-weight: 500;
        padding: 0.7rem;
        border-radius: 8px;
    }

    .filter-sort-div .modal-title {
        color: rgba(51, 51, 51, 1);
        font-size: 18px;
        font-weight: 500;
    }

    .filter-sort-div .btn-close {
        background: none;
    }

    .filter-sort-div .bi-x-lg::before {
        content: "\f659";
        font-size: 20px;
        font-weight: 600 !important;
        color: black;
    }

    .filter-sort-div button.btn-close {
        opacity: 1;
    }

    .filter-sort-div .modal-header {
        margin-right: 15px;
        margin-left: 15px;
        padding-right: 6px;
        padding-left: 6px;
        padding-bottom: 13px;
    }

    .filter-sort-div .modal-footer {
        border-top: none;
    }

    .filter-sort-div button.btn.btn-outline-primary {
        border: 1px solid rgba(28, 111, 188, 1) !important;
        color: rgba(28, 111, 188, 1);
        border-radius: 8px;
    }

    .filter-sidebar {
        border: none;
        padding: 20px 15px 20px 10px;
        height: 500px;
    }

    span.filter-count {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 25px;
        height: 25px;
        padding: 0 6px;
        border-radius: 999px;
        background-color: #1c6fbc47;
        color: black;
        font-size: 13px;
        /* font-weight: 600; */
        line-height: 1;
    }

    .filter-sidebar .accordion-button:not(.collapsed),
    .filter-sidebar button.accordion-button.collapsed {
        justify-content: space-between !important;
    }

    button.btn.btn-cancel {
        border: 1px solid rgba(28, 111, 188, 1) !important;
        color: rgba(28, 111, 188, 1);
        border-radius: 8px;
    }

    .mobile-hide-filter {
        display: none;
    }

    .holtel-list-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .hotel-listing-search .input-group {
        width: 100%;
    }

    .hotel-listing-search {
        flex-wrap: wrap;
        gap: 10px;
        background: none;
    }

    .hotel-listing-details {
        margin-top: 30px;
    }

    .hotel-listing-details .nav {
        align-items: center;
    }

    .hotel-card {
        height: auto;
        padding: 0px;
    }

    .hotel-img {
        width: 100%;
        height: 175px;
    }

    .side-thumbs {
        flex-direction: row;
        position: unset;
        gap: 5px;
        margin-top: 10px;
    }

    .side-thumbs img {
        height: 70px;
        width: 100%;
    }

    .side-thumbs {
        right: 0px;
    }

    .star-rating {
        top: 0px;
        right: 0px;
    }

    .hotel-listing-right-content h5 {
        font-weight: 500;
        font-size: 16px;
        color: #000000;
        text-align: left;
    }

    .hotel-listing-right-content h5 small {
        font-size: 16px;
        color: black !important;
    }

    .hotel-listing-right-content {
        padding: 15px;
    }

    .hotel-listing-right-content .d-flex.justify-content-between {
        justify-content: space-between !important;
    }

    .hotel-listing-location-details-flex {
        margin-top: 5px;
        flex-direction: column;
    }

    .meal-options {
        flex-wrap: wrap;
        margin-top: 10px;
        margin-bottom: 10px;
        border-bottom: 0.75px solid #00000033;
        padding-bottom: 10px;
    }

    section.hotel-filter-section {
        padding-top: 5px;
        flex-direction: column;
    }

    /* --- CUSTOM RADIO BUTTON STYLE --- */
    .custom-radio .form-check-input {
        appearance: none;
        -webkit-appearance: none;
        width: 20px;
        height: 20px;
        border: 2px solid rgba(28, 111, 188, 1);
        border-radius: 50%;
        position: relative;
        cursor: pointer;
        margin-top: 0.3rem;
    }

    .custom-radio .form-check-input:checked {
        background-color: #fff;
    }

    .custom-radio .form-check-input:checked::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 10px;
        height: 10px;
        background-color: rgba(28, 111, 188, 1);
        border-radius: 50%;
        transform: translate(-50%, -50%);
    }

    .custom-radio .form-check-label {
        font-size: 14px;
        /* font-weight: 500; */
        margin-left: 0px;
        cursor: pointer;
        padding-left: 10px;
        margin-top: 5px;
        color: rgba(89, 89, 89, 1);
    }

    .custom-radio .form-check-input:checked+.form-check-label {
        font-weight: 700;
        color: black;
    }

    .custom-radio input[type="radio"]:checked+label:after {
        display: none;
    }

    .custom-radio label:before {
        display: none;
    }

    .hotel-details-name-mobile .d-flex.justify-content-between {
        text-align: left;
        justify-content: start !important;
    }

    .hotel-full-details h1 {
        font-size: 18px;
    }

    .hoteldetails-location span {
        display: none;
    }

    .hoteldetails-name-flex {
        flex-direction: column;
    }

    .hoteldetails-name {
        display: none;
    }

    .hotel-details-name-mobile {
        display: block;
    }

    .hotel-details-name-mobile p {
        display: flex;
        gap: 10px;
        margin-top: 13px;
    }

    .hotel-details-name-mobile .bi-star-fill::before {
        content: "\f586";
        font-size: 15px;
        margin-left: 2px;
        color: rgba(239, 180, 0, 1);
    }

    .rating-star-mobile {
        display: flex;
        gap: 10px;
    }

    .hotel-details-name-mobile .bi-geo-alt::before {
        margin-top: 5px;
    }

    .reserve-btn {
        margin-top: 20px;
    }

    .hoteldetails-grid-images {
        display: none;
    }

    .hotelDetails-images {
        grid-template-columns: repeat(1, 1fr);
    }

    .hotelSlider-images .owl-carousel {
        width: 100%;
    }

    .popup-content img {
        width: 100% !important;
    }

    .hotelSlider-images img {
        width: 390px !important;
        height: 250px;
        object-fit: cover;
        display: block;
        margin-top: 50px;
    }

    .hotelSlider-images {
        width: 100% !important;
        max-width: 706px !important;
        /* height: 250px; */
        border-radius: 0px;
        overflow: hidden;
        margin: 0 auto;
    }

    .faci_list01 {
        margin-left: 20px;
        flex-direction: column;
    }

    .overview-item ul li {
        margin-bottom: 0px;
    }

    .hotel-overview-amenities ul {
        margin-top: 0px;
    }

    .hotel-three-room-card-grid .d-flex.justify-content-between,
    .hotel-four-room-card-grid .d-flex.justify-content-between {
        justify-content: space-between !important;
    }

    .hotel-three-room-card-grid .card-rooms-body-footer-1,
    .hotel-four-room-card-grid .card-rooms-body-footer-1 {
        padding: 20px 10px;
    }

    .hotel-three-room-card-grid,
    .hotel-four-room-card-grid {
        margin-bottom: 40px;
    }

    .hotel-rooms-card {
        height: auto;
        padding-bottom: 15px;
    }

    .hotel-three-room-card-grid .card-rooms-body-footer-1 p,
    .hotel-four-room-card-grid .card-rooms-body-footer-1 p {
        font-size: 16px;
    }

    .hotelSlider-images .owl-nav {
        display: none;
    }

    .card-rooms-body .price {
        text-align: justify;
    }

    .hotelDetailsScroll {
        overflow-y: auto;
        scrollbar-width: none;
    }

    .hotelDetailsTabGrid {
        margin-top: 0px;
    }

    .hotelDetailsTabGrid .owl-carousel .owl-nav button.owl-next,
    .hotelDetailsTabGrid .owl-carousel .owl-nav button.owl-prev {
        height: 32px;
        min-height: 33px;
    }

    .card-rooms-body .d-flex.justify-content-between {
        justify-content: space-between !important;
    }

    .card-rooms-body .btn span {
        font-size: 16px;
    }

    .hotel-details-overview {
        padding: 25px 25px;
    }

    .hotel-double-room-card-grid {
        width: 100%;
        grid-template-columns: repeat(1, 100%);
        position: relative;
    }

    .hotel-double-card .card-rooms-body-footer-1 {
        width: 100%;
        justify-content: space-between !important;
    }

    .hotel-card-footer {
        gap: 0px;
        flex-direction: column;
    }

    .reserve-btn {
        position: unset;
        left: 12px;
        margin-top: 10px;
        height: 40px;
        width: 94%;
    }

    .btn span {
        font-size: 17px;
    }

    .hotel-double-card {
        margin-bottom: 50px;
    }

    .hotel-double-room-card-grid .hotel-rooms-card {
        height: 490px;
        margin-bottom: 20px;
    }

    div#amenities,
    div#policy {
        padding-left: 20px;
    }

    .hotel-overview-amenities ul {
        margin-top: 0px;
    }

    .faci_list01 {
        flex-direction: column;
    }

    #news-slider .owl-dots,
    #news-slider .owl-dots {
        display: none;
    }

    .starting-from-details {
        display: flex;
        justify-content: space-between;
        margin-top: 10px;
    }

    .starting-from-details h6 {
        display: none;
    }

    a.choose-room-btn {
        padding: 10px 25px;
        border-radius: 8px;
        width: 100%;
        margin-top: 15px;
    }

    .hotel-list {
        background-color: unset;
    }

    section.hotel-filter-section::before {
        mask-image: linear-gradient(to bottom, rgb(15 5 5 / 0%) 0%, rgb(0 0 0 / 35%) 15%, rgb(0 0 0 / 26%) 85%, rgb(0 0 0 / 44%) 100%);
    }

    .hotel-list-slider-img .carousel-item {
        height: 160px;
    }

    .hotel-list-slider-img .carousel-control-prev,
    .hotel-list-slider-img .carousel-control-next {
        opacity: 1;
        background: white;
    }

    .hotel-list-slider-img .carousel-control-next-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%231C6FBC' stroke-width='2'%3e%3cpath d='M4.646 1.646 L10.293 8 L4.646 14.354'/%3e%3c/svg%3e");
    }

    .hotel-list-slider-img .carousel-control-prev-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%231C6FBC' stroke-width='2'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
    }

    .hotel-list-slider-img .carousel-control-prev-icon,
    .hotel-list-slider-img .carousel-control-next-icon {
        width: 16px;
        height: 16px;
    }

    #mobile-destination .bi-geo-alt::before {
        display: none;
    }

}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .hotel-search-details .search_result.active {
        width: 100%;


    }

    .hotel-mobile-search-section .guest-div {
        width: 100% !important;
    }

    .hotel-details-container-margin {
        display: none;
    }

    .hotel-mobile-search-section {
        display: block;
    }

    .hotel-search-section {
        display: flex;
        border: 1px solid rgba(0, 0, 0, 0.1);
        padding: 10px;
        border-radius: 10px;
        gap: 15px;
        align-items: center;
    }

    .hotel-search-section .bi-search::before {
        content: "\f52a";
        font-size: 23px;
        font-weight: 700 !important;
        color: rgba(95, 95, 95, 1);
    }

    .hotel-search-section p {
        margin-bottom: 0px;
        color: rgba(89, 89, 89, 1);
        font-size: 14px;
    }

    .hotel-search-section h6 {
        display: flex;
        gap: 5px;
        font-size: 15px;
        color: rgba(0, 0, 0, 1);
        font-weight: 400;
        align-items: center;
    }

    .hotel-search-outer-shadow {
        box-shadow: 0px 0px 20px 0px rgba(28, 111, 188, 0.2);
        padding: 5px;
        border-radius: 10px;
        margin-top: 17px;
    }

    .hotel-mobile-search-section .modal-body {
        padding: 10px;
    }

    .hotel-mobile-search-section .search_inupt {
        border-radius: 12px;
        box-shadow: none;
    }

    .hotel-mobile-search-section .inputBox {
        margin-bottom: 0px;
        padding: 5px 13px 5px 13px;
    }

    .hotel-mobile-search-section div#checkInContainer,
    .hotel-mobile-search-section .check-out-date {
        width: 100% !important;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .hotel-mobile-search-section label[for="checkInDateInput"]>div:nth-child(2)>div,
    .hotel-mobile-search-section label[for="checkOutDateInput"]>div:nth-child(2)>div {
        display: flex;
        /* flex-direction: row; */
        align-items: center;
        width: 100%;
        justify-content: space-between;
    }

    .hotel-mobile-search-section label[for="checkInDateInput"]>div:nth-child(2),
    .hotel-mobile-search-section label[for="checkOutDateInput"]>div:nth-child(2) {
        width: 100%;
    }

    .hotel-mobile-search-section label[for="travellers"]>div:nth-child(2) {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .hotel-mobile-search-section label[for="travellers"]>div:nth-child(2) p.final-date {
        margin-bottom: 0px;
    }

    .hotel-mobile-search-section .inputBox label {
        padding: 0px;
    }

    .hotel-mobile-search-section .Hotel-final-date {
        margin-bottom: 0px;
    }

    .hotel-mobile-search-section div#travellersContainer {
        padding-top: 20px;
    }

    .hotel-mobile-search-section .btn_inputbox {
        display: none;
    }

    .hotel-mobile-search-section .modal-footer {
        border-top: none;
    }

    .hotel-mobile-search-section button.btn.btn-outline-secondary {
        width: 45%;
        border: 1px solid rgba(28, 111, 188, 1);
        color: rgba(28, 111, 188, 1);
        font-weight: 500;
        font-size: 16px;
        padding-top: 8px;
        padding-bottom: 8px;
        border-radius: 8px;
    }

    .hotel-mobile-search-section .btn.btn-primary {
        width: 50%;
        background: linear-gradient(90deg, #1C6FBC 0%, #0C8BD4 100%);
        font-weight: 500;
        font-size: 16px;
        padding-top: 8px;
        padding-bottom: 8px;
        border-radius: 8px;
    }

    .filter-sort-div {
        margin-top: 10px;
    }

    .filter-sort-div .action-bar {
        display: flex;
        justify-content: space-around;
        padding: 1rem;
        background: #fff;
    }

    .filter-sort-div .action-btn {
        display: flex;
        align-items: center;
        font-size: 16px;
        font-weight: 400;
        cursor: pointer;
        color: rgba(88, 88, 88, 1);
        cursor: pointer;
        gap: 10px;
    }

    .filter-sort-div .action-btn i {
        font-size: 1.2rem;
    }

    .filter-sort-div .btn-gradient {
        background: linear-gradient(90deg, #1C6FBC 0%, #0C8BD4 100%);
        color: #fff;
        border: none;
    }

    .filter-sort-div .btn-gradient:hover {
        opacity: 0.9;
        color: #fff;
    }

    .filter-sort-div .modal-footer .btn {
        flex: 1;
        font-weight: 500;
        padding: 0.7rem;
        border-radius: 8px;
    }

    .filter-sort-div .modal-title {
        color: rgba(51, 51, 51, 1);
        font-size: 18px;
        font-weight: 500;
    }

    .filter-sort-div .btn-close {
        background: none;
    }

    .filter-sort-div .bi-x-lg::before {
        content: "\f659";
        font-size: 20px;
        font-weight: 600 !important;
        color: black;
    }

    .filter-sort-div button.btn-close {
        opacity: 1;
    }

    .filter-sort-div .modal-header {
        margin-right: 15px;
        margin-left: 15px;
        padding-right: 6px;
        padding-left: 6px;
        padding-bottom: 13px;
    }

    .filter-sort-div .modal-footer {
        border-top: none;
    }

    .filter-sort-div button.btn.btn-outline-primary {
        border: 1px solid rgba(28, 111, 188, 1) !important;
        color: rgba(28, 111, 188, 1);
        border-radius: 8px;
    }

    .filter-sidebar {
        border: none;
        padding: 20px 15px 20px 10px;
        height: 500px;
    }

    span.filter-count {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 25px;
        height: 25px;
        padding: 0 6px;
        border-radius: 999px;
        background-color: #1c6fbc47;
        color: black;
        font-size: 13px;
        /* font-weight: 600; */
        line-height: 1;
    }

    .filter-sidebar .accordion-button:not(.collapsed),
    .filter-sidebar button.accordion-button.collapsed {
        justify-content: space-between !important;
    }

    button.btn.btn-cancel {
        border: 1px solid rgba(28, 111, 188, 1) !important;
        color: rgba(28, 111, 188, 1);
        border-radius: 8px;
    }

    .mobile-hide-filter {
        display: none;
    }

    .holtel-list-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .hotel-listing-search .input-group {
        width: 100%;
    }

    .hotel-listing-search {
        flex-wrap: wrap;
        gap: 10px;
    }

    .hotel-listing-details {
        margin-top: 30px;
    }

    .hotel-listing-details .nav {
        align-items: center;
    }

    .hotel-card {
        height: auto;
    }

    .hotel-img {
        width: 100%;
        height: 175px;
    }

    .side-thumbs {
        flex-direction: row;
        position: unset;
        gap: 5px;
        margin-top: 10px;
    }

    .side-thumbs img {
        height: 70px;
        width: 32.2%;
    }

    .side-thumbs {
        right: 0px;
    }

    .star-rating {
        top: 15px;
    }

    .hotel-listing-right-content h5 {
        font-size: 18px;
    }

    .hotel-listing-right-content {
        padding-top: 15px;
    }

    .hotel-listing-right-content .d-flex.justify-content-between {
        justify-content: space-between !important;
        flex-wrap: wrap;
    }

    .hotel-listing-location-details-flex {
        margin-top: 5px;
    }

    .meal-options {
        flex-wrap: wrap;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    section.hotel-filter-section {
        padding-top: 5px;
    }

    a.choose-room-btn {
        padding: 6px 15px;
    }

    .meal-options {
        gap: 5px !important;
    }

    /* --- CUSTOM RADIO BUTTON STYLE --- */
    .custom-radio .form-check-input {
        appearance: none;
        -webkit-appearance: none;
        width: 20px;
        height: 20px;
        border: 2px solid rgba(28, 111, 188, 1);
        border-radius: 50%;
        position: relative;
        cursor: pointer;
        margin-top: 0.3rem;
    }

    .custom-radio .form-check-input:checked {
        background-color: #fff;
    }

    .custom-radio .form-check-input:checked::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 10px;
        height: 10px;
        background-color: rgba(28, 111, 188, 1);
        border-radius: 50%;
        transform: translate(-50%, -50%);
    }

    .custom-radio .form-check-label {
        font-size: 14px;
        /* font-weight: 500; */
        margin-left: 0px;
        cursor: pointer;
        padding-left: 10px;
        margin-top: 5px;
        color: rgba(89, 89, 89, 1);
    }

    .custom-radio .form-check-input:checked+.form-check-label {
        font-weight: 700;
        color: black;
    }

    .custom-radio input[type="radio"]:checked+label:after {
        display: none;
    }

    .custom-radio label:before {
        display: none;
    }

    .hoteldetails-name {
        display: none;
    }

    .hotel-details-name-mobile {
        display: block;
    }

    .hotel-details-name-mobile p {
        display: flex;
        font-size: 16px;
        gap: 10px;
    }

    .bi-geo-alt::before {
        margin-top: 6px;
    }

    .rating-star-mobile .bi-star-fill::before {
        content: "\f586";
        font-size: 20px;
        margin-left: 2px;
        color: rgba(239, 180, 0, 1);
    }

    .rating-star-mobile {
        display: flex;
        gap: 10px;
    }

    .hotelDetails-images {
        grid-template-columns: repeat(2, 50%);
    }

    .hotelSlider-images .owl-carousel {
        width: 100%;
    }

    .hoteldetails-grid-images img {
        height: 148px;
        width: 100% !important;
    }

    .more-images-count {
        bottom: -45%;
    }

    .hotel-details-overview {
        padding: 25px 35px;
    }

    div#amenities,
    div#policy {
        margin-left: 20px;
    }
}

/* ==================== RESPONSIVE CALENDAR STYLES ==================== */

/* General Calendar Responsive Improvements */
.search-form-details {
    width: 100%;
    max-width: 100%;
}

.search_inupt {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: stretch;
}

/* .inputBox {
    flex: 1;
    min-width: 100%;
} */

.btn_inputbox {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
}

/* Mobile Responsive Styles (≤768px) */
@media (max-width: 768px) {
    .search_inupt {
        flex-direction: column;
        gap: 12px;
    }

    .inputBox {
        min-width: 100%;
        width: 100%;
    }

    .btn_inputbox {
        width: 100%;
        justify-content: center;
    }

    .btn_main {
        width: 100%;
        max-width: 100%;
        padding: 15px 20px;
        font-size: 16px;
        font-weight: 600;
    }

    /* Input field improvements */
    .inputBox label {
        padding: 12px 15px;
        min-height: 50px;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .inputBox label>div:first-child {
        flex-shrink: 0;
    }

    .inputBox label>div:last-child {
        flex: 1;
        min-width: 0;
    }

    /* Destination display improvements */
    .fromAirDisplay {
        font-size: 14px;
        line-height: 1.4;
    }

    .fromAirDisplay .placeholder {
        color: #6b7280;
    }

    /* Date display improvements */
    .Hotel-final-date {
        font-size: 14px;
        font-weight: 500;
        line-height: 1.3;
    }

    .label_input {
        font-size: 12px;
        color: #6b7280;
        margin-bottom: 2px;
        display: block;
    }

    /* Search dropdown improvements */
    .hotel-search-result {
        width: 100%;
        max-width: 100%;
        left: 0;
        right: 0;
        margin: 0;
        border-radius: 8px;
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    }

    .search_input_wrapper {
        padding: 12px 15px;
    }

    .hotel_search_entry {
        font-size: 16px;
        padding: 8px 12px;
    }

    .hotel_search_list {
        max-height: 300px;
        overflow-y: auto;
    }

    .hotel_search_list li {
        padding: 12px 15px;
        font-size: 14px;
        line-height: 1.4;
    }

    /* Calendar popup improvements for mobile */
    .calendar-popup {
        width: 100% !important;
        max-width: 100% !important;
        min-width: auto !important;
        left: 0 !important;
        right: 0 !important;
        margin: 0 !important;
        padding: 15px !important;
        position: fixed !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        max-height: 90vh !important;
        overflow-y: auto !important;
        border-radius: 12px !important;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2) !important;
        z-index: 9999 !important;
    }

    .calendar-container {
        padding: 10px !important;
        width: 100% !important;
    }

    .calendar-months {
        display: flex !important;
        flex-direction: column !important;
        gap: 20px !important;
        width: 100% !important;
    }

    .calendar-month {
        width: 100% !important;
        min-width: auto !important;
    }

    .calendar-month h4 {
        font-size: 18px !important;
        margin-bottom: 10px !important;
    }

    .calendar-grid {
        display: grid !important;
        grid-template-columns: repeat(7, 1fr) !important;
        gap: 2px !important;
        width: 100% !important;
        margin: 0 !important;
    }

    .calendar-grid .header {
        padding: 8px 2px !important;
        font-size: 11px !important;
        font-weight: 500 !important;
    }

    .calendar-grid .day {
        padding: 8px 2px !important;
        font-size: 12px !important;
        min-height: 32px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        border-radius: 4px !important;
    }

    /* Navigation buttons for mobile */
    .calendar-popup .nav-btn {
        position: absolute !important;
        top: 15px !important;
        width: 36px !important;
        height: 36px !important;
        background: rgba(28, 111, 188, 0.1) !important;
        border: none !important;
        border-radius: 50% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        cursor: pointer !important;
        transition: all 0.2s ease !important;
        color: #1c6fbc !important;
        z-index: 10 !important;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
    }

    .calendar-popup .nav-btn:hover {
        background: #1c6fbc !important;
        color: white !important;
        transform: scale(1.05) !important;
    }

    .calendar-popup .nav-btn.nav-left {
        left: 15px !important;
    }

    .calendar-popup .nav-btn.nav-right {
        right: 15px !important;
    }

    .calendar-popup .nav-btn i {
        font-size: 14px !important;
        font-weight: bold !important;
    }

    /* Calendar header improvements */
    .calendar-header {
        text-align: center !important;
        margin-bottom: 20px !important;
        padding: 0 50px !important;
        position: relative !important;
    }

    .calendar-header .search_label {
        font-size: 16px !important;
        font-weight: 600 !important;
        color: #333 !important;
    }

    /* Date selection labels */
    .calendar-grid .day.check-in-date::after,
    .calendar-grid .day.check-out-date::after {
        font-size: 8px !important;
        bottom: -1px !important;
    }

    /* Travellers dropdown improvements */
    .travellers_select {
        width: 100%;
        max-width: 100%;
        left: 0;
        right: 0;
        margin: 0;
    }

    .traveller-header {
        padding: 15px;
        flex-direction: column;
        gap: 10px;
        align-items: stretch;
    }

    .add-room-btn {
        width: 100%;
        padding: 12px;
        font-size: 14px;
    }
}

/* Tablet responsive styles (769px-1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
    .search_inupt {
        gap: 12px;
    }

    .inputBox {
        min-width: 180px;
    }

    .btn_main {
        padding: 12px 24px;
        font-size: 15px;
    }

    /* Calendar tablet styles */
    .calendar-popup {
        min-width: 500px !important;
        max-width: 90vw !important;
        position: absolute !important;
        top: 100% !important;
        left: 0 !important;
        transform: none !important;
    }

    .calendar-months {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 20px !important;
    }

    .calendar-month {
        min-width: 200px !important;
    }

    .calendar-grid .day {
        padding: 10px 4px !important;
        font-size: 13px !important;
        min-height: 36px !important;
    }
}

/* Desktop responsive styles (≥1025px) */
@media (min-width: 1025px) {
    .calendar-popup {
        min-width: 650px !important;
        max-width: 700px !important;
        position: absolute !important;
        top: 100% !important;
        left: 0 !important;
        transform: none !important;
    }

    .calendar-months {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 30px !important;
    }

    .calendar-month {
        min-width: 250px !important;
    }

    .calendar-grid .day {
        padding: 8px 0px !important;
        font-size: 12px !important;
        min-height: 36px !important;
    }

    .calendar-popup .nav-btn {
        width: 40px !important;
        height: 40px !important;
        top: 20px !important;
    }

    .calendar-popup .nav-btn.nav-left {
        left: 20px !important;
    }

    .calendar-popup .nav-btn.nav-right {
        right: 20px !important;
    }

    .calendar-popup .nav-btn i {
        font-size: 16px !important;
    }
}

/* Extra small screens (≤480px) */
@media (max-width: 480px) {

    /* Calendar extra small screen improvements */
    .calendar-popup {
        padding: 10px !important;
        max-height: 95vh !important;
        border-radius: 8px !important;
    }

    .calendar-container {
        padding: 5px !important;
    }

    .calendar-month h4 {
        font-size: 16px !important;
        margin-bottom: 8px !important;
    }

    .calendar-grid .day {
        padding: 6px 1px !important;
        font-size: 11px !important;
        min-height: 28px !important;
    }

    .calendar-grid .header {
        padding: 6px 1px !important;
        font-size: 10px !important;
    }

    .calendar-popup .nav-btn {
        width: 32px !important;
        height: 32px !important;
        top: 10px !important;
    }

    .calendar-popup .nav-btn.nav-left {
        left: 10px !important;
    }

    .calendar-popup .nav-btn.nav-right {
        right: 10px !important;
    }

    .calendar-popup .nav-btn i {
        font-size: 12px !important;
    }

    .calendar-header {
        padding: 0 40px !important;
        margin-bottom: 15px !important;
    }

    .calendar-header .search_label {
        font-size: 14px !important;
    }

    /* Date selection labels for small screens */
    .calendar-grid .day.check-in-date::after,
    .calendar-grid .day.check-out-date::after {
        font-size: 7px !important;
        bottom: -2px !important;
    }
}

/* Calendar animation improvements */
.calendar-popup {
    animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translate(-50%, -60%);
    }

    to {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}

/* Desktop calendar animation */
@media (min-width: 769px) {
    .calendar-popup {
        animation: slideDown 0.3s ease-in-out;
    }

    @keyframes slideDown {
        from {
            opacity: 0;
            transform: translateY(-10px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
}

/* Override existing calendar styles for better responsive behavior */
.calendar-popup.active {
    display: block !important;
}

/* Ensure calendar doesn't break existing functionality */
div#checkInCalendarPopup,
div#checkOutCalendarPopup {
    z-index: 9999 !important;
}

/* Mobile-specific calendar fixes */
@media (max-width: 768px) {

    div#checkInCalendarPopup,
    div#checkOutCalendarPopup {
        position: fixed !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        margin: 0 !important;
    }
}

/* Tablet and desktop calendar positioning */
@media (min-width: 769px) {

    div#checkInCalendarPopup,
    div#checkOutCalendarPopup {
        position: absolute !important;
        top: 100% !important;
        left: 0 !important;
        transform: none !important;
        margin-top: 10px !important;
    }
}

@media only screen and (min-width: 993px) and (max-width: 1200px) {
    .hotel-mobile-search-section .destination {
        width: 100% !important;
    }

    .hotel-mobile-search-section .guest-div {
        width: 100% !important;
    }

    .hotel-details-container-margin {
        display: none;
    }

    .hotel-mobile-search-section {
        display: block;
    }

    .hotel-search-section {
        display: flex;
        border: 1px solid rgba(0, 0, 0, 0.1);
        padding: 10px;
        border-radius: 10px;
        gap: 15px;
        align-items: center;
    }

    .hotel-search-section .bi-search::before {
        content: "\f52a";
        font-size: 23px;
        font-weight: 700 !important;
        color: rgba(95, 95, 95, 1);
    }

    .hotel-search-section p {
        margin-bottom: 0px;
        color: rgba(89, 89, 89, 1);
        font-size: 14px;
    }

    .hotel-search-section h6 {
        display: flex;
        gap: 5px;
        font-size: 15px;
        color: rgba(0, 0, 0, 1);
        font-weight: 400;
        align-items: center;
    }

    .hotel-search-outer-shadow {
        box-shadow: 0px 0px 20px 0px rgba(28, 111, 188, 0.2);
        padding: 5px;
        border-radius: 10px;
        margin-top: 17px;
    }

    .hotel-mobile-search-section .modal-body {
        padding: 10px;
    }

    .hotel-mobile-search-section .search_inupt {
        border-radius: 12px;
        box-shadow: none;
    }

    .hotel-mobile-search-section .inputBox {
        margin-bottom: 0px;
        padding: 5px 13px 5px 13px;
    }

    .hotel-mobile-search-section div#checkInContainer,
    .hotel-mobile-search-section .check-out-date {
        width: 100% !important;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .hotel-mobile-search-section label[for="checkInDateInput"]>div:nth-child(2)>div,
    .hotel-mobile-search-section label[for="checkOutDateInput"]>div:nth-child(2)>div {
        display: flex;
        /* flex-direction: row; */
        align-items: center;
        width: 100%;
        justify-content: space-between;
    }

    .hotel-mobile-search-section label[for="checkInDateInput"]>div:nth-child(2),
    .hotel-mobile-search-section label[for="checkOutDateInput"]>div:nth-child(2) {
        width: 100%;
    }

    .hotel-mobile-search-section label[for="travellers"]>div:nth-child(2) {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .hotel-mobile-search-section label[for="travellers"]>div:nth-child(2) p.final-date {
        margin-bottom: 0px;
    }

    .hotel-mobile-search-section .inputBox label {
        padding: 0px;
    }

    .hotel-mobile-search-section .Hotel-final-date {
        margin-bottom: 0px;
    }

    .hotel-mobile-search-section div#travellersContainer {
        padding-top: 20px;
    }

    .hotel-mobile-search-section .btn_inputbox {
        display: none;
    }

    .hotel-mobile-search-section .modal-footer {
        border-top: none;
    }

    .hotel-mobile-search-section button.btn.btn-outline-secondary {
        width: 45%;
        border: 1px solid rgba(28, 111, 188, 1);
        color: rgba(28, 111, 188, 1);
        font-weight: 500;
        font-size: 16px;
        padding-top: 8px;
        padding-bottom: 8px;
        border-radius: 8px;
    }

    .hotel-mobile-search-section .btn.btn-primary {
        width: 50%;
        background: linear-gradient(90deg, #1C6FBC 0%, #0C8BD4 100%);
        font-weight: 500;
        font-size: 16px;
        padding-top: 8px;
        padding-bottom: 8px;
        border-radius: 8px;
    }

    .filter-sort-div {
        margin-top: 10px;
    }

    .filter-sort-div .action-bar {
        display: flex;
        justify-content: space-around;
        padding: 1rem;
        background: #fff;
    }

    .filter-sort-div .action-btn {
        display: flex;
        align-items: center;
        font-size: 16px;
        font-weight: 400;
        cursor: pointer;
        color: rgba(88, 88, 88, 1);
        cursor: pointer;
        gap: 10px;
    }

    .filter-sort-div .action-btn i {
        font-size: 1.2rem;
    }

    .filter-sort-div .btn-gradient {
        background: linear-gradient(90deg, #1C6FBC 0%, #0C8BD4 100%);
        color: #fff;
        border: none;
    }

    .filter-sort-div .btn-gradient:hover {
        opacity: 0.9;
        color: #fff;
    }

    .filter-sort-div .modal-footer .btn {
        flex: 1;
        font-weight: 500;
        padding: 0.7rem;
        border-radius: 8px;
    }

    .filter-sort-div .modal-title {
        color: rgba(51, 51, 51, 1);
        font-size: 18px;
        font-weight: 500;
    }

    .filter-sort-div .btn-close {
        background: none;
    }

    .filter-sort-div .bi-x-lg::before {
        content: "\f659";
        font-size: 20px;
        font-weight: 600 !important;
        color: black;
    }

    .filter-sort-div button.btn-close {
        opacity: 1;
    }

    .filter-sort-div .modal-header {
        margin-right: 15px;
        margin-left: 15px;
        padding-right: 6px;
        padding-left: 6px;
        padding-bottom: 13px;
    }

    .filter-sort-div .modal-footer {
        border-top: none;
    }

    .filter-sort-div button.btn.btn-outline-primary {
        border: 1px solid rgba(28, 111, 188, 1) !important;
        color: rgba(28, 111, 188, 1);
        border-radius: 8px;
    }

    .filter-sidebar {
        border: none;
        padding: 20px 15px 20px 10px;
        height: 500px;
    }

    span.filter-count {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 25px;
        height: 25px;
        padding: 0 6px;
        border-radius: 999px;
        background-color: #1c6fbc47;
        color: black;
        font-size: 13px;
        /* font-weight: 600; */
        line-height: 1;
    }

    .filter-sidebar .accordion-button:not(.collapsed),
    .filter-sidebar button.accordion-button.collapsed {
        justify-content: space-between !important;
    }

    button.btn.btn-cancel {
        border: 1px solid rgba(28, 111, 188, 1) !important;
        color: rgba(28, 111, 188, 1);
        border-radius: 8px;
    }

    .mobile-hide-filter {
        display: none;
    }

    .holtel-list-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .hotel-listing-search .input-group {
        width: 100%;
    }

    .hotel-listing-search {
        flex-wrap: wrap;
        gap: 10px;
    }

    .hotel-listing-details {
        margin-top: 30px;
    }

    .hotel-listing-details .nav {
        align-items: center;
    }

    .hotel-card {
        height: auto;
    }

    .hotel-img {
        width: 100%;
        height: 175px;
    }

    .side-thumbs {
        flex-direction: row;
        position: unset;
        gap: 5px;
        margin-top: 10px;
    }

    .side-thumbs img {
        height: 70px;
        width: 32.2%;
    }

    .side-thumbs {
        right: 0px;
    }

    .hotel-listing-right-content h5 {
        font-size: 18px;
    }

    .hotel-listing-right-content {
        padding-top: 15px;
    }

    .hotel-listing-right-content .d-flex.justify-content-between {
        justify-content: space-between !important;
        flex-wrap: wrap;
    }

    .hotel-listing-location-details-flex {
        margin-top: 5px;
    }

    .meal-options {
        flex-wrap: wrap;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    section.hotel-filter-section {
        padding-top: 5px;
    }

    a.choose-room-btn {
        padding: 6px 15px;
    }

    .meal-options {
        gap: 5px !important;
    }

    /* --- CUSTOM RADIO BUTTON STYLE --- */
    .custom-radio .form-check-input {
        appearance: none;
        -webkit-appearance: none;
        width: 20px;
        height: 20px;
        border: 2px solid rgba(28, 111, 188, 1);
        border-radius: 50%;
        position: relative;
        cursor: pointer;
        margin-top: 0.3rem;
    }

    .custom-radio .form-check-input:checked {
        background-color: #fff;
    }

    .custom-radio .form-check-input:checked::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 10px;
        height: 10px;
        background-color: rgba(28, 111, 188, 1);
        border-radius: 50%;
        transform: translate(-50%, -50%);
    }

    .custom-radio .form-check-label {
        font-size: 14px;
        /* font-weight: 500; */
        margin-left: 0px;
        cursor: pointer;
        padding-left: 10px;
        margin-top: 5px;
        color: rgba(89, 89, 89, 1);
    }

    .custom-radio .form-check-input:checked+.form-check-label {
        font-weight: 700;
        color: black;
    }

    .custom-radio input[type="radio"]:checked+label:after {
        display: none;
    }

    .custom-radio label:before {
        display: none;
    }

    .hotel-details-name-mobile p {
        display: flex;
        font-size: 16px;
        gap: 10px;
    }

    .bi-geo-alt::before {
        margin-top: 6px;
    }

    .rating-star-mobile .bi-star-fill::before {
        content: "\f586";
        font-size: 20px;
        margin-left: 2px;
        color: rgba(239, 180, 0, 1);
    }

    .rating-star-mobile {
        display: flex;
        gap: 10px;
    }

    .hotelDetails-images {
        grid-template-columns: repeat(2, 50%);
    }

    .hotelSlider-images .owl-carousel {
        width: 100%;
    }

    .hoteldetails-grid-images img {
        height: 148px;
        width: 100% !important;
    }

    .more-images-count {
        bottom: -45%;
    }

    .hotel-details-overview {
        padding: 25px 35px;
    }

    div#amenities,
    div#policy {
        margin-left: 20px;
    }
}

/* ==================== RESPONSIVE CALENDAR STYLES ==================== */

/* General Calendar Responsive Improvements */
.search-form-details {
    width: 100%;
    max-width: 100%;
}

.search_inupt {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: stretch;
}

/* .inputBox {
    flex: 1;
    min-width: 200px;
} */

.btn_inputbox {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
}

/* Mobile Responsive Styles (≤768px) */
@media (max-width: 768px) {
    .search_inupt {
        flex-direction: column;
        gap: 12px;
    }

    .inputBox {
        min-width: 100%;
        width: 100%;
    }

    .btn_inputbox {
        width: 100%;
        justify-content: center;
    }

    .btn_main {
        width: 100%;
        max-width: 100%;
        padding: 15px 20px;
        font-size: 16px;
        font-weight: 600;
    }

    /* Input field improvements */
    .inputBox label {
        padding: 12px 15px;
        min-height: 50px;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .inputBox label>div:first-child {
        flex-shrink: 0;
    }

    .inputBox label>div:last-child {
        flex: 1;
        min-width: 0;
    }

    /* Destination display improvements */
    .fromAirDisplay {
        font-size: 14px;
        line-height: 1.4;
    }

    .fromAirDisplay .placeholder {
        color: #6b7280;
    }

    /* Date display improvements */
    .Hotel-final-date {
        font-size: 14px;
        font-weight: 500;
        line-height: 1.3;
    }

    .label_input {
        font-size: 12px;
        color: #6b7280;
        margin-bottom: 2px;
        display: block;
    }

    /* Search dropdown improvements */
    .hotel-search-result {
        width: 100%;
        max-width: 100%;
        left: 0;
        right: 0;
        margin: 0;
        border-radius: 8px;
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    }

    .search_input_wrapper {
        padding: 12px 15px;
    }

    .hotel_search_entry {
        font-size: 16px;
        padding: 8px 12px;
    }

    .hotel_search_list {
        max-height: 300px;
        overflow-y: auto;
    }

    .hotel_search_list li {
        padding: 12px 15px;
        font-size: 14px;
        line-height: 1.4;
    }

    /* Calendar popup improvements for mobile */
    .calendar-popup {
        width: 100% !important;
        max-width: 100% !important;
        min-width: auto !important;
        left: 0 !important;
        right: 0 !important;
        margin: 0 !important;
        padding: 15px !important;
        position: fixed !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        max-height: 90vh !important;
        overflow-y: auto !important;
        border-radius: 12px !important;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2) !important;
        z-index: 9999 !important;
    }

    .calendar-container {
        padding: 10px !important;
        width: 100% !important;
    }

    .calendar-months {
        display: flex !important;
        flex-direction: column !important;
        gap: 20px !important;
        width: 100% !important;
    }

    .calendar-month {
        width: 100% !important;
        min-width: auto !important;
    }

    .calendar-month h4 {
        font-size: 18px !important;
        margin-bottom: 10px !important;
    }

    .calendar-grid {
        display: grid !important;
        grid-template-columns: repeat(7, 1fr) !important;
        gap: 2px !important;
        width: 100% !important;
        margin: 0 !important;
    }

    .calendar-grid .header {
        padding: 8px 2px !important;
        font-size: 11px !important;
        font-weight: 500 !important;
    }

    .calendar-grid .day {
        padding: 8px 2px !important;
        font-size: 12px !important;
        min-height: 32px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        border-radius: 4px !important;
    }

    /* Navigation buttons for mobile */
    .calendar-popup .nav-btn {
        position: absolute !important;
        top: 15px !important;
        width: 36px !important;
        height: 36px !important;
        background: rgba(28, 111, 188, 0.1) !important;
        border: none !important;
        border-radius: 50% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        cursor: pointer !important;
        transition: all 0.2s ease !important;
        color: #1c6fbc !important;
        z-index: 10 !important;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
    }

    .calendar-popup .nav-btn:hover {
        background: #1c6fbc !important;
        color: white !important;
        transform: scale(1.05) !important;
    }

    .calendar-popup .nav-btn.nav-left {
        left: 15px !important;
    }

    .calendar-popup .nav-btn.nav-right {
        right: 15px !important;
    }

    .calendar-popup .nav-btn i {
        font-size: 14px !important;
        font-weight: bold !important;
    }

    /* Calendar header improvements */
    .calendar-header {
        text-align: center !important;
        margin-bottom: 20px !important;
        padding: 0 50px !important;
        position: relative !important;
    }

    .calendar-header .search_label {
        font-size: 16px !important;
        font-weight: 600 !important;
        color: #333 !important;
    }

    /* Date selection labels */
    .calendar-grid .day.check-in-date::after,
    .calendar-grid .day.check-out-date::after {
        font-size: 8px !important;
        bottom: -1px !important;
    }

    /* Travellers dropdown improvements */
    .travellers_select {
        width: 100%;
        max-width: 100%;
        left: 0;
        right: 0;
        margin: 0;
    }

    .traveller-header {
        padding: 15px;
        flex-direction: column;
        gap: 10px;
        align-items: stretch;
    }

    .add-room-btn {
        width: 100%;
        padding: 12px;
        font-size: 14px;
    }
}

/* Tablet responsive styles (769px-1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
    .search_inupt {
        gap: 12px;
    }

    .inputBox {
        min-width: 180px;
    }

    .btn_main {
        padding: 12px 24px;
        font-size: 15px;
    }

    /* Calendar tablet styles */
    .calendar-popup {
        min-width: 500px !important;
        max-width: 90vw !important;
        position: absolute !important;
        top: 100% !important;
        left: 0 !important;
        transform: none !important;
    }

    .calendar-months {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 20px !important;
    }

    .calendar-month {
        min-width: 200px !important;
    }

    .calendar-grid .day {
        padding: 10px 4px !important;
        font-size: 13px !important;
        min-height: 36px !important;
    }
}

/* Desktop responsive styles (≥1025px) */
@media (min-width: 1025px) {
    .calendar-popup {
        min-width: 650px !important;
        max-width: 700px !important;
        position: absolute !important;
        top: 100% !important;
        left: 0 !important;
        transform: none !important;
    }

    .calendar-months {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 30px !important;
    }

    .calendar-month {
        min-width: 250px !important;
    }

    .calendar-grid .day {
        padding: 8px 0px !important;
        font-size: 12px !important;
        min-height: 36px !important;
    }

    .calendar-popup .nav-btn {
        width: 40px !important;
        height: 40px !important;
        top: 20px !important;
    }

    .calendar-popup .nav-btn.nav-left {
        left: 20px !important;
    }

    .calendar-popup .nav-btn.nav-right {
        right: 20px !important;
    }

    .calendar-popup .nav-btn i {
        font-size: 16px !important;
    }
}

/* Extra small screens (≤480px) */
@media (max-width: 480px) {

    /* Calendar extra small screen improvements */
    .calendar-popup {
        padding: 10px !important;
        max-height: 95vh !important;
        border-radius: 8px !important;
    }

    .calendar-container {
        padding: 5px !important;
    }

    .calendar-month h4 {
        font-size: 16px !important;
        margin-bottom: 8px !important;
    }

    .calendar-grid .day {
        padding: 6px 1px !important;
        font-size: 11px !important;
        min-height: 28px !important;
    }

    .calendar-grid .header {
        padding: 6px 1px !important;
        font-size: 10px !important;
    }

    .calendar-popup .nav-btn {
        width: 32px !important;
        height: 32px !important;
        top: 10px !important;
    }

    .calendar-popup .nav-btn.nav-left {
        left: 10px !important;
    }

    .calendar-popup .nav-btn.nav-right {
        right: 10px !important;
    }

    .calendar-popup .nav-btn i {
        font-size: 12px !important;
    }

    .calendar-header {
        padding: 0 40px !important;
        margin-bottom: 15px !important;
    }

    .calendar-header .search_label {
        font-size: 14px !important;
    }

    /* Date selection labels for small screens */
    .calendar-grid .day.check-in-date::after,
    .calendar-grid .day.check-out-date::after {
        font-size: 7px !important;
        bottom: -2px !important;
    }
}

/* Calendar animation improvements */
.calendar-popup {
    animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translate(-50%, -60%);
    }

    to {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}

/* Desktop calendar animation */
@media (min-width: 769px) {
    .calendar-popup {
        animation: slideDown 0.3s ease-in-out;
    }

    @keyframes slideDown {
        from {
            opacity: 0;
            transform: translateY(-10px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
}

/* Override existing calendar styles for better responsive behavior */
.calendar-popup.active {
    display: block !important;
}

/* Ensure calendar doesn't break existing functionality */
div#checkInCalendarPopup,
div#checkOutCalendarPopup {
    z-index: 9999 !important;
}

/* Mobile-specific calendar fixes */
@media (max-width: 768px) {

    div#checkInCalendarPopup,
    div#checkOutCalendarPopup {
        position: fixed !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        margin: 0 !important;
    }
}

/* Tablet and desktop calendar positioning */
@media (min-width: 769px) {

    div#checkInCalendarPopup,
    div#checkOutCalendarPopup {
        position: absolute !important;
        top: 100% !important;
        left: 0 !important;
        transform: none !important;
        margin-top: 10px !important;
    }
}


span#hotelSearchClose {
    display: none;
    cursor: pointer;
}

/* General Responsive Improvements */
.search-form-details {
    width: 100%;
    max-width: 100%;
}

.search_inupt {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: stretch;
}

/* .inputBox {
    flex: 1;
    min-width: 100%;
} */

.btn_inputbox {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {
    .search_inupt {
        flex-direction: column;
        gap: 12px;
    }

    .inputBox {
        min-width: 100%;
        width: 100%;
    }

    .btn_inputbox {
        width: 100%;
        justify-content: center;
    }

    .btn_main {
        width: 100%;
        max-width: 100%;
        padding: 15px 20px;
        font-size: 16px;
        font-weight: 600;
    }

    /* Input field improvements */
    .inputBox label {
        padding: 12px 15px;
        min-height: 50px;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .inputBox label>div:first-child {
        flex-shrink: 0;
    }

    .inputBox label>div:last-child {
        flex: 1;
        min-width: 0;
    }

    /* Destination display improvements */
    .fromAirDisplay {
        font-size: 14px;
        line-height: 1.4;
    }

    .fromAirDisplay .placeholder {
        color: #6b7280;
    }

    /* Date display improvements */
    .Hotel-final-date {
        font-size: 14px;
        font-weight: 500;
        line-height: 1.3;
    }

    .label_input {
        font-size: 12px;
        color: #6b7280;
        margin-bottom: 2px;
        display: block;
    }

    /* Search dropdown improvements */
    .hotel-search-result {
        width: 100%;
        max-width: 100%;
        left: 0;
        right: 0;
        margin: 0;
        border-radius: 8px;
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    }

    .search_input_wrapper {
        padding: 12px 15px;
    }

    .hotel_search_entry {
        font-size: 16px;
        padding: 8px 12px;
    }

    .hotel_search_list {
        max-height: 300px;
        overflow-y: auto;
    }

    .hotel_search_list li {
        padding: 12px 15px;
        font-size: 14px;
        line-height: 1.4;
    }

    /* Calendar popup improvements */
    .calendar-popup {
        width: 100%;
        max-width: 100%;
        min-width: auto !important;
        left: 0;
        right: 0;
        margin: 0;
        padding: 15px;
        position: fixed !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        max-height: 90vh;
        overflow-y: auto;
        border-radius: 12px;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    }

    .calendar-container {
        padding: 10px;
        width: 100%;
    }

    .calendar-months {
        display: flex !important;
        flex-direction: column !important;
        gap: 20px !important;
        width: 100%;
    }

    .calendar-month {
        width: 100% !important;
        min-width: auto !important;
    }

    .calendar-month h4 {
        font-size: 18px !important;
        margin-bottom: 10px !important;
    }

    .calendar-grid {
        display: grid !important;
        grid-template-columns: repeat(7, 1fr) !important;
        gap: 2px !important;
        width: 100% !important;
        margin: 0 !important;
    }

    .calendar-grid .header {
        padding: 8px 2px !important;
        font-size: 11px !important;
        font-weight: 500 !important;
    }

    .calendar-grid .day {
        padding: 8px 2px !important;
        font-size: 12px !important;
        min-height: 32px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        border-radius: 4px !important;
    }

    /* Navigation buttons for mobile */
    .calendar-popup .nav-btn {
        position: absolute !important;
        top: 15px !important;
        width: 36px !important;
        height: 36px !important;
        background: rgba(28, 111, 188, 0.1) !important;
        border: none !important;
        border-radius: 50% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        cursor: pointer !important;
        transition: all 0.2s ease !important;
        color: #1c6fbc !important;
        z-index: 10 !important;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
    }

    .calendar-popup .nav-btn:hover {
        background: #1c6fbc !important;
        color: white !important;
        transform: scale(1.05) !important;
    }

    .calendar-popup .nav-btn.nav-left {
        left: 15px !important;
    }

    .calendar-popup .nav-btn.nav-right {
        right: 15px !important;
    }

    .calendar-popup .nav-btn i {
        font-size: 14px !important;
        font-weight: bold !important;
    }

    /* Calendar header improvements */
    .calendar-header {
        text-align: center !important;
        margin-bottom: 20px !important;
        padding: 0 50px !important;
        position: relative !important;
    }

    .calendar-header .search_label {
        font-size: 16px !important;
        font-weight: 600 !important;
        color: #333 !important;
    }

    /* Date selection labels */
    .calendar-grid .day.check-in-date::after,
    .calendar-grid .day.check-out-date::after {
        font-size: 8px !important;
        bottom: -1px !important;
    }

    /* Travellers dropdown improvements */
    .travellers_select {
        width: 100%;
        max-width: 100%;
        left: 0;
        right: 0;
        margin: 0;
    }

    .traveller-header {
        padding: 15px;
        flex-direction: column;
        gap: 10px;
        align-items: stretch;
    }

    .add-room-btn {
        width: 100%;
        padding: 12px;
        font-size: 14px;
    }
}

/* Tablet responsive styles */
@media (min-width: 769px) and (max-width: 1024px) {
    .search_inupt {
        gap: 12px;
    }

    .inputBox {
        min-width: 180px;
    }

    .btn_main {
        padding: 12px 24px;
        font-size: 15px;
    }

    /* Calendar tablet styles */
    .calendar-popup {
        min-width: 500px !important;
        max-width: 90vw !important;
        position: absolute !important;
        top: 100% !important;
        left: 0 !important;
        transform: none !important;
    }

    .calendar-months {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 20px !important;
    }

    .calendar-month {
        min-width: 200px !important;
    }

    .calendar-grid .day {
        padding: 10px 4px !important;
        font-size: 13px !important;
        min-height: 36px !important;
    }
}

/* Desktop responsive styles */
@media (min-width: 1025px) {
    .calendar-popup {
        min-width: 650px !important;
        max-width: 700px !important;
        position: absolute !important;
        top: 100% !important;
        left: 0 !important;
        transform: none !important;
    }

    .calendar-months {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 30px !important;
    }

    .calendar-month {
        min-width: 250px !important;
    }

    .calendar-grid .day {
        padding: 8px 0px !important;
        font-size: 12px !important;
        min-height: 36px !important;
    }

    .calendar-popup .nav-btn {
        width: 40px !important;
        height: 40px !important;
        top: 20px !important;
    }

    .calendar-popup .nav-btn.nav-left {
        left: 20px !important;
    }

    .calendar-popup .nav-btn.nav-right {
        right: 20px !important;
    }

    .calendar-popup .nav-btn i {
        font-size: 16px !important;
    }
}

/* Mobile Responsive Styles for Room Selection */
@media (max-width: 768px) {

    .counter-box {
        display: flex;
        align-items: center;
        gap: 4px;
        margin-top: -15px;
        margin-left: 13px;
    }

    .hotel-card-row.row {
        flex-direction: column;
        gap: 15px;
    }

    .hotel-card-row .col-md-4 {
        width: 100% !important;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .room-card {
        margin-bottom: 15px;
        padding: 15px;
    }

    .roomcard-flex {
        gap: 8px;
    }

    .roomcard-flex img {
        width: 18px;
        height: 18px;
    }

    .guest-count h5 {
        font-size: 14px;
        margin-bottom: 2px;
    }

    .guest-count p {
        font-size: 11px;
    }

    .counter-box .btn {
        padding: 8px 12px;
        font-size: 14px;
        min-width: 40px;
        min-height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .counter-value {
        font-size: 16px;
        min-width: 24px;
        text-align: center;
        font-weight: 500;
    }

    .room-card-border {
        padding-bottom: 8px;
        margin-bottom: 8px;
    }

    .roomcard-spacing {
        padding: 12px 0;
    }

    /* Mobile Done Button */
    .mobile-done-btn-container {
        display: block;
        text-align: center;
        margin-top: 20px;
        padding-top: 15px;
        border-top: 1px solid #e5e7eb;
    }

    .btn-done-mobile {
        background: rgba(28, 111, 188, 1);
        color: white;
        padding: 14px 40px;
        border-radius: 8px;
        border: none;
        font-size: 16px;
        font-weight: 500;
        cursor: pointer;
        transition: all 0.3s ease;
        width: 100%;
        max-width: 200px;
        min-height: 48px;
    }

    .btn-done-mobile:hover {
        background: rgba(20, 90, 150, 1);
        transform: translateY(-1px);
    }

    .btn-done-mobile:active {
        transform: translateY(0);
    }

    /* Hide individual room Done buttons on mobile */
    .responsive-done-btn {
        display: none !important;
    }

    /* Improve modal positioning on mobile */
    .travellers_select {
        width: 100%;
        max-width: 100%;
        left: 0;
        right: 0;
        margin: 0;
    }

    .hotel-row-card {
        margin-top: 15px;
    }

    .traveller-header {
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 1px solid #e5e7eb;
        gap: 10px !important;
    }

    .add-room-btn {
        font-size: 14px;
        padding: 10px 16px;
        min-height: 40px;
    }

    /* Room title styling */
    .room-card h6 {
        font-size: 16px;
        font-weight: 600;
    }

    /* Remove room link styling */
    .remove-room {
        font-size: 14px;
        padding: 4px 8px;
        border-radius: 4px;
        transition: background-color 0.2s ease;
        margin-top: -9px;
        margin-left: 63px;
    }

    .remove-room:hover {
        background-color: rgba(220, 53, 69, 0.1);
    }
}

/* Extra small screens */
@media (max-width: 480px) {
    .room-card {
        padding: 12px;
    }

    .roomcard-flex img {
        width: 16px;
        height: 16px;
    }

    .guest-count h5 {
        font-size: 13px;
    }

    .guest-count p {
        font-size: 10px;
    }

    .counter-box .btn {
        padding: 6px 10px;
        font-size: 12px;
        min-width: 36px;
        min-height: 36px;
    }

    .btn-done-mobile {
        padding: 12px 30px;
        font-size: 15px;
    }

    /* Calendar extra small screen improvements */
    .calendar-popup {
        padding: 10px !important;
        max-height: 95vh !important;
        border-radius: 8px !important;
    }

    .calendar-container {
        padding: 5px !important;
    }

    .calendar-month h4 {
        font-size: 16px !important;
        margin-bottom: 8px !important;
    }

    .calendar-grid .day {
        padding: 6px 1px !important;
        font-size: 11px !important;
        min-height: 28px !important;
    }

    .calendar-grid .header {
        padding: 6px 1px !important;
        font-size: 10px !important;
    }

    .calendar-popup .nav-btn {
        width: 32px !important;
        height: 32px !important;
        top: 10px !important;
    }

    .calendar-popup .nav-btn.nav-left {
        left: 10px !important;
    }

    .calendar-popup .nav-btn.nav-right {
        right: 10px !important;
    }

    .calendar-popup .nav-btn i {
        font-size: 12px !important;
    }

    .calendar-header {
        padding: 0 40px !important;
        margin-bottom: 15px !important;
    }

    .calendar-header .search_label {
        font-size: 14px !important;
    }

    /* Date selection labels for small screens */
    .calendar-grid .day.check-in-date::after,
    .calendar-grid .day.check-out-date::after {
        font-size: 7px !important;
        bottom: -2px !important;
    }
}

/* Desktop styles - hide mobile done button */
@media (min-width: 769px) {
    /* .mobile-done-btn-container {
        display: none;
    } */

    .responsive-done-btn {
        display: block;
    }
}