@charset "utf-8";

/***************************************************/
/* Slider Settings start */
/***************************************************/

/* Change slick dots size */
.slick-dots li button:before {
  font-size: 16px;
  /* Adjust this value to make dots bigger or smaller */
  color: #aaa;
  /* Optional: dot color */
  opacity: 0.8;
  /* Optional: dot opacity */
}

/* Active dot styling */
.slick-dots li.slick-active button:before {
  color: #000;
  /* Optional: active dot color */
  opacity: 1;
  /* Optional: active dot opacity */
}

.slick-dotted.slick-slider {
  margin-bottom: unset; /* Adjust this value to change space between slider and dots */
}

/***************************************************/
/* Slider Settings end */
/***************************************************/
