.card-caraousel {
    box-shadow: 16.45px 16.45px 82.27px 0px #00000014 !important;
    border-radius: 15px !important;
}

.img-caraousel {
    border-radius: 15px 15px 0 0;
}

.owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    z-index: 10;
}

.custom-prev,
.custom-next {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    opacity: 1;
    color: #00923F;
    font-size: 24px;
    background: white;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0px 4px 20px 0px #00000040;
    z-index: 15;
}

.custom-prev {
    position: relative;
    right: -20px;
}

.custom-next {
    position: relative;
    left: -20px;
}

.owl-nav button {
    background: none;
    border: none;
    outline: none;
}

.text-caraousel {
    font-family: Inter;
    font-size: 15px;
    font-weight: 500;
    line-height: 18.15px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #1D232C;
}

.carousel-text {
    position: absolute;
}

.carousel-content {
    display: flex;
    align-items: center;
    justify-content: start;
    position: relative;
    height: 100%;
}

.carousel-text {
    position: absolute;
    width: 50%;
    text-align: left;
    z-index: 10;
    color: white;
    padding: 20px;
    border-radius: 8px;
}

.head-text {
    font-size: 40px;
}

.desk-text {
    font-size: 16px;
}

.header-text {
    font-size: 16px;
}

.btn-primary {
    font-family: Inter;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.36px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #2AA65F;
    background: white;
    border: none;
    border-radius: 41.3px;
}

.btn-primary:hover {
    color: #2AA65F;
    background: white;
    border: none;
}

.header-content {
    font-family: Inter;
    font-weight: 700;
    font-size: 32px;
    line-height: 38.73px;
    letter-spacing: 0%;
    text-align: center;
    color: #4F4F4F !important;
    margin-bottom: 30px;
}

.header-content-2 {
    font-size: 32px;
    font-weight: 600;
    line-height: 39.49px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #20B486;
}

.deskripsi-content {
    width: 70%;
    font-size: 16.45px;
    font-weight: 400;
    line-height: 23.04px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #6D737A;
}

.card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFC27A;
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 10px;
    opacity: 0px;
    border: none;
}

.head-icon {
    font-family: Inter;
    font-size: 16px;
    font-weight: 700;
    line-height: 17px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #0E2A46;
}

.desk-icon {
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #6D737A;
}

#quick-access,
#pilihan-pelatihan {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.card-quick-access {
    background: #FDFDFD;
    border-radius: 15px;
    box-shadow: 0px 4px 20px 0px #00000014;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    border: 1px solid #E7E7EC
}

.card-quick-access:hover {
    background: #F9F9F9;
    box-shadow: 0px 5px 25px 0px #00000014;
    transition: 0.3s;
}

.card-quick-access img {
    width: 50%;
}

.card-quick-access span {
    bottom: 0;
}

.card-quick-access span b {
    font-family: Inter;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.36px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #0E2A46;
}

.apa-itu-text-1 {
    font-family: Inter;
    font-weight: 700;
    font-size: 32px;
    line-height: 38.73px;
    letter-spacing: 0%;
    text-align: left;
    color: #4F4F4F;
}

.apa-itu-text-2 {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #6D737A;
}

@media (max-width: 992px) {
    .carousel-text {
        width: 80%;
        padding: 15px;
    }

    .head-text {
        font-size: 20px;
    }

    .desk-text,
    .header-text {
        font-size: 12px;
    }

    .btn-primary {
        font-size: 12px;
        border-radius: 30px;
    }
}

@media (max-width: 480px) {
    .carousel-text {
        width: 90%;
        padding: 10px;
    }

    .head-text {
        font-size: 20px;
    }

    .desk-text,
    .header-text {
        font-size: 10px;
    }

    .btn-primary {
        font-size: 10px;
        border-radius: 25px;
    }
}
