html,
body {
    overflow-x: hidden !important;
    width: 100% !important;
}

@media (max-width: 767.98px) {
    .hero-section .gambar-kiri {
        display: none !important;
    }

    .hero-section .gambar-kanan {
        order: 2;
        margin-top: 1rem !important;
    }

    .hero-section .teks-tengah {
        order: 1;
        position: absolute;
        z-index: 2;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        padding: 1rem;
    }

    .hero-section .gambar-kanan img {
        filter: brightness(0.5);
    }

    .hero-section {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
}

.hero-section {
    background-color: #0dcaf0;
    height: 85vh;
    overflow: hidden;
    position: relative;
}


.badge-circle {
    position: absolute;
    background-color: white;
    border-radius: 50%;
    padding: 12px 20px;
    font-weight: bold;
    color: #0dcaf0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.social-icon-box+.fw-semibold {
    font-size: clamp(0.85rem, 1vw + 0.5rem, 1.1rem);
    word-break: break-word;
    white-space: normal;
    max-width: 100%;
}

.carousel-indicators [data-bs-target] {
    background-color: var(--bs-primary);
    width: 10px;
    height: 10px;
    opacity: 0.5;
    transition: opacity 0.3s;
    margin: 0 4px;
}

.carousel-indicators .active {
    opacity: 1;
}

.social-icon-box {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.social-icon-box:hover {
    transform: scale(1.1);
}

/* berita terbaru */
.slick-dots li button:before {
    font-size: 12px;
    color: #999;
    opacity: 0.75;
}

.slick-dots li.slick-active button:before {
    color: #3cc8ff !important;
    opacity: 1;
}

.slick-dots li {
    margin: 0 6px;
}