/* Global */

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
span,
b,
.faq-section button {
    font-family: "Poppins", sans-serif;
}

.list-produk h2,
.keunggulan h2,
.faq-section h2,
.testimoni h2,
.list-kota h3,
.cta-page h4,
.tentang-kami h5,
.artikel h5 {
    font-size: 26px;
}

/* Akhir Global */

/* Menu header */
.header-desktop {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: #fff;
    padding: 5px 0;
    z-index: 99;
}

.header-desktop .nav-link {
    color: #1e3956;
}

/* Container */
.navbar {
    background-color: #fff;
    padding: 10px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Burger Icon */
.burger {
    cursor: pointer;
    display: block;
}

.burger div {
    width: 25px;
    height: 3px;
    background-color: #1e3956;
    margin: 5px 0;
}

/* Menu */
.menu {
    display: none;
    background-color: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
}

.menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu li {
    border-top: 1px solid #1e395677;
}

.menu a {
    color: #1e3956;
    text-decoration: none;
    display: block;
    padding: 12px 20px;
}

.menu .submenu {
    display: none;
    background-color: #fff;
}

.menu .submenu a {
    padding-left: 40px;
}

.menu li.has-submenu>a::after {
    content: ' ▼';
    float: right;
}

/* Show Menu */
.menu.active {
    display: block;
}

.menu .submenu.active {
    display: block;
}

/* Akhir menu header */

/* Section Header */
.header-beranda,
.section-layanan .header-section-layanan {
    background-image: url('../images/bg-header.webp');
    padding: 300px 0;
}

.header-beranda h1 span,
.section-layanan .header-section-layanan h3 {
    font-family: "Bebas Neue", sans-serif;
    color: #FFD918;
    font-size: 60px;
    font-weight: 600;
}

.header-beranda h1 {
    color: #fff;
}

.header-beranda .text-header {
    width: 55%;
}

.header-beranda .container .btn {
    background-color: #FFD918;
    color: #1e3956;
    border-radius: 30px;
    padding: 8px 20px;
}

/* Akhir Section Header */

/* Section Tentang Kami */
.tentang-kami {
    height: 420px;
    border-radius: 0 0 35px 35px;
    position: relative;
}

.tentang-kami .container {
    position: absolute;
    top: -15%;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 1px 4px 5px #aaa;
    border-radius: 20px;
}

.tentang-kami .container div p {
    text-align: justify;
    padding-right: 25px;
}

.tentang-kami .container img {
    border-radius: 20px;
    width: 500px;
}

/* Akhir Section Tentang Kami */

/* Section Produk */
.list-produk {
    background-image: url('../images/bg-11.webp');
    background-repeat: no-repeat;
    background-size: cover;
}

.list-produk h2 {
    background-color: #1e3956;
    border-radius: 15px;
    padding: 5px 280px;
    display: inline-block;
    margin: auto;
}

.list-produk .container {
    display: grid;
    grid-template-columns:
        repeat(2, 1fr);
    gap: 10px;
}

.list-produk .container .card-section div .text-title {
    font-size: 20px;
    font-weight: 600;
}

.card-section {
    border-radius: 15px;
    box-shadow: 1px 3px 5px #aaa;
    background-color: #fff;
}

.card-section ul {
    margin-top: -10px;
}

.card-section span {
    font-size: 14px;
}

.card-section img {
    width: 100%;
}

.card-section .button a {
    background-color: #28aaa4;
    color: #fff;
}

/* Akhir Section Produk */

/* Section CTA */
.cta-page .container {
    background-color: #1e3956;
    padding: 100px 30px;
    border-radius: 20px;
    margin-top: 100px;
}

.cta-page .container .button-cta {
    background-color: #25D366;
    display: inline-block;
    border-radius: 30px;
    padding: 5px 15px 5px 30px;
}

.cta-page .container .button-cta i {
    font-size: 30px;
    margin-right: -10px;
}

.cta-page .container .button-cta a {
    font-weight: bold;
    margin-top: -12px;
}

.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 {
    background-image: url('../images/bg-4.webp');
    background-size: cover;
    border-radius: 15px;
    background-position: center;
}

.keunggulan .container .foto-keunggulan {
    width: 500px;
}

.keunggulan .container ol li,
.keunggulan .container ol p,
.keunggulan .container h2 {
    color: #ffffff;
}

/* Akhir Section Keunggulan */

/* Section FAQ */
.faq-section,
.faq-section .container .accordion-item,
.faq-section .container .accordion-item .accordion-header {
    background-color: #1e3956;
}

.faq-section .container .accordion-item .accordion-header .accordion-button {
    border-radius: 20px;
}

.faq-section .container #button-faq,
.artikel .container #button-artikel {
    border-radius: 20px;
    font-weight: 600;
}

.faq-section .container p,
.faq-section .container ol li {
    text-align: left;
}

/* Akhir section FAQ */

/* Section button WA */
.button-wa {
    position: fixed;
    bottom: 10%;
    right: 5%;
    z-index: 999;
}

.button-wa img {
    width: 70px;
}

.button-wa a {
    background-color: #1e3956;
    padding: 5px 5px 5px 20px;
    border-radius: 20px;
}

/* Akhir section button WA */

/* 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;
}

.list-kota .container .d-grid a {
    color: #1e3956;
}

/* Akhir section list kota */

/* Section artikel */
.artikel .container img {
    width: 100%;
    border-radius: 20px;
}

.artikel .list-artikel span {
    font-size: 14px;
    color: #aaa;
}

.artikel .container #button-artikel {
    background-color: #1e3956;
    color: #ffffff;
}

/* Akhir section artikel */

/* Section testimoni */
.testimoni .container .d-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.testimoni .container .d-grid img {
    width: 100%;
}

.testimoni .container .isi-testimoni .foto img {
    width: 50px;
    border-radius: 50px;
}

.testimoni .container .isi-testimoni .bukti-testimoni img {
    width: 50%;
}

.testimoni .carousel .carousel-inner .carousel-item img {
    width: 40%;
    display: block;
}

.testimoni .carousel .carousel-inner .carousel-item p {
    margin-top: 0;
    text-align: center;
    font-weight: 500;
    margin-top: 10px;
}

.testimoni .container button {
    border: 0;
    background-color: #1e3956;
    color: #ffffff;
    font-weight: 600;
    padding: 7px 15px;
    border-radius: 30px;
    text-align: center;
}

/* Akhir section testimoni */

footer {
    background-color: #1e3956;
    color: white;
    padding-top: 10px;
    border-radius: 50px 50px 0 0;
}

footer .logo-footer {
    width: 200px;
}

footer h5 {
    font-family: "Bebas Neue", sans-serif;
    font-size: 32px;
    color: #FFD918;
}

footer .logo-footer {
    width: 200px;
}

footer .logo-asuransi {
    padding: 15px 0;
    background-color: #ffffff;
    border-radius: 20px;
}

/* Produk Page */
.page-produk h2,
.section-layanan h3 {
    font-size: 26px;
}

.page-produk .container .d-grid,
.section-layanan .container .d-grid {
    grid-template-columns:
        repeat(2, 1fr);
    gap: 10px;
}

.page-produk .container .d-grid div,
.section-layanan .container .d-grid div {
    padding: 20px;
    border-radius: 20px;
    border: 1px 1px 1px solid #000;
    box-shadow: 1px 1px 5px #aaa;
    margin: 10px 10px 0 10px;
    background-color: #ffffff;
}

.page-produk .container .d-grid div .judul-produk,
.section-layanan .container .d-grid div .judul-layanan {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}

.section-layanan .container .d-grid a {
    background-color: #1e3956;
}

.section-layanan .container .d-grid p,
.section-layanan .container .d-grid ol li {
    text-align: start;
}

.section-layanan .container .btn {
    border-radius: 20px;
}

.page-produk .header-asuransi-keluarga {
    background-image: linear-gradient(to right, #1e3956, #28aaa4);
    padding: 100px 0;
}

.page-produk .header-asuransi-keluarga .container,
.page-produk .header-asuransi-bisnis-kantor .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-produk .header-asuransi-keluarga h1,
.page-produk .header-asuransi-bisnis-kantor h1 {
    font-size: 30px;
    color: #ffffff;
}

.page-produk .header-asuransi-keluarga h1 span,
.page-produk .header-asuransi-bisnis-kantor h1 span {
    color: #FFD918;
    font-weight: 700;
}

.page-produk .header-asuransi-keluarga img,
.page-produk .header-asuransi-bisnis-kantor img {
    width: 600px;
    border-radius: 20px;
}

.page-produk .bg-corak {
    background-image: url('../images/bg-asuransi.webp');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px 0;
}

.page-produk .header-asuransi-bisnis-kantor {
    background-image: linear-gradient(to bottom right, #1e3956, #28aaa4);
    padding: 100px 0;
}

.page-produk .container .d-grid {
    text-align: center;
}

.page-produk .container .d-grid .btn {
    background-color: #28aaa4;
    color: #ffffff;
    font-weight: 500;
    border-radius: 30px;
}

.page-produk .container .d-grid ul li {
    text-align: left;
}

.page-produk .container .d-grid img {
    width: 100%;
}

.tentang-kami-page .section-penjelasan-tentang-kami .d-lg-flex img {
    width: 500px;
    margin-left: 50px;
    border-radius: 20px;
}

/* Akhir Produk Page */

@media only screen and (max-width: 767px) {

    .list-produk h2,
    .keunggulan h2,
    .faq-section h2,
    .testimoni h2,
    .list-kota h3,
    .cta-page h4,
    .tentang-kami h5,
    .artikel h5 {
        font-size: 16px;
    }

    p,
    ul li,
    ol li {
        font-size: 12px;
    }

    /* Section header */
    .header-beranda,
    .section-layanan .header-section-layanan {
        background-image: url('../images/bg-header-mobile.webp');
        background-position: center center;
        background-size: cover;
        padding: 30px 10px 300px 10px;
    }

    .header-beranda h1 span,
    .section-layanan .header-section-layanan h3 {
        font-size: 30px;
        text-align: center;
    }

    .header-beranda h1 {
        padding-top: 70px;
        color: #fff;
        font-size: 20px;
        text-align: center;
    }

    .header-beranda .text-header {
        width: 100%;
    }

    .header-beranda .text-header p {
        text-align: center;
    }

    .header-beranda .container .btn {
        font-size: 12px;
        padding: 4px 13px;
    }

    /* Section Tentang Kami */
    .tentang-kami {
        height: 100%;
        border-radius: 20px;
        margin-top: -20px;
    }

    .tentang-kami .container {
        position: relative;
        top: 0;
        bottom: 0;
        padding: 20px 10px;
        box-shadow: none;
    }

    .tentang-kami .container img {
        width: 100%;
        display: block;
        margin: auto;
    }

    .tentang-kami .container div p {
        padding-right: 0;
    }

    /* Akhir Section Tentang Kami */

    /* Section produk */
    .list-produk h2 {
        padding: 5px 50px;
        margin-bottom: 10px;
    }

    .card-section .button a {
        font-size: 12px;
    }

    /* Section CTA */
    .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,
    .keunggulan .container 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;
    }

    /* Akhir Section CTA */

    /* Section Keunggulan */
    .keunggulan {
        margin-top: 5px;
    }

    .keunggulan .container ol li,
    .keunggulan .container p {
        margin-left: -20px;
    }

    .keunggulan .container .foto-keunggulan {
        width: 300px;
    }

    /* Akhir Section Keunggulan */

    /* Section FAQ */
    .faq-section .container .accordion-item .accordion-button {
        border-radius: 15px;
    }

    .accordion-item {
        font-size: 12px;
    }

    .accordion-header .accordion-button {
        font-size: 13px;
    }

    .faq-section .container #button-faq {
        font-size: 12px;
    }

    /* Akhir section FAQ */

    /* Section Button WA */
    .button-wa img {
        width: 45px;
    }

    .button-wa a {
        font-size: 12px;
    }

    /* Akhir Section Button WA */

    /* Section List Kota */
    .list-kota .container .d-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    /* Akhir Section List Kota */

    /* Section artikel */
    .artikel .container img {
        width: 40%;
    }

    .artikel .container .list-artikel {
        display: flex;
        align-items: center;
    }

    .artikel .list-artikel span {
        font-size: 10px;
    }

    .artikel .list-artikel h6 {
        font-size: 12px;
    }

    .artikel .container #button-artikel {
        font-size: 12px;
    }

    /* Akhir section artikel */

    /* Section testimoni */
    .testimoni .container .isi-testimoni {
        width: 100%;
        border-radius: 10px;
    }

    .testimoni .container .isi-testimoni i {
        font-size: 12px;
    }

    .testimoni .container .isi-testimoni .foto img {
        width: 35px;
    }

    .testimoni .container .isi-testimoni .bukti-testimoni img {
        width: 100%;
    }

    .testimoni .container .d-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }

    .testimoni .container button {
        font-size: 12px;
    }

    /* Akhir section testimoni */

    /* Footer */
    footer .logo-footer {
        border-radius: 30px;
    }

    footer .container h3 {
        font-size: 16px;
    }

    footer .container .judul-alamat,
    footer .container .produk-footer {
        font-size: 12px;
    }

    footer .copyright a {
        font-size: 10px;
    }

    /* Akhir footer */


    /* Produk Page */
    .page-produk h2,
    .section-layanan h3 {
        font-size: 14px;
    }

    .page-produk .container .d-grid,
    .section-layanan .container .d-grid,
    .list-produk .container {
        grid-template-columns:
            repeat(1, 1fr);
        gap: 5px;
    }

    .page-produk .container .d-grid div .judul-produk,
    .section-layanan .container .d-grid div .judul-layanan {
        font-size: 12px;
    }

    .page-produk .container ul li,
    .page-produk .container ol li {
        margin-left: -20px;
        text-align: justify;
    }

    .section-layanan .container .btn {
        font-size: 12px;
    }

    .page-produk {
        margin-top: -30px;
    }

    .page-produk .header-asuransi-keluarga .container,
    .page-produk .header-asuransi-bisnis-kantor .container {
        display: block;
        padding: 0 20px;
    }

    .page-produk .header-asuransi-keluarga h1,
    .page-produk .header-asuransi-bisnis-kantor h1 {
        font-size: 20px;
        text-align: center;
    }

    .page-produk .header-asuransi-keluarga h1 span,
    .page-produk .header-asuransi-bisnis-kantor h1 span {
        color: #FFD918;
        font-weight: 700;
    }

    .page-produk .header-asuransi-keluarga img,
    .page-produk .header-asuransi-bisnis-kantor img {
        width: 330px;
        margin: auto;
        display: block;
    }

    .page-produk .bg-corak {
        background-image: url('../images/bg-asuransi.webp');
        background-size: cover;
        background-repeat: no-repeat;
        padding: 30px 0;
    }

    .page-produk .header-asuransi-bisnis-kantor {
        background-image: linear-gradient(to bottom right, #1e3956, #28aaa4);
        padding: 140px 0;
    }

    .page-produk .container .d-grid img {
        width: 100%;
    }

    .list-produk .container .card-section img {
        width: 96%;
    }

    .page-produk .container .d-grid .btn {
        font-size: 12px;
    }

    /* Akhir Produk Page */

    .tentang-kami-page .section-penjelasan-tentang-kami .d-lg-flex img {
        width: 350px;
        display: block;
        margin: auto;
    }
}


/* Responsive - Desktop Menu Hidden */
@media(min-width: 768px) {
    .burger {
        display: none;
    }

    .menu {
        display: flex !important;
    }

    .menu ul {
        display: flex;
    }

    .menu li {
        border: none;
    }

    .menu a {
        padding: 10px 15px;
    }

    .menu .submenu {
        position: absolute;
        display: none;
    }

    .menu li:hover .submenu {
        display: block;
    }

    .menu .submenu a {
        padding: 10px 20px;
    }
}

.alamat-header {
    font-size: 5px;
    color: #ffffff00;
}