*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    background:#f6f4ee;
    color:#222;
    font-family:'Montserrat', sans-serif;
    overflow-x:hidden;
}

.logo-header{
    height:70px;
    object-fit:contain;
}

.feature-icon-imgs {
  width: 75px;
  height: 75px; /*! object-fit: cover; */ /*! border-radius: 50%; */
  margin-bottom: 15px; /*! box-shadow: 0 4px 8px rgba(0,0,0,0.1); */
}

.nav-link{
    font-size:11px;
    letter-spacing:2px;
    text-transform:uppercase;
    color:#333 !important;
    margin-left:12px;
    font-weight:500;
}

.btn-booking{
    color:#9b7b3f !important;
}

.hero{
    width:100%;
    height:auto;
}

.hero img{
    width:100%;
    display:block;
}

.hero-video{
    position:relative;
    width:100%;
    height:100vh;
    overflow:hidden;
}

.hero-video video{
    width:100%;
    height:100%;
    object-fit:cover;
}


.section-light{
    background:#f7f6f1;
}

.mini-title{
    font-family:'Roboto', sans-serif;
    font-weight:700;
    font-size:20px;
    letter-spacing:2px;
    color:#5F7659;
    margin-bottom:10px;
    text-transform:uppercase;
}

.main-title{
    font-family:'Barlow Condensed', sans-serif;
    font-size:65px;
    font-weight:700;
    letter-spacing:2px;
    line-height:1.1;
    margin-bottom:25px;
    color:#5F7659;
}

.text-content{
    max-width:100%;
    text-align: justify;
}

.text-content p{
    font-size:14px;
    line-height:1.9;
    color:#4a4a4a;
    margin-bottom:18px;
}

.text-content-resto p{
    font-size:18px;
    line-height:1.4;
    color:#000000;
    margin-bottom:19px;
    text-align: center;
}

.section-title{
    font-family:'Oswald', sans-serif;
    font-size:42px;
    letter-spacing:2px;
    font-weight:300;
    margin-bottom:15px;
}

.small-text{
    font-size:14px;
    line-height:1.8;
    color:#575757;
}

    .small-text-list{
        font-size:14px;
        line-height:1.8;
        color:#575757;
        text-align: justify;
    }

.icon-circle{
    font-size:55px;
    margin-bottom:18px;
}

.feature-title{
    font-family:'Oswald', sans-serif;
    letter-spacing:6px;
    font-size:28px;
    font-weight:300;
    margin-bottom:15px;
}

.destination-section{
    background:#5F7659;
    color:#fff;
}

.destination-section .main-title{
    color:#ebe7dc;
}

.destination-section .text-content{
    color:#fff;
}

.destination-section .text-content p{
    color:#f5f5f5;
}

.destination-section img{
    border-radius:20px;
}

.villa-card{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    transition:.3s ease;
    height:100%;
    box-shadow:0 5px 20px rgba(0,0,0,.05);
}

.villa-card:hover{
    transform:translateY(-5px);
}

.villa-card img{
    width:100%;
    height:260px;
    object-fit:cover;
}

.villa-content{
    padding:22px;
}

.villa-content h5{
    font-family:'Oswald', sans-serif;
    font-size:28px;
    font-weight:300;
    margin-bottom:12px;
}

.villa-content p{
    font-size:13px;
    line-height:1.7;
    color:#555;
}

.footer-section{
    background:#f5f2ea;
    padding:50px 0;
    border-top:1px solid rgba(0,0,0,.08);
}

.footer-logo{
    height:85px;
}

.footer-menu a{
    display:block;
    margin-bottom:10px;
    font-size:13px;
    color:#333;
}

.footer-text{
    font-size:13px;
    line-height:1.7;
    color:#444;
}

@media(max-width:991px){

    .main-title{
        font-size:38px;
    }

    .section-title{
        font-size:34px;
    }

    .feature-title{
        font-size:24px;
    }

    .logo-header{
        height:58px;
    }

    .small-text{
        text-align: center;
    }

    .small-text-list{
        font-size:14px;
        line-height:1.8;
        color:#575757;
        text-align: justify;
    }
    
    .footer-logo{
        display: block !important;
        margin: 0 auto 20px auto !important;
    }
    
}


/* =========================
   CULINARY SECTION
========================= */

.culinary-section{
    background:#e8e3d8;
    position:relative;
    z-index:2;
}


.culinary-text{
    padding:35px 20px 10px;
}

.culinary-label{
    display:inline-block;
    font-size:12px;
    letter-spacing:3px;
    color:#7c7c7c;
    margin-bottom:5px;
    font-family:'Montserrat', sans-serif;
}

.culinary-text h3{
    font-family:'Barlow Condensed', sans-serif;
    font-size:58px;
    letter-spacing:2px;
    color:#5F7659;
    margin-bottom:18px;
}

.culinary-text p{
    max-width:900px;
    margin:auto;
    font-size:17px;
    line-height:1.9;
    color:#333;
}

.culinary-heading{
    margin-bottom:25px;
}

.culinary-mini-title{
    font-family:'Roboto', sans-serif;
    font-size:18px;
    font-weight:700;
    color:#5F7659;
    text-transform:uppercase;
    margin-bottom:5px;
    letter-spacing:1px;
}

.culinary-main-title{
    font-family:'Barlow Condensed', sans-serif;
    font-size:74px;
    line-height:1;
    color:#5F7659;
    letter-spacing:2px;
    margin-bottom:0;
}

#culinaryCarousel{
    position:relative;
}

#culinaryCarousel .carousel-item img{
    width:100%;
    height:450px;
    object-fit:cover;
}


.culinary-arrow{
    width:58px;
    height:58px;
    border-radius:50%;
    background:rgba(255,255,255,.92);
    color:#5F7659;

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

    font-size:28px;
    font-weight:300;

    transition:.3s ease;
}

.culinary-arrow:hover{
    background:#fff;
    transform:scale(1.05);
}

.culinary-content{
    max-width:1000px;
    margin:40px auto 0;
}

.culinary-content h3{
    font-family:'Barlow Condensed', sans-serif;
    font-size:62px;
    letter-spacing:2px;
    color:#5F7659;
    margin-bottom:18px;
}

.culinary-content p{
    font-family:'Montserrat', sans-serif;
    font-size:18px;
    line-height:1.9;
    color:#2f2f2f;
    max-width:1400px;
    margin:auto;
}


@media(max-width:991px){

    #culinaryCarousel .carousel-item img{
        height:260px;
    }

    .culinary-text h3{
        font-size:34px;
    }

    .culinary-text p{
        font-size:14px;
        line-height:1.8;
    }

}
/* =========================
   RESPONSIVE
========================= */

@media(max-width:991px){

    .culinary-main-title{
        font-size:44px;
    }

    #culinaryCarousel .carousel-item img{
        height:340px;
    }

    .culinary-content h3{
        font-size:40px;
    }

    .culinary-content p{
        font-size:15px;
        line-height:1.8;
    }

    .culinary-arrow{
        width:45px;
        height:45px;
        font-size:22px;
    }

}

.beyond-main-title{
    font-family:'Barlow Condensed', sans-serif;
    font-size:55px;
    font-weight:700;
    line-height:1.1;
    letter-spacing:2px;
    color:#5F7659;
}

.beyond-content{
   padding: 0 2em;
   text-align: justify;
}

.beyond-content h3{
    font-family:'Barlow Condensed', sans-serif;
    font-size:55px;
    font-weight:700;
    line-height:1.1;
    letter-spacing:1px;
    color:#5F7659;
}

.beyond-mini-title{
    font-family:'Roboto', sans-serif;
    font-weight:700;
    font-size:20px;
    letter-spacing:2px;
    color:#5F7659;
    text-transform:uppercase;
}

.beyond-card{
    background:#ffffff;
    border-radius:24px;
    overflow:hidden;
    margin-bottom:28px;
}

.beyond-card .row{
    min-height:320px;
}

.beyond-card img{
    width:100%;
    height:100%;
    min-height:270px;
    object-fit:cover;
    display:block;
}

/* =========================
   VILLA SLIDER
========================= */

.villa-slider-section{
    position:relative;
    z-index:2;
}

.villa-navigation{
    display:flex;
    gap:12px;
}

.villa-nav-btn{
    width:48px;
    height:48px;
    border:none;
    border-radius:50%;
    background:#5F7659;
    color:#fff;
    font-size:22px;
    transition:.3s ease;
}

.villa-nav-btn:hover{
    background:#445843;
}

.villa-card{
    background:#fff;
    border-radius:22px;
    overflow:hidden;
    box-shadow:0 5px 20px rgba(0,0,0,.05);
    transition:.3s ease;
    height:100%;
}

.villa-card:hover{
    transform:translateY(-6px);
}

.villa-card img{
    width:100%;
    height:280px;
    object-fit:cover;
}

.villa-content{
    padding:24px;
}

.villa-content h5{
    font-family:'Oswald', sans-serif;
    font-size:34px;
    font-weight:300;
    color:#5F7659;
    margin-bottom:14px;
}

.villa-content p{
    font-size:14px;
    line-height:1.9;
    color:#5f5f5f;
}

/* MOBILE */

@media(max-width:991px){

    .villa-card img{
        height:240px;
    }

    .beyond-content{
       padding: 2em;
    }
    
    .villa-content h5{
        font-size:28px;
        text-align: center;
    }

    .beyond-main-title{
        font-size:45px;
        font-weight:700;
        line-height:1.1;
        letter-spacing:2px;
        color:#5F7659;
        text-align: center;
        margin-bottom: 10px;
    }

}

/* =========================
   RESET TYPOGRAPHY
========================= */

.main-title{
    font-family:'Barlow Condensed', sans-serif !important;
    font-size:65px !important;
    font-weight:700 !important;
    letter-spacing:2px !important;
    line-height:1.1 !important;
    color:#5F7659;
}

.main-title-resto{
    font-family:'Barlow Condensed', sans-serif !important;
    font-size:65px !important;
    font-weight:700 !important;
    letter-spacing:2px !important;
    line-height:1.1 !important;
    color:#5F7659;
    text-align: center;
}

.mini-title{
    font-family:'Roboto', sans-serif !important;
    font-weight:700 !important;
    font-size:20px !important;
    letter-spacing:2px !important;
    text-transform:uppercase !important;
    color:#5F7659 !important;
}

.feature-title{
    font-family:'Oswald', sans-serif !important;
    letter-spacing:6px !important;
    font-size:28px !important;
    font-weight:300 !important;
}

.section-title{
    font-family:'Oswald', sans-serif !important;
    font-size:42px !important;
    letter-spacing:2px !important;
    font-weight:300 !important;
}

.villa-content h5{
    font-family:'Oswald', sans-serif !important;
    font-size:28px !important;
    font-weight:300 !important;
}

.beyond-content h3{
    font-family:'Oswald', sans-serif !important;
    font-size:42px !important;
    font-weight:300 !important;
    letter-spacing:1px !important;
    line-height:1.1 !important;
}

.culinary-text h3{
    font-family:'Barlow Condensed', sans-serif !important;
    font-size:58px !important;
    font-weight:700 !important;
    letter-spacing:2px !important;
}

/* MOBILE */

@media(max-width:991px){

    .main-title{
        font-size:38px !important;
        letter-spacing:0.5px !important;
        line-height:1 !important;
        text-align: center;
    }

    .mini-title{
        font-size:15px !important;
        letter-spacing:0.5px !important;
        line-height:1 !important;
        text-align: center;
    }

    .section-title{
        font-size:34px !important;
    }

    .feature-title{
        font-size:24px !important;
        letter-spacing:0.5px !important;
        line-height:1 !important;
        text-align: center;
    }

    .culinary-text h3{
        font-size:34px !important;
    }

    .beyond-content h3{
        font-size:32px !important;
    }

}



/* =========================
   NEWS & OFFERS
========================= */

.news-section{
    background:#f4f4f2;
    position:relative;
    z-index:2;
}

.news-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:30px;
}

.news-navigation{
    display:flex;
    gap:14px;
}

.news-nav-btn{
    width:56px;
    height:56px;

    border:none;
    border-radius:50%;

    background:rgba(95,118,89,.08);

    border:1px solid rgba(95,118,89,.15);

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

    color:#5F7659;

    transition:.35s ease;
}

.news-nav-btn i{
    font-style:normal;
    font-size:22px;
}

.news-nav-btn:hover{
    background:#5F7659;
    color:#fff;

    transform:translateY(-3px);

    box-shadow:0 10px 25px rgba(95,118,89,.18);
}

.news-card{
    border-radius:24px;
    overflow:hidden;
    height:100%;
    background:#fff;
}

.news-card img{
    width:100%;
    height:100%;
    min-height:650px;
    object-fit:cover;
    display:block;
}


/* MOBILE */

@media(max-width:991px){

    .news-card img{
        min-height:420px;
    }

}

/* =========================
   CONTACT PAGE
========================= */



.contact-page{
    position:relative;

    width:100%;
    min-height:100vh;

    overflow:hidden;

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

    padding:80px 0;
}

.contact-page .container{
    position:relative;
    z-index:3;

    width:100%;
}

.contact-video{
    position:absolute;
    inset:0;

    width:100%;
    height:100%;

    object-fit:cover;

    z-index:1;
}

.contact-overlay{
    position:absolute;
    top:0;
    left:0;

    width:100%;
    height:100%;

    background:
    linear-gradient(
        to bottom,
        rgba(255,255,255,.72),
        rgba(255,255,255,.84)
    );

    backdrop-filter:blur(2px);

    z-index:2;
}

.contact-box{
    width:100%;
    max-width:1100px;

    margin:auto;
}

.contact-logo{
    margin-bottom:55px;
}

.contact-logo img{
    width:170px;
    margin-bottom:30px;
}

.contact-logo h1{
    font-family:'Barlow Condensed', sans-serif;
    font-size:78px;
    font-weight:700;
    letter-spacing:2px;
    color:#5F7659;

    margin-bottom:15px;
}

.contact-logo p{
    font-family:'Montserrat', sans-serif;
    letter-spacing:3px;
    font-size:18px;
    color:#5F7659;
}

.contact-menu{
    display:flex;
    flex-direction:column;
    gap:14px;
}

.contact-menu a{
    height:78px;

    border:1px solid rgba(95,118,89,.45);

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

    text-decoration:none;

    color:#5F7659;

    font-family:'Montserrat', sans-serif;

    font-size:18px;

    transition:.35s ease;

    background:rgba(255,255,255,.18);
}

.contact-menu a span{
    margin-right:10px;
}

.contact-menu a:hover{
    background:#5F7659;
    color:#fff;

    transform:translateY(-2px);
}

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

@media(max-width:991px){

    .contact-box{
        padding:40px 20px;
    }

    .contact-logo img{
        width:120px;
    }

    .contact-logo h1{
        font-size:42px;
    }

    .contact-logo p{
        font-size:13px;
        letter-spacing:2px;
    }

    .contact-menu a{
        height:62px;
        font-size:14px;
        text-align:center;
        padding:0 15px;
    }

}

/* =========================
   EXPERIENCE SECTION
========================= */

.experience-section{
    background:#f5f4f1;
    position:relative;
    z-index:2;
}

.experience-image img{
    width:100%;
    border-radius:4px;
    object-fit:cover;
}

.experience-tabs{
    display:flex;
    align-items:center;
    gap:16px;

    margin-bottom:50px;
}

.experience-tab{
    border:none;
    background:none;

    padding:14px 26px;

    border-radius:50px;

    font-family:'Montserrat', sans-serif;

    font-size:18px;

    color:#a1a1a1;

    transition:.3s ease;
}

.experience-tab.active{
    background:#78d3ef;
    color:#fff;
}


.experience-content h3{
    font-family:'Barlow Condensed', sans-serif;
    font-size:58px;
    letter-spacing:2px;
    color:#5F7659;
    margin-bottom:28px;
}


.experience-content p{
    font-size:16px;
    line-height:1.6;

    color:#6b6b6b;

    margin-bottom:24px;
}

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

@media(max-width:991px){

    .experience-tabs{
        flex-wrap:wrap;
        gap:10px;

        margin-bottom:30px;
    }

    .experience-tab{
        font-size:14px;
        padding:10px 18px;
    }

    .experience-content h2{
        font-size:36px;
    }

    .experience-content p{
        font-size:15px;
        line-height:1.9;
    }

}

/* =========================
   VILLA HERO
========================= */

.villa-hero{
    position:relative;

    width:100vw;
    height:520px;

    overflow:hidden;

    margin:0;
    padding:0;
}

.villa-hero img{
    position:absolute;
    top:0;
    left:0;

    width:100%;
    height:100%;

    object-fit:cover;

    display:block;
}

/* OVERLAY */

.villa-hero-overlay{
    position:absolute;
    inset:0;

    background:
    linear-gradient(
        to bottom,
        rgba(0,0,0,.25),
        rgba(0,0,0,.38)
    );

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

    text-align:center;

    z-index:2;
}

/* CONTENT */

.villa-hero-content{
    position:relative;
    z-index:3;
}

.villa-hero-content h1{
    font-family:'Barlow Condensed', sans-serif;
    font-size:120px;
    font-weight:700;

    letter-spacing:4px;

    color:#fff;

    margin-bottom:10px;
}

.villa-hero-content p{
    font-family:'Montserrat', sans-serif;

    font-size:18px;
    letter-spacing:4px;

    color:#f3f3f3;
}



/* MOBILE */

@media(max-width:991px){

    .villa-hero{
        height:320px;
    }

    .villa-hero-content h1{
        font-size:58px;
    }

    .villa-hero-content p{
        font-size:13px;
        letter-spacing:2px;
    }

    .villa-room-image img{
    height:220px;
    }

}

/* =========================
   VILLA LIST
========================= */

.villa-list-section{
    background:#f7f6f1;
    position:relative;
    z-index:2;
}

.villa-room-card{
    text-align:center;
}

.villa-room-image{
    overflow:hidden;
    border-radius:30px;

    margin-bottom:28px;
}

.villa-room-image img{
    width:100%;
    height:430px;

    object-fit:cover;

    transition:.5s ease;
}

.villa-room-card:hover img{
    transform:scale(1.03);
}

/* CONTENT */

.villa-room-content h2{
    font-family:'Barlow Condensed', sans-serif;
    font-size:58px;
    font-weight:700;

    letter-spacing:2px;

    color:#111;

    margin-bottom:18px;
}

.villa-room-content p{
    font-family:'Montserrat', sans-serif;

    font-size:16px;
    line-height:1.9;

    color:#4f4f4f;

    max-width:90%;
    margin:0 auto 30px;
}

.program-content p{
    font-family:'Montserrat', sans-serif;

    font-size:16px;
    line-height:1.4;

    color:#4f4f4f;

    max-width:90%;
    margin:0 auto 30px;
}

.program-content a{
    text-decoration: none; /* hilangkan garis bawah */
    color: inherit;        /* gunakan warna teks parent */
}




/* BUTTON */

.villa-room-btn{
    width:70%;
    height:68px;

    background:#6a8163;

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

    margin:auto;

    text-decoration:none;

    color:#fff;

    font-family:'Montserrat', sans-serif;
    font-size:15px;

    transition:.35s ease;
}

.villa-room-btn:hover{
    background:#55694f;
    color:#fff;

    transform:translateY(-2px);
}

/* MOBILE */

@media(max-width:991px){

    .villa-room-image img{
        height:280px;
    }

    .villa-room-content h2{
        font-size:38px;
    }

    .villa-room-content p{
        font-size:14px;
        max-width:100%;
    }

    .villa-room-btn{
        width:100%;
        height:58px;
    }

}

/* =========================
   VILLA DETAIL
========================= */

.villa-detail-section{
    background:#f7f6f1;
    position:relative;
    z-index:2;
}

/* HEADER */

.villa-detail-header{
    max-width:1000px;
    margin:0 auto 50px;
}

.villa-detail-header h2{
    font-family:'Barlow Condensed', sans-serif;
    font-size:72px;
    font-weight:700;

    letter-spacing:2px;

    color:#111;

    margin-bottom:30px;
}

.villa-detail-header p{
    font-size:18px;
    line-height:1.9;

    color:#333;

    margin-bottom:10px;
}

/* =========================
   GALLERY
========================= */

.villa-gallery{
    display:flex;
    gap:4px;
    margin-bottom:55px;
    align-items:flex-start;
}

.gallery-item{
    flex:1;
    overflow:hidden;
}

.gallery-item img{
    width:100%;
    height:auto;
    display:block;
    transition:.5s ease;
    border-radius:4px;
}

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


/* GALLERY POPUP */

.gallery-item img{
    cursor:pointer;
}

#galleryModal .modal-content{
    background:transparent;
}

#galleryModal img{
    width:100%;
    max-height:85vh;
    object-fit:contain;
}

.btn-close-white{
    opacity:1;
}

/* =========================
   DETAIL
========================= */

.detail-box h3{
    font-family:'Barlow Condensed', sans-serif;
    font-size:52px;
    font-weight:700;

    color:#111;

    margin-bottom:28px;
}

.detail-box ul{
    list-style:none;
    padding:0;
    margin:0;
}

.detail-box ul li{
    padding:14px 0;

    border-bottom:1px solid rgba(0,0,0,.18);

    font-size:17px;
    color:#222;
}

/* =========================
   BUTTON
========================= */


/* BUTTON */

.villa-detail-btn{

    width:100%;
    height:58px;

    background:#6a8163;

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

    margin:2em auto;

    text-decoration:none;

    color:#fff;

    font-family:'Montserrat', sans-serif;
    font-size:15px;

    transition:.35s ease;
}

.villa-detail-btn:hover{
    background:#55694f;
    color:#fff;

    transform:translateY(-2px);
}


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

@media(max-width:991px){

    .villa-detail-header h2{
        font-size:42px;
    }

    .villa-detail-header p{
        font-size:15px;
    }

    .villa-gallery{
        grid-template-columns:1fr;
    }

    .gallery-item img{
        height:260px;
    }

    .detail-box h3{
        font-size:34px;
    }

    .detail-box ul li{
        font-size:15px;
    }

    .villa-booking{
        text-align:center !important;
    }

    .villa-booking a{
        font-size:24px;
    }

}