*::-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/bg-sd.png);
    height: 450px;
    background-position-y: -140px;
}

.wa-button {
    width: 100%;
    border: 2px solid #47785D;
    color: #47785D;
    font-weight: 500;
    text-align: center;
}

.about-tk {
    backdrop-filter: blur(5px);
    margin-right: 0px !important;
    margin-left: 0px !important;
    padding-top: 30px;
    margin-top: -170px;
    height: 366px;
    background: #47785d8d !important;
    box-shadow: 0px 28px 35px -10px #0000007D !important;
}

.tk-logo img {
    width: 150px;
    height: 150px;
}

.sd-title {
    font-size: 25px;
    font-weight: 800;
}

.adfaa {
    text-align: center;
    padding-top: 0px !important;
    padding: 30px;
}


/* .about-yayasan img {
    position: relative;
    bottom: 30px;
} */

.full-text {
    color: white;
    font-weight: 700;
    font-size: 20px;
}

.keunggulan {
    color: white;
    font-weight: 700;
    font-size: 20px;
}

.alur-title {
    color: white;
    font-size: 46px;
    font-weight: 800;
    text-align: left;
}

.alur-item {
    margin-bottom: 30px;
    padding: 40px;
    height: 320px;
    width: 100%;
    background-color: white;
    border-radius: 20px;
}

.alur-item h1 {
    font-size: 36px;
    font-weight: 800;
    line-height: 34px;
    letter-spacing: 0em;
    text-align: left;
    color: #43755A;
}

.alur-item p {
    color: #43755A;
    font-size: 20px;
    font-weight: 500;
    line-height: 31px;
    letter-spacing: 0em;
    text-align: left;
}

.kegiatan {
    margin-bottom: 50px;
}

.kegiatan-title {
    font-size: 46px;
    font-weight: 800;
    text-align: left;
    color: white;
    margin-bottom: 30px;
}

.kegiatan-text {
    color: white;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
}

.kegiatan-sentra {
    font-size: 24px;
}


/* Galley TKIT */

.gallery-title {
    color: white;
    font-size: 42px;
    font-weight: 800;
}

.gallery img {
    width: 100%;
    height: 250px;
}


/* 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/bg-sd.png);
        height: 550px;
        background-position-y: -180px;
    }
    .about-tk {
        padding-top: 163px !important;
        margin-top: -300px;
        height: 506px;
        padding: 50px;
        background: #39674EED;
        box-shadow: 0px 28px 35px -10px #0000007D;
        backdrop-filter: blur(5px);
    }
    .wa-button {
        width: 150px;
        border: 2px solid #47785D;
        color: #47785D;
        font-weight: 500;
        text-align: center;
    }
    .sd-title {
        position: relative;
        bottom: 30px;
        font-size: 50px;
        font-weight: 800;
        line-height: 67px;
        letter-spacing: 0em;
    }
    .tk-logo img {
        width: 220px;
        height: 200px;
    }
    .adfaa {
        text-align: left;
    }
    .yayasan-text {
        position: relative;
        bottom: 80px;
        font-size: 20px;
        font-weight: 500;
        line-height: 27px;
        letter-spacing: 0em;
        text-align: left;
    }
    .kegiatan {
        margin-bottom: 50px;
    }
    .kegiatan-title {
        font-size: 56px;
        font-weight: 800;
        text-align: left;
        color: white;
        margin-bottom: 30px;
    }
    .kegiatan-text {
        color: white;
        font-size: 22px;
        font-weight: 400;
        line-height: 30px;
        letter-spacing: 0em;
        text-align: left;
    }
    .kegiatan-sentra {
        font-size: 24px;
    }
    .alur-title {
        color: white;
        font-size: 48px;
        font-weight: 800;
        text-align: left;
    }
    .alur-item {
        margin-bottom: 30px;
        padding: 40px;
        height: 250px;
        width: 100%;
        background-color: white;
        border-radius: 20px;
    }
    .alur-item h1 {
        font-size: 36px;
        font-weight: 800;
        line-height: 34px;
        letter-spacing: 0em;
        text-align: left;
        color: #43755A;
    }
    .alur-item p {
        color: #43755A;
        font-size: 16px;
        font-weight: 500;
        text-align: left;
    }
    .gallery img {
        width: 100%;
        height: 250px;
    }
    /* 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 {
        padding-left: 60px;
    }
    .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;
    }
}