.image-div>img {
    padding: 6px;
    object-fit: cover;
    width: 100%;
    height: 400px;
    /* max-height: 100%; */
    border-radius: 25px;
}

/* =========================
   Review Create Box
========================= */
.review-create-box {
    max-width: 650px;
    margin: 30px auto;
    background: #ffffff;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.review-create-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.12);
}

/* =========================
   Heading
========================= */
.review-headings p {
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 16px;
    letter-spacing: 0.4px;
}

/* =========================
   Stars
========================= */
.review-stars-box {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 1.8rem;
}

.review-stars-box label {
    font-size: 0.9rem;
    color: #6b7280;
    margin-right: 6px;
}

.star {
    color: #d1d5db;
    transition:
        color 0.2s ease,
        transform 0.2s ease;
}

.star:hover {
    transform: scale(1.2);
    color: #facc15;
}

.star.filled {
    color: #fbbf24;
}

/* =========================
   Inputs & Textarea
========================= */
.writing-box .form-control {
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    padding: 12px 14px;
    font-size: 0.95rem;
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.writing-box .form-control:focus {
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
}

/* =========================
   Submit Button
========================= */
.writing-box button {
    width: 100%;
    padding: 12px;
    border-radius: 12px;
    font-weight: 600;
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    border: none;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.writing-box button:hover:not(:disabled) {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.4);
}

.writing-box button:disabled {
    background: #164ead;
    cursor: not-allowed;
}

/* =========================
   Alerts
========================= */
.alert-box {
    border-radius: 12px;
    padding: 12px 14px;
    background: linear-gradient(135deg, #f59e0b, #d97706);
    color: #fff;
    border: none;
}

.alert-success {
    margin-top: 12px;
    border-radius: 10px;
    font-size: 0.9rem;
}

/* =========================
   Error Messages
========================= */
.writing-box p {
    margin-top: 4px;
    font-size: 0.75rem;
}

.image-div {
    /* min-width: 100%;
    min-height: 100%;  */
    /* width: auto; */
    height: auto;
    margin: 0;
    padding: 0;
}

.tax-tag>p {
    font-size: 12px;
}

.bg-color {
    background-color: #e7f6ff;
}

.amenities-box {
    background-color: white;
    border-radius: 12px;
}

.amentities-items {
    padding: 3px 0px 3px 10px;
}

.rules-width {
    width: 75%;
}

.room-head-image {
    object-fit: cover;
    height: 300px;
    width: auto;
}

/* .room-img-container{
    min-width: 100%;

} */

.roomselection-box {
    background-color: white;
}

.roomselection-box {
    border: 1px solid #ddd;
    /* Optional: add a border */
    border-radius: 0.5rem;
    /* Optional: round corners */
    overflow: hidden;
    padding: 10px;
}

.price-container {
    border-top: #ddd solid 0.5px;
    text-align: right;
}

.basic-total {
    font-weight: 600;
}

.room-select-btn {
    color: black;
    background-color: white;
    border: #000 solid 0.8px;
    padding: 5px 30px;
}

.room-select-btn.selected {
    color: green;
    background-color: white;
    border: #000 solid 0.8px;
    padding: 5px 30px;
}

.checkout-container {
    background-color: white;
    border-radius: 20px;
}

.login-container {
    background: linear-gradient(265deg, #0f4a7a, #25c6ee 48%, #1485d1);
    margin: 0 !important;
    font-weight: 600;
}

.login-container-text {
    color: white;
}

.btn-color {
    background-color: #0e61ff;
    color: white;
    padding: 0 20px;
    border: none;
    border-radius: 4px;
    padding: 2px 14px;
    font-size: 14px;
    margin-left: 10px;
}

.date-box {
    border: #949494 solid 0.2px;
    box-shadow: 0 2px 6px 0 rgba(125, 125, 125, 0.1);
}

.date-range {
    /* width: 70%; */
    justify-content: center;
}

.guest-range-text {
    font-size: 14px;
}

.guest-range {
    /* width: 30%; */
    justify-content: center;
    border-top: #797777ee solid 0.4px;
}

.coupon-head {
    font-size: 12px;
}

.coupon-main-box,
.main-box-underline {
    border-bottom: #000 dotted 0.4px;
}

.checkout-price-div>p {
    font-weight: 600;
    font-size: 18px;
}

.listingPrice__perRoomNight {
    font-size: 10px !important;
}

.checkout-button {
    width: 100%;
}

.checkout-btn {
    width: 100%;
    border: 0;
    padding: 10px 10px;
    /* background-color: rgb(19, 157, 19);
     */
    background-image: linear-gradient(to right, #66a2f2, blue);
    color: white;
    border-radius: 4px;
    text-align: center;
}

.checkout-btn>p {
    font-weight: 600;
}

.checkout-left-box {
    /* position: sticky;
    top: 10px;
    right: 5%; */
}

.privacy-policy>div>p {
    font-weight: 600;
    text-align: center;
    font-size: 14px;
}

.cancellation-policy>div>p {
    font-size: 16px;
    color: red;
    font-weight: 600;
    justify-content: center;
    display: flex;
}

.cancellation-policy {
    justify-content: center;
    display: flex;
}

.rat-review-box {}

.guest-reviews-box {
    width: 50%;
}

.review-create-box {
    width: 50%;
}

/* .review-headings>p{
    font-weight: 800;
    font-size: 20px;
} */

.reviewer-name>p {
    font-weight: 600;
}

.see-all-house {
    color: blue;
    font-size: 14px;
}

.review-textfield>p {
    font-size: 14px;
}

.review-list-box {
    background-color: white;
    border-radius: 4px;
}

.room-select-btn {
    color: white;
    border-radius: 6px;
    background-image: linear-gradient(to right, #66a2f2, blue);
    transition:
        background-color 0.3s ease,
        color 0.3s ease,
        transform 0.3s ease;
    border: none;
}

.room-select-btn.selected {
    background: linear-gradient(to right, green, darkgreen);
    /* transform: scale(1.05); */
    color: white;
    border-radius: 6px;
    /* transition:
        background-color 0.3s ease,
        color 0.3s ease,
        transform 0.3s ease; */
    border: none;
}

/* =========================
   Guest Reviews Wrapper
========================= */
.guest-reviews-box {
    max-width: 800px;
    margin: 40px auto;
}

/* =========================
   Review List Box
========================= */
.review-list-box {
    background: #f9fafb;
    border-radius: 16px;
    padding: 16px;
}

/* =========================
   Review Item Card
========================= */
.review-item-box {
    background: #ffffff;
    border-radius: 14px;
    padding: 16px 18px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.review-item-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
}

/* =========================
   Reviewer Name
========================= */
.reviewer-name p {
    font-weight: 600;
    font-size: 0.95rem;
    color: #111827;
    margin-bottom: 0;
}

/* =========================
   Rating + Date
========================= */
.rating-value {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
}

.rating-value .badge {
    background: linear-gradient(135deg, #22c55e, #16a34a) !important;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    gap: 4px;
}

.rating-value .badge p {
    margin: 0;
    font-weight: 600;
}

/* =========================
   Date
========================= */
.created-date p {
    font-size: 0.7rem;
    color: #3b82f6;
    margin-bottom: 0;
}

/* =========================
   Review Text
========================= */
.review-textfield p {
    font-size: 0.9rem;
    color: #374151;
    line-height: 1.6;
    margin-bottom: 6px;
}

/* =========================
   View More Link
========================= */
.view-more {
    margin-left: 6px;
    color: #2563eb;
    font-size: 0.8rem;
    font-weight: 500;
    cursor: pointer;
    transition: color 0.2s ease;
}

.view-more:hover {
    color: #1d4ed8;
    text-decoration: underline;
}

/* =========================
   No Reviews State
========================= */
.no-review {
    text-align: center;
    padding: 30px 0;
    color: #6b7280;
    font-size: 0.95rem;
}

.no-review i {
    color: #9ca3af;
}

.alert-box {
    color: blue;
    background-color: powderblue;
    justify-content: center;
    display: flex;
    align-items: center;
}

.review-item-box {
    border-bottom: rgba(131, 131, 131, 0.829) solid 0.4px;
    /* padding: 10px;
    margin-top: 10px; */
}

.review-items {
    margin: 0;
}

.writing-box {
    background-color: #f9f9f9;
    /* Light background for contrast */
    padding: 15px;
    /* Padding around the inputs */
    border-radius: 5px;
    /* Rounded corners */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    /* Slight shadow for depth */
}

/* availablity colors */

.available-clr {
    background-color: green;
}

.unavailable-clr {
    background-color: red;
}

.log-alert {
    padding: 5px;
    background-color: rgb(201, 124, 124);
    color: red;
}

.review-textfield {
    transition: max-height 0.3s ease;
}

.view-more {
    color: blue;
    cursor: pointer;
    text-decoration: underline;
}

.star {
    font-size: 2rem;
    /* Adjust size as needed */
    color: gray;
    /* Default color for unfilled stars */
    transition: color 0.2s;
}

.star.filled {
    color: gold;
    /* Color for filled stars */
}

.star:hover {
    color: orange;
    /* Change color on hover */
}

.star:hover~.star {
    color: gray;
    /* Reset color for stars after the hovered one */
}

.defaultstar {
    font-size: 1.5rem;
    /* Adjust size as needed */
    color: gray;
    /* Default color for unfilled stars */
    /* transition: color 0.2s; */
}

.defaultstar.filled {
    color: gold;
    /* Color for filled stars */
}

/* .defaultstar:hover {
    color: orange;
} */

.defaultstar:hover~.star {
    color: gray;
    /* Reset color for stars after the hovered one */
}

.review-stars-box {
    align-items: center;
    display: flex;
    justify-content: center;
}

/*
.coupon-box{
    background-color: white;
    border-radius: 8px;
} */

.coupon-row {
    background-color: white;
    border-radius: 8px;
}

.coupon-input {
    width: 100%;
    border-radius: 8px;
    background-color: rgba(236, 236, 236, 0.79);
    border: 0;
    outline: none;
    padding: 10px;
    height: 100%;
}

.coupon-field {
    position: relative;
}

.coupon-apply {
    position: absolute;
    right: 15px;
    top: 0;
    height: 100%;
    width: 50px;
    display: flex;
    align-items: center;
    border: 0;
    color: #4184eb;
}

.alert-coupon {
    color: rgba(255, 0, 0, 0.548);
}

.alert-danger-coupon {
    padding: 10px 0px;
    text-align: center;
}

.alert-room {
    padding: 5px 0px;
    text-align: center;
}

.image-container {
    border-radius: 14px;
}

.guestlove-container {
    background-color: white;
    border-radius: 10px;
    padding: 10px;
}

.guestlove-details {
    font-size: 14px;
}

.guest-price {
    font-weight: 600;
}

.add-on-select {
    color: #000;
}

.add-on-btn {
    background-color: transparent;
    color: black;
    border: none;
}

.unavailable {
    color: red;
}

.add-on-btn.unavailable {
    color: red;
}

.add-on-btn.selected {
    color: green;
}

.add-on-select {
    align-items: center;
}

.plan_lock {
    display: flex;
    align-items: center;
}

/* images height */
.slick-track {
    opacity: 1;
    width: 471px;
    transform: translate3d(0px, 0px, 0px);
    height: 100%;
}

.custom-modal-plan {
    background-color: rgba(0, 0, 0, 0.6);
    /* Semi-transparent dark background */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.modal-plan {
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    /* width: 90%; */
    min-width: 500px;
    padding: 0px 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
}

.modal-body-plan {
    margin-bottom: 10px;
}

.close-modal {
    width: 100%;
    display: flex;
    align-items: end;
    justify-content: end;
    padding: 5px 15px;
}

.close-btn {
    background-color: transparent;
    /* font-weight: 600; */
    /* font-size: 16px; */
    border: none;
}

.close-btn>span {
    font-size: 26px;
}

.header>h3 {
    font-weight: 600;
}

/* 
@media (min-width: 576px) {
    .col-sm-6 {
        flex: 0 0 auto;
        width: 45%;
    }
} */

@media (max-width: 869px) {
    /* .rules-width {
        width: 100%;
    } */

    .guest-reviews-box {
        width: 100%;
    }

    .review-create-box {
        width: 90%;
    }

    .room-container {
        margin: 5px 0px;
        padding: 0px 5px;
    }
}

@media (max-width: 637px) {
    /* .custom-modal-plan{
       margin-top: 35px;
    } */

    .modal-plan {
        height: 500px;
        overflow-y: scroll;
        scroll-behavior: smooth;
    }

    .custom-modal-plan .close-btn {
        padding-right: 78px;
        margin-top: 18px;
        font-size: 27px;
    }

    .rules-width {
        width: -webkit-fill-available;
    }

    .guest-reviews-box {
        margin: 0;
    }

    .review-headings p {
        margin: 0;
        padding: 10px;
        text-align: center;
    }
}

html,
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    /* Prevent horizontal scrolling */
}

@media (min-width: 820px) {
    .flex-lg-row {
        flex-direction: row !important;
    }
}

.rooms-addons-container {
    display: flex;
}

.gallery-thumb {
    padding-top: 6px;
    margin: 6px;
    display: block;
    width: 100px;
    height: 100px;
}

.rooms-carousel {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.rooms-and-addons {
    margin: 2em;
    justify-content: space-around;
}

.room-cards-list,
.addon-cards-list {
    flex: 1 1 35%;
    /* Adjust the basis and grow/shrink values as needed */
    max-width: 35%;
    /* Ensure they don't stretch beyond 45% of the container */
    box-sizing: border-box;
    margin: 10px;
    /* Add some spacing between the elements */
}

.room-selector img {
    width: 100px;
    height: 100px;
}

.selected-room-view {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.rooms-scroll {
    /* flex: 1; */
    width: 100%;
}

.room-info {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1em;
}

.room-info h2 {
    margin: 0 0 10px;
    font-size: 1.5em;
    color: #333;
}

.room-info p {
    margin: 5px 0;
    font-size: 1em;
    color: #666;
}

.room-info span {
    font-weight: bold;
    color: #333;
}

.status-available {
    color: green;
    padding: 3px;
    font-size: 1rem;
}

.status-unavailable {
    color: red;
    padding: 3px;
    font-size: 1rem;
}

.room-price .price {
    color: #007bff;
}

.total-guests .guests {
    color: #ff5733;
}

@media (max-width: 730px) {
    .rooms-and-addons {
        flex-direction: column !important;
        margin: 0.5em 2rem;
    }

    .room-cards-list,
    .addon-cards-list {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .image-div>img {
        height: 300px;
        object-fit: cover;
    }
}

.card-image img {
    max-width: 100%;
    object-fit: cover;
    /* display: block; */
    height: auto;
    aspect-ratio: 16/9;
    width: 100%;
}

.room-img {
    /* width: 90%; */
    /* max-width: 400px; */
    width: 100%;
    /* max-height: 30vh; */
}

.navigation-arrow {
    width: 50px;
    height: 5vh;
    padding: 5px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    color: rgb(0, 0, 0);
    cursor: pointer;
    transition:
        background-color 0.3s ease,
        color 0.3s ease;
}

.navigation-arrow:hover {
    background-color: #000000;
    /* Hover background color */
    color: #ffffff;
    /* Hover icon color */
}

.navigation-arrow i {
    font-size: 18px;
}

.navigation-arrow.disabled {
    opacity: 0;
    pointer-events: none;
}

.room-image-card {
    background-color: #fff;
    box-shadow:
        0 0 0 1px rgba(0, 0, 0, 0.05),
        0 20px 50px 0 rgba(0, 0, 0, 0.1);
    /* border-radius: 15px; */
    overflow: hidden;
    padding: 1.25rem;
    position: relative;
    transition: 0.15s ease-in;
}

/* .room-image-card:hover,
.room-image-card:focus-within {
    box-shadow: 0 0 0 2px #16C79A, 0 10px 60px 0 rgba(0, 0, 0, 0.1);
    transform: translatey(-5px);
} */

.card-image {
    border-radius: 10px;
    overflow: hidden;
}

.card-header {
    margin-top: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.card-header span {
    font-weight: 600;
    font-size: 3vh;
    line-height: 1.25;
    padding-right: 1rem;
    text-decoration: none;
    color: inherit;
    will-change: transform;
}

.card-header span:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.icon-button {
    border: 0;
    background-color: #fff;
    border-radius: 50%;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    font-size: 1.25rem;
    transition: 0.25s ease;
    box-shadow:
        0 0 0 1px rgba(0, 0, 0, 0.05),
        0 3px 8px 0 rgba(0, 0, 0, 0.15);
    z-index: 1;
    cursor: pointer;
    color: #565656;
}

.icon-button svg {
    width: 1em;
    height: 1em;
}

.icon-button:hover,
.icon-button:focus {
    background-color: #ec4646;
    color: #fff;
}

.card-footer {
    margin-top: 1.25rem;
    border-top: 1px solid #ddd;
    padding-top: 1.25rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.card-meta {
    display: flex;
    align-items: center;
    color: #787878;
}

.card-meta:first-child:after {
    display: block;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    /* background-color: currentcolor; */
    margin-left: 0.75rem;
    margin-right: 0.75rem;
}

.card-meta svg {
    flex-shrink: 0;
    width: 1em;
    height: 1em;
    margin-right: 0.25em;
}

.slider {
    position: relative;
    max-width: 600px;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slide {
    min-width: 100%;
    box-sizing: border-box;
}

.slide img {
    width: 100%;
    display: block;
}

.navigation {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}

.navigation button {
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    border-radius: 50%;
    outline: none;
}

.navigation button:hover {
    background: rgba(0, 0, 0, 0.8);
}

.swiper {
    /* width: 40vw; */
    /* height: 50vh; */
    /* width: 100%; */
    /* height: 50vh !important; */
}

.swiper-pagination {
    position: relative !important;
    z-index: 1 !important;
}

.hidden {
    visibility: hidden !important;
}

.button-29.selected {
    background-image: radial-gradient(100% 100% at 100% 0,
            #5aff70 0,
            #54ff70 100%);
}

.button-29.disabled {
    background-image: radial-gradient(100% 100% at 100% 0,
            #2f332f 0,
            #414d43 100%);
}

.button-29 {
    /* flex: 1; */
    /* margin: 10px; */
    align-items: center;
    appearance: none;
    background-image: radial-gradient(100% 100% at 100% 0,
            #5adaff 0,
            #5468ff 100%);
    border: 0;
    border-radius: 6px;
    box-shadow:
        rgba(45, 35, 66, 0.4) 0 2px 4px,
        rgba(45, 35, 66, 0.3) 0 7px 13px -3px,
        rgba(58, 65, 111, 0.5) 0 -3px 0 inset;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-family: "JetBrains Mono", monospace;
    height: 34px;
    justify-content: center;
    line-height: 1;
    list-style: none;
    overflow: hidden;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    text-align: left;
    text-decoration: none;
    transition:
        box-shadow 0.15s,
        transform 0.15s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    will-change: box-shadow, transform;
    font-size: 2.5vh;
}

.button-29:focus {
    box-shadow:
        #3c4fe0 0 0 0 1.5px inset,
        rgba(45, 35, 66, 0.4) 0 2px 4px,
        rgba(45, 35, 66, 0.3) 0 7px 13px -3px,
        #3c4fe0 0 -3px 0 inset;
}

.button-29.selected:focus {
    box-shadow:
        #3ce052 0 0 0 1.5px inset,
        rgba(45, 35, 66, 0.4) 0 2px 4px,
        rgba(45, 35, 66, 0.3) 0 7px 13px -3px,
        #3ce044 0 -3px 0 inset;
}

.button-29:hover {
    box-shadow:
        rgba(45, 35, 66, 0.4) 0 4px 8px,
        rgba(45, 35, 66, 0.3) 0 7px 13px -3px,
        #3c4fe0 0 -3px 0 inset;
    transform: translateY(-2px);
}

.button-29.selected:hover {
    box-shadow:
        rgba(45, 35, 66, 0.4) 0 4px 8px,
        rgba(45, 35, 66, 0.3) 0 7px 13px -3px,
        #3ce044 0 -3px 0 inset;
    transform: translateY(-2px);
}

.button-29:active {
    box-shadow: #3c4fe0 0 3px 7px inset;
    transform: translateY(2px);
}

.button-29.selected:active {
    box-shadow: #3ce044 0 3px 7px inset;
    transform: translateY(2px);
}

.price {
    font-weight: 600;
    margin-top: 0;
    display: inline-block;
}

.price p {
    font-weight: 600;
    margin-top: 0;
    display: inline-block;
}

.price span {
    font-size: 0.8rem;
    font-weight: 500;
    display: inline-block;
}