﻿
.modalOpner {
    cursor: pointer;
    text-shadow: 1px 1px 2px #a9a0a0;
}

.hotelFeatures li {
    margin-right: 12px;
}

.rounded-start {
    height: 100%
}

a:hover {
    color: #ffd600;
}

.date-slider-container {
    position: relative;
    display: flex;
    align-items: center;
}

.grid li {
    display: flex;
}

.modal .carousel-inner img {
    height: auto
}

.grid {
    display: flex;
    grid-template-columns: repeat(2,minmax(0,1fr));
    list-style: none;
    gap: .5rem;
    margin: 0;
    padding: 0;
}

#roomDetailsModal .grid {
    display: grid;
}

.btn-success {
    background: #7b584f !important;
    border: #7b584f;
    font-weight: 600;
}

.btn-danger {
    background: #7b584f !important;
    border: #7b584f;
    font-weight: 600;
}

.date-slider {
    display: flex;
    overflow-x: auto;
    gap: 10px;
    padding: 10px;
    white-space: nowrap;
    scrollbar-width: none;
    scroll-behavior: smooth;
}

    .date-slider::-webkit-scrollbar {
        display: none;
    }

.date-item {
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    min-width: 100px;
    background: #f2f2f270;
    border: #cad6dc solid 1px;
}

.selected {
    background: #d8785f87;
}

.date-item:hover {
    background: #7b584f;
    color:#fff;
}
    .date-item:hover .text-success, .date-item:hover .text-muted {
        color: #fff !important;
    }

.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
}

    .slider-btn.left {
        left: 0;
    }

    .slider-btn.right {
        right: 0;
    }

.availability_calendar {
    cursor: pointer;
    color: #7b584f;
}
.btn-dark {
    color: #fff;
    background: #7b584f;
    border-color: #7b584f;
}

.bg-warning {
    background-color: #7b584f !important;
    color: #fff !important;
}

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange {
    background: #7b584f;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border-color: #569ff7;
}

.dateRangePicker {
    width: 330px;
}

::placeholder {
    color: #fff;
    opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
    color: #fff;
}

.rounded {
    border-radius: 20px !important;
}

.accordion-item {
    box-shadow: 0 2px 8px 0 rgba(99, 99, 99, .2);
    border-radius: 12px !important;
    margin: 0 0 20px 0;
    overflow: hidden;
}

.booking-container {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: gray;
    font-weight: bold;
    margin-bottom: 10px;
}

.date {
    font-size: 18px;
    font-weight: bold;
    color: black;
}

.nights {
    background: #7b584f;
    padding: 5px 10px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    border-radius: 5px;
}

.room-title {
    font-weight: bold;
    font-size: 16px;
    margin-top: 10px;
}

.price-details {
    font-size: 14px;
    color: gray;
}

.amount {
    font-weight: bold;
    float: right;
}

.total {
    font-weight: bold;
    font-size: 18px;
    margin-top: 10px;
}

.button {
    text-decoration: none;
    display: block;
    text-align: center;
    background: #7b584f !important;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    margin-top: 15px;
    cursor: pointer;
    color: #fff;
}

.containerStay {
    max-width: 600px;
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin-top: 30px;
}

.addon-card {
    display: flex;
    align-items: center;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 10px;
    background: #fff;
}

.icon-box {
    background: #fff9c4;
    padding: 10px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

    .icon-box img {
        width: 24px;
        height: 24px;
    }

.addon-content {
    flex-grow: 1;
}

.addon-title {
    font-weight: bold;
}

.addon-price {
    color: #000;
    font-size: 16px;
    font-weight: bold;
}

.addon-old-price {
    text-decoration: line-through;
    color: gray;
    margin-right: 5px;
}

.addon-description {
    color: gray;
    font-size: 14px;
}

.addon-action {
    font-weight: bold;
}

.carousel-inner img {
    height: 100%;
    border-radius: 6px 0 0px 6px
}

.bg-primary {
    background: #7b584f !important;
}

.iconArea {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    transition: 0.3s;
    align-items: center;
}

.feature-content {
    margin-top: 10px;
}

.feature-card {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    background: #fff;
}

    .feature-card:hover {
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }

.feature-icon {
    background-color: #cccccc36;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 50px;
    min-height: 50px;
    border: #ccc solid 1px;
}

    .feature-icon img {
        width: 30px;
        height: 30px;
    }

.feature-content h5 {
    font-weight: bold;
}

.accordion-button {
    font-weight: bold;
}

    .accordion-button .icon {
        margin-right: 10px;
    }

.colmns {
    background: #7b584f;
    padding: 24px;
    border-radius: 20px;
}

    .colmns h4 {
        color: #fff;
    }

.faqs h3 {
    color: #fff;
    margin-top: 20px;
    font-size: 26px;
}

.faqs {
    background: #7b584f !important;
    padding: 30px 0
}

.info-box {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #f5f5f5;
    padding: 10px;
    border-radius: 8px;
    width: 100%;
}

    .info-box i {
        font-size: 24px;
        color: #000;
    }

.info-text {
    display: flex;
    flex-direction: column;
}

    .info-text span {
        font-size: 14px;
        color: gray;
    }

    .info-text strong {
        font-size: 16px;
        color: black;
    }

.counter-container {
    display: none; /* Completely hide the counter initially */
}

.rows {
    overflow: hidden;
    max-height: 1200px; /* Show first 3 cards before expanding */
    transition: max-height 0.3s ease-in-out;
}

    .rows.expanded {        
        max-height: 5000px; /* Expanded height to reveal all cards */
    }




        .rows.expanded .packageDate,
        .rows.expanded .summaryPackage {
            overflow-y: auto; /* Enables scrolling */
            overflow-x: hidden; /* Prevents horizontal scroll */
            /*max-height: 900px;*/ /* Limit height */
            max-height: 5000px; /* Expanded height to reveal all cards */
        }

            .rows.expanded .packageDate::-webkit-scrollbar,
            .rows.expanded .summaryPackage::-webkit-scrollbar {
                width: 2px;
                background-color: transparent;
            }

            .rows.expanded .packageDate::-webkit-scrollbar-thumb,
            .rows.expanded .summaryPackage::-webkit-scrollbar-thumb {
                background-color: transparent;
            }

            /* Show scrollbar for .packageDate only when it is hovered */
            .rows.expanded .packageDate:hover::-webkit-scrollbar {
                background-color: rgba(0, 0, 0, 0.1);
            }

            .rows.expanded .packageDate:hover::-webkit-scrollbar-thumb {
                background-color: #888;
                border-radius: 3px;
            }

            /* Show scrollbar for .summaryPackage only when it is hovered */
            .rows.expanded .summaryPackage:hover::-webkit-scrollbar {
                background-color: rgba(0, 0, 0, 0.1);
            }

            .rows.expanded .summaryPackage:hover::-webkit-scrollbar-thumb {
                background-color: #888;
                border-radius: 3px;
            }

.rowInner {
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.toggle-btn img, .toggle-btn2 img {
    width: 14px !important;
}

.toggle-btn {
    cursor: pointer;
    display: block;
    align-items: center;
    background: #f2f2f2;
    border: #dfdfdf solid 1px;
    color: #fff;
    width: 44px;
    border-radius: 52px;
    text-align: center;
    margin: -45px auto 0 auto;
    padding: 14px;
    z-index: 999;
    top: -10px;
    position: relative;
}

.booking-containerCrs {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #7b584f;
    padding: 10px 20px;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 20px;
}

.booking-field .icon1 {
    position: relative;
    left: 20px;
}
.booking-field .icon2 {
    position: relative;
    left: 25px;
}

.booking-field input {
    text-align:center;
    width: 100%;
    padding: 6px 25px;
    color: #fff;
    font-size:14px;
    background: none;
    border: 0;
    border-bottom: 1px solid white;
    border-radius: 0;
}

    .booking-field input::placeholder {
        color: #fff;
        opacity: 1;
        / Firefox /
    }

    .booking-field input::-ms-input-placeholder {
        / Edge 12 -18 / color: #fff;
    }

.booking-field .person_filled_button {
    width: 100%;
    font-size: 14px;
    padding: 6px 14px;
    color: #fff;
    background: none;
    border: 0;
    border-bottom: 1px solid white;
    border-radius: 0;
}

    .booking-field .person_filled_button::placeholder {
        color: #fff;
        opacity: 1;
        / Firefox /
    }

    .booking-field .person_filled_button::-ms-input-placeholder {
        / Edge 12 -18 / color: #fff;
    }
.booking-fieldDateSelector {
    width:400px !important;
}
.booking-field {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 16px;
    color: #333;
    width: 230px;
}

    .booking-field i {
        color: #fff;
    }

.book-now {
    background: #d6a250;
    color: white !important;
    border: none;
    padding: 6px 15px;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 500;
    white-space: nowrap;
    font-size: 13px;
    color: #674840;
}

    .book-now:hover {
        background: #b08b5a;
    }

.dateRangePicker {
    color: #000;
}

/*This tigger dropdown for adding room and person css*/

/* Popup container */
.popup-container {
    position: absolute;
    top: 50px;
    left: -46%;
    width: 400px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: white;
    display: none; /* Initially hidden */
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.close-btn {
    padding: 5px 10px;
    border: 1px solid #000;
    border-radius: 15px;
    background: none;
    cursor: pointer;
}

.room {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}

.counter {
    display: inline-block;
    align-items: center;
}

    .counter button {
        border: 1px solid #000;
        background: none;
        padding: 5px;
        line-height: 4px;
        cursor: pointer;
        width: 25px;
        height: 25px;
        text-align: center;
        font-size: 16px;
    }

    .counter span {
        margin: 0 10px;
        font-size: 16px;
    }

.add-room {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 16px;
    padding: 10px 0;
}

    .add-room button {
        line-height: 4px;
        border: 1px solid #000;
        background: none;
        padding: 5px;
        cursor: pointer;
        width: 25px;
        height: 25px;
        margin-right: 5px;
    }

.userPerson {
    display: block;
    width: 100%;
    margin: 0 0 5px 0 !important;
    font-weight: 600;
}


.discounttag {
    display: inline-block;
    background: #e09f3e; /* Red for discounts */
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    padding: 6px 14px;
    border-radius: 104px;
    text-transform: uppercase;
    position: relative;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    margin-left: 10px;
}
    .discounttag::before {
        content: "";
        position: absolute;
        left: -6px;
        top: 50%;
        transform: translateY(-50%);
        width: 0;
        height: 0;  
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-right: 8px solid #e09f3e;
    }
.actualPrice {
    color: #a9a8a8;
    margin-bottom:0px;
}
.actualPrice span {
    text-shadow: 1px 1px 2px #a9a0a0;
}
    .actualPrice del {
        text-decoration: line-through;
        text-decoration-color: #e56b6f;
        text-decoration-thickness: 2px;
    }
.roomAvl {
    background: #e0a9566e;
    padding: 3px 16px;
    border-radius: 100px;
    border: #d5a968 solid 1px;
    box-shadow: 1px 2px 4px #aba9a9;
}
.roominfo_selector {
    box-shadow: 1px 2px 4px #aba9a9;
    padding: 20px;
    border-radius: 12px;
    margin-right: 15px;
    background: #fff;
    border: #d9d7d7 solid 1px;
}

.bg-primary {
    background: #7b584f !important;
}
.payment-card {
    padding: 16px;
    min-width: 280px;
    max-width: 100%;
}
    .payment-card .row1 {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; /* Allow wrapping */
        gap: 4px; /* Optional: adds spacing when it wraps */
    }
        .payment-card .row1 span:first-child {
            max-width: 70%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
.maintitle {
    font-size: 24px !important;
}
h4 {
    font-size: 20px !important;
}