body {
    background-color: white !important;
}

/* ===== Buttons Css ===== */
.header-three .primary-btn,
.floating-button .primary-btn {
    background: var(--primary);
    color: var(--white);
    box-shadow: var(--shadow-2);
}

.header-three .active.primary-btn,
.header-three .primary-btn:hover,
.header-three .primary-btn:focus {
    background: var(--primary-dark);
    color: var(--white);
    box-shadow: var(--shadow-4);
}

.header-three .deactive.primary-btn {
    background: var(--gray-4);
    color: #3A3A3A;
    pointer-events: none;
}

/*===== HEADER THREE =====*/
.header-three {
    position: relative;
}

.header-three {
    background: var(--primary);
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.banner-img {
    position: absolute;
    z-index: 1;
    height: 300px;
}

.header-content-area .banner-img:nth-child(1) {
    left: -3%;
    bottom: -13%;
}

.header-content-area .banner-img:nth-child(2) {
    right: -2%;
    bottom: -17%;
}

.header-three .header-content-area .header-content {
    padding: 120px 0;
    position: relative;
    z-index: 10;
}

/* Make elemnt aside sticky but only in desktop not in mobile */
@media (min-width: 992px) {
    aside {
        position: sticky;
        top: 0;
        height: 100vh;
        overflow-y: auto;
    }
}

@media (max-width: 992px) {
    img.banner-img {
        height: 200px;
    }

    div.header-content-area .banner-img:nth-child(1) {
        left: -10%;
        bottom: -11%;
    }

    div.header-content-area .banner-img:nth-child(2) {
        right: -10%;
        bottom: -14%;
    }

    #steps .container {
        justify-content: start;
        align-items: center;
        text-align: center;
        padding: 10px !important;
    }

    #steps .container div {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    #steps .container div svg {
        display: block;
        margin: 0 auto 10px auto;
    }

    #steps .container strong {
        display: none !important;
    }

    article section h2 {
        font-size: 25px !important;
    }

    label.label {
        font-size: 12px !important;
    }

    strong.mobile-only {
        text-align: center;
        margin-top: 1.4rem;
        font-size: 20px !important;
    }

    .mobile-only {
        display: block !important;
    }
}

.mobile-only {
    display: none;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .header-three .header-content-area .header-content {
        padding: 150px 0;
    }
}

@media (max-width: 767px) {
    .header-three .header-content-area .header-content {
        padding-top: 60px;
        padding-bottom: 140px;
    }
}

.header-three .header-content-area .header-title {
    font-size: 44px;
    line-height: 55px;
    color: var(--white);
    font-weight: 600;
}

@media (max-width: 767px) {
    .header-three .header-content-area .header-title {
        font-size: 30px;
        line-height: 35px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-three .header-content-area .header-title {
        font-size: 36px;
        line-height: 45px;
    }
}

.header-three .header-content-area .text {
    color: var(--white);
    margin-top: 8px;
}

section.navbar-area {
    position: unset !important;
}

.header-three .header-content-area .header-btn {
    margin-top: 40px;
}

.header-three .primary-btn,
.floating-button .primary-btn {
    background: var(--white);
    color: var(--primary);
}

.header-three .header-image {
    padding-top: 80px;
}

@media (max-width: 767px) {
    .header-three .header-image {
        padding-top: 30px;
    }
}

.header-three .header-image img {
    width: 100%;
}

@media (max-width: 767px) {
    .header-three .header-image img {
        height: 160px;
        object-fit: cover;
        object-position: center;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-three .header-image img {
        height: 200px;
    }
}

/*# sourceMappingURL=header-03.css.map */
#steps strong {
    color: #6c6c6c;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: bold;
}

#steps .container {
    display: flex;
    padding: 3rem;
    align-items: center;
    justify-content: space-between;
    font-family: "Poppins", sans-serif;
}

.floating-button {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    padding-bottom: 1rem;
    background-color: var(--primary);
    z-index: 999;
    text-align: center;
}

.floating-button small {
    display: block;
    padding-top: 1rem;
    font-family: "Poppins", sans-serif;
    margin-bottom: 10px;
}

a.chat-btn {
    display: none !important;
}

aside .list-style {
    width: fit-content;
    border: none;
    border-radius: 8px;
    margin-top: 1rem;
    margin-left: auto;
    margin-right: auto;
    background-color: #1559D5;
    padding: 15px 20px 15px 25px;
}

aside .list-style h2 {
    font-size: 1.25rem;
    border-bottom: none;
    color: white;
}

.list-style .list-style-twenty ul li {
    font-size: 1rem;
    line-height: 24px;
    margin-top: 13px;
    color: white !important;
    text-indent: -31px;
    padding-left: 34px;
}

.list-style .list-style-twenty ul li a {
    color: white !important;
    text-indent: -20px;
    /* Indent the first line by -20px */
    padding-left: 20px;
    /* Add 20px padding to subsequent lines */
    display: contents;
}

.list-style .list-style-twenty ul li span {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 50%;
    background-color: var(--primary);
    margin-right: 6px;
}

.alerts-title .title {
    font-size: 36px;
    line-height: 45px;
    color: #3A3A3A;
}

@media (max-width: 767px) {
    
    .alerts-title .title {
        font-size: 24px;
        line-height: 35px;
    }
}

/* Labels CSS */
.label {
    font-size: 14px;
    font-weight: 600;
    padding: 4px 8px;
    border-radius: 2px;
    display: inline-block;
    border: 1px solid transparent;
    background: var(--primary-light);
    margin-bottom: 10px;
}

.label.primary-label-outline {
    color: var(--primary);
    border-color: none;
}

.label.rounded-full {
    border-radius: 50px;
    padding: 4px 12px;
}

article section p {
    font-size: 16px;
    line-height: 24px;
    color: #3A3A3A;
    margin-bottom: 1rem;
    text-align: justify;
}

article section h2:nth-child(n + 2) {
    font-size: 2.375rem;
    color: #3A3A3A;
    margin-block: 2rem;
}

article section h3 {
    font-size: 1.875rem;
    color: #3A3A3A;
    margin-block: 2rem;
}

article section ol {
    padding-bottom: 10px;
}

article section ol li {
    color: #3A3A3A;
    margin-bottom: 10px;
    list-style: auto;
    margin-left: 24px;
}

article section ul li {
    color: #3A3A3A;
    margin-bottom: 10px;
    list-style: circle;
    margin-left: 24px;
}

article section figure img,
article section img {
    display: block;
    margin: auto;
}

figure figcaption {
    font-size: 14px;
    line-height: 20px;
    color: #3A3A3A;
    margin-top: 10px;
    text-align: center;
    font-style: italic;
}

/* Start Label Diskon */
.diskon {
    background: white;
    margin-top: 2rem;
    text-align: center;
    padding: 18px 0;
    border-radius: 8px;

    .harga-sebelum-diskon {
        font-size: 1.5rem;
        text-decoration: line-through;
        color: #3a3a3a;
        font-weight: 600;
        padding: 0 0.3rem;
    }

    .harga-setelah-diskon {
        font-size: 1.5rem;
        padding: 0 0.3rem;
        color: #ec274a;
    }

    .deskripsi-diskon {
        background-color: #ec274a;
        color: white;
        font-size: 1.3rem;
        padding: 0.2rem 1rem;
    }
}

.keunggulan {
    text-align: center;
    padding: 0.4rem;
}

.card-keunggulan {
    background: #fff;
    filter: drop-shadow(0px 6px 20px rgba(0, 0, 0, 0.15));
    display: flex;
    gap: 1rem;
    text-align: center;
    justify-content: center;
    padding: 2rem 1rem;
    border-radius: 0.5rem;
    margin-right: 5%;
    margin-left: 5%;
    margin-top: -50px;
    z-index: 10;
    position: relative;
}

.keunggulan-item {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-right: 1rem;
    font-weight: 600;
}

.keunggulan-item img {
    margin-right: 12px;
}

@media (max-width: 768px) {
    aside .list-style {
        margin-top: 4rem;
        margin-bottom: 7.5rem;
    }
    article section h2:nth-child(n + 2) {
        font-size: 1.5rem;
        margin-block: 1rem;
    }

    article section h3 {
        font-size: 1.25rem;
        margin-block: 1rem;
    }
    .card-keunggulan {
        display: block;
        margin-top: -80px;
    }

    .keunggulan-item {
        margin-bottom: 10px;
    }

    .keunggulan-item img {
        margin: unset;
        margin-right: 12px;
    }

    .diskon {
        /* margin-bottom: 6rem; */
    }

    .deskripsi-diskon {
        display: block;
        background-color: #ec274a;
        color: white;
        font-size: 1.3rem;
        padding: 0.2rem 1rem;
        width: fit-content;
        margin: auto;
    }
}

.inner-diskon {
    background: #ec274a;
    color: white;
}

/* End Label Diskon */
#steps {
    margin-block: 2.5rem;
}


.steps-item {
    /* display: flex; */
    text-align: center;
    justify-content: center;
    align-items: center;
}

.steps-icon {
    width: fit-content;
    background: #F2F7FF;
    padding: 1rem;
    border-radius: 0.625rem;
    text-align: center;
    margin: 0.625rem auto;
}

.steps-label {
    color: var(--Primary-Normal, #1559D5);
    font-family: Roboto;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
}

.steps-title {
    color: var(--Neutral-Black, #3A3A3A);
    text-align: center;
    font-family: Roboto;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 1.5rem;
}