
@font-face {
    font-family: 'norwester-regular';
    src: url("<?= base_url('fonts/Norwester-regular.woff2') ?>") format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




/* =====================================================
   HOME PAGE ONLY
===================================================== */

.home-page {
    overflow-x: clip; /* aman, tidak mematikan fixed */
}


/* =====================================================
   TOP OFFER BAR — SAME SIZE, LUXURY SHINE
===================================================== */

.top-offer-bar{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1002;
    background:#143d27;
    color:#fff;
    overflow:hidden;
}

/* UKURAN SAMA SEPERTI PUNYA KAMU */
.top-offer-inner{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    padding:10px 15px;
    min-height:44px;   /* tetap */
    white-space:nowrap;
    position:relative;
}

/* ===== MULTI SHINE EFFECT (halus & ringan) ===== */
.top-offer-inner::before{
    content:'';
    position:absolute;
    top:0;
    left:-60%;
    width:40%;
    height:100%;
    background:linear-gradient(
        120deg,
        transparent 0%,
        rgba(255,255,255,.15) 30%,
        rgba(255,255,255,.6) 50%,
        rgba(255,255,255,.15) 70%,
        transparent 100%
    );
    transform:skewX(-25deg);
    animation:shine 5s linear infinite;
}

.top-offer-inner::after{
    content:'';
    position:absolute;
    top:0;
    left:-80%;
    width:35%;
    height:100%;
    background:linear-gradient(
        120deg,
        transparent,
        rgba(255,255,255,.35),
        transparent
    );
    transform:skewX(-25deg);
    animation:shine 7s linear infinite;
    animation-delay:2s;
}

@keyframes shine{
    0%{ left:-80%; }
    100%{ left:140%; }
}

/* ===== TEXT ===== */
.top-offer-text{
    letter-spacing:.5px;
    position:relative;
    z-index:2;
    text-shadow:0 0 6px rgba(255,255,255,.35);
}

/* ===== BUTTON ===== */
.top-offer-btn{
    background:rgba(255,255,255,.15);
    color:#fff;
    padding:6px 14px;
    border-radius:4px;
    font-size:13px;
    text-decoration:none;
    transition:.3s ease;
    position:relative;
    z-index:2;
}

.top-offer-btn:hover{
    background:rgba(255,255,255,.25);
}

/* ===== MOBILE ===== */
@media (max-width:576px){
    .top-offer-inner{
        font-size:12px;
        gap:8px;
    }
    .top-offer-btn{
        padding:5px 10px;
        font-size:12px;
    }
}

/* =====================================================
   HERO NAVBAR (TIDAK DIUBAH DESAINNYA)
===================================================== */

.hero-navbar {
    position: sticky;
    top: 0;                 /* KEMBALIKAN KE ASLI */
    width: 100%;
    height: 110px;
    z-index: 1001;
    background: #ffffff;
    border-bottom: 1px solid rgba(0,0,0,0.08);
    display: flex;
    align-items: center;
}

/* =====================================================
   MOBILE: BUAT RUANG UNTUK TOP OFFER
===================================================== */
@media (max-width: 991px) {
    .home-page {
        padding-top: calc(0px + 0px);
    }
}

@media (max-width: 991px) {
    body {
        padding-top: 0px;  /* tinggi top offer */
    }
}
@media (max-width: 991px) {
    .hero-navbar {
        position: fixed;
        top: 44px;          /* tepat di bawah top offer */
        left: 0;
        width: 100%;
        height: 66px;
        z-index: 1001;
    }
}

/* =====================================================
   HERO SECTION
===================================================== */

.home-hero {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 520px;
    overflow: visible !important;
}

/* offset desktop agar hero tidak ketiban bar */
@media (min-width: 992px) {
    .home-hero {
        padding-top: 122px;
    }
}

/* =====================================================
   HERO NAVBAR
===================================================== */

.hero-navbar {
    font-family: 'norwester';
    position: sticky;
    top: 0;
    width: 100%;
    height: 110px;
    z-index: 1001;
    background: #ffffff;
    border-bottom: 1px solid rgba(0,0,0,0.08);
    display: flex;
    align-items: center;
}

@media (min-width: 992px) {
    .hero-navbar {
        position: fixed;
        top: 44px;
    }
}

@media (min-width: 992px) {
    .hero-navbar.is-scrolled {
        box-shadow: 0 6px 18px rgba(0,0,0,0.12);
    }
}
@media (max-width: 991px) {
    .top-offer-bar {
        position: fixed;
        height: 44px;
    }

    .hero-navbar {
        top: 44px;
    }
}

.hero-nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding-left: 0;
}

/* =====================================================
   LOGO (FIX BLUE LINE)
===================================================== */

.hero-logo,
.hero-logo:link,
.hero-logo:visited,
.hero-logo:hover,
.hero-logo:active {
    display: flex;
    align-items: center;
    gap: 12px;
    height: 100%;
    margin-left: -30px;

    text-decoration: none !important;
    color: inherit;
    border-bottom: none !important;
}

.hero-logo img {
    height: 60px;
    width: auto;
    object-fit: contain;
}

.hero-logo span {
    position: relative;
    font-family: 'Norwester' !important;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 2px;
    color: #2e4f3b;
    white-space: nowrap;

    text-decoration: none !important;
    border-bottom: none !important;
}

/* underline custom (HIJAU – bukan biru) */
.hero-logo span::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -4px;
    width: 0;
    height: 2px;
    background-color: #2e4f3b;
    transform: translateX(-50%);
    transition: width 0.3s ease;
}

.hero-logo:hover span::after {
    width: 70%;
}

/* =====================================================
   MENU (DESKTOP)
===================================================== */

.hero-menu {
    display: flex;
    list-style: none;
    gap: 28px;
    margin: 0;
    padding: 0;
}

.hero-menu a {
    font-family: 'norwester';
    font-size: 16px;
    letter-spacing: 1px;
    color: #2f2f2f;
    text-decoration: none;
    padding-bottom: 6px;
    position: relative;
}

.hero-menu a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #2e4f3b;
    transform: translateX(-50%);
    transition: width 0.3s ease;
}

.hero-menu a:hover::after {
    width: 70%;
}



/* ===============================
   CTA BUTTON – FULL HEIGHT NAVBAR
=============================== */

.hero-book-btn {
    font-family: 'norwester';
    height: 100%;
    min-height: 110px; /* samakan dengan tinggi navbar */
    padding: 0 28px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    background: #3c5f50;
    color: #ffffff;
    font-size: 18px;
    letter-spacing: 1px;
    text-decoration: none;
    border-radius: 0; /* biar sejajar navbar */
    transition: background .3s ease;
}

.hero-book-btn:hover {
    background: #2f4b3f;
}

/* icon whatsapp */
.hero-book-btn i {
    font-size: 16px;
}

.menu-mobile-cta {
    display: none;
}

@media (max-width: 991px) {
    .menu-mobile-cta {
        display: block;
    }

    .menu-mobile-cta a {
        font-family: 'norwester';
        font-size: 18px;
        letter-spacing: 2px;
        color: #2f2f2f;
        text-decoration: none;
        padding-bottom: 6px;
        position: relative;
    }

    .menu-mobile-cta a::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 0;
        height: 2px;
        background-color: #2e4f3b;
        transform: translateX(-50%);
        transition: width 0.3s ease;
    }

    .menu-mobile-cta a:hover::after {
        width: 70%;
    }
}

/* =====================================================
   HAMBURGER MENU
===================================================== */

.hero-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
}

.hero-toggle span {
    display: block;
    width: 26px;
    height: 2px;
    background: #2e4f3b;
    margin: 5px 0;
}


/* =====================================================
   MOBILE & TABLET – OFF CANVAS MENU (RIGHT SIDE)
===================================================== */
@media (max-width: 991px) {

    /* HAMBURGER */
    .hero-toggle {
        display: block;
        z-index: 1200;
    }

    /* MENU */
    .hero-menu {
        font-family: 'norwester';
        position: fixed;          /* WAJIB */
        top: 0;                   /* FULL TINGGI */
        right: -100%;             /* SEMBUNYI DI KANAN */
        left: auto;               /* PASTIKAN BUKAN KIRI */

        width: 80%;
        max-width: 320px;
        height: 100vh;

        background: #ffffff;

        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

        gap: 24px;
        padding: 80px 20px;

        box-shadow: -20px 0 40px rgba(0,0,0,0.15);

        transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        z-index: 1100;
    }

    /* SAAT AKTIF → MASUK DARI KANAN */
    .hero-menu.active {
        right: 0;
    }

    /* LINK */
    .hero-menu li a {
        font-size: 18px;
        letter-spacing: 2px;
    }

    /* CTA DESKTOP HIDE */
    .hero-book-btn {
        display: none;
    }
}

/* =====================================================
   RESPONSIVE
===================================================== */

@media (max-width: 991px) {
    .hero-toggle {
        display: block;
    }

    
    .hero-menu {
        font-family: 'norwester';
        position: absolute;
        top: 78px;
        left: 0;
        width: 100%;
        background: #ffffff;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        padding: 24px 0;
        display: none;
        box-shadow: 0 12px 30px rgba(0,0,0,0.15);
    }

    .hero-menu.active {
        display: flex;
    }

    .hero-book-btn {
        display: none;
    }
}

@media (max-width: 576px) {
    .hero-logo img {
        height: 42px;
    }

    .hero-logo span {
        font-size: 18px;
        letter-spacing: 1px;
    }

    .hero-logo span::after {
        height: 1.5px;
    }

    .top-offer-bar {
        display: none;
    }
}

/* =====================================================
   HERO IMAGE / VIDEO
===================================================== */
.hero-image {
    position: relative;   /* 🔥 KUNCI PERBAIKAN */
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #000;
}


.hero-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.35);
}


/* =====================================================
   SOUND BUTTON
===================================================== */

.video-sound-btn {
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 5;

    background: rgba(0,0,0,0.6);
    color: #fff;
    border: none;
    padding: 10px 18px;
    border-radius: 50px;
    font-size: 14px;
    cursor: pointer;
}

.video-sound-btn:hover {
    opacity: 0.8;
}

@media (max-width: 576px) {
    .video-sound-btn {
        bottom: 20px;
        right: 20px;
        font-size: 13px;
    }
}





                                        /* =====================================================
                                        ABOUT INTRO SECTION
                                        ===================================================== */

                                        /* =====================================================
                                        ABOUT INTRO – SECTION PADDING CONTROL
                                        ===================================================== */

.home-about-intro {
    position: relative;
    background: #f4f6f4;   /* putih agak gelap */

    /* DESKTOP DEFAULT */
    padding-top: 60px;
    padding-bottom: 10px;

    overflow: hidden;
}

/* ================= TABLET ================= */

@media (max-width: 991px) {
    .home-about-intro {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

/* ================= MOBILE ================= */

@media (max-width: 576px) {
    .home-about-intro {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.home-about-intro::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 1px;
    background: rgba(0,0,0,0.05);
}

/* ABOUT INTRO – TITLE & TAGLINE POSITION FIX */
/* DEFAULT */
.about-intro-title,
.about-intro-tagline {
    text-align: left;
}

/* DESKTOP / LAPTOP */
@media (min-width: 992px) {

    .home-about-intro .about-intro-text {
        margin-left: -140px;   /* ⬅️ KELUAR DARI CONTAINER */
    }

    .about-intro-title,
    .about-intro-tagline {
        text-align: left;
    }
}

/* TABLET & MOBILE */
@media (max-width: 991px) {

    .home-about-intro .about-intro-text {
        margin-left: 0;
        margin-right: 0;
        text-align: center;
    }

    .about-intro-title,
    .about-intro-tagline {
        text-align: center;
    }
}


/* =====================================================
   ABOUT INTRO – TITLE & TAGLINE SIZE CONTROL
===================================================== */

/* ================= DESKTOP / LAPTOP ================= */
.about-intro-title {
    font-family: 'Norwester' !important;
    font-size: 38px;
    font-weight: normal; 
    letter-spacing: 4px;
    line-height: 1.15;
    color: #1f2d2b;
    margin-bottom: 8px;
}
.about-intro-tagline {
    display: block;
    font-family: 'Norwester' !important;
    font-size: 24px;       /* ⬅️ UBAH DI SINI */
    letter-spacing: 3px;
    font-style: italic;
    color: #202020;

}

/* ================= TABLET ================= */

@media (max-width: 991px) {

    .about-intro-title {
        font-size: 38px;    /* ⬅️ TABLET */
        letter-spacing: 3px;
        text-align: center;
    }

    .about-intro-tagline {
        font-size: 24px;
        text-align: center;
    }
}

/* ================= MOBILE ================= */

@media (max-width: 576px) {

    .about-intro-title {
        font-size: 38px;    /* ⬅️ MOBILE */
        letter-spacing: 2px;
        line-height: 1.2;
    }

    .about-intro-tagline {
        font-size: 24px;
        letter-spacing: 2px;
    }
}


/* =====================================================
   ABOUT INTRO – SPACING TITLE → DESC
===================================================== */

/* JARAK ANTARA TAGLINE DAN PARAGRAF */
.about-intro-tagline {
    margin-bottom: 60px;   /* ⬅️ UBAH ANGKA INI SESUAI SELERA */
}

/* JARAK AMAN PARAGRAF */
.about-intro-desc {
    margin-top: 0;         /* pastikan tidak dobel */
}

@media (max-width: 576px) {
    .about-intro-tagline {
        margin-bottom: 36px;
    }
}


/* =====================================================
   ABOUT INTRO DESC – FULL JUSTIFY ALL DEVICES
===================================================== */

.about-intro-desc {
    font-family: 'Cormorant Garamond', serif; 
    font-size: 18px;
    line-height: 2;
    letter-spacing: 0.3px;
    color: #4a4a4a;

    margin-bottom: 22px;

    /* 🔑 KUNCI UTAMA */
    text-align: justify;
    text-justify: inter-word;

    /* pastikan kiri & kanan seimbang */
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 576px) {
    .about-intro-desc {
        font-size: 16px;
        line-height: 1.85;
    }
}


/* =====================================================
   ABOUT INTRO LINK – CENTER & HOVER EFFECT
===================================================== */

.about-intro-link {
    display: inline-block;

    /* ⬅️ POSISI TENGAH */
    margin: 28px auto 0;
    text-align: center;

    font-family: 'Playfair Display', serif;
    font-size: 18px;
    letter-spacing: 1px;
    color: #2e4f3b;
    text-decoration: none;
    position: relative;

    transition: color 0.3s ease;
}

/* GARIS BAWAH */
.about-intro-link::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -6px;

    width: 0;
    height: 1px;
    background-color: #000000;

    transform: translateX(-50%);
    transition: width 0.35s ease;
}

/* HOVER EFFECT */
.about-intro-link:hover {
   color: #20e9f0;
}

.about-intro-link:hover::after {
    width: 100%;
}


/* =====================================================
   ABOUT INTRO IMAGE – FINAL RESPONSIVE SYSTEM
===================================================== */

/* ================= DESKTOP / LAPTOP ================= */
/* Gambar di kanan, full layar kanan */

.about-intro-image {
    position: relative;

    height: 580px; /* ⬅️ TINGGI IDEAL DESKTOP */

    /* FULL ke kanan layar */
    width: calc(100% + ((100vw - 100%) / 2));
    margin-right: calc((100vw - 100%) / -2);

    border-radius: 18px 0 0 18px;
    overflow: hidden;
}

.about-intro-image img {
    width: 100%;
    height: 100%;

    object-fit: cover;        /* tampilan mewah */
    object-position: center;  /* fokus aman */
}

/* ================= TABLET ================= */

@media (max-width: 991px) {

    .about-intro-image {
        width: 100vw;                     /* FULL layar */
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);

        height: 360px;                    /* tinggi ideal tablet */
        border-radius: 0;
    }
}

/* ================= MOBILE ================= */

@media (max-width: 576px) {

    .about-intro-image {
        height: 260px;                    /* tinggi ideal HP */
    }

    .about-intro-image img {
        object-fit: contain;              /* 🔑 TIDAK TERPOTONG */
        background: #f4f6f4;              /* isi sisi kosong */
    }
}



/* =====================================================
   ABOUT INTRO – SLIDE FROM RIGHT (ALL DEVICES)
===================================================== */

/* ================= STATE AWAL ================= */

.home-about-intro .about-intro-title,
.home-about-intro .about-intro-tagline,
.home-about-intro .about-intro-desc,
.home-about-intro .about-intro-link,
.home-about-intro .about-intro-image {
    opacity: 0;
    transform: translateX(50px); /* default desktop */
    transition:
        opacity 0.8s ease,
        transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

/* ================= STATE AKTIF ================= */

.home-about-intro.is-visible .about-intro-title {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.1s;
}

.home-about-intro.is-visible .about-intro-tagline {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.25s;
}

.home-about-intro.is-visible .about-intro-desc:nth-of-type(1) {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.4s;
}

.home-about-intro.is-visible .about-intro-desc:nth-of-type(2) {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.55s;
}

.home-about-intro.is-visible .about-intro-link {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.7s;
}

.home-about-intro.is-visible .about-intro-image {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.85s;
}


/* ================= TABLET ================= */
@media (max-width: 991px) {
    .home-about-intro .about-intro-title,
    .home-about-intro .about-intro-tagline,
    .home-about-intro .about-intro-desc,
    .home-about-intro .about-intro-link,
    .home-about-intro .about-intro-image {
        transform: translateX(30px); /* lebih pendek */
    }
}

/* ================= MOBILE ================= */
@media (max-width: 576px) {
    .home-about-intro .about-intro-title,
    .home-about-intro .about-intro-tagline,
    .home-about-intro .about-intro-desc,
    .home-about-intro .about-intro-link,
    .home-about-intro .about-intro-image {
        transform: translateX(20px); /* sangat ringan */
        transition-duration: 0.6s;  /* lebih cepat */
    }
}




                            /* =====================================================
                            EXPERIENCE SECTION – FINAL FIXED VERSION
                            ===================================================== */

/* ================= SECTION WRAPPER ================= */

.home-experience {
    position: relative;
    background: #f4f6f4;
    overflow: hidden;
    display: flow-root;

    padding-top: 80px;
    padding-bottom: 80px;
}

/* TABLET */
@media (max-width: 991px) {
    .home-experience {
        padding-top: 40px;
        padding-bottom: 10px;
    }
}

/* MOBILE */
@media (max-width: 576px) {
    .home-experience {
        padding-top: 20px;
        padding-bottom: 0;
    }
}

/* =====================================================
   HEADER
===================================================== */

.experience-header {
    text-align: center;
    margin-bottom: 28px;
}

/* EYEBROW */
.experience-eyebrow {
    display: block;
    font-family: 'Norwester' !important;
    font-size: 15px;
    letter-spacing: 3px;
    color: #7a7a7a;
    margin-bottom: 4px;
}

/* =====================================================
   TITLE – FINAL FIX (ANTI PUTIH & ANTI HILANG)
===================================================== */

.experience-title {
    font-family: 'Norwester' !important;
    font-size: 42px;
    font-weight: 500;
    letter-spacing: 4px;

    /* 🔥 KUNCI WARNA & VISIBILITAS */
    color: #1f2d2b !important;
    opacity: 1 !important;
    visibility: visible !important;

    margin: 0;
    line-height: 1.15;

    /* rendering safety */
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
}

/* RESPONSIVE TITLE */
@media (max-width: 991px) {
    .experience-title {
        font-size: 36px;
        letter-spacing: 3px;
    }
}

@media (max-width: 576px) {
    .experience-title {
        font-size: 30px;
        letter-spacing: 2px;
    }
}

/* =====================================================
   IMAGE WRAPPER
===================================================== */

.experience-image-wrap {
    position: relative;
    width: 100%;
    height: 520px;
    overflow: hidden;
    border-radius: 0 20px 20px 0;
}

.experience-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* DESKTOP FULL WIDTH */
@media (min-width: 992px) {
    .experience-image-wrap {
        width: calc(100% + ((100vw - 100%) / 2));
        margin-left: calc((100vw - 100%) / -2);
        height: 580px;
        border-radius: 0 24px 24px 0;
    }
}

/* TABLET */
@media (max-width: 991px) {
    .experience-image-wrap {
        width: 100vw;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        height: 360px;
        border-radius: 0;
    }
}

/* MOBILE */
@media (max-width: 576px) {
    .experience-image-wrap {
        height: 260px;
        background: #f4f6f4;
    }

    .experience-image-wrap img {
        object-fit: contain;
        background: #f4f6f4;
    }
}

/* =====================================================
   IMAGE SLIDER
===================================================== */

.experience-slider {
    position: relative;
    width: 100%;
    height: 100%;
}

.experience-slider img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;

    opacity: 0;
    transition: opacity 1.2s ease-in-out;
}

.experience-slider img.active {
    opacity: 1;
}

/* =====================================================
   TEXT
===================================================== */

.experience-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 460px;
    margin-left: 20px;
}

@media (max-width: 991px) {
    .experience-text {
        max-width: 100%;
        margin-left: 0;
        margin-top: 40px;
    }
}

/* TAGLINE */
.experience-tagline {
    font-family: 'Norwester' !important;
    font-size: 18px;
    letter-spacing: 3px;
    font-style: italic;
    color: #7a7a7a;
    margin-bottom: 28px;
}

/* DESCRIPTION */
.home-experience .experience-desc {
    font-family: 'Cormorant Garamond', serif;
    font-size: 18px;
    line-height: 2;
    color: #4a4a4a;
    margin-bottom: 22px;
    text-align: justify;
}

/* DESKTOP TEXT */
@media (min-width: 992px) {
    .home-experience .experience-text {
        max-width: 700px;
        margin-left: 80px;
        margin-right: -140px;
    }
}

/* =====================================================
   LINK
===================================================== */

.experience-link {
    margin: 28px auto 0;
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    letter-spacing: 1px;
    color: #2e4f3b;
    text-decoration: none;
    position: relative;
}

.experience-link::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -6px;
    width: 0;
    height: 1px;
    background: #000;
    transform: translateX(-50%);
    transition: width 0.35s ease;
}

.experience-link:hover::after {
    width: 100%;
}

/* =====================================================
   FIX: EXPERIENCE DESC TIDAK MUNCUL
===================================================== */

.home-experience.is-visible .experience-desc {
    opacity: 1 !important;
    transform: translateX(0) !important;
    visibility: visible !important;
}









                    /* =====================================================
                    RESTAURANT SECTION – FINAL STABLE & RESPONSIVE
                    ===================================================== */

/* ================= SECTION WRAPPER ================= */

.home-restaurant {
    position: relative;
    width: 100%;
    background: #ffffff;
    overflow: hidden;
    padding: 10px 0;
    padding-bottom: 10px;  /* ⬅️ ATUR SESUAI SELERA */
}


/* ================= TABLET ================= */
@media (max-width: 991px) {
    .home-restaurant {
        padding-top: 10px;     /* ⬅️ ATUR MANUAL */
        padding-bottom: 10px;  /* ⬅️ ATUR MANUAL */
    }
}

/* ================= MOBILE ================= */
@media (max-width: 576px) {
    .home-restaurant {
        padding-top: 10px;     /* ⬅️ ATUR MANUAL */
        padding-bottom: 10px;  /* ⬅️ ATUR MANUAL */
    }
}


/* ================= INNER WRAPPER ================= */

.restaurant-inner {
    display: flex;
    align-items: stretch;
    width: 100%;
    min-height: 520px;
}

/* ================= TEXT COLUMN ================= */

.restaurant-text-col {
    flex: 0 0 42%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 80px;
}

/* ================= TEXT BOX ================= */

.restaurant-text-wrap {
    width: 100%;
    max-width: 520px;
    background: #ffffff;
    padding: 48px 44px;
    border-radius: 18px;
    box-shadow: 0 18px 40px rgba(0,0,0,0.06);
    text-align: center;
}

/* ================= TEXT BOX – DESKTOP CONTROL ================= */
@media (min-width: 992px) {

    .restaurant-text-wrap {

        /* 📐 LEBAR TEXT BOX */
        max-width: 600px;        /* ⬅️ BESARKAN / KECILKAN */

        /* 📏 TINGGI TEXT BOX */
        min-height: auto;       /* ⬅️ BISA 0 / auto / px */

        /* 📍 POSISI DARI KIRI LAYAR */
        margin-left: 10px;       /* ⬅️ GESER KE KANAN */
        margin-right: auto;      /* ⬅️ KUNCI KE KIRI */

        /* padding dalam (opsional) */
        padding: 52px 48px;
    }
}


/* ================= EYEBROW ================= */

.restaurant-eyebrow {
    display: block;
    font-family: 'Norwester' !important;
    font-size: 16px;
    letter-spacing: 4px;
    color: #7a7a7a;
    margin-bottom: 6px;
}

/* ================= TITLE ================= */
.restaurant-title {
    font-family: 'Norwester' !important;
    font-size: 42px;
    letter-spacing: 6px;
    font-weight: normal;
    color: #1f2d2b;
    margin-bottom: 22px;
    line-height: 1.15;
}

/* ================= DESCRIPTION ================= */

.restaurant-desc {
    font-family: 'Cormorant Garamond', serif;
    font-size: 18px;
    line-height: 2;
    color: #4a4a4a;
    margin-bottom: 20px;
    text-align: justify;
    text-justify: inter-word;
}

/* ================= LINK ================= */
.restaurant-text {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* LINK */
.restaurant-link {
    display: inline-block;
    margin: 28px auto 0;

    font-family: 'Playfair Display', serif;
    font-size: 18px;
    letter-spacing: 1px;
    color: #2e4f3b;

    text-decoration: none;
    position: relative;

    transition: color 0.3s ease;
}

/* GARIS BAWAH (AWAL: TIDAK TERLIHAT) */
.restaurant-link::after {
    content: "";                  /* 🔥 WAJIB */
    position: absolute;

    left: 50%;
    bottom: -6px;

    width: 0;
    height: 1px;

    background-color: #2e4f3b;

    transform: translateX(-50%);
    transition: width 0.35s ease;
}

/* HOVER */
.restaurant-link:hover {
    color: #20e9f0;               /* 🔥 warna berubah */
}

.restaurant-link:hover::after {
    width: 100%;                  /* 🔥 garis muncul */
}


/* ================= IMAGE COLUMN ================= */

.restaurant-image-col {
    flex: 0 0 58%;
    position: relative;
}


@media (max-width: 576px) {
    .restaurant-text-wrap {
        padding-bottom: 16px;  /* ⬅️ KECILKAN JARAK BAWAH LINK */
    }
}
/* ================= TABLET (≤ 991px & > 576px) ================= */
@media (max-width: 991px) and (min-width: 577px) {

    .restaurant-text-wrap {
        padding-bottom: 10px;   /* ⬅️ JARAK BAWAH LINK (TABLET) */
    }
}


/* ================= IMAGE WRAPPER ================= */

.restaurant-image-wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.restaurant-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;      /* desktop: tidak terpotong */
    object-position: center;
}

/* =====================================================
   TABLET & MOBILE
===================================================== */

@media (max-width: 991px) {

    .home-restaurant {
        padding: 90px 0;
    }

    .restaurant-inner {
        flex-direction: column;
        min-height: auto;
    }

    /* IMAGE DI ATAS */
    .restaurant-image-wrap {
        width: 100vw;
        height: 320px;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
    }

    .restaurant-image-wrap img {
        object-fit: cover;
    }

    .restaurant-text-col {
        width: 100%;
        padding-top: 60px;

        /* 🔑 JARAK DARI TEPI LAYAR */
        padding-left: 90px;
        padding-right: 90px;
    }

    .restaurant-text-wrap {
        max-width: 100%;
        padding: 0;          /* biarkan wrapper bersih */
        box-shadow: none;
        border-radius: 0;
    }


    .restaurant-title {
        font-size: 34px;
        letter-spacing: 4px;
    }
}

/* =====================================================
   MOBILE SMALL
===================================================== */

@media (max-width: 576px) {

    .home-restaurant {
        padding: 70px 0;
    }

    .restaurant-image-wrap {
        height: 260px;
    }

    .restaurant-title {
        font-size: 28px;
        letter-spacing: 3px;
    }

    .restaurant-desc {
        font-size: 16px;
        line-height: 1.9;
    }

    .restaurant-text-col {
        padding: 40px 18px 0;
    }
}

/* ================= DESKTOP / LAPTOP ================= */
@media (min-width: 992px) {

    .restaurant-inner {
        display: flex;
        align-items: stretch;
    }

    .restaurant-text-col {
        order: 1;          /* TEXT DI KIRI */
        flex: 0 0 42%;
    }

    .restaurant-image-col {
        order: 2;          /* IMAGE DI KANAN */
        flex: 0 0 58%;
    }
}


/* =====================================================
   GLOBAL SCROLL ANIMATION SYSTEM (ALL DEVICES)
===================================================== */

/* STATE AWAL */
.animate {
    opacity: 0;
    transition:
        opacity 0.9s ease,
        transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform, opacity;
}

/* ARAH GERAK */
.from-left  { transform: translateX(-60px); }
.from-right { transform: translateX(60px); }
.from-up    { transform: translateY(40px); }

/* STATE AKTIF */
.animate.is-visible {
    opacity: 1;
    transform: translate(0, 0);
}

/* ================= DELAY SYSTEM (SEMUA DEVICE) ================= */
.delay-1 { transition-delay: 0.15s; }
.delay-2 { transition-delay: 0.30s; }
.delay-3 { transition-delay: 0.45s; }
.delay-4 { transition-delay: 0.60s; }
.delay-5 { transition-delay: 0.75s; }

/* ================= MOBILE & TABLET OPTIMIZATION ================= */
/* ❗️TIDAK MEMATIKAN ANIMASI */
@media (max-width: 991px) {
    .from-left  { transform: translateX(-35px); }
    .from-right { transform: translateX(35px); }
    .from-up    { transform: translateY(24px); }
}

@media (max-width: 576px) {
    .from-left  { transform: translateX(-25px); }
    .from-right { transform: translateX(25px); }
    .from-up    { transform: translateY(20px); }
}






               /* =====================================================
                     ROOMS INTRO – FINAL CLEAN & RESPONSIVE (READY)
                  ===================================================== */

/* ================= ROOT VARIABLES ================= */

:root {
    /* SECTION PADDING */
    --rooms-padding-top-desktop: 120px;
    --rooms-padding-bottom-desktop: 10px;

    --rooms-padding-top-tablet: 100px;
    --rooms-padding-bottom-tablet: 10px;

    --rooms-padding-top-mobile: 80px;
    --rooms-padding-bottom-mobile: 10px;

    /* TEXT SPACING */
    --gap-eyebrow-title: 12px;
    --gap-title-desc-desktop: 32px;
    --gap-title-desc-tablet: 22px;
    --gap-title-desc-mobile: 18px;

    /* DESC WIDTH (DESKTOP) */
    --rooms-desc-left-desktop: 180px;
    --rooms-desc-right-desktop: 180px;
}

/* ================= SECTION ================= */

.home-rooms-intro {
    position: relative;
    width: 100%;
    background: #f4f6f4;
    overflow: hidden;
}

/* ================= WRAPPER ================= */

.rooms-intro-wrapper {
    padding-top: var(--rooms-padding-top-desktop);
    padding-bottom: var(--rooms-padding-bottom-desktop);
}

/* ================= TEXT AREA ================= */

.rooms-intro-text {
    
    max-width: 880px;
    margin: 0 auto 10px;
    padding: 0 24px;
    text-align: center;

    display: flex;
    flex-direction: column;
    gap: var(--gap-eyebrow-title);
}

/* ================= EYEBROW ================= */

.rooms-intro-eyebrow {
    display: block;
    font-family: 'Norwester';
    font-size: 16px;
    letter-spacing: 4px;
    color: #7a7a7a;
    margin: 0;
}

/* ================= TITLE ================= */

.rooms-intro-title {
    font-family: 'Norwester';
    font-size: 42px;
    letter-spacing: 6px;
    font-weight: 500;
    color: #1f2d2b;
    margin: 0;
}

/* ================= DESCRIPTION ================= */

.home-rooms-intro .rooms-intro-desc {
    margin-top: var(--gap-title-desc-desktop);
}

/* -------- DESKTOP FULL WIDTH DESC -------- */

@media (min-width: 992px) {
    .home-rooms-intro .rooms-intro-desc {
        width: 100vw;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);

        padding-left: var(--rooms-desc-left-desktop);
        padding-right: var(--rooms-desc-right-desktop);

        box-sizing: border-box;
        display: block;
    }
}

/* -------- DESC PARAGRAPH -------- */

.home-rooms-intro .rooms-intro-desc p {
    font-family: 'Cormorant Garamond', serif;
    font-size: 18px;
    line-height: 2;
    color: #4a4a4a;

    margin: 0 0 18px;
    white-space: normal;
    overflow-wrap: break-word;
    text-align: justify;
}

.home-rooms-intro .rooms-intro-desc p:last-child {
    margin-bottom: 0;
}

/* ================= IMAGE ================= */

.rooms-intro-image {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    overflow: hidden;
}

.rooms-intro-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* ================= TABLET ================= */

@media (max-width: 991px) {

    .rooms-intro-wrapper {
        padding-top: var(--rooms-padding-top-tablet);
        padding-bottom: var(--rooms-padding-bottom-tablet);
    }

    .rooms-intro-text {
        gap: 20px;
    }

    .rooms-intro-title {
        font-size: 36px;
        letter-spacing: 4px;
    }

    .home-rooms-intro .rooms-intro-desc {
        margin-top: var(--gap-title-desc-tablet);
        padding-left: 0;
        padding-right: 0;
    }

    .home-rooms-intro .rooms-intro-desc p {
        font-size: 17px;
    }
}

/* ================= MOBILE ================= */

@media (max-width: 576px) {

    .rooms-intro-wrapper {
        padding-top: var(--rooms-padding-top-mobile);
        padding-bottom: var(--rooms-padding-bottom-mobile);
    }

    .rooms-intro-text {
        gap: 18px;
    }

    .rooms-intro-title {
        font-size: 30px;
        letter-spacing: 3px;
    }

    .home-rooms-intro .rooms-intro-desc {
        margin-top: var(--gap-title-desc-mobile);
    }

    .home-rooms-intro .rooms-intro-desc p {
        font-size: 16px;
        line-height: 1.9;
    }
}


:root {
    --rooms-image-height-desktop: 680px;
    --rooms-image-height-tablet: 520px;
    --rooms-image-height-mobile: 480px;}

.rooms-intro-image {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    overflow: hidden;

    height: var(--rooms-image-height-desktop);
}
.rooms-intro-image img {
    width: 100%;
    height: auto;        /* 🔥 BIAR UTUH */
    object-fit: contain; /* 🔥 TIDAK TERPOTONG */
    display: block;
}


@media (max-width: 991px) {
    .rooms-intro-image {
        height: var(--rooms-image-height-tablet);
    }
}

@media (max-width: 576px) {
    .rooms-intro-image {
        height: var(--rooms-image-height-mobile);
    }
}



.rooms-intro-image {
    position: relative; /* 🔥 KUNCI UTAMA */
    width: 100vw;
    margin-left: calc(50% - 50vw);
    overflow: hidden;
}

.rooms-intro-image img {
    width: 100%;
    height: auto;
    display: block;
}


.rooms-image-box {
    position: absolute;
    top: 50%;
    left: 80px;
    transform: translateY(-50%);

    width: 680px;
    max-width: calc(100% - 40px);
    min-height: 350px;   /* 🔥 ATUR TINGGI MINIMUM DI SINI */
    /* max-height: 420px;  <-- opsional */
    background: rgba(20, 40, 30, 0.377);
    color: #fff;

    padding: 40px;

    display: flex;
    flex-direction: column;
    gap: 18px;
}

/* Desktop besar */
@media (min-width: 1200px) {
    .rooms-image-box {
        left: 80px;
        transform: translateY(-50%);
        width: 680px;
    }
}

/* Laptop kecil */
@media (max-width: 1199px) and (min-width: 992px) {
    .rooms-image-box {
        left: 50%;
        transform: translate(-50%, -50%);
        width: 600px;       /* sedikit mengecil */
    }
}

@media (max-width: 991px) {
    .rooms-image-box {
        left: 50%;
        transform: translate(-50%, -50%);
        width: 70%;
        min-height: auto;
        padding: 28px;
    }
}

@media (max-width: 576px) {
    .rooms-image-box {
        width: 85%;
        padding: 22px;
    }
}


.rooms-box-title {
    font-family: 'norwester';
    font-size: 36px;
    font-weight: 500;
    margin: 0;
}

.rooms-box-meta {
    font-family: 'Cormorant Garamond', serif;
    display: flex;
    gap: 20px;
    font-size: 14px;
    letter-spacing: 1px;
    opacity: 0.9;
}

.rooms-box-desc {
    font-family: 'Cormorant Garamond', serif;
    font-size: 15px;
    line-height: 1.8;
    margin: 0;
}


.rooms-box-action {
    display: flex;
    gap: 16px;
}

.btn-outline {
    font-family: 'norwester';
    padding: 10px 18px;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.btn-primary {
    font-family: 'norwester';
    padding: 10px 18px;
    background: #1f3d2b;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

@media (max-width: 768px) {
    .rooms-image-box {
        left: 20px;
        right: 20px;
        width: auto;
        padding: 24px;
    }

    .rooms-box-title {
        font-size: 26px;
    }
}

/* ================= TITLE ALIGNMENT RESPONSIVE ================= */

/* Tablet & Mobile */
@media (max-width: 991px) {
    .rooms-box-title {
        text-align: center;
    }
}


.rooms-box-meta {
    display: flex;
    justify-content: space-between; /* 🔥 split kiri–kanan */
    align-items: center;

    width: 100%;
}

.rooms-box-meta {
    padding-left: 20px;   /* 👈 geser item kiri */
    padding-right: 20px;  /* 👉 geser item kanan */
}

.rooms-box-meta span:first-child {
    margin-right: auto;  /* 🔥 dorong ke kiri */
}

.rooms-box-meta span:last-child {
    margin-left: auto;   /* 🔥 dorong ke kanan */
}

@media (max-width: 991px) {
    .rooms-box-meta {
        width: 50%;       /* 👈 atur lebar meta */
        margin: 0 auto;   /* pusatkan meta */
    }
}

.rooms-image-box {
    position: absolute;   /* 🔥 BENAR */
    top: 50%;
    left: 80px;
    transform: translateY(-50%);
    z-index: 2;           /* 🔥 agar selalu di atas image */
    justify-content: flex-end;
    padding-bottom: 60px;
}


.rooms-intro-image {
    position: relative;   /* 🔥 WAJIB */
    width: 100vw;
    margin-left: calc(50% - 50vw);
}



.rooms-box-action {
    display: flex;
    justify-content: space-between; /* 🔥 split */
    align-items: center;

    width: 100%;
}

.rooms-box-action {
    padding-left: 20px;   /* 👈 tombol kiri */
    padding-right: 20px;  /* 👉 tombol kanan */
}

.rooms-box-action a:first-child {
    margin-right: auto;
}

.rooms-box-action a:last-child {
    margin-left: auto;
}

@media (max-width: 991px) {
    .rooms-box-action {
        width: 70%;
        margin: 0 auto;
    }
}

@media (max-width: 576px) {
    .rooms-box-action {
        width: 80%;
    }
}



/* ================= INITIAL HIDDEN STATE ================= */

.animate-rooms .rooms-intro-eyebrow,
.animate-rooms .rooms-intro-title,
.animate-rooms .rooms-intro-desc,
.animate-rooms .rooms-intro-image img,
.animate-rooms .rooms-image-box,
.animate-rooms .rooms-box-meta,
.animate-rooms .rooms-box-action {
    opacity: 0;
}


/* ================= HERO ROOMS ANIMATION ================= */

.animate-rooms.is-visible .rooms-intro-eyebrow {
    animation: fadeUp 0.8s ease-out forwards;
    animation-delay: 0.2s;
}

.animate-rooms.is-visible .rooms-intro-title {
    animation: fadeUp 0.9s ease-out forwards;
    animation-delay: 0.4s;
}

.animate-rooms.is-visible .rooms-intro-desc {
    animation: fadeUp 1s ease-out forwards;
    animation-delay: 0.6s;
}

.animate-rooms.is-visible .rooms-intro-image img {
    animation: imageReveal 1.2s ease-out forwards;
    animation-delay: 0.8s;
}

.animate-rooms.is-visible .rooms-image-box {
    animation: boxReveal 1s ease-out forwards;
    animation-delay: 1.1s;
}

.animate-rooms.is-visible .rooms-box-meta {
    animation: fadeUp 0.6s ease-out forwards;
    animation-delay: 1.4s;
}

.animate-rooms.is-visible .rooms-box-action {
    animation: fadeUp 0.6s ease-out forwards;
    animation-delay: 1.6s;
}


@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes imageReveal {
    from {
        opacity: 0;
        transform: scale(1.05);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes boxReveal {
    from {
        opacity: 0;
        transform: translateY(calc(-50% + 60px));
    }
    to {
        opacity: 1;
        transform: translateY(-50%);
    }
}








/* =====================================================
   HERO SECTION KE-2
   Text box di KANAN (DESKTOP ONLY)
===================================================== */

@media (min-width: 1200px) {
    .hero-right .rooms-image-box {
        left: auto;          /* 🔥 MATIKAN POSISI KIRI */
        right: 80px;         /* 🔥 PINDAH KE KANAN */
        transform: translateY(-50%);
    }
}


/* =====================================================
   HOME REVIEW FORM
===================================================== */
:root {
    /* HOME REVIEW PADDING */
    --home-review-padding-top-desktop: 90px;
    --home-review-padding-bottom-desktop: 80px;

    --home-review-padding-top-tablet: 30px;
    --home-review-padding-bottom-tablet: 30px;

    --home-review-padding-top-mobile: 30px;
    --home-review-padding-bottom-mobile: 30px;
}

/* =====================================================
   HOME REVIEW – PADDING CONTROL
===================================================== */

.home-review-wrap {
    padding-top: var(--home-review-padding-top-desktop);
    padding-bottom: var(--home-review-padding-bottom-desktop);
}


@media (max-width: 991px) {
    .home-review-wrap {
        padding-top: var(--home-review-padding-top-tablet);
        padding-bottom: var(--home-review-padding-bottom-tablet);
    }
}

@media (max-width: 576px) {
    .home-review-wrap {
        padding-top: var(--home-review-padding-top-mobile);
        padding-bottom: var(--home-review-padding-bottom-mobile);
    }
}


/* =====================================================
   HOME REVIEW – TYPOGRAPHY CONTROL
===================================================== */

/* EYEBROW */
.home-review .section-eyebrow {
    font-family: 'Norwester', sans-serif;
    font-size: 14px;
    letter-spacing: 4px;
    text-transform: uppercase;

    text-align: center;
    display: block;
    margin-bottom: 12px;

    color: #7a7a7a;
}

/* TITLE */
.home-review .section-title {
    font-family: 'Norwester', sans-serif;
    font-size: 42px;
    letter-spacing: 6px;
    font-weight: 500;

    text-align: center;
    margin: 0 auto 24px;

    color: #1f2d2b;
}


@media (max-width: 991px) {
    .home-review .section-title {
        font-size: 34px;
        letter-spacing: 4px;
    }

    
}

@media (max-width: 576px) {
    .home-review .section-title {
        font-size: 28px;
        letter-spacing: 3px;
    }

}


.home-review-wrap {
    background: #fdfffd;
}

.review-form {
    max-width: 520px;
    margin: 0 auto;
    padding: 40px;
    background: #ffffff;
    border-radius: 8px;
}

.form-group {
    margin-bottom: 20px;
}

.review-form input,
.review-form textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #ffffff;
    font-size: 14px;
    border-radius: 4px;
    outline: none;
    font-family: inherit;
}

.review-form input:focus,
.review-form textarea:focus {
    border-color: #1f3d2b;
}

/* ================= STAR RATING ================= */

.rating-group {
    text-align: center;
}

.rating-label {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    color: #555;
}

.star-rating {
    display: inline-flex;
    flex-direction: row-reverse;
}

.star-rating input {
    display: none;
}

.star-rating label {
    font-size: 26px;
    color: #ccc;
    cursor: pointer;
    transition: color 0.2s ease;
}

.star-rating input:checked ~ label,
.star-rating label:hover,
.star-rating label:hover ~ label {
    color: #d4af37; /* gold */
}

/* ================= BUTTON ================= */

.form-action {
    text-align: center;
    margin-top: 30px;
}

.review-form .btn-primary {
    padding: 12px 32px;
    background: #1f3d2b;
    color: #fff;
    border: none;
    font-size: 14px;
    cursor: pointer;
}

.review-form .btn-primary:hover {
    background: #173024;
}

/* ================= RESPONSIVE ================= */

@media (max-width: 576px) {
    .review-form {
        padding: 24px;
    }
}



/* =====================================================
   REVIEW LIST – HORIZONTAL (MAX 3)
===================================================== */

.review-list {
    max-width: 1100px;
    margin: 60px auto 0;

    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

/* CARD */
.review-card {
    background: #ffffff;
    padding: 24px 26px;
    border-radius: 6px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.04);

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* HEADER */
.review-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.review-name {
    font-family: 'Norwester', sans-serif;
    font-size: 14px;
    letter-spacing: 2px;
    margin: 0;
    color: #1f2d2b;
}

.review-stars {
    color: #d4af37;
    font-size: 16px;
}

/* DATE */
.review-date {
    font-size: 13px;
    color: #888;
    margin-bottom: 12px;
}

/* TEXT */
.review-text {
    font-family: 'Cormorant Garamond', serif;
    font-size: 16px;
    line-height: 1.8;
    color: #4a4a4a;
    margin: 0;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .review-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .review-list {
        grid-template-columns: 1fr;
    }
}


.review-form input,
.review-form textarea {
    width: 100%;
    padding: 14px 16px;

    background: #ffffff;

    /* 🔑 BORDER TERLIHAT */
    border: 1.5px solid #cfcfcf;

    border-radius: 6px;

    font-size: 14px;
    font-family: inherit;

    /* 🔥 SHADOW TIPIS AGAR KELIHATAN */
    box-shadow: 0 2px 6px rgba(0,0,0,0.04);

    transition: 
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}


/* =====================================================
   FIX HOME REVIEW CLICK (HOME.PHP)
===================================================== */

.home-review {
    position: relative;
    z-index: 20; /* lebih tinggi dari section lain */
}

.home-review-wrap {
    position: relative;
    z-index: 21;
}

.review-form {
    position: relative;
    z-index: 22;
}

.review-form button {
    position: relative;
    z-index: 23;
    pointer-events: auto;
}


/* =====================================================
   REVIEW CARD SHADOW – PROFESSIONAL LOOK
===================================================== */

/* FORM CARD */
.review-card-form {
    background: #ffffff;
    border-radius: 14px;

    /* 🔥 SHADOW HALUS & PRO */
    box-shadow:
        0 20px 40px rgba(0, 0, 0, 0.06),
        0 8px 16px rgba(0, 0, 0, 0.04);

    padding: 40px;
    max-width: 560px;
    margin: 0 auto;
}

/* HASIL REVIEW CARD */
.review-card {
    background: #ffffff;
    border-radius: 12px;

    box-shadow:
        0 18px 40px rgba(0, 0, 0, 0.15),
        0 6px 16px rgba(0, 0, 0, 0.10);

    padding: 26px 28px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}


/* HOVER EFFECT (DESKTOP) */
@media (hover: hover) {
    .review-card:hover {
        transform: translateY(-6px);
        box-shadow:
            0 26px 50px rgba(0, 0, 0, 0.08),
            0 12px 20px rgba(0, 0, 0, 0.05);
    }
}

/* RESPONSIVE */
@media (max-width: 576px) {
    .review-card-form {
        padding: 28px;
        border-radius: 12px;
    }

    .review-card {
        padding: 22px 24px;
    }
}






/* =====================================================
   HOME LOCATION – ROOT CONTROL
===================================================== */

:root {
    --home-location-padding-top-desktop: 120px;
    --home-location-padding-bottom-desktop: 30px;

    --home-location-padding-top-tablet: 80px;
    --home-location-padding-bottom-tablet: 30px;

    --home-location-padding-top-mobile: 60px;
    --home-location-padding-bottom-mobile: 20px;
    --location-paragraph-indent: 60px;
}


.home-location .section-desc p:first-of-type {
    text-indent: 60px; /* 🔥 jarak masuk ke dalam */
}

.home-location .section-desc p:first-of-type {
    text-indent: var(--location-paragraph-indent);
}


@media (max-width: 576px) {
    .home-location .section-desc p:first-of-type {
        text-indent: 20px;
    }
}



/* =====================================================
   HOME LOCATION – SECTION
===================================================== */

.home-location {
    background: #ffffff; /* 🔥 putih cerah */
}

/* PEMBUNGKUS */
.home-location-wrap {
    max-width: 1100px;
    margin: 0 auto;

    padding-top: var(--home-location-padding-top-desktop);
    padding-bottom: var(--home-location-padding-bottom-desktop);

    padding-left: 24px;
    padding-right: 24px;

    text-align: center;
}

/* ================= DESCRIPTION ================= */

.home-location .section-desc {
    max-width: 860px;
    margin: 0 auto;

    font-family: 'Cormorant Garamond', serif;
    font-size: 18px;
    line-height: 2;
    color: #4a4a4a;

    text-align: justify;        /* 🔥 RATA KIRI–KANAN */
    text-justify: inter-word;   /* 🔥 RAPI */
}


/* ================= RESPONSIVE ================= */

@media (max-width: 991px) {
    .home-location-wrap {
        padding-top: var(--home-location-padding-top-tablet);
        padding-bottom: var(--home-location-padding-bottom-tablet);
    }

    .home-location .section-desc {
        font-size: 17px;
    }
}

@media (max-width: 576px) {
    .home-location-wrap {
        padding-top: var(--home-location-padding-top-mobile);
        padding-bottom: var(--home-location-padding-bottom-mobile);
    }

    @media (max-width: 576px) {
    .home-location .section-desc {
        text-align: left; /* opsional */
    }
}

}



/* =====================================================
   LOCATION SECTION – CENTER TITLE & EYEBROW
===================================================== */

.home-location .section-eyebrow {
    font-family: 'Norwester', sans-serif;
    font-size: 14px;
    letter-spacing: 4px;
    text-transform: uppercase;

    text-align: center;
    display: block;

    margin-bottom: 12px;
    color: #7a7a7a;
}

.home-location .section-title {
    font-family: 'Norwester', sans-serif;
    font-size: 42px;
    letter-spacing: 6px;
    font-weight: 500;

    text-align: center;
    margin: 0 auto 32px;

    color: #1f2d2b;
}

/* ================= RESPONSIVE ================= */

@media (max-width: 991px) {
    .home-location .section-title {
        font-size: 34px;
        letter-spacing: 4px;
    }
}

@media (max-width: 576px) {
    .home-location .section-title {
        font-size: 28px;
        letter-spacing: 3px;
    }
}


/* =====================================================
   FULL WIDTH GOOGLE MAP
===================================================== */

.home-location-map {
    width: 100%;
    margin: 0;
    padding: 0;
}

/* MAP FULL LAYAR */
.map-fullwidth {
    position: relative;

    width: 100vw;                    /* 🔥 FULL LAYAR */
    margin-left: calc(50% - 50vw);   /* 🔥 LEPAS DARI CONTAINER */

    height: 520px;                   /* DESKTOP */
    overflow: hidden;
}

/* IFRAME MAP */
.map-fullwidth iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

/* ================= RESPONSIVE ================= */

@media (max-width: 991px) {
    .map-fullwidth {
        height: 420px;
    }
}

@media (max-width: 576px) {
    .map-fullwidth {
        height: 320px;
    }
}






/* =====================================================
   FOOTER STYLE
===================================================== */

.site-footer {
    background: #4f6f63; /* hijau gelap elegan */
    color: #ffffff;
    font-family: 'Cormorant Garamond', serif;
}

.footer-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 24px 60px;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
}

/* TITLE */
.footer-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px;
    margin-bottom: 20px;
    position: relative;
}

.footer-title::after {
    content: '';
    width: 40px;
    height: 1px;
    background: rgba(255,255,255,0.5);
    position: absolute;
    left: 0;
    bottom: -8px;
}

/* TEXT */
.footer-text {
    font-size: 16px;
    line-height: 1.8;
    opacity: 0.9;
    margin-bottom: 14px;
}

.footer-text a {
    color: #ffffff;
    text-decoration: none;
}

.footer-text a:hover {
    text-decoration: underline;
}

/* SOCIAL */
.footer-social {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

/* LINK */
.footer-social a {
    display: flex;
    align-items: center;
    gap: 12px;

    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
}

/* ICON DALAM LINGKARAN */
.footer-social a i {
    width: 48px;
    height: 48px;
    background: #1f3d2b;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 20px;
    flex-shrink: 0;
}

/* HOVER */
.footer-social a:hover i {
    background: #162a1f;
}

.footer-social a:hover {
    transform: translateY(-3px);
}


/* BOTTOM */
.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.2);
    text-align: center;
    padding: 20px;
    font-size: 14px;
    opacity: 0.8;
}

/* ================= RESPONSIVE ================= */

@media (max-width: 991px) {
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }

    .footer-title::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .footer-social {
        justify-content: center;
    }
}










/* =====================================================
   FASILITAS SECTION – PADDING CONTROL
===================================================== */

:root {
    /* DESKTOP */
    --facilities-padding-top: 80px;
    --facilities-padding-bottom: 60px;

    /* TABLET */
    --facilities-padding-top-tablet: 60px;
    --facilities-padding-bottom-tablet: 40px;

    /* MOBILE */
    --facilities-padding-top-mobile: 40px;
    --facilities-padding-bottom-mobile: 20px;
}
.facilities-section {
    padding-top: var(--facilities-padding-top);
    padding-bottom: var(--facilities-padding-bottom);
    background: #ffffff;
}

/* TABLET */
@media (max-width: 991px) {
    .facilities-section {
        padding-top: var(--facilities-padding-top-tablet);
        padding-bottom: var(--facilities-padding-bottom-tablet);
    }
}

/* MOBILE */
@media (max-width: 576px) {
    .facilities-section {
        padding-top: var(--facilities-padding-top-mobile);
        padding-bottom: var(--facilities-padding-bottom-mobile);
    }
}


/* =====================================================
   FASILITAS SECTION – CARD SLIDER
===================================================== */

.facilities-section {
    background: #ffffff;
}

/* TITLE */
.facilities-header {
    text-align: center;
    margin-bottom: 50px;
}

.facilities-title {
    font-family: 'Norwester';
    font-size: 36px;
    letter-spacing: 4px;
    color: #2e4f3b;
}

/* SLIDER CONTAINER */
.facilities-slider {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 0px;

    /* hide scrollbar */
    scrollbar-width: none;
}
.facilities-slider::-webkit-scrollbar {
    display: none;
}

/* CARD */
.facility-card {
    flex: 0 0 calc(50% - 12px); /* ⬅️ tampil 2 card di layar */
    background: #eeeeeef3;
    border-radius: 8px;
    overflow: hidden;
    scroll-snap-align: start;
    box-shadow: 0 10px 30px rgb(255, 254, 254);
}

/* IMAGE */
.facility-image {
    width: 100%;
    height: 260px;
    overflow: hidden;
}

.facility-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s ease;
}

.facility-card:hover img {
    transform: scale(1.08);
}

/* INFO */
.facility-info {
    padding: 18px 20px;
    text-align: center;
}

.facility-info h3 {
    font-family: 'Norwester';
    font-size: 18px;
    letter-spacing: 2px;
    color: #2e4f3b;
    margin-bottom: 8px;
}

.facility-info p {
    font-family: 'Cormorant Garamond', serif;
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

/* MOBILE */
@media (max-width: 768px) {
    .facility-card {
        flex: 0 0 85%; /* swipe enak di mobile */
    }

    .facility-image {
        height: 220px;
    }

    .facilities-title {
        font-size: 28px;
        letter-spacing: 3px;
    }
}


:root {
    --facilities-title-line-width: 120px; /* ⬅️ ATUR PANJANG GARIS */
    --facilities-title-line-height: 2px;
}


.facilities-title {
    position: relative;
    font-family: 'Norwester', sans-serif;
    font-size: 36px;
    letter-spacing: 4px;
    color: #2e4f3b;
    display: inline-block;
    padding-bottom: 14px;
}

.facilities-title::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: var(--facilities-title-line-width);
    height: var(--facilities-title-line-height);
    background-color: #2e4f3b;
    transform: translateX(-50%);
}


@media (max-width: 576px) {
    :root {
        --facilities-title-line-width: 120px;
    }
}



.facilities-slider-wrapper {
    position: relative;
    padding: 0 60px; /* ⬅️ RUANG UNTUK PANAH DI LUAR CARD */
}

.facilities-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: none;
    background: #ffffff;
    color: #2e4f3b;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    z-index: 5;
    transition: all .3s ease;
}

/* ⬅️ PANAH DI LUAR AREA CARD */
.facilities-arrow.left {
    left: 0;
}

.facilities-arrow.right {
    right: 0;
}


/* =====================================================
   FASILITAS SECTION
===================================================== */

.facilities-section {
    background: #ffffff;
}

/* ================= TITLE ================= */

.facilities-header {
    text-align: center;
    margin-bottom: 50px;
}

.facilities-title {
    position: relative;
    font-family: 'Norwester', sans-serif;
    font-size: 36px;
    letter-spacing: 4px;
    color: #2e4f3b;
    display: inline-block;
    padding-bottom: 14px;
}

/* GARIS BAWAH TITLE */
.facilities-title::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: var(--facilities-title-line-width, 70px);
    height: 2px;
    background-color: #2e4f3b;
    transform: translateX(-50%);
}

/* ================= SLIDER WRAPPER ================= */

.facilities-slider-wrapper {
    position: relative;
    padding: 0 60px; /* ⬅️ ruang panah kiri & kanan (DI LUAR CARD) */
}

/* ================= SLIDER ================= */

.facilities-slider {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding-bottom: 10px;

    scrollbar-width: none; /* firefox */
}

.facilities-slider::-webkit-scrollbar {
    display: none; /* chrome */
}

/* ================= CARD ================= */

.facility-card {
    flex: 0 0 calc(50% - 12px); /* tampil 2 card di desktop */
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    scroll-snap-align: start;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

/* IMAGE */
.facility-image {
    width: 100%;
    height: 260px;
    overflow: hidden;
}

.facility-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s ease;
}

.facility-card:hover img {
    transform: scale(1.08);
}

/* INFO */
.facility-info {
    padding: 18px 20px;
    text-align: center;
}

.facility-info h3 {
    font-family: 'Norwester', sans-serif;
    font-size: 18px;
    letter-spacing: 2px;
    color: #2e4f3b;
    margin-bottom: 8px;
}

.facility-info p {
    font-family: 'Cormorant Garamond', serif;
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

/* ================= PANAH ================= */

.facilities-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: none;
    background: #ffffff;
    color: #2e4f3b;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    z-index: 5;
    transition: all .3s ease;
}

.facilities-arrow:hover {
    background: #2e4f3b;
    color: #ffffff;
}

/* posisi panah DI LUAR CARD */
.facilities-arrow.left {
    left: 0;
}

.facilities-arrow.right {
    right: 0;
}

/* ================= RESPONSIVE ================= */

/* ================= MOBILE & TABLET ================= */
@media (max-width: 991px) {
    .facilities-slider-wrapper {
        padding: 0 48px; /* ruang panah */
    }

    .facilities-arrow {
        width: 36px;
        height: 36px;
        font-size: 22px;
    }
}

/* ================= MOBILE KECIL ================= */
@media (max-width: 576px) {
    .facilities-slider-wrapper {
        padding: 0 40px;
    }

    .facilities-arrow {
        width: 32px;
        height: 32px;
        font-size: 20px;
    }
}

/* =====================================================
   SCROLL ANIMATION BASE
===================================================== */

.animate-title,
.animate-card {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s ease;
}

/* AKTIF SAAT MASUK VIEWPORT */
.animate-title.is-visible,
.animate-card.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* =====================================================
   DELAY BERTAHAP UNTUK CARD
===================================================== */

.animate-card {
    transition: all 0.8s ease;
}

/* =====================================================
   FLOATING EFFECT (TURUN NAIK)
===================================================== */

@keyframes floating {
    0%   { transform: translateY(0); }
    50%  { transform: translateY(-8px); }
    100% { transform: translateY(0); }
}

/* floating jalan SETELAH muncul */
.animate-card.is-visible {
    animation: floating 3.5s ease-in-out infinite;
}











/* =====================================================
   MEETING ROOMS – PUBLIC UI
===================================================== */

.meeting-section {
    padding: 60px 0;
    background: #f8f8f8;
}

/* HEADER */
.meeting-header {
    text-align: center;
    margin-bottom: 60px;
}

.meeting-title {
    font-family: 'Norwester';
    font-size: 36px;
    letter-spacing: 4px;
    color: #2e4f3b;
}

.meeting-title-line {
    width: 80px;
    height: 3px;
    background: #2e4f3b;
    margin: 14px auto 0;
}

/* CARD */
.meeting-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    align-items: center;
}

/* ================= IMAGE FULL BLEED ================= */

.meeting-image {
    position: relative;
    overflow: hidden; /* ⬅️ WAJIB */
}

/* ================= DESKTOP / LAPTOP ================= */
@media (min-width: 992px) {

    .meeting-card {
        grid-template-columns: 1.2fr 1fr;
    }

    .meeting-image {
        height: 680px; /* ⬅️ ATUR TINGGI IMAGE DESKTOP DI SINI */
        left: calc(-1 * ((100vw - 100%) / 2));
        width: calc(100% + ((100vw - 100%) / 2));
    }

    .meeting-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 0 12px 12px 0;
    }
}

/* ================= MOBILE & TABLET ================= */
@media (max-width: 991px) {

    .meeting-card {
        grid-template-columns: 1fr;
    }

    .meeting-image {
        width: 100vw;
        height: 260px; /* ⬅️ tinggi mobile */
        margin-left: calc(-1 * ((100vw - 100%) / 2));
    }

    .meeting-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 0;
    }
}



/* INFO */
.meeting-room-name {
      text-align: center;
    font-family: 'norwester';
    margin-bottom: 40px;
    font-size: 28px;
  
}

.meeting-desc {
   
    font-family: 'Cormorant Garamond', serif;
    color: #555;
    line-height: 1.6;
    margin-bottom: 30px;
}

/* PACKAGES */
.meeting-packages {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
}
@media (max-width: 991px) {
    .meeting-packages {
        gap: 40px;
    }
}


.meeting-package {
    background: #ffffff;
    border-color: #2e4f3b;
    padding: 24px;
    border-radius: 10px;
}

.meeting-package.highlight {
    border-color: #2e4f3b;
}

.meeting-package h4 {
    font-family: 'norwester';
    font-size: 18px;
    margin-bottom: 4px;
}

.meeting-duration {
    font-size: 14px;
    color: #777;
}

.meeting-price {
    font-size: 22px;
    font-weight: bold;
    color: #2e4f3b;
    margin: 12px 0;
}

.meeting-benefits {
    padding-left: 18px;
}

.meeting-benefits li {
    margin-bottom: 6px;
    font-size: 14px;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .meeting-card {
        grid-template-columns: 1fr;
    }

    .meeting-packages {
        grid-template-columns: 1fr;
    }
}


/* =====================================================
   BASE ANIMATION (HIDDEN)
===================================================== */

.animate-title,
.animate-image,
.animate-info,
.animate-package {
    opacity: 0;
}

/* =====================================================
   TITLE – FADE UP
===================================================== */
.animate-title {
    transform: translateY(30px);
    transition: all 0.8s ease;
}

.animate-title.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* =====================================================
   IMAGE – SLIDE FROM LEFT
===================================================== */
.animate-image {
    transform: translateX(-80px);
    transition: all 1s ease;
}

.animate-image.is-visible {
    opacity: 1;
    transform: translateX(0);
}

/* =====================================================
   INFO – FADE UP
===================================================== */
.animate-info {
    transform: translateY(40px);
    transition: all 0.8s ease;
}

.animate-info.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* =====================================================
   PACKAGE – STAGGER
===================================================== */
.animate-package {
    transform: translateY(30px);
    transition: all 0.6s ease;
}

.animate-package.is-visible {
    opacity: 1;
    transform: translateY(0);
}


/* 🔥 FIX FOOTER TIDAK MUNCUL */
html, body {
    height: auto !important;
}

main.flex-fill {
    flex: 1 0 auto;
    min-height: auto !important;
}

.site-footer {
    margin-top: auto;
    position: relative;
    z-index: 2;
}

/* ===== MAP EMBED SAFETY (ANTI FOOTER KETELAN) ===== */
.map-embed{
    text-align:center;
    padding:60px 20px;
}

.map-open-btn{
    display:inline-block;
    padding:18px 40px;
    background:#0f766e;
    color:#fff;
    text-decoration:none;
    border-radius:8px;
    font-weight:600;
}

.map-embed{
    width:100%;
    line-height:0;
}


.home-location-map{
    position: relative;
    z-index: 1;
}

.map-embed iframe{
    display:block;
    width:100% !important;
    height:450px !important;
    border:0 !important;
     display:block;

}


.home-location-map {
    margin-top: 60px;
    display: flex;
    justify-content: center;
}

.map-click-card {
    width: 100%;
    max-width: 900px;
    padding: 40px;
    border-radius: 14px;
    background: linear-gradient(135deg, #0d6efd, #198754);
    color: #fff;
    text-decoration: none;
    transition: 0.3s ease;
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.map-click-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.25);
    color: #fff;
}

.map-card-content {
    display: flex;
    align-items: center;
    gap: 20px;
}

.map-icon {
    font-size: 42px;
}

.map-text h3 {
    margin: 0;
    font-weight: 600;
}

.map-text p {
    margin: 0;
    opacity: 0.9;
}

.home-location-map {
    margin-top: 60px;
}

.map-embed {
    width: 100%;
    height: 450px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}


