/* Optional: Untuk menyembunyikan scrollbar pada carousel */
      .carousel-container {
         overflow: visible;
         scroll-behavior: smooth;
         /* Untuk animasi scroll */
         white-space: nowrap;
         /* Menjaga slide tetap dalam satu baris */
      }

      .carousel-item {
         /* display: inline-block; */
         /* Membuat item sejajar */
         /* width: 50%; */
         flex-shrink: 0;
         /* Mencegah item menyusut */
      }