/* fontawasome-link */
@import url('https://pro.fontawesome.com/releases/v6.0.0-beta3/css/all.css');

/* fontawasome-link */

/* google-font-link */
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');
/* google-font-link */


:root {
    --primary-color: #89532e;
    --secondary-color: #726b5f;
    --accent-cream: #f3e3d5;
    --accent-gold: #c49b66;
    --text-primary: #3d3931;
    --text-secondary: #515151;
    --text-white: #ffffff;
    --color-white: #fff;
    --text-blue: #1C398E;
    --text-color-2: #030F50;
    --sec-bg: #f5f1ee;
    --theme-color: #f5f1ee;
    --footer-color: #071739;
    --dark-bg: #0a0a0a;
    --light-black: #666;
    --text-gold: #c49b66;
    --light-white: #F7F7F7;
    --primary-font: "Sarabun", sans-serif;
    --secondry-font: "Tenor Sans", sans-serif;
}

html {
    font-size: 62.5%;
}


* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: var(--primary-font);
}

a {
    text-decoration: none !important;
}

ul {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
}

h1,
h2,
h3,
h4 {
    font-family: var(--secondry-font);
}

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

.ptb {
    padding: 5rem 0;
}

.sec-pt {
    padding-top: 6rem;
}

.sec-pb {
    padding-bottom: 6rem;
}


p {
    font-size: 1.6rem;
    line-height: 1.7;
    letter-spacing: 0.03rem;
}


/* header-start */

header.main-header {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    background-color: var(--color-white) !important;
    padding: 1rem 0;
    backdrop-filter: blur(60px) !important;
}


i.top-hdr-time-icn {
    color: var(--primary-color) !important;
}

.hdr-logo img {
    height: 55px;
}

.top-nav-container {
    background-color: var(--deep-black);
    font-size: 13px;
    overflow: hidden;
}

.top-left-info {
    font-weight: 500;
}

.top-right-section {
    height: 100%;
}

.links-wrapper {
    background: linear-gradient(to right, #0073a2, #070707 100%);
    height: 100%;
    padding: 1.3rem 3rem;
    position: relative;
    display: flex;
    align-items: center;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 3% 50%);
}

.for-sm-hdr-social {
    display: none;
}

.top-link {
    color: #fff;
    text-decoration: none;
    margin: 0 15px;
    white-space: nowrap;
    transition: opacity 0.3s;
}

.top-link:hover {
    opacity: 0.8;
    color: var(--color-white);
}

.fixed-hdr {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: var(--color-white);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    padding: 1rem;
}

li.nav-item .nav-link:hover {
    color: var(--text-gold) !important;
}

.btn-appointment:active {
    color: var(--color-white) !important;
}

.social-wrapper {
    height: 100%;
}

.social-wrapper a {
    color: var(--color-white);
    margin-left: 15px;
    font-size: 14px;
    transition: color 0.3s;
}

.social-wrapper a:hover {
    color: var(--primary-color);
}

.top-bar {
    background-color: var(--dark-bg);
    color: var(--color-white);
    font-size: 14px;
    padding: 8px 0;
}

.top-links a {
    color: var(--color-white);
    text-decoration: none;
    margin-left: 20px;
    transition: 0.3s;
}

.top-links a:hover {
    color: var(--primary-color);
}



.main-header .nav-link {
    color: #0d0d0d !important;
    padding: 0 1.5rem !important;
    font-size: 1.46rem;
    letter-spacing: 0.01rem;
    text-transform: capitalize;
    font-weight: 400;
}


@keyframes pulse {

    0%,
    100% {
        transform: scale3d(1, 1, 1);
    }

    50% {
        transform: scale3d(1.05, 1.05, 1.05);
    }
}

.hdr-btn .hdr-rt-btn {
    display: inline-block;
    font-size: 17px;
    text-transform: uppercase;
    color: var(--text-white);
    background: #726b5f;
    font-weight: 500;
    padding: 10px 35px;
    position: relative;
    z-index: 1;
    transition: .5s;
    border-radius: 4px;
    overflow: hidden;
    isolation: isolate;
}

.hdr-btn .hdr-rt-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 100%;
    background: #89532e;
    transition: .5s;
    z-index: -1;
    animation: pulse 2s infinite;
    z-index: -1;
}

.hdr-btn .hdr-rt-btn:hover::before {
    width: 100%;
    left: 0;
}

.hdr-btn .hdr-rt-btn:hover {
    color: #fff;
    animation-play-state: paused;
}


.call-text small {
    color: var(--primary-color);
}

.call-text strong {
    color: var(--primary-color);
}

.contact-box {
    border: none !important;
}

.icon-call i {
    --bs-text-opacity: 1;
    color: var(--primary-color) !important;
}

.btn-appointment:hover {
    background-color: #e68d00;
    color: var(--color-white);
    box-shadow: 0 5px 15px rgba(0, 81, 225, 0.3);
}

.navbar-toggler {
    border: none;
    padding: 0;
    outline: none !important;
    box-shadow: none !important;
}

.icon-bar {
    display: block;
    width: 25px;
    height: 3px;
    background-color: var(--primary-color);
    margin: 5px 0;
    transition: all 0.3s ease-in-out;
}

.navbar-toggler:not(.collapsed) .top-bar-line {
    transform: translateY(8px) rotate(45deg);
}

.navbar-toggler:not(.collapsed) .middle-bar-line {
    opacity: 0;
}

.navbar-toggler:not(.collapsed) .bottom-bar-line {
    transform: translateY(-8px) rotate(-45deg);
}

.main-header li.nav-item .nav-link {
    font-size: 1.7rem;
    letter-spacing: 0.01rem;
    text-transform: capitalize;
    font-weight: 500;
    display: block;
    /* flex-direction: column; */
    /* align-items: center; */
    gap: .5rem;
    /* margin: auto; */
}

.main-header li.nav-item .nav-link i {
    display: block;
    text-align: center;
    padding-bottom: .5rem;
    font-size: 1.8rem;
}

.hdr-dropdown .dropdown-menu {
    min-width: 18rem;
}

.hdr-dropdown .dropdown-menu li a {
    font-size: 1.5rem;
    padding: 1rem;
    border-bottom: 1px solid var(--bs-border-color-translucent);
    font-weight: 500;
}

.hdr-dropdown .dropdown-menu li a.active,
.hdr-dropdown .dropdown-menu li .dropdown-item:active {
    background: var(--primary-color);
}


.ser-btn button i {
    font-size: 1.5rem;
    margin: 0 0.5rem;
}


.call-text small {
    font-size: 1.5rem;
    font-weight: 600;
}

.call-text {
    width: 100%;
    height: 100%;
}

.call-text strong {
    font-size: 1.6rem;
}

.hdr-cl-icon i {
    font-size: 2.5rem;
    margin-right: 1rem;
}

.ser-btn .search-btn {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

.ser-btn .search-btn:hover i {
    color: var(--primary-color);
    transition: 0.8s;
}


.main-hdr-area {
    align-items: center;
}


.hdr-rt {
    gap: 1.5rem;
}

.main-header li.nav-item .dropdown-menu li a {
    font-size: 1.6rem;
    padding: 1.2rem 1rem;
    border-bottom: 1px solid #00000047;
}

.header-call-box {
    gap: 12px;
    margin-right: 20px;
}

.header-call-box .call-icon-svg {
    width: 47px;
    height: 47px;
    background: #89532e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-call-box .call-info {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
    border-left: 1px solid #00000078;
    padding-left: 1.5rem;
}

.header-call-box .call-icon-svg svg {
    width: 40px;
    height: 27px;
}

.header-call-box .call-info span {
    font-size: 1.6rem;
    color: #726b5f;
    font-weight: 500;
}

.header-call-box .call-info a {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--text-primary);
    line-height: 1.1;
    padding-top: .5rem;
}

.header-call-box .call-info a:hover {
    color: #89532e;
}

@media(max-width:1540px) {

    .main-header li.nav-item .nav-link {
        font-size: 1.4rem;
    }

    .hdr-btn .hdr-rt-btn {
        font-size: 14px;
    }

    .main-header li.nav-item .nav-link {
        font-size: 1.6rem;
    }
}

@media(max-width:1340px) {
    .main-header li.nav-item .nav-link {
        font-size: 1.5rem;
    }
}

@media(max-width: 1199px) {

    .heder_social_icon ul {
        flex-wrap: wrap;
    }

    .heder_social_icon ul li:last-child a {
        width: 100%;
        justify-content: center;
    }

    .heder_social_icon {
        display: none;
    }

    li.nav-item .nav-link {
        font-size: 1.6rem;
        padding: 0 .8rem;
    }

    .main-header li.nav-item .dropdown-menu li a {
        font-size: 15px;
    }

    .navbar-collapse {
        position: fixed;
        top: 0;
        left: -100%;
        width: 255px;
        height: 100vh;
        background: var(--color-white);
        padding: 30px 20px 20px;
        transition: left 0.35s ease-in-out;
        box-shadow: 2px 0 15px rgba(0, 0, 0, 0.15);
        z-index: 1050;
    }

    .main-header li.nav-item .nav-link i {
        display: none;
    }

    .navbar-collapse.show {
        left: 0;
    }

    .navbar-nav {
        align-items: flex-start !important;
    }

    .nav-item {
        width: 100%;
    }

    .main-header .nav-link {
        width: 100%;
        border-bottom: 1px dotted #666666b3;
        padding: 1.2rem 0 1rem !important;
        font-size: 1.5rem !important;
    }

    .ser-btn {
        margin-top: 2rem;
        align-items: start !important;
        flex-direction: column;
    }

    .contact-box {
        display: none !important;
    }

    .main-header .hdr-rt-wrpr {
        display: flex;
        gap: 4rem;
        align-items: center;
    }

    .main-header .hdr-rt-wrpr .hdr-rt-call-btn a span i {
        font-size: 20px;
        background: #f0c168;
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #a73707;
        border-radius: 50%;
        flex-shrink: 0;
        font-weight: 800;
    }

    header.main-header .header-call-box {
        display: none !important;
    }


}

@media (max-width: 576px) {
    .links-wrapper {
        display: none !important;
    }

    .ser-btn {
        flex-direction: column;
        gap: 1.5rem;
    }

    .hdr-logo img {
        height: 30px;
    }

    .for-sm-hdr-social {
        display: flex;
        gap: 1rem;
    }

    .for-sm-hdr-social {
        display: flex;
        gap: 3rem;
        margin: 1rem 0;
    }

    .for-sm-hdr-social a i {
        font-size: 18px;
        color: var(--primary-color);
        outline: 1px solid var(--primary-color);
        outline-offset: 7px;
        border-radius: 50%;
    }

    .main-header .navbar .container-fluid {
        padding-right: .7rem !important;
        padding-left: .7rem !important;
    }

    .main-header .hdr-rt-wrpr .hdr-rt-call-btn a span i {
        font-size: 18px;
        width: 35px;
        height: 35px;
    }
}

/* header-end *


/* Hero Section  */

.hero-slider-area {
    position: relative;
    overflow: hidden;
}

.bking-from-main-sec {
    padding: 5rem 0;
    position: relative;
}

.hero-item {
    height: 86vh;
    position: relative;
    z-index: 1;
}

.hero-content h4 {
    color: var(--accent-gold);
    font-family: var(--primary-font);
    font-size: 24px;
    margin-bottom: 15px;
}

.hero-content h1 {
    color: var(--text-white);
    font-family: var(--primary-font);
    font-size: 70px;
    font-weight: 700;
    margin-bottom: 20px;
}

.hero-content p {
    color: var(--text-white);
    font-family: var(--secondary-font);
    font-size: 18px;
    max-width: 700px;
    margin: 0 auto 30px;
}


.hero-slider .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding: 0 50px;
    pointer-events: none;
}

.hero-slider .owl-nav button {
    pointer-events: auto;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: rgb(0 0 0 / 20%) !important;
    color: #ffffff !important;
    border-radius: 50%;
    font-size: 20px !important;
    transition: 0.3s;
}

.hero-slider .owl-nav button:hover {
    background: var(--primary-color) !important;
}

.hero-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: -2;
}

/* Hero-section */

/* banner-booking-form-start */

.booking-engine-container {
    width: 100%;
    background-color: transparent;
}

.booking-engine-container .bnr-bking-frm {
    background-color: #726b5f;
    padding: 3.5rem 4rem 2.5rem 4rem;
    border-radius: 0.4rem;
}

.booking-engine-container .bnr-bking-frm .booking-grid-layout {
    display: grid;
    grid-template-columns: 1.6fr 1.6fr 1fr;
    gap: 2rem;
    align-items: flex-end;
}

.booking-engine-container .bnr-bking-frm .bking-col {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.booking-engine-container .bnr-bking-frm .bking-label {
    font-size: 1.4rem;
    font-weight: 500;
    color: #f9f9f9 !important;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
}

.booking-engine-container .bnr-bking-frm .select-field-box {
    position: relative;
    width: 100%;
}

.booking-engine-container .bnr-bking-frm .bking-select,
.booking-engine-container .bnr-bking-frm .room-selector-trigger,
.booking-engine-container .bnr-bking-frm .bking-input {
    width: 100%;
    height: 4.8rem;
    background-color: var(--color-white);
    border: 0.1rem solid var(--deep-black);
    border-radius: 0.4rem;
    padding: 0 1.5rem;
    font-family: var(--primary-font);
    font-size: 1.5rem;
    color: var(--color-black);
    display: flex;
    align-items: center;
    cursor: pointer;
    outline: none;
    appearance: none;
}

.booking-engine-container .bnr-bking-frm .bking-select {
    padding-right: 3.5rem;
}

.booking-engine-container .bnr-bking-frm .select-arrow {
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.4rem;
    color: var(--color-black);
    pointer-events: none;
}


.booking-engine-container .bnr-bking-frm .native-date-range-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 4.8rem;
    background-color: #ffffff;
    border: 0.1rem solid var(--deep-black);
    border-radius: 0.4rem;
    padding: 0 1.5rem;
}

.booking-engine-container .bnr-bking-frm .date-input-block {
    flex: 1;
    display: flex;
    align-items: center;
}

.booking-engine-container .bnr-bking-frm .bking-date-input {
    width: 100%;
    border: none;
    background: transparent;
    font-family: var(--primary-font);
    font-size: 1.5rem;
    color: var(--color-black);
    font-weight: 500;
    outline: none;
    cursor: pointer;
}

.booking-engine-container .bnr-bking-frm .bking-date-input::-webkit-calendar-picker-indicator {
    color: #a88a58;
    cursor: pointer;
    opacity: 0.8;
    transition: opacity 0.2s;
}

.booking-engine-container .bnr-bking-frm .bking-date-input::-webkit-calendar-picker-indicator:hover {
    opacity: 1;
}

.booking-engine-container .bnr-bking-frm .date-arrow-sep {
    color: var(--color-black);
    font-size: 1.5rem;
    padding: 0 1rem;
    display: flex;
    align-items: center;
}


.booking-engine-container .bnr-bking-frm .room-selector-trigger {
    position: relative;
    padding: 0;
}

.booking-engine-container .bnr-bking-frm .room-display-input {
    width: 100%;
    height: 100%;
    border: none;
    background: transparent;
    padding: 0 4rem 0 1.5rem;
    cursor: pointer;
    font-size: 1.5rem;
}

.booking-engine-container .bnr-bking-frm .trigger-plus-icon {
    position: absolute;
    right: 1.5rem;
    font-size: 1.6rem;
    color: var(--color-black);
}

.booking-engine-container .bnr-bking-frm .custom-room-dropdown {
    position: absolute;
    top: 105%;
    right: 0;
    width: 28rem;
    background-color: var(--color-white);
    border: 0.1rem solid #cccccc;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.12);
    z-index: 2000;
    display: none;
    flex-direction: column;
}

.booking-engine-container .bnr-bking-frm .custom-room-dropdown.show {
    display: flex;
}

.booking-engine-container .bnr-bking-frm .room-config-block {
    border-bottom: 0.2rem solid #eeeeee;
}

.booking-engine-container .bnr-bking-frm .room-block-hdr {
    background-color: #726b5f;
    color: #fff !important;
    padding: 0.6rem 1.2rem;
    font-family: var(--secondry-font);
    font-size: 1.5rem;
}

.booking-engine-container .bnr-bking-frm .btn-remove-room {
    background: none;
    border: 0.1rem solid var(--color-white);
    color: var(--color-white);
    border-radius: 50%;
    width: 1.8rem;
    height: 1.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    cursor: pointer;
}

.booking-engine-container .bnr-bking-frm .guest-selector-row {
    padding: 1.2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.booking-engine-container .bnr-bking-frm .guest-type-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.booking-engine-container .bnr-bking-frm .guest-lbl {
    font-size: 1.5rem;
    color: var(--light-black);
}

.booking-engine-container .bnr-bking-frm .counter-control {
    display: flex;
    align-items: center;
    border: 0.1rem solid #dddddd;
    border-radius: 0.4rem;
    overflow: hidden;
}

.booking-engine-container .bnr-bking-frm .count-btn {
    width: 2.8rem;
    height: 2.6rem;
    background-color: #fafafa;
    border: none;
    font-size: 1.1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000ad;
}

.booking-engine-container .bnr-bking-frm .count-btn:hover {
    background-color: #eeeeee;
}

.booking-engine-container .bnr-bking-frm .count-val {
    width: 3rem;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 500;
    color: var(--color-black);
}

.booking-engine-container .bnr-bking-frm .room-block-hdr .room-title {
    font-size: 1.42rem;
}

.booking-engine-container .bnr-bking-frm .dropdown-actions-footer {
    padding: 1rem;
    background-color: #f9f9f9;
    text-align: center;
}

.booking-engine-container .bnr-bking-frm .btn-add-new-room {
    background: none;
    border: none;
    color: var(--primary-color);
    font-family: var(--secondry-font);
    font-size: 1.38rem;
    font-weight: 600;
    cursor: pointer;
}


.booking-engine-container .bnr-bking-frm .btn-frm-search {
    font-size: 1.6rem;
    font-weight: 600;
    text-transform: uppercase;
    padding: 1rem 4.5rem;
    border: none;
    isolation: isolate;
    background: #a73707;
}

.booking-engine-container .bnr-bking-frm .btn-frm-search:after,
.booking-engine-container .bnr-bking-frm .btn-frm-search:before {
    z-index: -1;
}

/* banner-booking-form-end*/


/* abt-main */

.abt-main-sec {
    position: relative;
    border-top: 2px solid #f3e3d594;
}

.abt-main-sec .gallery-video-wrapper .gallery-video-wrapper {
    padding: 15px;
    font-family: var(--primary-font);
}

.abt-main-sec .gallery-video-wrapper .gallery-thumb-item img {
    width: 100%;
    object-fit: cover;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}


.abt-main-sec .gallery-video-wrapper .gallery-thumb-item img:not(.img-tall) {
    height: 220px;
}

.abt-main-sec .gallery-video-wrapper .gallery-thumb-item .img-tall {
    height: 280px;
}


.abt-main-sec .gallery-video-wrapper .video-play-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 20;
    pointer-events: auto;
}


.abt-main-sec .gallery-video-wrapper .ripple-play-btn {
    width: 65px;
    height: 65px;
    background-color: var(--color-white);
    border-radius: 50%;
    color: #100624;
    font-size: 18px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}


.abt-main-sec .gallery-video-wrapper .ripple-play-btn i {
    /* margin-left: 4px; */
    position: relative;
    z-index: 5;
}


.abt-main-sec .gallery-video-wrapper .ripple-play-btn:hover {
    background-color: var(--primary-color);
    color: var(--text-white);
    transform: scale(1.05);
}

.abt-main-sec .gallery-video-wrapper .ripple-wave {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: 1px solid var(--ripple-color);
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    z-index: -1;
    pointer-events: none;
    animation: transparent-ripple 3.5s linear infinite;
}


.abt-main-sec .gallery-video-wrapper .wave-1 {
    animation-delay: 0s;
}

.abt-main-sec .gallery-video-wrapper .wave-2 {
    animation-delay: 0.9s;
}

.abt-main-sec .gallery-video-wrapper .wave-3 {
    animation-delay: 1.8s;
}

.abt-main-sec .gallery-video-wrapper .wave-4 {
    animation-delay: 2.7s;
}


@keyframes transparent-ripple {
    0% {
        width: 65px;
        height: 65px;
        opacity: 1;
        border-width: 3px;
        background-color: rgba(255, 255, 255, 0.2);
    }

    30% {
        background-color: rgba(255, 255, 255, 0.26);
    }

    50% {
        background-color: rgba(255, 255, 255, 0.05);
    }

    50% {
        background-color: rgba(255, 255, 255, 0.05);
    }

    100% {
        width: 260px;
        height: 260px;
        opacity: 0;
        border-width: 1px;
        background-color: transparent;
        background-color: rgba(255, 255, 255, 0.2);
    }
}



.abt-main-sec .abt-lt {
    font-family: var(--primary-font);
    color: var(--text-secondary);
    line-height: 1.7;
}

.sub-tle {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    color: var(--secondary-color);
    display: block;
    margin-bottom: 5px;
}

.sec-tle {
    font-size: 36px;
    color: var(--primary-color);
    font-weight: 400;
}

.abt-main-sec .abt-lt p {
    font-size: 15px;
    color: var(--text-secondary);
}


.abt-main-sec .abt-amienits {
    margin-top: 30px;
}


.abt-main-sec .abt-aminit-box {
    background-color: var(--accent-cream);
    border-radius: 12px;
    padding: 20px 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 125px;
    height: 100%;
    box-shadow: 0 4px 10px rgba(137, 83, 46, 0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}


.abt-main-sec .abt-aminit-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 15px rgba(137, 83, 46, 0.08);
}


.abt-main-sec .abt-aminit-box img {
    width: 42px;
    height: 42px;
    object-fit: contain;
    margin-bottom: 12px;
}


.abt-main-sec .abt-aminit-box .aminit-txt {
    font-family: var(--primary-font);
    font-size: 14px;
    font-weight: 500;
    color: var(--text-primary);
    line-height: 1.3;
    display: block;
}

/* abt-main */

/* room-sec */

.room-sec .room-sec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 200px;
    background: var(--white);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
    z-index: 1;
}

.room-sec .award-banner-wrapper {
    position: relative;
    z-index: 2;
    padding: 1.5rem;
    background: var(--text-white);
    border: 1px solid #0000004f;
    margin-bottom: -90px;
}


.room-sec .award-left {
    position: relative;
    z-index: 2;
}


.room-sec .award-image {
    position: relative;
    z-index: 2;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.room-sec .award-image img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.room-sec .award-image:hover img {
    transform: scale(1.05);
}


.room-sec .room-header {
    z-index: 1;
    padding: 9rem 0;
    position: relative;
    isolation: isolate;
    margin-top: 15px;
}

.room-sec .room-header .sec-tle {
    color: #f3e3d5;
    padding-top: .5rem;
}

.room-sec .room-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to right, #deae5d 0%, #efbd6173 25%, #e4b86aa1 50%, #eebc5d94 75%, #efbd5e 100%);
    height: 300px;
    z-index: -1;
}

.room-sec .room-label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    color: var(--white);
    text-transform: uppercase;
    margin-bottom: 15px;
    font-family: var(--primary-font);
}

.room-sec .room-title {
    font-size: 48px;
    font-weight: 700;
    color: var(--white);
    font-family: var(--other-font);
    letter-spacing: 1px;
    margin: 0;
}

.room-cards-main {
    position: relative;
    margin-top: -50px;
}

.room-sec .room-header .room-tle {
    padding-top: 2rem;
}

.room-sec .room-card {
    background: var(--white);
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.room-sec .room-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}

.room-sec .room-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: transform 0.4s ease;
}


.room-sec .room-info {
    padding: 14px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--accent-cream);
}

.room-sec .room-name {
    font-size: 17px;
    font-weight: 700;
    color: var(--primary-color);
    font-family: var(--primary-font);
    letter-spacing: 0.5px;
}

.room-sec .room-icon-btn {
    width: 40px;
    height: 35px;
    background: var(--text-blue) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-white);
    font-size: 20px;
    transition: all 0.4s ease;
    cursor: pointer;
    border-radius: 1.2rem;
    font-size: 18px;
}

.room-sec .room-card:hover .room-icon-btn {
    transform: scale(1.1);
}

.room-sec .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    transform: translateY(-50%);
    display: flex !important;
    justify-content: space-between !important;
    pointer-events: none;
    z-index: 10;
}

.room-sec .owl-nav button.owl-prev,
.room-sec .owl-nav button.owl-next {
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.85) !important;
    color: var(--text-primary) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 17.5px !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease !important;
    pointer-events: auto;
    margin: 0 -20px;
    font-size: 20px;
}

.room-sec .owl-nav button:hover {
    background: var(--primary-color) !important;
    color: var(--color-white) !important;
}

/* room-sec */

/* why-chse-sec */

.why-chse-sec .container .text-left {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 35px;
}

.why-chse-crd {
    padding: 15px;
    height: 100%;
    background: transparent;
    transition: transform 0.3s ease;
    border: 1px solid #00000040;
    border-radius: 1.4rem;
}

.why-chse-crd img {
    height: 56px;
    width: 56px;
    object-fit: contain;
    margin-bottom: 25px;
    display: block;
}


.why-chse-crd i {
    font-size: 2.2rem;
    color: var(--text-color);
    margin-bottom: 25px;
    display: block;
}


.why-chse-crd h3 {
    color: var(--primary-color);
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 1.3;
}


.why-chse-crd p {
    font-family: var(--secondry-font);
    font-size: 14px;
    line-height: 24px;
    margin: 0;
}


.why-chse-crd:hover {
    transform: translateY(-5px);
}



/* why-chse-sec */



/* hotel-fea-sec */

.hotel-fea-sec {
    position: relative;
    padding: 80px 0;
    overflow: hidden;
    background-image: url("https://images.unsplash.com/photo-1551882547-ff40c63fe5fa?q=80&w=870&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D");
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-attachment: fixed;
}

.hotel-fea-overlay {
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 8%);
    /* backdrop-filter: blur(4px); */
}


.hotel-fea-main-cont .row>div {
    display: flex;
    flex-direction: column;
}


.htl-fea-card {
    background-color: #f0e5d5;
    padding: 50px;
    border-radius: 12px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    position: relative;
}


.htl-fea-card h3 {
    color: var(--primary-color);
    font-size: 26px;
    margin-bottom: 6px;
    line-height: 44px;
}

.htl-fea-card p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 25px;
}


.main-btn {
    background-color: #261642;
    color: var(--text-white);
    padding: 12px 28px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 6px;
    display: inline-flex;
    flex-direction: row-reverse;
    gap: 8px;
    transition: all 0.3s ease-in-out;
    align-items: center;
    font-size: 15px;
    position: relative;
    z-index: 1;
    transition: .5s;
    border-radius: 4px;
    overflow: hidden;
    isolation: isolate;
}

@keyframes pulse {

    0%,
    100% {
        transform: scale3d(1, 1, 1);
    }

    50% {
        transform: scale3d(1.05, 1.05, 1.05);
    }
}


.main-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 100%;
    background: #89532e;
    transition: .5s;
    z-index: -1;
    animation: pulse 2s infinite;
    z-index: -1;
}

.main-btn:hover::before {
    width: 100%;
    left: 0;
}

.main-btn:hover {
    color: #fff;
    animation-play-state: paused;
}


.htl-fea-card a i {
    font-size: 1.5rem;
}


.htl-fea-img-box {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
    width: 100%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.1);
}


.htl-fea-img-box::after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: 1.5px solid rgba(212, 175, 55, 0.2);
    border-radius: 6px;
    pointer-events: none;
    z-index: 3;
}

.htl-fea-img-box:hover::after {

    border-color: var(--primary-color);
    transition: 0.4s linear;

}

.htl-fea-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}


.fea-img-ovrlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(to top, rgb(0 0 0 / 74%) 0%, rgba(0, 0, 0, 0) 100%);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 20px;
    z-index: 2;
}

.fea-img-ovrlay h3 {
    color: #ffffffcf;
    font-size: 22px;
    margin: 0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
    padding-bottom: 1rem;
}


.htl-fea-img-box:hover img {
    transform: scale(1.05);
}

.htl-fea-img-box:hover {
    border-color: var(--secondry-gold);
}

/* hotel-fea-sec */

/* discover-sec */

section.attract-sec {
    background: #fdf4eb;
}

.attract-container {
    display: flex;
    width: 100%;
    height: 500px;
    overflow: hidden;
    margin-top: 30px;
    position: relative;
    gap: 12px;
}

.attract-item {
    position: relative;
    flex: 1;
    height: 100%;
    transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    cursor: pointer;
    overflow: hidden;
    background-position: center center !important;
    border-radius: 18px;
    background-repeat: no-repeat !important;
    background-size: cover;
}


.attract-item::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,
            rgba(0, 0, 0, 0.75),
            rgba(0, 0, 0, 0.15));
    transition: 0.4s ease;
    z-index: 1;
}


.attract-container:hover .attract-item {
    flex: 0.8;
}

.attract-item:hover,
.attract-item.active {
    flex: 5 !important;
}

.item-content {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    z-index: 2;

    padding: 25px;
    border-radius: 20px;

    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(12px);

    color: var(--color-white);

    transform: translateY(20px);
    opacity: 0;
    visibility: hidden;

    transition: all 0.45s ease;
}

.attract-item:hover .item-content,
.attract-item.active .item-content {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}


.attract-item:not(.active):not(:hover) .item-content {
    opacity: 0;
    visibility: hidden;
}

.item-title {
    font-size: 28px;
    margin-bottom: 10px;
    color: var(--color-white);
    line-height: 1.2;
    text-transform: capitalize;
    letter-spacing: 0.02rem;
}


.item-content p {
    margin: 0;
    color: rgba(255, 255, 255, 0.85);
    font-size: 16px;
    line-height: 1.7;
    max-width: 500px;
}


.attract-item.active {
    outline: 2px solid #c5a059;
    outline-offset: -2px;
}


/* discover-sec */

/* footer-sec */

.ftr-main-sec {
    background-color: #192a56;
}

.ftr-main-sec .ftr-brand-img {
    max-width: 43rem;
    height: auto;
    width: 29rem;
}


.ftr-main-sec .ftr-widget-title {
    color: #ffffff;
    font-size: 1.9rem;
    font-weight: 600;
    letter-spacing: 0.25rem;
    margin-bottom: 2.2rem;
}

.ftr-main-sec .ftr-info-list li,
.ftr-main-sec .ftr-info-list a,
.ftr-main-sec .ftr-loc-text,
.ftr-main-sec .ftr-hours-text {
    color: #dedede;
    font-size: 17px;
    line-height: 1.7;
    letter-spacing: 0.04rem;
}

.ftr-main-sec .ftr-info-list a {
    transition: color 0.3s ease;
}

.ftr-main-sec .ftr-info-list a:hover {
    color: #cbb27a;
}

.ftr-main-sec .ftr-info-list i {
    font-size: 1.7rem;
    color: #ffffff;
    width: 2rem;
    text-align: center;
}

.ftr-main-sec .social-icon-link i {
    font-size: 2.2rem;
    color: #ffffff;
    transition: transform 0.3s ease, color 0.3s ease;
}

.ftr-main-sec .social-icon-link:hover i {
    color: #cbb27a;
    transform: scale(1.1);
}


.ftr-main-sec .ftr-map-link {
    color: #cbb27a;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    margin-top: 0.6rem;
    border-bottom: 0.1rem solid transparent;
    transition: all 0.3s ease;
    letter-spacing: 0.02rem;
}

.ftr-main-sec .ftr-map-link:hover,
.ftr-main-sec .copyright-text a.ftr-highlight:hover {
    color: #ffffff;
    border-bottom-color: #ffffff;
}


.ftr-main-sec .time-highlight {
    color: #ffffff;
    font-weight: 400;
}


.ftr-main-sec .ftr-bottom-socket {
    background-color: #0f2251;
    border-top: 0.05rem solid rgba(255, 255, 255, 0.08);
}

.ftr-main-sec .copyright-text {
    color: #b8cdae;
    font-size: 15px;
    letter-spacing: 0.03rem;
    line-height: 2rem;
}

.ftr-main-sec .copyright-text .ftr-highlight {
    font-size: 17px;
    color: #cbb27a;
    font-weight: 500;
}

.ftr-main-sec .copyright-text a.ftr-highlight {
    border-bottom: 0.1rem solid transparent;
    transition: 0.3s ease;
}

/* faq-sec */

.hm-pg-faq .title-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.2rem;
    color: #89532e;
    font-size: 1.6rem;
}

.hm-pg-faq .title-divider span {
    width: 4rem;
    height: 0.1rem;
    background-color: #89532e;
    display: inline-block;
}


.hm-pg-faq .testimonial-slider {
    position: relative;
    padding-bottom: 5rem;
}

.hm-pg-faq .quote-icon {
    font-size: 3.2rem;
    color: #c4a059;
    margin-bottom: 1.5rem;
}

.hm-pg-faq .review-text {
    font-size: 1.6rem;
    line-height: 1.8;
    color: #666666;
    font-style: italic;
    min-height: 10rem;
}

.hm-pg-faq .reviewer-img {
    width: 5.5rem !important;
    height: 5.5rem;
    border-radius: 50%;
    object-fit: cover;
}

.hm-pg-faq .reviewer-name {
    font-size: 1.8rem;
    font-weight: 700;
    color: #1a1a1a;
}

.hm-pg-faq .star-rating {
    color: #c4a059;
    font-size: 1.3rem;
}


.hm-pg-faq .testimonial-slider .owl-nav {
    position: absolute;
    top: 0;
    right: 18px;
    display: flex;
    pointer-events: none;
    gap: 1rem;
}

.hm-pg-faq .testimonial-slider .owl-nav button.owl-prev,
.hm-pg-faq .testimonial-slider .owl-nav button.owl-next {
    width: 4rem;
    height: 4rem;
    border-radius: 50% !important;
    border: 0.1rem solid #c4a059 !important;
    background: #ffffff !important;
    color: #c4a059 !important;
    font-size: 1.4rem !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
    transition: all 0.3s ease;
    box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.05);
}

.hm-pg-faq .testimonial-slider .owl-nav button.owl-prev:hover,
.hm-pg-faq .testimonial-slider .owl-nav button.owl-next:hover {
    background-color: #c4a059 !important;
    color: #ffffff !important;
}


.hm-pg-faq .custom-accordion .accordion-item {
    border: 0.1rem solid #e0dabf;
    border-radius: 0.8rem !important;
    overflow: hidden;
    background: #ffffff;
}

.hm-pg-faq .custom-accordion .accordion-button {
    font-size: 1.6rem;
    font-weight: 600;
    color: #333333;
    background-color: #ffffff;
    padding: 1.8rem 2.2rem;
    box-shadow: none;
}

.hm-pg-faq .custom-accordion .accordion-button:not(.collapsed) {
    background-color: #636363;
    color: #ffffff;
}


.hm-pg-faq .custom-accordion .accordion-button::after {
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    content: "\f067";
    background: none;
    font-size: 1.5rem;
    color: #c4a059;
    transform: none !important;
}

.hm-pg-faq .custom-accordion .accordion-button:not(.collapsed)::after {
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    content: "\f068";
    color: #ffffff;
}

.hm-pg-faq .custom-accordion .accordion-body {
    font-size: 1.4rem;
    line-height: 1.7;
    color: #010101;
    padding: 1.8rem 2.2rem;
    background-color: #ffffff;
    font-weight: 400;
    letter-spacing: 0.02rem;
}


/* faq-sec */

/* footer-sec */





/* float-whatsapp */

.whatsapp-float-btn {
    position: fixed;
    left: 5px;
    bottom: 60px;
    transform: translateY(-50%);
    z-index: 9999;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #ffffff;
    color: #555;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 50px;
    box-shadow: 0 4px 15px rgb(77 33 33 / 43%);
    transition: all 0.3s ease;
}


.whatsapp-float-btn:hover {
    color: #25D366;
    transform: translateY(-50%) translateX(3px);
}


span.whatsapp-icon i {
    font-size: 29px;
    color: #4caf50;
}

.whatsapp-icon {
    width: 28px;
    height: 28px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.whatsapp-text {
    white-space: nowrap;
    line-height: 1;
}


/* float-whatsapp-sec */


/* about-sub-page */

/* bnr */

.abt-innr-bnr {
    position: relative;
    overflow: hidden;
    min-height: 580px;
}


.abt-innr-bnr .abt-innr-bnr-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.abt-innr-bnr .abt-innr-bnr-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.abt-innr-bnr .abt-innr-bnr-content {
    position: relative;
    z-index: 3;
    min-height: 580px;
    display: flex;
    align-items: center;
}

.abt-innr-bnr .abt-innr-bnr-shape {
    position: relative;
    width: 55%;
    min-height: 580px;
    padding: 120px 38px 40px 91px;
    display: flex;
    flex-direction: column;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}


.abt-innr-bnr .abt-logo {
    margin-bottom: 40px;
    position: relative;
    z-index: 5;
}

.abt-innr-bnr .abt-logo img {
    max-width: 260px;
}

.abt-innr-bnr .abt-innr-bnr-shape h1 {
    font-size: 69px;
    line-height: 1;
    color: #0f2727;
    font-weight: 500;
    margin-bottom: 35px;
    position: relative;
    z-index: 5;
    margin-top: 1.4rem;
}

.abt-innr-bnr .abt-divider {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 35px;
    position: relative;
    z-index: 5;
}

.abt-innr-bnr .abt-divider span {
    width: 105px;
    height: 1px;
    background: #b8955d;
}

.abt-innr-bnr .abt-divider i {
    color: #b8955d;
    font-size: 14px;
}

.abt-innr-bnr .abt-innr-bnr-shape h5 {
    color: #b28a4e;
    font-size: 36px;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 28px;
    position: relative;
    z-index: 5;
}

.abt-innr-bnr .abt-innr-bnr-shape p {
    max-width: 430px;
    color: #444444;
    font-size: 24px;
    line-height: 1.9;
    position: relative;
    z-index: 5;
}

.abt-innr-bnr .abt-innr-bnr-shape .leaf-bg {
    position: absolute;
    left: -40px;
    bottom: -30px;
    opacity: .08;
}



/* bnr */

/* abt-main */

.abt-sec-2 {
    background: #eee7e1;
}

.abt-sec-2 .hotel-img-wrapper img {
    object-fit: cover;
    display: block;
    border-radius: 1.5rem;
}

.abt-sec-2 .icon-circle-frame {
    width: 6.5rem;
    height: 6.5rem;
    border: 0.15rem solid #bfa374;
    border-radius: 50%;
    background-color: transparent;
}

.abt-sec-2 .icon-circle-frame img {
    width: 44px;
    height: 44px;
    object-fit: cover;
    filter: brightness(0) saturate(100%) invert(62%) sepia(10%) saturate(1686%) hue-rotate(356deg) brightness(93%) contrast(89%);
}

.abt-sec-2 .icon-circle-frame i {
    font-size: 2.8rem;
    color: #bfa374;
}

.abt-sec-2 .hotel-title {
    color: #1a2b32;
    letter-spacing: 0.02rem;
}

.abt-sec-2 .hotel-divider {
    position: relative;
    width: 12rem;
    height: 0.1rem;
    background-color: #bfa374;
    margin-top: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.abt-sec-2 .divider-dot {
    width: 0.5rem;
    height: 0.5rem;
    background-color: #bfa374;
    transform: rotate(45deg);
    position: absolute;
}

.abt-sec-2 .hotel-desc {
    color: #555555;
    line-height: 2.8rem;
    font-weight: 400;
    letter-spacing: 0.02rem;
    max-width: 52rem;
}

/* abt-main */

/* m&v-sec */
.abt-mv-sec {
    background-color: #12231b;
}

.abt-mv-sec .mv-box {
    padding: 2rem 0;
}

.abt-mv-sec .mv-icon-frame {
    width: 6rem;
    height: 6rem;
    border: 0.12rem solid #bfa374;
    border-radius: 50%;
    background-color: transparent;
    transition: transform 0.4s ease;
}


.abt-mv-sec .mv-icon-frame i {
    font-size: 3rem;
    color: #bfa374;
}

.abt-mv-sec .mv-title {
    font-size: 2.8rem;
    color: #bfa374;
    font-weight: 500;
    letter-spacing: 0.05rem;
}

.abt-mv-sec .mv-mini-divider {
    position: relative;
    width: 6rem;
    height: 0.1rem;
    background-color: #bfa374;
    display: flex;
    align-items: center;
    margin-top: 1rem;
}

.abt-mv-sec .mini-dot {
    width: 0.4rem;
    height: 0.4rem;
    background-color: #bfa374;
    transform: rotate(45deg);
    position: absolute;
    left: 2.5rem;
}

.abt-mv-sec .mv-desc {
    color: #dedede;
    font-size: 1.6rem;
    line-height: 2.6rem;
    font-weight: 300;
    letter-spacing: 0.03rem;
}

.abt-mv-sec .mv-center-divider {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 4rem;
    transform: translateX(-50%);
    z-index: 2;
}

.abt-mv-sec .divider-line {
    width: 0.1rem;
    background-color: rgba(191, 163, 116, 0.4);
    flex-grow: 1;
}

.abt-mv-sec .divider-flower {
    padding: 1.5rem 0;
    color: #bfa374;
    font-size: 1.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* m&v-sec */

/* loc-sec */
.abt-othr-detail .left-owner-block {
    background-color: #1a1a1a;
    position: relative;
}

.abt-othr-detail .owner-img-card {
    border: 0.1rem solid #bfa374;
    border-radius: 1.5rem;
    overflow: hidden;
}

.abt-othr-detail .owner-img-card img {
    border-radius: 1rem;
    object-fit: cover;
    display: block;
}


.abt-othr-detail .owner-badge-icon,
.abt-othr-detail .location-badge-icon {
    width: 5.6rem;
    height: 5.6rem;
    border: 0.15rem solid #bfa374;
    border-radius: 50%;
}

.abt-othr-detail .owner-badge-icon i,
.abt-othr-detail .location-badge-icon i {
    font-size: 2.4rem;
    color: #bfa374;
}

.abt-othr-detail .block-title {
    font-size: 2.6rem;
    font-weight: 500;
    letter-spacing: 0.05rem;
}

.abt-othr-detail .left-owner-block .block-title {
    color: #bfa374;
}

.abt-othr-detail .custom-gold-line,
.iner_gallery h2 .custom-gold-line,
.testi-main-sec h2 .custom-gold-line {
    position: relative;
    width: 8rem;
    height: 0.1rem;
    background-color: #bfa374;
    display: flex;
    align-items: center;
}

.abt-othr-detail .line-node,
.iner_gallery h2 .line-node,
.testi-main-sec h2 .line-node {
    position: absolute;
    left: 3.6rem;
    width: 0.6rem;
    height: 0.6rem;
    background-color: #bfa374;
    transform: rotate(45deg);
}

.abt-othr-detail .block-desc {
    font-size: 1.6rem;
    line-height: 2.6rem;
    font-weight: 300;
    letter-spacing: 0.02rem;
}

.abt-othr-detail .left-owner-block .block-desc {
    color: #cccccc;
}

.abt-othr-detail .owner-sig-text {
    color: #bfa374;
    font-size: 2.6rem;
    font-weight: 400;
    letter-spacing: 0.05rem;
    font-family: "Great Vibes", cursive;
}

.abt-othr-detail .right-location-block {
    background-size: cover !important;
    background-position: center right !important;
    z-index: 1;
    background-repeat: no-repeat !important;
}

.abt-othr-detail .right-location-block::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, #f5f2ebeb 65%, rgb(245 242 235 / 55%) 100%);
    z-index: -1;
}

.abt-othr-detail .right-location-block .block-title {
    color: #1a1a1a;
}

.abt-othr-detail .right-location-block .block-desc {
    color: #444444;
}

.abt-othr-detail .location-contact-info .info-txt {
    font-size: 1.55rem;
    line-height: 2.4rem;
    color: #333333;
    font-weight: 400;
    transition: color 0.3s ease;
}

.abt-othr-detail .location-contact-info a.info-txt:hover {
    color: #bfa374;
}

.abt-othr-detail .location-contact-info .contact-icon {
    font-size: 1.8rem;
    color: #1a1a1a;
    width: 2.2rem;
    text-align: center;
}

/* loc-sec */

/* abt-cta-sec */

.abt-cta {
    background-size: cover !important;
    background-position: bottom center !important;
    background-repeat: no-repeat !important;
    padding: 100px 0;
    position: relative;
    isolation: isolate;
}

.abt-cta .sec-tle {
    color: #a73707 !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .3rem;
    font-weight: 600;
}

.abt-cta .sec-tle .custom-gold-line {
    position: relative;
    width: 8rem;
    height: 0.1rem;
    background-color: #bfa374;
    display: flex;
    align-items: center;
    margin: auto;
}

.abt-cta .sec-tle .custom-gold-line .line-node {
    position: absolute;
    left: 3.6rem;
    width: 0.6rem;
    height: 0.6rem;
    background-color: #bfa374;
    transform: rotate(45deg);
}

.abt-othr-detail .owner-img-card img {
    object-position: 30% 0;
}

/* abt-cta-sec */


/* about-sub-page */

/* location-sub-page */

/* bnr */

.loc-innr-bnr {
    margin-top: 5rem;
    margin-bottom: 8rem;
    background: #fff6e5;
    position: relative;
}

.loc-innr-bnr .left-content-col {
    padding-left: 10%;
    padding-right: 5%;
    padding-top: 6rem;
    padding-bottom: 12rem;
}

.loc-innr-bnr .sub-title-wrapper {
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.loc-innr-bnr .sub-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: #c5a880;
    letter-spacing: 0.15rem;
}

.loc-innr-bnr .title-line {
    display: inline-block;
    width: 3.5rem;
    height: 0.15rem;
    background-color: #c5a880;
}

.loc-innr-bnr .main-title {
    font-size: 5rem;
    font-weight: 500;
    color: #111111;
    line-height: 1.3;
    margin-bottom: 2rem;
}

.loc-innr-bnr .description {
    font-size: 1.6rem;
    line-height: 1.6;
    color: #555555;
    margin-bottom: 3rem;
}

.loc-innr-bnr .btn-view-map {
    display: inline-flex;
    align-items: center;
    border: 1px solid #bfa374 !important;
    color: #bfa374 !important;
    background: transparent !important;
}

.loc-innr-bnr .btn-view-map:hover {
    color: #ffffff !important;
}

.loc-innr-bnr .right-img-col {
    height: 55rem;
}

.loc-innr-bnr .hotel-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.loc-innr-bnr .gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #fff6e5 0%, rgb(255 246 229 / 82%) 20%, rgb(255 246 229 / 7%) 60%);
    pointer-events: none;
}

.loc-bnr-info-crd {
    position: relative;
    z-index: 10;
    margin-top: -16rem;
}

.loc-bnr-info-crd .info-card-box {
    background: #ffffff;
    border-radius: 1.5rem;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.08);
    padding: 3rem 1rem;
}

.loc-bnr-info-crd .info-item {
    display: flex;
    align-items: center;
    min-height: 120px;
    margin: 0;
}

.loc-bnr-info-crd .border-right-sep {
    border-right: 1px solid #ececec;
}

.loc-bnr-info-crd .info-icon-box {
    width: 50px;
    min-width: 50px;
    text-align: center;
    font-size: 2.8rem;
    color: #c5a880;
    margin-right: 1.5rem;
}

.loc-bnr-info-crd .info-text h3 {
    font-size: 1.6rem;
    font-weight: 700;
    color: #111111;
    margin-bottom: 0.5rem;
    line-height: 1.6;
}

.loc-bnr-info-crd .info-text p {
    font-size: 1.4rem;
    line-height: 1.6;
    color: #666666;
    margin: 0;
}

/* bnr */

/* reach-sec */


.loc-rea-us .title-bottom-line {
    display: block;
    width: 5rem;
    height: 0.2rem;
    background-color: #c5a880;
    margin-bottom: 3rem;
    margin-top: .5rem;
}

.loc-rea-us .route-list {
    display: flex;
    flex-direction: column;
}

.loc-rea-us .route-item {
    padding: 2.2rem 0;
    border-bottom: 1px solid #eeeeee;
    transition: all 0.3s ease;
}

.loc-rea-us .route-item:last-child {
    border-bottom: none;
}

.loc-rea-us .icon-box {
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    background-color: #fbf9f6;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c5a880;
    font-size: 2.2rem;
    flex-shrink: 0;
    margin-right: 2rem;
}

.loc-rea-us .route-details h3 {
    font-size: 18px;
    font-weight: 600;
    color: #111111;
    margin-bottom: .8rem;
}

.loc-rea-us .route-details p {
    color: #666666;
}

.loc-rea-us .arrow-box {
    color: #c5a880;
    font-size: 1.4rem;
    padding-left: 1.5rem;
}


.loc-rea-us .map-wrapper-box {
    width: 100%;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.03);
    border: 1px solid #f1f1f1;
}

.loc-rea-us .map-wrapper-box iframe {
    display: block;
}

/* reach-sec */

/* cta-sec */
.loc-pg-cta {
    background-color: #fbf9f6;
    border-radius: 1.2rem;
    padding: 3.5rem 2.5rem;
    width: 100%;
}

.loc-pg-cta .main-icon-box {
    color: #c5a880;
    font-size: 4.2rem;
    line-height: 1;
    flex-shrink: 0;
}

.loc-pg-cta .cta-intro-text h2 {
    font-size: 2.2rem;
    font-weight: 600;
    color: #111111;
    margin-bottom: 0.6rem;
}

.loc-pg-cta .cta-intro-text p {
    font-size: 1.4rem;
    line-height: 1.6;
    color: #555555;
    margin-bottom: 0;
}

.loc-pg-cta .border-right-sep {
    border-right: 1px solid #eadecc;
}

.loc-pg-cta .contact-icon {
    color: #c5a880;
    font-size: 1.8rem;
    width: 2.2rem;
    text-align: center;
}

.loc-pg-cta .contact-link {
    font-size: 1.6rem;
    font-weight: 600;
    color: #111111;
    text-decoration: none;
    transition: color 0.3s ease;
}

.loc-pg-cta .contact-link:hover {
    color: #c5a880;
}

.loc-pg-cta .qr-text h3 {
    font-size: 1.8rem;
    font-weight: 600;
    color: #111111;
    margin-bottom: 0.5rem;
}

.loc-pg-cta .qr-text p {
    font-size: 1.4rem;
    color: #555555;
    margin-bottom: 0;
}

.loc-pg-cta .qr-code-box {
    width: 7.5rem;
    height: 7.5rem;
    background-color: #ffffff;
    padding: 0.4rem;
    border: 1px solid #eadecc;
    border-radius: 0.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.loc-pg-cta .qr-code-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* cta-sec */

/* location-sub-page */

/* ameniti-sub-page */

/* bnr */

.ameni-innr-bnr {
    background-size: cover !important;
    background-position: top center !important;
    background-repeat: no-repeat !important;
    padding: 15rem 0;
    position: relative;
    isolation: isolate;
}

.ameni-innr-bnr .innr-bnr-txt-cont {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 1rem;
}

.ameni-innr-bnr .innr-bnr-txt-cont h1 {
    font-size: 42px;
    color: var(--color-white);
    font-weight: 600;
    letter-spacing: 0.1rem;
}

.ameni-innr-bnr .innr-bnr-txt-cont .innr-bredcumb {
    position: relative;
    padding-top: 1.5rem;
}

.ameni-innr-bnr:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000094;
    z-index: -1;
}

.ameni-innr-bnr .innr-bnr-txt-cont .innr-bredcumb nav {
    justify-content: center;
    margin-bottom: 0;
    padding: 0;
    background: transparent;
}


.innr-bnr-txt-cont .innr-bredcumb .breadcrumb-item {
    font-weight: 500;
    display: flex;
    align-items: center;
    font-size: 1.8rem;
}


.innr-bnr-txt-cont .innr-bredcumb .breadcrumb-item a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.innr-bnr-txt-cont .innr-bredcumb .breadcrumb-item a:hover {
    color: #dfb16c;
}


.innr-bnr-txt-cont .innr-bredcumb .breadcrumb-item.active {
    color: #dfb16c !important;
}

.innr-bnr-txt-cont .innr-bredcumb .breadcrumb-item+.breadcrumb-item::before {
    content: "\f105" !important;
    font-family: "Font Awesome 6 Pro" !important;
    font-weight: 900;
    color: #ffffff;
    font-size: 1.6rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    opacity: 0.8;
    display: inline-block;
    vertical-align: middle;
    padding-top: .5rem;
}

/* bnr */

/* ameniti-main */

.aminiti-pg-main-2 .amenity-card {
    margin-bottom: 1.5rem;
    transition: transform 0.3s ease;
}

.aminiti-pg-main-2 .amenity-card:hover {
    transform: translateY(-0.5rem);
}


.aminiti-pg-main-2 .amenity-img-wrap {
    border-radius: 1.6rem;
    overflow: visible;
    position: relative;
}

.aminiti-pg-main-2 .amenity-img-wrap img {
    border-radius: 1.6rem;
    object-fit: cover;
    height: 22rem;
    display: block;
}


.aminiti-pg-main-2 .amenity-icon-badge {
    position: absolute;
    bottom: -1.8rem;
    left: 50%;
    transform: translateX(-50%);
    width: 5rem;
    height: 5rem;
    background-color: #bfa374;
    border: 0.3rem solid #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.08);
    z-index: 3;
    transition: background-color 0.3s ease, transform 0.3s ease;
}


.aminiti-pg-main-2 .amenity-card:hover .amenity-icon-badge {
    background-color: #1a1a1a;
    transform: translateX(-50%) scale(1.05);
}

.aminiti-pg-main-2 .amenity-icon-badge i {
    font-size: 1.85rem;
    color: #ffffff;
}


.aminiti-pg-main-2 .amenity-title {
    color: #1a1a1a;
    font-size: 2rem;
    font-weight: 600;
    line-height: 2.8rem;
}

.aminiti-pg-main-2 .amenity-desc {
    color: #555555;
    font-size: 1.5rem;
    line-height: 1.55;
    font-weight: 400;
}

/* ameniti-main */

/* ameniti-sub-page */

/* attract-sub-page */

.attrac-pg-main .main-title {
    color: #1a1a1a;
    font-size: 3.6rem;
    font-weight: 600;
}


.attrac-pg-main .place-card {
    background-color: #ffffff;
    border-radius: 1.2rem;
    overflow: hidden;
    box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.03);
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #0000001a;
}

.attrac-pg-main .place-card:hover {
    transform: translateY(-0.6rem);
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.08);
}


.attrac-pg-main .place-img-wrap img {
    height: 28rem;
    object-fit: cover;
    display: block;
}

.attrac-pg-main .distance-badge {
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    background-color: rgba(191, 163, 116, 0.9);
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 500;
    padding: 0.5rem 1.2rem;
    border-radius: 0.6rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    backdrop-filter: blur(0.2rem);
}

.attrac-pg-main .place-content {
    padding: 2.5rem 2rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.attrac-pg-main .place-name {
    color: #1a1a1a;
    font-size: 2.1rem;
    font-weight: 600;
    line-height: 1.6;
}

.attrac-pg-main .place-desc {
    color: #666666;
    font-size: 1.5rem;
    line-height: 1.7;
    flex-grow: 1;
}


.attrac-pg-main .btn-book {
    background-color: #f7f1e7;
    color: #1a1a1a;
    font-size: 1.45rem;
    font-weight: 600;
    letter-spacing: 0.05rem;
    padding: 1.2rem 2rem;
    border-radius: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: background-color 0.3s ease, color 0.3s ease;
    width: 100%;
}

.attrac-pg-main .btn-book i {
    font-size: 1.4rem;
    transition: transform 0.3s ease;
    margin-left: auto;
}

.attrac-pg-main .btn-book:hover {
    background-color: #bfa374;
    color: #ffffff;
}

.attrac-pg-main .btn-book:hover i {
    transform: translateX(0.4rem);
}

/* attract-sub-page */

/* contact-sub-page */

/* contac-main */

.contac-pg-main .section-desc {
    color: #555555;
    font-size: 1.5rem;
    line-height: 1.6;
}

.contac-pg-main .info-box {
    background-color: #fcf9f5;
    border-radius: 1rem;
    padding: 2rem;
}

.contac-pg-main i.fas.fa-phone-alt {
    transform: scaleX(-1);
}

.contac-pg-main .info-icon-box {
    background-color: #bfa374;
    color: #ffffff;
    width: 4.8rem;
    height: 4.8rem;
    min-width: 4.8rem;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    margin-right: 1.8rem;
}

.contac-pg-main .info-text h5 {
    color: #1a1a1a;
    font-size: 1.7rem;
    font-weight: 600;
    margin-bottom: 0.6rem;
}

.contac-pg-main .info-text p {
    color: #555555;
    font-size: 1.56rem;
    line-height: 1.6;
}

.contac-pg-main .info-text a:hover p {
    color: #89532e !important;
    transition: 0.4s ease-in;
}

.contac-pg-main .map-link {
    color: #bfa374;
    font-size: 1.5rem;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    margin-top: 0.4rem;
    transition: color 0.3s ease;
    gap: .5rem;
}

.contac-pg-main .map-link:hover {
    color: #1e3822;
}

.contac-pg-main .form-card-container {
    background-color: #ffffff;
    border: 0.1rem solid #eaeaea;
    border-radius: 1.6rem;
    box-shadow: 0 1rem 4rem rgba(0, 0, 0, 0.03);
    overflow: hidden;
}

.contac-pg-main .form-body-pad {
    padding: 4.5rem;
}

.contac-pg-main .form-sub-tag {
    color: #bfa374;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.1rem;
}

.contac-pg-main .line-bar {
    display: inline-block;
    width: 2rem;
    height: 0.2rem;
    background-color: #bfa374;
}

.contac-pg-main .form-title {
    color: #1a1a1a;
    font-size: 2.6rem;
    font-weight: 600;
    padding-top: .8rem;
}

.contac-pg-main .form-group-custom {
    display: flex;
    flex-direction: column;
}

.contac-pg-main .form-label-custom {
    color: #333333;
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.contac-pg-main .form-control-custom,
.contac-pg-main .form-select-custom {
    background-color: #ffffff;
    border: 0.1rem solid #cccccc;
    border-radius: 0.8rem;
    padding: 1.2rem 1.6rem;
    font-size: 1.6rem;
    color: #1a1a1a;
    outline: none;
    transition: border-color 0.3s ease;
}

.contac-pg-main .form-select-custom {
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23333333' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1.6rem center;
    background-size: 1.2rem;
}

.contac-pg-main .form-control-custom::placeholder {
    color: #aaaaaa;
}

.contac-pg-main .form-control-custom:focus,
.contac-pg-main .form-select-custom:focus {
    border-color: #bfa374;
}

.contac-pg-main .textarea-custom {
    resize: none;
}


.contac-pg-main .btn-submit-custom {
    border: none !important;
}

.contac-pg-main .form-footer-bar {
    background-color: #f6efe4;
    padding: 2.5rem 4.5rem;
    border-top: 0.1rem solid #eaeaea;
}

.contac-pg-main .footer-bar-icon {
    color: #bfa374;
    font-size: 2.46rem;
    margin-right: .5rem;
}

.contac-pg-main .footer-bar-text span {
    color: #8f7243;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0.2rem;
    padding-bottom: .2rem;
    display: inline-block;
}

.contac-pg-main .footer-bar-text p {
    color: #666666;
    font-size: 1.4rem;
}

.contac-pg-main .contact-info-wrap .info-text h3 {
    font-size: 19px;
    font-weight: 600;
    color: #010101;
}

.contac-pg-main .phone-link {
    color: #1a1a1a;
    font-size: 1.6rem;
    font-weight: 500;
    display: flex;
    margin-bottom: 0.2rem;
    transition: color 0.3s ease;
    align-items: center;
    gap: .5rem;
}

.contac-pg-main .footer-bar-phone p b {
    font-size: 1.7rem;
}

.contac-pg-main .phone-link p {
    display: flex;
    flex-direction: column;
    gap: .2rem;
    text-align: start;
}

.contac-pg-main .phone-link:hover {
    color: #bfa374;
}

.contac-pg-main .footer-bar-phone p {
    color: #666666;
    font-size: 1.4rem;
}


/* contac-main */

/* contact-sub-page */

/* gallery-pg-start */

.iner_gallery .wrapper {
    --_gap: .5rem;
    --_offset: 10%;
    --_offset-1: calc(var(--_offset) * 1);
    --_offset-2: calc(var(--_offset) * 2);
    --_offset-3: calc(var(--_offset) * 3);
    --_offset-7: calc(var(--_offset) * 7);
    --_offset-8: calc(var(--_offset) * 8);
    --_offset-9: calc(var(--_offset) * 9);
    width: calc(100% - 4rem);
    margin: 2rem auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 var(--_gap);
    pointer-events: none;
    transform-style: preserve-3d;
}

.iner_gallery .wrapper>div {
    position: relative;
    pointer-events: auto;
    aspect-ratio: 1;
    transition: scale 500ms ease-in-out, filter 500ms ease-in-out, clip-path 500ms ease-in-out 500ms;
    clip-path: polygon(var(--_clip-path));
    transform: translate3d(0, 0, 0);
}

.iner_gallery .wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.iner_gallery .wrapper>div:nth-child(n+4) {
    margin-top: calc(var(--_offset-3) * -1 + var(--_gap));
}

.iner_gallery .wrapper>div:nth-child(1) {
    --_clip-path: 0 0, 100% 0, 100% var(--_offset-9), 0 100%;
}

.iner_gallery .wrapper>div:nth-child(2) {
    --_clip-path: 0 0, 100% 0, 100% var(--_offset-8), 0 var(--_offset-9);
}

.iner_gallery .wrapper>div:nth-child(3) {
    --_clip-path: 0 0, 100% 0, 100% var(--_offset-7), 0 var(--_offset-8);
}

.iner_gallery .wrapper>div:nth-child(4) {
    --_clip-path: 0 var(--_offset-3), 100% var(--_offset-2), 100% var(--_offset-8), 0 var(--_offset-7);
}

.iner_gallery .wrapper>div:nth-child(5) {
    --_clip-path: 0 var(--_offset-2), 100% var(--_offset-1), 100% var(--_offset-9), 0 var(--_offset-8);
}

.iner_gallery .wrapper>div:nth-child(6) {
    --_clip-path: 0 var(--_offset-1), 100% 0%, 100% 100%, 0 var(--_offset-9);
}

.iner_gallery .wrapper>div:nth-child(7) {
    --_clip-path: 0 0%, 100% var(--_offset-1), 100% 100%, 0 100%;
}

.iner_gallery .wrapper>div:nth-child(8) {
    --_clip-path: 0 var(--_offset-1), 100% var(--_offset-2), 100% 100%, 0 100%;
}

.iner_gallery .wrapper>div:nth-child(9) {
    --_clip-path: 0 var(--_offset-2), 100% var(--_offset-3), 100% 100%, 0 100%;
}

.iner_gallery .wrapper>div.inr_galy_box:hover {
    transition: scale 500ms ease-in-out, filter 500ms ease-in-out, clip-path 500ms ease-in-out 500ms;
    scale: 1.3;
    --_clip-path: 0 0, 100% 0, 100% 100%, 0 100%;
    z-index: 100;
    opacity: 1;
}

.iner_gallery .wrapper:has(:hover)>div:not(:hover) {
    filter: grayscale(1) blur(3px);
    opacity: .5;
    scale: 0.9;
}

@keyframes zIndexHack {

    0%,
    100% {
        z-index: 100;
    }
}


.iner_gallery code {
    color: var(--clr-secondary);
    border: 1px solid rgba(from var(--primary-color) r g b / .25);
    padding-inline: .25rem;
    border-radius: 5px;
}

.iner_gallery .wrapper>div {
    position: relative;
}

.inr_galy_box {
    position: relative;
    overflow: hidden;
    height: 100%;
}


.iner_gallery .portfolio_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s ease;
}


.iner_gallery .portfolio_content {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.4s ease;
}


.iner_gallery .portfolio_content i {
    color: #f54b1e;
    font-size: 25px;
    border: 2px solid #f54b1e;
    padding: 12px;
    border-radius: 50%;
    transform: scale(0.7);
    transition: 0.3s;
    font-weight: 500;
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.inr_galy_box:hover .portfolio_content {
    opacity: 1;
}

.inr_galy_box:hover .portfolio_content i {
    transform: scale(1);
}

.inr_galy_box:hover img {
    transform: scale(1.1);
}

.iner_gallery .wrapper>div {
    aspect-ratio: 1;
    transition: 0.5s;
    clip-path: polygon(var(--_clip-path));
}

/* gallery-pg-end */

/* testi-pg */

.testi-main-sec .testi-card {
    background-color: #ffffff;
    border-radius: 2.4rem;
    position: relative;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 4rem 3rem;
    border: 0.1rem solid #372f2f30;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease;
    isolation: isolate;
}


.testi-main-sec .testi-card-bg {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.testi-main-sec .testi-card:hover {
    transform: translateY(-0.8rem);
    box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.08);
}

.testi-main-sec .rating-stars {
    color: #f59e0b;
    font-size: 1.5rem;
    margin-bottom: 2rem;
    display: flex;
    gap: 0.4rem;
}

.testi-main-sec .testi-text {
    font-size: 1.5rem;
    color: #000000;
    line-height: 2.6rem;
    font-weight: 400;
    margin-bottom: 0;
}

.testi-main-sec .card-1-corner {
    position: absolute;
    top: 0;
    right: 0;
    width: 8rem;
    height: 8rem;
    background-color: #f59e0b;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    z-index: 2;
}

.testi-main-sec .card-1-corner i {
    position: absolute;
    top: 1.8rem;
    right: 1.8rem;
    color: #ffffff;
    font-size: 1.6rem;
}

.iner_gallery .inr_galy_box .portfolio_box {
    width: 100%;
    height: 100%;
}

.testi-main-sec .card-1-line {
    width: 4rem;
    height: 0.3rem;
    background-color: #f59e0b;
    margin: 2.5rem auto 0;
    border-radius: 1rem;
}

.testi-main-sec .card-2-dots {
    position: absolute;
    top: 3rem;
    right: 3rem;
    width: 4.5rem;
    height: 3rem;
    background-image: radial-gradient(#f59e0b 0.15rem, transparent 0.15rem);
    background-size: 0.8rem 0.8rem;
    opacity: 0.7;
}


.testi-main-sec .leaves-bg {
    position: absolute;
    top: 4.5rem;
    left: 50%;
    transform: translateX(-50%);
    width: 14rem;
    height: 14rem;
    opacity: 0.15;
    pointer-events: none;
    z-index: 1;
}

.testi-main-sec .avatar-box img {
    width: 8.5rem;
    height: 8.5rem;
    border-radius: 50%;
    object-fit: cover;
    position: relative;
    z-index: 2;
}

.testi-main-sec .quote-icon-top {
    font-size: 3.2rem;
    margin-bottom: 1.5rem;
    opacity: 0.85;
}

.testi-main-sec .quote-icon-bottom {
    font-size: 3.2rem;
    opacity: 0.85;
    align-self: flex-end;
    margin-top: 1.5rem;
}

.testi-main-sec .testi-card h3 {
    font-size: 20px !important;
    padding-bottom: .5rem;
    font-weight: 700;
}

.testi-main-sec .testi-card .testi-pst {
    font-size: 17px;
    padding-bottom: 1rem;
}

.testi-main-sec .testi-card:before {
    position: absolute;
    content: "";
    left: 50%;
    top: 0;
    bottom: 0;
    width: 26%;
    transform: translateX(-50%);
    border-top: 1px solid #ffb942fc;
    border-bottom: 1px solid #ffb942fc;
}

.testi-main-sec .testi-card::after {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    width: 100%;
    height: 26%;
    transform: translateY(-50%);
    border-right: 1px dashed #ffb942fc;
    border-left: 1px dashed #ffb942fc;
    display: flex;
    justify-content: space-between;
}


/* testi-pg */

/* room-listing-pg */


section.rm-lst-main {
    background: #faf7f3;
}

.rm-lst-main .sec-sub-title {
    color: #bfa374;
    /* Elegant gold brand color */
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: 0.2rem;
    text-transform: uppercase;
}

.rm-lst-main .sec-main-title {
    color: #1a1a1a;
    font-weight: 600;
    padding-top: .5rem;
}

.rm-lst-main .sec-divider {
    width: 5rem;
    height: 0.2rem;
    background-color: #bfa374;
    margin: 1.5rem auto;
}

.rm-lst-main .sec-description {
    color: #555555;
    font-size: 1.55rem;
    max-width: 60rem;
    line-height: 2.6rem;
}

.rm-lst-main .room-card {
    background-color: #ffffff;
    border-radius: 2rem;
    border: 0.1rem solid #eaeaea;
    overflow: hidden;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.03);
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease;
}

.rm-lst-main .room-card:hover {
    transform: translateY(-0.8rem);
    box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.08);
}

.rm-lst-main .room-img-slider-wrap {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
}

.rm-lst-main .room-img-slider-wrap img {
    height: 26rem;
    object-fit: cover;
    display: block;
    width: 100%;
}

.rm-lst-main .zoom-hover-overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(26, 26, 26, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: auto;
    z-index: 10;
    transition: opacity 0.3s ease;
    cursor: pointer;
}

.rm-lst-main .zoom-hover-overlay i {
    color: #ffffff;
    font-size: 2rem;
    background-color: rgba(191, 163, 116, 0.9);
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0.6);
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 0.8rem 2rem rgba(0, 0, 0, 0.15);
}

.rm-lst-main .room-img-slider-wrap:hover .zoom-hover-overlay {
    opacity: 1;
}

.rm-lst-main .room-img-slider-wrap:hover .zoom-hover-overlay i {
    transform: scale(1);
}

.rm-lst-main .room-carousel .owl-dots {
    position: absolute;
    bottom: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 0.8rem;
    z-index: 12;
    margin-top: 0 !important;
}

.rm-lst-main .room-carousel .owl-dot span {
    width: 0.8rem !important;
    height: 0.8rem !important;
    background: rgba(255, 255, 255, 0.6) !important;
    margin: 0 !important;
    border-radius: 50% !important;
    transition: all 0.3s ease !important;
}

.rm-lst-main .room-carousel .owl-dot.active span {
    background: #bfa374 !important;
    transform: scale(1.3);
}

.rm-lst-main .card-floating-badge {
    position: absolute;
    top: 2rem;
    left: 2rem;
    background-color: rgba(191, 163, 116, 0.95);
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 700;
    padding: 0.6rem 1.4rem;
    border-radius: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    z-index: 15;
    box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.1);
}

.rm-lst-main .room-body-content {
    padding: 3rem 2.5rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.rm-lst-main .room-header-row {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    margin-bottom: 1.5rem;
    flex-direction: column;
    gap: 1rem;
}

.rm-lst-main .room-title {
    color: #1a1a1a;
    font-size: 2.4rem;
    font-weight: 600;
    margin: 0;
    letter-spacing: 0.02rem;
    line-height: 1.5;
}

.rm-lst-main .room-capacity-badge {
    font-size: 1.54rem;
    color: #bfa374;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.rm-lst-main .room-short-desc {
    /* font-size: 1.45rem; */
    color: #666666;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    flex-grow: 1;
}

.rm-lst-main .room-amenities-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    border-top: 0.1rem solid #eaeaea;
    padding-top: 1.8rem;
    margin-bottom: 2.5rem;
}

.rm-lst-main .amenity-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 1.5rem;
    font-weight: 500;
    color: #555555;
}

.rm-lst-main .amenity-item i {
    color: #bfa374;
    font-size: 1.6rem;
}

.rm-lst-main .room-footer-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
    padding-top: 1rem;
}

.rm-lst-main .room-price-box {
    font-size: 1.4rem;
    color: #666666;
    font-weight: 500;
}

.rm-lst-main .room-price-amount {
    font-size: 2rem;
    color: #bfa374;
    font-weight: 700;
    letter-spacing: 0.02rem;
}

.rm-lst-main .room-price-unit {
    color: #888888;
    font-size: 1.4rem;
}

.rm-lst-main .btn-view-details {
    background-color: #726b5f;
    color: #ffffff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

/* .rm-lst-main .btn-view-details:active {
            transform: scale(0.97);
        } */


/* cta */

.rm-cta {
    padding: 4rem 0;
}

.rm-cta .cta-box-container {
    background-color: #fcf9f4;
    border-radius: 2.4rem;
    border: 0.1rem solid #bbbbbb75;
    padding: 3.5rem 5rem;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 1rem 3rem rgba(191, 163, 116, 0.04);
    z-index: 2;
}

.rm-cta .bell-badge-wrap {
    width: 7rem;
    height: 7rem;
    background-color: #bfa374;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 3rem;
    box-shadow: 0 0.8rem 2rem rgba(191, 163, 116, 0.15);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    flex-shrink: 0;
}

.rm-cta .bell-badge-wrap i {
    color: #ffffff;
    font-size: 3.2rem;
}

.rm-cta .cta-box-container:hover .bell-badge-wrap {
    transform: scale(1) rotate(-8deg);
}

.rm-cta .cta-text-content {
    flex-grow: 1;
    padding-right: 4rem;
}

.rm-cta .cta-title {
    color: #1a1a1a;
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 0.8rem;
    letter-spacing: -0.03rem;
}

.rm-cta .cta-subtitle {
    color: #555555;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
}

.rm-cta .btn-cta-contact {
    background-color: transparent;
    color: #1e3822;
    border: 0.15rem solid #bfa374;
    border-radius: 1.2rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    white-space: nowrap;
    z-index: 5;
}

.rm-cta .btn-cta-contact:hover {
    color: var(--text-white) !important;
    transition: 0.4s linear;
}

/* cta */

/* room-listing-pg */

/* room-details-pg */

.room-detail-breadcrumbs nav {
    margin: auto;
    display: flex;
    justify-content: center;
    text-align: center;
}

.room-detail-breadcrumbs {
    background: linear-gradient(rgba(10, 20, 12, 0.85), rgba(19, 36, 22, 0.95));
    background-size: cover;
    padding: 4rem 0;
    border-bottom: 0.1rem solid rgba(191, 163, 116, 0.15);
    margin-top: 9rem;
}

.room-detail-breadcrumbs .breadcrumb-item {
    font-size: 1.6rem;
    font-weight: 500;
}

.room-detail-breadcrumbs .breadcrumb-item a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.room-detail-breadcrumbs .breadcrumb-item a:hover {
    color: #bfa374;
}

.room-detail-breadcrumbs .breadcrumb-item.active {
    color: #bfa374;
    font-weight: 600;
}

.room-detail-breadcrumbs .breadcrumb-item+.breadcrumb-item::before {
    content: "\f105";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    color: rgba(255, 255, 255, 0.5);
    font-size: 1.6rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.room-detail-main {
    padding: 2rem;
    background: #faf7f3;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    cursor: pointer;
    opacity: 1;
    filter: brightness(0) saturate(100%) invert(62%) sepia(27%) saturate(455%) hue-rotate(359deg) brightness(101%) contrast(90%);
    font-size: 1.7rem;
}

.room-detail-main .gallery-container {
    position: relative;
}

.room-detail-main .slider-wrapper {
    position: relative;
    border-radius: 1.6rem;
    overflow: hidden;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.05);
    margin-bottom: 2.5rem;
}

.room-detail-main .slider-wrapper img {
    width: 100%;
    height: 55rem;
    object-fit: cover;
    display: block;
}

.room-detail-main .slider-navigation {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 2rem;
    pointer-events: none;
    z-index: 10;
}

.room-detail-main .nav-arrow {
    width: 4.8rem;
    height: 4.8rem;
    background-color: #ffffff;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0.4rem 1.5rem rgba(0, 0, 0, 0.12);
    cursor: pointer;
    pointer-events: auto;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.room-detail-main .nav-arrow:hover {
    background-color: #bfa374;
    color: #ffffff;
    transform: scale(1.08);
}

.room-detail-main .nav-arrow i {
    color: #1a1a1a;
    font-size: 1.6rem;
    transition: color 0.3s ease;
}

.room-detail-main .nav-arrow:hover i {
    color: #ffffff;
}

.room-detail-main .thumbnails-row {
    display: flex;
    gap: 1.6rem;
    overflow-x: auto;
    scrollbar-width: none;
    padding-bottom: 0.5rem;
}

.room-detail-main .thumbnails-row::-webkit-scrollbar {
    display: none;
}

.room-detail-main .thumb-item {
    position: relative;
    width: 14rem;
    height: 9.5rem;
    border-radius: 1rem;
    overflow: hidden;
    cursor: pointer;
    border: 0.2rem solid transparent;
    box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.room-detail-main .thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.75;
    transition: opacity 0.3s ease;
}

.room-detail-main .thumb-item:hover img,
.room-detail-main .thumb-item.active img {
    opacity: 1;
}

.room-detail-main .thumb-item.active {
    border-color: #bfa374;
    transform: scale(0.97);
    box-shadow: 0 0.4rem 1.5rem rgba(191, 163, 116, 0.25);
}

.room-detail-main .video-play-overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}

.room-detail-main .thumb-item:hover .video-play-overlay {
    background-color: rgba(0, 0, 0, 0.2);
}

.room-detail-main .play-button-ring {
    width: 3.6rem;
    height: 3.6rem;
    border: 0.2rem solid #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 1.2rem;
    padding-left: 0.3rem;
    background-color: rgba(0, 0, 0, 0.25);
}

.room-detail-main .booking-card {
    background-color: #fbf9f6;
    border: 0.1rem solid #ebdcc5;
    border-radius: 2rem;
    padding: 3rem;
    box-shadow: 0 1.5rem 4rem rgba(191, 163, 116, 0.05);
    position: sticky;
    top: 3rem;
}

.room-detail-main .room-title {
    color: #111111;
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1.4rem;
    letter-spacing: -0.05rem;
}

.room-detail-main .room-desc {
    color: #555555;
    line-height: 1.6;
    margin-bottom: 2.5rem;
}

.room-detail-main .pricing-divider {
    border-top: 0.1rem solid #ebdcc5;
    margin-bottom: 2.5rem;
}

.room-detail-main .price-tag-sub {
    font-size: 1.6rem;
    text-transform: uppercase;
    letter-spacing: 0.08rem;
    color: #777777;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.room-detail-main .price-amount {
    font-size: 3rem;
    color: #bfa374;
    font-weight: 700;
}

.room-detail-main .price-unit {
    font-size: 1.45rem;
    color: #666666;
    font-weight: 500;
}

.room-detail-main .price-taxes {
    font-size: 1.5rem;
    color: #888888;
    margin-top: 0.4rem;
}

.room-detail-main .form-grid-row {
    margin-top: 3rem;
}

.room-detail-main .field-label {
    font-size: 1.3rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    display: block;
}

.room-detail-main .input-icon-wrap {
    position: relative;
}

.room-detail-main .input-icon-wrap i {
    position: absolute;
    left: 1.6rem;
    top: 50%;
    transform: translateY(-50%);
    color: #bfa374;
    font-size: 1.5rem;
}

.room-detail-main .custom-input,
.room-detail-main .custom-select {
    width: 100%;
    background-color: #ffffff;
    border: 0.1rem solid #ebdcc5;
    border-radius: 0.8rem;
    padding: 1.4rem 1.6rem 1.4rem 4.4rem;
    font-size: 1.6rem;
    font-weight: 500;
    color: #333333;
    outline: none;
    transition: all 0.3s ease;
}

.room-detail-main .custom-input {
    padding: 1.4rem 1.6rem 1.4rem 1.6rem !important;
}


.room-detail-main .custom-input:focus,
.room-detail-main .custom-select:focus {
    border-color: #bfa374;
    box-shadow: 0 0 1rem rgba(191, 163, 116, 0.15);
}

.room-detail-main .custom-select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23bfa374' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1.8rem center;
    background-size: 1.2rem;
    padding-right: 4rem;
}

.room-detail-main .btn-check-availability {
    background-color: #1e3822;
    color: #ffffff;
    border-radius: 0.8rem;
    border: none;
    width: 100%;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    letter-spacing: 0.05rem;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 2rem auto 0;
}

.room-detail-main .btn-check-availability:hover {
    background-color: #122416;
    transform: translateY(-0.2rem);
    box-shadow: 0 1rem 2.5rem rgba(30, 56, 34, 0.2);
}

.room-detail-main .btn-enquire-now {
    background-color: transparent;
    color: #111111;
    border-radius: 0.8rem;
    border: 0.15rem solid #bfa374;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 2rem auto 0;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    letter-spacing: 0.05rem;
}

.room-detail-main .btn-enquire-now:hover {
    background-color: #bfa374;
    color: #ffffff;
    transform: translateY(-0.2rem);
    box-shadow: 0 1rem 2.5rem rgba(191, 163, 116, 0.2);
}

.room-detail-main .booking-footer-labels {
    display: flex;
    justify-content: space-between;
    margin-top: 3rem;
    border-top: 0.1rem solid #ebdcc5;
    padding-top: 2.5rem;
}

.room-detail-main .guarantee-item {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    font-size: 1.4rem;
    font-weight: 600;
    color: #8c7246;
    letter-spacing: 0.02rem;
}

.room-detail-main .guarantee-item i {
    font-size: 1.5rem;
}

.room-detail-main .terms-apply-text {
    text-align: center;
    font-size: 1.3rem;
    color: #7f7b7b;
    margin-top: 2rem;
    font-weight: 500;
    display: block;
    letter-spacing: 0.02rem;
}


/* abt-room */


.abt-rm-dtls-sec .sec-title {
    color: #1a1a1a;
    font-size: 2.8rem;
    font-weight: 600;
    margin-bottom: 2rem;
    letter-spacing: -0.03rem;
}

.abt-rm-dtls-sec .about-text {
    font-size: 1.55rem;
    color: #555555;
    line-height: 2.6rem;
    font-weight: 400;
    margin-bottom: 0;
}

.abt-rm-dtls-sec .divider-col {
    position: relative;
}

.abt-rm-dtls-sec .info-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.abt-rm-dtls-sec .info-item {
    display: flex;
    align-items: baseline;
    width: 100%;
    margin-bottom: 2rem;
}

.abt-rm-dtls-sec .info-item:last-child {
    margin-bottom: 0;
}

.abt-rm-dtls-sec .info-label {
    display: flex;
    align-items: center;
    gap: 1.4rem;
    font-size: 1.6rem;
    font-weight: 600;
    color: #444444;
    white-space: nowrap;
}

.abt-rm-dtls-sec .info-label i {
    color: #bfa374;
    font-size: 1.7rem;
    width: 2.4rem;
    text-align: center;
    display: inline-block;
}

.abt-rm-dtls-sec .dotted-leader {
    flex-grow: 1;
    border-bottom: 0.15rem dotted #c8b9a6;
    margin: 0 1.2rem;
    position: relative;
    top: -0.4rem;
}


.abt-rm-dtls-sec .info-value {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
    white-space: nowrap;
    text-align: right;
}


/* abt-room */

/* othr-room */

.rm-dtls-oth-room .rm-dtls-oth-room-card {
    background: #ffffff;
    border: 1px solid #ece6df;
    border-radius: 14px;
    overflow: hidden;
    transition: all .35s ease;
}

.rm-dtls-oth-room .rm-dtls-oth-room-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .08);
}

.rm-dtls-oth-room .rm-dtls-oth-room-img {
    height: 200px;
    padding: 1rem;
    border-radius: 2rem;
}

.rm-dtls-oth-room .rm-dtls-oth-room-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1rem;
}

.rm-dtls-oth-room .rm-dtls-oth-room-content {
    padding: 22px;
}

.rm-dtls-oth-room .rm-dtls-oth-room-content h3 {
    font-size: 24px;
    font-weight: 500;
    color: #1f1f1f;
}

.rm-dtls-oth-room .rm-dtls-oth-room-content p {
    font-size: 15px;
    line-height: 1.7;
    color: #555555;
    margin-bottom: 24px;
}

.rm-dtls-oth-room .rm-dtls-oth-room-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.rm-dtls-oth-room .rm-dtls-oth-room-price {
    font-size: 15px;
    color: #333333;
    font-weight: 500;
}

.rm-dtls-oth-room .rm-dtls-oth-room-price span {
    color: #b8863b;
    font-weight: 700;
    font-size: 18px;
}

.rm-dtls-oth-room .rm-dtls-oth-room-btn {
    width: 40px;
    height: 40px;
    border: 1px solid #b8863b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b8863b;
    text-decoration: none;
    transition: all .35s ease;
    flex-shrink: 0;
}

.rm-dtls-oth-room .rm-dtls-oth-room-btn i {
    font-size: 1.5rem;
}

.rm-dtls-oth-room .rm-dtls-oth-room-btn:hover {
    background: #b8863b;
    color: #ffffff;
}

/* othr-room */

/* room-details-pg */

/* faq-pg */

.faq_sec .container {
    max-width: 100%;
    padding: 0 5rem;
}

.map_box {
    height: 100%;
    border-left: .1rem solid #ccc;
    padding-left: 4rem;
}

.map_box iframe {
    width: 100%;
    height: 34rem;
    margin: 2rem 0;
}

.faq_heading {
    font-size: 1.9rem;
    text-transform: capitalize;
    color: #000;
    line-height: 2.8rem;
    margin-right: 5rem;
    margin-bottom: 0;
    font-weight: 600;
    letter-spacing: 0.02rem;
}

.faq_content .accordion-body b {
    font-size: 17px;
    font-weight: 600;
    text-transform: capitalize;
}

.faq_number {
    font-size: 2rem;
    color: #dfb16c;
    font-weight: 700;
    line-height: 1;
    margin-right: 2rem;
}

.faq_content .accordion-body h4,
.faq_content .accordion-body h5 {
    font-size: 16px;
    letter-spacing: 0.05rem;
    font-weight: 600;
}

.faq_content .accordion-button:not(.collapsed) {
    background: transparent;
}

.faq_content .accordion-button {
    padding: 2rem 1.25rem;
}

.faq_content .accordion-button:focus {
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.faq_content .accordion-button:not(.collapsed)::after {
    content: "\f068";
    background-image: none;
}

.faq_content .accordion-button::after {
    color: #010101;
    width: auto;
    height: auto;
    font-size: 1.8rem;
    background-image: none;
    font-family: "Font Awesome 6 Pro";
    content: "\2b";
}

.faq_content .accordion-body {
    padding: 2rem 1.5rem;
}

.faq_rt.faq_content .accordion-item {
    border: none;
    background: transparent;
}

.faq_rt.faq_content .accordion-button {
    border-bottom: .1rem solid rgba(0, 0, 0, .125);
    background: transparent;
}

.faq_rt.faq_content .accordion-button:not(.collapsed) {
    box-shadow: none;
}

.faq_rt .accordion-item:first-child .accordion-button {
    padding-top: 0;
}

.faq_rt_box {
    background: #f6f5fd;
    padding: 3rem;
    margin-right: 3rem;
}

.faq_rt_box .main_btn {
    margin-top: 1.5rem;
}



/* faq-pg */

/* error-pg */

.er-4-0-4-sec {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1rem;
    padding: 5rem 0;
    margin-top: 10rem;
}

/* error-pg */


/* responsive */

@media(max-width:1540px) {

    /* home */

    .sec-tle {
        font-size: 34px;
    }

    .fea-img-ovrlay h3 {
        font-size: 19px;
    }

    .why-chse-sec .container .text-left {
        margin-bottom: 31px;
    }

    /* home */

    /* abt-pg */

    .abt-innr-bnr .abt-innr-bnr-shape h1 {
        font-size: 58px;
        margin-bottom: 28px;
        margin-top: 1rem;
    }

    .abt-innr-bnr .abt-innr-bnr-shape h5 {
        font-size: 30px;
        margin-bottom: 23px;
    }

    .abt-innr-bnr .abt-innr-bnr-shape p {
        font-size: 22px;
        line-height: 1.6;
    }

    .abt-sec-2 .icon-circle-frame {
        width: 6rem;
        height: 6rem;
    }

    .abt-sec-2 .icon-circle-frame img {
        width: 37px;
        height: 37px;
    }

    .abt-sec-2 .hotel-desc,
    .abt-mv-sec .mv-desc,
    .abt-othr-detail .block-desc {
        font-size: 15px;
    }

    .abt-othr-detail .owner-badge-icon,
    .abt-othr-detail .location-badge-icon {
        width: 5rem;
        height: 5rem;
    }

    .abt-othr-detail .owner-badge-icon i,
    .abt-othr-detail .location-badge-icon i {
        font-size: 2.2rem;
    }

    .abt-othr-detail .block-title {
        font-size: 2.3rem;
    }

    /* abt-pg */

    /* loc-pg */

    .loc-pg-cta .main-icon-box {
        font-size: 3.8rem;
    }

    /* loc-pg */

    /* attrac-pg */
    .attrac-pg-main .place-name {
        font-size: 1.9rem;
    }

    /* attrac-pg */

    /* contac-pg */

    .contac-pg-main .contact-info-wrap .info-text h3 {
        font-size: 18px;
    }

    /* contac-pg */

    /* 4-0-4-pg */

    .er-4-0-4-sec {
        padding: 4rem 0;
        margin-top: 6rem;
    }

    /* 4-0-4-pg */



}

@media(max-width:1340px) {

    /* loc-page */
    .loc-innr-bnr .main-title {
        font-size: 38px;
    }

    .loc-pg-cta .cta-intro-text h2 {
        font-size: 2.1rem;
    }

    .loc-innr-bnr {
        margin-top: 3rem;
        margin-bottom: 5rem;
    }

    .loc-pg-cta .qr-text h3 {
        font-size: 1.7rem;
    }

    /* loc-page */

    /* contac-pg */
    .contac-pg-main .form-footer-bar {
        flex-direction: column !important;
        gap: 2rem !important;
    }

    .contac-pg-main .contact-info-wrap .info-text h3 {
        font-size: 17px;
    }

    /* contac-pg */


}

@media(max-width:1199px) {

    /* home */

    .sec-tle {
        font-size: 32px;
        line-height: 1.5;
    }

    .room-sec .room-name {
        font-size: 16px;
    }

    .htl-fea-card {
        padding: 28px;
    }

    .ftr-main-sec .ftr-widget-title {
        font-size: 1.6rem;
        margin-bottom: 2rem;
    }

    .ftr-main-sec .ftr-info-list li,
    .ftr-main-sec .ftr-info-list a,
    .ftr-main-sec .ftr-loc-text,
    .ftr-main-sec .ftr-hours-text {
        font-size: 15px;
    }

    .ftr-main-sec .social-icon-link i {
        font-size: 2rem;
    }

    .ftr-main-sec .ftr-map-link {
        font-size: 16.5px;
    }

    /* home */

    /* abt-pg */

    .abt-innr-bnr,
    .abt-innr-bnr .abt-innr-bnr-content {
        min-height: 500px;
    }

    .abt-innr-bnr .abt-innr-bnr-shape {
        width: 75%;
        min-height: 500px;
        padding: 105px 38px 40px 53px;
    }

    .abt-innr-bnr .abt-innr-bnr-shape h1 {
        font-size: 47px;
        margin-bottom: 23px;
    }


    .abt-innr-bnr .abt-innr-bnr-shape h5 {
        font-size: 26px;
        margin-bottom: 19px;
    }

    .abt-innr-bnr .abt-innr-bnr-shape p {
        font-size: 19px;
    }

    .abt-sec-2 .icon-circle-frame {
        width: 50px;
        height: 50px;
        flex-shrink: 0;
    }

    .abt-sec-2 .icon-circle-frame img {
        width: 30px;
        height: 30px;
    }

    .abt-othr-detail .owner-img-card img {
        object-position: unset !important;
    }

    .abt-mv-sec .mv-icon-frame {
        width: 5.5rem;
        height: 5.5rem;
    }

    .abt-othr-detail .owner-badge-icon,
    .abt-othr-detail .location-badge-icon {
        width: 4.5rem;
        height: 4.5rem;
    }

    .abt-othr-detail .owner-badge-icon i,
    .abt-othr-detail .location-badge-icon i {
        font-size: 2rem;
    }

    .abt-cta {
        padding: 27px 0;
    }

    /* abt-pg */

    /* loc-page */

    .loc-innr-bnr .main-title {
        margin-bottom: 1rem;
    }

    .loc-innr-bnr .description {
        font-size: 1.5rem;
        line-height: 1.7;
        margin-bottom: 2rem;
    }

    .loc-bnr-info-crd .info-icon-box {
        width: 41px;
        min-width: 32px;
        font-size: 2.2rem;
        margin-right: 1.2rem;
    }

    .loc-bnr-info-crd .info-card-box {
        background: #ffffff;
        border-radius: 1.5rem;
        box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.08);
        padding: 2rem 1rem;
    }

    .loc-bnr-info-crd .info-item {
        align-items: start;
        min-height: auto;
    }

    /* loc-page */

    /* ameniti-page */

    .ameni-innr-bnr .innr-bnr-txt-cont {
        margin-top: 4rem;
        height: 100%;
        justify-content: center;
    }

    .ameni-innr-bnr {
        padding: 10rem 0;
    }

    .ameni-innr-bnr .innr-bnr-txt-cont h1 {
        font-size: 37px;
    }

    .innr-bnr-txt-cont .innr-bredcumb .breadcrumb-item {
        font-size: 1.6rem;
    }

    .ameni-innr-bnr .innr-bnr-txt-cont .innr-bredcumb {
        padding-top: .6rem;
    }

    .aminiti-pg-main-2 .amenity-title {
        font-size: 1.8rem;
        line-height: 1.6;
    }

    .aminiti-pg-main-2 .amenity-icon-badge i {
        font-size: 1.6rem;
    }

    .aminiti-pg-main-2 .amenity-icon-badge {
        width: 4rem;
        height: 5rem;
    }

    /* ameniti-page */

    /* contac-pg */
    .contac-pg-main .form-title {
        font-size: 2.2rem;
        padding-top: .9rem;
    }

    .contac-pg-main .form-label-custom {
        font-size: 1.5rem;
        margin-bottom: .8rem;
    }

    .contac-pg-main .form-body-pad {
        padding: 4rem 3rem;
    }

    .contac-pg-main .form-control-custom,
    .contac-pg-main .form-select-custom {
        font-size: 1.5rem;
    }

    .contac-pg-main .contact-info-wrap .info-text h3 {
        font-size: 16px;
    }

    .contac-pg-main .info-text p {
        font-size: 1.4rem;
    }

    .contac-pg-main .footer-bar-phone p b {
        font-size: 1.6rem;
    }




    /* contac-pg */

    /* policy-pg */

    .faq_content .accordion-body p {
        font-size: 1.5rem;
    }

    .faq_heading {
        font-size: 1.8rem;
        line-height: 1.7;
    }

    .faq_content .accordion-body h4,
    .faq_content .accordion-body h5 {
        text-transform: capitalize;
    }


    /* policy-pg */

    /* room-listing-pg */

    .rm-lst-main .room-title {
        font-size: 2.2rem;
    }

    .rm-cta .cta-title {
        font-size: 2.4rem;
    }

    .rm-cta .bell-badge-wrap i {
        font-size: 2.8rem;
    }

    .rm-cta .bell-badge-wrap {
        width: 6rem;
        height: 6rem;
    }

    /* room-listing-pg */

    /* room-deatails-pg */

    .room-detail-main .room-title {
        font-size: 2.7rem;
        margin-bottom: 1.4rem;
    }

    .abt-rm-dtls-sec .sec-title {
        font-size: 2.4rem;
    }

    .room-detail-main .price-amount {
        font-size: 2.5rem;
    }

    .room-detail-main .booking-footer-labels {
        flex-direction: column;
        text-align: center;
        justify-content: center;
        align-items: center;
        row-gap: 1rem;
    }

    .rm-dtls-oth-room .rm-dtls-oth-room-content h3 {
        font-size: 22px;
    }

    /* room-deatails-pg */


}

@media (min-width: 992px) {

    /* room-details */

    .abt-rm-dtls-sec .divider-col::after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: 0.1rem;
        background-color: #ebdcc5;
    }

    .abt-rm-dtls-sec .right-info-col {
        padding-left: 5rem !important;
    }


    .hm-pg-faq .border-end-lg {
        border-right: 1px solid #e2ddd0 !important;
    }

    /* room-details */
}

@media (max-width: 991px) {

    /* home */

    .hotel-fea-sec {
        background-attachment: scroll;
    }

    .htl-fea-img-box {
        height: 100%;
    }

    .ftr-main-sec .ftr-widget-title {
        margin-bottom: 1.4rem;
        margin-top: 1rem;
    }

    .ftr-main-sec .ftr-logo-box {
        margin-bottom: 2rem;
    }

    .ftr-main-sec .copyright-text {
        padding: 0 1rem;
        line-height: 1.6;
    }

    .bking-from-main-sec {
        padding: 4rem 0;
    }

    .abt-main-sec .abt-aminit-box {
        padding: 10px;
        min-height: 120px;
    }

    .htl-fea-card h3 {
        font-size: 23px;
        line-height: 39px;
    }

    .htl-fea-card p {
        font-size: 15px;
        line-height: 27px;
    }

    .fea-img-ovrlay h3 {
        font-size: 17px;
        padding-bottom: .5rem;
    }

    .sec-tle {
        font-size: 30px;
    }

    .ptb {
        padding: 3rem 0 !important;
    }


    .booking-engine-container .bnr-bking-frm {
        padding: 2.5rem;
    }

    .booking-engine-container .bnr-bking-frm .booking-grid-layout {
        grid-template-columns: repeat(1, 1fr);
        gap: 1.8rem;
        row-gap: 2.4rem;
    }

    .attract-container {
        display: block;
        height: auto;
        overflow: visible;
    }

    .attract-item {
        width: 100%;
        height: 420px;
        margin: 0 0 15px;
        flex: unset !important;
    }

    .attract-container .item-content {
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;

        left: 15px;
        right: 15px;
        bottom: 15px;
        padding: 18px;
    }

    .attract-container .item-title {
        font-size: 24px;
    }

    .attract-container .item-content p {
        font-size: 14px;
        line-height: 1.5;
    }

    .faq-accro .faq-title {
        font-size: 25px;
    }

    .faq-accro .faq-question {
        font-size: 18px;
    }

    .faq-accro .faq-answer {
        font-size: 1.4rem;
    }



    /* home */

    /* abt-pg */

    .abt-innr-bnr .abt-innr-bnr-shape h1 {
        font-size: 39px;
        margin-bottom: 13px;
    }

    .abt-innr-bnr .abt-divider {
        margin-bottom: 26px;
    }

    .abt-innr-bnr .abt-divider span {
        width: 60px;
    }

    .abt-innr-bnr .abt-innr-bnr-shape h5 {
        font-size: 23px;
        margin-bottom: 20px;
    }

    .abt-innr-bnr .abt-innr-bnr-shape p {
        font-size: 17px;
    }

    .abt-innr-bnr .abt-innr-bnr-shape {
        justify-content: center;
        min-height: 450px;
    }

    .abt-innr-bnr,
    .abt-innr-bnr .abt-innr-bnr-content {
        min-height: 450px;
    }

    .abt-sec-2 .hotel-desc {
        max-width: 100%;
    }

    .abt-mv-sec .mv-title {
        font-size: 2.6rem;
    }

    .location-contact-info {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
    }

    .abt-cta:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(90deg, #f5f2eb8c 65%, rgb(245 242 235 / 55%) 100%);
        z-index: -1;
    }

    .abt-cta p {
        text-wrap: balance;
    }

    .abt-innr-bnr .abt-innr-bnr-shape {
        width: 100%;
        min-height: auto;
        padding: 60px 30px;
        border-radius: 0;
    }

    .abt-innr-bnr .abt-innr-bnr-shape::before,
    .abt-innr-bnr .abt-innr-bnr-shape::after {
        display: none;
    }

    .abt-innr-bnr .abt-innr-bnr-shape h1 {
        font-size: 52px;
    }

    .abt-innr-bnr .abt-innr-bnr-shape h5 {
        font-size: 28px;
    }

    .abt-innr-bnr .abt-innr-bnr-shape p {
        font-size: 18px;
    }

    /* abt-pg */

    /* loc-pg */

    .loc-innr-bnr .main-title {
        font-size: 30px;
        line-height: 1.6;
    }

    .loc-innr-bnr .left-content-col {
        padding-left: 6%;
        padding-top: 4rem;
        padding-bottom: 10rem;
    }

    .loc-bnr-info-crd .info-item {
        padding-top: 22px;
        border: none;
    }

    .loc-bnr-info-crd .info-item:first-child {
        padding-top: 0;
    }

    .loc-bnr-info-crd .info-text h3 {
        font-size: 1.5rem;
        margin-bottom: 0;
    }

    .loc-rea-us .icon-box {
        width: 4rem;
        height: 4rem;
        font-size: 2rem;
    }

    .loc-rea-us .route-details h3 {
        font-size: 16.5px;
    }

    .loc-rea-us .route-details p {
        font-size: 1.4rem;
    }

    .loc-pg-cta .cta-intro-text h2 {
        font-size: 1.8rem;
    }

    .loc-pg-cta .main-icon-box {
        font-size: 3rem;
    }

    .loc-pg-cta .border-right-sep {
        border-right: none;
    }

    .loc-pg-cta {
        padding: 2.8rem 2.5rem;
    }

    /* loc-pg */

    /* ameniti-page */

    .ameni-innr-bnr .innr-bnr-txt-cont h1 {
        font-size: 32px;
    }

    .innr-bnr-txt-cont .innr-bredcumb .breadcrumb-item {
        font-size: 1.5rem;
    }

    /* ameniti-page */


    /* glry-pg */

    .iner_gallery .wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    .iner_gallery .wrapper>div {
        clip-path: none !important;
    }

    .iner_gallery .wrapper {
        gap: 1.5rem;
    }

    .iner_gallery .wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .iner_gallery .wrapper>div {
        clip-path: none !important;
        margin-top: 0 !important;
    }

    /* glry-pg */

    /* room-listing-pg */

    .rm-lst-main .room-short-desc {
        margin-bottom: 1.4rem;
    }

    .rm-lst-main .room-price-amount {
        font-size: 1.7rem;
    }

    .rm-lst-main .room-footer-row {
        flex-direction: column;
    }

    .rm-lst-main .btn-view-details {
        width: 100%;
    }

    .rm-cta .cta-title {
        font-size: 2.2rem;
        line-height: 1.6;
    }

    /* room-listing-pg */

    /* room-deatails-pg */

    .room-detail-main .slider-wrapper img {
        height: 45rem;
    }

    .room-detail-breadcrumbs {
        padding: 3rem 0;
        margin-top: 8rem;
    }

    .room-detail-main .room-title {
        font-size: 2.4rem;
        margin-bottom: 1rem;
    }

    .rm-dtls-oth-room .rm-dtls-oth-room-content h3 {
        font-size: 21px;
    }

    /* room-deatails-pg */

}

@media (max-width: 575px) {

    /* home */

    .whatsapp-float-btn {
        padding: 8px 16px;
        font-size: 15px;
    }

    .whatsapp-icon {
        width: 24px;
        height: 24px;
    }

    .sub-tle {
        font-size: 13px;
    }

    .sec-tle {
        font-size: 27px;
    }

    .abt-main-sec .abt-lt p {
        font-size: 14px;
        line-height: 1.6;
    }

    .sec-tle {
        font-size: 26px;
        line-height: 1.6;
    }

    .fea-img-ovrlay h3 {
        font-size: 16px;
    }

    .why-chse-crd h3 {
        font-size: 20px;
        margin-bottom: 7px;
    }

    .discv-hdr {
        padding: .5rem 0 !important;
    }

    .room-sec .owl-nav {
        display: none !important;
    }

    main.main-cont-wrpr .container {
        padding: 0 1.5rem;
    }

    .ftr-top-wrap {
        padding-left: 1.5rem;
    }

    .ftr-main-sec .ftr-info-list li:last-child {
        margin-top: 2.5rem !important;
    }

    .ftr-main-sec .ftr-map-link {
        font-size: 16px;
    }

    .ftr-main-sec .copyright-text .ftr-highlight {
        font-size: 16.4px;
    }


    .booking-engine-container .bnr-bking-frm .booking-grid-layout {
        grid-template-columns: repeat(1, 1fr);
        gap: 0;
        row-gap: 1.4rem;
    }

    .booking-engine-container .bnr-bking-frm {
        padding: 1.5rem;
    }

    .booking-engine-container .bnr-bking-frm .room-display-input,
    .booking-engine-container .bnr-bking-frm .bking-select,
    .booking-engine-container .bnr-bking-frm .room-selector-trigger,
    .booking-engine-container .bnr-bking-frm .bking-input,
    .booking-engine-container .bnr-bking-frm .bking-date-input {
        font-size: 1.4rem;
    }

    .attract-container .item-title {
        font-size: 22px;
        margin: 6px 0;
    }

    .faq-accro .faq-title {
        font-size: 21px;
    }

    .faq-accro .faq-question {
        font-size: 16px;
    }

    .faq-accro .faq-answer {
        font-size: 1.35rem;
    }

    .faq-accro .toggle-icon {
        font-size: 16px;
    }

    .hm-pg-faq .review-text,
    .hm-pg-faq .custom-accordion .accordion-body p {
        font-size: 1.5rem;
        line-height: 1.66;
    }

    .hm-pg-faq .testimonial-slider .owl-nav {
        display: none;
    }

    .hm-testi-wrpr {
        text-align: center;
    }

    .hm-testi-wrpr,
    .reviewer-info {
        flex-direction: column;
        gap: 1.2rem;
    }

    .hm-pg-faq .testimonial-slider {
        padding-bottom: 0;
    }

    .hero-item {
        height: 44vh;
    }

    .why-chse-crd .why-chse-top-wrpr {
        display: flex;
        align-items: center;
        gap: 1.5rem;
    }

    .why-chse-crd img {
        height: 50px;
        width: 50px;
        margin-bottom: 22px;
    }

    /* home */

    /* abt-pg */

    .abt-innr-bnr,
    .abt-innr-bnr .abt-innr-bnr-content,
    .abt-innr-bnr .abt-innr-bnr-shape {
        min-height: max-content !important;
    }

    .abt-innr-bnr .abt-innr-bnr-shape {
        width: 100%;
        padding: 85px 10px 20px 16px;
        background: #fdfbf6 !important;
        text-align: center;
        margin: auto;
    }

    .abt-innr-bnr .abt-divider {
        margin: 0 auto 20px;
    }

    .abt-innr-bnr .abt-innr-bnr-shape h1 {
        font-size: 32px;
        margin-bottom: 10px;
    }

    .abt-innr-bnr .abt-innr-bnr-shape h5 {
        font-size: 20px;
        margin-bottom: 14px;
    }

    .abt-innr-bnr .abt-innr-bnr-shape p {
        font-size: 15px;
    }

    .abt-mv-sec .mv-title {
        font-size: 2.2rem;
    }

    .abt-mv-sec .mv-icon-frame i {
        font-size: 2.5rem;
    }


    .abt-mv-sec .mv-icon-frame {
        width: 4.5rem;
        height: 4.5rem;
    }

    .innr-pg-sec-wrpr .container {
        padding: 0 1rem 0 1.5rem;
    }

    .abt-othr-detail .owner-img-card img {
        height: auto !important;
    }

    /* abt-pg */

    /* loc-pg */

    .loc-innr-bnr .left-content-col {
        padding-left: 2rem;
        padding-top: 6.6rem;
        padding-bottom: 3.5rem;
    }

    .loc-innr-bnr .sub-title-wrapper {
        margin-bottom: .8rem;
    }

    .loc-innr-bnr .main-title {
        font-size: 28px;
        line-height: 1.48;
    }

    .loc-innr-bnr .description {
        font-size: 1.4rem;
    }

    .main-btn {
        padding: 11px 26px;
        letter-spacing: .5px;
        display: inline-flex;
        flex-direction: row-reverse;
        gap: 5px;
        transition: all 0.3s ease-in-out;
        align-items: center;
        font-size: 14px;
    }


    .loc-innr-bnr .gradient-overlay {
        background: transparent;
    }

    .loc-innr-bnr .right-img-col {
        height: 28rem;
    }

    .loc-bnr-info-crd .info-card-box {
        padding: 2rem;
        width: 95%;
        margin: auto;
    }

    .loc-rea-us .title-bottom-line {
        margin: 0 auto 1.7rem;
    }

    .loc-rea-us h2 {
        text-align: center !important;
    }

    section.loc-rea-us {
        padding-left: 1rem !important;
    }

    .loc-rea-us .icon-box {
        width: 4rem;
        height: 4rem;
        font-size: 1.8rem;
        margin-right: 1.2rem;
    }

    .loc-cta-main-wrpr .qr-section-wrapper {
        justify-content: start !important;
    }

    /* loc-pg */

    /* ameniti-page */

    .ameni-innr-bnr .innr-bnr-txt-cont h1 {
        font-size: 25px;
    }

    .ameni-innr-bnr {
        padding: 8rem 0;
    }

    .ameni-innr-bnr .innr-bnr-txt-cont .innr-bredcumb {
        padding-top: .4rem;
    }

    .aminiti-pg-main-2 .amenity-img-wrap img {
        height: auto;
    }

    /* ameniti-page */

    /* attrac-page */

    .attrac-pg-main .place-name {
        font-size: 1.85rem;
    }

    .attrac-pg-main .place-img-wrap img {
        height: auto;
    }

    /* attrac-page */

    /* contac-page */

    .contac-pg-main .form-title {
        font-size: 2.1rem;
        padding-top: .7rem;
    }

    /* contac-page */

    /* glry-pg */

    .iner_gallery .wrapper {
        grid-template-columns: 1fr;
    }

    .iner_gallery .wrapper>div {
        clip-path: none !important;
    }

    .iner_gallery .wrapper {
        grid-template-columns: 1fr;
        width: calc(100% - 2rem);
    }

    .builder-gallery-main {
        height: auto;
    }

    .iner_gallery .portfolio_content i {
        font-size: 23px;
        width: 40px;
        height: 40px;
    }

    /* glry-pg */

    /* 4-0-4-pg */

    .er-4-0-4-sec {
        margin-top: 5rem;
    }

    /* 4-0-4-pg */

    /* policy-pg */

    .faq_content .accordion-body p {
        font-size: 1.4rem;
    }

    .faq_heading {
        font-size: 1.7rem;
        line-height: 1.7;
    }

    /* policy-pg */

    /* room-listing-pg */

    .rm-lst-main .room-footer-row {
        padding-top: .5rem;
    }

    .rm-cta .cta-box-container {
        padding: 3rem;
        flex-direction: column;
        text-align: center;
        justify-content: center;
        row-gap: 1.5rem;
    }

    .rm-cta .cta-text-content {
        padding-right: 0;
    }

    .rm-cta .bell-badge-wrap {
        margin-right: 0;
    }

    .rm-cta .cta-title {
        font-size: 2rem;
        line-height: 1.5;
    }

    .rm-cta .cta-box-container {
        padding: 2.5rem;
        row-gap: 2rem;
    }

    /* room-listing-pg */

    /* room-deatails-pg */

    .room-detail-main .slider-wrapper img {
        height: 30rem;
    }

    .room-detail-main {
        padding: 2rem 1rem;
    }

    .room-detail-main .room-title {
        font-size: 2.2rem;
        margin-bottom: 1rem;
    }

    .room-detail-main .price-amount {
        font-size: 2.4rem;
    }


    .abt-rm-dtls-sec {
        padding-left: 1.2rem !important;
    }


    .abt-rm-dtls-sec .sec-title {
        font-size: 2.2rem;
    }


    /* room-deatails-pg */

    p {
        font-size: 1.5rem;
    }


}

/* responsive */