/* Progress Bar Fill Custom Property */
.timeline-fill {
  --progress: 0;
  transform: scaleX(var(--progress));
  transition: transform 0.08s linear;
}

/* Swiper default bullets reset so our flex layout applies correctly */
.swiper-pagination-bullet {
  background: transparent !important;
  opacity: 1 !important; 
  width: 100% !important;
  height: auto !important;
  border-radius: 0 !important;
  margin: 0 !important;
}