.carousel-control-prev,
.carousel-control-next {
  display: block;
}

.carousel-bottom-arrows {
  position: absolute;
  bottom: 4%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 20px;
  /* space between arrows */
  text-align: center;
  border: none;
  z-index: 10;
}

/* .carousel-item-new{
  height: 50vh;
} */



.carousel-control-prev-custom,
.carousel-control-next-custom {


  margin: 0 10px;
  cursor: pointer;


  background-color: #fff;
  color: #000;
  height: 48px;
  width: 48px;
  border: 1px solid #F0F0F0;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 4px 4px 7.3px 0px #0000001A;
  border: 1px solid #F0F0F0;
}


.carousel-control-prev-custom:hover,
.carousel-control-next-custom:hover {
  color: #007bff;
  /* or your brand color */
}


.card {
  border: none;
}

.card img {

  object-fit: cover;
  border-radius: 15.4px;
}

.carousel-indicators {
  bottom: -30px;

}

.carousel-indicators [data-bs-target] {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  opacity: 0.5;
  border: 3px solid #A8A8A8;
}

.carousel-indicators .active {

  opacity: 1;
  background-color: #A8A8A8;
}

.card-body {
  border: none !important;
  padding: 16px 0;
}


.slick-dots {
  display: block !important;
  text-align: center;
  margin-top: 20px;



}

/* Inactive dots */
.slick-dots li button:before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  border: 3px solid #A8A8A8;
  border-radius: 50%;
  background: transparent;
  opacity: 1;
  transition: background 0.3s, border 0.3s;
}

/* Active dot */
.slick-dots li.slick-active button:before {
  background: #A8A8A8;
  border-color: #A8A8A8;
}



.swiper-nav-wrapper {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 20px;
}

.custom-nav {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 1px solid #F0F0F0;
  box-shadow: 4px 4px 7.3px 0px #0000001A;

  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
}

.custom-nav::after {
  font-size: 18px;
  color: #000;
}