/* Global CSS */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Libre Baskerville", serif;
    line-height: 1.5em !important;
}

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

.menu .icon p {
    margin: -7px 0 5px 0;
}

.menu .icon a i {
    color: #4054B2;
}

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

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

    .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 {
        padding: 0 15px;
    }

    .cta-page .container .button-cta a {
        font-size: 11px;
        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 {
        padding: 0 15px;
    }

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


















.section-header {
    background-image: linear-gradient(135deg, #eee 0%, #fff 50%);
    padding-top: 80px;
}

.hero-content {
    padding-left: 100px !important;
    padding-right: 100px !important;
}

.hero-content h1 span {
    font-family: "Libre Baskerville", serif;
    color: #f58c05;
    font-size: 46px;
}

.hero-content p {
    text-align: justify;
}

.hero-content .btn {
    background-color: #012251;
    border-radius: 30px;
    padding: 10px 30px;
}

.section-about-us {
    background-color: #f2f7fe;
}

.section-about-us .card-section .card-item {
    background-color: #ffffffc4;
    box-shadow: 1px 1px 3px #aaa;
    border-radius: 20px;
    padding: 20px;
}

.section-about-us .card-section {
    gap: 24px;
}

.section-about-us .card-section .card-item a {
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    color: #012251;
}

.section-about-us .card-section .card-item .d-flex {
    gap: 10px;
}

.section-about-us .card-section .card-item .d-flex img {
    width: 65px;
}

.section-about-us .card-section>* {
    flex: 0 0 calc(24% - 12px);
    max-width: calc(24% - 12px);
}

.section-product .card-product {
    gap: 24px;
}

.section-product .card-product .card-item {
    gap: 24px;
}

.section-product .card-product .card-item .d-flex {
    gap: 12px;
}

.section-product .card-product .card-item {
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 20px;
}

.section-product .card-product>* {
    flex: 0 0 calc(32% - 12px);
    max-width: calc(32% - 12px);
}

@media only screen and (max-width: 992px) {
    .hero-content {
        padding-left: 50px !important;
        padding-right: 0px !important;
    }
}

@media only screen and (max-width: 767px) {
    .section-header {
        padding-top: 20px;
    }
    .hero-content h1 span {
        font-size: 30px;
    }
    .hero-content {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .hero-content .btn {
        padding: 5px 20px;
        margin-bottom: 20px;
        font-size: 14px;
    }
}

@media (max-width: 991.98px) {
    .section-about-us .card-section>* {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 776px) {
    .section-about-us .card-section>* {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .section-about-us .card-section .card-item a {
        font-size: 12px;
        display: block;
        text-align: center;
    }
}

@media (max-width: 991.98px) {
    .section-product .card-product>* {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .section-product .card-product .card-item .btn {
        font-size: 12px;
    }
}
