/*
Theme Name: tiss-theme
*/


@font-face {
    font-family: gothic;
    src: url(../tiss-theme/assets/gothic/Fontspring-DEMO-allroundgothic-xlig.otf);
    font-weight: 200;
}

@font-face {
    font-family: gothic;
    src: url(../tiss-theme/assets/gothic/Fontspring-DEMO-allroundgothic-thick.otf);
    font-weight: 300;
}

@font-face {
    font-family: gothic;
    src: url(../tiss-theme/assets/gothic/Fontspring-DEMO-allroundgothic-text.otf);
    font-weight: 400;
}

@font-face {
    font-family: gothic;
    src: url(../tiss-theme/assets/gothic/Fontspring-DEMO-allroundgothic-semi.otf);
    font-weight: 500;
}

@font-face {
    font-family: gothic;
    src: url(../tiss-theme/assets/gothic/Fontspring-DEMO-allroundgothic-medium.otf);
    font-weight: 600;
}

@font-face {
    font-family: gothic;
    src: url(../tiss-theme/assets/gothic/Fontspring-DEMO-allroundgothic-bold.otf);
    font-weight: 700;
}

@font-face {
    font-family: general;
    src: url(../tiss-theme/assets/general/GeneralSans-Regular.otf);
    font-weight: 400;
}

@font-face {
    font-family: general;
    src: url(../tiss-theme/assets/general/GeneralSans-Medium.otf);
    font-weight: 500;
}

@font-face {
    font-family: general;
    src: url(../tiss-theme/assets/general/GeneralSans-Semibold.otf);
    font-weight: 600;
}

@font-face {
    font-family: general;
    src: url(../tiss-theme/assets/general/GeneralSans-Bold.otf);
    font-weight: 700;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
}

p,
a {
    font-family: "Roboto", sans-serif;
    color: #000000de;
    font-size: 16px;
}

span {
    font-family: "Roboto", sans-serif;
}

a:hover {
    text-decoration: none !important;
}

.error-404 img {
    width: 100%;
    height: 485px;
    object-fit: contain;
    margin: 106px 0;
}

/* width */
::-webkit-scrollbar {
    width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #1D1D1D;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #FEDD56;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

html {
    scroll-behavior: smooth;
}

body {
    background: #feffee !important;
}

/* header start */

.header-logo img,
.site-logo-img {
    width: 150px;
    object-fit: cover;
    height: auto;
    margin-right: auto;
    display: block;
}

.header-wrapper {
    width: 100%;
    background: linear-gradient(rgb(0 0 0 / 81%) 0%,
            rgb(0 0 0 / 47%) 60%,
            rgb(0 0 0 / 29%) 80%,
            rgba(0, 0, 0, 0) 100%);
    text-align: center;
    position: fixed;
    top: 0;
    z-index: 9;
    padding: 5px 0 10px;
}

.f-nav .header-wrapper {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0);
    padding-top: 10px;
    margin-top: 0px;
    transition: .3s ease;
    background: linear-gradient(rgb(0 0 0 / 81%) 0%,
            rgb(0 0 0 / 47%) 60%,
            rgb(0 0 0 / 29%) 80%,
            rgba(0, 0, 0, 0) 100%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.f-nav .header-wrapper .header-logo img {
    height: auto;
    width: 145px;
}

.f-nav .menu-logoheader {
    padding-top: 0;
}

.header-menu {
    display: flex;
    align-items: center;
    justify-content: center;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link {
    background-color: rgba(51, 51, 51, 0);
    color: #e9c076;
    font-weight: 600 !important;
    text-decoration: none;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
    line-height: 30px;
    height: 34px;
    padding: 0px 19px;
    width: auto;
    display: block;
    color: #d4ab3e;
    text-decoration: none;
    text-align: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: 500 !important;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:hover,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:focus {
    background-color: rgba(51, 51, 51, 0);
    color: #d5a319;
    font-weight: 600;
    text-decoration: none;
}

/* Enquire Now Button */
.header-enquire {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.enquire-btn {
    display: inline-block;
    background: #B8922B;
    color: #fff !important;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 11px 20px;
    border: 2px solid #B8922B;
    text-decoration: none !important;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    transition: all .4s ease;
    z-index: 1;
}

.enquire-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -120%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg,
            transparent,
            rgba(255, 255, 255, 0.263),
            transparent);
    transition: .7s ease;
    z-index: -1;
}

.enquire-btn:hover {
    background: #9b7720;
    border-color: #9b7720;
    color: #fff !important;
    box-shadow: 0 12px 30px rgba(184, 146, 43, .35);
}

.enquire-btn:hover::before {
    left: 120%;
}

.f-nav .enquire-btn {
    padding: 8px 18px;
    transition: padding .3s ease;
}

/* header ends */

/* =============================================
   HOME BANNER 
   ============================================= */

.home-banner-section {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.banner-slider-wrap {
    height: 100vh;
}

/* Make Slick fill full height */
.banner-slider-wrap .slick-list,
.banner-slider-wrap .slick-track,
.banner-slider-wrap .slick-slide,
.banner-slider-wrap .slick-slide>div {
    height: 100%;
}

/* Individual Slide */
.banner-slide {
    position: relative;
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* White Left Overlay */
.banner-white-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
    background: linear-gradient(90deg,
            #f5ede0 0%,
            #f5ede0 35%,
            rgba(245, 237, 224, 0.95) 55%,
            rgba(245, 237, 224, 0.75) 70%,
            rgba(245, 237, 224, 0.35) 85%,
            rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.banner-slide::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 90%;
    height: 100%;
    background: rgba(0, 0, 0, 0.28);
    z-index: 0.6;
    pointer-events: none;
}

/* Content Container */
.banner-slide .container {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
}

.banner-content-area {
    max-width: 500px;
    padding-top: 80px;
}

/* Heading */
.banner-title {
    font-family: "Playfair Display", serif;
    font-style: italic;
    font-size: 56px;
    font-weight: 700;
    color: #1a1207;
    line-height: 1.15;
    margin-bottom: 14px;
}

/* Add class="gold-text" to a <span> in WP title to highlight a word in gold */
.banner-title span,
.banner-title .gold-text {
    color: #B8922B;
}

/* Sub Heading */
.banner-sub-heading,
.banner-sub-heading p {
    font-family: "Playfair Display", serif;
    font-size: 16px;
    font-style: italic;
    color: #4a3a1f;
    font-weight: 400;
}

.banner-sub-heading {
    margin-bottom: 36px;
}

.banner-sub-heading p {
    margin-bottom: 0;
}

/* CTA Buttons */
.banner-btns {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    align-items: center;
}

.banner-btn-fill {
    display: inline-block;
    background: #B8922B;
    color: #fff !important;
    font-family: "Roboto", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 14px 28px;
    border: 2px solid #B8922B;
    text-decoration: none !important;
    transition: background 0.3s ease, color 0.3s ease;
}

.banner-btn-fill:hover {
    background: transparent;
    color: #B8922B !important;
}

.banner-btn-outline {
    display: inline-block;
    background: transparent;
    color: #1a1207 !important;
    font-family: "Roboto", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 14px 28px;
    border: 2px solid #1a1207;
    text-decoration: none !important;
    transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.banner-btn-outline:hover {
    background: #1a1207;
    color: #fff !important;
}

.banner-title,
.banner-sub-heading,
.banner-btns {
    opacity: 0;
}

.banner-loaded .banner-title {
    animation: bannerTitleReveal 1s ease forwards;
    animation-delay: .3s;
}

.banner-loaded .banner-sub-heading {
    animation: bannerContentReveal .8s ease forwards;
    animation-delay: .7s;
}

.banner-loaded .banner-btns {
    animation: bannerContentReveal .8s ease forwards;
    animation-delay: 1s;
}

@keyframes bannerTitleReveal {
    from {
        opacity: 0;
        transform: translateY(60px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes bannerContentReveal {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* =============================================
   OUR STORY SECTION
   ============================================= */

.our-story-section {
    background-color: #f7f2ea;
    padding: 60px 0 0;
    overflow: hidden;
}

/* --- Layout Row --- */
.our-story-row {
    display: flex;
    align-items: center;
    gap: 70px;
}

/* ---- LEFT: Images ---- */
.our-story-images {
    position: relative;
    flex: 0 0 45%;
    min-height: 520px;
}

.our-story-img-top {
    position: absolute;
    top: 0;
    left: 25px;
    z-index: 2;
    width: 70%;
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
}

.our-story-img-top img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    display: block;
}

/* Thin outline square */
.our-story-img-top::after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: -25px;
    width: 70px;
    height: 70px;
    border: 1.5px solid #c8a96e;
    z-index: 3;
}

.our-story-img-bottom {
    position: absolute;
    bottom: -20px;
    right: 0;
    z-index: 4;
    width: 65%;
    border-radius: 0;
    box-shadow: none;
    border: none;
    overflow: visible;
}

/* Thick offset gold border */
.our-story-img-bottom::before {
    content: "";
    position: absolute;
    top: -15px;
    left: -15px;
    width: 100%;
    height: 100%;
    border: 12px solid #c8a96e;
    background-color: transparent;
    z-index: -1;
}

.our-story-img-bottom img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
}

/* ---- RIGHT: Content ---- */
.our-story-content {
    flex: 1;
}

/* Label */
.our-story-label {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}

.our-story-line {
    display: inline-block;
    width: 36px;
    height: 1.5px;
    background: #B8922B;
    flex-shrink: 0;
}

.our-story-label-text {
    font-family: "Roboto", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #828282;
    white-space: nowrap;
}

/* Heading */
.our-story-heading {
    font-family: "Playfair Display", serif;
    font-size: 42px;
    font-weight: 700;
    color: #1a1207;
    line-height: 1.2;
    margin-bottom: 22px;
}

.our-story-heading em {
    font-style: italic;
    color: #B8922B;
    font-weight: 700;
}

/* Description */
.our-story-desc p {
    font-family: "Roboto", sans-serif;
    font-size: 14.5px;
    color: #5a4a30;
    line-height: 1.85;
    margin-bottom: 36px;
    max-width: 480px;
}

/* Features Grid */
.our-story-features {
    row-gap: 30px;
}

.our-story-feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.our-story-feature {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.our-story-feature-icon {
    color: #B8922B;
    font-size: 25px;
    margin-top: -7px;
    flex-shrink: 0;
    line-height: 1.5;
}

.our-story-feature strong {
    display: block;
    font-family: cursive;
    font-size: 13.5px;
    font-weight: 700;
    color: #1a1207;
    margin-bottom: 3px;
}

.our-story-feature p {
    font-family: "Roboto", sans-serif;
    font-size: 12.5px;
    color: #7a6040;
    margin: 0;
    line-height: 1.5;
}

.our-story-img-top,
.our-story-img-bottom {
    opacity: 0;
    transform: translateX(-80px);
    transition: none;
}

.our-story-img-top.fade-left-active {
    animation: fadeLeftReveal 1s cubic-bezier(.22, 1, .36, 1) forwards;
}

.our-story-img-bottom.fade-left-active {
    animation: fadeLeftReveal 1s cubic-bezier(.22, 1, .36, 1) forwards;
}

@keyframes fadeLeftReveal {
    0% {
        opacity: 0;
        transform: translateX(-100px) scale(.92);
        filter: blur(8px);
    }

    100% {
        opacity: 1;
        transform: translateX(0) scale(1);
        filter: blur(0);
    }
}

.our-story-label,
.our-story-heading,
.our-story-desc,
.our-story-feature {
    opacity: 0;
    transform: translateY(50px);
    filter: blur(8px);
}

.story-loaded .our-story-label {
    animation: storyReveal .8s ease forwards;
}

.story-loaded .our-story-heading {
    animation: storyReveal .8s ease forwards;
    animation-delay: .2s;
}

.story-loaded .our-story-desc {
    animation: storyReveal .8s ease forwards;
    animation-delay: .4s;
}

.story-loaded .our-story-features .col-6:nth-child(1) .our-story-feature {
    animation: storyReveal .8s ease forwards;
    animation-delay: .6s;
}

.story-loaded .our-story-features .col-6:nth-child(2) .our-story-feature {
    animation: storyReveal .8s ease forwards;
    animation-delay: .8s;
}

.story-loaded .our-story-features .col-6:nth-child(3) .our-story-feature {
    animation: storyReveal .8s ease forwards;
    animation-delay: 1s;
}

.story-loaded .our-story-features .col-6:nth-child(4) .our-story-feature {
    animation: storyReveal .8s ease forwards;
    animation-delay: 1.2s;
}

@keyframes storyReveal {
    from {
        opacity: 0;
        transform: translateY(50px);
        filter: blur(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
        filter: blur(0);
    }
}


/* what we offer */
.what-we-offer-section {
    padding: 60px 0 0;
    background: #f7f2ea;
    position: relative;
    overflow: hidden;
}

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

.section-heading span {
    font-size: 12px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #b69154;
    display: block;
    margin-bottom: 12px;
    font-weight: 500;
}

.section-heading h2 {
    font-family: "Playfair Display", serif;
    font-size: 58px;
    line-height: 1.1;
    color: #4b2b1a;
    font-weight: 600;
    margin: 0;
}

.section-heading h2 em {
    display: block;
    color: #c79d49;
    font-style: italic;
    font-family: serif;
    font-weight: 500;
}

.section-description p {
    margin: 0;
    color: #8a8178;
    font-size: 16px;
    line-height: 1.8;
    max-width: 500px;
}

.amenities-grid {
    border-top: 1px solid rgba(255, 255, 255, .4);
    border-left: 1px solid rgba(255, 255, 255, .4);
}

.amenity-card {
    background: #7b431f;
    min-height: 290px;
    padding: 40px;
    border-right: 1px solid rgba(255, 255, 255, .4);
    border-bottom: 1px solid rgba(255, 255, 255, .4);
    transition: .4s ease;
    height: 100%;
}

.amenity-card:hover {
    background: #8b4d24;
}

.amenity-card-wrapper {
    padding: 1px !important;
}

.amenity-icon {
    width: 55px;
    height: 55px;
    margin-bottom: 25px;
}

.amenity-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.amenity-card h4 {
    color: #d8b15a;
    font-size: 22px;
    font-family: "Playfair Display", serif;
    font-weight: 600;
    margin-bottom: 15px;
}

.amenity-content,
.amenity-content p {
    color: #ffdaae;
    /*font-family: cursive;*/
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 0;
}

/* Curtain Card Animation */

.amenity-card-wrapper .amenity-card {
    position: relative;
    overflow: hidden;
}

.amenity-card-wrapper .amenity-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #f7f2ea;
    z-index: 2;
    transform: translateY(0);
}

.amenity-card-wrapper.card-active .amenity-card::before {
    animation: curtainDown 1s ease forwards;
}

.amenity-icon,
.amenity-card h4,
.amenity-content {
    opacity: 0;
    transform: translateY(30px);
}

.amenity-card-wrapper.card-active .amenity-icon {
    animation: cardContentReveal .8s ease forwards;
    animation-delay: .3s;
}

.amenity-card-wrapper.card-active .amenity-card h4 {
    animation: cardContentReveal .8s ease forwards;
    animation-delay: .45s;
}

.amenity-card-wrapper.card-active .amenity-content {
    animation: cardContentReveal .8s ease forwards;
    animation-delay: .6s;
}

@keyframes curtainDown {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(101%);
    }
}

@keyframes cardContentReveal {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* Gallery starts */

.gallery-section {
    background: #f5f1eb;
    padding: 60px 0;
    overflow: hidden;
    opacity: 0;
}

.gallery-section.gallery-loaded {
    opacity: 1;
}

.gallery-heading {
    opacity: 0;
    transform: translateX(-60px);
}

.gallery-top-row {
    align-items: center;
    margin-bottom: 50px;
}

.gallery-top-row .gallery-btn-wrapper {
    display: flex;
    justify-content: flex-end;
}

.gallery-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 40px;
    border: 1px solid #cdbfa9;
    color: #3b2a1b;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-decoration: none;
    transition: .4s ease;
    opacity: 0;
    transform: translateX(60px);
}

.gallery-btn:hover {
    background: #c8a15d;
    color: #fff;
}

.gallery-heading span {
    display: block;
    color: #b59d75;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 4px;
    margin-bottom: 15px;
    padding-left: 55px;
    position: relative;
}

.gallery-heading span:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 40px;
    height: 1px;
    background: #b59d75;
}

.gallery-heading h2 {
    font-family: "Playfair Display", serif;
    font-size: 58px;
    line-height: 1.05;
    color: #2f1d0d;
    font-weight: 700;
    margin: 0;
}

.gallery-heading h2 em {
    display: block;
    color: #c7a15b;
    font-style: italic;
    font-weight: 500;
}

.gallery-grid {
    clip-path: inset(0 100% 0 0);
}

.gallery-large-image,
.gallery-small-image {
    overflow: hidden;
    position: relative;
}

.gallery-large-image img {
    width: 100%;
    height: 650px;
    object-fit: cover;
    transition: 1s ease;
}

.gallery-small-row {
    row-gap: 14px;
}

.gallery-small-image img {
    width: 100%;
    height: 318px;
    object-fit: cover;
    transition: 1s ease;
}

.gallery-large-image:hover img,
.gallery-small-image:hover img {
    transform: scale(1.08);
}

.gallery-large-image:after,
.gallery-small-image:after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,
            rgba(0, 0, 0, .15),
            transparent);
    opacity: 0;
    transition: .4s ease;
}

.gallery-large-image:hover:after,
.gallery-small-image:hover:after {
    opacity: 1;
}

/* Initial Load Animation */

.gallery-loaded .gallery-heading {
    animation: galleryHeading 1s ease forwards;
}

.gallery-loaded .gallery-btn {
    animation: galleryButton 1s ease forwards;
}

.gallery-loaded .gallery-grid {
    animation: galleryReveal 1.6s cubic-bezier(.22, 1, .36, 1) forwards;
}

.gallery-item {
    opacity: 0;
    transform: translateY(60px);
}

.gallery-loaded .gallery-item:nth-child(1) {
    animation: galleryReveal .8s ease forwards;
    animation-delay: .1s;
}

.gallery-loaded .gallery-item:nth-child(2) {
    animation: galleryReveal .8s ease forwards;
    animation-delay: .25s;
}

.gallery-loaded .gallery-item:nth-child(3) {
    animation: galleryReveal .8s ease forwards;
    animation-delay: .4s;
}

.gallery-loaded .gallery-item:nth-child(4) {
    animation: galleryReveal .8s ease forwards;
    animation-delay: .55s;
}

.gallery-loaded .gallery-item:nth-child(5) {
    animation: galleryReveal .8s ease forwards;
    animation-delay: .7s;
}

.gallery-loaded .gallery-item:nth-child(6) {
    animation: galleryReveal .8s ease forwards;
    animation-delay: .85s;
}

@keyframes galleryReveal {
    from {
        opacity: 0;
        transform: translateY(60px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes galleryHeading {
    from {
        opacity: 0;
        transform: translateX(-60px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes galleryButton {
    from {
        opacity: 0;
        transform: translateX(60px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes galleryReveal {
    from {
        clip-path: inset(0 100% 0 0);
    }

    to {
        clip-path: inset(0 0 0 0);
    }
}

/* Gallery ends */


/* Why guests love us starts */

.why-guests-section {
    padding: 60px 0;
    background: linear-gradient(135deg, #5b240e 0%, #6b2d12 50%, #7b3917 100%);
    position: relative;
    overflow: hidden;
}

.why-guests-heading {
    max-width: 750px;
    margin: 0 auto 70px;
}

.why-guests-heading h2 {
    color: #f6e5b8;
    font-family: 'Playfair Display', serif;
    font-size: 58px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 20px;
}

.why-guests-heading h2 span {
    display: block;
    color: #d8a03d;
    font-style: italic;
    font-family: Georgia, serif;
    font-weight: 500;
}

.why-guests-heading p {
    color: rgb(255 225 143);
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    max-width: 600px;
    margin: auto;
}

.why-guests-row {
    row-gap: 30px;
}

.why-guests-card {
    height: 100%;
    padding: 40px 30px;
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .08);
    backdrop-filter: blur(10px);
    opacity: 0;
    transform: translateY(50px) scale(.96);
    filter: blur(8px);
    transition:
        opacity .9s ease,
        transform .9s cubic-bezier(.22, 1, .36, 1),
        filter .9s ease,
        border-color .4s ease,
        background .4s ease;
}

.why-guests-card.show {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
}

.why-guests-card:hover {
    transform: translateY(-8px);
    border-color: rgba(216, 160, 61, .35);
    background: rgba(255, 255, 255, .06);
}

.why-guests-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 25px;
}

.why-guests-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.why-guests-card h3 {
    color: #d8a03d;
    font-family: 'Playfair Display', serif;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 18px;
}

.why-guests-content p {
    color: rgb(255 205 137);
    /*font-family: cursive;*/
    font-size: 15px;
    line-height: 1.9;
    margin-bottom: 0;
}

/* Why guests love us end */

/* Testimonial starts */

.home-testimonial-section {
    padding: 60px 0 0;
    background: #f5f1eb;
    overflow: hidden;
}

.home-testimonial-heading {
    margin-bottom: 50px;
}

.home-testimonial-heading span {
    display: flex;
    align-items: center;
    gap: 18px;
    color: #b89a63;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 6px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.home-testimonial-heading span:before {
    content: '';
    width: 60px;
    height: 1px;
    background: #b89a63;
}

.home-testimonial-heading h2 {
    font-family: "Cormorant Garamond", serif;
    font-size: 58px;
    line-height: .95;
    font-weight: 700;
    color: #2c180a;
    margin: 0;
    max-width: 700px;
}

.home-testimonial-heading h2 em {
    display: block;
    font-style: italic;
    font-weight: 500;
    color: #c89c4d;
    margin-top: 10px;
}

.testimonial-slide-item {
    padding: 20px;
}

.testimonial-card {
    background: linear-gradient(227deg, #6b391e, #000000);
    border: 1px solid rgba(254, 221, 86, .2);
    border-radius: 30px;
    padding: 50px 40px;
    position: relative;
    overflow: hidden;
    transition: .5s;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.testimonial-card:hover {
    transform: translateY(-10px);
    border-color: #fedd56;
}

.testimonial-card:before {
    content: '';
    position: absolute;
    width: 180px;
    height: 180px;
    background: #fedd56;
    opacity: .08;
    border-radius: 50%;
    top: -70px;
    right: -70px;
}

.testimonial-quote {
    font-size: 50px;
    color: #fedd56;
    margin-bottom: 20px;
}

.testimonial-card h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 20px;
}

.testimonial-content p {
    color: #d8d8d8;
    line-height: 1.5;
    margin-bottom: 30px;
}

.testimonial-content-wrap {
    flex: 1;
    color: wheat;
    font-family: 'Poppins', sans-serif;
}

.testimonial-readmore-btn {
    position: absolute;
    right: 40px;
    bottom: 48px;
    border: none;
    background: transparent;
    color: #c89c4d;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: .3s ease;
    z-index: 2;
}

.testimonial-readmore-btn:hover {
    color: #fedd56;
    transform: translateX(5px);
}

.testimonial-client {
    margin-top: auto;
    padding-top: 25px;
}

.testimonial-client h5 {
    color: #fff;
    margin-bottom: 5px;
    font-size: 18px;
}

.testimonial-client span {
    color: #fedd56;
    font-size: 14px;
}

.home-testimonial-slider .slick-dots li button:before {
    color: #fedd56;
}

.home-testimonial-slider .slick-track {
    display: flex;
}

.home-testimonial-slider .slick-slide {
    height: inherit;
}

.testimonial-card {
    height: 100%;
}

.testimonial-reveal {
    opacity: 0;
    transform: translateY(80px);
    transition: 1s ease;
}

.testimonial-reveal.active {
    opacity: 1;
    transform: translateY(0);
}

.testimonial-card {
    opacity: 0;
    transform: translateY(100px) rotateX(20deg);
}

.testimonial-card.show-card {
    animation: testimonialPop 1s cubic-bezier(.22, 1, .36, 1) forwards;
}

@keyframes testimonialPop {
    0% {
        opacity: 0;
        transform: translateY(100px) rotateX(20deg) scale(.8);
    }

    60% {
        opacity: 1;
        transform: translateY(-15px) rotateX(0) scale(1.03);
    }

    100% {
        opacity: 1;
        transform: translateY(0) rotateX(0) scale(1);
    }
}

.testimonial-popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .8);
    backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
}

.testimonial-popup-overlay.active {
    opacity: 1;
    visibility: visible;
}

.testimonial-popup-box {
    width: 100%;
    max-width: 750px;
    background: #fff;
    border-radius: 25px;
    padding: 50px;
    position: relative;
    transform: translateY(60px);
    transition: .4s;
}

.testimonial-popup-overlay.active .testimonial-popup-box {
    transform: translateY(0);
}

.testimonial-popup-close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 50%;
    background: #c89c4d;
    color: #fff;
    cursor: pointer;
}

.popup-title {
    font-size: 30px;
    margin-bottom: 5px;
}

.popup-designation {
    display: block;
    color: #c89c4d;
    margin-bottom: 20px;
}

.popup-content {
    line-height: 1.9;
    color: #555;
}

/* Testimonial ends */

/* Contact us section starts */

.contact-section {
    padding: 60px 0;
    background: #f7f3eb;
    overflow: hidden;
}

.contact-info-box {
    max-width: 500px;
}

.contact-subtitle {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 3px;
    color: #8f7750;
    margin-bottom: 20px;
}

.contact-subtitle:before {
    content: '';
    width: 40px;
    height: 1px;
    background: #c9b186;
}

.contact-info-box h2 {
    font-family: 'Playfair Display', serif;
    font-size: 68px;
    line-height: 1;
    font-weight: 700;
    color: #2d160c;
    margin-bottom: 30px;
}

.contact-info-box h2 span {
    display: block;
    font-family: serif;
    font-style: italic;
    color: #c7a35d;
}

.contact-description p {
    font-family: 'Poppins', sans-serif;
    color: #6b6b6b;
    line-height: 1.5;
    margin-bottom: 40px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 28px;
}

.contact-icon {
    width: 42px;
    font-size: 22px;
    color: #c7a35d;
}

.contact-text h6 {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 5px;
    color: #2d160c;
}

.contact-text p {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    color: #6a5a4b;
}

.contact-whatsapp-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #25d366;
    color: #fff;
    padding: 16px 30px;
    margin-top: 25px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-decoration: none;
    transition: .4s;
}

.contact-whatsapp-btn:hover {
    color: #fff;
    transform: translateY(-3px);
}

.contact-form-box {
    background: #f7f3eb;
    padding: 50px;
    border: #6a371f 2px solid;
    margin-top: 30px;
    border-radius: 15px;
}

.form-heading h3 {
    color: #c9a04d;
    font-family: 'Playfair Display', serif;
    font-size: 42px;
    margin-bottom: 5px;
}

.form-heading p {
    color: #b68f72;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 15px;
}

.contact-form-box label {
    display: block;
    color: #c9a04d;
    font-size: 11px;
    letter-spacing: 2px;
    font-weight: 700;
    margin-bottom: 10px;
}

.contact-form-box input,
.contact-form-box textarea {
    width: 100%;
    background: #e1e1e1;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 15px;
    color: #7d7d7d;
    padding: 14px 16px;
    margin-bottom: 5px;
}

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

.contact-form-box input[type="submit"] {
    width: 100%;
    background: #c9a04d;
    color: #2d160c;
    border: none;
    padding: 18px;
    font-weight: 700;
    letter-spacing: 3px;
    transition: all .5s ease;
    position: relative;
}

.contact-form-box input[type="submit"]:hover {
    background: #d8b062;
    box-shadow:
        0 0 0 2px rgba(201, 160, 77, .2),
        0 12px 30px rgba(201, 160, 77, .3);
}

.contact-form-box input[type="submit"]::after {
    content: "→";
    position: absolute;
    right: 40px;
    opacity: 0;
    transition: all .4s ease;
}

.contact-form-box input[type="submit"]:hover::after {
    right: 30px;
    opacity: 1;
}

.wpcf7-spinner {
    display: none;
}

.reveal-contact {
    opacity: 0;
    transform: translateY(80px);
    transition: all 1s cubic-bezier(.22, .61, .36, 1);
}

.reveal-contact.active {
    opacity: 1;
    transform: translateY(0);
}

.contact-info-box.active {
    transition-delay: .1s;
}

.contact-form-box.active {
    transition-delay: .3s;
}

/* Contact us section ends */



/* =============================================
   FOOTER
   ============================================= */

.site-footer {
    background-color: #331b0e !important;
    color: #c8a96e;
    font-family: "Roboto", sans-serif;
}

/* --- Footer Top --- */
.footer-top {
    padding: 60px 0 40px;
}

.footer-top-row {
    align-items: flex-start;
}

/* --- Brand Column --- */
.footer-brand-col {
    padding-right: 30px;
}

.footer-logo-img {
    width: 160px;
    height: auto;
    display: block;
    margin-bottom: 10px;
    object-fit: contain;
}

.footer-desc p {
    font-size: 13.5px;
    line-height: 1.75;
    color: #a0845a !important;
    max-width: 240px;
    margin-bottom: 0;
    font-family: "Roboto", sans-serif;
}

/* --- Widget Columns --- */
.footer-nav-col {
    padding-left: 10px;
}

.footer-widget {
    padding-top: 4px;
}

.footer-widget-title {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #c8a96e;
    margin-bottom: 22px;
    font-family: "Roboto", sans-serif;
    position: relative;
}

.footer-widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-widget li {
    margin-bottom: 12px;
}

.footer-widget li a {
    font-size: 14px;
    color: #a0845a;
    text-decoration: none !important;
    font-family: "Roboto", sans-serif;
    transition: color 0.25s ease;
    font-weight: 400;
}

.footer-widget li a:hover {
    color: #c8a96e;
}

/* --- Divider --- */
.footer-divider {
    padding: 0;
}

.footer-hr {
    border: none;
    border-top: 1px solid rgba(200, 169, 110, 0.2);
    margin: 0;
}

/* --- Footer Bottom (Copyright Bar) --- */
.footer-bottom {
    padding: 18px 0;
}

.footer-bottom-row {
    align-items: center;
}

.footer-copyright {
    font-size: 12.5px;
    color: #7a6040;
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}
.footer-copyright a {
    font-size: 12.5px;
    color: #7a6040;
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}
.footer-copyright a:hover {
    color: #B8922B;

}

/* --- Social Icons --- */
.footer-social-col {
    display: flex;
    justify-content: flex-end;
}

.footer-social-icons {
    display: flex;
    gap: 8px;
    align-items: center;
}

.footer-social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: 1px solid rgba(200, 169, 110, 0.45);
    color: #c8a96e !important;
    font-size: 13px;
    text-decoration: none !important;
    transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
    flex-shrink: 0;
}

.footer-social-link:hover {
    background: #c8a96e;
    border-color: #c8a96e;
    color: #1E1407 !important;
}


/* Inner Banner style */

.inner-banner-section {
    position: relative;
    height: 450px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.inner-banner-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.inner-banner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inner-banner-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, #000000d9 25%, #0000004f 100%);
}

.inner-banner-content {
    position: relative;
    z-index: 2;
}

.inner-banner-content h1 {
    display: flex;
    justify-content: center;
    font-family: 'Roboto', serif;
    color: #fff;
    font-size: 64px;
    margin: 15px 0;
}

/* Inner Banner style ends */

/* About page starts */

.about-page-heritage-section {
    padding: 60px 0;
    overflow: hidden;
    background: #f8f6f4;
}

.about-page-images-wrap {
    position: relative;
    max-width: 520px;
}

.about-page-content-wrap h2 {
    font-size: 58px;
    line-height: 1.15;
    color: #5b2d0f;
    font-weight: 400;
    margin-bottom: 30px;
    font-family: "Cormorant Garamond", serif;
}

.about-page-content-wrap h2 em {
    font-style: italic;
    font-weight: 400;
}

.about-page-main-image {
    overflow: hidden;
}

.about-page-main-image img {
    width: 100%;
    height: 650px;
    object-fit: cover;
    display: block;
}

.about-page-small-image {
    position: absolute;
    right: 0;
    bottom: -60px;
    width: 300px;
    border: 8px solid #f0f0f0;
    overflow: hidden;
}

.about-page-small-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
}

.about-page-subtitle {
    display: block;
    color: #a76d28;
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.about-page-content-wrap h2 {
    font-family: 'Playfair Display', serif;
    font-size: 58px;
    line-height: 1.15;
    color: #5b2d0f;
    font-weight: 500;
    margin-bottom: 30px;
}

.about-page-content p {
    font-family: 'Poppins', sans-serif;
    color: #5f5f5f;
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 25px;
}

.about-page-main-image,
.about-page-small-image,
.about-page-content-wrap {
    opacity: 0;
}

.about-page-main-image {
    transform: translateX(-80px);
}

.about-page-small-image {
    transform: translateY(80px);
}

.about-page-content-wrap {
    transform: translateX(80px);
}

.about-page-main-image.active,
.about-page-small-image.active,
.about-page-content-wrap.active {
    opacity: 1;
    transform: translate(0);
    transition: 1s ease;
}


.vm-section {
    background: #f8f6f4;
    overflow: hidden;
}

.vm-section-header {
    padding: 80px 0 60px;
    opacity: 0;
    transform: translateY(40px);
    filter: blur(6px);
    transition: opacity .9s ease, transform .9s ease, filter .9s ease;
}

.vm-section-header.active {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
}

.vm-label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-bottom: 18px;
}

.vm-label-line {
    display: inline-block;
    width: 36px;
    height: 1.5px;
    background: #B8922B;
    flex-shrink: 0;
}

.vm-label-text {
    font-family: "Roboto", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    color: #8f7750;
    white-space: nowrap;
}

.vm-section-title {
    font-family: "Playfair Display", serif;
    font-size: 52px;
    font-weight: 700;
    color: #2d160c;
    line-height: 1.15;
    margin-bottom: 20px;
}

.vm-section-title em {
    font-style: italic;
    color: #B8922B;
}

.vm-section-subtitle {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    color: #7a6040;
    line-height: 1.8;
    max-width: 480px;
    margin: 0 auto;
}

/* =============================================
   BLOCKS
   ============================================= */
.vm-block {
    padding: 70px 0;
}

.vm-block--vision {
    background: #f8f6f4;
}

.vm-block--mission {
    background: #faf6ee;
}

/* =============================================
   IMAGE
   ============================================= */
.vm-image-wrap {
    position: relative;
}

.vm-image {
    width: 100%;
    height: 480px;
    object-fit: cover;
    display: block;
    position: relative;
    z-index: 2;
}

.vm-img-accent--tl {
    position: absolute;
    top: -20px;
    left: -20px;
    width: 100%;
    height: 100%;
    border: 2.5px solid #c8a96e;
    z-index: 1;
}

.vm-img-accent--br {
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 100%;
    height: 100%;
    border: 2.5px solid #c8a96e;
    z-index: 1;
}

/* =============================================
   CONTENT
   ============================================= */
.vm-content {
    padding-left: 10px;
}

.vm-content--right {
    padding-left: 0;
    padding-right: 20px;
}

.vm-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 18px;
    margin-bottom: 24px;
    font-family: "Roboto", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
}

.vm-tag i {
    font-size: 16px;
}

.vm-tag--vision {
    background: #431b08;
    color: #c8a96e;
}

.vm-tag--mission {
    background: #B8922B;
    color: #fff;
}

.vm-title {
    font-family: "Playfair Display", serif;
    font-size: 40px;
    font-weight: 700;
    color: #2d160c;
    line-height: 1.2;
    margin-bottom: 22px;
}

.vm-divider {
    width: 50px;
    height: 2.5px;
    background: #B8922B;
    margin-bottom: 26px;
}

.vm-desc p {
    font-family: "Roboto", sans-serif;
    font-size: 14.5px;
    color: #5a4a30;
    line-height: 1.9;
    margin-bottom: 0;
    max-width: 500px;
}

.vm-quote-mark {
    font-family: "Playfair Display", serif;
    font-size: 120px;
    line-height: 0.5;
    color: rgba(184, 146, 43, .12);
    margin-top: 16px;
    user-select: none;
}

/* =============================================
   SCROLL REVEAL
   ============================================= */

.reveal-vm {
    opacity: 0;
    transform: translateY(60px);
    filter: blur(8px);
    transition: opacity 1s cubic-bezier(.22, 1, .36, 1),
        transform 1s cubic-bezier(.22, 1, .36, 1),
        filter 1s ease;
}

.reveal-vm--delay {
    transition-delay: .25s;
}

.reveal-vm.active {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
}

.about-page-choose-section {
    padding: 60px 0;
    background: #f8f6f4;
    overflow: hidden;
}

.about-page-choose-heading {
    margin-bottom: 70px;
    opacity: 0;
    transform: translateY(50px);
    transition: 1s ease;
}

.about-page-choose-heading.active {
    opacity: 1;
    transform: translateY(0);
}

.about-page-choose-heading span {
    display: inline-block;
    color: #b38b59;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.about-page-choose-heading h2 {
    font-family: 'Playfair Display', serif;
    font-size: 56px;
    line-height: 1.15;
    color: #4b2c18;
    margin-bottom: 20px;
    font-weight: 400;
}

.about-page-choose-heading h2 em {
    font-style: italic;
}

.about-page-choose-heading p {
    font-family: 'Poppins', sans-serif;
    max-width: 650px;
    margin: auto;
    line-height: 1.8;
    color: #666;
}

.about-page-choose-card {
    background: #fffff5;
    padding: 45px 30px;
    text-align: center;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
    transition: all .5s ease;
    opacity: 0;
    transform: translateY(80px);
    position: relative;
    overflow: hidden;
}

.about-page-choose-card.active {
    opacity: 1;
    transform: translateY(0);
}

.about-page-choose-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 4px;
    background: #b38b59;
    transition: .5s ease;
}

.about-page-choose-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg,
            rgba(179, 139, 89, .06),
            rgba(255, 255, 255, 0));
    opacity: 0;
    transition: .5s ease;
    pointer-events: none;
}

.about-page-choose-card:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, .12);
}

.about-page-choose-card:hover::before {
    left: 0;
}

.about-page-choose-card:hover::after {
    opacity: 1;
}

.about-page-choose-icon {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    background: #f5eee6;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    transition: .5s ease;
}

.about-page-choose-card:hover .about-page-choose-icon {
    background: #b38b59;
    transform: rotateY(180deg);
}

.about-page-choose-icon i {
    font-size: 34px;
    color: #b38b59;
    transition: .5s ease;
}

.about-page-choose-card:hover .about-page-choose-icon i {
    color: #fff;
    transform: rotateY(-180deg);
}

.about-page-choose-card h4 {
    transition: .4s ease;
}

.about-page-choose-card:hover h4 {
    color: #b38b59;
}

/* About page ends */


/* Facilities page starts */

.inner-facilities-section {
    padding: 90px 0;
    background: #f7f2ea;
    overflow: hidden;
}

.inner-facilities-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 70px;
}

.inner-facilities-heading span {
    width: 120px;
    height: 2px;
    background: linear-gradient(to right, transparent, #FEDD56, transparent);
}

.inner-facilities-heading h2 {
    font-family: 'Playfair Display';
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    margin: 0;
}

.inner-facilities-row {
    row-gap: 30px;
}

.inner-facilities-card {
    display: flex;
    flex-direction: column;
    background: #723d21;
    border: 1px solid rgba(254, 221, 86, .15);
    border-radius: 20px;
    padding: 35px;
    height: 100%;
    position: relative;
    overflow: hidden;
    transition: .4s ease;
    opacity: 0;
}

.inner-facilities-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(254, 221, 86, .12), transparent 60%);
    opacity: 0;
    transition: .4s ease;
}

.inner-facilities-card:hover {
    transform: translateY(-10px);
    border-color: #FEDD56;
    box-shadow: 0 25px 60px rgba(0, 0, 0, .2);
}

.inner-facilities-card:hover::before {
    opacity: 1;
}

.inner-facilities-icon {
    width: 65px;
    height: 65px;
    margin-bottom: 25px;
}

.inner-facilities-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.inner-facilities-content h3 {
    color: #FEDD56;
    font-size: 24px;
    margin-bottom: 15px;
}

.inner-facilities-content p {
    font-family: 'Poppins', serif;
    color: #fff;
    margin-bottom: 25px;
    line-height: 1.6;
}

.inner-facilities-tag {
    margin-top: auto;
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 24px;
    border: 1px solid #FEDD56;
    border-radius: 40px;
    color: #FEDD56;
    font-weight: 500;
    text-transform: uppercase;
}

.inner-facilities-cta {
    padding: 100px 0;
    background: #331b0e;
}

.inner-facilities-cta-wrap {
    text-align: center;
}

.inner-facilities-cta-wrap span {
    color: #FEDD56;
    letter-spacing: 3px;
    font-size: 13px;
}

.inner-facilities-cta-wrap h2 {
    color: #fff;
    font-size: 54px;
    margin: 20px 0 35px;
}

.inner-facilities-cta-wrap a {
    background: #FEDD56;
    color: #000;
    padding: 15px 35px;
    border-radius: 50px;
    font-weight: 700;
    display: inline-block;
    transition: .4s ease;
}

.inner-facilities-cta-wrap a:hover {
    transform: translateY(-4px);
    color:#fff;
}

.inner-facilities-card.from-left {
    transform: translateX(-100px) rotate(-6deg);
}

.inner-facilities-card.from-right {
    transform: translateX(100px) rotate(6deg);
}

.inner-facilities-card.inner-facilities-visible {
    opacity: 1;
    transform: translateX(0) rotate(0deg);
    transition: 1s cubic-bezier(.22, 1, .36, 1);
}

/* Facilities page ends */



/* Contact Page */

.contact-page-section {
    padding: 60px 0 0;
    background: #f7f3eb;
    overflow: hidden;
}

.contact-page-info-box {
    max-width: 500px;
}

.contact-page-subtitle {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 3px;
    color: #8f7750;
    margin-bottom: 20px;
}

.contact-page-subtitle:before {
    content: '';
    width: 40px;
    height: 1px;
    background: #c9b186;
}

.contact-page-info-box h2 {
    font-family: 'Playfair Display', serif;
    font-size: 68px;
    line-height: 1;
    font-weight: 700;
    color: #2d160c;
    margin-bottom: 30px;
}

.contact-page-info-box h2 span {
    display: block;
    font-family: serif;
    font-style: italic;
    color: #c7a35d;
}

.contact-page-description p {
    font-family: 'Poppins', sans-serif;
    color: #6b6b6b;
    line-height: 1.5;
    margin-bottom: 40px;
}

.contact-page-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 28px;
}

.contact-icon {
    width: 42px;
    font-size: 22px;
    color: #c7a35d;
}

.contact-page-text h6 {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 5px;
    color: #2d160c;
}

.contact-page-text p {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    color: #6a5a4b;
}

.contact-whatsapp-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #25d366;
    color: #fff;
    padding: 16px 30px;
    margin-top: 25px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-decoration: none;
    transition: .4s;
}

.contact-whatsapp-btn:hover {
    color: #fff;
    transform: translateY(-3px);
}

.contact-page-form-box {
    background: #f7f3eb;
    border: #5a2b12 2px solid;
    padding: 50px;
    margin-top: 30px;
    border-radius: 15px;
}

.contact-page-form-heading h3 {
    color: #c9a04d;
    font-family: 'Playfair Display', serif;
    font-size: 42px;
    margin-bottom: 5px;
}

.contact-page-form-heading p {
    color: #b68f72;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 15px;
}

.contact-page-form-box label {
    display: block;
    color: #c9a04d;
    font-size: 11px;
    letter-spacing: 2px;
    font-weight: 700;
    margin-bottom: 10px;
}

.contact-page-form-box input,
.contact-page-form-box textarea {
    width: 100%;
    background: #e7e7e7;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 15px;
    color: #757575;
    padding: 14px 16px;
    margin-bottom: 5px;
}

.contact-page-form-box textarea {
    height: 130px;
    resize: none;
}

.contact-page-form-box input[type="submit"] {
    width: 100%;
    background: #c9a04d;
    color: #2d160c;
    border: none;
    padding: 18px;
    font-weight: 700;
    letter-spacing: 3px;
    transition: all .5s ease;
    position: relative;
}

.contact-page-form-box input[type="submit"]:hover {
    background: #d8b062;
    box-shadow:
        0 0 0 2px rgba(201, 160, 77, .2),
        0 12px 30px rgba(201, 160, 77, .3);
}

.contact-page-form-box input[type="submit"]::after {
    content: "→";
    position: absolute;
    right: 40px;
    opacity: 0;
    transition: all .4s ease;
}

.contact-page-form-box input[type="submit"]:hover::after {
    right: 30px;
    opacity: 1;
}

.wpcf7-spinner {
    display: none;
}

.reveal-contact {
    opacity: 0;
    transform: translateY(80px);
    transition: all 1s cubic-bezier(.22, .61, .36, 1);
}

.reveal-contact.active {
    opacity: 1;
    transform: translateY(0);
}

.contact-page-info-box.active {
    transition-delay: .1s;
}

.contact-page-form-box.active {
    transition-delay: .3s;
}

.inner-map-section {
    background: #f7f3eb;
    padding: 60px 0;
}

.inner-map-heading {
    text-align: center;
    margin-bottom: 40px;
}

.inner-map-heading h2 {
    font-family: 'Playfair Display', serif;
    font-size: 48px;
    font-weight: 700;
    color: #2d160c;
    margin-bottom: 0;
}

.inner-map-wrap {
    border: #431b08 3px solid;
    overflow: hidden;
    border-radius: 30px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.inner-map-container {
    padding: 0 8%;
}

.inner-map-wrap p {
    margin: 0;
}

.inner-map-wrap iframe {
    width: 100%;
    height: 250px !important;
    border: none;
    display: block;
}

/* Contact us section ends */


/* Gallery page starts */

.gallery-page-section {
    padding: 60px 0;
    overflow: hidden;
}

.gallery-page-heading {
    text-align: center;
    max-width: 850px;
    margin: 0 auto 70px;
}

.gallery-page-subtitle {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 3px;
    color: #b38b59;
    text-transform: uppercase;
    margin-bottom: 15px;
    position: relative;
}

.gallery-page-reveal-item {
    opacity: 0;
    transform: translateY(60px);
}

.gallery-page-reveal-item.gallery-page-visible {
    animation: galleryPageReveal 1s cubic-bezier(.22, 1, .36, 1) forwards;
}

@keyframes galleryPageReveal {
    0% {
        opacity: 0;
        transform: translateY(60px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.gallery-page-subtitle::before,
.gallery-page-subtitle::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 50px;
    height: 1px;
    background: #b38b59;
}

.gallery-page-subtitle::before {
    right: calc(100% + 15px);
}

.gallery-page-subtitle::after {
    left: calc(100% + 15px);
}

.gallery-page-heading h2 {
    font-family: 'Playfair Display', serif;
    font-size: 56px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #111;
}

.gallery-page-heading h2 em {
    font-style: italic;
    color: #b38b59;
    position: relative;
}

.gallery-page-heading h2 em::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 10px;
    background: rgba(179, 139, 89, .15);
    z-index: -1;
}

.gallery-page-heading p {
    font-size: 17px;
    line-height: 1.5;
    color: #666;
    max-width: 700px;
    margin: 0 auto;
}

.gallery-page-masonry {
    column-count: 4;
    column-gap: 18px;
}

.gallery-page-item {
    break-inside: avoid;
    margin-bottom: 18px;
    overflow: hidden;
    opacity: 0;
    transform: translateY(60px) scale(.92);
    transition: all .9s cubic-bezier(.22, 1, .36, 1);
}

.gallery-page-item.gallery-page-show {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.gallery-page-item img {
    width: 100%;
    height: auto;
    display: block;
    transition: all .6s ease;
}

.gallery-page-item:hover img {
    transform: scale(1.06);
}

/* Gallery page ends */


/* RESPONSE */

@media only screen and (min-width: 300px) and (max-width: 576.98px) {

    .enquire-btn {
        display: none;
    }
    .header-menu {
        position: relative;
        justify-content: flex-end;
    }
    #mega-menu-wrap-primary {
        width: 100%;
    }
    #mega-menu-wrap-primary .mega-menu-toggle {
        display: flex !important;
        justify-content: flex-end !important;
        width: 100%;
    }
    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right {
        margin-left: auto !important;
    }
    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,
    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
        width: 40px;
        height: 4px;
        background: #ffffff !important;
    }
    #mega-menu-wrap-primary .mega-menu-toggle+#mega-menu-primary {
        background: rgb(100 65 31);
        width: 210px;
    }
    #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open~button.mega-close {
        display: none;
    }
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link {
        color: #ffffff;
        background: #bdb76b;
    }
    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block {
        margin-right: 0 !important;
    }
    #mega-menu-wrap-primary .mega-menu-toggle {
        padding-right: 15px;
    }

    /* HOMEPAGE */
    .home-banner-section,
    .banner-slider-wrap,
    .banner-slide {
        height: 85vh;
        min-height: 650px;
    }
    .banner-slide .container {
        align-items: flex-start;
        padding-top: 190px;
    }
    .banner-content-area {
        max-width: 100%;
        padding-top: 0;
        padding-right: 20px;
    }
    .banner-white-overlay {
        width: 100%;
        background: linear-gradient(90deg,
                rgba(245, 237, 224, .95) 0%,
                rgba(245, 237, 224, .85) 40%,
                rgba(245, 237, 224, .55) 70%,
                rgba(245, 237, 224, .15) 100%);
    }
    .banner-slide::after {
        width: 100%;
        background: rgba(0, 0, 0, .15);
    }
    .banner-title {
        font-size: 48px;
        line-height: 1.05;
        margin-bottom: 20px;
    }
    .banner-sub-heading,
    .banner-sub-heading p {
        font-size: 14px;
        line-height: 1.7;
    }
    .banner-sub-heading {
        margin-bottom: 30px;
    }
    .banner-btns {
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
        width: 100%;
    }
    .banner-btn-fill,
    .banner-btn-outline {
        width: 100%;
        text-align: center;
        padding: 18px 20px;
        font-size: 13px;
        letter-spacing: 3px;
    }
    .our-story-row {
        gap: 40px;
    }
    .our-story-images {
        min-height: 320px;
        margin-bottom: 20px;
    }
    .our-story-img-top {
        left: 15px;
        width: 72%;
    }
    .our-story-img-top img {
        height: 280px;
    }
    .our-story-img-top::after {
        width: 45px;
        height: 45px;
        left: -15px;
        bottom: -15px;
    }
    .our-story-img-bottom {
        width: 58%;
        bottom: 0;
    }
    .our-story-img-bottom img {
        height: 180px;
    }
    .our-story-img-bottom::before {
        border-width: 8px;
        top: -10px;
        left: -10px;
    }
    .our-story-label {
        margin-top: 50px;
    }
    .our-story-heading {
        font-size: 36px;
    }
    .our-story-desc {
        font-size: 14px;
        line-height: 1.6;
    }
    .our-story-features {
        row-gap: 20px;
    }
    .section-heading span,
    .section-heading h2,
    .section-description,
    .amenity-icon,
    .amenity-card h4,
    .amenity-content {
        filter: none;
    }
    .section-heading h2 {
        font-size: 36px;
    }
    .section-description p {
        font-size: 14px;
        margin-top: 15px;
        line-height: 1.6;
    }
    .gallery-heading h2 {
        font-size: 36px;
    }
    .gallery-btn {
        margin-top: 15px;
    }
    .gallery-top-row {
        margin-bottom: 30px;
    }
    .gallery-top-row .gallery-btn-wrapper {
        justify-content: flex-start;
        margin-top: 20px;
    }
    .gallery-heading h2 {
        font-size: 38px;
    }
    .gallery-large-image {
        margin-bottom: 12px;
    }
    .gallery-large-image img {
        height: 280px;
    }
    .gallery-small-row {
        row-gap: 12px;
    }
    .gallery-small-row .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .gallery-small-image img {
        height: 220px;
    }
    .gallery-btn {
        width: 100%;
        padding: 14px 20px;
        letter-spacing: 2px;
    }
    .why-guests-heading h2,
    .home-testimonial-heading h2 {
        font-size: 36px;
    }
    .testimonial-card {
        min-height: 340px;
        padding: 30px 25px;
    }
    .testimonial-client {
        margin-top: auto;
        padding-top: 20px;
    }
    .testimonial-readmore-btn {
        position: static;
        margin-top: 12px;
        padding: 0;
        align-self: flex-start;
    }
    .testimonial-card p {
        font-size: 15px;
        line-height: 1.7;
    }
    .testimonial-quote-icon {
        width: 40px;
        height: 40px;
        margin-bottom: 15px;
    }
    .testimonial-popup-box {
        display: flex;
        flex-direction: column;
        height: 85vh;
        padding: 50px 20px 20px;
    }
    .popup-content {
        flex: 1;
        overflow-y: auto;
        padding-right: 5px;
    }
    .contact-info-box h2 {
        font-size: 36px;
    }
    .contact-item {
        gap: 12px;
        align-items: flex-start;
    }
    .contact-icon {
        width: 28px;
        flex: 0 0 28px;
        font-size: 20px;
    }
    .contact-text {
        flex: 1;
        min-width: 0;
    }
    .contact-text p {
        font-size: 15px;
        line-height: 1.7;
        overflow-wrap: anywhere;
        word-break: break-word;
    }
    .contact-text h6 {
        margin-bottom: 6px;
    }
    .contact-form-box {
        width: 100%;
        padding: 25px;
    }
    .contact-page-section .row {
        margin-left: 0;
        margin-right: 0;
    }
    .contact-page-section .col-lg-6,
    .contact-page-section .col-md-12,
    .contact-page-section .col-12 {
        padding-left: 0;
        padding-right: 0;
    }
    .contact-form-box input,
    .contact-form-box textarea,
    .contact-form-box .wpcf7-form-control {
        width: 100%;
    }
    .footer-widget-title {
        margin-top: 15px;
    }
    .footer-copyright {
        margin-bottom: 15px;
    }
    .footer-social-col {
        justify-content: center;
    }

    /* About starts (Response) */

    .inner-banner-section {
        height: 320px;
    }
    .inner-banner-content h1 {
        padding-top: 50px;
        font-size: 50px;
    }
    .about-page-images-wrap {
        max-width: 100%;
        padding-bottom: 70px;
        margin-bottom: 30px;
    }
    .about-page-main-image img {
        height: 300px;
    }
    .about-page-small-image {
        width: 50%;
        bottom: 10px;
        right: 0;
        border: 4px solid #f0f0f0;
    }
    .about-page-small-image img {
        height: 130px;
    }
    .about-page-content-wrap h2 {
        font-size: 31px;
    }
    .about-page-content p {
        font-size: 14px;
    }
    .vm-section-header {
        padding: 60px 0 0;
    }
    .vm-section-title {
        font-size: 36px;
    }
    .vm-image {
        height: 290px;
        margin-bottom: 30px;
    }
    .vm-img-accent--tl {
        top: -10px;
        left: -10px;
        border-width: 2px;
    }
    .vm-img-accent--br {
        bottom: -10px;
        right: -10px;
        border-width: 2px;
    }
    .vm-title {
        font-size: 36px;
    }
    .vm-block {
        padding: 60px 0 0;
    }
    .vm-desc {
        margin-bottom: 30px;
    }
    .about-page-choose-heading h2 {
        font-size: 36px;
    }
    .about-page-choose-heading p {
        line-height: 1.5;
    }
    .about-page-choose-section .row {
        row-gap: 20px;
    }
    .inner-facilities-section {
        padding: 60px 0;
        overflow: hidden;
    }
    .inner-facilities-heading {
        gap: 10px;
        margin-bottom: 40px;
        flex-wrap: nowrap;
    }
    .inner-facilities-heading span {
        width: 40px;
    }
    .inner-facilities-heading h2 {
        font-size: 28px;
        text-align: center;
    }
    .inner-facilities-row {
        row-gap: 20px;
    }
    .inner-facilities-card {
        padding: 25px 20px;
        border-radius: 15px;
    }
    .inner-facilities-icon {
        width: 50px;
        height: 50px;
        margin-bottom: 18px;
    }
    .inner-facilities-content h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .inner-facilities-content p {
        font-size: 14px;
        line-height: 1.7;
        margin-bottom: 18px;
    }
    .inner-facilities-tag {
        padding: 8px 18px;
        font-size: 11px;
    }
    .inner-facilities-cta {
        padding: 60px 0;
    }
    .inner-facilities-cta-wrap span {
        font-size: 11px;
        letter-spacing: 2px;
    }
    .inner-facilities-cta-wrap h2 {
        font-size: 32px;
        line-height: 1.3;
        margin: 15px 0 25px;
    }
    .inner-facilities-cta-wrap a {
        width: 100%;
        max-width: 260px;
        text-align: center;
        padding: 14px 20px;
    }
    .inner-facilities-card.from-left,
    .inner-facilities-card.from-right {
        transform: translateY(60px);
    }
    .inner-facilities-card.inner-facilities-visible {
        transform: translateY(0);
    }

    /* Gallery page starts */

    .gallery-page-section {
        padding: 50px 0;
    }
    .gallery-page-heading {
        margin: 0 auto 40px;
        padding: 0 10px;
    }
    .gallery-page-subtitle {
        font-size: 11px;
        letter-spacing: 2px;
    }
    .gallery-page-subtitle::before,
    .gallery-page-subtitle::after {
        width: 25px;
    }
    .gallery-page-subtitle::before {
        right: calc(100% + 8px);
    }
    .gallery-page-subtitle::after {
        left: calc(100% + 8px);
    }
    .gallery-page-heading h2 {
        font-size: 36px;
        line-height: 1.2;
        margin-bottom: 15px;
    }
    .gallery-page-heading h2 em::after {
        height: 6px;
    }
    .gallery-page-heading p {
        font-size: 15px;
        line-height: 1.7;
    }
    .gallery-page-masonry {
        column-count: 1;
        column-gap: 0;
    }
    .gallery-page-item {
        margin-bottom: 15px;
    }
    .gallery-page-item img {
        width: 100%;
        border-radius: 8px;
    }
    .fancybox__carousel>.f-button.is-arrow:before {
        display: none;
    }

    /* Contact page starts */

    .contact-page-section {
        padding: 40px 0 0;
    }
    .contact-page-info-box {
        max-width: 100%;
        margin-bottom: 40px;
    }
    .contact-page-subtitle {
        font-size: 11px;
        letter-spacing: 2px;
    }
    .contact-page-subtitle:before {
        width: 25px;
    }
    .contact-page-info-box h2 {
        font-size: 42px;
        line-height: 1.1;
        margin-bottom: 20px;
    }
    .contact-page-description p {
        font-size: 15px;
        margin-bottom: 25px;
    }
    .contact-page-item {
        margin-bottom: 20px;
    }
    .contact-icon {
        width: 28px;
        flex: 0 0 28px;
        font-size: 18px;
    }
    .contact-page-text {
        flex: 1;
        min-width: 0;
    }
    .contact-page-text p {
        font-size: 15px;
        overflow-wrap: anywhere;
        word-break: break-word;
    }
    .contact-whatsapp-btn {
        width: 100%;
        justify-content: center;
        padding: 14px 20px;
    }
    .contact-page-form-box {
        padding: 25px 20px;
        margin-top: 30px;
    }
    .contact-page-form-heading h3 {
        font-size: 34px;
        line-height: 1.1;
    }
    .contact-page-form-heading p {
        font-size: 15px;
        line-height: 1.6;
    }
    .contact-page-form-box label {
        font-size: 10px;
        letter-spacing: 1.5px;
    }
    .contact-page-form-box input,
    .contact-page-form-box textarea {
        padding: 14px;
        font-size: 15px;
    }
    .contact-page-form-box textarea {
        height: 120px;
    }
    .contact-page-form-box input[type="submit"] {
        padding: 16px;
        font-size: 13px;
        letter-spacing: 2px;
    }
    .inner-map-section {
        padding: 40px 0;
    }
    .inner-map-heading {
        margin-bottom: 25px;
    }
    .inner-map-heading h2 {
        font-size: 34px;
    }
    .inner-map-container {
        padding: 0;
    }
    .inner-map-wrap {
        border-radius: 15px;
    }
    .inner-map-wrap iframe {
        height: 220px !important;
    }
}


@media only screen and (min-width: 576px) and (max-width: 768.98px) {

    .enquire-btn {
        display: none;
    }
    .header-menu {
        justify-content: flex-end;
    }
    #mega-menu-wrap-primary {
        width: 100%;
    }
    #mega-menu-wrap-primary .mega-menu-toggle {
        display: flex !important;
        justify-content: flex-end !important;
        width: 100%;
        padding-right: 0 !important;
    }
    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right {
        margin-left: auto !important;
    }
    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,
    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
        width: 40px;
        height: 4px;
        background: #ffffff !important;
    }
    #mega-menu-wrap-primary .mega-menu-toggle+#mega-menu-primary {
        background: rgb(100 65 31);
        width: 250px;
    }
    #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open~button.mega-close {
        display: none;
    }
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link {
        color: #ffffff;
        background: #bdb76b;
    }
    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block {
        margin-right: 0 !important;
    }
    #mega-menu-wrap-primary .mega-menu-toggle {
        padding-right: 15px;
    }

    .home-banner-section,
    .banner-slider-wrap,
    .banner-slide {
        height: 80vh;
        min-height: 650px;
    }
    .banner-slide .container {
        align-items: center;
    }
    .banner-content-area {
        max-width: 420px;
        padding-top: 40px;
    }
    .banner-white-overlay {
        width: 75%;
        background: linear-gradient(90deg,
                rgba(245, 237, 224, .96) 0%,
                rgba(245, 237, 224, .90) 45%,
                rgba(245, 237, 224, .70) 65%,
                rgba(245, 237, 224, .25) 85%,
                rgba(245, 237, 224, 0) 100%);
    }
    .banner-slide::after {
        width: 100%;
        background: rgba(0, 0, 0, .12);
    }
    .banner-title {
        font-size: 54px;
        line-height: 1.05;
        margin-bottom: 15px;
    }
    .banner-sub-heading,
    .banner-sub-heading p {
        font-size: 18px;
        line-height: 1.6;
    }
    .banner-sub-heading {
        margin-bottom: 25px;
    }
    .banner-btns {
        gap: 12px;
    }
    .banner-btn-fill,
    .banner-btn-outline {
        padding: 14px 24px;
        font-size: 11px;
    }

    .our-story-images {
        margin-bottom: 70px;
    }
    .section-heading h2 {
        font-size: 42px;
        margin-bottom: 20px;
    }
    .gallery-top-row {
        flex-direction: column;
        text-align: center;
    }
    .gallery-top-row .col-lg-6,
    .gallery-top-row .col-md-6 {
        width: 100%;
        max-width: 100%;
    }
    .gallery-heading {
        text-align: center;
    }
    .gallery-heading h2 {
        font-size: 48px;
    }
    .gallery-top-row .gallery-btn-wrapper {
        justify-content: center;
        margin-top: 10px;
    }
    .gallery-heading span::before {
        left: 25vh;
    }
    .gallery-grid {
        row-gap: 15px;
    }
    .gallery-grid>.col-lg-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .gallery-large-image img {
        height: 350px;
    }
    .gallery-small-row {
        margin-top: 15px;
    }
    .gallery-small-image img {
        height: 180px;
    }
    .contact-form-box {
        padding: 20px;
    }
    .footer-desc p {
        margin-top: 15px;
    }
    .footer-widget-title {
        margin: 20px 0 15px;
    }
    .footer-social-col {
        justify-content: center;
    }
    .footer-copyright {
        margin-bottom: 15px;
        display: flex;
        justify-content: center;
    }

    /* About page starts */

    .about-page-main-image img {
        height: 400px;
    }
    .about-page-small-image {
        width: 220px;
    }
    .about-page-small-image img {
        height: 160px;
    }
    .about-page-images-wrap {
        margin-bottom: 90px;
    }
    .vm-section-header {
        padding: 0 0 60px;
    }
    .vm-image-wrap {
        margin-bottom: 50px;
    }
    .vm-block {
        padding: 30px 0 20px;
    }
    .vm-desc {
        margin-bottom: 30px;
    }
    .about-page-choose-section .row {
        row-gap: 20px;
    }

    /* Facilities page starts */
    .inner-facilities-cta-wrap h2 {
        font-size: 48px;
    }

    /* Gallery page */
    .gallery-page-masonry {
        column-count: 2;
        column-gap: 15px;
    }
    .gallery-page-item {
        margin-bottom: 15px;
    }
    .gallery-page-item img {
        width: 100%;
        height: auto;
        display: block;
    }

    /* Contact page */

    .contact-page-form-box {
        margin-top: 30px;
    }
}


@media only screen and (min-width: 768px) and (max-width: 991.98px) {

    .header-enquire {
        display: none !important;
    }
    .header-menu {
        flex: 0 0 75% !important;
        max-width: 75% !important;
        justify-content: flex-end;
    }
    #mega-menu-wrap-primary {
        width: 100%;
    }
    #mega-menu-wrap-primary .mega-menu-toggle {
        display: flex !important;
        justify-content: flex-end !important;
        width: 100%;
        padding-right: 0 !important;
    }
    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right {
        margin-left: auto !important;
    }
    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,
    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
        width: 40px;
        height: 4px;
        background: #ffffff !important;
    }
    #mega-menu-wrap-primary .mega-menu-toggle+#mega-menu-primary {
        background: rgb(100 65 31);
        width: 250px;
    }
    #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open~button.mega-close {
        display: none;
    }
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link {
        color: #ffffff;
        background: #bdb76b;
    }
    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block {
        margin-right: 0 !important;
    }
    #mega-menu-wrap-primary .mega-menu-toggle {
        padding-right: 15px;
    }

    .section-heading h2,
    .gallery-heading h2,
    .home-testimonial-heading h2,
    .contact-info-box h2 {
        font-size: 50px;
    }

    .gallery-grid {
        row-gap: 0px;
    }
    .gallery-grid>.col-lg-6,
    .gallery-grid>.col-md-12 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .gallery-large-image {
        margin-bottom: 20px;
    }
    .gallery-small-row {
        row-gap: 20px;
        margin-left: -10px;
        margin-right: -10px;
    }
    .gallery-small-row>div {
        padding-left: 10px;
        padding-right: 10px;
    }
    .gallery-large-image img,
    .gallery-small-image img {
        border-radius: 8px;
    }
    .footer-widget-title {
        margin-top: 20px;
    }
    .about-page-images-wrap {
        max-width: 520px;
        margin: 0 auto;
    }
    .about-page-main-image {
        text-align: center;
        margin-bottom: 80px;
    }
    .about-page-small-image {
        right: 0;
        transform: translateX(50%);
    }
    .vm-section-header {
        padding: 20px 0 20px;
    }
    .vm-block {
        padding: 20px 0 0px;
    }
    .about-page-choose-section .row {
        row-gap: 30px;
    }

    /* Gallery page */

    .gallery-page-masonry {
        column-count: 3;
        column-gap: 15px;
    }
    .gallery-page-item {
        margin-bottom: 15px;
    }
    .gallery-page-item img {
        width: 100%;
        height: auto;
        display: block;
    }

}

@media only screen and (min-width: 991px) and (max-width: 1200.98px) {

    .header-enquire {
        display: none !important;
    }
    .header-menu {
        flex: 0 0 83.333333% !important;
        max-width: 83.333333% !important;
        justify-content: flex-end;
    }
    #mega-menu-wrap-primary{
        width:100%;
    }
    #mega-menu-wrap-primary .mega-menu-toggle{
        display:flex !important;
        justify-content:flex-end !important;
        width:100%;
        padding-right: 0 !important;
    }
    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right{
        margin-left:auto !important;
    }
    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,
    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after{
        width:40px;
        height:4px;
        background:#ffffff !important;
    }
    #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
        background: rgb(100 65 31);
        width: 250px;
    }
    #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open ~ button.mega-close {
        display: none;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
        color: #ffffff;
        background: #bdb76b;
    }
    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block{
        margin-right:0 !important;
    }
    #mega-menu-wrap-primary .mega-menu-toggle{
        padding-right:15px;
    }

    .vm-section-header {
        padding: 30px 0 60px;
    }
    .vm-block {
        padding: 60px 0 20px;
    }
}