@import url("https://fonts.googleapis.com/css2?family=Spectral:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");

.header__logo img {
    width: 80px;
}

body {
    font-family: "Spectral", serif;
    font-size: 16px;
    line-height: 26px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Spectral", serif;
    font-weight: 600;
}
a:hover {
    color: #c19046;
}

.section-padding-bottom {
    padding-bottom: 80px;
}

.section-padding-top {
    padding-top: 80px;
}

.section-padding {
    padding-top: 80px;
    padding-bottom: 80px;
}

.header.is-sticky {
    background: var(--secondary-color);
    backdrop-filter: unset;
    opacity: 1 !important;
    height: 80px;
    position: fixed;
}

    .header.is-sticky .header__logo img {
        width: 60px;
    }

.innerpage-header {
    position: relative;
    background: var(--color-accent-1);
}

    .innerpage-header.is-sticky {
        position: fixed;
    }

.about-us-content {
    margin-top: 130px;
}

    .about-us-content p {
        font-size: 18px;
        line-height: 28px;
    }

.section-title {
    margin-bottom: 30px;
}

    .section-title h2 {
        font-size: 48px;
        line-height: 52px;
    }

.room-stats {
    display: flex;
    column-gap: 40px;
    margin-top: 30px;
}

    .room-stats .room-stat {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

        .room-stats .room-stat img {
            width: 40px;
        }

        .room-stats .room-stat span {
            font-size: 24px;
            font-weight: 600;
        }

.start-price {
    font-size: 24px;
    color: green;
    margin: 20px 0 0;
    font-weight: 600;
}

.right-room-content {
    padding: 80px 0 80px 30px;
}

.check-availability-btn {
    margin-top: 30px !important;
}

.room-section .left-image-content {
    height: 100%;
}

    .room-section .left-image-content .room-image {
        height: 100%;
    }

        .room-section .left-image-content .room-image img {
            height: 100%;
            width: 100%;
            object-fit: cover;
        }

.cottage-amenities {
    padding-top: 60px;
}

.amenities-card-wrap {
    margin-top: 20px;
}

.amenities-card h4 {
    font-size: 20px;
    margin-top: 20px;
}

.bg-dark-green {
    background: var(--secondary-color);
}

.safari-detail-content .safari-title {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #ffb63c;
}

.safari-detail-content .safari-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}

    .safari-detail-content .safari-list li img {
        width: 20px;
        filter: invert(1);
        margin-right: 10px;
    }

.testimonial-text {
    font-size: 28px;
    line-height: 36px;
}

.testimonial-name {
    font-size: 20px;
    font-weight: 700;
}

.footer-address {
    max-width: 300px;
}

/******/
.search-room-panel {
    /* background: #eaffea; */
    padding: 0 0 80px;
    border-bottom: 1px solid #ddd;
}

.search-panel-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

    .search-panel-wrap .search-item {
        width: 325px;
        padding: 4px 10px;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
        border-radius: 4px;
    }

    .search-panel-wrap label {
        font-weight: 700;
        font-size: 14px;
        line-height: 0px;
    }

.search-results {
    margin-top: 60px;
}

.room-detail-wrap {
    padding: 10px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}

    .room-detail-wrap .room-detail-img img {
        border-radius: 4px;
        height: 250px;
        width: 100%;
        object-fit: cover;
    }

    .room-detail-wrap .basic-room-info {
        display: flex;
        flex-wrap: wrap;
        gap: 10px 20px;
        padding: 10px 0;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        margin: 10px 0;
    }

        .room-detail-wrap .basic-room-info img {
            width: 20px;
            margin-right: 4px;
        }

        .room-detail-wrap .basic-room-info span {
            font-weight: 600;
        }

    .room-detail-wrap h4 {
        font-size: 20px;
        color: var(--color-accent-2);
    }

    .room-detail-wrap ul li {
        font-size: 14px;
        font-weight: 300;
        display: inline-block;
        padding-right: 20px;
        position: relative;
    }

        .room-detail-wrap ul li:before {
            content: "";
            position: a;
            position: absolute;
            width: 6px;
            height: 6px;
            background: #000;
            border-radius: 100%;
            right: 3px;
            top: 9px;
            opacity: 0.5;
        }

    .room-detail-wrap ul {
        border-bottom: 1px solid #ddd;
        margin: 0 0 10px 0;
        padding: 0 0 10px 0;
    }

    .room-detail-wrap .room-price {
        color: green;
        font-size: 22px;
        font-weight: 600;
    }

        .room-detail-wrap .room-price span {
            font-weight: 700;
        }

.search-results .room-detail-img {
    margin-bottom: 20px;
}

.room-package-wrap {
    padding: 16px;
    border: 1px solid #a2a2a2;
    border-radius: 4px;
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

    .room-package-wrap .room-pricing {
        width: 250px;
    }

    .room-package-wrap .mrp {
        font-size: 14px;
        opacity: 0.5;
        text-decoration: line-through;
    }

    .room-package-wrap .offered-price {
        font-size: 30px;
        color: #000;
        font-weight: 700;
        margin-bottom: 4px;
    }

    .room-package-wrap .room-pricing .tax-amount {
        opacity: 1;
        color: #000;
        font-size: 16px;
        margin-top: 20px;
    }

.checkin-out-time ul {
    display: flex;
    gap: 10px;
}

    .checkin-out-time ul li:first-child {
        padding-right: 10px;
        margin-right: 0;
        border-right: 1px solid #ddd;
    }

.room-package-wrap .room-package-title h5 {
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.inclusion-list ul li {
    position: relative;
    padding-left: 20px;
}

    .inclusion-list ul li:before {
        content: "";
        position: absolute;
        width: 5px;
        height: 10px;
        border-bottom: 2px solid #000;
        border-right: 2px solid #000;
        left: 4px;
        top: 7px;
        transform: rotate(45deg);
    }

.inclusion-list ul {
    margin-top: 10px;
}

.room-package-wrap .package-badge span {
    background: #c19046;
    border: 1px solid #c19046;
    padding: 0 4px;
    font-size: 12px;
    color: #c19046;
    border-radius: 1px;
    color: #fff;
}

.room-package-wrap .book-now {
    margin-top: 30px;
}

    .room-package-wrap .book-now button {
        height: auto;
        font-size: 16px;
        line-height: 22px;
        padding: 8px 16px;
    }

.room-package-wrap .room-package {
    padding-right: 20px;
    border-right: 1px solid #ddd;
    width: calc(100% - 270px);
}

.room-package-wrap:not(:last-child) {
    margin-bottom: 20px;
}

.review-title .section-title h2 {
    font-size: 32px;
    line-height: 38px;
}

.review-title {
    padding: 0 0px 10px;
    /* border-bottom: 1px solid #ddd; */
    margin-bottom: 10px;
}

    .review-title .section-title {
        margin-bottom: 0;
    }

.resort-info {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

    .resort-info .resort-info__image {
        width: 160px;
        border-radius: 4px;
        overflow: clip;
    }

    .resort-info .resort-info__content {
        width: calc(100% - 180px);
    }

.booking-card {
    padding: 16px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}

.booking-info {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    background: #f5f5f5;
    border-radius: 4px;
    margin-top: 20px;
    padding: 10px;
}

    .booking-info .booking-info__label {
        font-size: 14px;
        text-transform: uppercase;
        /* opacity: 0.7; */
    }

    .booking-info .booking-info__value {
        font-size: 16px;
    }

        .booking-info .booking-info__value span {
            padding-right: 2px;
        }

        .booking-info .booking-info__value .date {
            font-size: 22px;
            font-weight: 600;
        }

.room-booking-policy {
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px dashed #ddd;
}

    .room-booking-policy .book-poliicy-title,
    .price-brk-title {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 10px;
    }

.booking-policy {
    font-size: 14px;
}

    .booking-policy ul li {
        position: relative;
        padding-left: 20px;
        margin-bottom: 4px;
    }

        .booking-policy ul li:before {
            content: "";
            position: absolute;
            left: 2px;
            top: 9px;
            width: 5px;
            height: 5px;
            background: #000;
            border-radius: 100%;
        }

.resort-info__rating {
    display: flex;
    align-items: center;
}

    .resort-info__rating img {
        width: 14px;
    }

    .resort-info__rating .text-14 {
        font-size: 26px;
        padding-right: 6px;
    }

.price-table li {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    font-weight: 600;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #ddd;
}

    .price-table li:last-child {
        border-bottom: none;
    }

.tax-amount,
.room-price .base-price {
    font-size: 10px;
    color: #9b9b9b;
    line-height: 12px;
}

.tax-values {
    text-align: right;
}

.booking-card .price-value {
    font-size: 20px;
}

.room-price {
    display: flex;
    flex-direction: column;
}

.review-booking {
    padding: 20px 0 40px;
}

.proceed-booking .proceed-btn {
    margin-top: 20px;
    height: auto;
    padding: 10px 16px;
    text-transform: none;
    width: 100%;
}

.proceed-booking {
    width: 100%;
}

.booking-card .form-group label {
    font-weight: 600;
    margin-bottom: 4px;
}

.booking-card .form-group input,
.booking-card .form-group select {
    height: 48px;
    padding: 12px;
    font-size: 16px;
    line-height: 22px;
}

.booking-card .form-title h3 {
    font-size: 20px;
    margin-bottom: 10px;
    position: relative;
}

    .booking-card .form-title h3:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        background: #ddd;
        z-index: -1;
        top: 12px;
    }

.row-gap-gutter {
    row-gap: var(--bs-gutter-x);
}

.booking-card .form-title h3 span {
    background: #fff;
    padding-right: 10px;
}

.chekin-wrapper {
    border: 1px solid #dddddd;
    border-radius: 5px;
    padding: 14px 20px;
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: center;
    display: flex;
}

.sciowrapp {
    width: 52%;
}

.chekin-wrapper .checkInlbl span {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.chekin-wrapper .checkInlbl span {
    display: flex;
    align-items: center;
    white-space: nowrap;
    font-size: 12px;
    line-height: 14px;
}

.roomRateInCart {
    font-size: 20px;
    font-weight: 600;
}

.chekin-wrapper .checkInlbl span .adult-child-icon {
    font-size: 16px;
}

.room-details .room-item:not(:last-child) {
    padding-bottom: 4px;
    margin-bottom: 4px;
    border-bottom: 1px solid #ddd;
}

.addon-list-wrap .addon-item label {
    position: relative;
    padding-left: 24px;
    cursor: pointer;
    line-height: 18px;
}

.addon-list-wrap .addon-item input[type="checkbox"], .custom-check-box input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    width: auto;
    height: auto;
}

.addon-list-wrap .addon-item {
    position: relative;
    display: flex;
    width: 33.33%;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .addon-list-wrap .addon-item label:before, .custom-check-box label:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 16px;
        height: 16px;
        border: 2px solid #333;
        border-radius: 3px;
    }

        .addon-list-wrap .addon-item input[type="checkbox"]:checked + label:before, .custom-check-box input[type="checkbox"]:checked + label:before {
            background: #000;
        }

        .addon-list-wrap .addon-item input[type="checkbox"]:checked + label:after, .custom-check-box input[type="checkbox"]:checked + label:after {
            content: "";
            position: absolute;
            left: 5px;
            top: 1px;
            width: 5px;
            height: 10px;
            border-bottom: 2px solid #fff;
            border-right: 2px solid #fff;
            transform: rotate(45deg);
        }

.safari-booking-info {
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid #ddd;
}
.addons-wrap {
    margin-top: 20px;
}
.addon-list-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.addons-wrap .addon-title,
.safari-booking-info .safari-booking-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

.w-100 {
    width: 100%;
}

.single-addon-item {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    color: #464646;
}

    .single-addon-item:not(:last-child) {
        padding-bottom: 4px;
        margin-bottom: 4px;
        border-bottom: 1px dashed #ddd;
    }

    .single-addon-item .addon-price {
        font-size: 20px;
        color: #000;
    }

.addon-list-wrap .addon-item:not(:last-child) {
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.addons-wrap .addon-title {
    color: green;
}

.safari-booking-info .safari-booking-title {
    margin-top: 10px;
}
.addon-list-wrap .addon-item .price {
    font-weight: 700;
}
.confirmation-title {
    margin-bottom: 30px;
}

.booking-confirmation .card {
    padding: 12px;
    box-shadow: 0 0 4px rgba(0,0,0,0.2);
    border-radius: 8px;
    margin-bottom: 20px;
}

    .booking-confirmation .card .card-title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 8px;
    }

.booking-reference {
    font-size: 30px;
    font-weight: 600;
    color: green;
    margin: 10px 0;
}

.text-muted-custom {
    color: oklch(.2 0 0);
}

.booking-confirmation .card .fw-semibold {
    font-weight: 600;
}
.booking-confirmation .card .date-booked {
    font-size: 20px;
}
.pagination {
    display: flex;
    align-items: center;
    gap: 15px;
}

.pagination__button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #D5D7DC;
    background: transparent;
    transition: all 0.3s ease;
    cursor: pointer;
}

    .pagination__button:hover {
        border-color: #0b210b;
        background: #0b210b;
        color: white;
    }

.pagination__count {
    display: flex;
    align-items: center;
    gap: 10px;
}

.pagination__number {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #2D2D2D;
    font-weight: 500;
    transition: all 0.3s ease;
}

    .pagination__number:hover,
    .pagination__number.is-active {
        background: #0b210b;
        color: white;
    }

.pagination__dots {
    padding: 0 5px;
}
.hero.-type-9.inner-page-banner .hero__slide {
    min-height: 90vh;
    padding: 250px 0 140px;
}

.baseCard.-type-4 .baseCard__content h4 {
    font-size: 30px;
    margin-bottom: 10px;
}
.baseCard.-type-4 .baseCard__content:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, black 0%, transparent);
    left: 0;
    bottom: 0;
    border-radius: 16px;
    z-index: -1;
}
.about-accomodation {
    margin-top: 20px;
}

    .about-accomodation li {
        position: relative;
        margin-bottom: 10px;
        padding-left: 20px;
    }

        .about-accomodation li .check-icon {
            width: 5px;
            height: 10px;
            border-bottom: 2px solid #333;
            border-right: 2px solid #333;
            position: absolute;
            transform: rotate(45deg);
            left: 4px;
            top: 9px;
        }
.accomodation-content .right-room-content {
    padding-top: 20px;
    padding-bottom: 20px;
}
.experience-in-jawai .roomCard.-type-3 .roomCard__title {
    font-size: 22px;
}
.booknow-accomodation {
    margin-top: 10px;
    font-weight: 700;
    text-transform: uppercase;
    color: #c19046;
}
.checkin-out-time-wrap {
    display: flex;
    width: 100%;
}

    .checkin-out-time-wrap .checkin-out-time-list {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }
.addon-row {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 12px;
    transition: all 0.3s ease;
    background-color: #fff;
}

    .addon-row:hover {
        transform: translateY(-2px);
    }

.addon-thumbnail {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 6px;
    border: 1px solid #dee2e6;
}

.addon-title {
    font-weight: 600;
    font-size: 1.1rem;
    color: #333;
    margin-bottom: 4px;
}

.addon-description {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 0;
}

.addon-price {
    font-size: 1.2rem;
    font-weight: 600;
    color: #28a745;
    margin-bottom: 8px;
    text-align: right;
}
.quantity-addon-wrap {
    max-width: 110px;
}
.addon-checkbox {
    transform: scale(1.2);
}
.custom-check-box label {
    padding-left: 24px;
    line-height: 20px;
    margin-bottom: 0 !important;
    position: relative;
    cursor: pointer;
}
.accordion.-type-1 .accordion__button {
    background: #000;
    color: #fff;
    font-size: 16px;
    padding: 5px 16px;
    border-radius: 2px;
    margin-bottom: 12px;
}
.safari-booking-info {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
}

    .safari-booking-info .right-content {
        width: 200px;
    }

    .safari-booking-info .left-content {
        width: calc(100% - 220px);
        padding: 12px;
    }
    padding: 0 5px;
}
.default-amenity {
    height: 60px!important;
}
.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.safari-timing {
    margin-top: 20px;
}

    .safari-timing table {
        margin-top: 10px;
    }

        .safari-timing table td, .safari-timing table th {
            padding: 6px;
            border: 1px solid #717171;
            min-width: 110px;
        }
.activity-card {
    /* padding: 12px; */
    box-shadow: 0 0 4px rgba(0,0,0,0.2);
    border-radius: 4px;
    transition: all 300ms ease-in-out;
    cursor: pointer;
}

    .activity-card .activity-image {
        border-radius: 4px 4px 0 0;
        overflow: hidden;
        /* margin-bottom: 10px; */
    }

    .activity-card .activity-name {
        padding: 10px 16px;
        background: #000;
        border-radius: 0 0 4px 4px;
        color: #fff;
        font-size: 22px;
        line-height: 30px;
        display: flex;
        gap: 12px;
        align-items: center;
        justify-content: space-between;
    }

    .activity-card:hover {
        transform: translateY(-10px);
    }
    .activity-card .activity-name i {
        font-size: 16px;
        display: none;
    }
.home-search-panel .search-panel-wrap .search-item {
    width: calc(33.33% - 62px);
}

.home-search-panel {
    margin-top: -30px;
    z-index: 1;
}

    .home-search-panel .search-panel-wrap {
        background: #fff;
        padding: 16px 20px;
        border-radius: 8px;
    }
    .home-search-panel .searchForm.-type-1 .searchFormItem__button {
        font-size: 18px;
    }
    .home-search-panel .search-panel-wrap button {
        border-radius: 4px;
    }
.listing-page-search-panel {
    position: sticky;
    top: 80px;
    background: #fff;
    z-index: 3;
    padding: 16px 0;
    border-bottom: 1px solid #ddd;
}
.hightlight-card .icon img {
    width: 50px;
    margin-bottom: 30px;
}

.hightlight-card .title {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 0px;
}

.hightlight-card {
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 4px rgba(0,0,0,0.2);
    border: 2px solid #c19046;
}
.social-icons ul {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    gap: 10px;
}

    .social-icons ul a {
        display: inline-flex;
        width: 30px;
        height: 30px;
        background: #c19046;
        border-radius: 100%;
        justify-content: center;
        align-items: center;
    }
.contact-info-section iframe {
    width: 100%;
    height: 100%;
}

/*adnan*/
@media screen and (min-width: 768px) {
    .hero.-type-9.inner-page-banner .hero__bg img {
        width: 100%;
        height: 70vh;
    }

    .hero.-type-9.inner-page-banner .hero__slide {
        min-height: 70vh;
        padding-bottom: 60px;
    }
}

.footer__links-strip {
    padding: 5px 0;
    text-align: center;
    border-top: 0px solid rgba(255, 255, 255, 0.1);
}

.footer-links .footer-link {
    color: #fff;
    margin: 0 12px;
    font-size: 14px;
    text-decoration: none;
}

    .footer-links .footer-link:hover {
        text-decoration: none;
        color: #d4af37; /* gold hover */
    }





/*new css*/
/* ---------- Mobile menu (clean) ---------- */
.mobile-menu {
    position: fixed;
    inset: 0;
    z-index: 2000;
    display: none; /* controlled via .is-open */
    pointer-events: none;
}

    .mobile-menu.is-open {
        display: block;
        pointer-events: auto;
    }

/* backdrop */
.mobile-menu__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
    backdrop-filter: blur(2px);
    transition: opacity 0.25s ease;
    opacity: 0;
}

.mobile-menu.is-open .mobile-menu__backdrop {
    opacity: 1;
}

/* panel (fixed full viewport height) */
.mobile-menu__panel {
    position: fixed; /* IMPORTANT: fixed to avoid clipping */
    top: 0;
    right: 0;
    width: 92%;
    max-width: 360px;
    height: 100vh; /* full viewport height */
    background: #fff;
    background: #0b210b;
    box-shadow: -6px 0 30px rgba(0,0,0,.25);
    transform: translateX(100%); /* start off-screen */
    transition: transform .28s cubic-bezier(.2,.9,.2,1);
    padding: 0; /* header has padding, list has its own */
    overflow: hidden; /* inner list will scroll */
}

/* open state */
.mobile-menu.is-open .mobile-menu__panel {
    transform: translateX(0);
}

/* Header inside panel: logo + close button */
.mobile-menu__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 18px;
    border-bottom: 1px solid rgba(0,0,0,0.06);
    border-bottom: 1px solid rgb(192 154 80);
    border-bottom: 1px solid rgba(192, 154, 80, 0.6);
    position: sticky;
    top: 0;
    z-index: 10;
    background: transparent;
}

/* logo sizing */
.mobile-menu__logo img {
    max-height: 56px;
    width: auto;
    display: block;
    object-fit: contain;
}

/* close button */
.mobile-menu__close {
    background: transparent;
    border: none;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    color: #222;
    color:white;
    padding: 6px;
    margin: 0;
    z-index: 12;
}

/* list area — takes remaining space and scrolls */
.mobile-menu__list {
    list-style: none;
    margin: 0;
    padding: 28px 24px;
    display: block;
    height: calc(100vh - 84px); /* subtract header approx height; safe fallback below uses flex */
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

/* list item styles */
.mobile-menu__item {
    margin-bottom: 5px;
}

    .mobile-menu__item a {
        text-decoration: none;
        font-size: 18px;
        color: #16351b;
        color:white;
        display: block;
        padding: 6px 0;
    }

/* CTA */
.mobile-menu__cta {
    margin-top: 8px;
}

    .mobile-menu__cta .button {
       
        display: flex;
        background-color: var(--color-accent-2) !important;
    }

/* Optional more flexible approach (alternative to fixed calc): uncomment if you want flex-based layout */
/*
.mobile-menu__panel { display:flex; flex-direction:column; }
.mobile-menu__list { flex:1 1 auto; height:auto; }
*/

@media (max-width: 360px) {
    .mobile-menu__logo img {
        max-height: 48px;
    }

    .mobile-menu__list {
        padding: 20px;
        height: calc(100vh - 72px);
    }
}

/* ensure overlay never shows on desktop */
@media (min-width: 992px) {
    .mobile-menu {
        display: none !important;
    }
}

@media(max-width: 992px) {
/*    input.js-first-date.flatpickr-input.flatpickr-mobile {
        display: none;
    }

    input.js-last-date.flatpickr-input.flatpickr-mobile {
        display: none;
    }*/

    .home-search-panel {
        position: relative !important;
        z-index: 9999 !important;
    }

    .hero__bg, .hero__bg img, .hero__slide {
        pointer-events: none !important;
    }

    .hero__nav, .hero__nav button {
        pointer-events: auto !important;
        z-index: 10000;
    }
    .search-item.guestlist > label::after {
    
        width: calc(33.33% - 62px);
        max-width: webkit-fill-available;
     
    }
}





/* Mobile-only: invisible pseudo-hit area for Rooms & Guests only */
@media (max-width: 767px) {
    /* keep label visually unchanged but make it a positioning context for the pseudo-element */
    .search-item.guestlist > label {
        position: relative; /* doesn't change appearance/layout */
        z-index: 2; /* keep label above underlying visuals */
        /* do not change padding/margins/font/etc */
    }

        /* invisible pseudo-element expands clickable area (tweak offsets below) */
        .search-item.guestlist > label::after {
            content: "";
            position: absolute;
            left: -12px; /* expand left hit area (tweak if needed) */
            right: -12px; /* expand right hit area (tweak if needed) */
            top: 0; /* start aligned with label top */
            height: calc(100% + 56px); /* extend downward to also cover the button below */
            width: 325px;
            max-width:webkit-fill-available;
            background: transparent; /* invisible — DOES NOT affect visuals */
            pointer-events: auto; /* pseudo-element will accept taps/clicks */
            /* ensure it sits behind the label text visually but still receives clicks:
       z-index lower than label but higher than background */
            z-index: 1;
        }

    /* When the dropdown is open, disable the pseudo hit-area so users can interact with dropdown controls */
    .search-item.guestlist.open > label::after {
        pointer-events: none;
    }
    .mobile-menu__cta .button:hover {
        background-color: var(--color-accent-2) !important;
        background-color: #c19046c9 !important;
    
        border: 0px;
      
    }
}
/* Mobile-only — only for Rooms & Guests */

header .header__right .button:hover {
    background-color: var(--color-accent-2) !important;
    background-color: #c19046c9 !important;
    border:0px;
 
    color: white !important;
}

@media (min-width: 768px) {
    /* keep label visually unchanged but make it a positioning context for the pseudo-element */
    .search-item.guestlist > label {
        position: relative; /* doesn't change appearance/layout */
        z-index: 2; /* keep label above underlying visuals */
        /* do not change padding/margins/font/etc */
    }

        /* invisible pseudo-element expands clickable area (tweak offsets below) */
        .search-item.guestlist > label::after {
            content: "";
            position: absolute;
            left: -12px; /* expand left hit area (tweak if needed) */
            right: -12px; /* expand right hit area (tweak if needed) */
            top: 0; /* start aligned with label top */
            height: calc(100% + 56px); /* extend downward to also cover the button below */
            width: calc(100% + 100px);
            background: transparent; /* invisible — DOES NOT affect visuals */
            pointer-events: auto; /* pseudo-element will accept taps/clicks */
            /* ensure it sits behind the label text visually but still receives clicks:
       z-index lower than label but higher than background */
            z-index: 1;
        }

    /* When the dropdown is open, disable the pseudo hit-area so users can interact with dropdown controls */
    .search-item.guestlist.open > label::after {
        pointer-events: auto;
    }
}
@media (min-width: 1120px) {
    .home-search-panel .searchForm.-type-1 .searchFormItem__button {
        font-size: 16px;
        padding-left: 10px;
    }

    .home-search-panel .searchFormItem_button, .home-search-panel .js-select-control {
      
        height: 58px !important;
       
    }
    /* invisible pseudo-element expands clickable area (tweak offsets below) */
    .search-item.guestlist > label::after {
       
     
        height: calc(100% + 56px); /* extend downward to also cover the button below */
        width: calc(100% + 180px);
       
        z-index: 1;
    }
}

