/* main.css — semua styles utama ada di style.css */

/* Bootstrap container fix */
.container-xl { max-width: 1280px; margin: 0 auto; padding: 0 24px; }

/* Bootstrap d-* class shims */
.d-none { display: none !important; }
.d-md-grid { display: none; }
@media (min-width: 768px) {
  .d-md-none { display: none !important; }
  .d-md-grid { display: grid !important; }
}

/* Owl carousel dot colors */
.owl-theme .owl-dots .owl-dot span { background: var(--cream-3) !important; }
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span { background: var(--amber) !important; }
