html,
body {
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
}

.chloe-pms-booking-card {
    position: sticky;
    top: 110px;
    width: 100%;
    padding: 28px;
    border: 1px solid rgba(11, 59, 58, 0.12);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 18px 46px rgba(19, 36, 31, 0.14);
    color: #102a24;
}

.chloe-pms-booking-section {
    padding: 40px 0 70px;
    background: #f8f5ec;
}

.chloe-pms-booking-card h3 {
    margin: 0 0 12px;
    color: #102a24;
    font-family: "Cormorant Garamond", serif;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
}

.chloe-pms-booking-rate {
    margin: 0 0 18px;
    color: #0b3b3a;
    font-size: 1.35rem;
    font-weight: 700;
    text-align: center;
}

.chloe-pms-booking-rate span {
    color: #6e7772;
    font-size: 0.9rem;
    font-weight: 500;
}

.chloe-pms-booking-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.chloe-pms-booking-card label {
    display: block;
    min-width: 0;
    padding: 10px 12px;
    border: 1px solid rgba(11, 59, 58, 0.14);
    border-radius: 10px;
    background: #fbfaf5;
}

.chloe-pms-booking-card label span {
    display: block;
    margin-bottom: 4px;
    color: #6e7772;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.chloe-pms-booking-card input,
.chloe-pms-booking-card select {
    width: 100%;
    min-width: 0;
    border: 0;
    background: transparent;
    color: #102a24;
    font-size: 0.96rem;
    font-weight: 700;
    outline: 0;
}

.chloe-pms-booking-card button {
    width: 100%;
    min-height: 50px;
    margin-top: 16px;
    border: 0;
    border-radius: 10px;
    background: #0b3b3a;
    color: #fff;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.chloe-pms-booking-contact {
    margin-top: 14px;
    color: #6e7772;
    font-size: 0.92rem;
    text-align: center;
}

.chloe-pms-booking-contact a {
    color: #0b3b3a;
    font-weight: 700;
}

.site-footer iframe {
    width: 100%;
    border: 0;
}

@media (max-width: 575.98px) {
    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 100%;
        padding-left: 16px;
        padding-right: 16px;
    }

    .row {
        margin-left: 0;
        margin-right: 0;
    }

    .hero-content {
        left: 50% !important;
        right: auto !important;
        width: min(100%, calc(100vw - 24px)) !important;
        max-width: calc(100vw - 24px) !important;
        transform: translateX(-50%) !important;
    }

    .hero-logo-wrap,
    .hero-eyebrow,
    .hero-btns {
        width: 100% !important;
        max-width: 100% !important;
    }

    .hero-logo-img {
        max-width: 100% !important;
    }

    .filter-tabs,
    .villa-tabs-nav {
        max-width: 100%;
        overflow-x: auto;
        flex-wrap: nowrap;
        justify-content: flex-start;
        -webkit-overflow-scrolling: touch;
    }

    .navbar-toggler {
        width: auto !important;
        max-width: 64px;
    }

    video {
        max-width: 100vw;
    }

    .check-item {
        max-width: 100%;
        box-sizing: border-box;
        overflow-wrap: anywhere;
    }

    .c2-amenities__cols {
        grid-template-columns: 1fr !important;
        display: grid !important;
        gap: 18px;
    }

    .c2-amenities__col,
    .c2-amenities__col ul,
    .c2-amenities__col li {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        box-sizing: border-box;
        overflow-wrap: anywhere;
    }

    .property-detail-page .property-wrap,
    .property-detail-page .detail-main,
    .property-detail-page .left-col,
    .property-detail-page .host-info,
    .property-detail-page .highlights-list,
    .property-detail-page .highlight-item-pro,
    .property-detail-page .about-section,
    .property-detail-page .property-field-section,
    .property-detail-page .property-field-grid {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        box-sizing: border-box;
    }

    .property-detail-page .property-field-grid {
        grid-template-columns: 1fr !important;
    }

    .chloe-pms-booking-card {
        position: static;
        padding: 22px;
    }

    .chloe-pms-booking-grid {
        grid-template-columns: 1fr;
    }
}
