.testimonial_wrapper {
  padding: 0 50px;
}
.testimonials {
  padding: 80px 0;
  border: 2px solid #828282;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
  background-color: #000;
}

.testimonials::before {
  content: "";
  position: absolute;
  height: 50%;
  bottom: -20%;
  left: 50%;
  width: 100%;
  background: #ff6600;
  transform: translateX(-50%);
  filter: blur(199.4px);
  z-index: -1;
}
.testimonials h2 {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
  font-family: "Inter", sans-serif;
}
.testimonials h3.subtitle {
  display: block;
  width: fit-content;
  margin: 0 auto 30px;
  background: rgba(255, 102, 0, 0.15);
  border: 1px solid rgba(255, 102, 0, 0.3);
  border-radius: 50px;
  color: #ff8533;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
    font-family: "Inter", sans-serif;
}
.testimonials p {
  color: #999;
  text-align: center;
}
.testimonials h2 + p {
  font-size: 18px;
  color: #999999;
  max-width: 800px;
  margin: 0 auto;
}
.review_slider {
    margin-top: 50px;
}
.review_slider .slick-slide {
  padding: 20px;
}
.review_card {
  background: linear-gradient(
    141.07deg,
    rgba(33, 33, 33, 0.39) 0%,
    rgba(23, 23, 23, 0.39) 100%
  );
  border: 1px solid #333;
  border-radius: 16px;
  padding: 40px;
  position: relative;
  transition: 0.3s;
  height: 100%;
}

.review_card:hover {
  border-color: #ff6600;
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}
.review_slider .slick-current .review_card {
  background: linear-gradient(141.07deg, #212121 0%, #171717 100%);
  border-color: #ff6600;
  transform: scale(1.05);
}
.quote_icon {
  width: 40px;
  margin-bottom: 20px;
  opacity: 0.8;
}
.stars {
  color: #ff6600;
  margin-bottom: 20px;
  font-size: 18px;
  display: flex;
  gap: 5px;
}
p.review_text {
  font-size: 16px;
  line-height: 1.6;
  color: #999999;
  margin-bottom: 30px;
  font-style: normal;
  text-align: left;
}
.user_profile {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #333;
}
.user_profile h5 {
  font-size: 18px;
  margin: 0;
  font-weight: 600;
  color: #fff;
  text-align: left;
}
.user_profile span {
  font-size: 14px;
  color: #999;
  display: block;
  text-align: left;
}

.rev_not {
  background: rgb(0 0 0 / 70%);
  border: 1px solid rgba(255, 102, 0, 0.2);
  border-left: 4px solid #ff6600;
  padding: 20px 30px;
  border-radius: 8px;
  margin: 50px auto 0;
}
.rev_not p {
  margin: 0;
  font-size: 15px;
  color: #b0b0b0;
  line-height: 1.6;
  text-align: left;
}
.rev_not strong {
  color: #ff6600;
  font-weight: 600;
}

@media (max-width: 1199px) {
  .testimonials h2 {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .testimonials h2 {
    font-size: 30px;
  }
  .testimonial_wrapper {
    padding: 0 10px;
  }
  .rev_not p {
    font-size: 10px;
  }
}
