/* ------------------------------------------------------------------ */
/* -------------------------------- 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;
}


/* ------------------------------------------------------------------ */
/* ---------------------------------- GAYA HERO -------------------- */

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

.hiroo{
    margin-top:30px;
    padding-top: 30px;
}

.text-gswb {
    font-family: 'Satoshi', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 120%;
    letter-spacing: 0.5em;
    color: #FFFFFF;
    margin-bottom: 5rem;
}

.xa {
    padding-left: 10rem;
}

.hero-title {
    font-family: 'Satoshi', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 60px;
    line-height: 120%;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
}

.text-yellow {
    color: #ffcc00 !important;
}

.btn-yellow {
    background-color: #f7b500;
    color: #000;
    border-radius: 8px;
    padding: 10px 22px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: none;
    transition: 0.3s;
}

.btn-yellow:hover {
    background-color: #e0a200;
    color: #000;
    text-decoration: none;
}

.btn-yellow .arrow-icon {
    font-size: 16px;
}

.small-caps {
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 600;
}

.hero-desc {
    font-family: 'Satoshi', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 160%;
    text-align: justify;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    margin-top: 5rem;
}


/* ------------------------------------------------------------------ */
/* ---------------------------------- GAYA About-------------------- */

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

.About-tit {
    font-family: 'Satoshi', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #212121;
    margin-bottom: 2rem;
}

.abouttt{
    display: none;
}

.About-desc {
    font-family: 'Satoshi', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 160%;
    text-align: justify;
    letter-spacing: -0.02em;
    color: #212121;
    margin-bottom: 2em;
}

.a-custom-btn {
    background-color: #1a1a1a;
    color: #ffffff;
    border-radius: 8px;
    padding: 10px 22px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: none;
    transition: 0.3s;
}

.a-custom-btn:hover {
    background-color: #000000;
    text-decoration: none;
}

.a-custom-btn .arrow-icon {
    color: #f7b500;
    font-size: 16px;
}


/* ------------------------------------------------------------------ */
/* ----------------------------------- GAYA Visi-------------------- */

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

.Visi-tit {
    font-family: 'Satoshi', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #212121;
    margin-bottom: 2rem;
}

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


/* ------------------------------------------------------------------ */
/* ------------------------------- GAYA Services-------------------- */

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

.marg {
    margin-top: 15rem;
    padding:  0 1rem;
}

.Services-tit {
    font-family: 'Satoshi', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #ffffff;
    margin-bottom: 2rem;
}

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

.service-list {
    width: 100%;
    max-width: 900px;
}

.service-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    transition: 0.3s;
}

.service-item:hover {
    color: #f7b500;
}

.service-item .arrow-icon {
    font-size: 18px;
    transition: 0.3s;
}

.service-item:hover .arrow-icon {
    transform: translateX(4px);
}


/* ------------------------------------------------------------------ */
/* ------------------------------- GAYA Legality-------------------- */

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

.Legality-tit {
    font-family: 'Satoshi', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #212121;
    margin-bottom: 2rem;
}

.Legality-desc {
    font-family: 'Satoshi', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 160%;
    text-align: justify;
    letter-spacing: -0.02em;
    color: #212121;
    margin-bottom: 2rem;
}


/* ------------------------------------------------------------------ */
/* ----------------------------------- GAYA Team-------------------- */

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

.Team-tit {
    font-family: 'Satoshi', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #212121;
    margin-bottom: 2rem;
}

.xt{
    padding-left: 1.5rem;

}

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


/* ------------------------------------------------------------------ */
/* --------------------- GAYA Doing (Statistik) -------------------- */

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

.doing-tit {
    font-family: 'Satoshi', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #212121;
    margin-bottom: 2rem;
}

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

.section-title {
    font-family: 'Satoshi', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 56px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #212121;
}

.section-subtitle {
    font-size: 16px;
    color: #212121;
}

.stats-wrapper .stat-number {
    font-family: 'Satoshi', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #212121;
}

.stats-wrapper .stat-text {
    font-size: 14px;
    color: #212121;
    line-height: 1.4;
}

.section-subtitle {
    font-family: 'Satoshi', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: -0.03em;
    color: #212121;
}

.stat-text {
    font-family: 'Satoshi', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #212121;
}


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

.kontak-content-overlay {
    position: relative;
    z-index: 10;
    padding-top: 10rem;
    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;
}

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


/* ------------------------------------------------------------------------------------------------------------ RESPONSIVE UNTUK HP -------------------- */

    @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;
        }


        /* ------------------------------------------------------------------ */
        /* ---------------------------------- GAYA HERO -------------------- */

        .hero-content-overlay {
            position: relative;
            z-index: 10;
            padding-top: 50px;
            width: 100%;
        }
        .hiroo{
            margin-top: 40px ;
            padding-top: 0px ;
        }

        .text-gswb {
            font-family: 'Satoshi', sans-serif;
            font-style: normal;
            font-weight: 700;
            font-size: 5px;
            line-height: 120%;
            letter-spacing: 0.5em;
            color: #FFFFFF;
            margin-bottom: 5rem;
        }

        .xa {
        padding-left: 0rem;
        }

        .hero-title {
            font-family: 'Satoshi', sans-serif;
            font-style: normal;
            font-weight: 900;
            font-size: 25px;
            line-height: 120%;
            letter-spacing: -0.05em;
            text-transform: uppercase;
            color: #FFFFFF;
        }

        .text-yellow {
            color: #ffcc00 !important;
        }

        .btn-yellow {
            background-color: #f7b500;
            color: #000;
            border-radius: 8px;
            padding: 10px 22px;
            font-size: 7px;
            font-weight: 600;
            display: inline-flex;
            align-items: center;
            gap: 6px;
            border: none;
            transition: 0.3s;
        }

        .btn-yellow:hover {
            background-color: #e0a200;
            color: #000;
            text-decoration: none;
        }

        .btn-yellow .arrow-icon {
            font-size: 7px;
        }

        .small-caps {
            letter-spacing: 2px;
            text-transform: uppercase;
            font-size: 0.8rem;
            font-weight: 600;
        }

        .hero-desc {
            font-family: 'Satoshi', sans-serif;
            font-style: normal;
            font-weight: 400;
            font-size: 6px;
            line-height: 160%;
            text-align: justify;
            letter-spacing: -0.02em;
            color: #FFFFFF;
            margin-top: 2rem;
        }


        /* ------------------------------------------------------------------ */
        /* ---------------------------------- GAYA About-------------------- */

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

        .abouttt{
            display: none;
        }

        .About-tit {
            font-family: 'Satoshi', sans-serif;
            font-style: normal;
            font-weight: 700;
            font-size: 11px;
            line-height: 120%;
            letter-spacing: -0.02em;
            color: #212121;
            margin-bottom: 0.5rem;
        }

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

        .a-custom-btn {
            background-color: #1a1a1a;
            color: #ffffff;
            font-size: 7px;
            border-radius: 8px;
            padding: 10px 22px;
            font-weight: 500;
            display: inline-flex;
            align-items: center;
            gap: 6px;
            border: none;
            transition: 0.3s;
        }

        .a-custom-btn:hover {
            background-color: #000000;
            text-decoration: none;
        }

        .a-custom-btn .arrow-icon {
            color: #f7b500;
            font-size: 7px;
        }


        /* ------------------------------------------------------------------ */
        /* ----------------------------------- GAYA Visi-------------------- */

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

        .Visi-tit {
            font-family: 'Satoshi', sans-serif;
            font-style: normal;
            font-weight: 700;
            font-size: 11px;
            line-height: 120%;
            letter-spacing: -0.02em;
            color: #212121;
            margin-bottom: 0.5rem;
        }

        .Visi-desc {
            font-family: 'Satoshi', sans-serif;
            font-style: normal;
            font-weight: 400;
            font-size: 5px;
            line-height: 160%;
            text-align: justify;
            letter-spacing: -0.02em;
            color: #212121;
            margin-bottom: 0.5rem;
        }


        /* ------------------------------------------------------------------ */
        /* ------------------------------- GAYA Services-------------------- */

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

        .marg {
            margin-top: 5rem;
            padding:  0 0.5rem;
        }

        .Services-tit {
            font-family: 'Satoshi', sans-serif;
            font-style: normal;
            font-weight: 700;
            font-size: 40px;
            line-height: 120%;
            letter-spacing: -0.02em;
            color: #ffffff;
            margin-bottom: 2rem;
        }

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

        .service-list {
            width: 100%;
            max-width: 900px;
        }

        .service-item {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 5px 0;
            border-bottom: 1px solid rgba(255, 255, 255, 0.2);
            color: #ffffff;
            text-decoration: none;
            font-size: 6px;
            transition: 0.3s;
        }

        .service-item:hover {
            color: #f7b500;
        }

        .service-item .arrow-icon {
            font-size: 6px;
            transition: 0.3s;
        }

        .service-item:hover .arrow-icon {
            transform: translateX(4px);
        }

        /* ------------------------------------------------------------------ */
        /* ------------------------------- GAYA Legality-------------------- */

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

        .Legality-tit {
            font-family: 'Satoshi', sans-serif;
            font-style: normal;
            font-weight: 700;
            font-size: 11px;
            line-height: 120%;
            letter-spacing: -0.02em;
            color: #212121;
            margin-bottom: 0.5rem;
        }

        .Legality-desc {
            font-family: 'Satoshi', sans-serif;
            font-style: normal;
            font-weight: 400;
            font-size: 5px;
            line-height: 160%;
            text-align: justify;
            letter-spacing: -0.02em;
            color: #212121;
            margin-bottom: 1rem;
        }


        /* ------------------------------------------------------------------ */
        /* ----------------------------------- GAYA Team-------------------- */

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

        .Team-tit {
            font-family: 'Satoshi', sans-serif;
            font-style: normal;
            font-weight: 700;
            font-size: 5px;
            line-height: 120%;
            letter-spacing: -0.02em;
            color: #212121;
            margin-bottom: 2rem;
        }

        .xt{
            padding-left: 0.8rem;

        }

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


        /* ------------------------------------------------------------------ */
        /* --------------------- GAYA Doing (Statistik) -------------------- */

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

        .doing-tit {
            font-family: 'Satoshi', sans-serif;
            font-style: normal;
            font-weight: 700;
            font-size: 11px;
            line-height: 120%;
            letter-spacing: -0.02em;
            color: #212121;
            margin-bottom: 2rem;
        }

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

        .section-title {
            font-family: 'Satoshi', sans-serif;
            font-style: normal;
            font-weight: 400;
            font-size: 11px;
            line-height: 120%;
            letter-spacing: -0.02em;
            color: #212121;
        }

        .section-subtitle {
            font-size: 5px;
            color: #212121;
        }

        .stats-wrapper .stat-number {
            font-family: 'Satoshi', sans-serif;
            font-style: normal;
            font-weight: 500;
            font-size: 11px;
            line-height: 120%;
            letter-spacing: -0.02em;
            color: #212121;
        }

        .stats-wrapper .stat-text {
            font-size: 5px;
            color: #212121;
            line-height: 1.4;
        }

        .section-subtitle {
            font-family: 'Satoshi', sans-serif;
            font-style: normal;
            font-weight: 400;
            font-size: 5px;
            line-height: 160%;
            letter-spacing: -0.03em;
            color: #212121;
        }

        .stat-text {
            font-family: 'Satoshi', sans-serif;
            font-style: normal;
            font-weight: 400;
            font-size: 16px;
            line-height: 120%;
            letter-spacing: -0.02em;
            color: #212121;
        }

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

        .kontak-content-overlay {
            position: relative;
            z-index: 10;
            padding-top: 1rem;
            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;
        }

    }

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