header {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    padding-top: 220px;
    padding-bottom: 42px;
    height: 100%;
}

#keunggulan .card {
    transition: all 0.2s ease;
}
#keunggulan .card:hover {
    border: 1px solid var(--primary);
}

#keunggulan .card .heading-3 {
    transition: all 0.2s ease;
}

#keunggulan .card:hover .heading-3 {
    color: var(--primary) !important;
}

#program {
    background: url('../../../images/pages/homepage/bg-program.jpg');
    padding-top: 42px;
    padding-bottom: 42px;
}

#program .card .img-fluid {
    width: 100%;
    height: 176px;
    border-radius: 8px;
}

#profile .img-fluid {
    border-radius: 8px;
}

#testimoni .card-body{
    height: 250px;
}
.kolaseFoto-utama {
    width: 100%;
    height: 517px;
    object-fit: cover;
}

.kolaseFoto-1 {
    width: 100%;
    height: 249px;
    object-fit: cover;
}

.kolaseFoto-2 {
    width: 100%;
    height: 249px;
    object-fit: cover;
}

.kolaseFoto-3 {
    width: 100%;
    height: 249px;
    object-fit: cover;
}

.kolaseFoto-4 {
    width: 100%;
    height: 249px;
    object-fit: cover;
}

.video-overlay-container {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}

.video-overlay-img {
    width: 100%;
    height: 345px;
    display: block;
    object-fit: cover;
}

.video-overlay-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
}

.video-overlay-content button {
    border-radius: 16px;
    border: 2px solid #FFF;
    background: transparent;
    color: #FFF;
    font-family: var(--font-1);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    display: block;
    margin-left: auto;
    margin-right: auto;
    transition: var(--transition);
}

.video-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--black);
    font-size: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    transition: var(--transition);
}

.video-btn:hover {
    filter: var(--hover-state);
    color: var(--white);
    background-color: var(--secondary);
}

.video-btn.next {
    right: 12px;
}

.video-btn.prev {
    left: 12px;
}

.video-carousel .slick-dots {
    bottom: -40px;
    opacity: 1;
    color: var(--grey);
}

.video-carousel .slick-dots li.slick-active button:before {
    opacity: 1;
    color: var(--dark);
}

.video-carousel .slick-dots li button:before {
    font-size: 16px;
}

#testimoni {
    background: url('../../../images/pages/homepage/bg-testimoni.jpg');
    padding-top: 42px;
    padding-bottom: 42px;
}

.testimoni-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--black);
    font-size: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    transition: var(--transition);
}

.testimoni-btn:hover {
    filter: var(--hover-state);
    color: var(--white);
    background-color: var(--secondary);
}

.testimoni-btn.next {
    right: 12px;
}

.testimoni-btn.prev {
    left: 12px;
}

.testimoni-carousel .slick-dots {
    bottom: -40px;
    opacity: 1;
    color: var(--grey);
}

.testimoni-carousel .slick-dots li.slick-active button:before {
    opacity: 1;
    color: var(--white);
}

.testimoni-carousel .slick-dots li button:before {
    font-size: 16px;
}

.headline-berita-1 {
    height: 392px;
    object-fit: cover;
}

.headline-berita-2 {
    height: 212px;
    object-fit: cover;
}

@media (max-width: 767.98px) {
    .kolaseFoto-utama {
        width: 100%;
        height: 154px;
        object-fit: cover;
    }

    .kolaseFoto-1 {
        width: 100%;
        height: 154px;
        object-fit: cover;
    }

    .kolaseFoto-2 {
        width: 100%;
        height: 154px;
        object-fit: cover;
    }

    .kolaseFoto-3 {
        width: 100%;
        height: 154px;
        object-fit: cover;
    }

    .kolaseFoto-4 {
        width: 100%;
        height: 154px;
        object-fit: cover;
    }

    .headline-berita-1 {
        height: 216px;
    }
    
    .headline-berita-2 {
        height: 216px;
    }
}