﻿@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
:root {
    --color-primary: #346132;
    --color-primary-light: #e9f1e9;
    --border-primary-color-lighter: #c6d9c6;
    --text-dark-light: #5d5d5d;
    --color-warning: #fff3cd;
    --color-success: #e2f4ed;
    --color-primary-gray: #f0f0f0;
    --color-danger: #fcebeb;
}
html {
    font-size: 0.9rem;
}

body {
    font-family: 'Roboto', sans-serif !important;
    background-color: var(--color-primary-light) !important;
}
.bg-light-gray {
    background-color: #f8f9fa !important;
}
.primary-text-color {
    color: var(--color-primary) !important;
}
.text-dark-light {
    color: var(--text-dark-light);
}
.primary-light-text-color {
    color: var(--color-primary-light) !important;
}
.bg-primary-light {
    background-color: var(--color-primary-light);
}
.bg-primary {
    background-color: var(--color-primary) !important;
}
.bg-primary-lighter {
    background-color: var(--border-primary-color-lighter);
}
.btn-success {
    color: white !important;
    background-color: var(--color-primary);
}
.btn-success-lighter {
    color: var(--color-primary) !important;
    background-color: var(--color-primary-light);
}
.bg-warning {
    background-color: var(--color-warning) !important;
}
.bg-success {
    background-color: var(--color-success) !important;
    color: var(--color-primary)
}
.bg-danger {
    background-color: #fcebeb !important;
    color: #902C36 !important;
}
.bg-primary-gray {
    background-color: var(--color-primary-gray) !important;
}
.bg-info {
    background-color: #0A5766 !important;
}
.text-success {
/*    color: #20833E !important;*/
    color: #20793B !important;
}
.text-warning {
    color: #e1a207 !important;
}

.border-success {
    border: 1px solid var(--color-primary) !important;
}

.selected-card-border {
    border: 3px solid var(--border-primary-color-lighter) !important;
}

.btn-outline-success {
    color: var(--color-primary) !important;
    border-color: var(--color-primary) !important;
    background-color: white !important;
    
}
    .btn-outline-success:hover .description {
        color: white !important;
    }
.btn-success:focus,
.btn-outline-success:focus,
.form-check-input[type=checkbox]:focus {
    box-shadow: 0 0 0 .25rem var(--color-primary-light) !important;
/*    background-color: var(--color-primary) !important;*/
    border-color: var(--color-primary) !important;
}

.btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: var(--color-primary) !important;
    border-color: var(--color-primary) !important;
}

.form-check-input:checked{
    background-color: var(--color-primary) !important;
    border-color: var(--color-primary) !important;
}

.form-check-input{
    width: 1.3em !important;
    height: 1.3em !important;

}
.form-check .form-check-input{
    float:  none !important;
}
.form-switch .form-check-input {
    width: 2.5em !important;
}
.form-check-input:focus{
    border-color: var(--color-primary-light) !important;
    outline: 0;
}

.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e") !important;
}
.form-switch .form-check-input:checked {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e") !important;
}

.form-select option:hover {
    background-color: var(--color-primary) !important;
    color: var(--color-primary-light) !important;
}


.border {
    border: 1px solid var(--color-primary) !important;
}
.border-2 {
    border: 1.6px solid var(--color-primary) !important;
}

.btn-outline-success:hover {
    color: white !important;
    background-color: var(--color-primary) !important;
}

.btn-success:hover {
    background-color: white !important;
    color: var(--color-primary) !important;
}

.form-control {
    border-radius: 0.6rem !important;
}
.form-control:focus {
    box-shadow: 0 0 0 .25rem var(--color-primary-light) !important;
    border: 1px solid #97c297 !important;
}

.container{
    width: 1450px !important;
}

.navbar {
    background-color: var(--color-primary) !important;
    color: white !important;
}

.navbar-nav > .nav-item > .nav-link {
    color: white !important;
}

.nav-link:focus, .nav-link:hover{
    color: var(--color-primary) !important;
}

.btn-check:focus + .btn, .btn:focus{
    box-shadow: none !important;
}

.dropdown-menu .dropdown-item {
    color: black !important;
}
.dropdown-menu .dropdown-item:active {
    color: white !important;
    background-color: var(--color-primary) !important;
}

.features-icons {
    padding-top: 7rem;
    padding-bottom: 7rem;
}

    .features-icons .features-icons-item {
        max-width: 20rem;
    }

        .features-icons .features-icons-item .features-icons-icon {
            height: 7rem;
        }

            .features-icons .features-icons-item .features-icons-icon i {
                font-size: 4.5rem;
            }

header.masthead {
    position: relative;
    background-color: #343a40;
    background: url("../assets/img/bg-masthead.jpg") no-repeat center center;
    background-size: cover;
    padding-top: 8rem;
    padding-bottom: 8rem;
}

    header.masthead:before {
        content: "";
        position: absolute;
        background-color: #1c375e;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        opacity: 0.5;
    }

    header.masthead h1, header.masthead .h1 {
        font-size: 2rem;
    }

@media (min-width: 768px) {
    header.masthead {
        padding-top: 12rem;
        padding-bottom: 12rem;
    }

        header.masthead h1, header.masthead .h1 {
            font-size: 3rem;
        }
}

.showcase .showcase-text {
    padding: 3rem;
}

.showcase .showcase-img {
    min-height: 30rem;
    background-size: cover;
}

@media (min-width: 768px) {
    .showcase .showcase-text {
        padding: 7rem;
    }
}

.testimonials {
    padding-top: 7rem;
    padding-bottom: 7rem;
}

    .testimonials .testimonial-item {
        max-width: 18rem;
    }

        .testimonials .testimonial-item img {
            max-width: 12rem;
            box-shadow: 0px 5px 5px 0px #adb5bd;
        }

.call-to-action {
    position: relative;
    background-color: #343a40;
    background: url("../assets/img/bg-masthead.jpg") no-repeat center center;
    background-size: cover;
    padding-top: 7rem;
    padding-bottom: 7rem;
}

    .call-to-action:before {
        content: "";
        position: absolute;
        background-color: #1c375e;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        opacity: 0.5;
    }

footer.footer {
    padding-top: 4rem;
    padding-bottom: 4rem;
}


.dropdown-menu {
    position: absolute !important;
    z-index: 1050 !important;
    color: black !important;
}

.rounded-pill-top {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.text-opacity-75 {
    --cui-text-opacity: 0.75;
}

.line {
    width: 50px; /* or any value that suits your spacing */
    height: 1.6px;
    background-color: #ccc;
    align-self: center; /* vertically center the line */
}

.stepper-text {
    color: #ccc;
}

.stepper {
    min-height: 100px;
    color: #ccc;
}

.stepper .active{
    color:var(--color-primary) !important;
}

.step-border {
    border: solid 2px var(--color-primary);

}

.custom-gap{
    gap: 15rem;
}

#map{
    height: 180px
}

.bar-bg-color {
    background-color: #bfe5bf54 !important;
    color: var(--color-primary) !important;
}

.dot {
    width: 10px;
    height: 10px;
    

}

.hotel-card-badge.badge {
    background-color: var(--color-primary-light) !important;
    color: var(--color-primary) !important;
    margin-bottom: 16px;
    margin-left: 16px;
}

.tooltip-inner {
    background-color: var(--color-primary) !important; /* Change this to your desired color */
    color: var(--color-primary-light) !important;
    text-align: left;
    font-size: 0.9rem;
    max-width: 550px;
    border-radius: 0.5rem;
    padding: 20px;
}

.tooltip.show {
    opacity: 1 !important;
}

.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: var(--color-primary) !important;
}

.carousel-indicators .active {
    opacity: 1 !important;
    background-color: var(--color-primary) !important;
}

.price-holder{
    padding-top: 36px;
    padding-right: 15px;
}
.custom-text-muted {
    --bs-text-opacity: 1;
    color: #6c757d !important;
}
    .custom-text-muted:hover {
        color: var(--color-primary) !important;
    }

.muted {
    color: #4F4F4F !important;
    background-color: #f3f3f3 !important;
}

.chat-toggle {
    position: fixed;
    bottom: 40px;
    right: 45px;
    display: flex;
    align-items: center;
    justify-items: left !important;
    background-color: white;
    color: var(--color-primary);
    border-radius: 20px;
/*    padding: 10px 67px 10px 13px;*/
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0,0,0,0.2);
    white-space: nowrap;
    overflow: hidden;
    min-height: 44px;
    max-width: 200px;
    transition: max-width 0.6s ease-in-out;
    opacity: 1;
}
.chat-toggle-container {
    position: fixed;
    bottom: 40px;
    right: 20px;
    display: flex;
    z-index: 1030 !important;
}


.chat-dots {
    background-color: var(--color-primary) !important;
    bottom: -9px;
    right: -4px;
    padding: 11px 19px;
}

.chat-card {
    position: fixed;
    bottom: -36px;
    right: -645px;
    z-index: 1039;
    display: none !important;
    transform: translateY(20px);
    transition: all 0.3s ease; /* Smooth fade & slide */
    pointer-events: none; /* Prevent clicking when hidden */
}

    .chat-card.show {
        display: block !important;
        transform: translateY(0);
        pointer-events: auto;

    }

#chat2 .form-control {
    border-color: transparent;
}

    #chat2 .form-control:focus {
        border-color: transparent;
        box-shadow: inset 0px 0px 0px 1px transparent;
    }

.divider:after,
.divider:before {
    content: "";
    flex: 1;
    height: 1px;
    background: #eee;
}

.form-control.box-shadow-0{
    box-shadow: none !important;
}

.rounded-3 {
    border-radius: 0.7rem !important;
}
.rounded-2 {
    border-radius: 0.6rem !important;
}

.rounded-top {
    border-top-left-radius: 0.7rem !important; /* default Bootstrap radius */
    border-top-right-radius: 0.7rem !important;
}
.rounded-bottom {
    border-bottom-left-radius: 0.7rem !important; /* default Bootstrap radius */
    border-bottom-right-radius: 0.7rem !important;
}

.clickable-card:hover {
    border: 1px solid white !important;
}

.clickable-reports{
    padding: 13px;
}

    .clickable-reports:hover {
        color: white !important;
        background-color: var(--color-primary) !important;
    }

.p-login {
    padding: 62px 115px 0px 115px !important;
}

.chevron {
    transition: transform 0.3s ease;
}

    .chevron.rotate {
        transform: rotate(90deg);
    }

.toggle-menu-item:hover, 
.toggle-menu-item:active{
    background-color: var(--color-primary) !important;
    color: white !important;
}

.toggle-menu-item:focus {
    background-color: var(--color-primary) !important;
    color: white !important;
}

.dropdown-item:hover {
    background-color: #c6d9c6 !important;
}

.dropdown-menu .dropdown-item {
    color: var(--color-primary) !important;
}


.dropdown-menu {
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    display: block;
    visibility: hidden;
    pointer-events: none;
}


    .dropdown-menu.show {
        opacity: 1;
        transform: translateY(0);
        visibility: visible;
        pointer-events: auto;
    }

.map-container {
    min-height: 170px;
    height: 170px;
    min-width: 25%;
    border-color: var(--border-primary-color-lighter);
}
.dc2-show {
    display: flex !important;
}

.dc2-hide {
    display: none !important;
}



.filter-select,
.search-box{
    border: 1px solid #ddd;
    background-color: #f8f9fa; /* light gray like your screenshot */
    padding-left: 2rem; /* space for the funnel */
    appearance: none; /* remove default arrow (for Chrome/Edge) */
    -webkit-appearance: none;
    -moz-appearance: none;
}

.custom-icon-input {
    position: relative;
    display: inline-block;
}

    .custom-icon-input .bi-funnel,
    .custom-icon-input .bi-activity,
    .custom-icon-input .bi-calendar,
    .custom-icon-input .bi-search {
        position: absolute;
        top: 50%;
        left: 10px;
        transform: translateY(-50%);
        color: #afafaf;
        pointer-events: none;
    }


.table-header-custom {
    background-color: #f8f9fa;
}

    .table-header-custom th:first-child {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    .table-header-custom th:last-child {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

.table-header-column {
    padding-top: 13px !important;
    padding-bottom: 13px !important;
}


.table tbody tr:last-child td {
    border-bottom: 0 !important;
}

.date-range-btn {
    display: flex;
    align-items: center;
    gap: 6px;
}

.dropdown-menu {
    min-width: 250px;
    padding: 12px;
}

.paging .active {
    background-color: #d2e0d5 !important;
    color: black !important;
}
.paging {
    --bs-text-opacity: 1;
    color: #6c757d !important;
}

.custom-nav {
    background-color: #f8f9fa; /* light gray background */
    padding: 0.5rem 1rem;
}

    .custom-nav .nav-link {
        color: var(--color-primary);
/*        font-size: 13px;*/
        margin-right: 1rem;
        border-radius: 0.5rem;
        padding: 0.5rem 1rem;
    }

        .custom-nav .nav-link.active {
            background-color: #e9ecef;
            color: var(--color-primary) !important;
            font-weight: 600;
        }

        .custom-nav .nav-link:hover {
            background-color: #f1f3f5;
            color: var(--color-primary) !important;
        }

.custom-nav-2 {
 
    border-radius: 11px;
    padding: 0.5rem 1rem;
}

    .custom-nav-2 .nav-link {
/*        color: black !important;*/
        margin-right: 1rem;
        border-radius: 0.5rem;
        padding: 0.5rem 1rem;
    }

        .custom-nav-2 .nav-link.active {
/*            background-color: #e9ecef;*/
            color: var(--color-primary) !important;
            font-weight: bold;
          
        }

        .custom-nav-2 .nav-link:hover {
            background-color: #f1f3f5;
/*            color: var(--color-primary) !important;*/
        }


.custom-card-padding {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.card-header:first-child {
    border-radius: calc(.7rem - 1px) calc(.7rem - 1px) 0 0 !important;
}

/* Custom style for the dashed border and hover effect */
#drop-zone {
    border: 2px dashed #e5e7eb;
    transition: all 0.3s ease-in-out;
}

    #drop-zone:hover {
        border-color: #3b82f6;
        background-color: #eff6ff;
    }

.border-dashed {
    border-style: dashed !important;
}

.chat-container {
    height: calc(90vh - 60px); /* Adjust height for the nav tabs */
    border-radius: 0 0 1rem 1rem;
    overflow: hidden;
}

.chat-main {
    background-color: #f9fafb;
    position: relative;
    height: 100%;
}

.chat-header {
    background-color: #ffffff;
    border-bottom: 1px solid #e5e7eb;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.message-area {
    overflow-y: auto;
    flex-grow: 1;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    min-height: 52vh;
    max-height: 52vh;
}

.message-area-2 {
    overflow-y: auto;
    flex-grow: 1;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    min-height: 35vh;
    max-height: 35vh;
}

.message-bubble-wrapper {
    display: flex;
    flex-direction: column;
}

.message-bubble {
    max-width: 75%;
    padding: 0.75rem 1rem;
    border-radius: 1rem;
    word-wrap: break-word;
}

.message-details {
    font-size: 0.75rem;
    color: #666E75;
}

.message-incoming .message-bubble {
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    align-self: flex-start;
}

.message-incoming .message-details {
    align-self: flex-start;
}

.message-outgoing .message-bubble {
    background-color: #d1e7dd; /* Bootstrap's success color variant */
    align-self: flex-end;
}

.message-outgoing .message-details {
    align-self: flex-end;
}

.chat-input-area {
    background-color: #ffffff;
    border-top: 1px solid #e5e7eb;
}


.history-list {
    overflow-y: auto;
    flex-grow: 1;
}

.history-item {
    border-bottom: 1px solid #e9ecef;
}

.status-badge {
    font-size: 0.8rem;
    padding: 0.3em 0.6em;
    border-radius: 1rem;
}

    .status-badge.open,
    .status-badge.confirmed {
        background-color: #e2f4ed;
        color: #0D380A;
    }

    .status-badge.closed {
        background-color: #f0f0f0;
        color: #4A4F54;
    }
    .status-badge.pending,
    .status-badge.warning {
        background-color: #fff3cd;
        color: #453403;
    }
    .status-badge.cancelled,
    .status-badge.danger {
        background-color: #fcebeb;
        color: #902C36;
    }

.history-item:hover {
    background-color: var(--color-primary-light);
    border-radius: 0.2rem !important;
}



/* Custom Grid for Images */
.image-gallery {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    height: 400px; /* Fixed height for visual consistency */
}

.img-item {
    border-radius: 8px;
    overflow: hidden;
    background-color: #ccc;
    position: relative;
}

    .img-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.3s ease;
    }

        .img-item img:hover {
            transform: scale(1.05);
        }

/* Large Image (takes 2x2 grid area) */
.img-main {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
}

/* Side Images */
.img-side-top {
    grid-column: 3 / 5;
    grid-row: 1 / 2;
}

.img-side-bottom-left {
    grid-column: 3 / 4;
    grid-row: 2 / 3;
}

.img-side-bottom-right {
    grid-column: 4 / 5;
    grid-row: 2 / 3;
}

/* Photo Counter Overlay */
.photo-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    font-weight: 600;
    cursor: pointer;
}

/* Responsive adjustments for the grid */
@media (max-width: 991.98px) {
    .image-gallery {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
        height: auto;
    }

    .img-main, .img-side-top, .img-side-bottom-left, .img-side-bottom-right {
        grid-column: auto / auto;
        grid-row: auto / auto;
        height: 200px;
    }

    .img-main {
        grid-column: 1 / 3;
    }
}

.progress {
    height: 0.5rem !important;
    border-radius: 0.25rem !important;
}
.progress-bar {
    background-color: var(--color-primary) !important;
}
.clickable-title {
    font-size: 0.6em !important;
}

/* Main image area */
.main-image img {
    height: 500px; /* fixed height */
    width: 100%; /* always fill modal width */
    object-fit: cover; /* crop to fit */
}

.thumbnail-item {
    position: relative;
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 6px;
    overflow: hidden;
    transition: border-color 0.2s ease-in-out;
}

    .thumbnail-item.active {
        border: solid 4px white !important;
    }

    .thumbnail-item img {
        height: 100px;
        width: 150px;
        object-fit: cover;
        border-radius: 4px;
    }

.img-thumbnail {
    background-color: #363636 !important;
    border: none !important;
}



.most-popular-badge {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.5rem 1rem;
    border-top-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
    background-color: #20793b; /* Success/green color */
    color: white;
    font-weight: bold;
    font-size: 0.8rem;
    transform: translateY(-100%) translateY(0.75rem); /* Position it neatly at the top right */
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
}

/* Style for the selectable card area */
.card-service {
    cursor: pointer;
    transition: all 0.2s;
    border: 1px solid #dee2e6;
    border-radius: 0.75rem; /* Slightly more rounded corners */
    position: relative;
}
    /* Shadow on hover for better interaction feedback */
    .card-service:hover {
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    }
/* Style when the associated radio input is checked */
.card-check:checked + .card-service {
    border: 2px solid #198754; /* Bootstrap success color */
    box-shadow: 0 0 6px rgba(25, 135, 84, 0.4);
    transition: 0.2s ease;
}
/* Hide the default radio input */
.card-check {
    display: none;
}

/* The standalone selection indicator */
.selection-indicator {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem; /* size of the circle */
    height: 1.5rem;
    margin-left: 0.75rem;
    border-radius: 50%;
    border: 2px solid #ccc;
    color: transparent; /* Hide checkmark by default */
    font-size: 1rem;
    font-weight: bold;
    transition: all 0.2s;
    flex-shrink: 0; /* Prevent it from shrinking */
}

/* Style the indicator when the card is checked */
.card-check:checked + .card-service .selection-indicator {
    border-color: #20793b; /* Green border when checked */
    background-color: #20793b; /* Green background */
    color: white; /* White checkmark */
    content: "\2713"; /* Checkmark symbol */
}

/* Make selected color persistent */
.selected-row {
    background-color: var(--color-primary-light) !important; /* greenish highlight */
    box-shadow: inset -3px 0 0 #198754; /* subtle accent line */
}

/* Hover shouldn't override selection */
.guest-list:hover {
    background-color: var(--color-primary-light) !important;

}

.modal-content-wrapper {
    transition: transform 300ms ease-in-out; /* Smooth transition for carousel effect */
    width: 200%; /* Holds both steps side-by-side */
    display: flex;
}
.modal-content-wrapper.width3 {
    transition: transform 300ms ease-in-out; /* Smooth transition for carousel effect */
    width: 100%; /* Holds both steps side-by-side */
    display: flex;
}
.slide {
    flex: 0 0 100%; /* each slide takes 100% of viewport */
    max-width: 100%;
}
/*
.table-hover tbody tr.selected-row:hover td {
    background-color: #d9f3df !important;
}*/

.urgent-badge {
    animation: pulse 1.5s infinite;
}

.badge {
    width: fit-content !important;
    height: fit-content !important;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.5);
    }
    /* Bootstrap danger color glow */
    70% {
        box-shadow: 0 0 0 8px rgba(220, 53, 69, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(220, 53, 69, 0);
    }
}

.hotel-card {
    overflow: hidden; /* ensures image stays flush with border */
    border: 1px solid #dee2e6;
    border-radius: 0.75rem;
}

    .hotel-card.selected {
        border: 2px solid #198754; /* Bootstrap success color */
        box-shadow: 0 0 6px rgba(25, 135, 84, 0.4);
        transition: 0.2s ease;
        overflow: hidden; /* ensures image stays flush with border */
        border-radius: 0.75rem;
    }
        .hotel-card.selected img {
            border-radius: 0;
        }

/* Change label button style when checked */
.btn-check:checked + .btn {
    color: white;
    background-color: #198754;
    border-color: #198754;
}

.paginator-box {
    border: 1px solid var(--color-primary);
    background-color: var(--color-primary-light);
    border-radius: 0.75rem;
    padding: 1rem;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
}

.page-item.active .page-link {
    color: #fff !important;
    background-color: var(--color-primary) !important;
    border-color: var(--color-primary) !important;
}

.page-link {
    color: var(--color-primary) !important;
}

    .page-link:hover {
        color: var(--color-primary) !important;
    }




.room-type.selected {
    border: 2px solid #198754; /* Bootstrap success color */
    box-shadow: 0 0 6px rgba(25, 135, 84, 0.4);
    transition: 0.2s ease;
}

.room-type.disabled {
    opacity: 0.4;
    pointer-events: none;
}

/* Smooth show/hide for the Book Now button */
.proceed-btn {
    display: none !important;
    transition: opacity 0.2s ease;
}

    .proceed-btn.visible {
        display: block !important;
        opacity: 1;
    }


.location-card.selected {
    border: 2px solid #198754; /* Bootstrap success color */
    box-shadow: 0 0 6px rgba(25, 135, 84, 0.4);
    transition: 0.2s ease;
}

/* Hide the default chevron on the right */
.accordion-button::after {
    display: none;
}

/* Add the chevron before the text */
.accordion-button::before {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: .5rem;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23666'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}

/* Rotate when expanded */
.accordion-button:not(.collapsed)::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23346132'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(180deg);
}

.accordion-button:not(.collapsed) {
    color: #346132;
    background-color: var(--color-primary-light);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
    
}


.accordion-button:focus {
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

/* 2. Collapsible Group Styling - SCOPED WITH .services-layout */
        .services-layout .accordion-item {
            border: none;
            background-color: transparent;

        }
        
        /* Style the header to look like a title with a line below it, and make it the trigger */
        .services-layout .accordion-header {
            border-bottom: 1px solid var(--bs-success); /* The line below the text */
            margin-bottom: 0.9rem;
        }

        .services-layout .accordion-button {
            /* Modified to use flex for icon placement */
            padding: 0;
            background-color: transparent !important;
            box-shadow: none !important;
            font-weight: 700;
            color: var(--bs-dark);
            cursor: pointer;
            width: 100%;
            text-align: left;
            border: none !important;
            
            /* Enable flex to push icon to the right */
            display: flex;
            align-items: center;
        }

        /* Hide Bootstrap's default icon and transition the custom one */
        .services-layout .accordion-button::after {
            display: none; 
        }
        
        /* Custom Icon Styling and Transition */
        .services-layout .accordion-button .collapse-icon {
            transition: transform 0.2s ease-in-out;
            font-size: 1rem; 
            color: var(--bs-dark);
        }

        .services-layout .accordion-button:not(.collapsed) {
             color: var(--color-primary); /* Change text color when open */
        }

        /* Rotate icon 180deg when expanded */
        .services-layout .accordion-button:not(.collapsed) .collapse-icon {
            transform: rotate(180deg);
            color: var(--bs-success);
        }
        
        /* 3. List Item Styling (reused) */
        .service-item {
            border-radius: 0.5rem;
            border: 1px solid var(--bs-border-color);
            margin-bottom: 1rem;
            padding: 1rem;
            background-color: white;
        }

        .form-control:disabled, .form-control[readonly] {
            background-color: #e9ecef69 !important;
        }

.icon-single {
    background-color: #fef3c7;
    color: #92400e;
}

.icon-double {
    background-color: #dbeafe;
    color: #1e40af;
}

.occupancy-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.75rem;
    margin-right: 1rem;
}

.selection-card {
    cursor: pointer;
    transition: all 0.2s ease;
    border: 2px solid #f1f5f9;
}

    .selection-card:hover {
        border-color: var(--color-primary);
        background-color: #f3fff5;
    }

    .selection-card.active {
        border-color: var(--color-primary);
        background-color: #f3fff5;
    }

.empty-state {
    padding: 2rem;
    border: 2px dashed #e2e8f0;
    border-radius: 1.5rem;
    text-align: center;
    background: white;
}

/*FOR PAGE RESPONSIVE*/
@media (min-width: 3033px) {
    .w-75 {
        width: 60% !important;
    }
}

@media (max-width: 3032px) {
    .w-75 {
        width: 60% !important;
    }

}

@media (min-width: 2701px) {

    .col-lg-4 {
        width: 26.3333% !important;
    }
}

@media (max-width: 2700px) {

    .col-lg-4 {
        width: 26.3333% !important;
    }
}

@media (max-width: 2560px) {
    .w-75 {
        width: 65% !important;
    }
    .col-lg-4 {
        width: 28.3333% !important;
    }
}
@media (max-width: 2450px) {
    .col-lg-4 {
        width: 30.3333% !important;
    }
}

@media (max-width: 2101px) {
    .w-75 {
        width: 75% !important;
    }
    .col-lg-4 {
        width: 35.3333% !important;
    }
}

@media (max-width: 1670px) {
    .col-lg-4 {
        width: 45.3333% !important;
    }

    .w-75 {
        width: 77% !important;
    }
}

@media (max-width: 1500px) {

    .w-75 {
        width: 85% !important;
    }
}

@media (max-width: 1400px) {

    .chat-card {
        right: -555px;
    }
}

@media (max-width: 1316px) {

    .col-lg-4 {
        width: 56.3333% !important;
    }

    .w-75 {
        width: 93% !important;
    }
}


@media (max-width: 1270px) {

    .col-lg-4 {
        width: 62.3333% !important;
    }
}

@media (max-width: 1204px) {
    .navbar-nav {
        gap: 2rem !important;
    }
}

@media (max-width: 1200px) {

    .chat-card {
        right: -309px;
    }
}

/*hide navbar and show hambuger navbar*/

@media (max-width: 1204px) {
    .navbar-nav,
    .profile {
        display: none !important;
    }

    .menu {
        justify-content: normal !important;
        gap: 2.5em !important;
    }

    .profile {
        margin-left: auto !important;
    }

    .toggle-menu {
        display: block !important;
    }

    .dc1 {
        width: 100% !important;
    }

    .dc2 {
        width: 100% !important;
/*        flex-direction: row-reverse !important;*/
    }

    .dc2-show {
        display: none !important;
    }

    .dc2-hide {
      
        display: flex !important;
    }
    .dc2-hide-wrapper{
        width: 40% !important;
    }

    .ebirds-card {
        flex: 1 1 auto !important;
        height: 9% !important;
    }

    .kam-card {
        flex: 1 1 auto !important;
        max-height: 100% !important;

    }

    .mi-card {
        flex: 1 1 auto !important;
    }

    .chat-toggle {
        max-width: 0;
    }

    .lang-switcher {
        display: block !important;
    }

    .lang-switcher-dropdown {
        right: 0 !important;
        left: auto !important;
    }

    .hotel-info {
        width: 100% !important;
    }

    .image-content {
        width: 100% !important;
        margin-bottom: 1.5rem !important;
    }

    .price-holder {
        top: auto !important;
        padding-top: 0px !important;
    }

    /*    .steps {
    display: none !important;
}
.loc-selector-input {
    margin-top: 54px;
}*/
    .custom-gap {
        gap: 0rem;
    }
    .res-type{
        width: 50% !important;
    }
    .activity-card{
        width: 50% !important;
    }
}

@media (max-width: 1677px) {

    .date-input {
        width: 43% !important;
    }

    .noofpeople {
        width: 43% !important;
    }

    .roomtype {
        width: 43% !important;
    }

    .location {
        width: 43% !important;
    }
}

@media (max-width: 1000px) {

    .col-lg-4 {
        width: 77.3333% !important;
    }
}

@media (max-width: 992px) {

    .chat-card {
        right: -113px;
    }

    .loc-selector-input {
        flex-direction: column !important;
    }

    .map-container {
        height: 263px !important;
    }
}

@media (max-width: 978px) {

    .chat-card {
        right: -113px;
        }
    }

    @media (max-width: 967px) {

        .col-lg-4 {
            width: 81.3333% !important;
        }
    }

@media (max-width: 880px) {
     .search-input {
         width: 50% !important;
     }
     .summary-res,
     .summary-time,
     .summary-contact,
     .summary-detail{
         width: 50% !important;

     }
    .summary-res{
        margin-bottom: 1rem !important;
    }
}

@media (max-width: 799px) {
    .col-lg-4 {
        width: 99.3333% !important;
    }
}

@media (max-width: 768px) {
    .dc2 {
        width: 100% !important;
        flex-direction: column !important;
        padding-bottom: 2em !important;
    }

    .chat-card {
        right: 4px;
    }

    .dc1-items {
        flex-direction: column !important;
    }

    .dc1-item-2 {
        margin-top: 20px;
    }

    .col-lg-4 {
        width: 91.3333% !important;
    }

    .date-input {
        width: 48% !important;
    }

    .noofpeople {
        width: 48% !important;
    }

    .roomtype {
        width: 48% !important;
    }

    .location {
        width: 48% !important;
    }

    .dc2-show {
        display: flex !important;
    }

    .dc2-hide {
        display: none !important;
    }
}

@media (max-width: 684px) {

    .col-lg-4 {
        width: 96.3333% !important;
    }
}

@media (max-width: 650px) {

    .step {
        width: 50% !important;
    }
    .activity-card {
        width: 100% !important;
    }
    .detail-input {
         padding-right: 0px !important;
         width: 100% !important;
    }
}

@media (max-width: 598px) {

    .res-type {
        width: 100% !important;
    }

}

@media (max-width: 590px) {

    .p-login {
        padding: 62px 39px 0px 39px !important
    }
    .summary-res,
    .summary-time,
    .summary-contact,
    .summary-detail {
        width: 100% !important;
    }
}



@media (max-width: 541px) {
    .date-input {
        width: 100% !important;
    }

    .noofpeople {
        width: 100% !important;
    }

    .roomtype {
        width: 100% !important;
    }

    .location {
        width: 100% !important;
    }

    .search-input {
        width: 100% !important;
    }
    .w-75 {
         width: 98% !important;
    }
}

@media (max-width: 430px) {
    .col-lg-4 {
        width: 100% !important;
    }
}


