/* Theme overrides for Swiper — generated by scripts/copy-vendor.js */
.hero-bullet {
  width: 28px; height: 3px; border-radius: 999px; border: 0; padding: 0;
  background: rgba(255,255,255,.35); cursor: pointer; transition: all .3s ease;
}
.hero-bullet-active { background: #fff; width: 44px; }
.dot-bullet {
  width: 8px; height: 8px; border-radius: 999px; border: 0; padding: 0;
  background: var(--color-border); cursor: pointer; transition: all .3s ease;
}
.dot-bullet-active { background: var(--color-primary); width: 22px; }
.swiper-button-disabled { opacity: .4; cursor: not-allowed; }
