.header-mobile {
    display: none;
}

@media screen and (max-width: 776px) {
    .header-desktop {
        display: none;
    }

    .header-mobile {
        display: block;
        position: fixed;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 999;
    }
}

.footer-merah,
.footer-merah>.fusion-column-wrapper {
    border-radius: 30px 0 0 30px !important;
}

.fusion-tb-footer .footer-mobile,
.fusion-tb-footer .footer-mobile>.fusion-column-wrapper {
    display: none !important;
}

@media screen and (max-width: 776px) {

    .footer-merah,
    .footer-merah>.fusion-column-wrapper {
        border-radius: 0 !important;
    }

    .fusion-tb-footer .footer-mobile,
    .fusion-tb-footer .footer-mobile>.fusion-column-wrapper {
        display: flex !important;
    }

    .footer-desktop>.fusion-column-wrapper {
        display: none !important;
    }

    p,
    ul li {
        font-size: 12px
    }
}

img {
    border-radius: 20px;
}

.image-hero .fusion-image-element,
.image-hero .fusion-imageframe {
    display: block;
    width: 100%;
    height: 350px;
    overflow: hidden;
    border-radius: 20px;
}

.image-hero .fusion-imageframe img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 50%;
    display: block;
}

.hero-text h1 {
    font-size: 26px !important;
    font-family: poppins;
}

.advantages-title,
h2,
h3,
h4,
h5 {
    font-size: 26px !important;
    text-align: center;
}

.advantages-section .subtitle .fusion-li-icon {
    display: none;
}

.advantages-section .subtitle {
    position: relative;
    padding-left: 28px;
    font-weight: 600;
}

.advantages-section .subtitle::before {
    content: "●";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 15px;
    color: #000;
}

.text-cta {
    font-size: 20px !important;
}

.paket-adat {
    background-color: #a31d1d;
}

.faq-container {
    background-color: #a31d1d;
}

.faq-section .panel-title,
.faq-section .panel-title:hover,
.faq-section2 .panel-title,
.faq-section2 .panel-title:hover {
    background-color: #fff;
    border-radius: 10px;
    display: block;
    padding: 0 20px;
}

.faq-section .fusion-panel,
.faq-section2 .fusion-panel {
    border: none !important;
    box-shadow: none !important;
}

.faq-section,
.faq-section2 {
    border: none !important;
}

.faq-container h5 {
    color: #ffffff !important;
}

.button-wa {
    position: fixed;
    bottom: 10%;
    right: 5%;
    z-index: 1000;
    display: block;
    text-align: right;
}

.button-wa a {
    background-color: #25D366;
    color: #000000;
    border-radius: 15px;
    padding: 5px 20px;
}

.button-wa:hover {
    cursor: pointer;
}

.button-wa img {
    width: 60px;
    margin-top: -15px;
}

@media (max-width: 800px) {

    .image-hero .fusion-image-element,
    .image-hero .fusion-imageframe {
        height: 100%;
        border-radius: 5px;
    }

    .hero-text h1 {
        font-size: 16px !important;
    }

    .advantages-title,
    h2,
    h3,
    h4,
    h5 {
        font-size: 16px !important;
    }

    p {
        font-size: 12px !important;
    }

    .advantages-section .subtitle {
        background-color: #c7d4e9;
        padding-left: 5px;
    }

    .advantages-section .subtitle .fusion-li-icon {
        display: inline-block;
    }

    .advantages-section .subtitle::before {
        content: "";
    }

    .text-cta {
        font-size: 14px !important;
    }

    .button-paket-adat {
        position: relative;
        z-index: 9999 !important;
    }

    .faq-container {
        background-color: #ffe4e4;
    }

    .faq-container h5 {
        color: #000000 !important;
    }

    .faq-section .panel-title,
    .faq-section2 .panel-title {
        font-size: 12px !important;
    }

    .button-wa {
        right: 0;
    }

    .button-wa a {
        padding: 4px 0 7px 12px;
    }
}
