.review-section-block {
  background-color: #000;
  color: #fff;
}

.review-sec-wrapper {
  max-width: 1400px;
  margin: 0 auto;
  padding: 4rem 1.875rem 2rem;
}

.review-header {
  text-align: center;
  margin-bottom: 3rem;
}

.review-section-title {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: #ffd700;
}

.title-underline {
  width: 100px;
  height: 3px;
  background-color: #ffd700;
  margin: 1rem auto;
}

.review-section-subtitle {
  color: #fff;
  font-size: 1.2rem;
}

.review-section-slider {
  position: relative;
  overflow: hidden;
  padding: 0 32px;
  margin-top: 1.5rem;
}

.review-cards-wrapper {
  display: flex;
  transition: transform 0.3s ease;
  gap: 2rem;
}

.review-card {
  /* flex: 0 0 calc(33.333% - 1.33rem); */
  min-width: calc(33.333% - 20px);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 215, 0, 0.1);
  border-radius: 15px;
  padding: 30px;
  transition: transform 0.3s ease;
}

.review-card:hover {
  /* transform: translateY(-5px); */
  border-color: #ffd700;
}

.review-sec-wrapper .owl-carousel .owl-nav.disabled {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}

.review-sec-wrapper .owl-carousel .owl-nav button.owl-prev,
.review-sec-wrapper .owl-carousel .owl-nav button.owl-next {
  width: 50px;
  height: 50px;
  font-size: 1.5rem;
  background-color: #ffd700 !important;
  color: #000000 !important;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.review-sec-wrapper .owl-carousel .owl-nav button.owl-prev:hover,
.review-sec-wrapper .owl-carousel .owl-nav button.owl-next:hover {
  background-color: #fff !important;
}

.review-sec-wrapper .owl-carousel .owl-nav button>span {
  font-size: 2rem;
}

.review-card-content {
  height: 100%;
}

.review-section-shortcode {
  border-radius: 4px;
  color: #fff;
  font-family: monospace;
  min-height: 100px;
}

.review-sec-wrapper .review-cards-wrapper .owl-nav {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-top: 3rem;
}

/* 
.slider-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ffd700;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: background-color 0.3s ease;
}

.slider-button:hover {
  background-color: #ffc000;
}

.slider-button.prev {
  left: 0;
}

.slider-button.next {
  right: 0;
}

.slider-arrow {
  color: #000;
  font-size: 1.5rem;
  line-height: 1;
}

.slider-dots {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 2rem;
}

.slider-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #333;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: background-color 0.3s ease;
}

.slider-dot.active {
  background-color: #ffd700;
} */

@media (max-width: 768px) {
  .review-section-title {
    font-size: 2rem;
  }

  .review-card {
    flex: 0 0 100%;
    min-width: 100%;
    padding: 16px;
  }

  .review-sec-wrapper {
    padding:20px 16px 20px 16px;
  }
}

.rx-filter-bar-style-2 {
  display: none !important;
}

@media (max-width: 480px) {
  .review-header {
    margin-bottom: 1rem;
  }
.review-sec-wrapper .review-cards-wrapper .owl-nav {
  margin-top: 1rem;
}
  .review-section-slider {
    margin-top: 0;
  }

  .review-sec-wrapper {
    padding:30px 16px;
  }
  review-section-title {
        font-size: 1.5rem;
    }
.review-section-subtitle{
  font-size:1.125rem;
}
 

}
@media screen and (min-width: 768px) and (max-width: 1024px) {
   .review-sec-wrapper {
    padding:20px 16px 20px 16px;
  }
}