.inner-shadow-gradient {
    position: relative;
}

.inner-shadow-gradient::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 256px;
    background: linear-gradient(
        to right,
        rgba(11, 115, 89, 0.6),
        rgba(212, 179, 88, 0.6),
        rgba(11, 115, 89, 0.6),
        rgba(212, 179, 88, 0.6),
        rgba(11, 115, 89, 0.6)
    );
    z-index: 10;
    filter: blur(30px);
}

.inner-shadow-gradient-program {
    position: relative;
}

.inner-shadow-gradient-program::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 120px;
    background: linear-gradient(
        to right,
        rgba(11, 115, 89, 0.6),
        rgba(212, 179, 88, 0.6),
        rgba(11, 115, 89, 0.6),
        rgba(212, 179, 88, 0.6),
        rgba(11, 115, 89, 0.6)
    );
    z-index: 10;
    filter: blur(10px);
}

.my-carousel .owl-dots {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    z-index: 20;
}

.my-carousel .owl-dot.active > span {
    background-color: #d4b358 !important;
}

.my-carousel .owl-dot > span {
    height: 16px !important;
    width: 16px !important;
    background-color: white !important;
}

.testimoni-carousel .owl-dot.active > span {
    background-color: #d4b358 !important;
}

.testimoni-carousel .owl-dot > span {
    height: 10px !important;
    width: 10px !important;
    background-color: #b4b4b4 !important;
}

.owl-prev {
    position: absolute;
    top: 40%;
    left: 10px;
    display: block !important;
    border: 0px solid black;
}

.owl-next {
    position: absolute;
    top: 40%;
    right: 10px;
    display: block !important;
    border: 0px solid black;
}

.owl-prev i,
.owl-next i {
    display: flex;
    justify-content: center;
    justify-items: center;
    background-color: white;
    padding: 12px;
    border-radius: 120px;
    color: #ccc;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    background-color: transparent !important;
}
