/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 25 2025 | 22:50:28 */
/* Carousel dots ko number bana do */
.et_pb_group_carousel_dots button {
  counter-increment: carousel-counter; /* number count */
  position: relative;
  width: auto;
  height: auto;
  border-radius: 0;
  margin: 0 6px;
  background: transparent !important;
  font-size: 16px;
  font-weight: 600;
  color: #000; /* number color */
}
/* Numbers assign */
.et_pb_group_carousel_dots button::before {
  content: counter(carousel-counter);
}

/* Active number highlight */
.et_pb_group_carousel_dots .et_pb_group_carousel_dot_active {
  color: #ff4b6e; /* active color */
  font-weight: 700;
  border-bottom: 2px solid #ff4b6e;
}

/* Left & right arrows */
.et_pb_group_carousel_dots::before,
.et_pb_group_carousel_dots::after {
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900;
  font-size: 18px;
  color: #000;
  cursor: pointer;
  margin: 0 12px;
}



.et_pb_group_carousel_dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
