/* Custom base styles for the corporate landing page */

html,
body {
  scroll-behavior: smooth;
}

/* Swiper Pagination Custom Styles */
.swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.5) !important;
  opacity: 1 !important;
  width: 12px !important;
  height: 12px !important;
}

.swiper-pagination-bullet-active {
  background: #C0282C !important;
  width: 32px !important;
  border-radius: 6px !important;
}


