.btn {
    text-transform: none;
}

*::-webkit-scrollbar {
    display: none;
}

body {
    overflow-x: hidden;
}

.btn-back-to-top {
    position: fixed;
    bottom: 20px;
    /* Sesuaikan posisi vertikal */
    right: 20px;
    /* Sesuaikan posisi horizontal */
    z-index: 999;
    /* Pastikan tombol muncul di atas konten */
    /* Transparansi tombol */
    background-color: rgba(255, 255, 255, 0.919) !important;
    height: 50px !important;
    width: 55px !important;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-back-to-top i {
    color: #43755A;
    opacity: 1;
    /* Pastikan panah tetap tidak transparan */
}


/* Navbar */

.btn-log {
    margin-left: 0px;
}

.nav-link {
    font-weight: 500;
}

.wa-button {
    width: 100%;
    border: 2px solid #47785D;
    color: #47785D;
    font-weight: 500;
    text-align: center;
}

.login-btn {
    border: 2px solid #47785D !important;
    height: 32px;
    text-transform: none;
    color: #43755A;
    font-weight: 500;
    font-size: 16px;
    width: 100%;
}

.navbar-toggler-icon {
    color: black;
}


/*  Header */

#intro-example {
    height: 600px;
}


/* Height for devices larger than 992px */

.header-title {
    font-size: 26px;
    font-weight: 800;
    color: #43755A;
}

.more-btn {
    font-weight: 700;
    font-size: 16px;
    width: 50%;
}

.header-image {
    display: none;
}


/* Content */

.section-content {
    margin-top: -200px;
    background-color: #43755A;
    height: auto;
    padding-bottom: 40px;
}

.accept {
    background-color: #FFB63D;
    width: 100%;
    height: 100px;
    border-radius: 15px;
    position: relative;
    bottom: 70px;
    box-shadow: 0px 4px 17px 5px #00000040;
    padding-bottom: 10px;
    transition: transform 0.2s ease-in-out;
}

.accept:hover {
    background-color: #FFB63D;
    color: white;
    transform: scale(1.1);
    /* Bisa disesuaikan untuk memperbesar atau mengecilkan */
}

.accept p {
    text-align: center;
    font-size: 15px;
    font-weight: 600;
}

.number-prosedur {
    font-size: 50px;
    padding-right: 20px !important;
}

.prosedur-desc {
    font-size: 25px;
    line-height: 20px;
}

.biaya-content {
    padding: 10px;
}

.biaya-desc {
    border-radius: 30px;
    padding-top: 50px !important;
    padding: 30px;
    background-color: white;
    width: 100%;
    height: auto;
}

.biaya-title {
    font-weight: 800;
    color: #43755A;
}

.biaya-pendidikan-title {
    color: #43755A;
    font-weight: 600;
}

.biaya-pendidikan-desc {
    color: #43755A;
    font-weight: 500;
}

.btn-download {
    border-radius: 17px;
    height: 60px;
    width: 100%;
    background-color: #FFB63D;
    box-shadow: 0px 28px 35px -10px rgba(0, 0, 0, 0.45);
    color: white;
    font-weight: 600;
    font-size: 15px;
    transition: transform 0.2s ease-in-out;
}

.btn.btn-download:hover {
    background-color: #FFB63D;
    color: white;
    transform: scale(1.1);
    /* Bisa disesuaikan untuk memperbesar atau mengecilkan */
}

.accept-text {
    font-size: 22px;
    font-weight: 600;
    line-height: 31px;
    letter-spacing: 0em;
    color: #43755A;
    text-align: left;
}


/* Footer */

.footer-text {
    font-size: 20px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: #47785D;
}

.copyright {
    font-size: 15px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
    color: #47785D;
}

.contact-title {
    color: #47785D;
    font-size: 20px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
}

.contact i {
    color: #47785D;
    font-size: 20px;
    margin-bottom: 15px;
}

.social {
    font-size: 20px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: #47785D;
}

@media (min-width: 992px) {
    #intro-example {
        height: 800px;
    }
    .header-title {
        font-size: 70px;
        font-weight: 800;
        color: #43755A;
        margin-top: -100px;
    }
    .wa-button {
        width: 150px;
        border: 2px solid #47785D;
        color: #47785D;
        font-weight: 500;
        text-align: center;
    }
    .more-btn {
        font-weight: 700;
        font-size: 17px;
        width: 35%;
    }
    .header-image {
        display: contents;
    }
    .header-image img {
        margin-top: 20px;
    }
    .header-text {
        margin-top: -130px;
    }
    /* Content Desktop */
    .accept {
        position: relative;
        bottom: 60px;
        background-color: #FFB63D;
        width: 100%;
        height: 100px;
        border-radius: 15px;
        box-shadow: 0px 4px 17px 5px #00000040;
    }
    .accept:hover {
        background-color: #FFB63D;
        color: white;
        transform: scale(1.1);
        /* Bisa disesuaikan untuk memperbesar atau mengecilkan */
    }
    .accept p {
        font-size: 18px;
        font-weight: 600;
    }
    .number-prosedur {
        font-size: 60px;
    }
    .prosedur-desc {
        font-size: 30px;
        line-height: 20px;
    }
    .biaya-content {
        padding: 50px;
    }
    .biaya-desc {
        border-radius: 30px;
        padding-top: 50px !important;
        padding: 30px;
        background-color: white;
        width: 100%;
        height: auto;
    }
    .biaya-title {
        font-weight: 800;
        color: #43755A;
    }
    .biaya-pendidikan-title {
        color: #43755A;
        font-weight: 600;
    }
    .biaya-pendidikan-desc {
        color: #43755A;
        font-weight: 500;
    }
    .dcce {
        flex-wrap: nowrap;
    }
    .image-islam {
        margin-left: -50px;
    }
    .section-content {
        margin-top: -200px;
        background-color: #43755A;
        background-image: url(../assets/back-content1.png);
        background-position-y: 100px;
    }
    .accept-text {
        margin-top: 30px;
        font-size: 32px;
        font-weight: 600;
        line-height: 31px;
        letter-spacing: 0em;
        color: #43755A;
        text-align: left;
    }
    /* Footer */
    .footer-text {
        font-size: 20px;
        font-weight: 500;
        line-height: 21px;
        letter-spacing: 0em;
        text-align: left;
        color: #47785D;
    }
    .copyright {
        font-size: 12px;
        font-weight: 500;
        line-height: 17px;
        letter-spacing: 0em;
        text-align: left;
        color: #47785D;
    }
    .contact-title {
        color: #47785D;
        font-size: 20px;
        font-weight: 700;
        line-height: 21px;
        letter-spacing: 0em;
        text-align: left;
    }
    .contact i {
        color: #47785D;
        font-size: 20px;
        margin-bottom: 15px;
    }
    .social {
        font-size: 20px;
        font-weight: 500;
        line-height: 21px;
        letter-spacing: 0em;
        text-align: left;
        color: #47785D;
    }
    .pp {
        height: 80px;
        width: 80px;
        color: white;
        font-weight: 800;
        font-size: 36px;
    }
    .name-testi {
        color: white;
        font-size: 20px;
        font-weight: 700;
        line-height: 21px;
        letter-spacing: 0em;
        text-align: center;
    }
    .col-comment {
        width: 700px;
    }
    .col-comment p {
        color: white;
        font-size: 17px;
        font-weight: 500;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}