.tenant-site {
    background: #faf8f5;
    font-family: "Montserrat", Helvetica, sans-serif;
}

.tenant-site h1,
.tenant-site h2,
.tenant-site h3,
.tenant-site h4,
.tenant-site h5,
.tenant-site h6,
.tenant-site p,
.tenant-site a,
.tenant-site button,
.tenant-site input,
.tenant-site textarea,
.tenant-site select {
    font-family: "Montserrat", Helvetica, sans-serif;
}

.tenant-lang {
    display: flex;
    gap: 4px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    opacity: .95;
}

.tenant-lang button {
    min-width: 28px;
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .38);
    border-radius: 999px;
    background: rgba(0, 0, 0, .18);
    color: #fff;
    font: inherit;
    cursor: pointer;
}

.tenant-lang button.is-active {
    background: #fff;
    color: #1d252d;
}

.tenant-welcome {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: .35em;
    flex-wrap: wrap;
}

.tenant-welcome .fa {
    margin: 0 .15em;
}

.google-translate-element {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.goog-te-banner-frame,
.goog-te-banner-frame.skiptranslate,
.skiptranslate iframe,
iframe.goog-te-banner-frame,
iframe.skiptranslate,
.goog-te-gadget-icon,
.goog-te-balloon-frame,
#goog-gt-tt {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
}

html,
body {
    top: 0 !important;
    margin-top: 0 !important;
}

body > .skiptranslate {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
}

.tenant-flags {
    display: flex;
    gap: 5px;
    font-size: 17px;
    line-height: 1;
}

.tenant-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 22px;
}

.tenant-nav a {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.tenant-hero {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
}

.tenant-hero-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tenant-hero .wrapper {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .62);
    color: #fff;
}

.tenant-kicker {
    display: block;
    margin-bottom: 16px;
    color: #d4ae74;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 8px;
    text-transform: uppercase;
}

.tenant-hero h1 {
    max-width: 980px;
    margin: 0 auto;
    color: #fff;
    font-family: "Montserrat", Helvetica, sans-serif;
    font-size: clamp(42px, 5vw, 72px);
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.tenant-booking {
    width: min(925px, 100%);
    min-height: 64px;
    display: grid;
    grid-template-columns: 1.7fr 1.25fr 1.25fr 155px;
    margin: 12px auto 0;
    overflow: hidden;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(0, 0, 0, .25);
}

.tenant-booking label,
.tenant-stepper {
    min-height: 64px;
    display: flex;
    align-items: center;
    border-right: 1px solid #e8e8e8;
}

.tenant-booking label span {
    display: none;
}

.tenant-booking input {
    width: 100%;
    border: 0;
    padding: 0 20px;
    color: #555;
    font: inherit;
}

.tenant-stepper {
    justify-content: center;
    gap: 18px;
    color: #555;
}

.tenant-stepper span {
    font-weight: 600;
}

.tenant-stepper button {
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 50%;
    background: #f4f4f4;
    color: #8a7a63;
    font-size: 20px;
}

.tenant-stepper output {
    min-width: 18px;
    color: #333;
}

.tenant-search {
    border: 6px solid #fff;
    background: #515850;
    color: #fff;
    font-weight: 800;
}

.tenant-scroll {
    position: absolute;
    right: 32px;
    bottom: 28px;
    width: 37px;
    height: 60px;
    border: 3px solid rgba(255, 255, 255, .86);
    border-radius: 999px;
}

.tenant-scroll::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 15px;
    width: 5px;
    height: 5px;
    margin-left: -2.5px;
    border-radius: 50%;
    background: #fff;
}

.tenant-room-img {
    background-size: cover;
    background-position: center;
}

.room-detail-page .hero h1 {
    color: #fff;
}

.room-detail-page .hero p {
    color: rgba(255, 255, 255, .86);
    font-size: 20px;
}

.room-detail-page .room_facilities_list li {
    min-height: 44px;
}

.room-detail-page .room_facilities_list i {
    color: #aa8350;
}

.room-detail-page .review_card {
    background: #fff;
}

.room-detail-page .tenant-footer a {
    color: rgba(255, 255, 255, .8);
}

.room-detail-page #booking_section .booking_wrapper {
    overflow: visible;
}

.room-detail-booking-wrapper {
    width: 100%;
    max-width: 100%;
    padding: clamp(18px, 3vw, 32px);
}

.room-detail-booking-fields {
    display: grid;
    grid-template-columns: minmax(260px, 1.6fr) minmax(150px, .8fr) minmax(150px, .8fr);
    gap: 12px;
    align-items: start;
    margin-top: 28px;
}

.room-detail-booking-fields .qty-buttons {
    width: 100%;
    min-width: 0;
}

.room-detail-booking-fields .form-control {
    min-width: 0;
}

.room-detail-gallery-section .carousel_item_centered {
    width: calc(100% - 120px);
}

.room-detail-gallery-section .carousel_item_centered .owl-stage-outer,
.room-detail-gallery-section .carousel_item_centered .owl-stage,
.room-detail-gallery-section .carousel_item_centered .owl-item,
.room-detail-gallery-section .carousel_item_centered .item {
    height: clamp(260px, 31vw, 590px);
}

.room-detail-gallery-section .carousel_item_centered .item {
    overflow: hidden;
    border-radius: 10px;
}

.room-detail-gallery-section .carousel_item_centered .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.room-detail-gallery-section .owl-nav.disabled {
    display: block;
}

.tenant-band {
    padding: 90px 0;
    background: #fff;
}

.tenant-services {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px;
    margin-top: 34px;
}

.tenant-services article {
    text-align: center;
}

.tenant-services article div {
    width: 74px;
    height: 74px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    border: 1px solid #ded5c7;
    border-radius: 50%;
    color: #aa8350;
    font-family: "Montserrat", Helvetica, sans-serif;
    font-size: 36px;
    font-style: italic;
}

.tenant-services h3 {
    margin: 0 0 8px;
    font-size: 22px;
}

.tenant-services p {
    margin: 0;
    color: #777;
}

.tenant-local,
.tenant-testimonials {
    padding: 90px 0;
}

.tenant-local img {
    width: 100%;
    border-radius: 6px;
}

.tenant-local a {
    color: #aa8350;
    font-weight: 800;
}

.tenant-testimonials {
    background: #fff;
}

.tenant-testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 32px;
}

.tenant-testimonial-grid article {
    padding: 28px;
    border: 1px solid #eee6da;
    border-radius: 6px;
    background: #faf8f5;
}

.tenant-testimonial-grid img {
    width: 58px;
    height: 58px;
    object-fit: cover;
    border-radius: 50%;
}

.tenant-testimonial-grid h3 {
    margin: 14px 0 10px;
    font-size: 18px;
}

.tenant-testimonial-grid h3 span {
    display: block;
    color: #aa8350;
    font-size: 12px;
}

.tenant-gallery {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.tenant-gallery img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 6px;
}

.tenant-contact {
    padding: 90px 0;
    background: #17212b;
    color: #fff;
}

.tenant-contact h2,
.tenant-contact p {
    color: #fff;
}

.tenant-contact-box {
    display: grid;
    gap: 10px;
    padding: 26px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 8px;
}

.tenant-contact-box a,
.tenant-contact-box span {
    color: rgba(255, 255, 255, .82);
    text-decoration: none;
}

.tenant-footer {
    padding: 28px 0;
    background: #101820;
    color: rgba(255, 255, 255, .72);
}

@media (max-width: 860px) {
    .tenant-nav {
        gap: 12px;
        overflow-x: auto;
        justify-content: flex-start;
        padding: 8px 0;
    }

    .tenant-hero {
        min-height: 620px;
    }

    .tenant-kicker {
        letter-spacing: 4px;
    }

    .tenant-booking,
    .tenant-services,
    .tenant-testimonial-grid {
        grid-template-columns: 1fr;
    }

    .tenant-booking {
        margin-top: 18px;
    }

    .tenant-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .room-detail-page #booking_section {
        width: min(100%, calc(100% - 24px));
    }

    .room-detail-page #booking_section .col-xl-7,
    .room-detail-page #booking_section .col-xl-4 {
        padding-left: 0;
        padding-right: 0;
    }

    .room-detail-booking-fields {
        grid-template-columns: 1fr;
    }

    .room-detail-gallery-section .carousel_item_centered {
        width: calc(100% - 30px);
        margin-left: 15px;
        margin-right: 15px;
    }
}
