/* Global CSS */
h1, h2, h3, h4, h5, h6 {
    font-family: "Poppins", sans-serif;
}
h2, h3, .list-produk h3, h4, h5, .artikel h5 {
    font-size: 32px;
}
p, a, ul li, span, b, .header .nav-link, .header-mobile .menu p, button {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
}
.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: #4054B2;
}
.visi-misi-section .container ul li {
    font-family: "Poppins", sans-serif;
}
.nav-link, .header-mobile .icon p {
    color: #1D2440;
    font-family: Inter, Arial, Helvetica, sans-serif;
}
/* Akhir global CSS */

/* Header */
.header-desktop {
    position: fixed; 
    top: 0; 
    left: 0; 
    right: 0; 
    background-color: #4054B2; 
    z-index: 9999999; 
    margin: -10px 0;
}
.menu {
    border-radius: 15px 15px 0 0;
}
.header-desktop .header .nav-link {
    color: #fff;
}
.header-beranda {
    margin-top: -10px;
    background-image: linear-gradient(#517CBE, #4054B2);
    border-radius: 0 0 20px 20px;
    padding: 120px 100px 70px 0;
    margin-bottom: 80px;
}
.header-beranda h1 span {
    font-size: 60px;
    color: #fff;
    text-shadow: #082b59 1px 1px 2px;
}
.header-beranda h1 {
    padding-top: 50px;
    color: #fca434;
}
.header-beranda .text-header {
    width: 60%;
    margin-right: -40px;
}
.header-beranda .text-header p {
    text-align: justify;
}
.header-beranda .teks-judul {
    margin-top: 40px;
}
.header-beranda p {
    font-size: 18px;
}
.header-beranda .image-header {
    margin-top: -450px;
}
.menu .icon p {
    margin:-7px 0 5px 0;
}
.menu .icon a i {
    color: #4054B2;
}
.header-beranda .image-header div {
    position: relative;
}
.header-beranda .image-header div #header-image-beranda {
    position: absolute;
}
.header-beranda .container .btn {
    background-color: #fff;
    color: #4054B2;
    padding: 10px 25px;
    border-radius: 30px;
}
.header-beranda #header-image-beranda {
    width: 500px;
}
/* Akhir header */

/* Section Produk */
.list-produk .d-grid {
    grid-template-columns: 
    repeat(3, 1fr); 
    gap: 20px;
    align-items: stretch;
    align-self: center;
}
.list-produk .card-section {
    box-shadow: 1px 3px 5px #ddd;
    border-radius: 20px;
    border-bottom: #4054B2 1px solid;
    border-left: #4054B2 1px solid;
}
.list-produk .card-section .judul-produk {
    font-size: 20px;
}
.list-produk .card-section {
    background-color: #ffffffcc;
    margin-bottom: 30px;
}
.list-produk .bg-1 {
    padding: 30px 0 50px 0;
    background-image: url('../images/bg-5.jpg');
    background-size: cover; 
    border-radius: 0 0 20px 20px;
}
.list-produk .bg-2 {
    padding: 30px 0;
    background-image: url('../images/bg-2.jpg');
    background-size: cover; 
    border-radius: 20px;
    margin-top: -30px;
}

.list-produk .card-section .logo-1 {
    font-size: 80px; 
    color: #4054B2;
}
.list-produk .card-section .logo-2 {
    font-size: 80px; 
    color: #fff;
}
.list-produk .card-section .judul-produk-1 {
    background-color: #fca434; 
    border-radius: 20px;
}
.list-produk .card-section .judul-produk-2 {
    background-color: #4054B2; 
    border-radius: 20px;
}
.list-produk .card-section .judul-produk-1 p, .list-produk .card-section .judul-produk-2 p {
    color: #fff; 
}
.list-produk .card-section ul li {
    margin-left: -15px;
}
.list-produk .card-section .button-produk-1 {
    margin: 50px 0 30px 0;
}
.list-produk .card-section .button-produk-2 {
    margin: 75px 0 30px 0;
}
.list-produk .card-section .teks-dicicil {
    font-size: 14px;
    display: block;
    margin-top: -10px;
    text-align: left;
}
.list-produk .btn {
    background-color: #4054B2;
    color: #fff;
    border-radius: 20px;
    font-size: 16px;
}
.list-produk .button-lainnya {
    background-color: #4054B2;
    color: #fff;
    border-radius: 20px;
    font-size: 20px;
}
.list-produk .card-section .teks-button-1 p i, .list-produk .card-section .teks-button-2 p i {
    font-size: 10px;
    display: block;
    margin-bottom: -10px;
}
.list-produk .card-section .teks-button-1 a {
    background-color: rgb(255, 115, 0)
}
.list-produk .card-section .teks-button-2 a {
    background-color: #4054B2
}
/* Akhir Section Produk */

/* Section CTA */
.cta-page .container {
    background-color: #4054B2;
    padding: 100px 30px;
    border-radius: 20px;
    margin-top: 100px;
}
.cta-page .container .button-cta {
    background-color: #25D366;
    display: inline-block;
    border-radius: 30px;
    padding: 10px 20px 5px 25px;
}
.cta-page .container .button-cta a {
    font-weight: bold;
}
.cta-page .container .text-cta {
    width: 55%;
    text-align: justify;
}
.cta-page .container .image-cta {
    position: relative;
    margin-top: -600px;
}
.cta-page .container img {
    position: absolute;
}
/* Akhir Section CTA */

/* Section Keunggulan */
.keunggulan {
    margin-top: 100px;
    padding: 70px 0 40px 0;
    background-color: #F4F6F5;
}
.keunggulan .container .d-grid {
    grid-template-columns: 
    repeat(3, 1fr); 
    gap: 20px;
    align-items: stretch;
}
.keunggulan .card-section {
    background-color: #4054B2;
    border-radius: 20px;
    padding: 30px;
}
.keunggulan .card-section i {
    font-size: 80px; 
    color: #fff;
}
/* Akhir Section Keunggulan */

/* Section Pengacara */
.section-tim-pengacara {
    margin-top: 50px;
}
.section-tim-pengacara .container .d-grid {
    grid-template-columns: 
    repeat(3, 1fr); 
    gap: 20px;
    align-items: stretch;
}
.section-tim-pengacara .container .d-grid img {
    width: 100%;
}
.section-tim-pengacara .container .d-grid div {
    position: relative;
}
.section-tim-pengacara .container .d-grid p {
    position: absolute;
    bottom: 0;
    left: 5%;
    background-color: #4054B2;
    color: #fff;
    padding: 5px 15px;
    border-radius: 15px;
    font-weight: 600;
    font-size: 20px;
}
/* Akhir section pengacara */

/* Section list kota */
.list-kota .container {
    box-shadow: 1px 1px 3px #aaa;
    padding: 30px;
}
.list-kota .container .d-grid {
    grid-template-columns: 
    repeat(4, 1fr); 
    gap: 10px;
    align-items: center;
    justify-content: center;
}
.list-kota .container .d-grid a {
    color: #4054B2;
}
/* Akhir section list kota */

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

/* Section Partnership */
.partnership {
    background-color: #F4F6F5;
    border-radius: 20px;
}
/* Akhir Section Partnership */

/* Section button WA */
.button-wa {
    position: fixed; 
    bottom: 10%; 
    right: 5%; 
    z-index: 99999999;
}
.button-wa img {
    width: 70px;
}
.button-wa a {
    background: #4054B2; 
    padding: 5px 0 5px 10px; 
    border-radius: 20px;
}
/* Akhir section button WA */

/* Section footer */
footer {
    background-color: #4054B2;
    padding: 20px 0 0 0;
    border-radius: 20px 20px 0 0;
}
footer .logo-footer {
    width: 100px;
}
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;
}

@media only screen and (max-width: 767px) {
    /* Global CSS */
    .list-produk h2, .artikel h5, .section-tim-pengacara h2, .partnership h2, .cta-page h4 {
        font-size: 20px;
    }
    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-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 */

    /* Section header */
    .header-beranda {
        display: block;
        position: relative;
        padding: 0;
    }
    .header-beranda .container .btn {
        font-size: 12px;
        padding: 5px 10px;
    }
    .header-beranda img {
      margin-top: 0;
    }
    .header-beranda #header-image-beranda {
        width: 100%;
    }

    .header-beranda #header-image-beranda {
        position: relative;
        border-radius: 0 0 20px 20px;
    }
    .header-beranda .container .btn {
        background-color: #082b59;
        color: #fff;
        padding: 10px 25px;
        border-radius: 30px;
        margin-bottom: -30px;
    }
    .header-beranda .text-header {
        width: 100%;
    }
    .header-beranda .teks-judul {
        margin-top: 0;
    }
    .header-beranda p {
        font-size: 12px;
        text-align: justify;
    }
    .header-beranda .image-header {
        margin-top: 0px;
    }
    .header-beranda h1 span {
        font-size: 22px;
        color: #fff;
    }
    .header-beranda h1 {
        margin-top: -30px;
        color: #fca434;
        font-size: 16px;
    }

    /* Akhir section header */

    /* Section produk */
    .list-produk {
        margin-top: -70px
    }
    .list-produk .d-grid {
        grid-template-columns: 
        repeat(1, 1fr); 
        gap: 10px;
    }
    .list-produk .card-section .judul-produk {
        font-size: 16px;
    }
    .list-produk .button-produk-1 p i {
        font-size: 10px;
    }
    .list-produk  .card-section .teks-dicicil {
        font-size: 10px;
    }
    .list-produk .button a {
        font-size: 12px;
    }
    .list-produk .container .btn {
        font-size: 12px;
    }
    .list-produk .card-section {
        margin-bottom: 20px;
    }
    .list-produk .card-section .button-produk-1 {
        margin: 20px 0;
    }
    .list-produk .card-section .button-produk-2 {
        margin: 20px 0;
    }
    .list-produk .bg-1 {
      	margin-top: -20px;
        padding: 20px;
    }
    .list-produk .bg-2 {
        padding: 20px;
    }
    /* Akhir section produk */

    .cta-page .container {
        padding: 30px 20px;
        margin-top: 20px;
    }
    .cta-page .container .image-cta {
        position: relative;
        margin-top: 0;
    }
    .cta-page .container img {
        position: relative;
        display: block;
        margin: auto;
        width: 200px;
        margin-top: 30px;
    }
    .cta-page .container .text-cta {
        width: 100%;
    }
    .cta-page .container .text-cta p {
        text-align: justify;
    }
    .cta-page .container .button-cta a {
        font-size: 11px;
        padding: 3px 3px 3px 8px;
        margin-left: -7px;
        margin-top: -10px;
    }
    .cta-page .container .button-cta i {
        font-size: 25px;
    }

    .keunggulan {
        margin-top: 20px;
        padding: 20px 0 25px 0;
        background-color: #F4F6F5;
    }
    .keunggulan .card-section i, .list-produk .card-section .fa-solid {
        font-size: 40px; 
    }
    .keunggulan .container .d-grid {
        grid-template-columns: repeat(1, 1fr); 
    }

    /* Section pengacara */

    .section-tim-pengacara .carousel .carousel-inner .carousel-item img {
        width: 100%;
        height: 100%;
        display: block;
    }
    .section-tim-pengacara .carousel .carousel-inner .carousel-item p {
        margin-top: 0;
        text-align: center;
        font-weight: 500;
        margin-top: 10px;
    }
    .section-tim-pengacara {
        margin: 0 20px;
    }
    .carousel-control-prev {
        margin-left: 0;
    }
    .carousel-control-next {
        margin-right: 0;
    }
    
    /* Akhir section pengacara */

    .partnership img {
        width: 70px;
        display: flex;
        flex-wrap: wrap;
    }

    .list-kota .container .d-grid {
        grid-template-columns: repeat(2, 1fr); 
    }

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

    footer {
        padding-bottom: 30px;
    }
}
    