@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@100..900&display=swap");

@font-face {
    font-family: "Priyati";
    src: url("fonts/Priyati-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

:root {
    --brand-olive: #3f4a3c;
    --brand-gold: #e5c47f;
    --brand-title: #a16f10;
    --brand-dark: #1b3022;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-size: 100%;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: #000;
    background: #fff;
    font-family: "Noto Sans Thai", sans-serif;
    line-height: 1.6;
}

img {
    max-width: 100%;
    display: block;
}

a {
    text-decoration: none;
}

.section-anchor {
    scroll-margin-top: 8rem;
}

/* Header */
.site-header {
    /*position: sticky;*/
    position: relative;
    top: 0;
    z-index: 1000;
    background: var(--brand-olive);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.22);
    isolation: isolate;
}

.vintage-lines {
    position: relative;
    overflow: hidden;
}

.site-header::after {
    content: "";
    position: absolute;
    left: 0;
    transform: none;
    width: 100%;
    bottom: -19px;
    height: 34px;
    background: url("../images/vintage-lines.svg") center bottom / 107% 107% no-repeat;
    filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.9));
    pointer-events: none;
}

.header-inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding-top: 8px;
    padding-bottom: 8px;
}

.brand-logo {
    position: relative;
    z-index: 2;
    flex-shrink: 0;
    transform: translateY(5px);
}

.brand-logo img {
    width: clamp(90px, 10vw, 130px);
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.1));
}

.main-nav {
    flex: 1 1 auto;
    margin-left: auto;
    padding: 0;
}

.main-nav .navbar-collapse {
    justify-content: flex-end;
    align-items: center;
    gap: 1rem;
}

.main-nav .navbar-toggler {
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 0.35rem 0.5rem;
}

.main-nav .navbar-toggler:focus {
    box-shadow: 0 0 0 0.2rem rgba(229, 196, 127, 0.35);
}

.main-nav .navbar-toggler-icon {
    background-image: var(--bs-navbar-toggler-icon-bg);
    filter: invert(1);
}

.nav-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 1.3rem;
}

.nav-link {
    color: #fff;
    font-weight: 500;
    font-size: 1rem;
    transition: color 0.2s ease;
}

.nav-link:hover,
.nav-link:focus-visible {
    color: var(--brand-gold);
}

.main-nav .nav-link:focus,
.main-nav .nav-link:focus-visible,
.main-nav .dropdown-toggle:focus,
.main-nav .dropdown-toggle:focus-visible {
    outline: none;
    box-shadow: none;
    color: var(--brand-gold);
}

.nav-link.active {
    color: var(--brand-gold) !important;
    text-decoration: underline;
    text-decoration-color: #e5c47f;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.55rem;
}

.main-nav .nav-link.show,
.main-nav .show>.nav-link,
.main-nav .dropdown-toggle.show {
    color: var(--brand-gold) !important;
}

.main-nav .dropdown-menu {
    border: 0;
    border-radius: 0.4rem;
    min-width: 15rem;
    background: #fff;
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.15);
    overflow: visible;
}

.main-nav .dropdown-item {
    padding: 0.55rem 0.9rem;
    font-size: 1rem;
    font-weight: 500;
}

.main-nav .dropdown-item:focus,
.main-nav .dropdown-item:hover {
    color: var(--brand-dark);
    background-color: rgba(229, 196, 127, 0.23);
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: -0.4rem;
    left: 100%;
    margin-top: 0;
    margin-left: 0.2rem;
    display: none;
}

.dropdown-submenu.show>.dropdown-menu {
    display: block;
}

.dropdown-submenu>.submenu-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.6rem;
}

.dropdown-submenu>.submenu-toggle::after {
    display: inline-block;
    content: "";
    width: 0.45rem;
    height: 0.45rem;
    /*border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);*/
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid currentColor;
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 0.7rem;
}

.btn-booking {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 0.45rem 1.1rem;
    font-weight: 500;
    transition: all 0.2s ease;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.btn-booking:hover,
.btn-booking:focus-visible {
    border-color: var(--brand-gold);
    color: var(--brand-gold);
}

.btn-booking:hover img {
    filter: brightness(0) saturate(100%) invert(78%) sepia(19%) saturate(742%) hue-rotate(358deg) brightness(105%) contrast(101%);
}

.search-btn {
    width: 2.5rem;
    height: 2.5rem;
    background: transparent;
    border: none;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
}

.search-btn:hover,
.search-btn:focus-visible {
    border-color: var(--brand-gold);
    color: var(--brand-gold);
}

@media (min-width: 992px) {
    .header-inner {
        gap: clamp(0.6rem, 1.5vw, 1.15rem);
    }

    .main-nav .navbar-collapse {
        flex-wrap: nowrap;
        gap: clamp(0.55rem, 1vw, 1rem);
    }

    .main-nav .nav-list {
        margin-left: 0 !important;
        flex: 1 1 auto;
        min-width: 0;
        justify-content: flex-end;
        gap: clamp(0.55rem, 1vw, 1.1rem);
    }

    .nav-list .nav-link,
    .nav-list .dropdown-toggle,
    .header-actions .btn-booking {
        white-space: nowrap;
    }

    .nav-list .nav-link {
        padding-inline: 0.4rem;
        font-size: 1rem;
    }

    .header-actions {
        flex: 0 0 auto;
        gap: clamp(0.45rem, 0.9vw, 0.7rem);
    }

    .btn-booking {
        padding-inline: clamp(0.7rem, 1.2vw, 1.1rem);
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .brand-logo img {
        width: clamp(88px, 8.3vw, 108px);
    }

    .nav-list .nav-link {
        font-size: 1rem;
        padding-inline: 0.32rem;
    }

    .btn-booking {
        font-size: 1rem;
        padding-inline: 0.75rem;
    }

    .btn-booking img {
        width: 18px;
        margin-right: 0.35rem !important;
    }

    .search-btn {
        width: 2.3rem;
        height: 2.3rem;
        font-size: 1.6rem;
    }
}

@media (min-width: 1200px) {
    .site-header {
        height: 90px;
    }

    .header-inner {
        min-height: 90px;
        padding-top: 0;
        padding-bottom: 0;
        align-items: center;
    }

    .main-nav,
    .main-nav .navbar-collapse,
    .main-nav .nav-list {
        align-items: center;
    }

    .main-nav {
        align-self: center;
        margin-top: -36px;
    }
}

@media (min-width: 1400px) {
    .main-nav .nav-list {
        gap: 1.8rem;
    }

    .nav-list .nav-link {
        padding-inline: 0.5rem;
    }
}

/* Hero */
.hero-section {
    margin-top: 0;
}

.hero-carousel {
    margin-top: 0;
}

.hero-slide {
    position: relative;
    overflow: hidden;
    min-height: clamp(520px, 72vh, 860px);
}

.hero-carousel .carousel-item {
    min-height: inherit;
}

.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1) 45%, rgba(0, 0, 0, 0));
}

.hero-content {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    color: #fff;
    padding-inline: clamp(1rem, 4vw, 1.5rem);
    padding-top: 0rem;
    padding-bottom: 2rem;
}

.gold-text {
    display: flex;
    flex-wrap: wrap;
    column-gap: 0.35em;
    row-gap: 0.2em;
    margin: 0 0 10px;
}

.gold-text-word {
    display: inline-flex;
    gap: 2px;
    white-space: nowrap;
}

.gold-text-word > span {
    font-size: 32px;
    font-weight: 600;
    font-family: "Times New Roman", serif;
    letter-spacing: 1px;
    background: linear-gradient(
            135deg,
            #8f774f 0%,
            #6f501d 18%,
            #d7b972 35%,
            #ffe5c2 50%,
            #d3a459 65%,
            #9d7631 82%,
            #6f501d 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.6));
}

@media (min-width: 768px) {
    .gold-text {
        flex-wrap: nowrap;
    }
}

.hero-title {
    margin: 0;
    font-family: "Priyati", "Noto Sans Thai", sans-serif;
    font-size: clamp(2.7rem, 9vw, 6rem);
    font-weight: 400;
    line-height: 0.8;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

.hero-subtitle {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.45;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
}

.btn-cta {
    min-height: 3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    padding: 0.3rem 1.6rem;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 1px;
    transition: transform 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease, color 0.22s ease, border-color 0.22s ease;
}

.btn-cta-primary {
    color: #183c29;
    background: rgba(255, 255, 255, 0.8);
}

.btn-cta-secondary {
    color: #fff;
    border: 1px solid #ae9b57;
    background: rgba(63, 74, 60, 0.5);
}

.btn-cta-primary:hover,
.btn-cta-primary:focus-visible {
    color: #183c29;
    background: rgba(255, 255, 255, 0.96);
    transform: translateY(-2px);
    box-shadow: 0 12px 22px rgba(0, 0, 0, 0.23);
}

.btn-cta-secondary:hover,
.btn-cta-secondary:focus-visible {
    color: #fff;
    border-color: #e5c47f;
    background: rgba(27, 48, 34, 0.82);
    transform: translateY(-2px);
    box-shadow: 0 12px 22px rgba(0, 0, 0, 0.24);
}

.hero-control {
    width: clamp(2.8rem, 5vw, 4rem);
    opacity: 0.95;
}

.hero-control .carousel-control-prev-icon,
.hero-control .carousel-control-next-icon {
    width: 2.7rem;
    height: 2.7rem;
    border: 1px solid rgba(255, 255, 255, 0.92);
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.18);
    background-size: 48% 48%;
    transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.hero-control .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.hero-control .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 14.354a.5.5 0 0 1 0-.708L10.293 8 4.646 2.354a.5.5 0 1 1 .708-.708l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708 0z'/%3e%3c/svg%3e");
}

.hero-control:hover .carousel-control-prev-icon,
.hero-control:hover .carousel-control-next-icon,
.hero-control:focus-visible .carousel-control-prev-icon,
.hero-control:focus-visible .carousel-control-next-icon {
    background-color: rgba(63, 74, 60, 0.76);
    border-color: #e5c47f;
    transform: translateY(0px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.28);
}

.hero-indicators {
    margin-bottom: 1.1rem;
}

.hero-indicators [data-bs-target] {
    width: 0.74rem;
    height: 0.74rem;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.45;
    border: 0;
}

.hero-indicators .active {
    opacity: 0.95;
}

/* About */
.about-section {
    position: relative;
    overflow: hidden;
    background: #f9f7f2;
    padding: 30px 10px;
}

@media (max-width: 1400px) {
    .about-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .about-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.flora {
    position: absolute;
    z-index: 1;
    width: min(160px, 23vw);
    opacity: 0.85;
}

.flora-left {
    left: -45px;
    top: 16rem;
}

.flora-right {
    transform: rotate(355deg);
    right: -50px;
    bottom: 2rem;
}

.flip-horizontal {
    transform: scaleX(-1) scale(0.95);
    transform: rotate(29deg);
}

.about-section .container {
    position: relative;
    z-index: 2;
}

.about-label {
    margin-bottom: 0.5rem;
    color: #a16f10;
    font-size: 1.3rem;
    font-weight: 400;
}

.about-title {
    margin: 0;
    color: #1b3022;
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    font-weight: 200;
    line-height: 1.3;
}

.about-subtitle {
    margin-top: 1.1rem;
    margin-bottom: 1rem;
    color: #000;
    font-size: 1.2rem;
    font-weight: 500;
}

.about-description {
    margin-bottom: 1.5rem;
    color: #000;
    font-size: 1.2rem;
    font-weight: 300;
}

.btn-readmore {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.7rem;
    padding: 0.5rem 1.6rem;
    background: #3f4a3c;
    color: #fff;
    font-weight: 500;
    font-size: 1rem;
}

.btn-readmore:hover {
    background: #4f5e4b;
}

.about-image-wrap {
    transform: scale(0.8);
    margin: 0;
    width: min(100%, 804px);
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    overflow: visible;
}

.about-image-left,
.about-image-right {
    display: block;
    object-fit: cover;
    border-radius: 0;
}

.about-image-left {
    width: 438px;
    height: 546px;
    border: 20px solid #fff;
    margin-right: -50px;
    position: relative;
    z-index: 2;
}

.about-image-right {
    width: 416px;
    height: 643px;
    border: 0;
    position: relative;
    z-index: 1;
}

@media (min-width: 992px) {
    .about-image-wrap {
        transform: none;
        width: 100%;
        max-width: 560px;
        margin-left: auto;
    }

    .about-image-left {
        width: 56%;
        max-width: 360px;
        height: auto;
        aspect-ratio: 438 / 546;
        margin-right: -8%;
    }

    .about-image-right {
        width: 52%;
        max-width: 340px;
        height: auto;
        aspect-ratio: 416 / 643;
    }
}

@media (min-width: 1400px) {
    .about-image-wrap {
        max-width: 640px;
    }

    .about-image-left {
        max-width: 410px;
    }

    .about-image-right {
        max-width: 390px;
    }
}

@media (max-width: 1199.98px) {
    .about-image-wrap {
        transform: scale(0.9);
        width: 100%;
        max-width: 560px;
    }

    .about-image-left {
        width: 56%;
        max-width: 360px;
        height: auto;
        aspect-ratio: 438 / 546;
        margin-right: -8%;
    }

    .about-image-right {
        width: 52%;
        max-width: 340px;
        height: auto;
        aspect-ratio: 416 / 643;
    }
}

@media (max-width: 767.98px) {
    .about-image-wrap {
        width: 100%;
        max-width: 420px;
        margin-right: auto;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        gap: 1rem;
        padding-bottom: 0;
    }

    .about-image-left,
    .about-image-right {
        width: min(100%, 360px);
        height: auto;
        margin-right: 0;
        box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
    }

    .about-image-left {
        aspect-ratio: 438 / 546;
    }

    .about-image-right {
        aspect-ratio: 416 / 643;
    }
}

.about-page-main {
    background: #f9f7f2;
}

.about-breadcrumb {
    margin-top: 40px;
    margin-bottom: 1.1rem;
}

.about-breadcrumb ol {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
    color: #4f5e4a;
    font-size: 0.95rem;
}

.about-breadcrumb a {
    color: #3f4a3c;
}

.about-breadcrumb a:hover,
.about-breadcrumb a:focus-visible {
    color: #a16f10;
}

.breadcrumb-separator {
    color: #8e8e8e;
}

.about-page-detail {
    padding: 0 0 4rem;
}

.about-content-card {
    height: 100%;
    padding: 2rem;
    background: #fff;
    border: 1px solid rgba(63, 74, 60, 0.14);
}

.about-content-card .rooms-title {
    margin-bottom: 0.8rem;
    font-size: clamp(1.6rem, 3vw, 2rem);
    text-align: left;
}

.about-content-card .about-description {
    font-size: 1.1rem;
}

.about-check-list {
    margin: 0 0 1.4rem;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.65rem;
}

.about-check-list li {
    position: relative;
    padding-left: 1.5rem;
    font-size: 1.05rem;
}

.about-check-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.58em;
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 50%;
    background: #a16f10;
}

@media (max-width: 767.98px) {
    .about-page-detail {
        padding-bottom: 2.4rem;
    }

    .about-content-card {
        padding: 1.25rem;
    }
}

/* Room service */
.room-service-section {
    background: #fff;
    margin: 5rem 0rem;
}

.room-service-panel {
    background: linear-gradient(to left,
            #f9f7f2 0%,
            #f9f7f2 75%,
            #ffffff 75%,
            #ffffff 100%);
    padding: 2rem 0rem 2rem 0rem;
}

.room-service-collage {
    margin: 0;
    position: relative;
    width: min(100%, 794px);
    aspect-ratio: 794 / 516;
}

.room-service-base-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 0;
    position: relative;
    z-index: 1;
}

.room-service-overlay {
    position: absolute;
    right: 20px;
    width: 36%;
    border: 12px solid #fff;
    object-fit: cover;
    /*box-shadow: 0 14px 24px rgba(0, 0, 0, 0.12);*/
    background: #fff;
}

.room-service-overlay-top {
    top: -35px;
    z-index: 3;
}

.room-service-overlay-middle {
    top: 31%;
    z-index: 4;
}

.room-service-overlay-bottom {
    top: 71%;
    z-index: 2;
}

.room-service-content {
    padding-left: 100px;
}

.room-service-label {
    margin-bottom: 0.5rem;
    color: #a16f10;
    font-size: 1.3rem;
    font-weight: 400;
}

.room-service-title {
    margin: 0;
    color: #1b3022;
    font-size: clamp(2rem, 4.2vw, 2.2rem);
    line-height: 1.2;
    font-weight: 400;
}

.room-service-description {
    margin: 1rem 0 1.2rem;
    color: #222;
    font-size: 1.2rem;
    font-weight: 400;
}

.room-service-list {
    margin: 0 0 1.4rem;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.5rem;
}

.room-service-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.55rem;
    color: #000;
    font-size: 1.2rem;
    font-weight: 300;
}

.room-service-list li img {
    width: 18px;
    height: 18px;
    margin-top: 0.2rem;
    flex-shrink: 0;
}

.room-service-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.2rem;
    color: #3f4a3c;
    font-size: 1rem;
    font-weight: 500;
}

.room-service-cta-text {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.9rem;
    padding: 0.4rem 1.6rem;
    border: 2px solid #3f4a3c;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.room-service-cta:hover,
.room-service-cta:focus-visible {
    color: #3f4a3c;
}

.room-service-cta:hover .room-service-cta-text,
.room-service-cta:focus-visible .room-service-cta-text {
    color: #fff;
    background: #3f4a3c;
}

.room-service-cta-arrow {
    width: 24px;
    height: 24px;
    transition: transform 0.2s ease;
}

.room-service-cta:hover .room-service-cta-arrow,
.room-service-cta:focus-visible .room-service-cta-arrow {
    transform: translateX(2px);
}

@media (min-width: 1200px) {
    .room-service-collage {
        /*width: 794px;*/
    }
}

@media (max-width: 991.98px) {
    .room-service-panel {
        padding: 1.2rem;
        background: #f9f7f2;
    }

    .room-service-collage {
        margin-inline: auto;
        width: min(100%, 680px);
    }

    .room-service-overlay {
        border-width: 8px;
    }

    .room-service-content {
        width: 100%;
    }
}

@media (max-width: 767.98px) {

    .room-service-collage {
        width: min(100%, 520px);
    }

    .room-service-overlay {
        border-width: 6px;
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
    }
}

/* Seminar */
.seminar-section {
    background: #fff;
    margin: 50px 0;
}

.seminar-panel {
    background: linear-gradient(to right,
            #f4f6f2 0%,
            #f4f6f2 75%,
            #ffffff 75%,
            #ffffff 100%);
    padding: 3rem 0 4rem 5rem;
}

.seminar-content {
    width: min(100%, 520px);
    font-family: "Noto Sans Thai", sans-serif;
}

.seminar-label {
    margin-bottom: 0.5rem;
    color: #a16f10;
    font-size: 1.3rem;
    font-weight: 400;
}

.seminar-title {
    margin: 0;
    color: #1b3022;
    font-size: clamp(2rem, 4.1vw, 2.2rem);
    line-height: 1.2;
    font-weight: 400;
}

.seminar-description {
    margin: 1rem 0 1.35rem;
    color: #222;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.7;
    white-space: pre-line;
}

.seminar-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.2rem;
    color: #3f4a3c;
    font-size: 1rem;
    font-weight: 500;
}

.seminar-cta-text {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.9rem;
    padding: 0.4rem 1.6rem;
    border: 2px solid #3f4a3c;
    background: transparent;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.seminar-cta:hover,
.seminar-cta:focus-visible {
    color: #3f4a3c;
}

.seminar-cta:hover .seminar-cta-text,
.seminar-cta:focus-visible .seminar-cta-text {
    background: #3f4a3c;
    color: #fff;
}

.seminar-cta-arrow {
    width: 16px;
    height: 16px;
    transition: transform 0.2s ease;
}

.seminar-cta:hover .seminar-cta-arrow,
.seminar-cta:focus-visible .seminar-cta-arrow {
    transform: translateX(2px);
}

.seminar-collage {
    margin: 0;
    margin-left: auto;
    position: relative;
    width: min(100%, 794px);
    aspect-ratio: 794 / 516;
}

.seminar-base-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.seminar-overlay-image {
    position: absolute;
    left: -55px;
    bottom: -95px;
    width: min(50%, 386px);
    aspect-ratio: 386 / 249;
    object-fit: cover;
    border: 12px solid #fff;
    background: #fff;
    z-index: 2;
}

@media (max-width: 991.98px) {
    .seminar-panel {
        padding: 1.4rem 1.2rem 2rem;
        background: #f4f6f2;
    }

    .seminar-collage {
        margin-inline: auto;
        width: min(100%, 700px);
    }

    .seminar-overlay-image {
        left: -45px;
        bottom: -28px;
        border-width: 8px;
    }

    .seminar-content {
        width: 100%;
    }
}

@media (max-width: 767.98px) {

    .seminar-panel {
        padding: 1.2rem 1.5rem 1.5rem;
    }

    .seminar-collage {
        width: min(100%, 540px);
        padding-bottom: 22px;
    }

    .seminar-overlay-image {
        left: 10px;
        bottom: 0;
        width: min(44%, 240px);
        border-width: 6px;
    }
}

/* Facilities */
.facilities-section {
    background: #fff;
    margin: 80px 0;
}

.facilities-panel {
    background: linear-gradient(to left, #f4f6f2 0%, #f4f6f2 75%, #ffffff 75%, #ffffff 100%);
    padding: 3.2rem 0rem 1.5rem 0rem;
}

.facilities-collage {
    margin: 0;
    margin-right: -30px;
    position: relative;
    width: min(100%, 794px);
    aspect-ratio: 794 / 516;
}

.facilities-base-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.facilities-overlay-image {
    position: absolute;
    right: -48px;
    bottom: -54px;
    width: min(50%, 386px);
    aspect-ratio: 386 / 249;
    object-fit: cover;
    border: 12px solid #fff;
    background: #fff;
    z-index: 2;
}

.facilities-content {
    padding-left: 100px;
    font-family: "Noto Sans Thai", sans-serif;
}

.facilities-label {
    margin-bottom: 0.5rem;
    color: #a16f10;
    font-size: 1.3rem;
    font-weight: 400;
}

.facilities-title {
    margin: 0;
    color: #1b3022;
    font-size: clamp(2rem, 4.1vw, 2.2rem);
    line-height: 1.2;
    font-weight: 400;
}

.facilities-list {
    margin: 1rem 0 1.4rem;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.5rem;
}

.facilities-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.55rem;
    color: #000;
    font-size: 1.2rem;
    font-weight: 300;
}

.facilities-list li img {
    width: 18px;
    height: 18px;
    margin-top: 0.2rem;
    flex-shrink: 0;
}

.facilities-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.2rem;
    color: #3f4a3c;
    font-size: 1rem;
    font-weight: 500;
}

.facilities-cta-text {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.9rem;
    padding: 0.4rem 1.6rem;
    border: 2px solid #3f4a3c;
    background: transparent;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.facilities-cta:hover,
.facilities-cta:focus-visible {
    color: #3f4a3c;
}

.facilities-cta:hover .facilities-cta-text,
.facilities-cta:focus-visible .facilities-cta-text {
    background: #3f4a3c;
    color: #fff;
}

.facilities-cta-arrow {
    width: 16px;
    height: 16px;
    transition: transform 0.2s ease;
}

.facilities-cta:hover .facilities-cta-arrow,
.facilities-cta:focus-visible .facilities-cta-arrow {
    transform: translateX(2px);
}

@media (max-width: 991.98px) {
    .facilities-panel {
        padding: 1.4rem 1.2rem 2rem;
        background: #f4f6f2;
    }

    .facilities-collage {
        margin-inline: auto;
        width: min(100%, 700px);
    }

    .facilities-overlay-image {
        left: -45px;
        bottom: -28px;
        border-width: 8px;
    }

    .facilities-content {
        width: 100%;
    }
}

@media (max-width: 767.98px) {

    .facilities-panel {
        padding: 1.2rem 0.95rem 1.5rem;
    }

    .facilities-collage {
        width: min(100%, 540px);
        padding-bottom: 22px;
    }

    .facilities-overlay-image {
        left: 10px;
        bottom: 0;
        width: min(44%, 240px);
        border-width: 6px;
    }
}

/* Activities */
.activities-section {
    background: #fff;
    margin: 50px 0;
}

.activities-panel {
    background: linear-gradient(to right,
            #f4f6f2 0%,
            #f4f6f2 75%,
            #ffffff 75%,
            #ffffff 100%);
    padding: 3rem 0 3rem 5rem;
}

.activities-content {
    width: min(100%, 520px);
    font-family: "Noto Sans Thai", sans-serif;
}

.activities-label {
    margin-bottom: 1rem;
    color: #a16f10;
    font-size: 1.3rem;
    font-weight: 400;
}

.activities-title {
    margin: 0;
    color: #1b3022;
    font-size: clamp(2rem, 4.1vw, 2.2rem);
    line-height: 1.2;
    font-weight: 400;
}

.activities-list {
    margin: 0 0 1.4rem;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.5rem;
}

.activities-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.55rem;
    color: #000;
    font-size: 1.2rem;
    font-weight: 300;
}

.activities-list li img {
    width: 18px;
    height: 18px;
    margin-top: 0.2rem;
    flex-shrink: 0;
}

.activities-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.2rem;
    color: #3f4a3c;
    font-size: 1rem;
    font-weight: 500;
}

.activities-cta-text {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.9rem;
    padding: 0.4rem 1.6rem;
    border: 2px solid #3f4a3c;
    background: transparent;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.activities-cta:hover,
.activities-cta:focus-visible {
    color: #3f4a3c;
}

.activities-cta:hover .activities-cta-text,
.activities-cta:focus-visible .activities-cta-text {
    background: #3f4a3c;
    color: #fff;
}

.activities-cta-arrow {
    width: 16px;
    height: 16px;
    transition: transform 0.2s ease;
}

.activities-cta:hover .activities-cta-arrow,
.activities-cta:focus-visible .activities-cta-arrow {
    transform: translateX(2px);
}

.activities-collage {
    margin: 0;
    margin-left: auto;
    position: relative;
    width: min(100%, 794px);
    aspect-ratio: 794 / 516;
}

.activities-base-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.activities-overlay-image {
    position: absolute;
    object-fit: cover;
    border: 12px solid #fff;
    background: #fff;
    z-index: 2;
}

.activities-overlay-top {
    left: -55px;
    top: 55px;
    width: min(50%, 386px);
    aspect-ratio: 386 / 249;
}

.activities-overlay-bottom {
    left: -55px;
    bottom: -75px;
    width: min(50%, 386px);
    aspect-ratio: 386 / 249;
}

/* Gallery */
.gallery-section {
    background: #fff;
    margin: 70px 0;
}

.gallery-header {
    text-align: left;
    margin-bottom: 1.6rem;
}

.gallery-title {
    margin: 0;
    color: #1b3022;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.2;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 1rem;
    width: 100%;
}

.gallery-item {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 260 / 170;
    overflow: hidden;
    background: #d9d9d9;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.25s ease;
}

.gallery-item:hover img,
.gallery-item:focus-visible img {
    transform: scale(1.04);
}

.gallery-cta-row {
    margin-top: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.2rem;
}

.gallery-cta {
    display: inline-flex;
    align-items: center;
    color: #3f4a3c;
    font-size: 1rem;
    font-weight: 500;
}

.gallery-cta-text {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.9rem;
    padding: 0.4rem 3rem;
    border: 2px solid #3f4a3c;
    background: transparent;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.gallery-cta:hover,
.gallery-cta:focus-visible {
    color: #3f4a3c;
}

.gallery-cta:hover .gallery-cta-text,
.gallery-cta:focus-visible .gallery-cta-text {
    background: #3f4a3c;
    color: #fff;
}

.gallery-cta-arrow {
    width: 16px;
    height: 16px;
    transition: transform 0.2s ease;
}

.gallery-cta-row:hover .gallery-cta-arrow {
    transform: translateX(2px);
}

@media (max-width: 991.98px) {
    .activities-panel {
        padding: 1.4rem 1.2rem 2rem;
        background: #f4f6f2;
    }

    .activities-content {
        width: 100%;
    }

    .activities-collage {
        margin-inline: auto;
        width: min(100%, 700px);
        padding-bottom: 26px;
    }

    .activities-overlay-image {
        border-width: 8px;
    }

    .activities-overlay-top {
        top: 12px;
    }

    .activities-overlay-bottom {
        bottom: 0;
    }

    .gallery-panel {
        padding: 1.4rem 0rem 1.8rem;
    }

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

    .gallery-item {
        width: 100%;
        height: auto;
        aspect-ratio: 260 / 170;
    }
}

@media (max-width: 767.98px) {

    .activities-panel {
        padding: 1.2rem 1.5rem 1.5rem;
    }

    .activities-collage {
        width: min(100%, 540px);
        padding-bottom: 12px;
    }

    .activities-overlay-image {
        border-width: 6px;
    }

    .activities-overlay-top {
        left: 8px;
        top: 8px;
        width: min(40%, 218px);
    }

    .activities-overlay-bottom {
        left: 8px;
        bottom: 2px;
        width: min(40%, 218px);
    }

    .gallery-panel {
        padding: 1.2rem 0.95rem 1.5rem;
    }

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

    .gallery-cta-row {
        justify-content: center;
    }
}

@media (max-width: 575.98px) {
    .gallery-grid {
        grid-template-columns: 1fr;
    }
}

/* Features */
.feature-strip {
    position: relative;
    overflow: hidden;
    background: #3f4a3c;
    padding: 20px;
}

.feature-leaf {
    position: absolute;
    z-index: 1;
    width: min(160px, 15vw);
    opacity: 0.9;
}

.feature-leaf-left {
    top: 0;
    left: 0;
}

.feature-leaf-right {
    top: 0;
    right: 0;
}

.feature-strip .container {
    position: relative;
    z-index: 2;
}

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

.feature-item {
    position: relative;
    text-align: center;
    padding: 0.7rem 1.15rem 0.9rem;
    color: #fff;
}

.feature-item+.feature-item {
    border-left: 0;
}

@media (min-width: 992px) {
    .feature-item+.feature-item::before {
        content: "";
        position: absolute;
        left: 0;
        top: 25%;
        width: 2px;
        height: 50%;
        background: #e5c47f;
    }
}

.feature-icon-wrap {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    border: 2px solid #e5c47f;
    margin: 0 auto 0.9rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.feature-icon-wrap img {
    width: 56px;
    height: 56px;
    object-fit: contain;
    display: block;
}

.feature-title {
    margin-bottom: 0.5rem;
    font-family: "Priyati", "Noto Sans Thai", sans-serif;
    color: #fcdc82;
    font-size: 2.6rem;
    font-weight: 400;
    line-height: 0.7;
}

.feature-body {
    margin: 0;
    font-size: 1.1rem;
    color: #fff;
}

/* Rooms */
.rooms-section {
    background: #f7f7f7;
    padding: 3.5rem;
}

.rooms-header {
    text-align: center;
    margin-bottom: 2.3rem;
}

.rooms-title {
    margin: 0;
    color: #a16f10;
    font-size: clamp(2.1rem, 6vw, 2.5rem);
    letter-spacing: 1;
    font-weight: 400;
}

.rooms-subtitle {
    margin-top: 0.45rem;
    margin-bottom: 0;
    color: #1b3022;
    font-size: clamp(1.3rem, 3.5vw, 1.6rem);
    letter-spacing: 1;
    font-weight: 400;
}

.rooms-grid {
    display: grid;
    gap: 1.5rem;
}

.rooms-grid-ratio {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: clamp(300px, 24vw, 400px);
}

.rooms-grid-ratio .room-card-half {
    grid-column: span 1;
}

.rooms-grid-ratio .room-card-main {
    grid-column: span 2;
}

.room-card {
    position: relative;
    overflow: hidden;
    min-height: 0;
    height: 100%;
    background: #d9d9d9;
}

.room-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.room-overlay {
    position: absolute;
    inset: auto 0 0 0;
    padding: 1.05rem 1.1rem;
}

.room-overlay span {
    margin: 0;
    color: #fff;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 1);
    font-weight: 500;
}

.room-overlay-start {
    text-align: left;
}

.room-overlay-center {
    inset: 0;
    display: flex;
    align-items: end;
    justify-content: center;
    text-align: center;
}

.contact-anchor {
    height: 1px;
}

/* Footer */
.site-footer {
    color: #fff;
}

.footer-top {
    background: #3f4a3c;
}

.footer-map-wrap {
    position: relative;
    min-height: 100%;
    height: 100%;
}

.footer-map-wrap iframe {
    width: 100%;
    height: 100%;
    min-height: 360px;
    border: 0;
    display: block;
    /*filter: grayscale(55%) sepia(18%) saturate(72%) hue-rotate(54deg) brightness(0.85) contrast(0.95);*/
    filter: grayscale(95%);
}

.footer-map-tint {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.1);
    mix-blend-mode: multiply;
}

.footer-contact-card {
    padding: 2rem 2rem;
}

.footer-contact-card-main {
    background: #4f5e4a;
}

.footer-contact-card-phone {
    background: #3f4a3c url("../images/footer-right-leaf.jpg") no-repeat top right;
    background-size: 150px auto;
    background-position: top right;
    background-origin: border-box;
}

.footer-logo {
    width: 110px;
    margin-bottom: 0.85rem;
}

.footer-hotel-name {
    margin: 0 0 1rem;
    color: #fcdc82;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.35;
}

.footer-contact-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.7rem;
}

.footer-contact-list li {
    display: flex;
    gap: 0.6rem;
    align-items: flex-start;
    color: #fff;
    font-size: 0.98rem;
    line-height: 1.5;
}

.footer-contact-list i {
    color: #fbce78;
    font-size: 1.1rem;
    line-height: 1.4;
}

.footer-phone-heading {
    display: inline-flex;
    align-items: flex-end;
    gap: 0.5rem;
    margin-bottom: 0.7rem;
}

.footer-phone-heading img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.footer-phone-heading h3 {
    margin: 0;
    font-size: 1.3rem;
    color: #fff;
    font-weight: 400;
}

.footer-label-text {
    margin: 0.8rem 0;
    color: #fcdc82;
    font-size: 1rem;
    line-height: 1.5;
}

.footer-phone-text {
    margin: 0.1rem 0 0.7rem;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.45;
}

.footer-follow-strip {
    background: #3f4a3c url("../images/footer-left-leaf.jpg") no-repeat left bottom;
    background-size: 180px auto;
    padding: 2rem 0;
}

.footer-follow-spacer {
    min-height: 1px;
}

.footer-follow-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0.45rem;
}

.footer-follow-icons {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    flex-wrap: wrap;
}

.footer-follow-label {
    color: #fff;
    font-size: 1rem;
}

.social-icon2 {
    width: 3rem;
    height: 2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 2rem;
    transition: all 0.2s ease;
}

.social-icon2:hover,
.social-icon2:focus-visible {
    color: #fcdc82;
    border-color: #fcdc82;
}

.footer-bottom-strip {
    background: #333d31;
    padding: 1.2rem 0;
}

.footer-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    color: #fff;
    font-size: 0.95rem;
    font-weight: 400;
}

.footer-bottom-inner a {
    color: #fff;
    text-decoration: none;
}

.footer-bottom-inner a:hover {
    color: #fcdc82;
}

@media (min-width: 992px) {
    .footer-top>.container {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .footer-top>.container>.row {
        margin-left: 0;
        margin-right: 0;
    }

    .footer-top>.container>.row>[class*="col-"] {
        padding-left: 0;
        padding-right: 0;
    }

    .footer-map-wrap iframe {
        min-height: 100%;
    }

    .footer-contact-card-phone {
        background-size: 170px auto;
    }
}

@media (max-width: 991.98px) {
    .footer-top>.container {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .footer-top>.container>.row {
        margin-left: 0;
        margin-right: 0;
    }

    .footer-top>.container>.row>[class*="col-"] {
        padding-left: 0;
        padding-right: 0;
    }

    .footer-map-wrap iframe {
        min-height: 300px;
    }

    .footer-contact-card {
        padding: 1.4rem 1.05rem;
    }

    .footer-follow-content {
        justify-content: flex-start;
    }

    .footer-follow-strip {
        background-size: 130px auto;
    }

    .footer-bottom-inner {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 575.98px) {
    .footer-map-wrap iframe {
        min-height: 260px;
    }

    .footer-follow-label {
        width: auto;
    }

    .social-icon2 {
        width: 1.9rem;
        height: 1.9rem;
    }
}

@media (min-width: 1920px) {

    .hero-slide,
    .hero-carousel .carousel-item {
        min-height: clamp(500px, 52vh, 680px);
        height: min(52vh, 680px);
        max-height: 680px;
    }

    .hero-content {
        width: min(100%, 1680px);
        margin-inline: auto;
        padding-inline: clamp(2rem, 6vw, 5rem);
        padding-bottom: clamp(2rem, 5vh, 3.2rem);
    }

    .hero-subtitle {
        max-width: 42rem;
    }

    .footer-top>.container {
        max-width: min(100%, 1720px);
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 3200px) {

    .hero-slide,
    .hero-carousel .carousel-item {
        min-height: clamp(440px, 42vh, 560px);
        height: min(42vh, 560px);
        max-height: 560px;
    }
}

/* Search modal */
.modal-opened {
    overflow: hidden;
}

.search-modal {
    position: fixed;
    inset: 0;
    z-index: 3000;
    display: grid;
    place-items: center;
    padding: 1rem;
}

.search-modal[hidden] {
    display: none;
}

.search-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
}

.search-modal-content {
    position: relative;
    width: min(700px, 100%);
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
    padding: 1.15rem;
}

.search-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.8rem;
}

.search-modal-header h2 {
    margin: 0;
    font-size: 1.2rem;
}

.search-close-btn {
    border: 0;
    background: transparent;
    width: 2rem;
    height: 2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.search-close-btn:hover,
.search-close-btn:focus-visible {
    background: #efefef;
}

.search-form {
    display: grid;
    gap: 0.6rem;
}

.search-label {
    font-size: 0.95rem;
    color: #2c2c2c;
}

.search-input-row {
    display: flex;
    gap: 0.5rem;
}

.search-input {
    flex: 1;
    border: 1px solid #d5d5d5;
    border-radius: 0.6rem;
    min-height: 2.6rem;
    padding: 0 0.8rem;
}

.search-submit-btn {
    border: 0;
    border-radius: 0.6rem;
    min-height: 2.6rem;
    padding: 0 1.1rem;
    background: #3f4a3c;
    color: #fff;
    font-weight: 500;
}

.search-status {
    margin-top: 0.65rem;
    margin-bottom: 0;
    min-height: 1.4rem;
    color: #3f4a3c;
    font-size: 0.95rem;
}

/* Responsive */
@media (max-width: 1199.98px) {
    .header-inner {
        gap: 2rem;
    }

    .nav-list {
        gap: 0.85rem;
    }

    .btn-booking {
        padding-inline: 0.9rem;
    }

    .hero-control .carousel-control-prev-icon,
    .hero-control .carousel-control-next-icon {
        width: 2.45rem;
        height: 2.45rem;
    }
}

@media (max-width: 991.98px) {
    .header-inner {
        display: grid;
        grid-template-columns: 1fr auto 1fr;
        align-items: center;
        min-height: unset;
        padding-top: 0.7rem;
        padding-bottom: 0.7rem;
    }

    .brand-logo {
        grid-column: 2;
        width: auto;
        display: block;
        transform: translateY(0);
    }

    .main-nav {
        grid-column: 3;
        display: flex;
        justify-content: flex-end;
        margin-left: 0;
        width: auto;
        margin-top: 0;
        min-height: 2.7rem;
        position: static;
        z-index: 2;
    }

    .main-nav .navbar-toggler {
        margin-left: 0;
        display: block;
        background: var(--brand-olive);
        border-color: rgba(255, 255, 255, 0.55);
        transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
    }

    .main-nav .navbar-toggler-icon {
        filter: invert(1);
    }

    .main-nav .navbar-collapse {
        position: absolute;
        top: calc(100% + 0.45rem);
        left: 0;
        right: 0;
        background: var(--brand-olive);
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: 0.65rem;
        padding: 0.85rem;
        box-shadow: 0 16px 30px rgba(0, 0, 0, 0.28);
        z-index: 20;
        transform-origin: top center;
    }

    .main-nav .navbar-collapse.collapse:not(.show) {
        display: none;
    }

    .main-nav .navbar-collapse.collapsing {
        height: 0;
        overflow: hidden;
        transition: height 0.28s ease;
    }

    .nav-list {
        align-items: stretch;
        gap: 0.2rem;
    }

    .main-nav .dropdown-menu {
        margin-top: 0.35rem;
        border-radius: 0.55rem;
        box-shadow: none;
    }

    .dropdown-submenu>.dropdown-menu {
        position: static;
        margin: 0.35rem 0 0.4rem 1rem;
        border-left: 2px solid rgba(63, 74, 60, 0.22);
    }

    .header-actions {
        width: 100%;
        margin-top: 0.55rem;
        justify-content: space-between;
    }

    .hero-slide {
        min-height: 570px;
    }

    .hero-content {
        align-items: center;
        text-align: center;
    }

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

    .feature-item:nth-child(3),
    .feature-item:nth-child(4) {
        border-top: 1px solid #e5c47f;
    }

    .feature-item:nth-child(odd) {
        border-left: none;
    }

    .feature-item:nth-child(even) {
        border-left: 1px solid #e5c47f;
    }

    .flora {
        opacity: 0.4;
    }

    .rooms-grid-ratio {
        grid-template-columns: 1fr 1fr;
        grid-auto-rows: clamp(300px, 42vw, 380px);
    }

    .rooms-grid-ratio .room-card-half,
    .rooms-grid-ratio .room-card-main {
        grid-column: span 1;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .brand-logo {
        grid-column: 1;
        justify-self: start;
    }
}

@media (max-width: 767.98px) {
    .site-header::after {
        bottom: -12px;
        height: 26px;
    }

    .brand-logo img {
        width: 86px;
    }

    .brand-logo {
        /* transform: translateY(9px);*/
    }

    .btn-booking {
        flex: 1;
        min-height: 2.4rem;
        padding-inline: 0.65rem;
        font-size: 0.92rem;
    }

    .btn-booking img {
        width: 16px;
    }

    .search-btn {
        width: 2.4rem;
        height: 2.4rem;
    }

    .hero-slide {
        min-height: 510px;
    }

    .hero-subtitle {
        font-size: 1.05rem;
    }

    .hero-indicators {
        margin-bottom: 0.65rem;
    }

    .hero-control {
        width: 2.45rem;
    }

    .hero-control .carousel-control-prev-icon,
    .hero-control .carousel-control-next-icon {
        width: 2.15rem;
        height: 2.15rem;
    }

    .about-description {
        font-size: 1.05rem;
    }

    .feature-grid {
        grid-template-columns: 1fr;
    }

    .feature-item {
        border-left: 0 !important;
        border-top: 0 !important;
        border-bottom: 1px solid #e5c47f;
    }

    .feature-item:last-child {
        border-bottom: 0;
    }

    .rooms-grid-ratio {
        grid-template-columns: 1fr;
        grid-auto-rows: minmax(290px, auto);
    }

    .search-input-row {
        flex-direction: column;
    }
}

/* Standard room detail page */
.standard-room-page {
    background: #f9f7f2;
    color: #000;
}

.standard-room-hero {
    position: relative;
    isolation: isolate;
    background: url("../images/room-2.jpg") center / cover no-repeat;
    min-height: clamp(340px, 48vh, 480px);
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}

.standard-room-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(95deg, rgba(24, 39, 30, 0.88) 18%, rgba(24, 39, 30, 0.35) 72%, rgba(24, 39, 30, 0.2) 100%);
    z-index: 1;
}

.standard-room-hero-content {
    position: relative;
    z-index: 2;
    color: #fff;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.standard-room-breadcrumb {
    margin-bottom: 0.9rem;
}

.standard-room-breadcrumb ol {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.95rem;
}

.standard-room-breadcrumb a {
    color: #fff;
}

.standard-room-breadcrumb a:hover,
.standard-room-breadcrumb a:focus-visible {
    color: #fcdc82;
}

.standard-room-label {
    margin-bottom: 0.35rem;
    color: #fcdc82;
    font-size: 0.95rem;
    letter-spacing: 0.14em;
    font-weight: 600;
}

.standard-room-title {
    margin: 0;
    font-size: clamp(2rem, 5vw, 3rem);
    line-height: 1.1;
}

.standard-room-subtitle {
    margin-top: 0.8rem;
    margin-bottom: 0;
    max-width: 700px;
    font-size: 1.08rem;
    color: rgba(255, 255, 255, 0.95);
}

.standard-room-content,
.standard-room-amenities,
.standard-room-description,
.standard-room-policy,
.standard-room-related {
    padding-bottom: 2rem;
}

.standard-room-panel {
    background: #fff;
    border: 1px solid rgba(63, 74, 60, 0.14);
    box-shadow: 0 10px 26px rgba(27, 48, 34, 0.08);
    padding: 1.5rem;
    height: 100%;
}

.standard-room-section-title {
    margin: 0 0 1rem;
    color: #1b3022;
    font-size: clamp(1.45rem, 3vw, 1.9rem);
    font-weight: 500;
}

.standard-room-carousel {
    position: relative;
}

.standard-room-carousel .carousel-inner img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.standard-room-carousel .carousel-control-prev,
.standard-room-carousel .carousel-control-next {
    width: 44px;
    opacity: 1;
}

.standard-room-carousel .carousel-control-prev-icon,
.standard-room-carousel .carousel-control-next-icon {
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.85);
    background-color: rgba(0, 0, 0, 0.3);
    background-size: 52% 52%;
}

.standard-room-thumbs {
    position: static;
    margin: 0.9rem 0 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.6rem;
    justify-items: center;
}

.standard-room-thumbs button {
    margin: 0;
    width: 100px;
    height: 100px;
    max-width: 100%;
    padding: 0;
    border: 2px solid transparent;
    background: transparent;
    opacity: 1;
    overflow: hidden;
}

.carousel-indicators.standard-room-thumbs [data-bs-target] {
    width: 100px !important;
    height: 100px !important;
    flex: 0 0 100px;
    text-indent: 0;
}

.standard-room-thumbs button img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.standard-room-thumbs .active {
    border-color: #a16f10;
}

.room-type-title {
    margin: 0;
    color: #2a3b2f;
    font-size: 1.25rem;
    font-weight: 600;
}

.room-highlight {
    margin-top: 0.7rem;
    margin-bottom: 0.75rem;
    font-size: 1rem;
    color: #000;
}

.room-price-range {
    margin-bottom: 1rem;
    color: #2a5136;
}

.room-meta-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.7rem;
}

.room-meta-list li {
    color: #000;
    display: flex;
    align-items: flex-start;
    gap: 0.55rem;
}

.room-meta-list i {
    color: #a16f10;
    font-size: 1.05rem;
    margin-top: 0.2rem;
}

.amenities-grid {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem 1rem;
}

.amenities-grid li {
    display: flex;
    align-items: flex-start;
    gap: 0.55rem;
    border-bottom: 1px dashed rgba(63, 74, 60, 0.22);
    padding-bottom: 0.55rem;
}

.amenities-grid i {
    color: #3f4a3c;
    margin-top: 0.15rem;
}

.description-panel p {
    margin-bottom: 0.8rem;
    color: #000;
    line-height: 1.85;
}

.policy-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.policy-item {
    border: 1px solid rgba(63, 74, 60, 0.14);
    padding: 1rem;
    background: #fcfbf8;
}

.policy-item h3 {
    margin: 0 0 0.45rem;
    color: #000;
    font-size: 1.06rem;
}

.policy-item p {
    margin: 0;
    color: #000;
}

.standard-room-cta {
    padding-bottom: 2.4rem;
}

.cta-panel {
    background: linear-gradient(120deg, #3f4a3c 0%, #51614d 100%);
    color: #fff;
    padding: clamp(1.2rem, 2.5vw, 2rem);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.cta-label {
    margin: 0 0 0.35rem;
    color: #fcdc82;
    font-size: 0.95rem;
}

.cta-title {
    margin: 0;
    font-size: clamp(1.2rem, 3vw, 1.65rem);
    font-weight: 500;
    max-width: 700px;
}

.cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
}

.cta-actions .btn-cta {
    min-height: 2.8rem;
    padding: 0.5rem 1.1rem;
}

.cta-actions .btn-cta i {
    font-size: 1rem;
}

.standard-room-related {
    padding-bottom: 3rem;
}

.related-room-card {
    background: #fff;
    border: 1px solid rgba(63, 74, 60, 0.14);
    height: 100%;
}

.related-room-card img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.related-room-content {
    padding: 1rem;
}

.related-room-content h3 {
    margin: 0 0 0.5rem;
    color: #2a3b2f;
    font-size: 1.16rem;
}

.related-room-content p {
    margin-bottom: 0.7rem;
    color: #000;
}

.related-room-content a {
    color: #a16f10;
    font-weight: 500;
}

.related-room-content a:hover,
.related-room-content a:focus-visible {
    color: #7f560e;
}

@media (max-width: 991.98px) {
    .standard-room-hero {
        min-height: 320px;
    }

    .standard-room-content,
    .standard-room-amenities,
    .standard-room-description,
    .standard-room-policy,
    .standard-room-related {
        padding-bottom: 1.4rem;
    }
}

@media (max-width: 767.98px) {
    .standard-room-hero {
        min-height: 300px;
    }

    .standard-room-panel {
        padding: 1rem;
    }

    .standard-room-thumbs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .standard-room-thumbs button {
        width: min(100px, 42vw);
        height: min(100px, 42vw);
    }

    .carousel-indicators.standard-room-thumbs [data-bs-target] {
        width: min(100px, 42vw) !important;
        height: min(100px, 42vw) !important;
        flex-basis: min(100px, 42vw);
    }

    .amenities-grid,
    .policy-grid {
        grid-template-columns: 1fr;
    }

    .cta-actions {
        width: 100%;
    }

    .cta-actions .btn-cta {
        width: 100%;
    }
}

/* Gallery page */
.gallery-page {
    background: #f9f7f2;
    color: #1f2f24;
}

.gallery-page-hero {
    position: relative;
    isolation: isolate;
    background: url("../images/picture-gallery-page.jpg") center / cover no-repeat;
    min-height: clamp(280px, 40vh, 420px);
    display: flex;
    align-items: center;
}

.gallery-page-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(95deg, rgba(24, 39, 30, 0.86) 20%, rgba(24, 39, 30, 0.32) 75%, rgba(24, 39, 30, 0.18) 100%);
    z-index: 1;
}

.gallery-page-hero-content {
    position: relative;
    z-index: 2;
    color: #fff;
    padding-top: 1.7rem;
    padding-bottom: 1.7rem;
}

.gallery-page-breadcrumb {
    margin-bottom: 0.9rem;
}

.gallery-page-breadcrumb ol {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.95rem;
}

.gallery-page-breadcrumb a {
    color: #fff;
}

.gallery-page-breadcrumb a:hover,
.gallery-page-breadcrumb a:focus-visible {
    color: #fcdc82;
}

.gallery-page-label {
    margin-bottom: 0.35rem;
    color: #fcdc82;
    font-size: 0.95rem;
    letter-spacing: 0.14em;
    font-weight: 600;
}

.gallery-page-title {
    margin: 0;
    font-size: clamp(2rem, 5vw, 3rem);
    line-height: 1.12;
}

.gallery-page-subtitle {
    margin-top: 0.75rem;
    margin-bottom: 0;
    max-width: 760px;
    font-size: 1.08rem;
    color: rgba(255, 255, 255, 0.94);
}

.gallery-page-content {
    padding: 2rem 0 3rem;
}

.gallery-page-panel {
    background: #fff;
    border: 1px solid rgba(63, 74, 60, 0.14);
    box-shadow: 0 10px 26px rgba(27, 48, 34, 0.08);
    padding: 1.4rem;
}

.gallery-page-header {
    margin-bottom: 1.1rem;
}

.gallery-page-header h2 {
    margin: 0;
    color: #1b3022;
    font-size: clamp(1.45rem, 3vw, 1.9rem);
    font-weight: 500;
}

.gallery-page-header p {
    margin: 0.55rem 0 0;
    color: #3f4a3c;
}

.gallery-page-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.9rem;
}

.gallery-page-grid .gallery-item {
    aspect-ratio: 4 / 3;
}

@media (max-width: 991.98px) {
    .gallery-page-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .gallery-page-content {
        padding: 1.4rem 0 2rem;
    }

    .gallery-page-panel {
        padding: 1rem;
    }

    .gallery-page-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.75rem;
    }
}

@media (max-width: 575.98px) {
    .gallery-page-grid {
        grid-template-columns: 1fr;
    }
}

/* Rooms overview page */
.rooms-overview-page {
    background: #f9f7f2;
    color: #1f2f24;
}

.rooms-overview-hero {
    position: relative;
    isolation: isolate;
    background: url("../images/room-3.jpg") center / cover no-repeat;
    min-height: clamp(320px, 45vh, 470px);
    display: flex;
    align-items: center;
}

.rooms-overview-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(96deg, rgba(24, 39, 30, 0.86) 18%, rgba(24, 39, 30, 0.34) 74%, rgba(24, 39, 30, 0.18) 100%);
    z-index: 1;
}

.rooms-overview-hero-content {
    position: relative;
    z-index: 2;
    color: #fff;
    padding-top: 1.9rem;
    padding-bottom: 1.9rem;
}

.rooms-overview-breadcrumb {
    margin-bottom: 0.9rem;
}

.rooms-overview-breadcrumb ol {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.95rem;
}

.rooms-overview-breadcrumb a {
    color: #fff;
}

.rooms-overview-breadcrumb a:hover,
.rooms-overview-breadcrumb a:focus-visible {
    color: #fcdc82;
}

.rooms-overview-label {
    margin-bottom: 0.35rem;
    color: #fcdc82;
    font-size: 0.95rem;
    letter-spacing: 0.14em;
    font-weight: 600;
}

.rooms-overview-title {
    margin: 0;
    font-size: clamp(2rem, 5vw, 3rem);
    line-height: 1.12;
}

.rooms-overview-subtitle {
    margin-top: 0.8rem;
    margin-bottom: 0;
    max-width: 740px;
    font-size: 1.08rem;
    color: rgba(255, 255, 255, 0.94);
}

.rooms-overview-intro,
.rooms-overview-list {
    padding-top: 2rem;
    padding-bottom: 0.5rem;
}

.rooms-overview-intro-panel {
    background: #fff;
    border: 1px solid rgba(63, 74, 60, 0.14);
    box-shadow: 0 8px 22px rgba(27, 48, 34, 0.08);
    padding: 1.3rem;
}

.rooms-overview-section-title {
    margin: 0 0 0.85rem;
    color: #1b3022;
    font-size: clamp(1.4rem, 3vw, 1.95rem);
    font-weight: 500;
}

.rooms-overview-intro-text {
    margin: 0 0 1rem;
    color: #000;
}

.rooms-overview-filter-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.rooms-overview-filter-list a {
    display: inline-flex;
    align-items: center;
    min-height: 2.2rem;
    padding: 0.3rem 0.9rem;
    border: 1px solid rgba(63, 74, 60, 0.25);
    background: #fcfbf8;
    color: #000;
    font-size: 0.95rem;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.rooms-overview-filter-list a:hover,
.rooms-overview-filter-list a:focus-visible {
    background: #3f4a3c;
    border-color: #3f4a3c;
    color: #fff;
}

.rooms-overview-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3rem;
}

.rooms-overview-card {
    background: #fff;
    border: 1px solid rgba(63, 74, 60, 0.14);
    box-shadow: 0 10px 26px rgba(27, 48, 34, 0.08);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.rooms-overview-card img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.rooms-overview-card-body {
    padding: 1rem;
    display: grid;
    gap: 0.7rem;
    height: 100%;
}

.rooms-overview-card-body h3 {
    margin: 0;
    font-size: 1.2rem;
    color: #2a3b2f;
}

.rooms-overview-card-body p {
    margin: 0;
    color: #000;
}

.rooms-overview-spec-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.5rem;
}

.rooms-overview-spec-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    color: #000;
    border-bottom: 1px dashed rgba(63, 74, 60, 0.2);
    padding-bottom: 0.35rem;
}

.rooms-overview-spec-list i {
    color: #a16f10;
    margin-top: 0.15rem;
}

.rooms-overview-actions {
    margin-top: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.rooms-overview-actions .btn-cta {
    min-height: 2.7rem;
    padding: 0.45rem 0.95rem;
}

.rooms-overview-booking {
    padding: 1.8rem 0 3rem;
}

.rooms-overview-booking-panel {
    background: linear-gradient(120deg, #3f4a3c 0%, #51614d 100%);
    color: #fff;
    padding: clamp(1.2rem, 2.5vw, 2rem);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.rooms-overview-booking-label {
    margin: 0 0 0.35rem;
    color: #fcdc82;
    font-size: 0.95rem;
}

.rooms-overview-booking-title {
    margin: 0;
    font-size: clamp(1.2rem, 3vw, 1.6rem);
    font-weight: 500;
    max-width: 700px;
}

.rooms-overview-booking-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
}

.rooms-overview-booking-actions .btn-cta {
    min-height: 2.8rem;
    padding: 0.5rem 1.1rem;
}

@media (max-width: 991.98px) {
    .rooms-overview-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {

    .rooms-overview-intro,
    .rooms-overview-list {
        padding-top: 1.4rem;
    }

    .rooms-overview-intro-panel {
        padding: 1rem;
    }

    .rooms-overview-card-body {
        padding: 0.9rem;
    }

    .rooms-overview-actions .btn-cta,
    .rooms-overview-booking-actions .btn-cta {
        width: 100%;
    }
}

/* Contact page */
.contact-page {
    background: #f9f7f2;
    color: #1f2f24;
}

.contact-hero {
    background: url("../images/picture-contact.jpg") center / cover no-repeat;
    margin-bottom: 0;
}

.contact-info-section,
.contact-map-section,
.contact-form-section {
    padding: 2rem 0;
}

.contact-info-list strong {
    color: #2a3b2f;
    font-weight: 600;
}

.contact-hours-grid {
    grid-template-columns: 1fr;
}

.contact-map-wrap {
    overflow: hidden;
}

.contact-map-wrap iframe {
    width: 100%;
    min-height: 380px;
    border: 0;
}

.contact-form .form-label,
.booking-form .form-label {
    color: #2a3b2f;
    font-weight: 500;
}

.contact-form .form-control,
.contact-form .form-select,
.booking-form .form-control,
.booking-form .form-select {
    border-color: rgba(63, 74, 60, 0.25);
    border-radius: 0;
    min-height: 2.75rem;
}

.contact-form .form-control:focus,
.contact-form .form-select:focus,
.booking-form .form-control:focus,
.booking-form .form-select:focus {
    border-color: #3f4a3c;
    box-shadow: 0 0 0 0.2rem rgba(63, 74, 60, 0.15);
}

.contact-action-row,
.contact-form-actions,
.booking-form-actions {
    margin-top: 1.2rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
}

.contact-action-row .btn-cta,
.contact-form-actions .btn-cta,
.booking-form-actions .btn-cta {
    min-height: 2.8rem;
    padding: 0.5rem 1.1rem;
}

/* Booking page */
.booking-page {
    background: #f9f7f2;
    color: #1f2f24;
}

.booking-hero {
    background: url("../images/picture-standard-room.jpg") center / cover no-repeat;
}

.booking-content,
.booking-policy {
    padding-bottom: 2rem;
}

.booking-summary-list {
    margin: 0 0 1rem;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.65rem;
}

.booking-summary-list li {
    color: #000;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    border-bottom: 1px dashed rgba(63, 74, 60, 0.25);
    padding-bottom: 0.55rem;
}

.booking-summary-list li strong {
    color: #2a3b2f;
}

.booking-summary-total {
    border-bottom: 0;
    padding-top: 0.3rem;
}

.booking-summary-total span,
.booking-summary-total strong {
    color: #a16f10;
    font-size: 1.06rem;
}

.booking-summary-note {
    margin-bottom: 1rem;
    color: #333;
    font-size: 0.95rem;
}

.booking-contact-link {
    display: inline-flex;
    align-items: center;
}

/* Facilities page */
.facilities-page-hero {
    background: url("../images/picture-facilities.jpg") center / cover no-repeat;
}

/* Activities page */
.activities-page-hero {
    background: url("../images/picture-activities-page-hero.jpg") center / cover no-repeat;
}

.activities-key-phrase {
    margin: 0 0 1rem;
    padding: 0.6rem 0.85rem;
    border-left: 4px solid #a16f10;
    background: #fcfbf8;
    color: #2a3b2f;
    font-size: 1.12rem;
    font-weight: 600;
}

.facility-highlight-card {
    text-align: left;
}

.facility-highlight-card h3 {
    margin: 0 0 0.6rem;
    color: #2a3b2f;
    font-size: 1.2rem;
}

.facility-highlight-card p {
    margin: 0;
    color: #000;
}

.facility-icon {
    width: 3rem;
    height: 3rem;
    margin-bottom: 0.9rem;
    border: 1px solid rgba(63, 74, 60, 0.25);
    color: #3f4a3c;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    background: #fcfbf8;
}

.facility-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem;
}

.facility-gallery-placeholder {
    border: 1px dashed rgba(63, 74, 60, 0.35);
    background: #f4f6f2;
    color: #000;
    min-height: 8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0.75rem;
}

/* Meeting & banquet page */
.meeting-banquet-hero {
    background: url("../images/picture-meeting-banquet.jpg") center / cover no-repeat;
}

.meeting-room-card h3 {
    margin: 0 0 0.35rem;
    color: #2a3b2f;
    font-size: 1.25rem;
}

.meeting-room-card p {
    margin-bottom: 0;
    color: #000;
}

.meeting-capacity {
    margin-bottom: 0.75rem !important;
    color: #a16f10 !important;
    font-weight: 600;
}

.meeting-equipment-grid {
    grid-template-columns: 1fr;
}

.event-types-list li {
    padding-bottom: 0.35rem;
    border-bottom: 1px dashed rgba(63, 74, 60, 0.18);
}

.event-types-list li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.meeting-inquiry-form .form-control[type="date"] {
    line-height: 1.4;
}

@media (max-width: 767.98px) {
    .facility-gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .facility-gallery-placeholder {
        min-height: 6.5rem;
    }

    .contact-info-section,
    .contact-map-section,
    .contact-form-section {
        padding: 1.4rem 0;
    }

    .contact-map-wrap iframe {
        min-height: 300px;
    }

    .contact-action-row .btn-cta,
    .contact-form-actions .btn-cta,
    .booking-form-actions .btn-cta {
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .facility-gallery-grid {
        grid-template-columns: 1fr;
    }
}


@media (max-width: 991.98px) {
    .seminar-label {
        margin-top: 20px;
    }

    .facilities-label {
        margin-top: 20px;
    }

    .room-service-content {
        padding-left: 10px;
        padding-top: 20px;
    }

    .facilities-content {
        padding-left: 10px;
    }
}

@media (max-width: 575.98px) {
    .gallery-section {
        margin: 0;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .header-inner {
        justify-content: center;
    }

    .main-nav .nav-list {
        gap: clamp(0rem, 0vw, 0rem);
    }

    .nav-list .nav-link {
        font-size: 0.9rem;
    }
}
