.carissa-guest-field {
    position: relative;
}

.carissa-guest-field > img {
    position: absolute;
    left: 22px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 20px;
}

.carissa-guest-selector.vr-guest-selector {
    width: 100%;
}

.carissa-guest-selector .vr-guest-trigger {
    width: 100%;
    height: 100%;
    min-height: 58px;
    border: 0;
    background: #fff;
    color: #000;
    padding: 0 42px 0 52px;
    text-align: left;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.carissa-guest-selector .vr-guest-popover {
    position: absolute;
    z-index: 100;
    top: calc(100% + 10px);
    left: 0;
    width: min(320px, 92vw);
    background: #fff;
    padding: 18px;
    border-radius: 8px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, .18);
}

.carissa-guest-selector .vr-guest-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.carissa-guest-selector .vr-stepper {
    display: flex;
    align-items: center;
    gap: 12px;
}

.carissa-guest-selector .vr-stepper-btn {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #a37c35;
    background: #fff;
    color: #a37c35;
}

.carissa-guest-selector .vr-guest-popover-close {
    margin-top: 12px;
    width: 100%;
    border: 0;
    background: #a37c35;
    color: #fff;
    padding: 10px;
    border-radius: 4px;
}

.search-bar input[readonly],
.search-bar input:disabled,
.search-bar input.vr-datepicker-locked {
    background: transparent !important;
    color: #fff !important;
    opacity: 1;
    -webkit-text-fill-color: #fff;
}

.search-bar input[readonly]::placeholder,
.search-bar input:disabled::placeholder,
.search-bar input.vr-datepicker-locked::placeholder {
    color: #fff !important;
    opacity: .95;
}

.video-cont .search-bar input[name="check_in"],
.video-cont .search-bar input[name="check_out"],
.video-cont .search-bar input[name="check_in"]::placeholder,
.video-cont .search-bar input[name="check_out"]::placeholder {
    color: #fff !important;
    -webkit-text-fill-color: #fff;
}

.booking-area {
    position: sticky;
    top: 110px;
    background: transparent;
    padding: 0;
    border-radius: 10px;
    box-shadow: none;
}

.property-detail .row.bottom {
    align-items: flex-start;
}

.booking-area .form-group {
    margin-bottom: 14px;
    text-align: left;
}

.booking-area label {
    display: block;
    margin-bottom: 7px;
    font-size: 13px;
    font-weight: 700;
    color: #4d3325;
    text-align: center;
}

.booking-area .form-control,
.booking-area .vr-guest-trigger {
    width: 100%;
    min-height: 50px;
    border: 1px solid #e5ded5;
    border-radius: 0;
    background: #fff;
    color: #2d2d2d;
    font-size: 14px;
    text-align: center;
    box-shadow: none;
}

.booking-area .detail-guests .vr-guest-trigger {
    padding: 0 18px;
    justify-content: center;
    gap: 10px;
}

.booking-area .forms-booking-tab {
    padding: 28px 22px;
    background: #fff;
    border: 1px solid rgba(91, 61, 44, .09);
    box-shadow: 0 8px 28px rgba(91, 61, 44, .12);
    border-radius: 0;
}

.booking-area .tabs {
    margin: 0 0 18px;
    list-style-type: none;
    padding: 0;
}

.booking-area .booking.item {
    height: auto;
    min-height: 0;
    display: block;
    padding: 13px 1rem;
    background: #85553b;
    color: #fff;
    text-align: center;
    font-size: 1.05rem;
    font-weight: 800;
    border-radius: 0;
    letter-spacing: .08em;
}

.booking-area .booking-rate {
    margin-bottom: 20px;
    color: #111;
    text-align: center;
    font-family: var(--primary-font);
    font-size: 16px;
    font-weight: 800;
}

.booking-area .booking-rate span {
    font-size: 13px;
    font-weight: 500;
}

.booking-area button.main-btn {
    min-height: 44px;
    border: 1px solid #5f4232;
    border-radius: 999px;
    background: #fff;
    color: #5f4232;
    font-weight: 800;
    text-transform: none;
}

.booking-area button.main-btn:hover {
    background: #85553b;
    color: #fff;
}

.booking-area .vr-guest-popover {
    left: auto;
    right: 0;
    text-align: left;
}

.testimonial .testimonial-copy {
    margin-bottom: 10px;
}

.testimonial-readable {
    margin-top: 8px;
}

.testimonial-readable summary,
.carissa-outline-btn {
    border: 1px solid #85553b;
    background: #fff;
    color: #85553b;
    border-radius: 999px;
    padding: 9px 18px;
    font-weight: 800;
    font-size: 14px;
    line-height: 1.2;
    cursor: pointer;
}

.testimonial-readable summary {
    display: inline-flex;
    list-style: none;
}

.testimonial-readable summary::-webkit-details-marker {
    display: none;
}

.testimonial-readable p {
    margin-top: 14px;
}

.testimonial-readable .testimonial-less {
    display: none;
}

.testimonial-readable[open] .testimonial-more {
    display: none;
}

.testimonial-readable[open] .testimonial-less {
    display: inline;
}

.testimonial-readable summary:hover,
.carissa-outline-btn:hover,
.more-property-cta:hover {
    background: #85553b;
    color: #fff;
}

.amenities-detail li.is-hidden,
.single-review.is-hidden {
    display: none;
}

.carissa-availability-section {
    margin-top: 8px;
}

.carissa-calendar-wrap {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.carissa-calendar-month {
    border: 1px solid #eadfd4;
    background: #fff;
    box-shadow: 0 4px 18px rgba(91, 61, 44, .08);
    padding: 16px;
}

.carissa-calendar-header {
    color: #4d3325;
    font-size: 18px;
    margin-bottom: 12px;
}

.carissa-calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 6px;
}

.carissa-calendar-name,
.carissa-calendar-day {
    min-height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 700;
}

.carissa-calendar-name {
    color: #806857;
}

.carissa-calendar-day {
    border: 1px solid #eee5dd;
    color: #303030;
    background: #fff;
}

.carissa-calendar-day.is-empty {
    border-color: transparent;
    background: transparent;
}

.carissa-calendar-day.is-past,
.carissa-calendar-day.is-unavailable {
    background: #f6dfd9;
    color: #9b352c;
    border-color: #efc6be;
    text-decoration: line-through;
}

.carissa-calendar-day.is-no-checkin,
.carissa-calendar-day.is-no-checkout {
    background: linear-gradient(135deg, #fff 50%, #f4dcc8 50%);
    border-color: #d4a779;
    color: #4d3325;
}

.carissa-calendar-day.is-today {
    box-shadow: inset 0 0 0 2px #85553b;
}

.carissa-calendar-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 14px;
    color: #4b4b4b;
    font-size: 13px;
    font-weight: 700;
}

.carissa-calendar-legend i {
    width: 13px;
    height: 13px;
    display: inline-block;
    border: 1px solid #ddd;
    margin-right: 6px;
    vertical-align: -2px;
}

.carissa-calendar-legend i.available {
    background: #fff;
}

.carissa-calendar-legend i.unavailable {
    background: #f6dfd9;
    border-color: #efc6be;
}

.carissa-calendar-legend i.turnover {
    background: linear-gradient(135deg, #fff 50%, #f4dcc8 50%);
    border-color: #d4a779;
}

.review-detail-empty p {
    color: #4b4b4b;
}

.review-summary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    padding: 8px 12px;
    border: 1px solid #ead8c6;
    color: #4b3a32;
    font-size: 14px;
}

.review-summary strong {
    color: #85553b;
    font-size: 16px;
}

footer .footer_link li,
footer .footer_link a,
.contact a[href^="mailto:"],
.contact a[href^="tel:"] {
    min-width: 0;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.contact-us .address a[href^="mailto:"],
.contact-us .address a[href^="tel:"] {
    display: inline-block !important;
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
    white-space: normal;
}

.contact-us .address a[href^="mailto:"] i,
.contact-us .address a[href^="tel:"] i {
    margin-right: 6px;
}

@media (max-width: 991px) {
    #tag1.menu-bar-in {
        left: 0 !important;
        width: min(350px, 86vw) !important;
        max-width: 86vw !important;
        transform: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        pointer-events: none !important;
    }

    #tag1.menu-bar-in[style*="translateX(0"] {
        transform: none !important;
        visibility: visible !important;
        opacity: 1 !important;
        pointer-events: auto !important;
    }
}

.more-property-location {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    color: #5c514c;
    margin-bottom: 10px !important;
}

.more-property-location i {
    color: #85553b;
    margin-top: 4px;
}

.more-property-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
    padding: 10px 18px;
    border-radius: 999px;
    border: 1px solid #85553b;
    color: #85553b;
    font-weight: 800;
}

.more-properties {
    padding: 60px 0;
    background: #fff;
}

.more-properties .head-sec {
    text-align: left;
    margin-bottom: 32px;
}

.more-properties .head-sec h2 {
    color: #4d3325;
    font-family: var(--secondary-font);
    font-size: clamp(32px, 4vw, 52px);
    margin-bottom: 0;
    text-align: left !important;
}

.more-property-card {
    height: 100%;
    background: #fff;
    box-shadow: 0 4px 18px rgba(91, 61, 44, .12);
}

.more-property-card img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.more-property-content {
    padding: 20px;
}

.more-property-content h3 {
    font-size: 22px;
    margin-bottom: 10px;
}

.more-property-content h3 a {
    color: #111;
}

.more-property-price {
    margin: 12px 0 10px;
    color: #4d3325;
    font-size: 14px;
}

.more-property-price span {
    display: block;
    color: #6b625e;
    font-size: 13px;
}

.more-property-price strong {
    font-size: 22px;
    color: #111;
}

.more-property-content p {
    margin-bottom: 0;
    color: #4b4b4b;
}

.blog-detail-page {
    padding: 30px;
}

.blog-detail-page .home-blog-image {
    margin-bottom: 28px;
}

.blog-detail-page .blog-content h2 {
    margin-bottom: 18px;
}

@media (max-width: 991px) {
    .property-detail .bottom > .col-8,
    .property-detail .bottom > .col-4 {
        width: 100%;
    }

    .booking-area {
        position: static;
        margin-top: 28px;
    }
}

@media (max-width: 767px) {
    .search-bar .main-row,
    .search-bar .search-row {
        gap: 12px;
    }

    .search-bar .main-row > *,
    .search-bar .search-row > * {
        width: 100%;
    }

    .carissa-guest-selector .vr-guest-trigger {
        min-height: 54px;
    }

    .carissa-guest-selector .vr-guest-popover,
    .booking-area .carissa-guest-selector .vr-guest-popover {
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        width: min(320px, calc(100vw - 32px));
        max-width: calc(100vw - 32px);
    }

    .carissa-calendar-wrap {
        grid-template-columns: 1fr;
    }
}
