.slider-home {
  width: 100%;
  max-width: 100%;
  height: 620px;
  overflow: hidden;
  padding: 20px 0;
}

.swiper-wrapper-home {
  display: flex;
  align-items: stretch;
}

.swiper-slide-home {
  width: 416px !important;
  height: 560px !important;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.swiper-slide-home img {
    width: 100%;
    height: 560px !important;
    object-fit: cover;
    margin: 0px;
}

.swiper-slide-home h3 {
  position: absolute;
  bottom: 15px;
  right: 15px;
  margin: 0;
  padding: 10px;
  background: #fff;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  z-index: 2;
  width: fit-content;
  max-width: 100%;
  box-sizing: border-box;
}

.swiper-button-next,
.swiper-button-prev {
  background-color: #D8601852;
  padding: 22px;
  border-radius: 50px;
  top: 50%;
  transform: translateY(-50%);
}

.swiper-button-next:after,
.swiper-button-prev:after {
  color: #fff;
  font-size: 24px !important;
}

.swiper-pagination-bullet-active {
  background: #D86018 !important;
}

.acf-stars .star {
  font-size: 1.5rem;
  color: #ccc;
  margin-right: 2px;
  display: inline-block;
}

.acf-stars .star .filled {
  color: #D86018;
}

