/* Global CSS */
h1, h2, h3, h4, h5, h6 {
    font-family: "Poppins", sans-serif;
}
h2, h3, .list-produk h3, h4, h5, .artikel h6 {
    font-size: 32px;
}
p, a, ul li, span, b, .header .nav-link, .header-mobile .menu p, button, ol li {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
}
.header-beranda, .visi-misi-section, .faq-section {
    background-color: #4054B2;
}
.visi-misi-section .container, .container img, .faq-section .container .accordion-item .accordion-button, .list-kota .container {
    border-radius: 20px;
}
.visi-misi-section .container p, .visi-misi-section .container h5, .card-section h5 {
    color: #000000;
}
.visi-misi-section .container ul li {
    color: #000000;
    font-family: "Poppins", sans-serif;
}
.nav-link, .header-mobile .icon p {
    color: #4054B2;
    font-family: Inter, Arial, Helvetica, sans-serif;
}
/* Akhir global CSS */

/* Header */
.header-desktop {
    position: fixed; 
    top: 0; 
    left: 0; 
    right: 0; 
    background-color: #314396; 
    z-index: 9999999; 
    margin: -10px 0;
    padding: 15px 0;
}
.menu {
    border-radius: 15px 15px 0 0;
}
.header-desktop .header .nav-link {
    color: #fff;
}
.title-logo {
    font-family: "Bebas Neue", sans-serif;
    color: rgb(255, 115, 0);
    font-size: 30px;
    padding-top: 30px;
    display: inline-block;
    font-weight: 600;
}
.header-beranda {
    margin-top: -10px;
}
.menu .icon p {
    margin:-7px 0 5px 0;
}
.menu .icon a i {
    color: #000000;
}
/* Akhir header */

/* Section header */
.header-beranda h1 {
    font-family: "Bebas Neue", sans-serif;
    color: #FFD918;
    font-size: 50px;
    font-weight: 600;
    letter-spacing: 1px;
}
.header-beranda h2 {
    font-family: "League Spartan", sans-serif;
    color: #ffffff;
    font-size: 65px;
    font-weight: 600;
}
.header-beranda .container {
    display: flex;
}
.header-beranda p {
    color: #ffffff;
}
.header-beranda .logo-beranda {
    width: 190px;
}
.header-beranda #header-image-beranda {
    width: 500px;
}
.header-beranda img {
  margin-top: -10px
}
/* Akhir section header */

/* Section visi misi */
.bg-visi-misi {
    padding: 100px; 
    margin-top: -70px; 
    background-image: url('../images/bg-2.webp');
    background-position: center center; 
    border-radius: 35px 35px 0 0;
}
.visi-misi-section {
    height: 480px; 
    border-radius: 0 0 35px 35px;
}
.visi-misi-section h2 {
    font-size: 20px;
}
.visi-misi-section .container {
    position: absolute; 
    top: -15%; 
    left: 50%; 
    transform: translateX(-50%);
}
.visi-misi-section p {
    text-align: justify; 
    margin-right: 20px;
}
.visi-misi-section img {
    width: 450px;
    border-radius: 50px;
}
.visi-misi-section ul {
    text-align: justify; 
    padding-right: 25px;
}
/* Akhir section visi misi */

/* Section produk */
.list-produk {
    background-image: url('../images/bg-11.webp'); 
    background-repeat: no-repeat; 
    background-size: cover;
}
.list-produk .nama-produk {
    font-size: 24px;
    font-weight: 500;
}
.card-section {
    width: 39em;
    border-radius: 15px;
    box-shadow: 1px 3px 5px #aaa;
    background-color: #fff;
    display: flex;
    flex-direction: column;
}
.card-section ul {
    margin-top: -10px;
}
.card-section span {
    font-size: 14px;
}
.card-section img {
    width: 100%;
}
.card-section .button a {
    background-color: rgb(255, 115, 0);
    color: #fff;
}
.cta-produk-1 {
    margin-top: 120px;
}
.cta-produk-5 {
    margin-top: 45px;
}
.cta-produk-2, .cta-produk-4, .cta-produk-6, .cta-produk-7 {
    margin-top: 15px;
}
.cta-produk-3 {
    margin-top: 95px;
}
.cta-produk-1 i, .cta-produk-2 i, .cta-produk-3 i, .cta-produk-4 i, .cta-produk-5 i, .cta-produk-6 i {
    font-size: 10px;
}
.cta-produk-1 p, .cta-produk-2 p, .cta-produk-3 p, .cta-produk-4 p, .cta-produk-5 p, .cta-produk-6 p {
    font-size: 10px;
}
/* Akhir section produk */

/* Section Keunggulan */
.keunggulan {
    background-image: url('../images/bg-4.webp'); 
    background-size: cover; 
    background-position: right right;
    border-radius: 15px;
}
.keunggulan .container .foto-keunggulan {
    width: 500px;
}
.keunggulan h2, .keunggulan ul li, .keunggulan p {
    color: #fff;
}
/* Akhir section Keunggulan */

/* Section CTA */
.cta-page .container div {
    background-image: url('../images/bg-6.webp'); 
    background-size: cover; 
    border-radius: 15px; 
    padding: 80px 30px; 
    position: relative;
    background-position: center center;
}
.cta-page img {
    width: 400px;
}
.cta-page .btn {
    background-color: rgb(255, 115, 0); 
    display: inline-block; 
    margin: 0 auto; margin: 0; 
    position: absolute; 
    top: 80%; 
    left: 40%;
}
.cta-page p {
    text-align: justify;
}
/* Akhir section CTA */

/* Section partnership */
.partnership h2 {
    color: rgb(255, 115, 0); 
    font-size: 40px; 
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
.partnership .container {
    background-image: url('../images/bg-3.PNG'); 
    border-radius: 15px;
}
.partnership .image-partner-1, .partnership .image-partner-6, .partnership .image-partner-5 {
    width: 75px;
}
.partnership .image-partner-7 {
    width: 90px;
}
.partnership .image-partner-4 {
    width: 130px;
}
.partnership .image-partner-3 {
    width: 165px;
}
.partnership .image-partner-2 {
    width: 185px;
}
/* Akhir section partnership */

/* Section lisensi */
.lisensi .image-lisensi-1, .lisensi .image-lisensi-3 {
    width: 75px;
}
.lisensi .image-lisensi-2 {
    width: 165px;
}
/* Akhir section lisensi */

/* Section list kota */
.list-kota .container {
    box-shadow: 1px 1px 3px #aaa;
    padding: 30px;
}
.list-kota .container .row a {
    color: #4054B2;
}
/* Akhir section list kota */

/* Section FAQ */
.faq-section .container .accordion-item {
    background-color: #4054B2;
}
.faq-section .container .accordion-item .accordion-header {
    background-color: #4054B2;
}
/* Akhir section FAQ */

/* Section artikel */
.artikel .container img {
    width: 100%;
}
.artikel .list-artikel span {
    font-size: 14px; 
    color: #aaa;
}
/* Akhir section artikel */

/* Section testimoni */
.testimoni .container .isi-testimoni {
    box-shadow: 1px 3px 6px #888888; 
    width: 26em; 
    border-radius: 20px;
}
.testimoni .container .isi-testimoni img {
    width: 50px; 
    border-radius: 50px;
}
/* Akhir section testimoni */

/* Section button WA */
.button-wa {
    position: fixed; 
    bottom: 10%; 
    right: 5%; 
    z-index: 99999999;
}
.button-wa img {
    width: 70px;
}
/* Akhir section button WA */

/* Section footer */
footer .logo-footer {
    width: 200px;
}
footer h3 {
    font-family: "Bebas Neue", sans-serif;
    font-size: 32px;
    color: #FFD918;
}
footer {
    background-color: #4054B2;
    color: white;
    padding-top: 10px;
    text-align: justify;
}
footer .copyright {
    background-color: rgba(0, 0, 0, 0.05);
}
footer .judul-alamat, footer h6 {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
}
footer #lokasi-button {
    background-color: rgb(255, 115, 0);
}
footer .detail-alamat, .footer .detail-navigasi, footer .detail-navigasi {
    margin-top: -10px;
}
footer .alamat-kota {
    color: #FFD918;
}
footer .row div {
    margin-top: -30px;
}
footer #lokasi-button {
    font-family: "Poppins", sans-serif;
}
/* Akhir section footer */

/* CSS page */
.produk-page {
    margin-top: -20px;
}
.tentang-kami-page {
    margin-top: 70px;
}
/* Akhir CSS page */


@media only screen and (max-width: 767px) {
    /* Global CSS */
    h2, .keunggulan h2, .lisensi h2, .faq-section h2, .testimoni h2, h3, .list-produk h3, h4, .cta-page h4, h5, .artikel h6 {
        font-size: 14px;
    }
    p, a, ul li, ol li, b, button, .accordion .accordion-item .accordion-button, i, footer h6 {
        font-family: "Poppins", sans-serif;;
        font-size: 12px;
    }
    .header-desktop {
        padding: 0;
    }
    .header-mobile .icon p, footer {
        font-size: 10px;
    }
    /* Akhir global CSS */

    /* Header */
    .header-mobile .menu {
        position: fixed; 
        bottom: 0; 
        right:0; 
        left: 0;
        padding: 0;
        z-index: 1000;
        background-color: #ffffff;
    }
    /* Akhir header */

    /* ===== HERO CONTAINER ===== */
    .header-beranda .container {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        position: static;
    }

    /* ===== JUDUL ===== */
    .header-beranda h1 {
        font-size: 26px;
        line-height: 1.3;
        margin-top: 16px;
        margin-bottom: 16px;
    }

    .header-beranda h1 .dan {
        font-size: 22px;
        line-height: 1;
    }

    .header-beranda h1 span.fs-1 {
        font-size: 22px !important;
        display: block;
        margin-top: 4px;
    }

    /* ===== GAMBAR ===== */
    .header-beranda #header-image-beranda {
        width: 100%;
        max-width: 280px;
        margin: 20px auto;
    }

    /* ===== PARAGRAF ===== */
    .header-beranda p {
        position: static;
        font-size: 14px;
        line-height: 1.6;
        margin-top: 10px;
        margin-bottom: 0;
        padding: 0 10px;
    }

    /* ===== CTA BUTTON ===== */
    .header-beranda .button {
        margin-top: 20px !important;
        margin-bottom: 0 !important;
    }

    .header-beranda .btn {
        font-size: 14px;
        padding: 10px 16px;
        border-radius: 8px;
    }

    /* Section visi misi */
    /* ===== BACKGROUND VISI MISI ===== */
    .bg-visi-misi {
        display: none !important;
    }

    /* ===== SECTION VISI MISI ===== */
    .visi-misi-section {
        height: auto;                 /* MATIKAN fixed height */
        margin-top: 40px;
        padding-bottom: 40px;
        border-radius: 20px;
        background: #ffffff !important;
        border-radius: 0 !important;
        margin-top: 0;
        padding-top: 30px;
    }

    /* ===== CONTAINER ===== */
    .visi-misi-section .container {
        position: static;             /* MATIKAN absolute */
        transform: none;
        background: #ffffff;
        border-radius: 0;
        box-shadow: none;
    }

    /* ===== JUDUL ===== */
    .visi-misi-section h2 {
        font-size: 20px;
        text-align: center;
        margin-bottom: -12px;
    }

    /* ===== TEKS ===== */
    .visi-misi-section p,
    .visi-misi-section ul {
        text-align: left;
        margin-right: 0;
        padding-right: 0;
        font-size: 12px;
        line-height: 1.6;
    }

    /* ===== GAMBAR ===== */
    .visi-misi-section img {
        width: 100%;
        max-width: 100%;
        display: block;
        margin: 20px auto 0;
        border-radius: 30px;
    }

    /* ===== PASTIKAN SECTION BERIKUTNYA AMAN ===== */
    .list-produk {
        margin-top: 0 !important;
    }
    .produk-page .list-produk {
        margin-top: 0;
    }
    /* Akhir section visi misi */

    /* Section produk */
    .list-produk .nama-produk {
        font-size: 14px;
    }
    .card-section{
        width: 23em;
        border-radius: 15px
    }
    .cta-produk-1, .cta-produk-2, .cta-produk-3, .cta-produk-4, .cta-produk-5, .cta-produk-6 {
        margin-top: 15px;
    }
    .card-section .button a {
        font-size: 11px;
        margin-top: 20px;
    }
    /* Akhir section produk */

    /* Section keunggulan */
    .keunggulan {
        background-image: url('../images/bg-5.webp'); 
        border-radius: 20px;
    }
    .keunggulan .container .foto-keunggulan {
        width: 300px;
    }
    .keunggulan h2, .keunggulan ul li, .keunggulan p {
        color: #000;
    }
    .keunggulan ul {
        text-align: justify;
        margin-left: -15px;
        padding: 0 20px;
    } 
    .keunggulan .container .foto-keunggulan {
        width: 300px;
    }
    /* Akhir section keunggulan */

    /* Section CTA */
    .cta-page {
        height: 400px;
        position: relative;
    }
    .cta-page .container div {
        margin-top: 300px;
    }
    .cta-page img {
        width: 200px;
        position: absolute;
        top: -70%;
        left: 25%;
    }
    .cta-page .btn {
        left: 25%;
        font-size: 12px;
    }

    /* Section partnership */
    .partnership .container {
        background-image: none; 
        border-radius: 15px;
    }
    .partnership h2 {
        margin-top: -20px;
        color: #000; 
        font-size: 14px; 
    }
    .partnership img {
        display: block;
        margin: auto;
    }
    .partnership .image-partner-1, .partnership .image-partner-6, .partnership .image-partner-5 {
        width: 40px;
    }
    .partnership .image-partner-7 {
        width: 45px;
    }
    .partnership .image-partner-4 {
        width: 70px;
    }
    .partnership .image-partner-3 {
        width: 95px;
    }
    .partnership .image-partner-2 {
        width: 85px;
    }
    /* Akhir section partnership */

    /* Section lisensi */
    .lisensi .image-lisensi-1, .lisensi .image-lisensi-3 {
        width: 40px;
    }
    .lisensi .image-lisensi-2 {
        width: 85px;
    }
    /* Akhir section lisensi */

    /* Section FAQ */
    .faq-section .container .accordion-item .accordion-button {
        border-radius: 15px;
    }
    .accordion-item {
        font-size: 12px;
    }
    .accordion-header .accordion-button {
        font-size: 13px;
    }
    /* Akhir section FAQ */

    /* Section artikel */
    .artikel .container img {
        width: 40%;
    }
    .artikel .container .list-artikel {
        display: flex;
        align-items: center;
    }
    .artikel .list-artikel span {
        font-size: 10px; 
    }
    /* Akhir section artikel */

    .button-wa img {
        width: 45px;
    }

    /* Section testimoni */
    .testimoni .container .isi-testimoni {
        width: 100%; 
        border-radius: 10px;
    }
    .testimoni .container .isi-testimoni img {
        width: 35px; 
    }
    /* Akhir section testimoni */

    /* Footer */
    footer h5 {
        font-size: 24px;
        margin-top: -15px;
    }
    footer .logo-footer {
        height: 100%;
        width: 100px;
        margin-top: -25px;
    }
    footer {
        margin-bottom: 50px;
    }
    .footer p {
        text-align: left;
    }
    footer h3 {
        font-size: 24px;
    }
    footer .judul-alamat {
        margin-top: 40px;
    }
    footer .judul-alamat, footer h6 {
        font-size: 12px;
    }
    footer #lokasi-button {
        font-size: 10px; 
        margin-bottom: 20px;
    }
    /* Akhir footer */

    /* CSS page */
    .produk-page {
        margin-top: 20px;
    }
    .tentang-kami-page {
        margin-top: 60px;
    }
    /* Akhir CSS page */
}
    
/* MOBILE: 1 kolom */
.kota-grid {
    column-count: 1;
    column-gap: 24px;
}

.kota-grid li {
    break-inside: avoid;
    margin-bottom: 8px;
}

/* DESKTOP: 4 kolom */
@media (min-width: 992px) {
    .kota-grid {
        column-count: 4;
    }
}

.cta-text p {
    color: #ffffff;
}
