/* ------------------------------------------------------------------ */
/* -------------------------------- BASE STYLES -------------------- */
body {
    background-color: #000;
    color: #fff;
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}

.container-fluid {
    padding-right: 4rem;
    padding-left: 4rem;
}

/* Wrapper utama */
#wrapper {
  max-width: 1366px;
  width: 100%;
  margin: 0 auto;
}

/* ------------------------------------------------------------------ */
/* -------------------- HEADER/NAVBAR KUSTOM (GLASSMORPHISM) ------- */

.header-custom {
    background-color: transparent !important;
    padding: 15px 0;
    padding-top: 30px;
    z-index: 1030;
    transition: background-color 0.3s ease, padding 0.3s ease, backdrop-filter 0.3s ease;
}

.navbar-brand{
    font-family: 'Satoshi', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.04em;
    color: #FFFFFF;

}

.navbar-brand:hover {
    color: #ffcc00 !important;
}

.header-scrolled {
    background-color: rgba(0, 0, 0, 0.5) !important;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    padding: 10px 0;
}

.custom-nav-link {
    color: #a0a0a0 !important;
    padding: 0.5rem 1.5rem !important;
}

.custom-nav-link.active,
.custom-nav-link:hover {
    color: #ffffff !important;
    font-weight: 600;
}

.contact-btn-custom {
    border-radius: 0.3rem;
    font-size: 0.8rem;
    padding: 8px 20px;
    width: 8rem;
}


/* ------------------------------------------------------------------ */
/* ---------------------- POSITIONING GAMBAR & KONTEN -------------- */

.full-design-wrapper {
    position: relative;
    min-height: auto;
}

.full-page-dummy-image_1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: -1;
    display: block;
}

.full-page-dummy-image_2 {
    display: none;
}
/* ------------------------------------------------------------------ */
/* --------------------------------- Google Map -------------------- */

.map-content-overlay {
    position: relative;
    z-index: 10;
    padding-top: 394rem;
    width: 100%;
}

.map-container {
    width: 84%;
    margin: 0 auto;
    border-radius: 15px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.google-map {
    width: 100%;
    height: 500px;
    border: 0;
    display: block;
    border-radius: 16px; /* opsional, untuk sudut membulat */
}

/* ------------------------------------------------------------------ */
/* --------------------------------- GAYA Kontak-------------------- */

.kontak-content-overlay {
    position: relative;
    z-index: 10;
    padding-top: 25rem;
    width: 100%;
}

/* ====== TEKS KIRI ====== */
.ki h3 {
    font-family: 'Satoshi', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 50px;
    line-height: 120%;
    letter-spacing: -0.053em;
    text-transform: uppercase;
    color: #FFFFFF;
}

.ki h2 {
    font-family: 'Satoshi', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 50px;
    line-height: 120%;
    letter-spacing: -0.053em;
    text-transform: uppercase;
    color: #212121;
}

.ki {
    padding-top: 1.2rem;
}

.ki .highlight {
    color: #ffcc00;
}

/* ====== KOTAK KANAN ====== */
.ka h5 {
    font-family: 'Satoshi', sans-serif;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #212121;
}

.ka {
    margin-left:0.6rem;
    padding: 0 3rem;
}

.ka .dot {
    color: #ffcc00;
}

/* ====== TOMBOL ====== */
.btn-contact {
    display: inline-block;
    background: #ffcc00;
    text-decoration: none;
    border-radius: 8px;
    text-align: center;
    width: 100%;
    padding: 0.6rem 2rem;
    transition: background 0.2s ease;

    font-family: 'Satoshi', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: #212121;
}

.btn-contact:hover {
    background: #e6b800;
}


/* ------------------------------------------------------------------ */
/* --------------------------------- GAYA Alamat-------------------- */

.alamat-content-overlay {
    position: relative;
    z-index: 10;
    padding-top: -1rem;
    width: 100%;
}

.alamat-desc {
    font-family: 'Satoshi', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 160%;
    text-align: justify;
    letter-spacing: -0.02em;
    color: #ffffff;
}

/* ------------------------------------------------------------------ */
/* ------------------------------------------------------------------ */
 @media (max-width: 768px) {

        .container-fluid {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
        }


        /* ------------------------------------------------------------------ */
        /* ------------------- HEADER/NAVBAR KUSTOM (GLASSMORPHISM) -------- */

        .header-custom {
            background-color: transparent !important;
            padding: 15px 0;
            padding-top: 15px;
            z-index: 1030;
            transition: background-color 0.3s ease, padding 0.3s ease, backdrop-filter 0.3s ease;
        }

        .header-scrolled {
            background-color: rgba(0, 0, 0, 0.5) !important;
            backdrop-filter: blur(8px);
            -webkit-backdrop-filter: blur(8px);
            padding: 10px 0;
        }

        .custom-nav-link {
            color: #a0a0a0 !important;
            padding: 0.5rem 0.5rem !important;
            margin-top: 0.5rem;
            font-size: 12px;
        }

        .custom-nav-link.active,
        .custom-nav-link:hover {
            color: #ffffff !important;
            font-weight: 600;
        }

        .contact-btn-custom {
            display: none;
        }
        .navbar-brand{
            font-family: 'Satoshi', sans-serif;
            font-style: normal;
            font-weight: 700;
            font-size: 15px;
            line-height: 120%;
            letter-spacing: -0.04em;
            color: #FFFFFF;

        }
        .navbar-brand:hover {
            color: #ffcc00 !important;
        }


        /* ------------------------------------------------------------------ */
        /* -------------------- POSITIONING GAMBAR & KONTEN ---------------- */

        .full-design-wrapper{
            position: relative;
            min-height: auto;
        }

        .full-page-dummy-image_1 {
            display: none;
        }

        .full-page-dummy-image_2 {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: auto;
            z-index: -1;
            display: block;
        }

        /* ------------------------------------------------------------------ */
        /* --------------------------------- Google Map -------------------- */

        .map-content-overlay {
            position: relative;
            z-index: 10;
            padding-top: 106rem;
            width: 100%;
        }

        .map-container {
            width: 84%;
            margin: 0 auto;
            border-radius: 15px;
            overflow: hidden;
            transition: transform 0.3s ease;
        }

        .google-map {
            width: 100%;
            height: 135px;
            border: 0;
            display: block;
            border-radius: 16px; /* opsional, untuk sudut membulat */
        }

        /* ------------------------------------------------------------------ */
        /* --------------------------------- GAYA Kontak-------------------- */

        .kontak-content-overlay {
            position: relative;
            z-index: 10;
            padding-top: 6.7rem;
            width: 100%;
        }

        /* ====== TEKS KIRI ====== */
        .ki h3 {
            font-family: 'Satoshi', sans-serif;
            font-style: normal;
            font-weight: 900;
            font-size: 15px;
            line-height: 120%;
            letter-spacing: -0.053em;
            text-transform: uppercase;
            color: #FFFFFF;
            margin-bottom: 1px;
        }

        .ki h2 {
            font-family: 'Satoshi', sans-serif;
            font-style: normal;
            font-weight: 900;
            font-size: 15px;
            line-height: 120%;
            letter-spacing: -0.053em;
            text-transform: uppercase;
            color: #212121;
            margin-bottom: 1px;
        }

        .ki {
            padding-top: 1px;
        }

        .ki .highlight {
            color: #ffcc00;
        }

        /* ====== KOTAK KANAN ====== */
        .ka h5 {
            font-family: 'Satoshi', sans-serif;
            text-align: center;
            font-style: normal;
            font-weight: 700;
            font-size: 8px;
            line-height: 120%;
            letter-spacing: -0.02em;
            color: #212121;
            margin-bottom: 0.1rem;
        }

        .ka {
            margin-left: 0.4rem;
            padding: 0rem 0.5rem;
        }

        .ka .dot {
            color: #ffcc00;
        }

        /* ====== TOMBOL ====== */
        .btn-contact {
            display: inline-block;
            background: #ffcc00;
            text-decoration: none;
            border-radius: 8px;
            text-align: center;
            width: 100%;
            padding: 0.4rem 0.4rem;
            transition: background 0.2s ease;

            font-family: 'Satoshi', sans-serif;
            font-style: normal;
            font-weight: 700;
            font-size: 7px;
            line-height: 120%;
            letter-spacing: -0.01em;
            color: #212121;
        }

        .btn-contact:hover {
            background: #e6b800;
        }


        /* ------------------------------------------------------------------ */
        /* --------------------------------- GAYA Alamat-------------------- */

        .alamat-content-overlay {
            position: relative;
            z-index: 10;
            padding-top: 0.4rem;
            width: 100%;
        }

        .alamat-desc {
            font-family: 'Satoshi', sans-serif;
            font-style: normal;
            font-weight: 400;
            font-size: 4px;
            line-height: 160%;
            text-align: justify;
            letter-spacing: -0.02em;
            color: #ffffff;
        }

    }

    /* ------------------------------------------------------------------ */
    /* ------------------------------------------------------------------ */
