.brand_text {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    min-height: 45px;
    color: #fff;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1;
    text-decoration: none;
}

.brand_text span {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

body[data-page="rooms"] {
    overflow-x: hidden;
}

@supports (overflow: clip) {
    body[data-page="rooms"] {
        overflow-x: clip;
    }
}

.brand_text--dark,
.sticky .brand_text,
header.sticky .brand_text {
    color: #24262d;
}

.logo_panel.brand_text {
    display: none;
    margin: 20px 25px;
    height: auto;
    background: transparent;
    border-bottom: 0;
}

@media (max-width: 991px) {
    .main-menu {
        max-width: 100vw;
    }

    .menu_v4 .logo_panel.brand_text {
        display: flex;
    }
}

.hero_subtitle {
    max-width: 760px;
    margin: 20px auto 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 20px;
}

.hero-video-bg {
    position: relative;
    overflow: hidden;
    height: 100vh;
    min-height: 100vh;
    background: #24262d;
}

.hero.full-height.hero-video-bg {
    height: 100vh;
    min-height: 100vh;
}

@supports (height: 100dvh) {
    .hero-video-bg,
    .hero.full-height.hero-video-bg {
        height: 100dvh;
        min-height: 100dvh;
    }
}

.hero-video-bg__media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.hero-video-bg .wrapper {
    position: relative;
    z-index: 1;
    height: 100%;
    min-height: inherit;
}

.rounded-img,
.rounded_container,
.item-img {
    border-radius: 16px;
}

.box_cat_rooms figure .background-image,
.footer_bg .background-image {
    background-position: center;
}

.region-point-list {
    list-style: none;
    padding-left: 0;
}

.region-point-list__item {
    position: relative;
    margin-bottom: 8px;
    padding-left: 26px;
}

.region-point-list__item::before {
    content: "";
    position: absolute;
    top: 0.72em;
    left: 8px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #24262d;
    transform: translateY(-50%);
}

.region-point-list__item--featured {
    padding: 14px 18px 14px 52px;
    border: 2px solid #a58a62;
    border-radius: 14px;
    background: rgba(165, 138, 98, 0.12);
    box-shadow: 0 14px 30px rgba(36, 38, 45, 0.08);
}

.region-point-list__item--featured::before {
    content: "1";
    top: 50%;
    left: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    background: #a58a62;
}

.region-map {
    box-shadow: 0 18px 42px rgba(36, 38, 45, 0.12);
}

.region-map.pinned-image {
    display: block;
    height: auto;
    min-height: 0;
    overflow: visible;
}

.region-map .pinned-image__container {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    transform: none;
    overflow: visible;
    background: transparent;
}

.region-map__zoom {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    border-radius: 15px;
    background: transparent;
    cursor: zoom-in;
    overflow: hidden;
}

.region-map__zoom img,
.region-map .pinned-image__container img {
    position: static;
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: contain;
    object-position: center;
    background: transparent;
}

.region-map__zoom-label {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 14px;
    border-radius: 999px;
    background: rgba(36, 38, 45, 0.84);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 10px 26px rgba(36, 38, 45, 0.22);
}

.region-map__zoom:focus-visible {
    outline: 3px solid rgba(165, 138, 98, 0.55);
    outline-offset: 4px;
}

.map-zoom-modal {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 24px;
    background: rgba(0, 0, 0, 0.92);
}

.map-zoom-modal::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, rgba(165, 138, 98, 0.16), transparent 58%);
    pointer-events: none;
}

.map-zoom-modal[hidden] {
    display: none;
}

.map-zoom-modal__toolbar {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: min(1200px, 100%);
    margin: 0 auto;
}

.map-zoom-modal__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 46px;
    height: 46px;
    padding: 0 16px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.95);
    color: #24262d;
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.24);
    transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.map-zoom-modal__button:hover,
.map-zoom-modal__button:focus {
    background: #9f8b6d;
    color: #fff;
    transform: translateY(-1px);
}

.map-zoom-modal__close {
    margin-left: auto;
}

.map-zoom-modal__viewport {
    position: relative;
    z-index: 1;
    flex: 1 1 auto;
    width: min(1200px, 100%);
    margin: 0 auto;
    overflow: auto;
    border-radius: 16px;
    background: #111;
    overscroll-behavior: contain;
    touch-action: pan-x pan-y pinch-zoom;
}

.map-zoom-modal__image {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
    min-height: 100%;
    object-fit: contain;
    object-position: top center;
    cursor: zoom-in;
    user-select: none;
}

.map-zoom-modal--zoomed .map-zoom-modal__image {
    cursor: zoom-out;
}

@media (max-width: 991.98px) {
    .region-layout {
        flex-direction: column-reverse;
    }

    .region-map {
        margin-top: 28px;
    }
}

.box_cat_rooms {
    aspect-ratio: 1 / 1;
    height: auto;
}

.suite-cards-grid {
    --bs-gutter-x: 32px;
    --bs-gutter-y: 32px;
    align-items: stretch;
}

.suite-cards-grid > [class*="col-"] {
    display: flex;
}

.suite-cards-grid .box_cat_rooms {
    width: 100%;
    height: auto;
    min-height: 360px;
    margin-bottom: 0;
}

.suite-cards-grid .box_cat_rooms figure {
    min-height: 100%;
}

.suite-cards-grid + .text-end,
.suite-cards-grid .text-end {
    margin-top: 8px;
}

.contact_info a,
footer a {
    color: inherit;
}

.booking-button,
.booking-actions .btn_1,
footer .booking-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 52px;
    padding: 13px 24px;
    border: 2px solid transparent;
    border-radius: 999px;
    font-weight: 700;
    line-height: 1.15;
    text-decoration: none;
    box-shadow: 0 12px 26px rgba(36, 38, 45, 0.12);
    transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

@media (min-width: 992px) {
    header .main-menu #mainNav > ul {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    header .main-menu #mainNav > ul > li {
        display: flex;
        align-items: center;
    }

    header .main-menu #mainNav > ul > li > a.booking-button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 52px;
        padding-top: 0;
        padding-bottom: 0;
        line-height: 1;
        text-align: center;
    }
}

.booking-button:hover,
.booking-button:focus {
    transform: translateY(-1px);
    box-shadow: 0 16px 32px rgba(36, 38, 45, 0.16);
}

.booking-button--booking,
.booking-actions .booking-button--booking,
header .booking-button--booking {
    border-color: #a58a62;
    background: #a58a62;
    color: #fff;
}

.booking-button--booking:hover,
.booking-button--booking:focus {
    border-color: #8f744e;
    background: #8f744e;
    color: #fff;
}

.booking-button--whatsapp,
.booking-actions .booking-button--whatsapp,
footer .booking-button--whatsapp {
    border-color: #25d366;
    background: #25d366;
    color: #10281a;
}

.booking-button--whatsapp:hover,
.booking-button--whatsapp:focus {
    border-color: #1fb457;
    background: #1fb457;
    color: #fff;
}

.booking-button i {
    font-size: 18px;
    line-height: 1;
}

.booking-button--compact {
    min-height: 42px;
    margin: 4px 0;
    padding: 10px 16px;
    font-size: 14px;
}

.box_item_footer .btn_4.learn-more {
    width: 190px;
}

.box_item_footer .btn_4.learn-more .button-text {
    white-space: nowrap;
}

.footer-contact-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 0;
}

.footer-contact-button {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 40px;
    padding: 9px 14px;
    border: 2px solid transparent;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.15;
    text-decoration: none;
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.12);
    transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.footer-contact-button:hover,
.footer-contact-button:focus {
    transform: translateY(-1px);
}

.footer-contact-button i {
    font-size: 16px;
    line-height: 1;
}

@media (max-width: 575px) {
    .footer-contact-actions {
        gap: 8px;
    }

    .footer-contact-button {
        min-height: 36px;
        padding: 8px 12px;
        font-size: 13px;
    }

    .footer-contact-button i {
        font-size: 14px;
    }
}

.floating-booking-button {
    position: fixed;
    right: 30px;
    bottom: 96px;
    z-index: 1100;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 54px;
    padding: 14px 22px;
    border: 2px solid #a58a62;
    border-radius: 999px;
    background: #a58a62;
    color: #fff;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    box-shadow: 0 16px 34px rgba(36, 38, 45, 0.2);
    transform: translateY(0);
    transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.floating-booking-button:hover,
.floating-booking-button:focus {
    border-color: #8f744e;
    background: #8f744e;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 20px 42px rgba(36, 38, 45, 0.26);
    transform: translateY(-2px);
}

.floating-booking-button:focus-visible {
    outline: 3px solid rgba(165, 138, 98, 0.42);
    outline-offset: 4px;
}

.floating-booking-button__icon {
    font-size: 18px;
    line-height: 1;
}

.floating-booking-button__text {
    white-space: nowrap;
}

@media (max-width: 991px) {
    .floating-booking-button {
        right: 16px;
        bottom: calc(18px + env(safe-area-inset-bottom));
        min-height: 48px;
        padding: 12px 18px;
        font-size: 14px;
        box-shadow: 0 14px 30px rgba(36, 38, 45, 0.22);
    }
}

@media (max-width: 360px) {
    .floating-booking-button {
        right: 12px;
        bottom: calc(14px + env(safe-area-inset-bottom));
        min-height: 44px;
        padding: 10px 14px;
        font-size: 13px;
    }

    .floating-booking-button__icon {
        font-size: 16px;
    }
}

@media (min-width: 992px) {
    .floating-booking-button {
        display: none;
    }
}

.map_contact iframe {
    width: 100%;
    min-height: 450px;
}

.gallery-group-menu {
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: center;
    margin: 0 auto 34px;
}

.gallery-group-menu__toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-width: 260px;
    padding: 13px 22px;
    border: 1px solid rgba(165, 138, 98, 0.32);
    border-radius: 999px;
    background: #fff;
    color: #24262d;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.2;
    text-transform: uppercase;
    box-shadow: 0 14px 34px rgba(36, 38, 45, 0.08);
    transition: color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.gallery-group-menu__toggle:hover,
.gallery-group-menu__toggle[aria-expanded="true"] {
    color: #a58a62;
    border-color: rgba(165, 138, 98, 0.72);
    box-shadow: 0 18px 42px rgba(36, 38, 45, 0.12);
    transform: translateY(-1px);
}

.gallery-group-menu__toggle i {
    font-size: 14px;
    transition: transform 0.25s ease;
}

.gallery-group-menu__toggle[aria-expanded="true"] i {
    transform: rotate(180deg);
}

.gallery-group-menu__list {
    position: absolute;
    top: calc(100% + 12px);
    left: 50%;
    width: min(320px, calc(100vw - 32px));
    padding: 10px;
    border: 1px solid rgba(36, 38, 45, 0.08);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 24px 55px rgba(36, 38, 45, 0.16);
    transform: translateX(-50%);
}

.gallery-group-menu__list button {
    display: flex;
    width: 100%;
    padding: 11px 14px;
    border: 0;
    border-radius: 12px;
    background: transparent;
    color: #24262d;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    transition: color 0.2s ease, background 0.2s ease;
}

.gallery-group-menu__list button:hover,
.gallery-group-menu__list button.active {
    background: #f7f3ec;
    color: #a58a62;
}

.gallery-page {
    display: none;
}

.gallery-page.active {
    display: flex;
    flex-wrap: wrap;
}

.isotope-wrapper.gallery-filtered {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    --bs-gutter-x: 1.5rem;
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.isotope-wrapper.gallery-filtered .gallery-page.active {
    display: contents;
}

.gallery-page .item {
    margin-bottom: 24px;
}

.item-img {
    position: relative;
    overflow: hidden;
}

.item-img img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
}

.gallery-caption {
    position: absolute;
    left: 18px;
    bottom: 18px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    max-width: calc(100% - 36px);
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(36, 38, 45, 0.82);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.2;
    text-transform: uppercase;
    pointer-events: none;
}

.gallery-page .item-img .content {
    background: linear-gradient(180deg, rgba(18, 21, 27, 0.08), rgba(18, 21, 27, 0.22));
    backdrop-filter: none;
}

.gallery-page .item-img .content a {
    width: 58px;
    height: 58px;
    margin: auto;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.88);
    color: #24262d;
    box-shadow: 0 16px 38px rgba(18, 21, 27, 0.18);
    backdrop-filter: blur(8px);
}

.gallery-page .item-img .content a i {
    font-size: 22px;
    line-height: 1;
}

.gallery-page .item:hover .content a,
.gallery-page .item-img .content a:hover {
    color: #fff;
    background: #a58a62;
    border-color: #a58a62;
    transform: scale(1.04);
}

.suite-image-carousel {
    position: relative;
    max-width: 560px;
    margin: 0 auto;
}

.suite-image-carousel__viewport {
    position: relative;
    min-height: 520px;
    overflow: hidden;
    border-radius: 16px;
    background: #f7f3ec;
    box-shadow: 0 18px 45px rgba(36, 38, 45, 0.12);
}

.suite-image-carousel__slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: zoom-in;
    opacity: 0;
    visibility: hidden;
    transform: scale(1.02);
    transition: opacity 0.35s ease, visibility 0.35s ease, transform 0.35s ease;
}

.suite-image-carousel__slide.active {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.suite-image-carousel__slide img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.suite-image-carousel__control {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    color: #24262d;
    box-shadow: 0 10px 28px rgba(36, 38, 45, 0.18);
    transform: translateY(-50%);
    transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.suite-image-carousel__control:hover,
.suite-image-carousel__control:focus {
    background: #9f8b6d;
    color: #fff;
    transform: translateY(-50%) scale(1.05);
}

.suite-image-carousel__control--prev {
    left: 16px;
}

.suite-image-carousel__control--next {
    right: 16px;
}

.suite-image-carousel__dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 18px;
    z-index: 2;
    display: flex;
    justify-content: center;
    gap: 8px;
}

.suite-image-carousel__dots button {
    width: 10px;
    height: 10px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 0 2px 8px rgba(36, 38, 45, 0.18);
}

.suite-image-carousel__dots button.active {
    background: #fff;
}

.image-expand-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 72px 80px 28px;
    background: rgba(0, 0, 0, 0.9);
}

.image-expand-modal[hidden] {
    display: none;
}

.image-expand-modal__viewport {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(100%, 1200px);
    max-height: calc(100vh - 176px);
    overflow: visible;
    border-radius: 12px;
}

.image-expand-modal img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.38);
}

.image-expand-modal__close,
.image-expand-modal__nav {
    position: absolute;
    z-index: 1;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.94);
    color: #24262d;
    transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.image-expand-modal__close:hover,
.image-expand-modal__close:focus,
.image-expand-modal__nav:hover,
.image-expand-modal__nav:focus {
    background: #9f8b6d;
    color: #fff;
    transform: scale(1.06);
}

.image-expand-modal__close {
    top: 24px;
    right: 24px;
    width: 48px;
    height: 48px;
}

.image-expand-modal__nav {
    top: 50%;
    width: 52px;
    height: 52px;
    transform: translateY(-50%);
}

.image-expand-modal__nav:hover,
.image-expand-modal__nav:focus {
    transform: translateY(-50%) scale(1.06);
}

.image-expand-modal__nav--prev {
    left: 24px;
}

.image-expand-modal__nav--next {
    right: 24px;
}

.image-expand-modal__thumbs {
    display: flex;
    justify-content: center;
    gap: 10px;
    width: min(100%, 760px);
    overflow-x: auto;
    padding: 2px 4px 6px;
}

.image-expand-modal__thumb {
    flex: 0 0 auto;
    width: 74px;
    height: 54px;
    padding: 0;
    overflow: hidden;
    border: 2px solid transparent;
    border-radius: 10px;
    background: transparent;
    opacity: 0.68;
    transition: opacity 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.image-expand-modal__thumb:hover,
.image-expand-modal__thumb:focus,
.image-expand-modal__thumb.active {
    border-color: #fff;
    opacity: 1;
    transform: translateY(-1px);
}

.image-expand-modal__thumb img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
    box-shadow: none;
}

.pagination .disabled {
    pointer-events: none;
    opacity: 0.4;
}

.wolverine-card {
    padding: 32px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(36, 38, 45, 0.1);
}

.booking-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
}

.box_item_info .box_item_footer .btn_4.learn-more {
    width: 185px;
    min-width: 185px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    color: #fff;
}

.box_item_info .box_item_footer .btn_4.learn-more .circle {
    background: #a58a62;
}

.box_item_info .box_item_footer .btn_4.learn-more .circle {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.box_item_info .box_item_footer .btn_4.learn-more .button-text {
    display: flex;
    align-items: center;
    justify-content: center;
    inset: 0;
    margin: 0;
    padding: 0 18px 0 44px;
    color: #24262d;
    font-weight: 700;
    line-height: 1.1;
    white-space: nowrap;
}

.box_item_info .box_item_footer .btn_4.learn-more:hover .button-text {
    color: #fff;
}

.box_item_info .box_item_footer .btn_4.learn-more:hover .circle .icon.arrow {
    transform: none;
}

.foz-experience {
    position: relative;
}

.foz-experience__grid {
    align-items: stretch;
}

.foz-experience__grid > [class*="col-"] {
    display: flex;
}

.foz-tour-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 100%;
    overflow: hidden;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(36, 38, 45, 0.1);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.foz-tour-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 60px rgba(36, 38, 45, 0.15);
}

.foz-tour-card__image {
    position: relative;
    height: 230px;
    overflow: hidden;
    background: #f7f3ec;
}

.foz-card-carousel,
.foz-card-carousel__viewport {
    position: relative;
    width: 100%;
    height: 100%;
}

.foz-card-carousel__slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: zoom-in;
    opacity: 0;
    visibility: hidden;
    transform: scale(1.02);
    transition: opacity 0.35s ease, visibility 0.35s ease, transform 0.45s ease;
}

.foz-card-carousel__slide.active {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.foz-tour-card__image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.foz-tour-card:hover .foz-card-carousel__slide.active img {
    transform: scale(1.06);
}

.foz-card-carousel__control {
    position: absolute;
    top: 50%;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    color: #24262d;
    box-shadow: 0 10px 24px rgba(36, 38, 45, 0.18);
    transform: translateY(-50%);
    transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.foz-card-carousel__control:hover,
.foz-card-carousel__control:focus {
    background: #9f8b6d;
    color: #fff;
    transform: translateY(-50%) scale(1.05);
}

.foz-card-carousel__control--prev {
    left: 12px;
}

.foz-card-carousel__control--next {
    right: 12px;
}

.foz-card-carousel__dots {
    position: absolute;
    right: 0;
    bottom: 12px;
    left: 0;
    z-index: 3;
    display: flex;
    justify-content: center;
    gap: 7px;
    pointer-events: none;
}

.foz-card-carousel__dots button {
    width: 9px;
    height: 9px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.62);
    box-shadow: 0 2px 8px rgba(36, 38, 45, 0.22);
    pointer-events: auto;
}

.foz-card-carousel__dots button.active {
    background: #fff;
}

.foz-card-carousel__zoom {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(36, 38, 45, 0.78);
    color: #fff;
    font-size: 16px;
    pointer-events: none;
    box-shadow: 0 10px 24px rgba(36, 38, 45, 0.2);
}

.foz-tour-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 28px;
}

.foz-tour-card__body span {
    margin-bottom: 10px;
    color: #9f8b6d;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    line-height: 1.2;
    text-transform: uppercase;
}

.foz-tour-card__body h3 {
    margin-bottom: 12px;
    font-size: 23px;
}

.foz-tour-card__body p {
    margin-bottom: 0;
}

.foz-experience__cta {
    max-width: 760px;
    margin: 56px auto 0;
}

.foz-experience__cta p {
    margin-bottom: 24px;
    color: #555;
    font-size: 18px;
}

body[data-page="rooms"] main,
body[data-page="rooms"] .hero,
body[data-page="rooms"] .marquee {
    max-width: 100%;
    overflow-x: hidden;
}

body[data-page="rooms"] .marquee {
    width: 100%;
}

body[data-page="rooms"] .row_list_version_1 .box_item_info {
    height: auto;
    max-height: none;
    overflow: visible;
    resize: none;
}

body[data-page="rooms"] .box_item_info .facilities ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 28px;
    margin-bottom: 24px;
}

body[data-page="rooms"] .box_item_info .facilities ul li {
    float: none;
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    align-items: center;
    min-width: 0;
    margin: 0;
    line-height: 1.35;
}

body[data-page="rooms"] .box_item_info .facilities ul li i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin: 0;
    color: #9f8b6d;
    font-size: 28px;
    line-height: 1;
}

body[data-page="rooms"] .box_item_info .facilities ul li i.bi {
    font-size: 26px;
}

body[data-page="rooms"] .row_list_version_1,
body[data-page="rooms"] .row_list_version_1 > .row,
body[data-page="rooms"] .row_list_version_1 .col-lg-8 {
    min-width: 0;
}

@media (max-width: 991px) {
    .suite-cards-grid {
        --bs-gutter-x: 24px;
        --bs-gutter-y: 24px;
    }

    .suite-image-carousel {
        max-width: 100%;
        margin-bottom: 36px;
    }

    .suite-image-carousel__viewport {
        min-height: 420px;
    }

    .gallery-page.active {
        display: block;
    }

    .gallery-page .item {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .foz-tour-card__image {
        height: 210px;
    }
}

@media (max-width: 767px) {
    body[data-page="rooms"] .row_list_version_1 .box_item_info[data-jarallax-element] {
        transform: none !important;
    }

    body[data-page="rooms"] .box_item_info .facilities ul {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    body[data-page="rooms"] .box_item_info .facilities ul li {
        width: auto;
    }
}

@media (max-width: 575px) {
    body[data-page="rooms"] .hero .container {
        max-width: 100%;
        padding-right: 18px;
        padding-left: 18px;
    }

    body[data-page="rooms"] .hero .wrapper small {
        max-width: 100%;
        white-space: normal;
        overflow-wrap: break-word;
    }

    body[data-page="rooms"] .row_list_version_1 {
        max-width: 100%;
        overflow-x: hidden;
    }

    body[data-page="rooms"] .row_list_version_1 > .row {
        max-width: 100%;
        margin-right: 0;
        margin-left: 0;
    }

    .hero .wrapper h1,
    .hero .wrapper h3 {
        font-size: 28px;
        font-size: 1.75rem;
        line-height: 1.12;
    }

    .hero .wrapper small {
        font-size: 11px;
        font-size: 0.6875rem;
        letter-spacing: 0.18em;
        line-height: 1.35;
    }

    .hero_subtitle,
    .hero .wrapper p {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.45;
    }

    .pinned_over_content {
        padding: 0 24px;
    }

    .pinned_over_content h2 {
        font-size: 30px;
        font-size: 1.875rem;
        letter-spacing: -0.02em;
        line-height: 1.15;
    }

    .suite-cards-grid {
        --bs-gutter-x: 0;
        --bs-gutter-y: 22px;
    }

    .suite-cards-grid .box_cat_rooms {
        min-height: 330px;
    }

    .suite-image-carousel__viewport {
        min-height: 340px;
    }

    .suite-image-carousel__control {
        width: 40px;
        height: 40px;
    }

    .suite-image-carousel__control--prev {
        left: 10px;
    }

    .suite-image-carousel__control--next {
        right: 10px;
    }

    .image-expand-modal {
        gap: 12px;
        padding: 62px 14px 76px;
    }

    .image-expand-modal__viewport {
        width: 100%;
        max-height: calc(100dvh - 166px);
    }

    .image-expand-modal__close {
        top: 14px;
        right: 14px;
        width: 44px;
        height: 44px;
    }

    .image-expand-modal__nav {
        top: auto;
        bottom: 72px;
        width: 46px;
        height: 46px;
        transform: none;
    }

    .image-expand-modal__nav:hover,
    .image-expand-modal__nav:focus {
        transform: scale(1.06);
    }

    .image-expand-modal__nav--prev {
        left: calc(50% - 58px);
    }

    .image-expand-modal__nav--next {
        right: calc(50% - 58px);
    }

    .image-expand-modal__thumbs {
        position: absolute;
        right: 10px;
        bottom: 12px;
        left: 10px;
        width: auto;
        justify-content: flex-start;
        padding: 0 6px 4px;
    }

    .image-expand-modal__thumb {
        width: 64px;
        height: 46px;
    }

    .region-map__zoom-label {
        right: 10px;
        bottom: 10px;
        padding: 8px 12px;
        font-size: 12px;
    }

    .map-zoom-modal {
        justify-content: center;
        gap: 12px;
        padding: 18px 12px;
        background: rgba(18, 19, 23, 0.96);
    }

    .map-zoom-modal__toolbar {
        position: absolute;
        right: 20px;
        bottom: 30px;
        left: 20px;
        z-index: 2;
        justify-content: center;
        width: auto;
        padding: 8px;
        border: 1px solid rgba(255, 255, 255, 0.12);
        border-radius: 999px;
        background: rgba(17, 17, 17, 0.72);
        box-shadow: 0 18px 42px rgba(0, 0, 0, 0.3);
        backdrop-filter: blur(12px);
    }

    .map-zoom-modal__viewport {
        display: flex;
        flex: 0 1 auto;
        align-items: center;
        width: 100%;
        max-height: calc(100dvh - 132px);
        margin: 0;
        border: 1px solid rgba(255, 255, 255, 0.12);
        border-radius: 18px;
        background: #f7f3ec;
        box-shadow: 0 22px 60px rgba(0, 0, 0, 0.34);
    }

    .map-zoom-modal__image {
        flex: 0 0 auto;
        min-height: 0;
        width: 100%;
        height: auto;
    }

    .map-zoom-modal__button {
        min-width: 40px;
        height: 40px;
        padding: 0 12px;
        background: #fff;
        box-shadow: none;
    }

    .map-zoom-modal__close {
        margin-left: 8px;
        background: #24262d;
        color: #fff;
    }

    .foz-tour-card__body {
        padding: 24px;
    }

    .foz-tour-card__image {
        height: 205px;
    }
}
