.slider-img {
  height: 650px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .slider-img {
    height: 350px;
  }
}
.custom-indicators {
  bottom: -30px !important;
  margin-bottom: 0 !important;
  gap: 10px;
  align-items: center;
}
.custom-indicators button {
  width: 12px !important;
  height: 12px !important;
  border-radius: 50% !important;
  background-color: #d7d7d7 !important;
  border: none !important;
  opacity: 1 !important;
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1) !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.custom-indicators button.active {
  width: 35px !important;
  border-radius: 20px !important;
  background-color: #ff8c40 !important;
}
