/*Typography*/

@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap&text=0123456789');


@font-face {
    font-family: 'rossanova_personal_useblack';
    src: url('rossanova-black-webfont.woff2') format('woff2'),
        url('rossanova-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'rossanova_personal_useBlkIt';
    src: url('../fonts/rossanova-blackitalic-webfont.woff2') format('woff2'),
        url('../fonts/rossanova-blackitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'rossanova_personal_usebold';
    src: url('../fonts/rossanova-bold-webfont.woff2') format('woff2'),
        url('../fonts/rossanova-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'rossanova_personal_useBdIt';
    src: url('../fonts/rossanova-bolditalic-webfont.woff2') format('woff2'),
        url('../fonts/rossanova-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'rossanova_personal_useitalic';
    src: url('../fonts/rossanova-italic-webfont.woff2') format('woff2'),
        url('../fonts/rossanova-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'rossanova_personal_uselight';
    src: url('../fonts/rossanova-light-webfont.woff2') format('woff2'),
        url('../fonts/rossanova-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'rossanova_personal_useLtIt';
    src: url('../fonts/rossanova-lightitalic-webfont.woff2') format('woff2'),
        url('../fonts/rossanova-lightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'rossanova_personal_useregular';
    src: url('../fonts/rossanova-regular-webfont.woff2') format('woff2'),
        url('../fonts/rossanova-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/*General Styles*/

html {
    font-size: 10px;
    position: relative;
    min-height: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
}

body {
    font-family: 'Lato', 'rossanova_personal_useregular';
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 3.2rem;
    background-image: url(../images/bg-n.webp);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    color: #000000;
    overflow-x: hidden;
}

.nav-main img {
    max-width: 240px;
}

h1,
h2,
h3 {
    font-family: 'Lato', 'rossanova_personal_useregular';
    font-weight: 900;
    color: #912222;
    letter-spacing: 1px;
}

a {
    color: #684940;
}

a:hover {
    color: #cf8b59;
}

.btn {
    padding: 10px 15px;
    font-size: 1.5rem;
    background: #fff;
    border: 1px solid #460f10;
    border-radius: 0;
    color: #460f10;
}

.btn-main {
    background: #cf8b59;
    border: none;
    border-radius: 0;
    color: #ffffff !important;
    font-size: 1.6rem;
    padding: 10px 30px;
}

.btn-outline {
    border: 1px solid #912222;
    color: #912222;
}

.btn-outline:hover {
    background: #912222;
    border: 1px solid #912222;
    color: #ffffff;
}

.st-section {
    padding: 80px 0;
}

.st-inverted-section {
    padding: 80px 0;
    background: #ffffff;
    background-image: none !important;
    font-family: 'Lato', 'rossanova_personal_useregular';
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 3.2rem;
    color: #000000;
}

.heading-section {
    margin-bottom: 20px;
}

.heading-ot-section {
    margin-bottom: 60px;
}

.heading-ot-section .breadcrumb {
    margin-bottom: 0;
}

.heading-section h1 {
    font-size: 3.6rem;
    color: #912222;
}

.heading-inverted h1 {
    font-size: 3.6rem !important;
    color: #912222 !important;
}

.heading-section h2 {
    font-size: 3.6rem;
    color: #ffffff;
}

.heading-inverted h2 {
    font-size: 3.6rem !important;
    color: #912222 !important;
}

.arrow-icon {
    margin-top: 15px;
    display: block;
}

.arrow-icon svg {
    max-width: 56px;
}

.arrow-icon:hover {
    filter: invert(0.5) sepia(0.2);
}

.content-divider {
    width: 100%;
    display: block;
    margin-bottom: 30px;
}

.no-pd-top {
    padding-top: 0 !important;
}

.no-pd-bottom {
    padding-top: 0 !important;
}

.no-left {
    padding-left: 15px;
}

.wht-txt {
    color: #ffffff !important;
}

.wht-txt a {
    color: #ffffff !important;
}

.wht-txt .dining-content {
    margin-bottom: 0 !important;
}

.reservation-txt {
    position: absolute;
    top: 18px;
    right: 5%;
    color: #ffffff;
    z-index: 1;
    text-transform: uppercase;
    padding: 10px 30px;
}

.nav-main-top .reservation-txt {
    background: none;
    border: 1px solid #ffffff;
}

.nav-main-top .reservation-txt:hover {
    background: #ffffff;
    color: #333333 !important;
}

.reservation-txt span {
    display: block;
    font-size: 12px;
    line-height: 12px;
    text-transform: capitalize;
}

/*Owl Carousel Custom Styles*/

.owl-theme .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    margin: 5px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #cf8b59;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 20px;
}

.owl-three .gallery-item {
    opacity: 0.4;
}

.owl-three .active .gallery-item {
    opacity: 1;
}

.owl-carousel {
    z-index: 0;
}

.contact-section .heading-section h2 {
    font-size: 2.4rem;
}

.main-content {
    position: relative;
}

.main-content .owl-theme .custom-nav {
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
}

.main-content .owl-theme .custom-nav button:focus {
    outline: none;
}

.main-content .owl-theme .custom-nav .owl-prev,
.main-content .owl-theme .custom-nav .owl-next {
    position: absolute;
    height: 80px;
    color: inherit;
    background: none;
    border: none;
    z-index: 0;
}

.main-content .owl-theme .custom-nav .owl-prev i,
.main-content .owl-theme .custom-nav .owl-next i {
    font-size: 3rem;
    color: #fff;
}

.main-content .owl-theme .custom-nav .owl-prev {
    left: 30px;
}

.main-content .owl-theme .custom-nav .owl-next {
    right: 30px;
}

.main-content .owl-dots {
    margin-top: 15px;
}

/*Rooms*/

.main-content1 {
    position: relative;
}

.main-content1 .owl-theme .custom-nav {
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
}

.main-content1 .owl-theme .custom-nav button:focus {
    outline: none;
}

.main-content1 .owl-theme .custom-nav .owl-prev,
.main-content1 .owl-theme .custom-nav .owl-next {
    position: absolute;
    height: 80px;
    color: inherit;
    background: none;
    border: none;
    z-index: 0;
}

.main-content1 .owl-theme .custom-nav .owl-prev i,
.main-content1 .owl-theme .custom-nav .owl-next i {
    font-size: 3rem;
    color: #fff;
}

.main-content1 .owl-theme .custom-nav .owl-prev {
    left: 30px;
}

.main-content1 .owl-theme .custom-nav .owl-next {
    right: 30px;
}

.main-content1 .owl-dots {
    position: relative;
    margin-top: 30px;
    width: 100%;
}

/*Rooms 02*/

.main-content2 {
    position: relative;
}

.main-content2 .owl-theme .custom-nav {
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
}

.main-content2 .owl-theme .custom-nav button:focus {
    outline: none;
}

.main-content2 .owl-theme .custom-nav .owl-prev,
.main-content2 .owl-theme .custom-nav .owl-next {
    position: absolute;
    height: 80px;
    color: inherit;
    background: none;
    border: none;
    z-index: 0;
}

.main-content2 .owl-theme .custom-nav .owl-prev i,
.main-content2 .owl-theme .custom-nav .owl-next i {
    font-size: 3rem;
    color: #fff;
}

.main-content2 .owl-theme .custom-nav .owl-prev {
    left: 30px;
}

.main-content2 .owl-theme .custom-nav .owl-next {
    right: 30px;
}

.main-content2 .owl-dots {
    position: relative;
    margin-top: 30px;
    width: 100%;
}

/*Rooms 0_*/

.main-content3 {
    position: relative;
}

.main-content3 .owl-theme .custom-nav {
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
}

.main-content3 .owl-theme .custom-nav button:focus {
    outline: none;
}

.main-content3 .owl-theme .custom-nav .owl-prev,
.main-content3 .owl-theme .custom-nav .owl-next {
    position: absolute;
    height: 80px;
    color: inherit;
    background: none;
    border: none;
    z-index: 0;
}

.main-content3 .owl-theme .custom-nav .owl-prev i,
.main-content3 .owl-theme .custom-nav .owl-next i {
    font-size: 3rem;
    color: #fff;
}

.main-content3 .owl-theme .custom-nav .owl-prev {
    left: 30px;
}

.main-content3 .owl-theme .custom-nav .owl-next {
    right: 30px;
}

.main-content3 .owl-dots {
    position: relative;
    margin-top: 30px;
    width: 100%;
}

/*Rooms 0_*/

.main-content4 {
    position: relative;
}

.main-content4 .owl-theme .custom-nav {
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
}

.main-content4 .owl-theme .custom-nav button:focus {
    outline: none;
}

.main-content4 .owl-theme .custom-nav .owl-prev,
.main-content4 .owl-theme .custom-nav .owl-next {
    position: absolute;
    height: 80px;
    color: inherit;
    background: none;
    border: none;
    z-index: 0;
}

.main-content4 .owl-theme .custom-nav .owl-prev i,
.main-content4 .owl-theme .custom-nav .owl-next i {
    font-size: 3rem;
    color: #fff;
}

.main-content4 .owl-theme .custom-nav .owl-prev {
    left: 30px;
}

.main-content4 .owl-theme .custom-nav .owl-next {
    right: 30px;
}

.main-content4 .owl-dots {
    position: relative;
    margin-top: 30px;
    width: 100%;
}

.room-highlights-section {
    background: #ffffff;
    color: #4b4541;
}

.main-page .room-highlights-section .heading-section h2 {
    color: #4b4541;
}

.room-highlights-section .heading-section p {
    margin-bottom: 0;
    color: #77706b;
}

.room-highlights-list {
    margin-top: 38px;
}

.room-highlight-col {
    display: flex;
    margin-bottom: 30px;
}

.room-highlight-card {
    display: flex;
    flex: 1 1 auto;
    min-height: 245px;
    padding: 30px 22px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #e7e0da;
    border-radius: 7px;
    background: #ffffff;
    text-align: center;
    transition:
        border-color .25s ease,
        box-shadow .25s ease,
        transform .25s ease;
}

.room-highlight-card:hover {
    border-color: #cf8b59;
    box-shadow: 0 10px 28px rgba(65, 45, 30, .09);
    transform: translateY(-3px);
}

.room-highlight-icon {
    width: 58px;
    height: 58px;
    margin-bottom: 20px;
    color: #c89656;
}

.room-highlight-icon svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.room-highlight-card h3 {
    color: #3f3935;
}

.room-highlight-card p {
    margin: 0;
    color: #746e69;
    line-height: 2.4rem;
}

@media (max-width: 991px) {
    .room-highlight-card {
        min-height: 225px;
    }
}

@media (max-width: 767px) {
    .main-page .room-highlights-section .heading-section h2 {
        font-size: 2.6rem;
        line-height: 3.4rem;
        letter-spacing: 2px;
    }

    .room-highlights-list {
        margin-top: 28px;
    }

    .room-highlight-card {
        min-height: 210px;
        padding: 26px 18px;
    }

    .room-highlight-icon {
        width: 52px;
        height: 52px;
        margin-bottom: 16px;
    }
}

/*Rooms 0_*/

.main-content5 {
    position: relative;
}

.main-content5 .owl-theme .custom-nav {
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
}

.main-content5 .owl-theme .custom-nav button:focus {
    outline: none;
}

.main-content5 .owl-theme .custom-nav .owl-prev,
.main-content5 .owl-theme .custom-nav .owl-next {
    position: absolute;
    height: 80px;
    color: inherit;
    background: none;
    border: none;
    z-index: 0;
}

.main-content5 .owl-theme .custom-nav .owl-prev i,
.main-content5 .owl-theme .custom-nav .owl-next i {
    font-size: 3rem;
    color: #fff;
}

.main-content5 .owl-theme .custom-nav .owl-prev {
    left: 30px;
}

.main-content5 .owl-theme .custom-nav .owl-next {
    right: 30px;
}

.main-content5 .owl-dots {
    position: relative;
    margin-top: 30px;
    width: 100%;
}

/*Rooms 0_*/

.main-content6 {
    position: relative;
}

.main-content6 .owl-theme .custom-nav {
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
}

.main-content6 .owl-theme .custom-nav button:focus {
    outline: none;
}

.main-content6 .owl-theme .custom-nav .owl-prev,
.main-content6 .owl-theme .custom-nav .owl-next {
    position: absolute;
    height: 80px;
    color: inherit;
    background: none;
    border: none;
    z-index: 0;
}

.main-content6 .owl-theme .custom-nav .owl-prev i,
.main-content6 .owl-theme .custom-nav .owl-next i {
    font-size: 3rem;
    color: #fff;
}

.main-content6 .owl-theme .custom-nav .owl-prev {
    left: 30px;
}

.main-content6 .owl-theme .custom-nav .owl-next {
    right: 30px;
}

.main-content6 .owl-dots {
    position: relative;
    margin-top: 30px;
    width: 100%;
}

.vertical-line {
    width: 1px;
    height: 32px;
    background: #efefef;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -3px;
}

/*Custom Styles*/

.hero-image {
    position: relative;
}

.hero-image p {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #ffffff;
    font-size: 1.4rem;
    display: inline-block;
    left: 0;
    padding: 10px 15px;
    margin-bottom: 0;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    display: block;
}

.hero-image p img {
    display: inline-block !important;
}

.hero-image p span {
    display: inline-block;
}

.hero-image .owl-theme .owl-nav.disabled + .owl-dots {
    position: absolute;
    z-index: 999;
    width: 100%;
    margin: 0 auto;
    bottom: 15px;
}

.check {
    max-width: 20px;
    margin-right: 15px;
}

.reservation-container {
    width: 100%;
    position: absolute;
    bottom: -36px;
    left: 0;
    z-index: 1;
    padding: 0 15px;
}

.hero-image .container-fluid {
    padding: 0;
}

.banner-mb {
    display: none;
}

.reservation-container .reservation-list {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    background: #fff;
}

.contact-page .reservation-container .reservation-list {
    box-shadow: 1px 2px 5px #ddd;
    background: #fff;
}

.reservation-container .reservation-list .reservationlist-item {
    /*width: 19.49%;*/
    width: 24.55%;
    height: 100%;
    display: inline-block;
}

.reservationlist-item .btn-group {
    width: 100%;
}

.reservationlist-item .dropdown-item {
    font-size: 1.4rem;
    color: #cf8b59;
}

.reservationlist-item .btn-primary {
    padding: 30px 20px;
    width: 100%;
    background: #fff;
    border: none;
    color: #460f10 !important;
    opacity: 1;
    font-size: 1.6rem;
}

.reservationlist-item .btn-reservation {
    width: 100%;
    height: 84px;
    line-height: 60px;
    background: #cf8b59;
    border-radius: 0;
    border: none;
}

.reservationlist-item .btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    background: #fff;
    color: #460f10 !important;
}

.reservationlist-item .dropdown-menu.show {
    width: 100%;
}

.reservationlist-item .dropdown-toggle::after {
    margin-left: 30px;
    color: #cf8b59 !important;
    font-size: 1.8rem;
}

/*Breadcrumb*/

.breadcrumb {
    background: none;
    color: #333;
}

.breadcrumb-item a {
    color: #333;
}

/* Base */
.motion-arrow-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 1.2px;
    text-decoration: none;
}

.motion-arrow-link > span {
    display: inline-block;
    flex-shrink: 0;
    color: inherit;
    line-height: 1;
    transform: translateX(0);
    transition: transform 0.25s ease;
}

.motion-arrow-link:hover > span,
.motion-arrow-link:focus > span,
.motion-arrow-link:focus-visible > span {
    transform: translateX(5px);
}

/* Gold link on light background */
.motion-arrow-link.motion-arrow-link--dark {
    color: #9a7848;
}

.motion-arrow-link.motion-arrow-link--dark:hover,
.motion-arrow-link.motion-arrow-link--dark:focus,
.motion-arrow-link.motion-arrow-link--dark:focus-visible {
    color: #cf8b59;
    text-decoration: none;
}

/* White link on dark/red background */
.motion-arrow-link.motion-arrow-link--light {
    color: #ffffff;
}

.motion-arrow-link.motion-arrow-link--light:hover,
.motion-arrow-link.motion-arrow-link--light:focus,
.motion-arrow-link.motion-arrow-link--light:focus-visible {
    color: #9a7848 !important;
    text-decoration: none;
}

/*Intro*/

.intro {
    background-image: url(../images/intro-bg-01.webp);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    /*background: #461010;
	z-index: -1;*/
    position: relative;
}

.intro p {
    color: #ffffff;
    margin-bottom: 0;
}

.mid-navigation {
    padding-top: 80px;
}

.mid-navigation ul {
    text-align: center;
}

.mid-navigation ul li {
    display: inline-block;
    margin-right: 30px;
    font-size: 1.4rem;
}

.mid-navigation ul li:last-child {
    margin-right: 0;
}

.mid-navigation-list {
    font-size: 1.8rem;
    color: #bdbdb7;
}

.mid-navigation-list:hover {
    color: #67483e;
    text-decoration: none;
}

.mid-navigation-list:hover::after {
    position: relative;
    content: '';
    width: 50%;
    height: 2px;
    margin: 0 auto;
    text-align: center;
    display: block;
    background: #67483e;
}

.mid-navigation-active {
    color: #912222;
    position: relative;
}

.mid-navigation-active::after {
    position: relative;
    content: '';
    width: 50%;
    height: 2px;
    margin: 0 auto;
    text-align: center;
    display: block;
    background: #912222;
}

.ourrooms-detail {
    padding: 0 0 0 60px;
}

.ourrooms-detail p {
    margin-bottom: 0;
}

.ourrooms-detail .btn-outline {
    margin-top: 15px;
}

.content-detail-main .btn {
    margin-top: 15px;
}

.right-detail {
    padding: 0 0 0 60px;
}

.facilities {
    background-image: url(../images/intro-bg-01.webp);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
}

.facilities-detail {
    border: 1px solid #efefef;
    padding: 30px;
}

.facilities .heading-section h1 {
    color: #fff;
}

.facilities p {
    color: #fff;
}

.facilities-detail p {
    margin-bottom: 0;
}

.facilities-icon-item {
    text-align: center;
}

.facilities-icon-item h3 {
    color: #000000;
}

.facilities-icon-item p {
    color: #aaaaaa;
}

.facilities-icon-item img {
    margin: 0 auto 15px;
    max-width: 80px;
}

.aboutus-detail {
    padding: 0 60px 0 0;
}

.gallery {
    background-image: url(../images/intro-bg-01.webp);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
}

.gallery a {
    color: #fff;
    margin-bottom: 0;
}

.nearest-item {
    text-align: center;
}

.nearest-item img {
    margin-bottom: 30px;
}

.nearest-item p {
    margin-bottom: 0;
}

.nearest-item span {
    color: #999999;
}

.map-container {
    line-height: 0 !important;
    padding: 15px;
    background-image: url(../images/map-bg.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

footer {
    padding: 60px 0;
    background: #bdbdb7;
}

.footer-logo img {
    max-width: 150px;
    margin-bottom: 15px;
}

.footer-address p {
    margin-bottom: 0;
    color: #461010;
}

.footer-top-right label {
    line-height: 2.2rem;
    color: #674940;
}

.footer-top-right input {
    width: 100%;
    background: none;
    border: none;
    border-bottom: 1px solid #674940;
    color: #a28d7f;
}

.footer-top-right input:focus-visible {
    box-shadow: none;
}

.footer-link-menu li {
    display: inline-block;
    margin-right: 15px;
}

.footer-link-menu li:last-child {
    margin-right: 0;
}

.footer-link-menu li a {
    color: #461010;
    font-weight: 500;
}

.footer-contact-menu li a {
    color: #461010;
}

.footer-social-menu {
    margin-bottom: 0;
    text-align: left;
}

.footer-social-menu li {
    display: inline-block;
    margin-right: 10px;
}

.footer-social-menu li:last-child {
    margin-right: 0;
}

footer .btn-main {
    width: 100%;
    color: #ffffff;
    text-transform: uppercase;
}

footer .btn-main span {
    display: block;
    font-size: 12px;
    text-transform: capitalize;
}

.copyright {
    padding: 15px 0;
    background: #bdbdb7;
    border-top: 1px solid #aaaaaa;
    font-size: 1.2rem;
}

.footer-btm {
    margin-top: 30px;
}

.img-badge {
    max-width: 100px;
}

/*---------------- Rooms New Design -------------------*/
.room-intro-section {
    background: #ffffff;
    color: #333333;
}

.room-intro-section h3 {
    color: #333333;
}

/*---------------- Footer -------------------*/

.fc-footer {
    padding: 80px 0;
    background: #000000;
}

.fc-footer p {
    margin-bottom: 0;
    color: #ffffff;
    font-size: 1.4rem;
}

.fc-footer-menu-right a {
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 400;
}

.fc-footer-menu-right a:hover {
    color: #9b8644;
    text-decoration: none;
}

/* Footer logo */
.fc-footer-logo img {
    max-width: 150px;
}

/* Footer columns */
.fc-footer-column h3 {
    margin-bottom: 20px;
    color: #cf8b59;
}

.fc-footer-column ul {
    padding-left: 0;
    list-style-type: none;
}

.fc-footer-column li {
    margin-bottom: 10px;
}

.fc-footer-column li:last-child {
    margin-bottom: 0;
}

.fc-footer-column a {
    color: #ffffff;
}

.fc-footer-column a:hover,
.fc-footer-column a:focus {
    color: #cf8b59;
    text-decoration: none;
}

/* Quick menu */
.fc-footer-menu-list ul {
    display: inline-block;
    width: 48%;
    vertical-align: top;
}

/* Social media */
.fc-footer-social ul li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0;
    background: #cf8b59;
}

.fc-footer-social li a {
    display: block;
    height: 100%;
    padding: 10px;
}

.fc-footer-social ul li img {
    display: block;
    max-width: 24px;
    margin: 0 auto;
    text-align: center;
}

/* Divider */
.fc-footer-divider {
    width: 100%;
    margin: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
}

/* Google rating */
.fc-footer-google-rating {
    display: block;
    color: #ffffff;
}

.fc-footer-google-rating:hover,
.fc-footer-google-rating:focus {
    color: #ffffff;
    text-decoration: none;
}

.fc-footer-rating-score {
    margin-bottom: 5px;
    color: #ffffff;
    font-size: 1.4rem;
}

.fc-footer-rating-description {
    color: #ffffff;
    font-size: 12px;
    line-height: 1.5;
}

/* Copyright */
.fc-footer-copyright {
    padding: 10px 0;
    color: #ffffff;
    background: #090909;
}

.fc-footer-copyright p {
    margin-bottom: 0;
    color: #ffffff;
    font-size: 14px;
}

/*Room Detail*/

.rooms-detail p {
    margin-bottom: 0;
}

/*Fix Menu*/

/* Hidden Fixed Navigation */

#fixedbar {
    position: fixed;
    top: 0;
    width: 100%;
    height: 60px;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    display: none;
    z-index: 9;
}

#fixedbar ul li {
    margin-right: 0 !important;
    padding: 0 !important;
}

#fixedbar .mid-navigation-active::after {
    display: none;
}

#fixedbar .mid-navigation-list:hover::after {
    display: none;
}

#fixednav {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0px 25px;
}

#fixednav li a {
    display: block;
    float: left;
    color: #fff;
    line-height: 60px;
    text-decoration: none;
    padding: 0px 15px;
    margin-right: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#fixednav li a:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
}

/*Loader*/

#loader {
    position: fixed;
    width: 96px;
    height: 96px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
    border-radius: 16px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
    -o-transition: opacity .2s ease-out, visibility 0s linear .2s;
    transition: opacity .2s ease-out, visibility 0s linear .2s;
    z-index: 1000;
}

#loader.fullscreen {
    padding: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background-color: #fff;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#loader.show {
    -webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
    -o-transition: opacity .4s ease-out, visibility 0s linear 0s;
    transition: opacity .4s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

#loader .circular {
    -webkit-animation: loader-rotate 2s linear infinite;
    animation: loader-rotate 2s linear infinite;
    position: absolute;
    left: calc(50% - 24px);
    top: calc(50% - 24px);
    display: block;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

#loader .path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: loader-dash 1.5s ease-in-out infinite;
    animation: loader-dash 1.5s ease-in-out infinite;
    stroke-linecap: round;
}

@-webkit-keyframes loader-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes loader-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -136px;
    }
}

@keyframes loader-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -136px;
    }
}


/*Modal*/

.myModal .modal-content {
    border: none;
    background: #912222;
    background-image: url(../images/intro-bg-01.webp);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.myModal .modal-body {
    padding: 30px;
    position: relative;
    color: #ffffff;
    border: 1px solid #ffffff;
    margin: 15px;
}

.myModal .modal-body img {
    filter: brightness(0) invert(1);
}

.myModal .modal-body p {
    margin-bottom: 0;
    color: #ffffff;
}

.myModal .modal-dialog {
    max-width: 580px;
}

.myModal .modal-dialog h3 {
    color: #ffffff;
}

.myModal .close {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 3rem;
    color: #ffffff;
}

.modal-about {
    max-width: 960px;
}

.close {
    font-size: 2.5rem;
    color: #ffffff;
}

/*
.modal-open .modal {
    z-index: 9999;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.myModal .modal-dialog {
    max-width: 580px;
}

.myModal .modal-body {
    padding: 0;
    margin: 0;
    background: none;
}

.myModal .modal-content {
    background: none;
}

.myModal .modal-body img {
    box-shadow: 1px 4px 10px #000;
}

.myModal .close {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 3rem;
    color: #333;
}
*/
/*Select*/

.gj-picker-md {
    color: #cf8b59;
}

.gj-textbox-md::placeholder {
    color: #460f10;
    opacity: 1;
}

.gj-textbox-md {
    font-family: 'cabinregular';
    font-size: 1.6rem;
    padding: 30px 20px;
    border-bottom: none;
    color: #cf8b59;
    opacity: 1;
}

.gj-picker-md table tr td.selected.gj-cursor-pointer div {
    background: #460f10;
}

.gj-datepicker-md {
    background: #ffffff;
}

.gj-datepicker-md [role="right-icon"] {
    position: absolute;
    right: 16px;
    top: 26px;
}

.gj-textbox-md:active,
.gj-textbox-md:focus {
    border-bottom: none;
}

.gj-dropdown-md [role="presenter"] {
    width: 100%;
}

.gj-picker-md table tr td.today div {
    color: #a6956a;
}

/* Gallery */

.sl-wrapper .sl-navigation button.sl-prev {
    display: block !important;
}

.sl-wrapper .sl-navigation button.sl-next {
    display: block !important;
}

.pagination {
    justify-content: center;
    margin-top: 30px;
}

.page-link {
    color: #002830;
    padding: 1rem;
}

.page-link-active {
    background: #684940;
    color: #ffffff;
}

.page-link:hover {
    background: #dddddd;
    color: #ffffff;
}

.page-link-active:hover {
    background: #684940;
}

/*Special Offers*/

/********** Special Offer **********/

.specialoffer-item h3 {
    font-size: 2.2rem;
    margin-bottom: 20px;
    color: #404040;
}

.specialoffer-detail {
    padding: 0 40px;
}

.specialoffer-detail ul {
    padding-left: 0;
    list-style-type: none;

}

.specialoffer-detail strong {
    color: #404040;
}

.specialoffer-detail p {
    line-height: 2rem;
}

.specialoffer-detail li {
    margin-bottom: 5px;
    line-height: 2rem;
}

.offer-rate {
    margin-top: 10px;
    margin-bottom: 0;
}

.specialoffer-item .btn-book {
    margin-top: 15px;
    text-align: center;
    width: 30%;
    display: block;
    float: right;
}

.col-offer {
    margin: 0 auto;
}

.bg-grey {
    background: #efefef;
}

.booknow button {
    background: none;
    border: none;
    vertical-align: middle;
    display: block;
    text-align: center;
    margin: 0 auto;
    line-height: 74px;
    width: 100%;
    height: 100%;
    color: #fff;
    cursor: pointer;
}

/*Rooms*/

.content-detail h2 {
    font-size: 3.2rem;
    margin-bottom: 15px;
}

.room .content-detail p {
    margin-bottom: 30px;
}

.room-feature {
    color: #684941 !important;
    cursor: pointer;
    text-decoration: underline !important;
    display: block;
    margin-bottom: 30px;
}

.modal-sleep {
    max-width: 720px;
}

.modal-sleep .modal-body {
    padding: 15px;
}

.modal-sleep ul {
    padding-left: 15px;
}

.modal-sleep .close {
    font-size: 2.4rem;
}

.modal-open {
    padding-right: 0 !important;
}

.sleep-btn-section a {
    display: inline-block !important;
    margin-right: 15px;
}

.sleep-btn-section a:last-child {
    margin-right: 0;
}

/*Show*/

.show_hide {
    text-decoration: underline !important;
    cursor: pointer;
    font-weight: 700;
    display: block;
}

.cozi-exp-item {
    text-align: left;
}

.cozi-exp-item h3 {
    font-size: 1.6rem;
}

.cozi-exp-item img {
    margin-bottom: 15px;
}

.exp-main-section .heading-section {
    margin-bottom: 30px;
}

.exp-main-section .cozi-exp-item img {
    max-width: 80px;
    display: block;
    margin: 0 auto 15px;
}

/*Sensai*/
.sensai-section {
    /*background-image: url(../images/sensai-bg-01.webp);
    background-size: cover; 
    background-position: center center;*/
    background: #fff8f5;
    border-image: url(../images/sym-bg.png) 100 round !important;
    border: 50px solid transparent;
    border-width: 40px;
    padding: 80px;
}

.sensai-section ul {
    padding-left: 15px;
}

.modal-sensai ul {
    padding-left: 15px;
}

/*Dining*/
.eat-section .heading-section {
    margin-bottom: 40px;
}

.eat-section .content-divider {
    margin-bottom: 15px;
}

.dining-item {
    text-align: center;
}

.dining-item img {
    margin-bottom: 15px;
}

.dining-item h3 {
    color: #ffffff;
}

.eat-logo {
    max-width: 160px;
}

/* Accordion */

.accordion .btn {
    color: #333333 !important;
}

.accordion .card-body {
    background: #f8f8f8;
    border-top: 1px solid #dcdcdc;
    color: #333333;
    font-size: 1.6rem;
}

.accordion .card-body h3 {
    color: #333333;
    display: inline;
    font-size: 1.6rem;
}

.accordion strong {
    font-weight: 600;
}

.accordion .card-body p {
    display: inline;
}

.accordion ul {
    padding-left: 15px;
    list-style: unset;
}

.accordion .collapsible-link {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 4rem 0 0;
    text-align: left;
    white-space: normal;
}

.accordion .collapsible-link::before {
    content: "\f107";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: block;
    font-family: "FontAwesome";
    font-size: 2rem;
}

.accordion .collapsible-link[aria-expanded="true"]::before {
    content: "\f106";
}

.accordion .card-header {
    padding: 3rem;
}

.accordion .card-header h3 {
    color: #333333;
    font-size: 1.6rem;
    margin-bottom: 0;
    width: 100%;
    line-height: 1.5;
}

.accordion .card-header .btn {
    display: block;
    width: 100%;
    border: none;
    background: none;
    padding: 0 4rem 0 0;
    text-align: left;
    text-transform: none;
    white-space: normal;
}


.view-more-content,
.view-more-toggle {
    overflow-anchor: none;
}

/*---------------- Booking -------------------*/
.booking-container {
    position: relative;
    top: -110px;
    margin-bottom: -110px;
    z-index: 1;
}

.bk-wrap {
    font-family: inherit;
    position: relative;
    width: 100%;
    background: #f0f2f0;
    border-radius: 4px;
    padding: 20px 30px;
}

.bk-bar {
    width: 100%;
    display: flex;
    align-items: stretch;
    box-sizing: border-box;
}

.bk-bar *,
.bk-bar *::before,
.bk-bar *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.bk-field {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding-right: 24px;
    margin-right: 24px;
    border-right: 0.5px solid #c5c2bb;
    cursor: pointer;
    user-select: none;
    position: relative;
}

.bk-field.no-border {
    border-right: none;
    margin-right: 20px;
}

.bk-label {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #2c2c2a;
    margin-bottom: 10px;
}

.bk-value-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #9e9b94;
    padding-bottom: 6px;
}

.bk-value {
    font-size: 14px;
    color: #5a5754;
    line-height: 20px;
}

.bk-value.active {
    color: #2c2c2a;
}

.bk-arrow {
    color: #5a5754;
    flex-shrink: 0;
    margin-left: 8px;
}

/* Native select วางทับบน field ทั้งหมด */
.bk-native-select {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    font-size: 16px;
    border: none;
    background: transparent;
}

.bk-btn {
    background: #cf8b59 !important;
    color: #fff !important;
    border: none !important;
    padding: 0 32px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    cursor: pointer;
    white-space: nowrap;
    flex-shrink: 0;
    align-self: stretch;
    display: flex;
    align-items: center;
    border-radius: 0;
    font-family: inherit;
}

.bk-btn:hover {
    background: #cf8b59 !important;
}

/* Calendar popup */
.bk-cal-popup {
    position: absolute;
    top: 55%;
    left: 0;
    z-index: 9999;
    background: #fff;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    padding: 28px 32px 20px;
    min-width: 600px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-6px);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.bk-cal-popup.open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.bk-cal-months {
    display: flex;
    gap: 0;
}

.bk-cal-month {
    flex: 1;
    padding: 0 16px;
}

.bk-cal-month:first-child {
    padding-left: 0;
    border-right: 0.5px solid #e0ddd7;
}

.bk-cal-month:last-child {
    padding-right: 0;
}

.bk-cal-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.bk-cal-nav-btn {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 20px;
    color: #5a5754;
    padding: 0;
    line-height: 1;
    width: 24px;
    text-align: center;
}

.bk-cal-nav-btn:hover {
    color: #2c2c2a;
}

.bk-cal-title {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #2c2c2a;
    text-align: center;
    flex: 1;
}

.bk-cal-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 1px;
}

.bk-cal-dow {
    font-size: 11px;
    color: #a6956a;
    text-align: center;
    padding: 4px 0 10px;
    font-weight: 500;
}

.bk-cal-day {
    font-size: 13px;
    color: #2c2c2a;
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
    line-height: 1;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1px auto;
}

.bk-cal-day:hover:not(.bk-disabled):not(.bk-empty) {
    background: #e8e6e1;
}

.bk-cal-day.bk-disabled {
    color: #c5c2bb;
    cursor: default;
}

.bk-cal-day.bk-empty {
    cursor: default;
}

.bk-cal-day.bk-sel-start,
.bk-cal-day.bk-sel-end {
    background: #cf8b59 !important;
    color: #fff !important;
}

.bk-cal-day.bk-in-range {
    background: #e8e6e1;
    border-radius: 4px;
    width: 100%;
    margin: 1px 0;
}

.bk-cal-hint {
    font-size: 11px;
    color: #9e9b94;
    margin-top: 18px;
    text-align: center;
    letter-spacing: 0.05em;
}

.txt-extention {
    line-height: 20px;
    margin-top: 15px;
    text-align: center;
}

.txt-extention strong {
    font-size: 11px;
    color: #9b8644;
}

.txt-extention strong span {
    color: #8a2223;
}

.txt-extention ul {
    font-size: 11px;
    list-style-type: disc;
    list-style-position: inside;
    margin-bottom: 0;
    padding-left: 0;
    color: #333333;
}

.txt-extention p {
    font-size: 11px;
    font-weight: 600;
    margin-bottom: 0;
    color: #333333;
}

.badge-logo {
    margin-top: 30px;
    max-width: 120px;
}

/* ==================================================
   Hotel Sensai — Key Hotel Highlights
   ================================================== */

.hotel-highlights {
    position: relative;
    padding: 115px 0 100px;
    overflow: hidden;
    background-color: transparent;
}

/* Section heading */
.hotel-highlights h2 {
    position: relative;
    margin: 0 0 48px;
    color: #ffffff;
    font-size: 42px;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0.5px;
    text-align: center;
}

.hotel-highlights h2::before {
    display: block;
    width: 45px;
    height: 1px;
    margin: 0 auto 22px;
    background-color: #d78d56;
    content: "";
}

.hotel-highlights .row {
    padding-top: 8px;
}

/* Cards */
.highlight-card {
    position: relative;
    display: flex;
    min-height: 225px;
    padding: 32px 28px 28px;
    overflow: hidden;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    color: #342927;
    text-align: left;
    background-color: #f8f4ed;
    border: 1px solid rgba(215, 141, 86, 0.35);
    border-radius: 0;
    box-shadow: none;
    transition:
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}

.highlight-card:hover {
    color: #342927;
    background-color: #f8f4ed;
    border-color: #d78d56;
    box-shadow: 0 12px 28px rgba(45, 0, 0, 0.14);
}

/* Card numbers */
.highlight-card::before {
    position: absolute;
    top: 25px;
    right: 25px;
    color: rgba(129, 31, 29, 0.25);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 13px;
    letter-spacing: 1px;
    transition: color 0.3s ease;
}

.hotel-highlights .row > div:nth-child(1) .highlight-card::before {
    content: "01";
}

.hotel-highlights .row > div:nth-child(2) .highlight-card::before {
    content: "02";
}

.hotel-highlights .row > div:nth-child(3) .highlight-card::before {
    content: "03";
}

.hotel-highlights .row > div:nth-child(4) .highlight-card::before {
    content: "04";
}

.highlight-card:hover::before {
    color: rgba(129, 31, 29, 0.45);
}

/* Animated bottom line */
.highlight-card::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    margin: auto;
    background-color: #d78d56;
    content: "";
    transition: width 0.4s ease;
}

.highlight-card:hover::after {
    width: 100%;
}

/* Icons */
.highlight-icon {
    display: flex;
    width: auto;
    height: auto;
    margin: 0 0 32px;
    align-items: center;
    justify-content: flex-start;
    color: #c87945;
    font-size: 34px;
    line-height: 1;
    background: transparent;
    border-radius: 0;
    transition:
        color 0.3s ease,
        transform 0.3s ease;
}

.highlight-card:hover .highlight-icon {
    color: #a94b35;
    transform: translateX(4px);
}

/* Card titles */
.highlight-card h3 {
    position: relative;
    width: 100%;
    margin: auto 0 0;
    padding-top: 18px;
    color: #342927;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.45;
    transition: color 0.3s ease;
}

.highlight-card h3::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 1px;
    background-color: #c87945;
    content: "";
    transition:
        width 0.35s ease,
        background-color 0.35s ease;
}

.highlight-card:hover h3 {
    color: #771d1e;
}

.highlight-card:hover h3::before {
    width: 45px;
    background-color: #d78d56;
}

.hotel-highlights-section .highlight-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hotel-highlights-section .highlight-icon svg {
    display: block;
    width: 52px;
    height: 52px;
    overflow: visible;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

@media (max-width: 767px) {
    .hotel-highlights-section .highlight-icon svg {
        width: 44px;
        height: 44px;
    }
}

/* Tablet */
@media (max-width: 991.98px) {
    .hotel-highlights {
        padding: 90px 0 75px;
    }

    .hotel-highlights h2 {
        margin-bottom: 40px;
        font-size: 37px;
    }

    .highlight-card {
        min-height: 210px;
    }
}

/* Mobile */
@media (max-width: 575.98px) {
    .hotel-highlights {
        padding: 70px 0 50px;
    }

    .hotel-highlights h2 {
        margin-bottom: 30px;
        font-size: 32px;
    }

    .hotel-highlights h2::before {
        margin-bottom: 17px;
    }

    .hotel-highlights .row {
        padding-top: 0;
    }

    .highlight-card {
        min-height: 180px;
        padding: 27px 24px 25px;
    }

    .highlight-card::before {
        top: 22px;
        right: 22px;
    }

    .highlight-icon {
        margin-bottom: 25px;
        font-size: 30px;
    }

    .highlight-card h3 {
        font-size: 18px;
    }
}

/*้Accordion*/
/* Hotel Sensai Dining Accordion */
.hs-dining-acc {
    margin: 30px 0;
    border-top: 1px solid #b8b8b8;
}

.hs-dining-acc__item {
    border-bottom: 1px solid #b8b8b8;
}

.hs-dining-acc__toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 19px 0;
    color: #ffffff;
    text-align: left;
    background: transparent;
    border: 0;
    border-radius: 0;
    outline: 0;
    cursor: pointer;
    transition: color 0.25s ease;
}

.hs-dining-acc__toggle:hover,
.hs-dining-acc__toggle:focus {
    color: #ffffff;
    outline: 0;
    box-shadow: none;
}

.hs-dining-acc__title {
    color: #ffffff;
    padding-right: 20px;
}

.hs-dining-acc__symbol {
    position: relative;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
}

/* เส้นแนวนอน */
.hs-dining-acc__symbol::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 1px;
    background-color: currentColor;
    content: "";
    transform: translate(-50%, -50%);
}

/* เส้นแนวตั้งของเครื่องหมายบวก */
.hs-dining-acc__symbol::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 16px;
    background-color: currentColor;
    content: "";
    transform: translate(-50%, -50%);
    transition: opacity 0.25s ease, transform 0.25s ease;
}

/* ซ่อนเส้นแนวตั้งเมื่อเปิด */
.hs-dining-acc__toggle[aria-expanded="true"] .hs-dining-acc__symbol::after {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(90deg);
}

.hs-dining-acc__content {
    padding: 0 35px 22px 0;
}

.hs-dining-acc__content p {
    margin: 0 0 17px;
    color: #ffffff;
}

.hs-dining-acc__link {
    display: inline-block;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 1.2px;
    font-size: 1.2rem;
    text-decoration: none;
    text-transform: uppercase;
}

.hs-dining-acc__link .fa {
    margin-left: 9px;
    transition: transform 0.25s ease;
}

.hs-dining-acc__link:hover,
.hs-dining-acc__link:focus {
    color: #9a7848;
    text-decoration: none;
}

.hs-dining-acc__link:hover .fa {
    transform: translateX(5px);
}

@media (max-width: 575.98px) {
    .hs-dining-acc__title {
        font-size: 20px;
    }

    .hs-dining-acc__content {
        padding-right: 15px;
    }
}

/*Offers*/
.sensai-offer {
    background-image: url(../images/dark-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
}

.sensai-offer-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
}

.sensai-offer-card h3 {
    color: #333333;
}

.sensai-offer-card p {
    color: #333333;
}

.sensai-offer-card-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    padding: 30px;
}

.sensai-offer-card-content .heading-section h3 {
    margin-bottom: 15px;
}

.sensai-offer-deadline {
    width: 100%;
    margin-top: auto;
    padding-top: 18px;
    border-top: 1px solid #ddd;
}

.sensai-offer-deadline .fa {
    margin-right: 8px;
}

.main-page .sensai-offer-card .btn-outline {
    border: 1px solid #333333;
    color: #333333;
    margin-top: 15px;
}

.main-page .sensai-offer-card .btn-outline:hover {
    background: #cf8b59;
    border: 1px solid #cf8b59;
    color: #ffffff !important;
}

@media (max-width: 767.98px) {
    .sensai-offer-card-content {
        padding: 24px;
    }
}

/*Contact*/
.contact-main-section {
    background-image: url(../images/dark-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right top;
    padding-bottom: 0;
}

.contact-form-home .form-field {
    margin: 15px 0;
}

.contact-form-home .textarea-contact {
    height: 100px;
}

.contact-main-section .contact h3 {
    color: #a1a1a1;
    margin-bottom: 20px;
}

.contact-main-section .address ul {
    padding-left: 0;
    list-style-type: none;
}

.contact-main-section .address li {
    color: #ffffff;
    font-size: 1.4rem;
    line-height: 2.4rem;
    margin-bottom: 5px;
}

.contact-main-section .address li a {
    color: #ffffff;
}

.contact-main-section .contact-right-container h3 {
    color: #ffffff;
    margin-bottom: 10px;
}

.contact-main-section .social ul {
    padding-left: 0;
}

.contact-main-section .social li {
    display: inline-block;
    margin-right: 10px;
    min-width: 52px;
    background: #cf8b59;
}

.contact-main-section .social li:last-child {
    margin-right: 0;
}

.contact-main-section .social li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px;
}

/*
.contact-main-section .social li a:hover {
    box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.12);
    background-color: #9b8644;
}*/

.contact-main-section .social li img {
    max-height: 32px;
    display: block;
    text-align: center;
    margin: 0 auto;
}

.contact-main-section .form-container {
    margin-top: 15px;
}

.contact-main-section .contact-form h3 {
    margin-bottom: 15px;
}

.contact-main-section .contact-form input {
    border-radius: 0;
    border: none;
    font-size: 1.4rem;
    height: 40px;
}

.contact-main-section .contact-form textarea {
    border-radius: 0;
    border: 1px solid #a2a2a2;
    font-size: 1.4rem;
    height: 150px
}

.contact-main-section .form-col {
    margin-bottom: 30px;
}

.contact-main-section .label {
    font-size: 14px;
}


.contact-form .form-field:first-child {
    margin-top: 0;
}

.contact-form .form-field:last-child {
    margin-top: 16px;
}

.contact-form .input-text {
    display: block;
    width: 100%;
    height: 36px;
    border-width: 0 0 2px 0;
    border-color: #000;
    font-family: Lusitana, serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
}

.contact-form .input-text:focus {
    outline: none;
    border-color: #a6956a;
}

.contact-form .input-text:focus + .label,
.contact-form .input-text.not-empty + .label {
    transform: translateY(-24px);
}

.contact-form .label {
    position: absolute;
    left: 20px;
    bottom: 11px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #888;
    cursor: text;
    transition: transform 0.2s ease-in-out;
}

.contact-form .textarea-contact {
    height: 200px;
    resize: none;
}

.form-field-textarea label {
    top: 0;
}

.contact-form .submit-btn {
    display: inline-block;
    background-color: #000;
    color: #fff;
    font-family: Raleway, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 16px;
    border: none;
    cursor: pointer;
}

/*Media Queries*/
@media (max-width:1470px) {
    .content-detail p br {
        display: none;
    }
}

@media (max-width:1199px) {
    .reservation-container .reservation-list .reservationlist-item {
        width: 24.46%;
    }

    .gj-textbox-md {
        font-size: 1.6rem;
    }

    .gj-datepicker-md [role="right-icon"] {
        right: 10px;
        top: 28px;
        font-size: 2rem;
    }

    .reservation-item .btn-main {
        font-size: 1.6rem;
    }

    footer {
        font-size: 1.4rem;
    }

    .footer-link-menu li {
        margin-right: 10px;
    }

    .intro p br {
        display: none;
    }

    .about-fst p br {
        display: none;
    }
}

@media (max-width:991px) {
    .check {
        width: 10%;
    }

    .hero-image p span {
        display: inline-block;
        width: 85%;
        vertical-align: top;
        text-align: left;
        line-height: 2.8rem;
    }

    .numberofperson-item {
        display: none !important;
    }

    .reservation-container .reservation-list .reservationlist-item {
        width: 32.76%;
    }

    .vertical-line:nth-child(3n) {
        display: none;
    }

    .vertical-line:nth-child(4n) {
        display: none;
    }

    .ourrooms-detail {
        padding: 0;
        margin-top: 30px;
    }

    .right-detail {
        padding: 0;
        margin-top: 30px;
    }

    .aboutus-detail {
        padding: 0;
        margin-bottom: 30px;
    }

    .nearest-item {
        margin-bottom: 30px;
    }

    .nearest-item:nth-child(3n) {
        margin-bottom: 0;
    }

    .nearest-item:nth-child(4n) {
        margin-bottom: 0;
    }

    .footer-social-menu {
        text-align: left;
    }

    .gallery-section .content-divider {
        display: none;
    }

    .gallery-item {
        margin-bottom: 30px;
    }

    .facilities-section .content-divider {
        display: none;
    }

    .facilities-item {
        margin-bottom: 30px;
    }

    .main-content1 .owl-dots {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .main-content2 .owl-dots {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .main-content3 .owl-dots {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .main-content4 .owl-dots {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .main-content5 .owl-dots {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .mainmap-container {
        margin-bottom: 60px;
    }

    .footer-link-menu {
        margin-bottom: 0;
    }

    .footer-social-menu img {
        max-width: 30px;
    }

    .eat-right-col {
        margin-top: 30px;
    }

    .contentmore {
        display: block !important;
    }

    .modal-about {
        max-width: 720px;
    }

    .about-main-section img {
        margin-bottom: 15px;
    }

    .sensai-section {
        padding: 80px 0;
    }

    .dining-item {
        margin-bottom: 30px;
    }

    .dining-item:last-child {
        margin-bottom: 0;
    }

    .accordion .card-header {
        padding: 1.5rem 2rem;
    }

    .accordion .card-header h3 {
        font-size: 1.4rem;
        width: 100%;
        line-height: 2.4rem;
    }

    .accordion .card-header .btn,
    .accordion .collapsible-link {
        width: 100%;
        padding-right: 3.5rem;
    }

    .accordion .collapsible-link::before {
        top: 50%;
        right: 0;
        transform: translateY(-50%);
    }

    .offers-highlight-section img {
        margin-bottom: 15px;
    }

    .booking-container .container {
        max-width: 100%;
    }

    .bk-value {
        font-size: 12px;
    }
}

@media (min-width:768px) {
    .cd-nav-trigger {
        top: 30px;
    }

    .ft {
        top: 25px;
    }
}

@media (max-width:767px) {
    .banner-dt {
        display: none;
    }

    .banner-mb {
        display: block;
    }

    .nav-main img {
        max-width: 150px;
    }

    .cd-nav-trigger {
        top: 10px;
    }

    .nav-main .btn-main {
        top: 5px;
    }

    .reservation-txt span {
        display: none;
    }

    .cd-nav .cd-contact-info {
        padding-left: 0;
    }

    .reservation-container .reservation-list .vertical-line {
        display: none;
    }

    .reservation-container .reservation-list .reservationlist-item {
        display: none;
    }

    .reservation-container .reservation-list .reservationlist-item:last-child {
        width: 100%;
        display: block;
    }

    .mid-navigation {
        display: none;
    }

    .ourrooms-detail {
        text-align: center;
    }

    .aboutus-detail {
        text-align: center;
    }

    .footer-logo {
        margin-bottom: 30px;
    }

    .footer-logo img {
        max-width: 120px;
    }

    .footer-social-menu {
        margin: 30px 0;
    }

    .specialoffer-item {
        padding-bottom: 0;
    }

    .specialoffer-detail {
        padding: 15px;
        15px 0
    }

    .main-content1 .owl-theme .custom-nav {
        top: 25%;
    }

    .main-content2 .owl-theme .custom-nav {
        top: 25%;
    }

    .main-content3 .owl-theme .custom-nav {
        top: 25%;
    }

    .main-content4 .owl-theme .custom-nav {
        top: 25%;
    }

    .main-content5 .owl-theme .custom-nav {
        top: 25%;
    }

    .myModal {
        padding: 0 15px;
    }

    .modal-sleep-container {
        padding: 0 15px;
    }

    .badge-container {
        text-align: left !important;
        margin-top: 30px;
    }

    .modal {
        padding-right: 0 !important;
    }

    .modal-dialog {
        padding: 15px;
    }

    .modal-about {
        max-width: 100%;
    }

    .modal-sleep {
        max-width: 100%;
    }

    .specialoffer-item {
        margin-bottom: 15px;
    }

    .specialoffer-item:last-child {
        margin-bottom: 15px;
    }

    .bk-bar {
        flex-direction: column;
        padding: 20px;
        gap: 16px;
    }

    .bk-field {
        border-right: none;
        border-bottom: 0.5px solid #c5c2bb;
        margin-right: 0;
        padding-right: 0;
        padding-bottom: 16px;
    }

    .bk-btn {
        padding: 14px 32px !important;
        justify-content: center;
        width: 100%;
    }

    .bk-cal-popup {
        min-width: unset;
        width: 100%;
        left: 0;
        right: 0;
        padding: 20px 16px;
    }

    .bk-cal-months {
        flex-direction: column;
        gap: 0;
    }

    .bk-cal-month {
        padding: 0 !important;
        border: none !important;
    }

    #bk-cal-right {
        display: none;
    }

    .bk-field {
        border-bottom: none;
    }

    .bk-field.no-border {
        margin-right: 0;
    }

    .booking-container {
        top: 0;
        margin-bottom: 0;
    }

    .booking-container .container {
        padding: 0;
    }

    .txt-extention ul {
        padding-left: 0;
    }

    .sensai-offer-item {
        margin-bottom: 15px;
    }
}

@media (max-width:576px) {
    .nav-main img {
        max-width: 120px;
    }

    .cd-nav-trigger {
        top: 5px;
    }

    .reservation-txt {
        top: 5px;
        font-size: 1.5rem;
    }

    .footer-top-left {
        display: none;
    }

    .footer-top-right {
        display: none;
    }

    .nav-main .btn-main {
        padding: 10px;
        top: 0;
        font-size: 1.2rem;
    }

    .hero-image p {
        padding: 15px;
    }

    .hero-image p span {
        line-height: 2.4rem;
    }

    .sensai-section {
        border-width: 20px;
    }

    .bk-wrap {
        border-radius: 0;
    }
}

/* ========================================================================== */
/* Page overrides migrated from the former internal <style> block.            */
/* Keep this section after the base stylesheet to preserve the old cascade.   */
/* ========================================================================== */

.modal-open .modal {
    padding-left: 15px;
    padding-right: 15px;
}

.main-page {
    color: #ffffff;
    line-height: 2.4rem;
}

.main-page h2,
h3 {
    color: #ffffff;
}

.main-page h3 {
    font-size: 2rem;
}

.main-page .st-section {
    padding: 104px 0;
}

.main-page .heading-section h1 {
    color: #ffffff;
    font-size: 4.6rem;
}

.main-page .heading-section h1 br {
    display: none;
}

.main-page .heading-section h2 {
    color: #ffffff;
    font-size: 4.6rem;
}

.main-page .readmore {
    color: #ffffff;
    font-weight: 600;
    text-decoration: underline;
}

.hero-main-image .container-fluid,
.hero-main-image .col-lg-12 {
    padding: 0;
}

.hero-main-image .row {
    margin: 0;
}

.banner-item {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.banner-video {
    display: block;
    width: 100%;
    height: auto;
}

/* Overlay แบบ Floral Court */
.video-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background: rgba(0, 0, 0, 0.2);
    pointer-events: none;
    z-index: 1;
}

.banner-caption {
    position: absolute;
    z-index: 2;

    top: 50%;
    right: 0;
    left: 0;

    max-width: 100%;
    margin: auto;
    text-align: center;
    transform: translateY(-50%);
}

.banner-caption span {
    display: block;
    font-size: 3.2rem;
    margin-bottom: 60px;
    letter-spacing: 2px;
}

.banner-caption h1 {
    color: #ffffff;
    font-size: 6.4rem;
    margin-bottom: 15px;
}

.banner-caption p {
    font-size: 4rem;
}

.banner-caption .note-text {
    margin-top: 30px;
    margin-bottom: 60px;
    font-size: 16px;
    letter-spacing: 1px;
}

.banner-caption .note-text span {
    font-size: 16px;
    letter-spacing: 1px;
    margin: 0;
    display: inline-block;
    text-decoration: underline;
}

.banner-caption .btn {
    background: #ffffff;
    color: #333333 !important;
}

.main-page .about-section {
    padding-top: 0;
}

.main-page .hotel-highlights-section {
    padding-top: 0;
}

.main-page .rooms-section {
    padding-top: 0;
}

.rooms-section .heading-section h2 {
    color: #F4D066;
}

.rooms-item-detail {
    background: #902827;
    box-shadow: 1px 2px 20px #740100;
    padding: 30px;
    min-height: 260px;
}

.rooms-item-detail h3 {
    color: #ffffff;
    font-size: 2rem;
    text-align: left;
}

.rooms-item-detail-top {
    display: block;
    list-style-type: none;
    padding-left: 0;
    text-align: left;
}

.rooms-item-detail-top li {
    display: inline-block;
    margin-right: 15px;
}

.rooms-item-detail-top li:last-child {
    margin-right: 0;
}

.rooms-item-detail-top img {
    max-width: 16px;
    margin-right: 5px;
    display: inline-block !important;
    width: auto !important;
}

.rooms-item-detail-top span {
    display: inline-block;
}

.rooms-item-detail-btm {
    padding-left: 15px;
    text-align: left;
}

.rooms-item-detail-btm li {
    font-size: 1.2rem;
    line-height: 2rem;
    margin-bottom: 5px;
}

.rooms-item-detail-txt p {
    font-size: 1.2rem;
    line-height: 2rem;
}

.rooms-item-detail-btm li:last-child {
    margin-bottom: 0;
}

.main-page .btn-outline {
    background: none;
    border: 1px solid #ffffff;
    color: #ffffff;
    padding: 10px 30px;
}

.main-page .btn-outline:hover {
    background: #ffffff;
    color: #000000 !important;
}

.rooms-item-detail .btn-outline {
    background: none;
    border: 1px solid #ffffff;
    color: #ffffff;
    margin-top: 15px;
}

.rooms-item-detail .btn-outline:hover {
    background: #ffffff;
    color: #000000 !important;
}

.owl-carousel .owl-stage-outer {
    height: calc(100% + 30px);
    margin: -15px;
    padding: 15px;
    width: calc(100% + 30px);
}


.main-page .content-detail-section {
    padding: 0;
}

.content-detail-section .btn {
    margin-top: 15px;
}

.content-detail-inner {
    padding: 0 80px;
}

.main-page .rooms-detail-bg {
    background-image: url(../images/penthouse-bg.webp);
    background-size: cover;
    padding: 160px 0;
}

.two-col-section {
    padding: 0;
}

.two-col-section .container-fluid {
    padding: 0;
    margin: 0;
}

.two-col-section .col-lg-6 {
    padding: 0;
}

.two-col-section img {
    width: 100%;
}

.dark-row {
    background-image: url(../images/dark-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right top;
}

.red-row {
    background-image: url(../images/red-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
}

.facilities-item h3 {
    color: #ffffff;
}

.facilities-inner {
    background: #902827;
    box-shadow: 1px 2px 20px #740100;
}


.facilities-txt-right .card-block {
    padding: 0 30px 0 0;
}

.facilities-txt-right p {
    margin-bottom: 0;
}

.facilities-txt-left .card-block {
    padding: 0 0 0 30px;
}

.facilities-txt-left p {
    margin-bottom: 0;
}

.news-other {
    overflow-y: scroll;
    height: 560px;
}

.news-content-divider {
    width: 100%;
    height: 1px;
    background: #333333;
    margin: 15px 0;
}

.news-section {
    background: #000000;
}

.news-item p {
    margin-bottom: 0;
}

.main-page .gallery-section {
    background: none;
}

.map-section {
    padding: 0;
    line-height: 0;
}

.map-section .container-fluid {
    padding: 0;
}

footer {
    background-image: url(../images/footer-bg.webp) !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    color: #ffffff;
    padding: 80px 0;
}

footer a {
    color: #ffffff;
}

.footer-contact-menu li a {
    color: #ffffff;
}

.footer-link-menu li a {
    color: #ffffff;
}

.footer-col h3 {
    margin-bottom: 30px;
    font-size: 2.4rem;
}

.footer-col p {
    margin-bottom: 0;
    font-family: 'Lato', 'rossanova_personal_useregular';
}

.footer-col li {
    margin-bottom: 15px;
}

.footer-col li:last-child {
    margin-bottom: 0;
}

.copyright {
    display: none;
}

.fc-footer-copyright {
    display: none;
}

.tag-photo {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #4E4E4E;
    border-radius: 64px;
    text-align: center;
    margin-top: 15px;
    display: block;
}

.gallery-mb-section {
    display: none;
}

.gallery-mb-section .owl-theme .owl-dots {
    margin-top: 15px;
}

/* ========================================
   Private Event Inquiry Form
======================================== */

.private-event-inquiry,
.private-event-inquiry * {
    box-sizing: border-box;
}

.private-event-inquiry .contact-right-container {
    margin-top: 35px;
}

.private-event-inquiry .contact-right-container > hr {
    width: 70px;
    margin: 0 auto 50px;
    border: 0;
    border-top: 2px solid #cf8b59;
}

.private-event-inquiry .contact-form-home {
    padding: 0;
}

.private-event-inquiry #contact-form {
    margin: 0;
}

/* ========================================
   Form groups
======================================== */

.private-event-inquiry fieldset.option-field {
    position: relative;
    display: block;
    min-width: 0;
    margin-bottom: 42px;
    padding-top: 0;
    padding-bottom: 38px;
    border: 0;
}

/* Inset separator */
.private-event-inquiry fieldset.option-field::after,
.private-event-inquiry .date-field::after {
    position: absolute;
    right: 15px;
    bottom: 0;
    left: 15px;
    height: 1px;
    content: "";
    background-color: rgba(177, 145, 82, 0.3);
}

/* Group headings */
.private-event-inquiry fieldset.option-field legend {
    display: block;
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
    color: #333;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
}

/* Gold accent below headings */
.private-event-inquiry fieldset.option-field legend::after,
.private-event-inquiry .date-field > label::after {
    display: block;
    width: 35px;
    height: 1px;
    margin-top: 10px;
    content: "";
    background-color: #cf8b59;
}

/* ========================================
   Option grids
======================================== */

.private-event-inquiry .option-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    width: 100%;
}

.private-event-inquiry .option-grid-four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.private-event-inquiry .option-grid-three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

/* ========================================
   Checkbox and radio cards
======================================== */

.private-event-inquiry .option-item {
    position: relative;
    display: flex;
    width: 100%;
    min-height: 56px;
    margin: 0;
    padding: 14px 16px;
    align-items: center;
    color: #333;
    background-color: #fff;
    border: 1px solid rgba(177, 145, 82, 0.35);
    cursor: pointer;
    transition:
        color 0.25s ease,
        border-color 0.25s ease,
        background-color 0.25s ease,
        box-shadow 0.25s ease;
}

.private-event-inquiry .option-item:hover {
    border-color: #cf8b59;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
}

.private-event-inquiry .option-item:has(input:checked) {
    color: #7f3b3f;
    background-color: rgba(207, 139, 89, 0.08);
    border-color: #cf8b59;
}

/* Native input reset */
.private-event-inquiry .option-item input {
    position: relative;
    display: block;
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    margin: 0 11px 0 0;
    padding: 0;
    appearance: none;
    -webkit-appearance: none;
    background-color: #fff;
    border: 1px solid #b8b8b8;
    outline: none;
    cursor: pointer;
    transition:
        background-color 0.2s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

/* Checkbox */
.private-event-inquiry .option-item input[type="checkbox"] {
    border-radius: 2px;
}

/* Radio */
.private-event-inquiry .option-item input[type="radio"] {
    border-radius: 50%;
}

/* Selected radio */
.private-event-inquiry .option-item input[type="radio"]:checked {
    background-color: #cf8b59;
    border-color: #cf8b59;
    box-shadow: inset 0 0 0 4px #fff;
}

/* Selected checkbox */
.private-event-inquiry .option-item input[type="checkbox"]:checked {
    background-color: #cf8b59;
    border-color: #cf8b59;
}

/* Checkbox tick */
.private-event-inquiry .option-item input[type="checkbox"]:checked::after {
    position: absolute;
    top: 2px;
    left: 6px;
    width: 6px;
    height: 11px;
    content: "";
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
}

.private-event-inquiry .option-item input:focus-visible {
    outline: 2px solid rgba(207, 139, 89, 0.4);
    outline-offset: 3px;
}

.private-event-inquiry .option-item span {
    display: block;
    color: inherit;
    font-size: 15px;
    line-height: 1.45;
}

/* ========================================
   Preferred Event Date
======================================== */

.private-event-inquiry .date-field {
    position: relative;
    margin-bottom: 42px;
    padding-bottom: 38px;
}

.private-event-inquiry .date-field > label {
    display: block;
    margin: 0 0 20px;
    color: #333;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
}

.private-event-inquiry .date-field input[type="date"] {
    display: block;
    width: 100%;
    height: 56px;
    margin: 0;
    padding: 12px 16px;
    color: #333;
    font-family: inherit;
    font-size: 15px;
    background-color: #fff;
    border: 1px solid rgba(177, 145, 82, 0.35);
    border-radius: 0;
    outline: none;
    transition:
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}

.private-event-inquiry .date-field input[type="date"]:focus {
    border-color: #cf8b59;
    box-shadow: 0 0 0 3px rgba(207, 139, 89, 0.1);
}

/* Date and Time separator alignment */
.private-event-inquiry .date-field::after {
    right: 22px;
    left: 15px;
}

.private-event-inquiry .date-field + fieldset.option-field::after {
    right: 15px;
    left: 22px;
}

/* ========================================
   Contact Details
======================================== */

.private-event-inquiry .form-section-heading {
    margin: 5px 0 40px;
    text-align: center;
}

.private-event-inquiry .form-section-heading h3 {
    display: inline-block;
    margin: 0;
    padding: 0 0 10px;
    color: #333;
    font-size: 24px;
    font-weight: 400;
    border-bottom: 1px solid #cf8b59;
}

.private-event-inquiry .form-section-heading ~ .form-field {
    margin-bottom: 38px;
}

.private-event-inquiry .input-text {
    color: #333;
}

.private-event-inquiry .input-text:focus {
    border-color: #cf8b59;
}

.private-event-inquiry .textarea-contact {
    min-height: 120px;
    resize: vertical;
}

.private-event-inquiry .date-field input[type="date"] {
    cursor: pointer;
}

/* ========================================
   reCAPTCHA and submit
======================================== */

.private-event-inquiry .g-recaptcha {
    display: flex;
    justify-content: center;
}

.private-event-inquiry button.btn-main {
    min-width: 190px;
    padding: 14px 30px;
    border: 0;
    cursor: pointer;
    transition:
        color 0.25s ease,
        background-color 0.25s ease,
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.private-event-inquiry button.btn-main:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
}

/* ========================================
   Tablet
======================================== */

@media (max-width: 991px) {
    .private-event-inquiry .option-grid-four {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .private-event-inquiry .date-field::after,
    .private-event-inquiry .date-field + fieldset.option-field::after {
        right: 15px;
        left: 15px;
    }
}

/* ========================================
   Mobile
======================================== */

@media (max-width: 767px) {
    .private-event-inquiry .contact-right-container {
        margin-top: 25px;
    }

    .private-event-inquiry .contact-right-container > hr {
        margin-bottom: 35px;
    }

    .private-event-inquiry fieldset.option-field,
    .private-event-inquiry .date-field {
        margin-bottom: 30px;
        padding-bottom: 28px;
    }

    .private-event-inquiry .option-grid,
    .private-event-inquiry .option-grid-four,
    .private-event-inquiry .option-grid-three {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .private-event-inquiry fieldset.option-field legend,
    .private-event-inquiry .date-field > label {
        margin-bottom: 18px;
        font-size: 17px;
    }

    .private-event-inquiry .option-item {
        min-height: 52px;
        padding: 12px 14px;
    }

    .private-event-inquiry .form-section-heading {
        margin-bottom: 30px;
    }

    .private-event-inquiry .form-section-heading h3 {
        font-size: 21px;
    }

    .private-event-inquiry button.btn-main {
        width: 100%;
    }
}

/* ==================================================
   PRIVATE DINING PACKAGES
================================================== */

.packages-section {
    --package-red: #912222;
    --package-red-dark: #741b1b;
    --package-copper: #cf8b59;
    --package-gold: #b19152;
    --package-text: #333333;
    --package-muted: #6f6863;
    --package-soft-gold: #f7f3ea;

    position: relative;
    overflow: hidden;
    padding-top: 100px;
    padding-bottom: 110px;
    background-color: #ffffff;
}

/* ==================================================
   INTRO
================================================== */

.packages-intro {
    max-width: 760px;
    margin: 25px auto 0;
    color: #5f5955;
    line-height: 1.8;
}

.packages-row {
    margin-top: 60px;
}

.packages-row > div {
    display: flex;
    margin-bottom: 30px;
}

/* ==================================================
   PACKAGE CARD
================================================== */

.package-card {
    position: relative;
    display: flex;
    width: 100%;
    min-height: 100%;
    flex-direction: column;
    padding: 10px;
    border: 1px solid rgba(177, 145, 82, 0.35);
    background-color: #ffffff;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.06);
    transition:
        transform 0.35s ease,
        border-color 0.35s ease,
        box-shadow 0.35s ease;
}

.package-card:hover {
    transform: translateY(-8px);
    border-color: rgba(177, 145, 82, 0.75);
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.12);
}

/* ==================================================
   FEATURED / STANDARD PACKAGE
================================================== */

.package-card--featured {
    border-color: var(--package-gold);
    background-color: #ffffff;
    box-shadow: 0 20px 55px rgba(145, 34, 34, 0.12);
    transform: translateY(-14px);
}

.package-card--featured:hover {
    transform: translateY(-22px);
    border-color: var(--package-gold);
    box-shadow: 0 26px 65px rgba(145, 34, 34, 0.17);
}

.package-recommended {
    position: absolute;
    z-index: 5;
    top: 10px;
    left: 50%;
    min-width: 155px;
    padding: 9px 20px;
    background-color: var(--package-red);
    color: #ffffff;
    font-family: inherit;
    font-weight: 600;
    letter-spacing: 0.16em;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    transform: translateX(-50%);
}

/* ==================================================
   PACKAGE IMAGE
================================================== */

.package-image {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
}

.package-image-frame {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.package-image-frame::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,
            rgba(30, 18, 13, 0.02) 45%,
            rgba(30, 18, 13, 0.28) 100%);
    content: "";
    pointer-events: none;
}

.package-image-frame img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: transform 0.65s ease;
}

.package-card:hover .package-image-frame img {
    transform: scale(1.055);
}

/* ==================================================
   CIRCLE LOGO BADGE
================================================== */

.package-badge {
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 50%;
    display: flex;
    width: 68px;
    height: 68px;
    padding: 13px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(177, 145, 82, 0.5);
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.14);
    transform: translate(-50%, 50%);
}

.package-badge img {
    position: relative;
    left: -3px;
    display: block;
    width: 100%;
    max-width: 32px;
    height: 100%;
    object-fit: contain;
}

/* ==================================================
   PACKAGE CONTENT
================================================== */

.package-content {
    display: flex;
    flex: 1;
    width: 100%;
    flex-direction: column;
    align-items: center;
    padding: 57px 28px 30px;
    border: 1px solid rgba(177, 145, 82, 0.24);
    border-top: 0;
    font-family: inherit;
    text-align: center;
}

.package-content h3 {
    margin: 0 0 18px;
    color: var(--package-text);
    font-family: inherit;
    font-size: 1.8rem;
    line-height: 1.3;
}

/* ==================================================
   PRICE
================================================== */

.package-price {
    margin: 0;
    color: var(--package-copper);
    font-family: inherit;
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 1.2;
}

/* ==================================================
   MINIMUM GUESTS
================================================== */

.package-unit {
    display: inline-flex;
    width: fit-content;
    margin: 13px 0 20px;
    padding: 7px 14px;
    border-radius: 50px;
    background-color: var(--package-soft-gold);
    color: var(--package-muted);
    font-family: inherit;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.4;
}

/* ==================================================
   OPTIONAL NOTE
================================================== */

.package-note {
    margin: 0 0 15px;
    color: var(--package-muted);
    font-family: inherit;
    line-height: 1.6;
}

/* ==================================================
   PACKAGE FEATURE LIST
================================================== */

.package-content ul {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 12px;
    margin: 5px 0 30px;
    padding: 23px 0 0;
    border-top: 1px solid rgba(177, 145, 82, 0.22);
    list-style: none;
    text-align: left;
}

.package-content ul li {
    position: relative;
    padding-left: 27px;
    color: #4d4743;
    font-family: inherit;
    line-height: 1.5;
}

.package-content ul li::before {
    position: absolute;
    top: 0;
    left: 1px;
    color: var(--package-gold);
    content: "✓";
    font-weight: 700;
}

/* ==================================================
   PACKAGE CTA
================================================== */

.package-cta {
    display: flex;
    width: 100%;
    min-height: 50px;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    padding: 12px 18px;
    border: 1px solid var(--package-red);
    background-color: transparent;
    color: var(--package-red);
    font-family: inherit;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.4;
    text-decoration: none;
    text-transform: uppercase;
    transition:
        color 0.25s ease,
        border-color 0.25s ease,
        background-color 0.25s ease;
}

.package-cta span {
    line-height: 1;
    transition: transform 0.25s ease;
}

.package-cta:hover,
.package-cta:focus {
    border-color: var(--package-red);
    background-color: var(--package-red);
    color: #ffffff;
    text-decoration: none;
}

.package-cta:hover span,
.package-cta:focus span {
    transform: translateX(4px);
}

/* Featured CTA */

.package-card--featured .package-cta {
    border-color: var(--package-copper);
    background-color: var(--package-copper);
    color: #ffffff;
}

.package-card--featured .package-cta:hover,
.package-card--featured .package-cta:focus {
    border-color: var(--package-red);
    background-color: var(--package-red);
    color: #ffffff;
}

/* Support existing Bootstrap button */

.package-content .btn {
    margin-top: auto;
}

/* ==================================================
   TABLET
================================================== */

@media (max-width: 991px) {
    .packages-section {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .packages-row {
        margin-top: 45px;
    }

    .package-card--featured {
        transform: none;
    }

    .package-card--featured:hover {
        transform: translateY(-8px);
    }
}

/* ==================================================
   MOBILE
================================================== */

@media (max-width: 767px) {
    .packages-section {
        padding-top: 65px;
        padding-bottom: 65px;
    }

    .packages-intro {
        margin-top: 20px;
        line-height: 1.7;
    }

    .packages-row {
        margin-top: 35px;
    }

    .packages-row > div {
        margin-bottom: 25px;
    }

    .package-card {
        min-height: auto;
    }

    .package-card:hover,
    .package-card--featured:hover {
        transform: none;
    }

    .package-badge {
        width: 64px;
        height: 64px;
        padding: 12px;
    }

    .package-content {
        padding: 54px 22px 25px;
    }

    .package-content h3 {
        margin-bottom: 15px;
    }

    .package-unit {
        margin-top: 11px;
        margin-bottom: 18px;
    }

    .package-content ul {
        gap: 11px;
        margin-bottom: 25px;
        padding-top: 20px;
    }

    .package-recommended {
        top: 10px;
        min-width: 140px;
        padding: 8px 15px;
    }

    .package-cta {
        min-height: 48px;
        padding: 11px 16px;
    }
}

/* ==================================================
   REDUCED MOTION
================================================== */

@media (prefers-reduced-motion: reduce) {

    .package-card,
    .package-image-frame img,
    .package-cta,
    .package-cta span {
        transition: none;
    }

    .package-card:hover,
    .package-card--featured,
    .package-card--featured:hover {
        transform: none;
    }
}

@media (max-width:1199px) {
    .banner-caption {
        top: 55%;
    }

    .banner-caption span {
        display: none;
    }

    .banner-caption .note-text {
        display: block;
    }

    .facilities-inner {
        padding: 15px;
    }

    .facilities-txt-right .card-block {
        padding: 0;
    }

    .facilities-txt-left .card-block {
        padding: 0;
    }
}

.myModal .modal-body {
    padding: 0;
    margin: 0;
}

.myModal .modal-body img {
    box-shadow: 1px 4px 10px #000;
}

.myModal .modal-body {
    padding: 0;
    margin: 0;
    background: none;
    border: none;
}

.myModal .modal-content {
    background: none;
}

.myModal .modal-body img {
    filter: none;
    box-shadow: none;
}

.myModal .modal-dialog {
    max-width: 960px;
}

.myModal .close {
    color: #ffffff;
}

.rooms-heading h2 br {
    display: none;
}

.justified-gallery > a {
    opacity: 1;
}

.justified-gallery > a > img {
    opacity: 1 !important;
}

.modaal-wrapper {
    overflow-y: hidden;
}

.gallery {
    background: none;
}



.room-amenities-heading-line {
    width: 42px;
    height: 2px;
    margin: 0 auto 36px;
    background: #cf8b59;
}

.room-amenities-card {
    margin-bottom: 14px;
    overflow: hidden;
    border: 1px solid #e6ded5;
    border-radius: 4px;
    background: #ffffff;
}

.room-amenities-toggle {
    display: flex;
    width: 100%;
    min-height: 68px;
    padding: 14px 20px;
    align-items: center;
    border: 0;
    background: #ffffff;
    color: #4b4541;
    font-family: inherit;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 2.2rem;
    letter-spacing: 0.7px;
    text-align: left;
    text-transform: uppercase;
    cursor: pointer;
}

.room-amenities-toggle:hover,
.room-amenities-toggle:focus {
    background: #fcfaf7;
    color: #4b4541;
    text-decoration: none;
    outline: none;
}

.room-amenities-category-icon {
    display: inline-flex;
    width: 34px;
    margin-right: 14px;
    align-items: center;
    justify-content: center;
    flex: 0 0 34px;
    color: #cf8b59;
    font-size: 2.2rem;
}

.room-amenities-category-title {
    flex: 1 1 auto;
}

.room-amenities-arrow {
    margin-left: 15px;
    color: #cf8b59;
    transition: transform 0.25s ease;
}

.room-amenities-toggle[aria-expanded="true"] .room-amenities-arrow {
    transform: rotate(180deg);
}

.room-amenities-content {
    padding: 8px 20px 28px;
    border-top: 1px solid #f1ece6;
}

.room-amenities-grid {
    margin-right: 0;
    margin-left: 0;
    padding-top: 16px;
}

.room-amenity-feature {
    display: flex;
    min-height: 68px;
    padding: 10px 16px;
    align-items: flex-start;
    border-left: 1px solid #e8e0d8;
    font-size: 1.6rem;
    line-height: 1.8rem;
}

.room-amenity-feature:first-child {
    border-left: 0;
}

.room-amenity-check {
    margin-top: 2px;
    margin-right: 8px;
    flex: 0 0 auto;
    color: #cf8b59;
}

.room-amenity-sublist {
    padding-left: 15px;
    margin-top: 10px;
}

.room-amenities-note {
    margin: 30px 0 0;
    color: #ffffff;
}

.room-amenities-section .room-amenities-category-icon {
    display: inline-flex;
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    margin-right: 12px;
    align-items: center;
    justify-content: center;
    color: #cf8b59;
}

.room-amenities-section .room-amenities-category-icon svg {
    display: block !important;
    width: 36px !important;
    height: 36px !important;
    overflow: visible;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 1.6 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
}

.room-amenities-section .room-amenities-category-icon svg path,
.room-amenities-section .room-amenities-category-icon svg rect,
.room-amenities-section .room-amenities-category-icon svg circle,
.room-amenities-section .room-amenities-category-icon svg line,
.room-amenities-section .room-amenities-category-icon svg polyline {
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 1.6 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
}

.room-amenities-section .room-amenity-check {
    display: block;
    flex: 0 0 15px;
    width: 15px;
    height: 15px;
    margin-top: 1px;
    margin-right: 10px;
    overflow: visible;
    fill: none;
    stroke: #cf8b59;
    stroke-width: 1.4;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* ตอน Accordion เปิด ไอคอนยังคงเป็นสีทอง */
.room-amenities-section .room-amenities-toggle:not(.collapsed) .room-amenities-category-icon {
    color: #cf8b59;
}

@media (max-width: 767px) {
    .room-amenities-section .room-amenities-category-icon {
        flex-basis: 29px;
        width: 29px;
        height: 29px;
        margin-right: 10px;
    }

    .room-amenities-section .room-amenities-category-icon svg {
        width: 27px !important;
        height: 27px !important;
    }
}

/* Tablet: 3 columns */
@media (min-width: 768px) and (max-width: 991px) {
    .room-amenity-feature {
        margin-bottom: 12px;
    }

    .room-amenity-feature:nth-child(3n + 1) {
        border-left: 0;
    }
}

/* Mobile: 2 columns */
@media (max-width: 767px) {
    .main-page .room-amenities-section .heading-section h2 {
        font-size: 2.4rem;
        line-height: 3.2rem;
        letter-spacing: 1.5px;
    }

    .room-amenities-heading-line {
        margin-bottom: 26px;
    }

    .room-amenities-toggle {
        min-height: 60px;
        padding: 12px 14px;
        font-size: 1.3rem;
    }

    .room-amenities-category-icon {
        width: 28px;
        margin-right: 10px;
        flex-basis: 28px;
        font-size: 1.9rem;
    }

    .room-amenities-content {
        padding: 6px 12px 20px;
    }

    .room-amenity-feature {
        min-height: 32px;
        margin-bottom: 10px;
        padding: 8px 10px;
        font-size: 1.4rem;
        line-height: 1.7rem;
    }

    .room-amenity-feature:nth-child(odd) {
        border-left: 0;
    }
}

.more-rooms-section {
    overflow: hidden;
}

.more-rooms-section .heading-section {
    margin-bottom: 35px;
}

.more-room-card {
    width: 100%;
    background: #ffffff;
}

.more-room-image {
    display: block;
    overflow: hidden;
    aspect-ratio: 4 / 3;
}

.more-room-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.more-room-card:hover .more-room-image img {
    transform: scale(1.04);
}

.more-room-content {
    padding: 22px 15px 10px;
}

.more-room-content h3 {
    margin-bottom: 12px;
    color: #3f3833;
}

.more-room-link {
    display: inline-block;
    padding-bottom: 4px;
    border-bottom: 1px solid #b78a52;
    color: #3f3833;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.more-room-link:hover {
    color: #b78a52;
    text-decoration: none;
}

/* Small mobile: 1 column */
@media (max-width: 420px) {
    .room-amenity-feature {
        flex: 0 0 100%;
        max-width: 100%;
        border-left: 0;
        border-bottom: 1px solid #eee8e1;
    }

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

/* Special Offers: horizontal card on desktop */
@media (min-width: 992px) {
    .sensai-offer .sensai-offer-deadline {
        margin-top: 30px !important;
    }

    .sensai-offer .sensai-offer-item {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .sensai-offer .sensai-offer-card {
        display: flex;
        flex-direction: row;
        align-items: stretch;
        width: 100%;
    }

    .sensai-offer .sensai-offer-card-image,
    .sensai-offer .sensai-offer-card-content {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .sensai-offer .sensai-offer-card-image {
        overflow: hidden;
    }

    .sensai-offer .sensai-offer-card-image img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .sensai-offer .sensai-offer-card-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 40px;
    }
}

/* Keep the original stacked layout on tablet and mobile */
@media (max-width: 991px) {
    .sensai-offer .sensai-offer-card {
        flex-direction: column;
    }

    .sensai-offer .sensai-offer-card-image,
    .sensai-offer .sensai-offer-card-content {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width:991px) {
    .modal-dialog {
        z-index: 99;
    }

    .banner-caption {
        display: block;
        top: 60%;
    }

    .banner-caption h1 {
        font-size: 4rem;
    }

    .banner-caption p {
        font-size: 2.4rem;
    }

    .banner-caption .note-text {
        margin-top: 15px;
        margin-bottom: 30px;
    }

    .intro-section img {
        margin-top: 30px;
        width: 100%;
    }

    .main-page .heading-section h1 {
        font-size: 3.6rem;
    }

    .main-page .heading-section h2 {
        font-size: 3.6rem;
    }

    .facilities-img {
        margin-bottom: 15px;
    }

    .facilities-inner {
        min-height: 520px;
    }

    .news-latest img {
        width: 100%;
        margin-bottom: 30px;
    }

    .news-other {
        overflow-y: visible;
        height: auto;
    }

    .facilities-item {
        margin-bottom: 15px;
    }

    .footer-col {
        margin-bottom: 30px;
    }

    .footer-col h3 {
        margin-bottom: 15px;
    }

    .rooms-gallery-section .content-divider {
        display: none;
    }

    .rooms-gallery-item {
        margin-bottom: 30px;
    }
}

@media (max-width:767px) {
    .main-page .st-section {
        padding: 64px 0;
    }

    .main-page .about-section {
        padding-top: 0;
    }

    .about-section-left {
        margin-top: 30px;
    }

    .content-detail-inner {
        padding: 64px 30px;
    }

    .main-page .gallery {
        padding-bottom: 0;
    }

    .main-page .content-detail-section {
        padding: 0;
    }

    .main-page .rooms-detail-bg {
        padding: 64px 0;
    }

    .main-page .rooms-section {
        padding-top: 0;
    }

    .banner-mb {
        position: relative;
    }

    .banner-mb .container-fluid {
        padding: 0;
    }

    .rooms-heading h2 br {
        display: block;
    }

    .rooms-heading br {
        display: none;
    }

    .gallery-section {
        display: none;
    }

    .gallery-mb-section {
        display: block;
    }
}

@media (max-width:576px) {
    .news-item img {
        width: 100%;
        margin-bottom: 15px;
    }

    .banner-caption {
        top: 55%;
    }

    .banner-caption span {
        display: block;
        font-size: 2.4rem;
        margin-bottom: 20px;
    }

    .banner-caption h1 {
        font-size: 3.6rem;
        margin-bottom: 5px;
    }

    .banner-caption .note-text {
        font-size: 1.2rem;
        padding: 0 30px;
        line-height: 2rem;
    }

    .banner-caption .note-text br {
        display: none;
    }

    .banner-caption .btn {
        padding: 5px 15px;
    }
}
