@font-face {
    font-family: Avenir-Black;
    src: url(fonts/Avenir-Black.ttf);
}
@font-face {
    font-family: Avenir-Book;
    src: url(fonts/Avenir-Book.ttf);
}
@font-face {
    font-family: Avenir-Heavy;
    src: url(fonts/Avenir-Heavy.ttf);
}
@font-face {
    font-family: Avenir-Light;
    src: url(fonts/Avenir-Light.ttf);
}
@font-face {
    font-family: Avenir-Regular;
    src: url(fonts/Avenir-Regular.ttf);
}
/* Reset and Base Styles */
body {
    margin: 0;
    padding: 0;
    /*font-family: 'Arial', sans-serif;*/
    font-family: Avenir-Regular;
}
a {
    text-decoration: none !important;
}
/* Global Image Styles */
img {
    border-radius: 10px;
}
img.nav-logo-img,
img.hero-logo,
img.footer-logo-img {
    border-radius: 0 !important;
}
/* Custom Navigation */
.custom-navbar {
    background-color:#8b4c3b !important;
    padding: 6px 0px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(139, 76, 59, 0.7);
}
.advance__search .query__input input::placeholder {
    color: #000;
    opacity: 1;
    /* important for Firefox */
}
/* Browser compatibility */
.advance__search .query__input input::-webkit-input-placeholder {
    color: #000;
}
.advance__search .query__input input:-ms-input-placeholder {
    color: #000;
}
.advance__search .query__input input::-ms-input-placeholder {
    color: #000;
}
.nav-container {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nav-logo {
    display: flex;
    align-items: center;
}
.nav-logo-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: opacity 0.3s;
}
.nav-logo-link:hover {
    opacity: 0.8;
}
.nav-logo-img {
    height: 45px;
    width: auto;
    display: block;
}
.nav-menu {
    display: flex;
    gap: 30px;
    align-items: center;
}
.nav-link {
    color: #ffffff !important;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 1px;
    font-family: Avenir-Regular;
    font-weight: 400;
    transition: opacity 0.3s;
}
.nav-link:hover {
    opacity: 0.7;
    color: #ffffff;
}
.book-now-btn {
    background-color: #8b4c3b;
    color: #ffffff;
    padding: 12px 30px;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 1px;
    font-family: Avenir-Regular;
    font-weight: 400;
    transition: background-color 0.3s;
    border: none;
    cursor: pointer;
}
.book-now-btn:hover {
    background-color: #8b4c3b;
    color: #ffffff;
}
/* Hero Section */
.hero-section {
    position: relative;
    height: 72vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.hero-section.stayBanner {
    /*height: 530px;*/
}
.hero-section.dineBanner {
    /*height: 530px;*/
}
.hero-section.offersBanner {
    /*height: 530px;*/
}
.hero-section.packagesBanner {
    /*height: 530px;*/
}
.hero-section.earlyBirdBanner {
    /*height: 530px;*/
}
.hero-section.seasonOfSerenityBanner {
    /*height: 530px;*/
}
.hero-section.extendedBlissBanner {
    /*height: 530px;*/
}
.hero-section.celebrationsBanner {
    /*height: 530px;*/
}
.hero-section.weddingsBanner {
    /*height: 530px;*/
}
.hero-section.socialsBanner {
    /*height: 530px;*/
}
.hero-section.corporateBanner {
    /*height: 530px;*/
}
.hero-section.experiencesBanner {
    /*height: 530px;*/
}
.hero-section.culinaryExperienceBanner {
    /*height: 530px;*/
}
.hero-section.forYourFurryPetsBanner {
    /*height: 530px;*/
}
.hero-section.leisureExperienceBanner {
    /*height: 530px;*/
}
.hero-section.natureAdventureBanner {
    /*height: 530px;*/
}
.hero-section.stayExperienceBanner {
    /*height: 530px;*/
}
.hero-section.wellnessExperienceBanner {
    /*height: 530px;*/
}
.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1)),
    url('../img/hbsdgvsghsdghcv.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.hero-section.dineBanner .hero-background {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1)),
    url('../img/dine_banner.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.hero-section.offersBanner .hero-background {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1)),
    url('../img/offer_banner.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.hero-section.packagesBanner .hero-background {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1)),
    url('../img/packages_banner.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.hero-section.earlyBirdBanner .hero-background {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1)),
    url('https://images.unsplash.com/photo-1519167758481-83f550bb49b3?ixlib=rb-4.0.3&auto=format&fit=crop&w=2000&q=80');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.hero-section.seasonOfSerenityBanner .hero-background {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1)),
    url('https://images.unsplash.com/photo-1519167758481-83f550bb49b3?ixlib=rb-4.0.3&auto=format&fit=crop&w=2000&q=80');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.hero-section.extendedBlissBanner .hero-background {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1)),
    url('https://images.unsplash.com/photo-1519167758481-83f550bb49b3?ixlib=rb-4.0.3&auto=format&fit=crop&w=2000&q=80');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.hero-section.celebrationsBanner .hero-background {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1)),
    url('../img/celebrations_banner.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.hero-section.weddingsBanner .hero-background {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1)),
    url('../img/564645.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.hero-section.socialsBanner .hero-background {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1)),
    url('../img/32424.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.hero-section.corporateBanner .hero-background {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1)),
    url('../img/cor-banner.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.hero-section.experiencesBanner .hero-background {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1)),
    url('../img/experiences_banner.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.hero-section.culinaryExperienceBanner .hero-background {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1)),
    url('../img/experience_Culinary_banner.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.hero-section.forYourFurryPetsBanner .hero-background {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1)),
    url('../img/experience_pets_banner.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.hero-section.leisureExperienceBanner .hero-background {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1)),
    url('../img/experience_Leisure_banner1.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.hero-section.natureAdventureBanner .hero-background {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1)),
    url('../img/experiences_banner.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.hero-section.stayExperienceBanner .hero-background {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1)),
    url('../img/experiences_banner.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.hero-section.wellnessExperienceBanner .hero-background {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1)),
    url('../img/experiences_banner.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.05) 100%);
}
.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #ffffff;
    animation: fadeInUp 1s ease-in-out;
    display: none;    
}
.hero-welcome {
    font-size: 54px;
    font-weight: 300;
    letter-spacing: 4px;
    margin-bottom: 15px;
    font-family: Avenir-Regular;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}
.hero-title {
    font-size: 120px;
    font-weight: 300;
    letter-spacing: 8px;
    margin-bottom: 15px;
    font-family: Avenir-Regular;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}
.hero-subtitle {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 6px;
    font-family: Avenir-Regular;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}
.hero-controls {
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 3;
    display: flex;
    gap: 15px;
    align-items: center;
}
.control-btn {
    background: transparent;
    border: none;
    color: #ffffff;
    cursor: pointer;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s;
    opacity: 0.9;
}
.control-btn:hover {
    opacity: 1;
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* Stays Content Section */
.stays-content-section {
    background-color: #f5f0e8;
    padding: 80px 40px;
}
.stays-content-title {
    font-size: 72px;
    font-weight: 300;
    color: #8b4c3b;
    letter-spacing: 4px;
    font-family: Avenir-Regular;
    margin: 0px 0px 30px 0px;
    text-transform: uppercase;
}
.stays-content-text {
    max-width: 900px;
    margin: 0 auto;
    color: #4a4a4a;
    font-size: 16px;
    line-height: 1.8;
    font-family: Avenir-Regular;
}
.stays-content-text p {
    margin-bottom: 25px;
}
.stays-content-text p:last-child {
    margin-bottom: 0;
}
.stays-content-text strong {
    font-weight: 700;
    color: #000000;
}
/* Dining Content Section */
.dining-content-section {
    background-color: #f5f0e8;
    padding: 100px 40px;
}
.dining-content-title {
    font-size: 64px;
    font-weight: 400;
    color: #8b4c3b;
    letter-spacing: 6px;
    font-family: Avenir-Regular;
    text-transform: uppercase;
    margin: 0 0 30px 0;
    line-height: 1.2;
}
.dining-content-subtitle {
    font-size: 20px;
    font-weight: 300;
    color: #4a4a4a;
    font-family: Avenir-Regular;
    margin: 0;
    line-height: 1.8;
    letter-spacing: 1px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
/* Offers Content Section */
.offers-content-section {
    background-color: #ffffff;
    padding: 100px 40px;
}
.offers-content-title {
    font-size: 64px;
    font-weight: 400;
    color: #8b4c3b;
    letter-spacing: 6px;
    font-family: Avenir-Regular;
    text-transform: uppercase;
    margin: 0 0 30px 0;
    line-height: 1.2;
}
.offers-content-subtitle {
    font-size: 28px;
    font-weight: 700;
    color: #000000;
    font-family: Avenir-Regular;
    margin: 0 0 25px 0;
    line-height: 1.4;
}
.offers-content-description {
    font-size: 18px;
    font-weight: 400;
    color: #4a4a4a;
    font-family: Avenir-Regular;
    margin: 0;
    line-height: 1.8;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
/* Experiences Content Section */
.experiences-content-section {
    background-color: #ffffff;
    padding: 100px 40px;
}
.experiences-content-title {
    font-size: 64px;
    font-weight: 400;
    color: #8b4c3b;
    letter-spacing: 6px;
    font-family: Avenir-Regular;
    text-transform: uppercase;
    margin: 0 0 30px 0;
    line-height: 1.2;
}
.experiences-content-heading {
    font-size: 28px;
    font-weight: 700;
    color: #000000;
    font-family: Avenir-Regular;
    margin: 0 0 25px 0;
    line-height: 1.4;
}
.experiences-content-text {
    font-size: 18px;
    font-weight: 400;
    color: #4a4a4a;
    font-family: Avenir-Regular;
    margin: 0;
    line-height: 1.8;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
/* Experiences Grid Section */
.experiences-grid-section {
    background-color: #ffffff;
    padding: 60px 40px;
}
.experience-card {
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    min-height: 400px;
}
.experience-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.experience-image-wrapper {
    width: 100%;
    height: 100%;
    min-height: 400px;
    position: relative;
    overflow: hidden;
}
.experience-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /*filter: blur(2px);*/
    transition: filter 0.3s ease, transform 0.3s ease;
}
.experience-card:hover .experience-image {
    filter: blur(0px);
    transform: scale(1.05);
}
.experience-label-box {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #8b4c3b;
    padding: 20px;
    text-align: center;
}
.experience-label-text {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    font-family: Avenir-Regular;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0;
}
@media (max-width: 768px) {
    .experience-card {
        min-height: 300px;
    }
    .experience-image-wrapper {
        min-height: 300px;
    }
    .experience-label-text {
        font-size: 16px;
    }
    .hillframe-section {
        padding: 40px 0px !important;
    }
    .hillframe-title {
        font-size: 35px !important;
    }
    .offers-content-title {
        font-size: 40px;
    }
    .offers-content-subtitle {
        font-size: 20px;
    }
    .offers-cards-section,
    .early-bird-details-section,
    .celebrations-content-section {
        padding: 40px 0px !important;
    }
    .early-bird-image-wrapper img {
        min-height: auto !important;
    }
    .early-bird-main-title,
    .celebrations-title {
        font-size: 30px !important;
    }
    .early-bird-banner-text,
    .celebrations-subtitle {
        font-size: 22px !important;
    }
    .early-bird-banner {
        padding: 10px !important;
    }
    .weddings-content-section,
    .weddings-categories-section,
    .experiences-grid-section,
    .experiences-content-section,
    .stays-content-section,
    .dining-content-section,
    .offers-content-section {
        padding: 40px 0px !important;
    }
    .weddings-content-title {
        font-size: 28px !important;
    }
    .experiences-content-title {
        font-size: 40px;
    }
    .experiences-content-heading {
        font-size: 20px;
    }
    .dining-content-subtitle {
        font-size: 18px;
        line-height: auto;
    }
}
/* Culinary Experience Content Section */
.culinary-experience-content-section {
    background-color: #ffffff;
    padding: 100px 40px;
}
.culinary-experience-title {
    font-size: 64px;
    font-weight: 400;
    color: #8b4c3b;
    letter-spacing: 6px;
    font-family: Avenir-Regular;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.2;
}
.culinary-subsection {
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
}
.culinary-subsection-title {
    font-size: 28px;
    font-weight: 700;
    color: #000000;
    font-family: Avenir-Regular;
    margin: 0;
    line-height: 1.4;
}
.culinary-subsection-text {
    font-size: 18px;
    font-weight: 400;
    color: #4a4a4a;
    font-family: Avenir-Regular;
    margin: 0;
    line-height: 1.8;
}
.culinary-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
/* Leisure Content Section */
.leisure-content-section {
    background-color: #ffffff;
    padding: 100px 40px;
}
.leisure-content-title {
    font-size: 64px;
    font-weight: 400;
    color: #8b4c3b;
    letter-spacing: 6px;
    font-family: Avenir-Regular;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.2;
}
.leisure-subsection {
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
}
.leisure-subsection-title {
    font-size: 28px;
    font-weight: 700;
    color: #000000;
    font-family: Avenir-Regular;
    margin: 0;
    line-height: 1.4;
}
.leisure-subsection-text {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    font-family: Avenir-Regular;
    margin: 0;
    line-height: 1.8;
}
.leisure-attractions-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.leisure-attractions-list li {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    font-family: Avenir-Regular;
    line-height: 1.8;
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
}
.leisure-attractions-list li:before {
    content: "•";
    color: #8b4c3b;
    font-size: 24px;
    position: absolute;
    left: 0;
    top: -2px;
}
@media (max-width: 768px) {
    .leisure-content-title {
        font-size: 48px;
        letter-spacing: 4px;
    }
    .leisure-subsection-title {
        font-size: 24px;
    }
    .leisure-subsection-text {
        font-size: 16px;
    }
    .leisure-attractions-list li {
        font-size: 16px;
    }
}
/* Nature Adventure Content Section */
.nature-adventure-content-section {
    background-color: #ffffff;
    padding: 100px 40px;
}
.nature-adventure-title {
    font-size: 64px;
    font-weight: 400;
    color: #8b4c3b;
    letter-spacing: 6px;
    font-family: Avenir-Regular;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.2;
}
.nature-adventure-subsection {
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    min-height: 300px;
}
.nature-adventure-subsection-title {
    font-size: 28px;
    font-weight: 700;
    color: #000000;
    font-family: Avenir-Regular;
    margin: 0;
    line-height: 1.4;
}
.nature-adventure-subsection-text {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    font-family: Avenir-Regular;
    margin: 0;
    line-height: 1.8;
}
.nature-adventure-image-wrapper {
    width: 100%;
    height: 100%;
    min-height: 300px;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.nature-adventure-image {
    width: 100%;
    height: 100%;
    min-height: 300px;
    object-fit: cover;
    border-radius: 8px;
}
@media (max-width: 768px) {
    .nature-adventure-title {
        font-size: 48px;
        letter-spacing: 4px;
    }
    .nature-adventure-subsection-title {
        font-size: 24px;
    }
    .nature-adventure-subsection-text {
        font-size: 16px;
    }
}
/* Stay Experience Content Section */
.stay-experience-content-section {
    background-color: #ffffff;
    padding: 100px 40px;
}
.stay-experience-title {
    font-size: 64px;
    font-weight: 400;
    color: #8b4c3b;
    letter-spacing: 6px;
    font-family: Avenir-Regular;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.2;
}
.stay-experience-subtitle {
    font-size: 28px;
    font-weight: 700;
    color: #000000;
    font-family: Avenir-Regular;
    margin: 0;
    line-height: 1.4;
}
.stay-experience-text {
    font-size: 18px;
    font-weight: 400;
    font-style: italic;
    color: #000000;
    font-family: Avenir-Regular;
    margin: 0;
    line-height: 1.8;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 768px) {
    .stay-experience-title {
        font-size: 48px;
        letter-spacing: 4px;
    }
    .stay-experience-subtitle {
        font-size: 24px;
    }
    .stay-experience-text {
        font-size: 16px;
    }
}
/* Wellness Content Section */
.wellness-content-section {
    background-color: #ffffff;
    padding: 100px 40px;
}
.wellness-title {
    font-size: 64px;
    font-weight: 400;
    color: #8b4c3b;
    letter-spacing: 6px;
    font-family: Avenir-Regular;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.2;
}
.wellness-subsection {
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
}
.wellness-subsection-title {
    font-size: 28px;
    font-weight: 700;
    color: #000000;
    font-family: Avenir-Regular;
    margin: 0;
    line-height: 1.4;
}
.wellness-subsection-text {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    font-family: Avenir-Regular;
    margin: 0;
    line-height: 1.8;
}
@media (max-width: 768px) {
    .wellness-title {
        font-size: 48px;
        letter-spacing: 4px;
    }
    .wellness-subsection-title {
        font-size: 24px;
    }
    .wellness-subsection-text {
        font-size: 16px;
    }
}
/* For Your Furry Pets Content Section */
.furry-pets-content-section {
    background-color: #ffffff;
    padding: 100px 40px;
}
.furry-pets-title {
    font-size: 64px;
    font-weight: 400;
    color: #8b4c3b;
    letter-spacing: 6px;
    font-family: Avenir-Regular;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.2;
}
.furry-pets-tagline {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    font-family: Avenir-Regular;
    margin: 0;
    line-height: 1.4;
}
.furry-pets-intro {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    font-family: Avenir-Regular;
    margin: 0;
    line-height: 1.8;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
.furry-pets-services {
    margin-top: 40px;
}
.furry-pets-service-item {
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.furry-pets-service-icon {
    font-size: 40px;
    color: #8b4c3b;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: #f5f5f5;
    border-radius: 50%;
    transition: all 0.3s ease;
}
.furry-pets-service-item:hover .furry-pets-service-icon {
    background-color: #8b4c3b;
    color: #ffffff;
    transform: scale(1.1);
    padding: 40px !important;
}
.furry-pets-service-title {
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    font-family: Avenir-Regular;
    margin: 0 0 5px 0;
    line-height: 1.4;
}
.furry-pets-service-text {
    font-size: 16px;
    font-weight: 400;
    color: #4a4a4a;
    font-family: Avenir-Regular;
    margin: 0;
    line-height: 1.6;
}
@media (max-width: 768px) {
    .culinary-experience-title {
        font-size: 48px;
        letter-spacing: 4px;
    }
    .culinary-subsection-title {
        font-size: 24px;
    }
    .culinary-subsection-text {
        font-size: 16px;
    }
    .furry-pets-content-wrapper {
        padding: 40px 20px;
    }
    .furry-pets-title {
        font-size: 48px;
        letter-spacing: 4px;
    }
    .furry-pets-tagline {
        font-size: 20px;
    }
    .furry-pets-intro {
        font-size: 16px;
    }
    .furry-pets-service-title {
        font-size: 18px;
    }
    .furry-pets-service-text {
        font-size: 14px;
    }
    .furry-pets-service-icon {
        font-size: 32px;
        width: 50px;
        height: 50px;
        margin-bottom: 12px;
    }
}
/* Offers Cards Section */
.offers-cards-section {
    background-color: #ffffff;
    padding: 80px 40px;
}
.offer-card {
    background-color: #ffffff;
    border-radius: 4px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.offer-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
.offer-image {
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.offer-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
    border-radius: 4px 4px 0 0;
}
.offer-card:hover .offer-image img {
    transform: scale(1.05);
}
.offer-title-block {
    background-color: #8b4c3b;
    padding: 20px;
    text-align: center;
}
.offer-title {
    font-size: 20px;
    /*font-weight: 600;*/
    color: #ffffff;
    font-family: Avenir-Regular;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.offers-cards-section a {
    text-decoration: none;
}
/* Early Bird Offer Details Section */
.early-bird-details-section {
    background-color: #ffffff;
    padding: 80px 40px;
}
.early-bird-main-title {
    font-size: 36px;
    font-weight: 400;
    color: #000000;
    font-family: Avenir-Regular;
    font-style: italic;
    line-height: 1.4;
    margin: 0;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.early-bird-image-wrapper {
    width: 100%;
    overflow: hidden;
    border-radius: 4px;
}
.early-bird-image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    min-height: 500px;
    object-fit: cover;
}
.early-bird-banner {
    background-color: #8b4c3b;
    padding: 20px;
    text-align: center;
}
.early-bird-banner-text {
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    font-family: Avenir-Regular;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 0;
}
.offer-details-table {
    margin-bottom: 30px;
}
.offer-details-table .table {
    margin-bottom: 0;
    border-collapse: separate;
    border-spacing: 0;
}
.offer-details-table .table tbody tr {
    border-bottom: 1px solid #e0e0e0;
}
.offer-details-table .table tbody tr:last-child {
    border-bottom: none;
}
.feature-label {
    width: 35%;
    padding: 15px 20px;
    vertical-align: top;
    font-family: Avenir-Regular;
    color: #000000;
    background-color: #f8f8f8;
}
.feature-detail {
    padding: 15px 20px;
    vertical-align: top;
    font-family: Avenir-Regular;
    color: #4a4a4a;
    line-height: 1.6;
}
.terms-section,
.offer-inclusions-section,
.terms-conditions-section {
    padding: 30px;
    background-color: #f8f8f8;
    border-radius: 4px;
    margin-bottom: 20px;
}
.terms-title,
.inclusions-title,
.terms-conditions-title {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    font-family: Avenir-Regular;
    margin: 0;
}
.terms-text {
    font-size: 16px;
    color: #4a4a4a;
    font-family: Avenir-Regular;
    line-height: 1.6;
    margin: 0;
}
.inclusions-list,
.terms-conditions-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.inclusions-list li,
.terms-conditions-list li {
    font-size: 16px;
    color: #4a4a4a;
    font-family: Avenir-Regular;
    line-height: 1.8;
    margin-bottom: 12px;
    padding-left: 25px;
    position: relative;
}
.inclusions-list li:before,
.terms-conditions-list li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #8b4c3b;
    font-weight: bold;
    font-size: 20px;
}
.inclusions-list li:last-child,
.terms-conditions-list li:last-child {
    margin-bottom: 0;
}
.inclusions-list strong,
.terms-conditions-list strong {
    font-weight: 700;
    color: #000000;
}
/* Celebrations Content Section */
.celebrations-content-section {
    background-color: #f5f0e8;
    padding: 100px 40px;
}
.celebrations-title {
    font-size: 64px;
    font-weight: 700;
    color: #8b7355;
    letter-spacing: 4px;
    font-family: Avenir-Regular;
    text-transform: uppercase;
    margin: 0;
}
.celebrations-subtitle {
    font-size: 28px;
    font-weight: 700;
    color: #000000;
    font-family: Avenir-Regular;
    margin: 0;
}
.celebrations-description {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    font-family: Avenir-Regular;
    line-height: 1.8;
    margin: 0;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
.celebration-category {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.celebration-image-wrapper {
    width: 100%;
    height: 400px;
    overflow: hidden;
    border-radius: 50% 50% 0 0;
    margin-bottom: 0;
}
.celebration-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.celebration-label {
    background-color: #ffffff;
    padding: 20px;
    width: 100%;
    text-align: center;
    border-radius: 0 0 4px 4px;
}
.celebration-label-text {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    font-family: Avenir-Regular;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 2px;
}
/* Weddings Content Section */
.weddings-content-section {
    background-color: #f5f0e8;
    padding: 100px 40px;
}
.weddings-image-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.weddings-image-arch {
    width: 100%;
    height: 500px;
    overflow: hidden;
    border-radius: 50% 50% 0 0;
    margin-bottom: 0;
}
.weddings-arch-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.weddings-label-box {
    background-color: #ffffff;
    padding: 20px;
    width: 100%;
    text-align: center;
    border-radius: 0 0 4px 4px;
}
.weddings-label-text {
    font-size: 24px;
    font-weight: 400;
    color: #8b7355;
    font-family: Avenir-Regular;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 2px;
}
.weddings-content {
    padding: 20px 0;
}
.weddings-content-title {
    font-size: 36px;
    font-weight: 700;
    color: #000000;
    font-family: Avenir-Regular;
    margin: 0;
}
.weddings-content-text {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    font-family: Avenir-Regular;
    line-height: 1.8;
    margin: 0;
}
.weddings-buttons {
    margin-top: 30px;
}
.plan-wedding-btn,
.download-brochure-btn {
    display: inline-block;
    padding: 15px 30px;
    background-color: #8b4c3b;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 1px;
    font-family: Avenir-Regular;
    font-weight: 400;
    text-transform: uppercase;
    transition: background-color 0.3s;
    border-radius: 4px;
}
.plan-wedding-btn:hover,
.download-brochure-btn:hover {
    background-color: #8b4c3b;
    color: #ffffff;
}
/* Weddings Categories Section */
.weddings-categories-section {
    background-color: #f5f0e8;
    padding: 100px 40px;
    min-height: 400px;
}
.wedding-category-item {
    min-height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}
.wedding-category-slider {
    width: 100%;
    height: 250px;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    margin-bottom: 10px;
}
.wedding-slider-container {
    width: 100%;
    height: 100%;
    position: relative;
}
.wedding-slider-slides {
    width: 100%;
    height: 100%;
    position: relative;
}
.wedding-slider-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    z-index: 1;
}
.wedding-slider-slide.active {
    opacity: 1;
    z-index: 2;
}
.wedding-slider-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.phot-grid-box {
    top: 0;
    right: 20px;
    background-color: #2c5f5f;
    padding: 12px 16px;
    border-radius: 4px;
    z-index: 2;
}
.phot-grid-text {
    font-size: 12px;
    font-weight: 600;
    color: #ffffff;
    font-family: Avenir-Regular;
    line-height: 1.3;
    text-align: center;
    display: block;
}
.category-label-box {
    background-color: #ffffff;
    padding: 20px 30px;
    border-radius: 4px;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 1;
}
.category-label-box::before {
    content: '';
    position: absolute;
    top: -40px;
    left: 20px;
    width: 2px;
    height: 35px;
    background-color: #666666;
}
.category-label-box::after {
    content: '';
    position: absolute;
    top: -5px;
    left: 20px;
    width: 20px;
    height: 2px;
    background-color: #666666;
}
.category-label-text {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    font-family: Avenir-Regular;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 1px;
}
/* The Hillframe Section */
.hillframe-section {
    background-color: #ffffff;
    padding: 80px 40px;
}
.hillframe-image {
    width: 100%;
    overflow: hidden;
    border-radius: 4px;
}
.hillframe-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    min-height: 500px;
}
.hillframe-content {
    max-width: 1000px;
    margin: 0 auto;
}
.hillframe-title {
    font-size: 48px;
    font-weight: 700;
    color: #000000;
    font-family: Avenir-Regular;
    margin: 0;
    text-align: left;
}
.hillframe-description {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    font-family: Avenir-Regular;
    line-height: 1.8;
    margin: 0;
    text-align: left;
}
.hillframe-description strong {
    font-weight: 700;
    color: #000000;
}
.hillframe-buttons {
    margin-top: 20px;
}
.view-menus-btn {
    display: inline-block;
    padding: 15px 40px;
    background-color: #8b4c3b;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 1px;
    font-family: Avenir-Regular;
    font-weight: 400;
    text-transform: uppercase;
    transition: background-color 0.3s;
    border-radius: 4px;
}
.view-menus-btn:hover {
    background-color: #8b4c3b;
    color: #ffffff;
}
.reserve-table-btn {
    display: inline-block;
    padding: 15px 40px;
    background-color: #414a36;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 1px;
    font-family: Avenir-Regular;
    font-weight: 400;
    text-transform: uppercase;
    transition: background-color 0.3s;
    border-radius: 4px;
}
.reserve-table-btn:hover {
    background-color: #2d3525;
    color: #ffffff;
}
/* Clubrooms Section */
.clubrooms-section {
    background-color: #ffffff;
    padding: 80px 40px;
}
.clubrooms-title {
    font-size: 72px;
    font-weight: 300;
    color: #8b4c3b;
    letter-spacing: 4px;
    font-family: Avenir-Regular;
    text-transform: uppercase;
    margin: 0;
}
.clubroom-card {
    background-color: #ffffff;
    border-radius: 4px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.clubroom-image {
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.clubroom-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}
.clubroom-card:hover .clubroom-image img {
    transform: scale(1.05);
}
.clubroom-content {
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.clubroom-name {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    font-family: Avenir-Regular;
    margin: 0;
    text-align: center;
}
.clubroom-description {
    font-size: 16px;
    color: #4a4a4a;
    font-family: Avenir-Regular;
    line-height: 1.6;
    margin: 0;
    text-align: center;
    flex-grow: 1;
}
.discover-more-btn {
    display: inline-block;
    padding: 12px 30px;
    background-color: #8b4c3b;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 1px;
    font-family: Avenir-Regular;
    font-weight: 400;
    text-transform: uppercase;
    transition: background-color 0.3s;
    border-radius: 4px;
    margin-top: auto;
}
.discover-more-btn:hover {
    background-color: #8b4c3b;
    color: #ffffff;
}
.book-now-btn {
    display: inline-block;
    padding: 15px 40px;
    background-color: #8b4c3b;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 1px;
    font-family: Avenir-Regular;
    font-weight: 400;
    text-transform: uppercase;
    transition: background-color 0.3s;
    border-radius: 4px;
}
.book-now-btn:hover {
    background-color: #8b4c3b;
    color: #ffffff;
}
/* Villas Section */
.villas-section {
    background-color: #ffffff;
    padding: 80px 40px;
}
.villas-title {
    font-size: 72px;
    font-weight: 300;
    color: #8b4c3b;
    letter-spacing: 4px;
    font-family: Avenir-Regular;
    text-transform: uppercase;
    margin: 0;
}
.villa-card {
    background-color: #ffffff;
    border-radius: 4px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.villa-image {
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.villa-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}
.villa-card:hover .villa-image img {
    transform: scale(1.05);
}
.villa-content {
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.villa-name {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    font-family: Avenir-Regular;
    margin: 0;
    text-align: center;
}
.villa-description {
    font-size: 16px;
    color: #4a4a4a;
    font-family: Avenir-Regular;
    line-height: 1.6;
    margin: 0;
    text-align: center;
    flex-grow: 1;
}
/* Presidential Pool Villa Section */
.presidential-villa-image {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.presidential-villa-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.presidential-villa-content {
    background-color: #ffffff;
    min-height: 500px;
}
.presidential-villa-title {
    font-size: 48px;
    font-weight: 700;
    color: #000000;
    font-family: Avenir-Regular;
    margin: 0;
    line-height: 1.2;
}
.presidential-villa-bedrooms {
    font-size: 32px;
    font-weight: 400;
    color: #000000;
    font-family: Avenir-Regular;
    margin: 0;
    line-height: 1.2;
}
.presidential-villa-description {
    font-size: 18px;
    color: #4a4a4a;
    font-family: Avenir-Regular;
    line-height: 1.8;
    margin: 0;
}
.presidential-villa-buttons {
    margin-top: 20px;
}
/* Condominiums Section */
.condominiums-section {
    position: relative;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 100px 40px;
}
.condominiums-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://images.unsplash.com/photo-1600607687939-ce8a6c25118c?ixlib=rb-4.0.3&auto=format&fit=crop&w=2000&q=80');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.condominiums-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.3) 100%);
}
.condominiums-content {
    color: #ffffff;
    text-align: center;
}
.condominiums-title {
    font-size: 72px;
    font-weight: 300;
    color: #ffffff;
    letter-spacing: 4px;
    font-family: Avenir-Regular;
    text-transform: uppercase;
    margin: 0;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}
.coming-soon-text {
    font-size: 36px;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 3px;
    font-family: Avenir-Regular;
    text-transform: uppercase;
    margin: 0;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}
.card {
    transition: transform 0.3s;
}
.card:hover {
    transform: translateY(-10px);
}
/* White Mist Section */
.white-mist-section {
    background-color: #BDB2A3;
    padding: 0;
    /*border: 1px solid #d4c4b0;*/
}
.white-mist-container {
    display: flex;
    max-width: 100%;
    margin: 0;
    min-height: 600px;
}
/* .white-mist-image {
    flex: 1;
    width: 50%;
    overflow: hidden;
} */
.white-mist-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.white-mist-content {
    flex: 1;
    width: 50%;
    /*background-color: #e8dcc6;*/
    padding: 60px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.white-mist-title {
    font-size: 64px;
    font-weight: 300;
    color: #414a36;
    letter-spacing: 4px;
    margin: 0 0 30px 0;
    font-family: Avenir-Regular;
    text-transform: uppercase;
}
.white-mist-meta {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 40px;
}
.meta-item {
    /*font-size: 13px;*/
    color: #000000;
    letter-spacing: 1px;
    font-family: Avenir-Heavy;
    /*font-weight: 400;*/
}
.white-mist-text {
    color: #000000;
    font-size: 16px;
    line-height: 1.8;
    font-family: Avenir-Regular;
}
.white-mist-text p {
    margin-bottom: 25px;
}
.white-mist-text p:last-child {
    margin-bottom: 0;
}
.white-mist-text strong {
    font-weight: 700;
    color: #000000;
}
/* Accommodations Section */
.accommodations-section {
    background-color: #f5f0e8;
    padding: 0;
    border: 1px solid #e0d5c4;
}
.accommodations-container {
    display: flex;
    max-width: 100%;
    margin: 0;
    min-height: 600px;
    flex-direction: row-reverse;
}
.accommodations-image {
    flex: 1;
    width: 50%;
    overflow: hidden;
}
.accommodations-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.accommodations-content {
    flex: 1;
    width: 50%;
    background-color: #f5f0e8;
    padding: 60px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.accommodations-title {
    font-size: 72px;
    font-weight: 300;
    color: #000000;
    letter-spacing: 4px;
    margin: 0 0 30px 0;
    font-family: Avenir-Regular;
    text-transform: uppercase;
}
.accommodations-meta {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}
.accommodations-meta-item {
    font-size: 13px;
    color: #000000;
    letter-spacing: 1px;
    font-family: Avenir-Regular;
    font-weight: 400;
}
.accommodations-text {
    color: #000000;
    font-size: 16px;
    line-height: 1.8;
    font-family: Avenir-Regular;
    margin-bottom: 40px;
}
.accommodations-text p {
    margin-bottom: 25px;
}
.accommodations-text p:last-child {
    margin-bottom: 0;
}
.accommodations-text strong {
    font-weight: 700;
    color: #000000;
}
.accommodations-btn {
    display: inline-block;
    padding: 15px 40px;
    background-color: #8b4c3b;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 2px;
    font-family: Avenir-Regular;
    font-weight: 400;
    text-transform: uppercase;
    transition: background-color 0.3s;
    align-self: flex-start;
}
.accommodations-btn:hover {
    background-color: #8b4c3b;
    color: #ffffff;
}
/* Book Your Stay Section */
.book-stay-section {
    background-color: #ffffff;
    padding: 80px 40px;
    display: flex;
    justify-content: center;
}
.book-stay-container {
    max-width: 1200px;
    width: 100%;
}
.book-stay-title {
    font-size: 42px;
    font-weight: 400;
    color: #8b7355;
    text-align: center;
    margin: 0 0 30px 0;
    font-family: Avenir-Regular;
    letter-spacing: 1px;
}
.book-stay-divider {
    height: 1px;
    background-color: #d3d3d3;
    width: 100%;
    margin: 30px 0;
}
.book-stay-form {
    display: flex;
    align-items: flex-end;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}
.book-stay-field {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
    min-width: 200px;
}
.book-stay-label {
    font-size: 16px;
    color: #8b7355;
    font-family: Avenir-Regular;
    font-weight: 400;
    margin: 0;
}
.date-input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}
/* Date Range Picker Custom Styling */
.daterangepicker {
    font-family: Avenir-Regular;
    border: 1px solid #d3d3d3;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 10000 !important;
}
.daterangepicker .calendar-table {
    background: #ffffff;
}
.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
    font-size: 14px;
    padding: 8px;
}
.daterangepicker .calendar-table th {
    font-weight: 600;
    color: #666;
}
.daterangepicker .calendar-table td.available:hover {
    background: #e8f4f4;
    color: #8b4c3b;
}
.daterangepicker .calendar-table td.in-range {
    background: #e8f4f4;
    color: #8b4c3b;
}
.daterangepicker .calendar-table td.start-date,
.daterangepicker .calendar-table td.end-date {
    background: #8b4c3b;
    color: #ffffff;
    font-weight: 600;
}
.daterangepicker .calendar-table td.off {
    color: #ccc;
}
.daterangepicker .drp-buttons {
    border-top: 1px solid #d3d3d3;
    padding: 10px;
}
.daterangepicker .drp-buttons .btn {
    padding: 8px 20px;
    font-size: 14px;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    transition: all 0.3s;
}
.daterangepicker .drp-buttons .btn.applyBtn {
    background: #8b4c3b;
    color: #ffffff;
    margin-right: 10px;
}
.daterangepicker .drp-buttons .btn.applyBtn:hover {
    background: #8b4c3b;
}
.daterangepicker .drp-buttons .btn.cancelBtn {
    background: #f5f5f5;
    color: #666;
}
.daterangepicker .drp-buttons .btn.cancelBtn:hover {
    background: #e0e0e0;
}
.daterangepicker .calendar-table .prev,
.daterangepicker .calendar-table .next {
    background: #8b4c3b;
    color: #ffffff;
    border-radius: 4px;
    padding: 5px 10px;
}
.daterangepicker .calendar-table .prev:hover,
.daterangepicker .calendar-table .next:hover {
    background: #8b4c3b;
}
.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
    border-color: #fff !important;
}
.book-stay-date-input {
    width: 100%;
    padding: 12px 40px 12px 15px;
    border: 1px solid #d3d3d3;
    background-color: #ffffff;
    font-size: 14px;
    color: #666666;
    font-family: Avenir-Regular;
    cursor: pointer;
    transition: border-color 0.3s;
    position: relative;
    z-index: 1;
}
.book-stay-date-input:focus {
    outline: none;
    border-color: #8b7355;
}
.book-stay-date-input::placeholder {
    color: #999999;
}
.calendar-icon {
    position: absolute;
    right: 12px;
    color: #8b7355;
    pointer-events: none;
}
.number-input-group {
    display: flex;
    align-items: center;
    gap: 0;
}
.number-btn {
    width: 40px;
    height: 40px;
    background-color: #8b4c3b;
    color: #ffffff;
    border: none;
    font-size: 20px;
    font-weight: 300;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s;
    font-family: Avenir-Regular;
    padding: 0;
}
.number-btn:hover {
    background-color: #8b4c3b;
}
.number-btn:active {
    transform: scale(0.95);
}
.minus-btn {
    border-radius: 4px 0 0 4px;
}
.plus-btn {
    border-radius: 0 4px 4px 0;
}
.number-display {
    width: 60px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    border: 1px solid #d3d3d3;
    border-left: none;
    border-right: none;
    font-size: 16px;
    color: #333333;
    font-family: Avenir-Regular;
}
.check-availability-btn {
    padding: 12px 30px;
    background-color: #8b4c3b;
    color: #4a4a4a;
    border: none;
    font-size: 14px;
    font-family: Avenir-Regular;
    font-weight: 400;
    cursor: pointer;
    transition: background-color 0.3s;
    white-space: nowrap;
    height: 40px;
}
.check-availability-btn:hover {
    background-color: #8b4c3b;
    color: #ffffff;
}
/* Exceptional Stays Section */
.exceptional-stays-section {
    background-color: #ffffff;
    padding: 80px 40px;
}
.exceptional-stays-container {
    max-width: 1400px;
    margin: 0 auto;
}
.exceptional-stays-header {
    text-align: center;
    margin-bottom: 60px;
}
.exceptional-stays-title {
    font-size: 56px;
    font-weight: 400;
    color: #8b4c3b;
    font-family: Avenir-Regular;
    margin: 0 0 30px 0;
    letter-spacing: 2px;
}
.exceptional-stays-description {
    font-size: 16px;
    color: #000000;
    font-family: Avenir-Regular;
    line-height: 1.8;
    max-width: 900px;
    margin: 0 auto;
}
.exceptional-stays-content {
    display: flex;
    gap: 60px;
    align-items: flex-start;
}
.exceptional-stays-carousel {
    flex: 1;
    position: relative;
    min-width: 0;
}
.carousel-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 4px;
    background: #f0f0f0;
    min-height: 500px;
    height: 500px;
}
.carousel-slides {
    position: relative;
    width: 100%;
    height: 100%;
}
.carousel-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    z-index: 1;
}
.carousel-slide.active {
    opacity: 1;
    z-index: 2;
}
.carousel-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.95);
    border: none;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s;
    color: #333;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.carousel-arrow:hover {
    background-color: rgba(255, 255, 255, 1);
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.carousel-arrow-left {
    left: 20px;
}
.carousel-arrow-right {
    right: 20px;
}
.carousel-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}
.carousel-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    background-color: #000000;
    cursor: pointer;
    transition: all 0.3s;
    padding: 0;
}
.carousel-dot.active {
    background-color: #000000;
    width: 12px;
    height: 12px;
}
.exceptional-stays-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.highlights-section {
    margin-bottom: 10px;
}
.highlights-title {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    font-family: Avenir-Regular;
    margin: 0 0 20px 0;
    letter-spacing: 1px;
}
.highlights-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.highlights-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    color: #000000;
    font-family: Avenir-Regular;
}
.highlight-icon {
    flex-shrink: 0;
    font-size: 20px;
    display: inline-block;
    width: 24px;
    text-align: center;
}
.check-times {
    display: flex;
    gap: 30px;
    margin: 0 0 20px;
}
.check-time-item {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    font-family: Avenir-Regular;
}
.amenities-section {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0 0 20px;
}
.amenity-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    color: #000000;
    font-family: Avenir-Regular;
}
.amenity-icon {
    flex-shrink: 0;
    font-size: 20px;
    display: inline-block;
    width: 24px;
    text-align: center;
}
.exceptional-stays-buttons {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: 20px;
}
.explore-btn {
    padding: 15px 40px;
    background-color: #8b4c3b;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 1px;
    font-family: Avenir-Regular;
    font-weight: 400;
    text-transform: uppercase;
    transition: background-color 0.3s;
    white-space: nowrap;
}
.explore-btn:hover {
    background-color: #8b4c3b;
    color: #ffffff;
}
.stays-page-btn {
    padding: 15px 30px;
    background-color: #4a4a4a;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 1px;
    font-family: Avenir-Regular;
    font-weight: 400;
    transition: background-color 0.3s;
    white-space: nowrap;
    position: relative;
}
.stays-page-btn::before {
    content: '';
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 2px;
    background-color: #4a4a4a;
}
.stays-page-btn::after {
    content: '→';
    position: absolute;
    left: -35px;
    top: 50%;
    transform: translateY(-50%);
    color: #4a4a4a;
    font-size: 18px;
}
.stays-page-btn:hover {
    background-color: #333333;
    color: #ffffff;
}
/* Signature Dining Journey Section */
.dining-section {
    background-color: #ffffff;
    padding: 0;
}
.dining-container {
    max-width: 100%;
    margin: 0;
}
.dining-header {
    background-color: #BDB2A3;
    padding: 60px 40px;
    text-align: center;
}
.dining-title {
    font-size: 48px;
    font-weight: 400;
    color: #fff;
    font-family: Avenir-Regular;
    margin: 0;
    letter-spacing: 2px;
    text-transform: uppercase;
}
/* .dining-venues {
    display: flex;
    flex-direction: row;
    gap: 0;
    width: 100%;
} */
/* .dining-venue {
    flex: 1;
    display: flex;
    flex-direction: column;
    width: 50%;
} */
.dining-venue-image {
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
}
.dining-venue-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}
.dining-venue:hover .dining-venue-image img {
    transform: scale(1.05);
}
.dining-venue-name {
    font-size: 24px;
    font-weight: 400;
    color: #000000;
    font-family: Avenir-Regular;
    text-align: center;
    margin: 20px 0;
    letter-spacing: 1px;
}
.dining-content {
    background-color: #ffffff;
    padding: 60px 40px;
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
}
.dining-content-title {
    font-size: 32px;
    font-weight: 700;
    color: #000000;
    font-family: Avenir-Regular;
    margin: 0 0 25px 0;
    letter-spacing: 1px;
}
.dining-description {
    font-size: 16px;
    color: #000000;
    font-family: Avenir-Regular;
    line-height: 1.8;
    margin: 0 0 40px 0;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.dining-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}
.dining-explore-btn {
    padding: 15px 40px;
    background-color: #8b4c3b;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 2px;
    font-family: Avenir-Regular;
    font-weight: 400;
    text-transform: uppercase;
    transition: background-color 0.3s;
    white-space: nowrap;
}
.dining-explore-btn:hover {
    background-color: #8b4c3b;
    color: #ffffff;
}
.dining-page-link {
    padding: 15px 30px;
    background-color: #4a4a4a;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 1px;
    font-family: Avenir-Regular;
    font-weight: 400;
    transition: background-color 0.3s;
    white-space: nowrap;
    position: relative;
}
.dining-page-link::before {
    content: '';
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 15px solid #4a4a4a;
}
.dining-page-link:hover {
    background-color: #333333;
    color: #ffffff;
}
.dining-page-link:hover::before {
    border-right-color: #333333;
}
/* Testimonials Section */
.testimonials-section {
    padding: 50px 0;
    min-height: 450px;
    display: flex;
    align-items: center;
}
.testimonials-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: linear-gradient(rgba(189, 178, 163, 0.5), rgba(189, 178, 163, 0.5)), url('../img/hbsdgvsghsdghcv.jpg');*/
    background-size: cover;
    background-position: center;
    /*filter: blur(3px);*/
    z-index: 1;
    background-color: #BDB2A3;
}
.testimonials-background::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-color: rgba(189, 178, 163, 0.3);*/
    z-index: 1;
}
.testimonials-title {
    font-size: 42px;
    font-weight: 400;
    color: #ffffff;
    font-family: Avenir-Regular;
    letter-spacing: 2px;
    margin: 0;
}
.guest-satisfaction {
    background: rgba(255, 255, 255, 0.95);
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.recommendation-percentage {
    font-size: 46px;
    font-weight: 700;
    color: #000000;
    font-family: Avenir-Regular;
    margin: 0;
    line-height: 1;
}
.recommendation-text {
    font-size: 16px;
    color: #000000;
    font-family: Avenir-Regular;
    margin: 10px 0 0 0;
}
.testimonial-divider {
    border: none;
    border-top: 2px solid #8b4c3b;
    margin: 20px 0;
    opacity: 1;
}
.ratings-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 20px;
}
.rating-item {
    font-family: Avenir-Regular;
}
.rating-label {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
}
.rating-stars {
    display: flex;
    gap: 5px;
}
.rating-stars .star {
    font-size: 20px;
    line-height: 1;
}
.rating-stars .star.filled {
    color: #8b4c3b;
}
.rating-stars .star.half {
    color: #8b4c3b;
    opacity: 0.5;
}
.customer-testimonial {
    background: rgba(255, 255, 255, 0.95);
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.testimonial-quote {
    font-family: Avenir-Regular;
}
.quote-arrow-left,
.quote-arrow-right {
    font-size: 24px;
    color: #8b4c3b;
    font-weight: bold;
    flex-shrink: 0;
}
.testimonial-text {
    font-size: 18px;
    color: #000000;
    font-family: Avenir-Regular;
    line-height: 1.6;
    font-style: italic;
}
.reviewer-info {
    font-family: Avenir-Regular;
}
.reviewer-name {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    margin: 0;
}
.review-source {
    font-size: 14px;
    color: #666666;
    margin: 0;
}
/* Testimonial Slider */
.testimonial-slider {
    position: relative;
    min-height: 180px;
}
.testimonial-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    z-index: 1;
}
.testimonial-slide.active {
    opacity: 1;
    z-index: 2;
    position: relative;
}
.testimonial-arrow {
    background-color: rgba(255, 255, 255, 0.95);
    border: none;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s;
    color: #8b4c3b;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    top: 50%;
    transform: translateY(-50%);
}
.testimonial-arrow:hover {
    background-color: rgba(255, 255, 255, 1);
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.testimonial-arrow-left {
    left: -20px;
}
.testimonial-arrow-right {
    right: -20px;
}
.testimonial-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    background-color: rgba(139, 69, 19, 0.3);
    cursor: pointer;
    transition: all 0.3s;
    padding: 0;
}
.testimonial-dot.active {
    background-color: #8b4c3b;
    width: 12px;
    height: 12px;
}
.testimonial-dot:hover {
    background-color: rgba(139, 69, 19, 0.6);
}
/* NAVA MOMENTS Instagram Section */
.nava-moments-section {
    background-color: #ffffff;
    padding: 0;
}
.nava-moments-content {
    background-color: #414a36;
    min-height: 400px;
}
.nava-moments-title {
    font-size: 36px;
    font-weight: 400;
    color: #ffffff;
    font-family: Avenir-Regular;
    letter-spacing: 2px;
    margin: 0;
}
.nava-moments-subtitle {
    font-size: 18px;
    color: #ffffff;
    font-family: Avenir-Regular;
    margin: 0;
}
.instagram-link {
    font-family: Avenir-Regular;
}
.instagram-icon {
    flex-shrink: 0;
}
.instagram-handle {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 1px;
}
.nava-moments-grid {
    background-color: #ffffff;
    min-height: 400px;
}
.instagram-placeholder {
    aspect-ratio: 1;
    border: 3px solid #000000;
    overflow: hidden;
    background-color: #ffffff;
    transition: transform 0.3s ease;
}
.instagram-placeholder:hover {
    transform: scale(1.05);
}
.instagram-placeholder img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* White Mist Contact Section */
.white-mist-contact-section {
    background-color: #8b4c3b;
    padding: 0;
}
.white-mist-map {
    min-height: 500px;
}
.map-container {
    width: 100%;
    height: 100%;
    min-height: 500px;
}
.white-mist-contact {
    background-color: #8b4c3b;
    min-height: 500px;
    color: #ffffff;
}
.white-mist-contact-title {
    font-size: 48px;
    font-weight: 400;
    color: #ffffff;
    font-family: Avenir-Regular;
    letter-spacing: 3px;
    margin: 0;
    text-transform: uppercase;
}
.white-mist-contact-info {
    font-family: Avenir-Regular;
    color: #ffffff;
}
.white-mist-address {
    font-size: 16px;
    line-height: 1.8;
    color: #ffffff;
    margin: 0;
}
.white-mist-address .contact-link {
    color: #fff;
}
.white-mist-phone,
.white-mist-email {
    font-size: 16px;
    color: #ffffff;
    margin: 0;
}
.white-mist-phone strong,
.white-mist-email strong {
    font-weight: 600;
}
.white-mist-phone .contact-link,
.white-mist-email .contact-link {
    color: #fff;
}
.contact-link {
    color: #ffffff;
    text-decoration: none;
    transition: opacity 0.3s;
}
.contact-link:hover {
    opacity: 0.8;
    color: #ffffff;
    text-decoration: underline;
}
.resorts-map-btn {
    padding: 12px 30px;
    background-color: #ffffff;
    color: #4a4a4a;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 1px;
    font-family: Avenir-Regular;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 4px;
    transition: all 0.3s;
    white-space: nowrap;
}
.resorts-map-btn:hover {
    background-color: #f5f5f5;
    color: #333333;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
/* FAQ Section */
.faq-section {
    background-color: #ffffff;
    padding: 80px 0;
}
.faq-title {
    font-size: 42px;
    font-weight: 400;
    color: #8b4c3b;
    font-family: Avenir-Regular;
    letter-spacing: 3px;
    margin: 0;
    text-transform: uppercase;
}
.accordion-item {
    border: 1px solid #d3d3d3;
    border-radius: 4px;
    overflow: hidden;
}
.accordion-button {
    background-color: #f8f8f8;
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    font-family: Avenir-Regular;
    padding: 20px 25px;
    border: none;
    box-shadow: none;
}
.accordion-button:not(.collapsed) {
    background-color: #8b4c3b;
    color: #ffffff;
    box-shadow: none;
}
.accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1);
}
.accordion-button:focus {
    border-color: #8b4c3b;
    box-shadow: 0 0 0 0.25rem rgba(139, 69, 19, 0.25);
}
.accordion-button:hover {
    background-color: #e8e8e8;
}
.accordion-button:not(.collapsed):hover {
    background-color: #8b4c3b;
}
.faq-question {
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}
.accordion-body {
    background-color: #ffffff;
    padding: 25px;
    font-family: Avenir-Regular;
}
.faq-answer {
    font-size: 16px;
    line-height: 1.8;
    color: #333333;
    margin: 0;
}
/* Custom Footer */
.custom-footer {
    background-color: #414a36;
    color: #f5f5dc;
    padding: 70px 0 30px 0;
}
.footer-logo {
    font-family: Avenir-Regular;
}
.footer-logo-main {
    font-size: 52px;
    font-weight: 300;
    color: #f5f5dc;
    letter-spacing: 3px;
    line-height: 1.1;
    margin: 0;
}
.footer-logo-sub {
    font-size: 11px;
    color: #f5f5dc;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0;
}
.footer-heading {
    font-size: 16px;
    font-weight: 600;
    color: #f5f5dc;
    font-family: Avenir-Regular;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.social-icons {
    margin: 0;
}
.social-icon {
    color: #f5f5dc;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: rgba(245, 245, 220, 0.1);
}
.social-icon:hover {
    background-color: rgba(245, 245, 220, 0.2);
    color: #f5f5dc;
    transform: translateY(-2px);
}
.footer-links {
    margin: 0;
}
.footer-link {
    color: #f5f5dc;
    text-decoration: none;
    font-size: 15px;
    font-family: Avenir-Regular;
    transition: all 0.3s;
    padding: 5px 0;
    display: inline-block;
}
.footer-link:hover {
    color: #ffffff;
    padding-left: 5px;
}
.footer-phone {
    color: #f5f5dc;
    text-decoration: none;
    font-size: 18px; 
    font-family: Avenir-Regular;
    transition: all 0.3s;
    display: block;
    margin: 0;
    letter-spacing: 0.5px;
}
.footer-phone:hover {
    color: #ffffff;
    transform: translateX(5px);
}
.footer-emblem {
    display: flex;
    align-items: center;
    justify-content: center;
}
.emblem-svg {
    max-width: 100%;
    height: auto;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
}
.footer-divider {
    border: none;
    border-top: 1px solid rgba(245, 245, 220, 0.3);
    margin: 0;
}
.footer-bottom {
    padding-top: 20px;
}
.footer-copyright {
    font-size: 14px;
    color: rgba(245, 245, 220, 0.8);
    font-family: Avenir-Regular;
    margin: 0;
    letter-spacing: 0.5px;
}
/* Responsive Design */
@media (max-width: 992px) {
    .nav-menu {gap: 20px;}
    .nav-link {font-size: 12px;}
    .hero-title {font-size: 80px;}
}
@media (max-width: 768px) {
    .custom-navbar {padding: 6px 20px;}
    .nav-logo-img {height: 35px;}
    .nav-container {flex-wrap: wrap;}
    .nav-menu {order: 3;width: 100%;justify-content: center;margin-top: 15px;gap: 15px;}
    .carousel-container {min-height: 360px;height: 360px;}
}
@media (max-width: 767px) {
    .hero-section {height: 64vh;}
    .footer-bottom {
        padding-top: 0;
        padding-bottom: 50px;
    }
    .white-mist-contact .white-mist-button-wrapper.d-flex.justify-content-end {
        justify-content: start !important;
    }
    .hero-background {
        background-attachment: unset !important;
    }
    .vision-essence-content {
        padding: 30px 0 0 0 !important;
    }
    .brand-story-content{
        padding: 30px 0 0 0 !important;
    }
    .values-content {
        padding: 0!important;
    }
    .brand-story-values-section .row.g-0 {
        flex-direction: column-reverse;
    }
    .brand-story-values-section {
        padding-top: 0 !important;
    }
}
@media (max-width: 576px) {
    .nav-logo-img {
        height: 40px !important;
    }
    .book-now-btn {
        padding: 10px 20px;
        font-size: 12px;
    }
    .hero-title {
        font-size: 60px;
    }
    .hero-welcome {
        font-size: 18px;
    }
    .hero-subtitle {
        font-size: 14px;
    }
    .white-mist-container {
        flex-direction: column;
        min-height: auto;
    }
    .white-mist-image {
        width: 100%;
        height: 400px;
    }
    .white-mist-content {
        width: 100%;
        padding: 40px 30px;
    }
    .white-mist-title {
        font-size: 48px;
    }
    .white-mist-text {
        font-size: 14px;
    }
}
@media (max-width: 576px) {
    .white-mist-title {
        font-size: 36px;
    }
    .white-mist-content {
        padding: 30px 20px;
    }
    .white-mist-meta {
        margin-bottom: 30px;
    }
    .accommodations-container {
        flex-direction: column;
        min-height: auto;
    }
    .accommodations-image {
        width: 100%;
        height: 400px;
    }
    .accommodations-content {
        width: 100%;
        padding: 40px 30px;
    }
    .accommodations-title {
        font-size: 48px;
    }
    .accommodations-text {
        font-size: 14px;
        margin-bottom: 30px;
    }
    .accommodations-btn {
        padding: 12px 30px;
        font-size: 12px;
    }
}
@media (max-width: 576px) {
    .accommodations-title {
        font-size: 36px;
    }
    .accommodations-content {
        padding: 30px 20px;
    }
    .accommodations-meta {
        margin-bottom: 30px;
        flex-direction: column;
        gap: 8px;
    }
    .book-stay-section {
        padding: 60px 20px;
    }
    .book-stay-title {
        font-size: 32px;
    }
    .book-stay-form {
        flex-direction: column;
        align-items: stretch;
    }
    .book-stay-field {
        min-width: 100%;
    }
    .check-availability-btn {
        width: 100%;
        margin-top: 10px;
    }
    .exceptional-stays-section {
        padding: 60px 20px;
    }
    .exceptional-stays-title {
        font-size: 42px;
    }
    .exceptional-stays-content {
        flex-direction: column;
        gap: 40px;
    }
    .carousel-slide img {
        height: 400px;
    }
    .exceptional-stays-buttons {
        flex-direction: column;
        margin-top: 0 !important;
    }
    .custom-navbar button.navbar-toggler {
        padding: 0;
    }
    .explore-btn,
    .stays-page-btn {
        width: 100%;
        text-align: center;
    }
    .stays-page-btn::before,
    .stays-page-btn::after {
        display: none;
    }
}
@media (max-width: 576px) {
    .book-stay-section {
        padding: 40px 15px;
    }
    .book-stay-title {
        font-size: 28px;
    }
    .book-stay-form {
        gap: 20px;
    }
    .exceptional-stays-section {
        padding: 40px 15px;
    }
    .exceptional-stays-title {
        font-size: 32px;
    }
    .exceptional-stays-description {
        font-size: 14px;
    }
    .carousel-slide img {
        height: 300px;
    }
    .check-times {
        flex-direction: column;
        gap: 10px;
    }
    .amenities-section {
        flex-direction: column;
        gap: .5rem!important;
        margin-bottom: 0 !important;
    }
    .dining-header {
        padding: 40px 20px;
    }
    .dining-title {
        font-size: 36px;
    }
    .dining-venues {
        flex-direction: column;
    }
    .dining-venue {
        width: 100%;
    }
    .dining-venue-image {
        height: 400px;
    }
    .dining-content {
        padding: 0;
    }
    .dining-content-title {
        font-size: 28px;
    }
    .dining-description {
        font-size: 14px;
    }
    .dining-buttons {
        flex-direction: column;
        gap: 15px;
    }
    .dining-explore-btn,
    .dining-page-link {
        width: 100%;
        text-align: center;
    }
    .dining-page-link::before {
        display: none;
    }
    footer.custom-footer .row.g-4.py-5 {
        padding-bottom: 5px !important;
    }
}
@media (max-width: 576px) {
    .dining-title {
        font-size: 28px;
    }
    .dining-venue-image {
        height: 300px;
    }
    .dining-venue-name {
        font-size: 20px;
    }
    .dining-content-title {
        font-size: 24px;
    }
    .testimonials-section {
        padding: 60px 0;
        min-height: auto;
    }
    .testimonials-title {
        font-size: 32px;
    }
    .guest-satisfaction,
    .customer-testimonial {
        padding: 30px 20px;
    }
    .recommendation-percentage {
        font-size: 56px;
    }
    .testimonial-text {
        font-size: 16px;
    }
}
@media (max-width: 576px) {
    .testimonials-section {
        padding: 40px 0;
    }
    .testimonials-title {
        font-size: 28px;
    }
    .recommendation-percentage {
        font-size: 48px;
    }
    .recommendation-text {
        font-size: 14px;
    }
    .guest-satisfaction,
    .customer-testimonial {
        padding: 25px 15px;
    }
    .testimonial-text {
        font-size: 14px;
    }
    .quote-arrow-left,
    .quote-arrow-right {
        font-size: 18px;
    }
    .testimonial-arrow {
        width: 40px;
        height: 40px;
    }
    .testimonial-arrow-left {
        left: 10px;
    }
    .testimonial-arrow-right {
        right: 10px;
    }
    .testimonial-slider {
        min-height: 250px;
    }
    .ratings-list {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(4, auto);
        gap: 15px;
    }
    .nava-moments-content {
        min-height: 300px;
        padding: 40px 30px !important;
    }
    .nava-moments-title {
        font-size: 28px;
    }
    .nava-moments-subtitle {
        font-size: 16px;
    }
    .instagram-handle {
        font-size: 18px;
    }
    .nava-moments-grid {
        min-height: 300px;
    }
}
@media (max-width: 576px) {
    .nava-moments-content {
        min-height: 250px;
        padding: 30px 20px !important;
        text-align: center;
        align-items: center !important;
    }
    .nava-moments-title {
        font-size: 24px;
    }
    .nava-moments-subtitle {
        font-size: 14px;
    }
    .instagram-handle {
        font-size: 16px;
    }
    .instagram-icon {
        width: 35px;
        height: 35px;
    }
    .white-mist-contact {
        padding: 40px 30px !important;
        min-height: 400px;
    }
    .white-mist-contact-title {
        font-size: 36px;
    }
    .white-mist-address,
    .white-mist-phone,
    .white-mist-email {
        font-size: 14px;
    }
    .map-container {
        min-height: 400px;
    }
}
@media (max-width: 576px) {
    .white-mist-contact {
        padding: 30px 20px !important;
        min-height: 350px;
    }
    .white-mist-contact-title {
        font-size: 28px;
        letter-spacing: 2px;
    }
    .white-mist-address,
    .white-mist-phone,
    .white-mist-email {
        font-size: 13px;
    }
    .resorts-map-btn {
        padding: 10px 25px;
        font-size: 12px;
    }
    .map-container {
        min-height: 350px;
    }
    .faq-section {
        padding: 60px 0;
    }
    .faq-title {
        font-size: 32px;
        letter-spacing: 2px;
    }
    .faq-question {
        font-size: 15px;
    }
    .faq-answer {
        font-size: 15px;
    }
}
@media (max-width: 576px) {
    .faq-section {
        padding: 40px 0;
    }
    .faq-title {
        font-size: 28px;
        letter-spacing: 1px;
        margin-bottom: 30px !important;
    }
    .accordion-button {
        padding: 15px 20px;
        font-size: 14px;
    }
    .faq-question {
        font-size: 14px;
    }
    .accordion-body {
        padding: 20px;
    }
    .faq-answer {
        font-size: 14px;
    }
    .custom-footer {
        padding: 50px 0 25px 0;
    }
    .footer-logo-main {
        font-size: 42px;
        letter-spacing: 2px;
    }
    .footer-logo-sub {
        font-size: 10px;
        letter-spacing: 3px;
    }
    .footer-heading {
        font-size: 14px;
        letter-spacing: 1.5px;
        margin-bottom: 15px;
    }
    .footer-phone {
        font-size: 16px;
    }
    .social-icon {
        width: 40px;
        height: 40px;
    }
    .emblem-svg {
        width: 130px;
        height: 130px;
    }
}
/* Contact Us Form Section */
.contact-us-form {
    background-color: #ffffff;
}
.contact-form-wrapper {
    padding: 20px;
}
.contact-form-title {
    font-size: 28px;
    font-weight: 400;
    color: #000000;
    font-family: Avenir-Regular;
    letter-spacing: 0.5px;
    margin-bottom: 30px;
}
.contact-form .form-group {
    margin-bottom: 20px;
}
.contact-input {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #d3d3d3;
    background-color: #ffffff;
    font-size: 14px;
    color: #333333;
    font-family: Avenir-Regular;
    border-radius: 4px;
    transition: border-color 0.3s;
}
.contact-input:focus {
    outline: none;
    border-color: #8b4c3b;
    box-shadow: 0 0 0 2px rgba(139, 69, 19, 0.1);
}
.contact-input::placeholder {
    color: #999999;
}
.contact-input select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    padding-right: 35px;
}
.captcha-label {
    font-size: 14px;
    color: #333333;
    font-family: Avenir-Regular;
    font-weight: 400;
    display: block;
}
.consultation-btn {
    padding: 15px 30px;
    background-color: #8b4c3b;
    color: #ffffff;
    border: none;
    font-size: 14px;
    letter-spacing: 1px;
    font-family: Avenir-Regular;
    font-weight: 400;
    cursor: pointer;
    transition: background-color 0.3s;
    border-radius: 4px;
    text-transform: none;
}
.consultation-btn:hover {
    background-color: #8b4c3b;
    color: #ffffff;
}
/* Contact Details Section */
.contact-details-wrapper {
    padding: 20px;
}
.contact-detail-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.contact-icon-wrapper {
    width: 100%;
    transition: background-color 0.3s ease, transform 0.3s ease;
}
.contact-icon {
    font-size: 20px;
    color: #8b4c3b;
    transition: color 0.3s ease;
    padding: 20px;
    border-radius: 20px;
    margin-right: 10px;
}
.contact-detail-item:hover .contact-icon-wrapper .contact-icon {
    background-color: #8b4c3b;
    transform: scale(1.05);
}
.contact-detail-item:hover .contact-icon {
    color: #ffffff;
}
.contact-detail-text {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    font-family: Avenir-Regular;
    line-height: 1.8;
}
.contact-detail-text strong {
    font-weight: 600;
    color: #000000;
}
.contact-link {
    color: #8b4c3b;
    text-decoration: none;
    transition: color 0.3s ease;
}
.contact-link:hover {
    color: #8b4c3b;
    text-decoration: underline;
}
@media (max-width: 768px) {
    .contact-details-wrapper {
        padding: 20px 0;
        margin-top: 30px;
    }
    .contact-detail-text {
        font-size: 14px;
    }
    /* .contact-icon-wrapper {
        width: 45px;
        height: 45px;
    } */
    .contact-icon {
        font-size: 18px;
    }
    .testimonial-arrow {
        top: 70%;
    }
    .contact-icon-wrapper, .contact-detail-item {
           margin-bottom: 0 !important;
    } 
}
/* Map Section */
.map-section {
    background-color: #f5f0e8;
    padding: 80px 40px;
}
.map-section-title {
    font-size: 48px;
    font-weight: 400;
    color: #8b4c3b;
    letter-spacing: 4px;
    font-family: Avenir-Regular;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.2;
}
.map-wrapper {
    position: relative;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.google-map-iframe {
    width: 100%;
    height: 450px;
    border: none;
    display: block;
}
.map-link-wrapper {
    margin-top: 20px;
}
.map-link-btn {
    display: inline-flex;
    align-items: center;
    padding: 12px 24px;
    background-color: #8b4c3b;
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    font-family: Avenir-Regular;
    transition: background-color 0.3s ease, transform 0.2s ease;
}
.map-link-btn:hover {
    background-color: #8b4c3b;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.map-link-btn i {
    font-size: 18px;
}
@media (max-width: 768px) {
    .map-section {
        padding: 60px 20px;
    }
    .map-section-title {
        font-size: 36px;
        letter-spacing: 2px;
    }
    .google-map-iframe {
        height: 350px;
    }
    .map-link-btn {
        padding: 10px 20px;
        font-size: 14px;
    }
}
@media (max-width: 576px) {
    .custom-footer {
        padding: 40px 0 20px 0;
    }
    .footer-logo {
        text-align: center !important;
        margin-bottom: 30px !important;
    }
    .footer-logo-main {
        font-size: 38px;
        letter-spacing: 2px;
    }
    .footer-logo-sub {
        font-size: 9px;
        letter-spacing: 2.5px;
    }
    .footer-heading {
        font-size: 13px;
        letter-spacing: 1px;
        margin-bottom: 12px;
        text-align: center;
    }
    .footer-links {
        align-items: center;
    }
    .footer-link {
        font-size: 14px;
        text-align: center;
    }
    .footer-phone {
        font-size: 15px;
        text-align: center;
    }
    .social-icons {
        justify-content: center;
    }
    .social-icon {
        width: 38px;
        height: 38px;
    }
    .emblem-svg {
        width: 110px;
        height: 110px;
    }
    .footer-copyright {
        font-size: 12px;
    }
}
/* Vision & Essence Section */
.vision-essence-section {
    background-color: #ffffff;
    padding: 0;
}
.vision-essence-image {
    overflow: hidden;
}
.vision-essence-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.vision-essence-content {
    background-color: #ffffff;
    padding: 60px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.vision-essence-heading {
    font-size: 28px;
    font-weight: 700;
    color: #000000;
    font-family: Avenir-Regular;
    margin: 0;
    line-height: 1.4;
}
.vision-essence-paragraph {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    font-family: Avenir-Regular;
    line-height: 1.8;
    margin: 0;
}
@media (max-width: 768px) {
    .vision-essence-content {
        padding: 40px 30px;
    }
    .vision-essence-heading {
        font-size: 24px;
    }
    .vision-essence-paragraph {
        font-size: 16px;
    }
}
@media (max-width: 576px) {
    
    .vision-essence-heading {
        font-size: 22px;
    }
    .vision-essence-paragraph {
        font-size: 15px;
    }
}
/* Brand Story & Values Section */
.brand-story-values-section {
    background-color: #ffffff;
    padding: 0;
}
.brand-story-content,
.values-content {
    background-color: #ffffff;
    padding: 60px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.brand-story-heading,
.values-heading {
    font-size: 28px;
    font-weight: 700;
    color: #000000;
    font-family: Avenir-Regular;
    margin: 0;
    line-height: 1.4;
}
.brand-story-subheading {
    font-size: 22px;
    font-weight: 600;
    color: #000000;
    font-family: Avenir-Regular;
    margin: 0;
    line-height: 1.4;
}
.brand-story-paragraph,
.values-intro,
.values-conclusion {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    font-family: Avenir-Regular;
    line-height: 1.8;
    margin: 0;
}
.brand-story-paragraph strong,
.values-conclusion strong {
    font-weight: 700;
    color: #000000;
}
.value-item {
    margin: 0;
}
.value-text {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    font-family: Avenir-Regular;
    line-height: 1.8;
    margin: 0;
}
.value-text strong {
    font-weight: 700;
    color: #000000;
}
/*booking engine*/
.closeBTNBK {
    display: none;
}
.booking-engine-container form {
    display: flex;
    align-items: center;
}
.booking-engine-container {
    position: absolute;
    bottom: 80px;
    left: 50%;
    width: 98%;
    background: #fff;
    padding: 10px 20px;
    transform: translate(-50%);
    border-radius: 10px;
}
.form-select {
    margin-left: 0 !important;
}
button.beBtn.book-now-btn {
    padding: 14.5px 23px;
    max-width: 150px;
    width: 100%;
}
.booking-engine-container form {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.booking-engine-container form .form-group {
    max-width: 150px;
    width: 100%;
}
.booking-engine-container form.form-group .form-control {
    height: 50px;
}
tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    padding: 5px;
}
td.active.day,
td.today.day {
    background: #8b4c3b !important;
    color: white !Important;
}
.datepicker-dropdown {
    padding: 10px;
}
.datepicker td,
.datepicker th {
    padding: 5px 10px;
}
.nav-menu a.nav-link {
    color: white;
}
/*booking engine*/
/*nav bar*/
/* ===== NAVBAR STYLES ===== */
.custom-navbar {}
.nav-logo-img {
    height: 50px;
}
/* Toggler */
.navbar-toggler {
    border: none;
    outline: none;
}
.navbar-toggler:focus {
    box-shadow: none;
}
/* White hamburger icon */
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
/* Menu links */
.nav-link {
    color: #fff !important;
    font-weight: 500;
    padding: 10px 15px;
}
.nav-link:hover {
    color: #ffffff !important;
    opacity: 1;
}
/* Book now button */
.book-now-btn {
    background: #414A36;
    color: #fff;
    padding: 10px 18px;
    border-radius: 30px;
    text-decoration: none;
    /*font-weight: 600;*/
}

/* blog */
body.blog nav.custom-navbar.navbar.navbar-expand-lg {
    background: transparent;
    box-shadow: none !important;
}
body.blog .navbar-brand {
    padding: 0px;
}
 
body.blog nav.custom-navbar.navbar.navbar-expand-lg div#navbarNav ul.navbar-nav.ms-auto.align-items-lg-center li.nav-item a {
    padding: 20px 1.5rem !important;
}
body.blog nav.custom-navbar.navbar.navbar-expand-lg.header { 
    width: 100%;
    padding: 16px; 
    transition: all 0.3s ease;
}
body.blog nav.custom-navbar.navbar.navbar-expand-lg.header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1) !important;
    background: #414a36;
    border-radius: 0 !important;
}
/* blog */
 
  
  












/* Mobile animation */
.advance__search .query__input.cs-icon-form {
    display: flex;
    align-items: center;
}
@media(max-width: 1199px) {
    .booking-engine-container {
        padding: 10px;
    }
    .booking-engine-container form {
        gap: 5px;
        padding: 0;
    }
    .advance__search__wrapper {
        gap: 5px !important;
    }
    .advance__search .query__input input,
    .advance__search .query__input select {
        font-size: 14px;
    }
    .datepicker.datepicker-dropdown.dropdown-menu td.day {
        font-size: 12px !important;
    }
    .datepicker td,
    .datepicker th {
        padding: 5px !important;
    }
}

button.btn.bk_close{ display: none !important;}
@media(max-width: 1024px) {}
@media (max-width: 991px) {
    .navbar-collapse {
        background: #000;
        padding: 15px;
        border-radius: 12px;
        margin-top: 10px;
    }
    .booking-engine-container {
        display: none;
        padding: 10px;
    }
    button.btn.bk_close {
        display: block !important;
        position: absolute;
        right: 5px;
        top: -50px;
        box-shadow: 0px 0px 0px 2px white;
    }
    button.btn.Bk-btn.mobile-view {
        display: block !important;
        text-decoration: none;
        font-weight: 600;
        position: fixed;
        left: 50%;
        bottom: 15px;
        width: 80%;
        transform: translate(-50%);
        font-size: 20px;
        text-transform: uppercase;
        z-index: 99999;
        background: #414A36;
        color: #fff;
        padding: 10px 18px;
        border-radius: 30px;
    }
    .dining-section {
        overflow-x: hidden !important;
    }
    .mobile-booking-engine-show .advance__search .query__input {
        margin-bottom: 10px;
        border-bottom: 1px solid #4d4a4a !important;
    }
    section.clubrooms-section.py-5 .row:last-child, section.villas-section.py-5 .row:last-child {
        display: none;
    }

    a.phone-header-icon{display: block;}
    div#navbarNav ul.navbar-nav.ms-auto.align-items-lg-center li.nav-item.ms-lg-3.mt-3.mt-lg-0{display: none;}
    .advance__search .query__input input, .advance__search .query__input select {width: 95%;}
    body.blog nav.custom-navbar.navbar.navbar-expand-lg div#navbarNav ul.navbar-nav.ms-auto.align-items-lg-center li.nav-item a {
        padding: 10px 15px !important;
    }
    .condominiums-background {
            background-attachment: unset;
    }
    .wellness-subsection {
        padding: 0; 
        margin-bottom: 30px;
    }
    .wellness-content-section, .furry-pets-content-section, .culinary-experience-content-section {
         padding: 0;
    }
    .culinary-experience-content-section .row.g-4.mb-4 {
        flex-direction: column-reverse;
    }
    section.culinary-experience-content-section.py-5.soulful-evenings-section .row.g-4:last-child {
        flex-direction: column-reverse;
        margin-top: 15px;
    }
    .wellness-subsection {
        align-items: center;
    }
    .wellness-subsection-text {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .brand-story-content,
    .values-content {
        padding: 40px 30px;
    }
    .brand-story-heading,
    .values-heading {
        font-size: 24px;
    }
    .brand-story-subheading {
        font-size: 20px;
    }
    .brand-story-paragraph,
    .values-intro,
    .values-conclusion,
    .value-text {
        font-size: 16px;
    }
    .clubrooms-section,
    .villas-section {
        padding: 50px 0px;
    }
    .hillframe-image img {
        min-height: auto;
    }
    .white-mist-section .row.g-0 {
        flex-direction: column-reverse;
    }
    .white-mist-section .row.g-0 .col-lg-6.col-md-12.white-mist-content.d-flex.flex-column.justify-content-center.p-4.p-lg-5 {
        padding: 0 0 20px !important;
    }
    .white-mist-image img {
        min-height: unset !important;
    }
}
@media (max-width: 576px) {
    
    .brand-story-heading,
    .values-heading {
        font-size: 22px;
    }
    .brand-story-subheading {
        font-size: 18px;
    }
    .brand-story-paragraph,
    .values-intro,
    .values-conclusion,
    .value-text {
        font-size: 15px;
    }
    .stays-content-title,
    .clubrooms-title,
    .villas-title,
    .condominiums-title {
        font-size: 40px;
        margin: 0px 0px 20px 0px;
    }
    h2.condominiums-title.mb-4 {
        width: 80%;
        margin: auto;
    }
    .weddings-image-arch {
        height: 400px;
    }
}
a.phone-header-icon{display: none;}
.mobile-booking-engine-show {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: inherit;
    z-index: 999999 !important;
    backdrop-filter: blur(5px);
}
.mobile-booking-engine-show .advance__search__wrapper {
    flex-direction: column;
    width: 100%;
}
/* 
.mobile-booking-engine-show .advance__search__wrapper input,
.mobile-booking-engine-show .advance__search__wrapper select {
    border-bottom: 1px solid #4d4a4a !important;
} */
.mobile-booking-engine-show .advance__search .query__input {margin-bottom: 10px;}
.booking-overlay{display: none;}
.booking-overlay.desktop-fix {
    position: fixed;
    top: 240px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9999999;
    display: block;
}
.booking-overlay.desktop-fix .bk_close {
    display: block !important;
    position: absolute;
    right: 0;
} 