.cerita-section {
    padding: 24px;
}

.title-sosmed {
    font-size: 28px;
    line-height: 1.1;
    padding: 0;
}

.cerita-section .container-fluid {
    padding: 0;
}

.section-title {
    font-size: 2.2rem;
    font-weight: 700;
    margin-left: 60px;
    margin-bottom: 30px;
    color: #000;
}

.video-carousel {
    position: relative;
    overflow: hidden;
}

.video-container {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 5px 0;
}

.video-container::-webkit-scrollbar {
    display: none;
}

/* Wrapper untuk card dan info */
.video-wrapper {
    flex: 0 0 280px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.video-card {
    width: 100%;
    height: 400px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    transition: transform 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.video-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.video-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-info {
    padding: 0 5px;
}

.video-duration {
    position: absolute;
    bottom: 15px;
    left: 15px;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 0.85rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 5px;
}

.video-source {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.85rem;
    color: #333;
}

.platform-icon {
    width: 18px;
    height: 18px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: bold;
}

.nav-carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: white;
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    z-index: 10;
    transition: all 0.3s ease;
    display: none;
}

.nav-carousel-btn:hover {
    transform: translateY(-50%) scale(1.08);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.nav-carousel-btn.prev {
    left: 10px;
}

.nav-carousel-btn.next {
    right: 40px;
}

.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.video-card:hover .play-icon {
    opacity: 1;
}

@media (min-width: 768px) {
    .section-title {
        font-size: 2.5rem;
    }
}

@media (min-width: 992px) {
    .video-container {
        gap: 20px;
    }

    .video-wrapper {
        flex: 0 0 360px;
    }

    .video-card {
        height: 540px;
    }

    .title-sosmed {
        font-size: 44px;
        line-height: 1.1;
        padding: 0 80px;
    }

    .cerita-section .container-fluid {
        padding: 0 0 0 80px;
    }

    .nav-carousel-btn {
        display: flex;
    }
}
.cerita-section {
    padding: 60px 0;
}

.cerita-section .container-fluid {
    padding: 0 0 0 80px;
}

.section-title {
    font-size: 2.2rem;
    font-weight: 700;
    margin-left: 60px;
    margin-bottom: 30px;
    color: #000;
}

.video-carousel {
    position: relative;
    overflow: hidden;
}

.video-container {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 5px 0;
}

.video-container::-webkit-scrollbar {
    display: none;
}

/* Wrapper untuk card dan info */
.video-wrapper {
    flex: 0 0 280px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.video-card {
    width: 100%;
    height: 400px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    transition: transform 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.video-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.video-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Info sosmed sekarang di luar card */
.video-info {
    padding: 0 5px;
}

.video-duration {
    position: absolute;
    bottom: 15px;
    left: 15px;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 0.85rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 5px;
}

.video-source {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.85rem;
    color: #333;
}

.platform-icon {
    width: 18px;
    height: 18px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: bold;
}

.nav-carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: white;
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    z-index: 10;
    transition: all 0.3s ease;
}

.nav-carousel-btn:hover {
    transform: translateY(-50%) scale(1.08);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.nav-carousel-btn.prev {
    left: 10px;
}

.nav-carousel-btn.next {
    right: 10px;
}

.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.video-card:hover .play-icon {
    opacity: 1;
}

@media (max-width: 767px) {
    .section-title {
        font-size: 2.5rem;
    }

    .title-sosmed{
        padding: 0px 40px;
    }
}

@media (max-width: 1023px) and (min-width: 768px) {
    .title-sosmed{
        padding: 0px 40px;
    }

}

@media (min-width: 992px) {
    .video-container {
        gap: 20px;
    }

    .video-wrapper {
        flex: 0 0 360px;
    }

    .video-card {
        height: 540px;
    }
}
