.nff-quotes-carousel {
  padding: 42px 30px 24px;
  position: relative;
  overflow: hidden;

  @media screen and (min-width: 768px) {
    padding: 42px 60px;
  }
}

.nff-quotes-container {
  position: relative;
}

.nff-quote-content {
  display: flex;
  flex-direction: column;
  gap: 24px;

  @media screen and (min-width: 768px) {
    gap: 48px;
    padding: 20px 0;
  }
}
.nff-quote-text {
  margin-bottom: 0;
  @media screen and (min-width: 992px) {
    max-width: 85%;
  }
}

.nff-quote-author {
}

.nff-quote-icon {
  margin-bottom: 28px;
  margin-top: 20px;
  @media screen and (max-width: 767px) {
    width: 30px;
    height: 30px;
  }
}

.nff-quotes-navigation {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 30px;
}

.nff-quotes-carousel .slick-prev {
  bottom: -51px;
  top: unset;
  left: 25px;
  z-index: 1;

  @media screen and (min-width: 768px) {
    bottom: 24px;
    right: 125px;
    left: unset;
  }
}

.nff-quotes-carousel .slick-next {
  bottom: -51px;
  top: unset;
  left: 91px;
  z-index: 1;

  @media screen and (min-width: 768px) {
    bottom: 24px;
    right: 58px;
    left: unset;
  }
}

.nff-quotes-carousel .slick-slide {
  margin-bottom: 100px;
}

.nff-quote-pager {
  min-width: 132px;
  float: left;
  margin-top: 16px;
  @media screen and (min-width: 768px) {
    position: absolute;
    bottom: 42px;
    right: 90px;
    float: right;
    margin-top: 0;
  }
}

.nff-quotes-prev:hover,
.nff-quotes-next:hover {
  background: #e65000;
}

.nff-quotes-pagination {
  display: flex;
  gap: 8px;
  align-items: center;
}

.nff-quotes-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #d9d9d9;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.nff-quotes-pagination .swiper-pagination-bullet-active {
  background: #ff6b00;
}
