/* Global CSS */
h1,
h2,
h3,
h4,
h5,
h6,
div{
    font-family: "Poppins", sans-serif;
}

.list-produk h3,
.artikel h5,
.testimoni h2,
.cta-page h4,
.pengajar h3,
.kurikulum h3,
.fitur-unggulan h3,
.keunggulan h3,
.list-kota h3,
.kontak-kami .container h2,
.tentang-kami-page h2 {
    font-size: 32px;
}

p,
a,
ul li,
span,
b,
.header .nav-link,
.header-mobile .menu p,
button,
.btn {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
}

.nav-link,
.header-mobile .icon p {
    color: #045323;
    font-family: Inter, Arial, Helvetica, sans-serif;
}

/* Akhir global CSS */

/* Header */
.header-desktop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    z-index: 9999999;
    margin: -10px 0;
}

.menu {
    border-radius: 15px 15px 0 0;
}

.header-desktop .header .nav-link {
    color: #045323;
    font-weight: 600;
}

.header-beranda {
    background-color: #045323;
    padding: 120px 0;
    border-radius: 0 0 20px 20px;
}

.header-beranda h1 {
    padding-top: 50px;
    color: #f2c300;
    -webkit-text-stroke-width: .6px;
    /* Lebar garis luar */
    -webkit-text-stroke-color: white;
    /* Warna garis luar */
}

.header-beranda .text-header {
    width: 100%;
}

.header-beranda .text-header p {
    text-align: left;
    font-size: 18px;
}

.header-beranda .container .image-header img {
    width: 100%;
    padding-left: 50px;
}

.menu .icon p {
    margin: -7px 0 5px 0;
}

.menu .icon a i {
    color: #045323;
}

.header-beranda .container .btn {
    background-color: #fff;
    color: #045323;
    padding: 10px 25px;
    border-radius: 30px;
}

.header-beranda .text-header .alamat {
    color: #045323;
    font-size: 1px;
}

.header-beranda .card {
    padding: 20px 20px 10px 50px;
    box-shadow: 1px 1px 7px #ccc;
    border-radius: 20px;
}

.header-beranda ul li {
    font-size: 15px;
    color: #045323;
}

.header-beranda ul span i {
    font-size: 12px;
}

/* Akhir header */

/* Section button WA */
.button-wa {
    position: fixed;
    bottom: 8%;
    right: 3%;
    z-index: 99999999;
    display: block;
    text-align: right;
}

.button-wa:hover {
    cursor: pointer;
}

.button-wa .popup-cta {
    width: 350px;
    display: none;
    background-color: #fff;
    margin-bottom: 20px;
    border-radius: 10px;
    padding-bottom: 10px;
}

#waIcon {
    transition: opacity .4s ease;
}

.button-wa .popup-cta .admin-item {
    background-color: #dddddd;
    margin: 10px;
    border-radius: 10px;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.button-wa .popup-cta .popup-text {
    text-align: center;
    background-color: #045323;
    color: #ffffff;
    border-radius: 10px 10px 0 0;
    padding: 10px;
}

.button-wa .popup-cta .popup-text p {
    font-size: 14px;
}

.button-wa .popup-cta .admin-item span {
    text-align: center;
    display: block;
}

.button-wa .popup-cta .admin-item img {
    width: 50px;
    border-radius: 50%;
}

.button-wa img {
    width: 60px;
}

.button-wa .button-cta {
    background: #f2c300;
    padding: 5px 0 5px 10px;
    border-radius: 20px;
}

/* Akhir section button WA */

/* Section footer */
footer {
    background-color: #8c8167;
    padding: 20px 0 0 0;
    border-radius: 20px 20px 0 0;
}

footer .logo-footer {
    width: 300px;
    border-radius: 20px;
}

footer h3,
footer h6 {
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.5em;
}

footer .detail-navigasi {
    margin-top: -10px;
}

footer h6 {
    margin-bottom: 30px;
}

footer .navigasi-produk {
    display: grid;
    grid-template-columns:
        repeat(3, 1fr);
    grid-column-gap: 50px;
}

footer .list-produk ul li {
    color: #ffffff;
}

footer .list-produk i {
    font-size: 12px;
    color: #ffffff;
}

@media only screen and (max-width: 767px) {
    h1, h2, h3, h4, h5, h6 {
        font-size: 26px;
    }

    p,
    a,
    ul li,
    ol li,
    b,
    button,
    .accordion .accordion-item .accordion-button,
    i,
    footer h6 {
        font-family: "Poppins", sans-serif;
        ;
        font-size: 14px;
    }

    .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 */

    .button-wa {
        right: 0;
    }
    .button-wa .popup-cta {
        margin: auto;
        margin-bottom: 10px;
        width: 95%;
    }

    .button-wa .popup-cta .admin-item {
        gap: 7px;
    }

    .button-wa .popup-cta .popup-text {
        padding: 5px;
    }

    .button-wa .popup-cta .popup-text p,
    .button-wa .popup-cta .admin-item span,
    .button-wa span {
        font-size: 12px;
    }

    .button-wa .popup-cta .admin-item img,
    .button-wa img {
        width: 40px;
    }

    footer {
        padding-bottom: 30px;
    }

    footer .logo-footer {
        margin-bottom: 30px;
    }

    footer h3,
    footer h6 {
        margin-top: 0;
        font-size: 12px;
    }

    footer .alamat-kota {
        margin-bottom: 5px;
    }

    footer .detail-alamat {
        margin-bottom: 5px;
    }

    footer h6 {
        margin-bottom: 15px;
    }

    footer .navigasi-produk {
        display: grid;
        grid-template-columns:
            repeat(3, 1fr);
        gap: 0;
    }

    footer .list-produk ul {
        padding-left: 30px;
    }

    footer .list-produk i {
        font-size: 8px;
        margin-left: -10px;
    }
}

.katalog-page {
    margin-top: 80px;
}

.katalog-page b {
    display: block;
}

.katalog-wrapper,
.video-wrapper {
    margin-top: 20px;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center; 
}

.katalog,
.video {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    width: 80%;
    max-width: 900px;
    justify-content: center;
    align-items: center; 
}

.katalog img {
    width: calc(50% - 7.5px);
    height: auto;
    border-radius: 10px;
    object-fit: cover;
}

.video video {
    width: calc(33% - 7.5px);
    height: auto;
    border-radius: 10px;
    object-fit: cover;
}

.btn-katalog {
    background-color: #8c8167 !important;
    margin-top: 20px;
    box-shadow: 0 3px 0 #6b634f;
    border-radius: 10px !important;
    color: #ffffff !important;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .katalog-page {
        margin-top: 0;
    }
    .katalog img,
    .video video {
        display: block;
        width: 100%;
        margin-top: 10px;
    }
    .katalog-page a {
        font-size: 14px !important;
    }
    .katalog-page b {
        margin-top: 30px;
        margin-bottom: -20px;
    }
    .katalog,
    .video {
        display: block;
        width: 100%;
    }
    .katalog-1 {
        margin-top: -80px;
        margin-bottom: -120px;
    }
}