    *::-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 */
    }
    
    .wa-button {
        width: 100%;
        border: 2px solid #47785D;
        color: #47785D;
        font-weight: 500;
        text-align: center;
    }
    
    .header-about {
        background-image: url(../assets/back-blur.png);
        height: 450px;
        background-position-y: -120px;
    }
    
    .header-title {
        font-weight: 800;
        font-size: 40px;
    }
    /* Jenjang */
    
    .jenjang {
        background-color: #43755A;
    }
    
    .jenjang-title1 {
        font-size: 50px;
        font-weight: 800;
    }
    
    .jenjang-title {
        font-size: 24px;
        font-weight: 800;
        text-align: left;
        color: #43755A;
    }
    
    .jenjang-sub1 {
        font-size: 20px;
        font-weight: 500;
        letter-spacing: 0em;
        text-align: left;
    }
    
    .jenjang-sub {
        font-size: 20px;
        font-weight: 500;
        letter-spacing: 0em;
        text-align: left;
        color: #43755A;
    }
    
    .jenjang-item {
        width: 500px;
        background-color: white;
        height: 260px;
        border-radius: 34px;
        box-shadow: 0px 14px 28px 0px #00000066;
        margin-top: 80px;
    }
    
    .img-tk {
        background-image: url(../assets/tk.png);
        border-radius: 35px;
        height: 100px;
        width: 100%;
        height: 150px;
        background-position: -110px -100px;
    }
    
    .img-sd {
        background-image: url(../assets/sd.png);
        border-radius: 35px;
        height: 100px;
        width: 100%;
        height: 150px;
        background-position: -110px -180px;
    }
    
    .btn-go {
        margin-top: -30px;
        height: 65px;
        padding-top: 22px;
    }
    
    .btn-more {
        margin-right: 20px;
        height: 80px;
        width: 80px;
        background: linear-gradient(143.06deg, #FFA234 0%, #FFC644 118.83%), linear-gradient(0deg, #FFFFFF, #FFFFFF);
    }
    
    .kebijakan-title {
        color: white;
        font-size: 35px;
        font-weight: 800;
    }
    
    .kebijakan-text {
        color: white;
        font-size: 20px;
        font-weight: 400;
    }
    
    .alur-title {
        font-weight: 800;
        font-size: 40px;
        color: white;
    }
    
    .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: 20px;
        font-weight: 500;
        line-height: 31px;
        letter-spacing: 0em;
        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;
    }
    
    @media (min-width: 992px) {
        .header-about {
            background-image: url(../assets/back-blur.png);
            height: 550px;
            background-position-y: -190px;
        }
        .wa-button {
            width: 150px;
            border: 2px solid #47785D;
            color: #47785D;
            font-weight: 500;
            text-align: center;
        }
        .header-title {
            font-weight: 800;
            font-size: 60px;
        }
        /* Jenjang */
        .jenjang {
            background-color: #43755A;
            height: 500px;
        }
        .jenjang-title1 {
            font-size: 50px;
            font-weight: 800;
        }
        .jenjang-title {
            font-size: 24px;
            font-weight: 800;
            text-align: left;
            color: #43755A;
        }
        .jenjang-sub1 {
            font-size: 20px;
            font-weight: 500;
            letter-spacing: 0em;
            text-align: left;
        }
        .jenjang-sub {
            font-size: 20px;
            font-weight: 500;
            letter-spacing: 0em;
            text-align: left;
            color: #43755A;
        }
        .jenjang-item {
            width: 500px;
            background-color: white;
            height: 260px;
            border-radius: 34px;
            box-shadow: 0px 14px 28px 0px #00000066;
            margin-top: 0px;
        }
        .img-tk {
            background-image: url(../assets/tk.png);
            border-radius: 35px;
            height: 100px;
            width: 100%;
            height: 150px;
            background-position: -110px -100px;
        }
        .img-sd {
            background-image: url(../assets/sd.png);
            border-radius: 35px;
            height: 100px;
            width: 100%;
            height: 150px;
            background-position: -110px -180px;
        }
        .btn-go {
            margin-top: -30px;
            height: 65px;
            padding-top: 22px;
        }
        .tk-title {
            color: #5284CE;
            font-size: 54px;
            font-weight: 800;
            line-height: 61px;
            letter-spacing: 0em;
            text-align: left;
        }
        .tk-sub {
            color: #5284CE;
            font-size: 20px;
            font-weight: 500;
            line-height: 23px;
            letter-spacing: 0em;
            text-align: left;
        }
        .sd-title {
            color: #FDC517;
            font-size: 54px;
            font-weight: 800;
            line-height: 61px;
            letter-spacing: 0em;
            text-align: left;
        }
        .sd-sub {
            color: #FDC517;
            font-size: 20px;
            font-weight: 500;
            line-height: 23px;
            letter-spacing: 0em;
            text-align: left;
        }
        .btn-more {
            margin-right: 20px;
            height: 80px;
            width: 80px;
            background: linear-gradient(143.06deg, #FFA234 0%, #FFC644 118.83%), linear-gradient(0deg, #FFFFFF, #FFFFFF);
        }
        .kebijakan-title {
            color: white;
            font-size: 40px;
            font-weight: 800;
        }
        .kebijakan-text {
            color: white;
            font-size: 20px;
            font-weight: 400;
        }
        .alur-title {
            font-weight: 800;
            font-size: 40px;
            color: white;
        }
        .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: 20px;
            font-weight: 500;
            line-height: 31px;
            letter-spacing: 0em;
            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 {
            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;
        }
    }