.video-background-container {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

nav {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.5) !important;
}

.banner {
    height: 85dvh;
    background-color: lightgray;
    background-image: url('../img//banner.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


.btn-danger:hover {
    background-color: transparent;
    /* Choose your desired color */
    border-color: white !important;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28255, 255, 255, 1%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.underline {
    position: relative;
    padding: 15px 0px !important;

}

.underline::after {
    position: absolute;
    top: 110%;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    width: 190px !important;
    height: 1px;
    background-color: white;
}

.nav-link .active {
    background-color: white;
}

.slash {
    color: red;
    margin: 0px 0px 0px 10px;
}

.fontSize {
    font-size: 16px;
}

.search-slider {
    position: inherit;
}

.username-text{
    color:white;
    
}

@media only screen and (max-width: 768px) {
    .search-slider {
        transform: translateX(-100%);
        transition: transform 0.3s ease;
    }
    .username-text{
        color:black !important;
    }
    .username-border{
        border:1.5px solid black;
    }

    .search-slider.open {
        transform: translateX(0);
    }

    #filterToggleBtn {
        background-color: transparent;
        border-radius: 27px;
        border: 1px solid #001c34;
        color: #001c34;
    }

    .banner {
        height: 100vh;
    }

    #filterToggleBtn i {
        color: #001c34
    }

    .search-slider {
        position: fixed;
        top: 0;
        left: 0;
        width: 80%;
        max-width: 400px;
        height: 100%;
        background: white;
        box-shadow: -2px 0 10px rgba(0, 0, 0, 0.5);
        /* transform: translateX(-100%);
        transition: transform 0.3s ease; */
        z-index: 1050;
        overflow-y: scroll;
    }

    .active {
        transform: translateX(0) !important;
        transition: transform 0.3s ease;
    }

    .mobile-col {
        flex-direction: column !important;
        gap: 0px !important;
    }

    .hotel-image {
        height: 230px !important;
    }

    .hotel-card {
        min-height: 500px !important;
    }

    .mobile-col li a,
    p {
        text-align: center;
    }

    .slash {
        display: none;
    }

    .navbar-collapse {
        background: white;
        color: black;
        padding: 20px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        box-shadow: 0px 1px 15px 1px lightslategray;
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        z-index: 1;
    }

    .bookbtn {
        margin-top: 20px;
        background: #ef4d48 !important;
        width: 200px !important;

    }

    .navbar-nav .nav-item a {
        text-align: center
    }

    /* lisiting page styling */
    .hotel-info-wrapper {
        flex-direction: column;
    }

    .hotel-info-container {
        flex-direction: column;
        gap: 10px;
    }

    .hotel-info-child-1 {
        width: 100% !important;
        gap: 10px;
    }

    .hotel-info-child-2 {
        width: 100% !important;
        border: none;
    }

    .col-md-tab {
        width: 100% !important;
    }

    .highlight-banner {
        display: none;
    }

    hr {
        margin: 4px !important;
    }

    .single-wrapper {
        flex-direction: column;
    }

    .single-inner {
        width: 100%;
    }

    /* .booking-card {
        width: 100% !important;
    } */

    .content-section h2,
    p {
        text-align: left !important;
    }

    .nav-text-black {
        color: black !important;
    }
}

@media only screen and (max-width:430px) {
    #photos {
        flex-direction: column;
    }

    .mobile-flex-sart {
        justify-content: flex-start !important;
    }

    .mbl-flex-row {
        flex-direction: row !important;
        justify-content: center;
    }

    .mbl-flex-col {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .card-body {
        padding: 0px !important;
    }

    .card .single-inner:nth-child(1) {
        display: flex;
        flex-direction: column !important;
    }
}

.search-box {
    padding: 10px;
    border-radius: 6px;
    background-color: #ffffff;
    max-width: 100%;
}



.search-box .form-control {
    background-color: #f1f3f5;
    border: none;
    height: 48px;
}

.search-box .form-control:focus {
    box-shadow: none;
}

.search-box .btn-search {
    background-color: #4000ff;
    color: #fff;
    height: 48px;
    border-radius: 6px;
    width: 100%;
}

.search-box .input-group-text {
    background-color: transparent;
    border: none;
}

#passengerDropdown button {
    width: 32px;
}

.search-dropdown {
    position: relative;
    /* max-width: 400px; */
}

.dropdown-panel {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.dropdown-header {
    font-weight: bold;
    padding: 10px 15px;
    border-bottom: 1px solid #eee;
}

.dropdown-item-custom {
    display: flex;
    align-items: start;
    padding: 10px 15px;
    cursor: pointer;
}

.dropdown-item-custom:hover {
    background-color: #f8f9fa;
}

.dropdown-item-custom i {
    font-size: 1.3rem;
    margin-right: 12px;
    color: #333;
    margin-top: 4px;
}

.dropdown-texts {
    line-height: 1.2;
}

.dropdown-texts .title {
    font-weight: bold;
}

.dropdown-texts .subtitle {
    font-size: 0.9rem;
    color: #666;
}

#map {
    height: 400px;
    width: 100%;
}


/* ========================================================= */

/* Listing page stying */

/* ======================================================== */

#map {
    height: 300px;
    width: 100%;
}

body {
    background-color: #f8f9fa;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.header-search-listing {
    background-color: transparent;
    color: #003580;
    padding: 20px 0;
    margin-bottom: 30px;
    border: 1px solid blue;
}

.hotel-card {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.hotel-card:hover {
    transform: translateY(-5px);
}

.hotel-image {
    height: 100%;
    background-color: #eee;
    background-size: cover;
    background-position: center;
}

.hotel-info {
    padding: 15px;
}

.district {
    color: #6c757d;
    font-size: 14px;
}

.price {
    font-weight: bold;
    color: #28a745;
    font-size: 1.2rem;
}

.deal-badge {
    background-color: #ffc107;
    color: #212529;
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 0.8rem;
    font-weight: bold;
}

.rating {
    color: #fd7e14;
    font-weight: bold;
}

.filter-section {
    background-color: white;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.sort-dropdown {
    width: 100%;
}

.map-link {
    color: #007bff;
    text-decoration: none;
}

.member-price {
    color: #dc3545;
    text-decoration: line-through;
    font-size: 0.9rem;
}

.savings {
    color: #28a745;
    font-weight: bold;
}

.pagination {
    justify-content: center;
    margin-top: 30px;
}

.fas {
    font-size: 15px;
    padding: 0;
}

.share-deal-btn {
    width: 120px;
    border: 1px solid #007bff;
    height: 25px;
    padding: 5px;
    border-radius: 15px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}



.share-deal-btn p {
    color: #007bff;
    font-size: 15px;
}

.fa-share-from-square {
    font-size: 15px;
    color: #007bff;

}

.rating-circle {
    width: 60px;
    height: 60px;
    background-color: #6cc24a;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
}

.rating-label {
    font-size: 18px;
    font-weight: bold;
    color: #6cc24a;
}

.vote-count {
    font-size: 14px;
}

.vote-up {
    color: green;
}

.vote-down {
    color: red;
}

.feelter-text {
    font-size: 14px;
}

.feelter-text span {
    font-weight: bold;
}

.f-red {
    color: red;
}

.f-orange {
    color: orange;
}

.f-yellowgreen {
    color: yellowgreen;
}

.f-green {
    color: green;
}

.highlight-banner {
    background-color: #ffe0b2;
    color: #5d4037;
    font-weight: 500;
    text-align: center;
    padding: 10px;
    font-size: 16px;
}

.price-label {
    font-size: 16px;
    color: #4a4a4a;
}

.price-value {
    font-size: 1.4rem;
    font-weight: 500;
    color: black;
}

.savings {
    color: #007e5f;
    font-weight: 500;
}

.total-price {
    font-size: 20px;
    font-weight: bold;
    color: #4a4a4a;
}

.select-room-btn {
    background-color: #1aad5d;
    color: white;
    font-weight: 500;
    border: none;
    border-radius: 6px;
    padding: 10px 20px;
    width: 100%;
    font-size: 16px;
}

.select-room-btn:hover {
    background-color: #16994f;
}

.loyalty-text {
    color: #7b1fa2;
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
}

.price-range-item {

    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.price-range-item:hover {
    background-color: #f8f9fa;
}

.price-range-header {
    font-weight: bold;
    margin-bottom: 10px;
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
}

.price-count {
    color: #6c757d;
}

.form-check-input {
    box-shadow: none;
}

.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;

}

.toggle-custom {
    width: 40px;
    height: 20px;
    border-color: gray !important;
}

.custom-price-input {
    display: none;
}

.btn-apply:hover {
    border: 1px solid gray !important;
    color: gray;
}

.input-focus-remove:focus {
    box-shadow: none !important
}

.heart-icon {
    color: #007bff;
    font-size: 25px;
}

.travel-credits {
    color: #0d6efd;
    font-weight: bold;
    font-size: 1rem;
    margin-bottom: 5px;
}

.price-label {
    color: black;
    font-size: 1.4rem;
    font-weight: 500;
}

.total-price {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.booking-dates {
    color: #6c757d;
    font-size: 0.9rem;
    margin-bottom: 15px;
}

.date-range {
    font-weight: 500;
}

.btn-select {
    /* background-color: #0d6efd; */
    color: white;
    font-weight: bold;
    padding: 10px 20px;
    width: 100%;
    border-radius: 5px;
    border: none;
}

.btn-select:hover {
    background-color: #37ae6d;
}

.booking-card {
    background-color: rgb(247, 238, 228);
    border-radius: 8px;
    padding: 20px;
    width: 300px;
    height: 280px;
}

.nav-tabs .nav-link {
    border: none;
    color: #495057;
    padding: 0.5rem 1rem;
    margin-right: 5px;
}

.nav-tabs .nav-link.active {
    color: #0d6efd;
    border-bottom: 2px solid #0d6efd;
    background-color: transparent;
}

.travel-credits {
    color: gray;
    font-size: 17px;
    background-color: white;
    padding: 5px 10px;
    border-radius: 10px;
}

.total-price {
    font-size: 1.2rem;
    font-weight: bold;
}

.booking-dates {
    color: #6c757d;
    font-size: 0.9rem;
}

.btn-select {
    background-color: #1aad5d;
    color: white;
    font-weight: bold;
    padding: 0.5rem 1rem;
    font-size: 17px;
}

.address-link {
    color: #0d6efd;
    text-decoration: none;
}

.address-link:hover {
    text-decoration: underline;
}

.property-image {
    height: 500px !important;
    object-fit: cover;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 15px;
}

.image-thumbnail {
    height: 60px;
    width: 80px;
    object-fit: cover;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    border-radius: 3px;
}

.image-thumbnail:hover {
    opacity: 0.8;
}

.section-link {
    cursor: pointer;
    transition: color 0.3s;
    width: 100%;
}


.property-image {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 15px;
}

.image-thumbnail {
    width: 80px;
    height: 60px;
    object-fit: cover;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
    cursor: pointer;
}

.content-section {
    /* border: 1px solid lightgray;
    padding: 5px;
    border-radius: 10px;
    margin-bottom: 10px; */
    border: 1px solid lightgray;
    /* padding: 20px; */
    /* border-radius: 27px; */
    margin-bottom: 13px;
}



/* search bar loader and validation border color */
.is-invalid {
    border: 2px solid red !important;
}

.fancy-spinner {
    position: relative;
    width: 60px;
    height: 60px;
}

.fancy-spinner .ring {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 3px solid transparent;
    border-radius: 50%;
    animation: ring-rotate 1.2s linear infinite;
}

.fancy-spinner .ring:nth-child(1) {
    border-top-color: #007bff;
}

.fancy-spinner .ring:nth-child(2) {
    border-bottom-color: #28a745;
    animation-delay: 0.6s;
}

.fancy-spinner .dot {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 14px;
    margin: -7px 0 0 -7px;
    background: #ff6b6b;
    border-radius: 50%;
    animation: pulse 1.2s ease-in-out infinite;
}

@keyframes ring-rotate {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
        opacity: 0.6;
    }

    50% {
        transform: scale(1.3);
        opacity: 1;
    }
}

/* ================= search results styling ======================= */
#hotelSuggestions {
    /* width: 100%; */
    max-height: 200px;
    overflow-y: auto;
    display: block;
}

.category-box {
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    width: 60px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: nowrap;
    margin-bottom: 2px;

}

/* .category-box:hover {
    background-color: #f8f9fa;
} */

.star {
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: space-evenly !important;

}

.stars-height {
    height: 7px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    color: gold;
    font-size: 14px !important;
    position: relative;
    color: #e39424
}

.category-box:hover {
    background-color: #001c34;
    color: white !important;
}

.category-box:hover .stars-height {
    color: white;
}

.category-box {
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 8px;
    transition: all 0.2s ease-in-out;
}

.category-box.selected {
    border: 2px solid #001c34;
    background-color: #001c34;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    color:white !important;
}

.form-select:focus {
    box-shadow: none !important;
}

.form-control:focus {
    box-shadow: none !important;
}

.form-check-input:focus {
    box-shadow: none !important;
}

#childAges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

#childAges label {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
}

#childAges select {
    width: calc(25% - 6px);
    min-width: 50px;
    padding: 4px 6px;
    font-size: 14px;
}

.price-filter {
    /* border: 1px solid #ddd; */
    width: 100%;
    font-family: sans-serif;
}

.price-filter .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.price-filter .toggle {
    font-size: 14px;
    text-decoration: none;
    color: #007bff;
}

.inputs {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.inputs .min,
.inputs .max {
    display: flex;
    flex-direction: column;
    width: 45%;
}

.inputs input {
    padding: 5px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.separator {
    font-size: 20px;
    margin: 0 5px;
    color: #888;
}

.slider {
    margin-top: 15px;
}

.slider input[type="range"] {
    width: 100%;
}

.no-spinner::-webkit-outer-spin-button,
.no-spinner::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.no-spinner {
    -moz-appearance: textfield;
}

/* =============================== default page styling =============================== */
h2 {
    font-size: 36px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
}

p,
a,
span,
option,
label,
th,
td {
    font-family: "Lato", sans-serif;
}

.montserrat {
    font-family: 'Montserrat', sans-serif !important;
}

.lato {
    font-family: "Lato", sans-serif !important;
}

.dark-color {
    color: #e52419 !important;
}

.dark-color:hover {
    color: #d90700 !important;
}

.light-color {
    color: #a0d1ca !important;
}

.bookbtn {
    background: #e52419 !important;
    width: 199px !important;
    border: 2px solid #e52419;
}

.bookbtn:hover {
    border-color: white !important;
    background: transparent !important;
}

.underline {
    position: relative;
    padding: 12px 0px !important;
}

.underline::after {
    position: absolute;
    top: 103%;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    width: 170px !important;
    height: 0.5px;
    background-color: white;
}

.slash {
    color: red;
    margin: 0px 5px 0px 5px;
}

.btn-search {
    background-color: #e52419 !important;
    border: 2px solid #e52419;
}

.btn-search:hover {
    background-color: transparent !important;
    color: black !important;
    border-color: #e52419 !important;
}

#btn-text {
    color: white;
}

.btn-search:hover #btn-text {
    color: Black !important
}

.fs-1rem {
    font-size: 1rem !important;
}

.rating-circle {
    width: 60px;
    height: 60px;
    background-color: #001c34;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    color: #a0d1ca !important;
}

.rating-label {
    font-size: 18px;
    font-weight: bold;
    color: #001c34;
}

.page-link {
    color: #001c34 !important;
}

.active>.page-link,
.page-link.active {
    color: #a0d1ca !important;
    background-color: #001c34 !important;
}

.form-check-input[type=checkbox] {
    border-radius: .25em;
    border-color: #a0d1ca;
}

.form-check-input:checked {
    background-color: #001c34;
    border-color: #0d6efd;
}

.lato {
    font-family: "Lato", sans-serif !important;
}

.fs-20px {
    font-size: 20px !important;
}

.nav-padding {
    padding: 14px 32px !important
}

.fs-16px {
    font-size: 16px !important;
}

.fs-14px {
    font-size: 14px !important;
}

.fs-12px {
    font-size: 12px !important;
}


@media only screen and (max-width: 768px) {
    .city-box {
        height: 180px;
    }

    .search-btn {
        background-color: transparent;
        border: 1.5px solid #001c34;
        border-radius: 30px;
        height: 50px;
        padding: 10px 20px;
        width: 130px;
        cursor: pointer;
        margin-left: 20px;
    }

    .nav-padding {
        padding: 12px 0px 0px 0px !important
    }

    .ml-margin-mbl {
        margin-left: 20px !important
    }

    .nav-text-black {
        font-size: 16px !important;
    }

    .input-p-0 {
        padding: 0px !important
    }

    .table-responsive {
        width: 1440px;
        padding: 10px;
        background-color: white;
    }

    .content-section-overflow {
        overflow: scroll !important;
    }
}

.navbar-toggler-icon {
    width: 19px !important
}

.bg-red {
    background-color: #ef4d48 !important;
    border-radius: 0 !important;
}

.content-section-overflow {
    overflow: hidden;
    background-color: white;
}

.city-box {
    position: relative;
    background-size: cover;
    background-position: center;
    height: 250px;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.4s ease-in-out !important;

}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    color: white;
    text-align: center;
    gap: 10px;
    padding: 20px;
}

.overlay img.flag {
    width: 32px;
    height: auto;
    margin-bottom: 10px;
}

.city-box:hover .overlay {
    display: none;
    transition: 0.4s ease-in-out;
}

.city-box:hover {
    transform: scale(1.1);
    transition: 0.4s ease-in-out !important;
    overflow: hidden;
}

#suggestions {
    position: absolute;
    cursor: pointer;
    top: 100%;
    width: 100%;
    z-index: 1;
    max-height: 200px;
    overflow-y: auto;
}

.flatpickr-calendar.animate.open {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .ml-margin-mbl {
        width: 90% !important;
    }

}

.section-link.selected {
    background-color: red !important;
    color: white !important;
    border-radius: 5px;
}

/* ======================== index page styling ================================= */
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-right: 20px !important; */
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 20px !important;
    color: rgb(33, 37, 41)
}

.swiper-button-next,
.swiper-button-prev {
    width: 50px !important;
    height: 50px !important;
    background-color: white;
    border: 1px solid rgb(33, 37, 41) !important;
    border-radius: 50% !important
}

.card {
    border: none !important;
}

.card-body {
    padding: 10px !important
}

#childAges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

#childAges label {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
}

#childAges select {
    width: calc(25% - 6px);
    min-width: 50px;
    padding: 4px 6px;
    font-size: 14px;
}

.custom-underline:after {
    position: absolute;
    content: "";
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    background-color: red;
    width: 200px;
}



@media (max-width: 576px) {
    #childAges select {
        width: 100%;
    }
}

.discount-badge {
    background-color: #00b050;
    color: white;
    padding: 10px;
    font-size: 1.2rem;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    text-align: center;
}

.room-card {
    position: relative;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 20px;
    transition: 0.3s ease;
}

.room-card:hover {
    transform: translateY(-10px);
    transition: 0.3s ease;
}

.hotel-info {
    padding: 15px;
    background-color: white !important;
}

.stars {
    color: #f7b100;
}

.price-section {
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
}

.price-new {
    color: green;
    font-weight: bold;
    font-size: 1.2rem;
}

.price-old {
    color: #a00;
    text-decoration: line-through;
    font-size: 1.1rem;
}

.hotel-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.active {
    color: red !important;
}

/*===================================  hotel details styling ============================== */

.image-thumbnail {
    width: 80px;
    height: 80px;
    object-fit: cover;
    cursor: pointer;
}

.image-control {
    width: 80%;
    max-height: 450px;
}

.swal2-popup.no-padding-popup {
    padding: 0;
    background: transparent;
    box-shadow: none;
}

.swal-large-image {
    width: 700px;
    height: auto;
    border-radius: 8px;
}

.gallery-thumbnail {
    cursor: pointer;
    opacity: 0.6;
    transition: 0.3s;
    flex: 0 0 auto;
    max-width: 100px;
    margin-right: 10px;
}

.gallery-thumbnail.active,
.gallery-thumbnail:hover {
    opacity: 1;
    border: 2px solid #0d6efd;
}

.main-image {
    width: 100%;
    max-height: 350px;
    object-fit: cover;
}

.image-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    color: white;
    font-size: 2rem;
    padding: 0.5rem 1rem;
    cursor: pointer;
    z-index: 10;
}

.nav-arrow.left {
    left: 10px;
}

.nav-arrow.right {
    right: 10px;
}

.counter {
    position: absolute;
    top: 15px;
    right: 20px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 1rem;
    z-index: 11;
}

.thumbnails-scroll {
    display: flex;
    overflow-x: auto;
    padding-bottom: 10px;
    scroll-behavior: smooth;
}

.thumbnails-scroll::-webkit-scrollbar {
    display: none;
}