html {
    font-size: 14.5px; 
}
body {
    font-family: 'Poppins', sans-serif;
    background-color: #fcfcfc; /* Warna background sangat muda */
}
.hide-scrollbar::-webkit-scrollbar {
    display: none;
}
.hide-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
/* Kustomisasi Dots Pagination agar terlihat modern */
.swiper-pagination-bullet {
    background-color: #cbd5e1; /* gray-300 */
    opacity: 0.5;
    width: 10px;
    height: 10px;
    transition: all 0.3s;
}
.swiper-pagination-bullet-active {
    background-color: #0f172a; /* gray-900 */
    opacity: 1;
    width: 24px;
    border-radius: 6px;
}