/* Custom Owl Carousel Styles */

/* Remove span elements from owl-dots */
.owl-dots .owl-dot span {
  display: none !important;
}

/* Style the owl-dot buttons directly */
.owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  border-radius: 50%;
  background-color: #ddd;
  border: none;
  transition: all 0.3s ease;
}

.owl-dots .owl-dot:hover {
  background-color: #999;
}

.owl-dots .owl-dot.active {
  background-color: #333;
  transform: scale(1.2);
}

/* Owl dots container */
.owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
