*::-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 */
}

.for-bg {
    background-image: url('../assets/bg-body.png');
}

.header-about {
    background-image: url(../assets/back-about.png);
    height: 450px;
    background-position-y: -140px;
    background-position-x: -400px;
}

.wa-button {
    width: 100%;
    border: 2px solid #47785D;
    color: #47785D;
    font-weight: 500;
    text-align: center;
}

.wa-button {
    width: 100%;
    border: 2px solid #47785D;
    color: #47785D;
    font-weight: 500;
    text-align: center;
}

.about-yayasan {
    padding: 20px;
    margin-right: 0px !important;
    margin-left: 0px !important;
    margin-top: -300px;
    height: 850px;
    background: #39674EED;
    box-shadow: 0px 28px 35px -10px #0000007D;
}

.yayasan-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
}


/* .adfaa {
    padding-right: 80px;
} */

.visi {
    position: relative;
    top: 110px;
}

.visi .number {
    display: none;
}

.sistem .number {
    display: none;
}

.visi-title {
    font-size: 56px;
    font-weight: 800;
    line-height: 92px;
    letter-spacing: 0em;
    color: #43755A;
    margin-bottom: 30px;
}

.visi-text {
    font-size: 20px;
    font-weight: 600;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;
    color: #43755A;
    margin-bottom: 250px;
}

.number {
    display: contents;
}

.visi-img {
    display: none;
}

.sistem {
    background-color: #43755A;
    margin-top: -70px;
}

.sistem-title {
    font-size: 46px;
    font-weight: 800;
    color: white;
    margin-bottom: 40px;
    line-height: 72px;
    letter-spacing: 0em;
}

.sistem-text {
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    color: white;
}

.sistem-img {
    display: none;
}

.sistem-img img {
    position: relative;
    bottom: 150px;
    border-radius: 20px;
    box-shadow: 11px 12px 18px 0px #00000040;
}

.fasilitas {
    margin-top: -10px;
    background-color: #43755A;
    height: 550px;
}

.fasilitas-title {
    color: white;
    font-size: 46px;
    font-weight: 800;
    letter-spacing: 0em;
    text-align: left;
}

.fasilitas-text {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;
    color: white;
}

.fasilitas-img {
    display: none;
}

.fasilitas-img img {
    box-shadow: -11px 4px 16px 0px #00000040;
    border-radius: 40px;
}

.tenaga {
    padding-top: 90px;
    margin-top: -10px;
    background-color: #43755A;
    height: 600px;
}

.tenaga-title {
    color: white;
    font-size: 46px;
    font-weight: 800;
    letter-spacing: 0em;
    text-align: left;
}

.tenaga-text {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;
    color: white;
}

.tenaga-img {
    display: none;
}

.tenaga-img img {
    box-shadow: -11px 4px 16px 0px #00000040;
    border-radius: 40px;
}


/* 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;
}

@media (min-width: 992px) {
    .header-about {
        background-image: url(../assets/back-about.png);
        height: 450px;
        background-position-y: -140px;
        background-position-x: 0px;
    }
    .wa-button {
        width: 150px;
        border: 2px solid #47785D;
        color: #47785D;
        font-weight: 500;
        text-align: center;
    }
    .wa-button {
        width: 150px;
        border: 2px solid #47785D;
        color: #47785D;
        font-weight: 500;
        text-align: center;
    }
    .about-yayasan {
        padding-top: 163px;
        margin-top: -300px;
        height: 606px;
        background: #39674EED;
        box-shadow: 0px 28px 35px -10px #0000007D;
    }
    .yayasan-text {
        position: relative;
        bottom: 80px;
        font-size: 20px;
        font-weight: 500;
        line-height: 27px;
        letter-spacing: 0em;
        text-align: left;
    }
    .adfaa {
        padding-right: 80px;
    }
    .visi {
        position: relative;
        top: 110px;
    }
    .visi-title {
        font-size: 76px;
        font-weight: 800;
        line-height: 92px;
        letter-spacing: 0em;
        color: #43755A;
        margin-bottom: 80px;
    }
    .visi-text {
        font-size: 20px;
        font-weight: 600;
        line-height: 23px;
        letter-spacing: 0em;
        text-align: left;
        color: #43755A;
    }
    .number {
        display: contents;
    }
    .visi-img {
        display: contents;
    }
    .img-visi {
        position: relative;
        bottom: 90px;
    }
    .sistem {
        background-color: #43755A;
        margin-top: -70px;
    }
    .sistem-title {
        font-size: 76px;
        font-weight: 800;
        line-height: 72px;
        letter-spacing: 0em;
        color: white;
        margin-bottom: 80px;
    }
    .sistem-text {
        font-size: 20px;
        font-weight: 600;
        line-height: 23px;
        letter-spacing: 0em;
        text-align: left;
        color: white;
    }
    .sistem-img {
        display: contents;
    }
    .sistem-img img {
        position: relative;
        bottom: 150px;
        border-radius: 20px;
        box-shadow: 11px 12px 18px 0px #00000040;
    }
    .fasilitas {
        padding-top: 0px;
        background-color: #43755A;
        height: 600px;
    }
    .fasilitas-title {
        color: white;
        font-size: 63px;
        font-weight: 800;
        text-align: left;
    }
    .fasilitas-title span {
        display: block;
    }
    .fasilitas-text {
        font-family: Montserrat;
        font-size: 18px;
        font-weight: 600;
        line-height: 23px;
        letter-spacing: 0em;
        text-align: left;
        color: white;
    }
    .fasilitas-img {
        display: contents;
    }
    .fasilitas-img img {
        box-shadow: -11px 4px 16px 0px #00000040;
        border-radius: 40px;
    }
    .tenaga {
        padding-top: 0px;
        background-color: #43755A;
        height: 500px;
    }
    .tenaga-title {
        color: white;
        font-size: 63px;
        font-weight: 800;
        text-align: left;
    }
    .tenaga-title span {
        display: block;
    }
    .tenaga-text {
        font-family: Montserrat;
        font-size: 18px;
        font-weight: 600;
        line-height: 23px;
        letter-spacing: 0em;
        text-align: left;
        color: white;
    }
    .tenaga-img {
        display: contents;
    }
    .tenaga-img img {
        box-shadow: -11px 4px 16px 0px #00000040;
        border-radius: 40px;
    }
    /* 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;
    }
    .sistem .number {
        display: contents;
    }
    .visi .number {
        display: contents;
    }
    .selengkapnya {
        width: 200px;
        height: 40px;
        font-size: 16px;
    }
}