/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/

body,
button,
input,
textarea,
select,
.main-menu,
.main-menu a,
.title,
.title small,
.title h1,
.title h2,
.title h3,
.intro,
.intro em,
.lead,
.box_item_info,
.box_item_info small,
.box_item_info h2,
.box_item_info p,
.box_cat_rooms,
.box_cat_rooms h3,
.box_cat_rooms small,
.box_facilities,
.box_facilities h3,
.box_facilities p,
.marquee,
.phone_element,
.contact_info,
.footer_links,
footer,
.comment,
.pic h4,
.pic h4 small {
    font-family: "Montserrat", Helvetica, Arial, sans-serif !important;
}

.intro em {
    font-size: inherit;
    line-height: inherit;
    font-style: italic;
}

.hero .wrapper small,
.hero .wrapper h1,
.hero .wrapper h3 {
    font-family: "Montserrat", Helvetica, Arial, sans-serif !important;
    text-rendering: optimizeLegibility;
}

.hero .wrapper h1,
.hero .wrapper h3 {
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: 0.5px;
}

.hero .wrapper small {
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 2px;
}

.hero-kicker {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.hero-hotel-name {
    display: block;
    color: #fff;
    font-size: clamp(2.6rem, 5.2vw, 5rem);
    font-weight: 900;
    letter-spacing: 5px;
    line-height: 1;
    text-shadow: 0 4px 18px rgba(0, 0, 0, 0.5);
}

.hero-subinfo {
    display: block;
    color: #ebd7b2;
    font-size: 0.68rem;
    font-weight: 500;
    letter-spacing: 1.5px;
    opacity: 0.78;
}

.hero .wrapper .hero-main-title {
    font-size: clamp(1rem, 1.45vw, 1.35rem);
    font-weight: 400;
    letter-spacing: 1.5px;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.82);
    opacity: 1;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
    margin-top: 18px;
}

@media (max-width: 767px) {
    .hero-hotel-name {
        font-size: clamp(2rem, 11vw, 3rem);
        letter-spacing: 2.5px;
    }

    .hero-subinfo {
        font-size: 0.62rem;
        letter-spacing: 1px;
    }

    .hero .wrapper .hero-main-title {
        font-size: clamp(0.95rem, 4.5vw, 1.25rem);
        margin-top: 14px;
    }
}

header .logo_normal img,
header .logo_sticky img,
.logo_panel img {
    width: 72px !important;
    height: 72px !important;
    display: block;
    box-sizing: border-box;
    object-fit: contain;
    object-position: center;
    background: transparent;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.85);
    border-radius: 2px;
}

header .logo_normal,
header .logo_sticky {
    line-height: 0;
}

.language-switcher {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-left: 0;
    vertical-align: middle;
    flex: 0 0 auto;
}

.language-switcher button {
    flex: 0 0 auto;
    border: 1px solid #978667;
    background: #fff;
    color: #978667;
    border-radius: 999px;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
    cursor: pointer;
    transition: all 0.2s ease;
}

.language-switcher button.active,
.language-switcher button:hover,
.language-switcher button:focus {
    background: #978667;
    color: #fff;
}

.mobile-language-switcher {
    display: none;
}

@media (max-width: 991px) {
    .language-switcher {
        display: flex;
        margin: 12px 0 0;
        padding: 0;
    }

    header .col-9 {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 12px;
    }

    .mobile-language-switcher {
        display: inline-flex;
        margin: 0;
        padding: 0;
    }

    .mobile-language-switcher button {
        padding: 4px 9px;
        font-size: 11px;
    }
}

@media (min-width: 992px) {
    .mobile-language-switcher {
        display: none !important;
    }
}

@media (min-width: 992px) {
    header nav ul {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 22px;
        flex-wrap: nowrap;
    }

    header nav ul li {
        flex: 0 0 auto;
        margin-left: 0;
    }

    header nav ul li a {
        white-space: nowrap;
    }
}

.btn_4.learn-more {
    width: 190px;
}

.btn_4.learn-more .button-text {
    left: 20px;
    right: 10px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1rem 0.75rem 2.25rem;
    white-space: nowrap;
}

.breakfast-showcase__image {
    position: relative;
}

.breakfast-showcase__label {
    display: block;
    text-align: center;
    color: #555;
    font-size: 0.82rem;
    line-height: 1.3;
}

.region-carousel-card {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    background: linear-gradient(145deg, #f3ede5 0%, #ffffff 100%);
    box-shadow: 0 20px 60px rgba(34, 34, 34, 0.14);
    padding: 14px;
}

.region-carousel {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    background: #f3ede5;
}

.region-carousel .carousel-inner,
.region-carousel .carousel-item {
    width: 100%;
    aspect-ratio: 16 / 10;
}

.region-carousel .carousel-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.region-carousel .carousel-control-prev,
.region-carousel .carousel-control-next {
    width: 12%;
    opacity: 0.9;
}

.region-carousel .carousel-control-prev-icon,
.region-carousel .carousel-control-next-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: rgba(24, 24, 24, 0.45);
    background-size: 52%;
}

.region-carousel .carousel-indicators {
    margin-bottom: 12px;
}

.region-carousel .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 0;
    margin: 0 5px;
    background-color: rgba(255, 255, 255, 0.8);
}

.region-carousel .carousel-indicators .active {
    background: #b88a52;
}

.room-carousel {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: #ccc;
}

.room-carousel .carousel-inner,
.room-carousel .carousel-item {
    width: 100%;
    height: 100%;
}

.room-carousel .carousel-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.room-carousel .carousel-item video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    background: #000;
}

.pinned-image__container .simple-video-player,
.pinned-image__container .simple-video-player video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.pinned-image__container .simple-video-player video {
    object-fit: contain;
    object-position: center;
}

.simple-video-player {
    position: relative;
    width: 100%;
    height: 100%;
    background: #000;
    overflow: hidden;
}

.simple-video-player video {
    cursor: pointer;
}

.simple-video-play {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 3;
    width: 74px;
    height: 74px;
    border: 0;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.62);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.28);
    transform: translate(-50%, -50%);
    transition: opacity 0.2s ease, transform 0.2s ease, background 0.2s ease;
    cursor: pointer;
}

.simple-video-play span {
    display: block;
    width: 0;
    height: 0;
    margin-left: 28px;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 25px solid #fff;
}

.simple-video-play:hover {
    background: rgba(0, 0, 0, 0.78);
    transform: translate(-50%, -50%) scale(1.06);
}

.simple-video-player.is-playing .simple-video-play {
    opacity: 0;
    pointer-events: none;
}

.room-carousel .carousel-control-prev,
.room-carousel .carousel-control-next {
    width: 12%;
    opacity: 0.95;
    z-index: 4;
}

.room-carousel .carousel-control-prev-icon,
.room-carousel .carousel-control-next-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: rgba(24, 24, 24, 0.45);
    background-size: 52%;
}

.room-carousel .carousel-indicators {
    z-index: 4;
    margin-bottom: 16px;
}

.room-carousel .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border: 0;
    border-radius: 50%;
    margin: 0 5px;
    background-color: rgba(255, 255, 255, 0.85);
}

.room-carousel .carousel-indicators .active {
    background: #b88a52;
}

.row_list_version_1 .box_item_info {
    background-color: rgba(255, 255, 255, 0.55);
    backdrop-filter: blur(2px);
}

.row_list_version_1 .box_item_info small {
    display: inline-block;
    padding: 7px 14px;
    border: 1px solid #a89064;
    border-radius: 999px;
    background-color: rgba(255, 255, 255, 0.45);
    line-height: 1.2;
}

.box_item_info .facilities ul li i {
    flex: 0 0 30px;
    width: 30px;
    text-align: center;
}

.visitors-lead {
    max-width: 760px;
}

.visitor-card {
    height: 100%;
    overflow: hidden;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 18px 50px rgba(34, 34, 34, 0.12);
}

.visitor-card figure {
    margin: 0;
}

.visitor-card figure img {
    display: block;
    width: 100%;
    height: 430px;
    object-fit: cover;
    object-position: center;
}

.visitor-card__content {
    padding: 30px;
}

.visitor-card__content small {
    display: inline-block;
    margin-bottom: 12px;
    padding: 7px 14px;
    border: 1px solid #a89064;
    border-radius: 999px;
    color: #978667;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    line-height: 1.2;
    text-transform: uppercase;
}

.visitor-card__content h2 {
    margin-bottom: 14px;
    font-size: 1.8rem;
    font-weight: 700;
}

.visitor-card__content p {
    margin-bottom: 0;
    line-height: 1.75;
}

.visitor-video-player {
    aspect-ratio: 16 / 9;
    height: auto;
}

.visitor-video-player video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    background: #000;
}

@media (max-width: 991px) {
    .region-carousel-card {
        margin-bottom: 24px;
    }
}

@media (max-width: 767px) {
    .parallax_section_1 {
        height: auto;
        min-height: 0;
    }

    .parallax_section_1 .wrapper {
        position: relative;
        min-height: 0;
        padding: 50px 0;
    }

    .parallax_section_1 .title h2 {
        font-size: 30px;
        line-height: 1.15;
    }

    .carousel_testimonials .owl-stage-outer {
        overflow: visible;
    }

    .margin_120_95 {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    .bg_white .add_bottom_90 {
        flex-direction: column-reverse;
        align-items: stretch !important;
        gap: 8px;
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }

    .bg_white .add_bottom_90 > [class*="col-"] {
        width: 100%;
    }

    .bg_white .add_bottom_90 .title {
        margin-bottom: 0;
    }

    .region-carousel-card {
        border-radius: 20px;
        padding: 10px;
        box-shadow: 0 14px 35px rgba(34, 34, 34, 0.14);
    }

    .region-carousel-card.mb-4 {
        margin-bottom: 0 !important;
    }

    .region-carousel {
        border-radius: 14px;
    }

    .region-carousel .carousel-inner,
    .region-carousel .carousel-item {
        aspect-ratio: 4 / 3;
    }

    .region-carousel .carousel-control-prev-icon,
    .region-carousel .carousel-control-next-icon {
        width: 34px;
        height: 34px;
    }

    .region-carousel .carousel-indicators {
        margin-bottom: 8px;
    }

    .row_list_version_1 .pinned-image--medium {
        height: 62vh;
        min-height: 390px;
    }

    .room-carousel .carousel-control-prev,
    .room-carousel .carousel-control-next {
        width: 16%;
    }

    .room-carousel .carousel-control-prev-icon,
    .room-carousel .carousel-control-next-icon {
        width: 34px;
        height: 34px;
    }

    .room-carousel .carousel-indicators {
        margin-bottom: 8px;
    }

    .bg_white .container.margin_120_95 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .box_overlay {
        padding: 24px 20px;
        min-height: 0;
    }

    .pic {
        margin-bottom: 18px;
    }

    .pic figure {
        width: 70px;
        height: 70px;
    }

    .pic figure img {
        width: 70px;
    }

    .pic h4 {
        font-size: 14px;
        line-height: 1.25;
    }

    .pic h4 small {
        font-size: 12px;
        line-height: 1.25;
    }

    .comment {
        font-size: 16px;
        line-height: 1.45;
    }

    .visitor-card figure img {
        height: 320px;
    }

    .visitor-card__content {
        padding: 24px 20px;
    }

    .visitor-card__content h2 {
        font-size: 1.45rem;
    }
}

@media (min-width: 768px) {
    .box_overlay {
        padding-left: 290px;
    }

    .pic {
        width: 215px;
    }

    .pic h4 {
        width: 120px;
        line-height: 1.25;
    }

    .pic h4 small {
        line-height: 1.25;
    }
}

@media (min-width: 992px) {
    .box_overlay {
        padding-left: 340px;
    }

    .pic {
        width: 265px;
    }

    .pic h4 {
        width: 170px;
    }
}
