.Testimonials {
  width: 100%;

  padding: 50px 0px;
  position: relative;

  overflow: hidden;
}
.Testimonials::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -100px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(5, 216, 62, 0.07);
}

.Testimonials::after {
  content: "";
  position: absolute;
  bottom: -140px;
  left: -120px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: rgba(1, 83, 25, 0.05);
}

.Testimonials .What_Customer_Say_div {
  position: relative;
  z-index: 2;
}

.Testimonials .col_left_div {
  position: relative;
  padding: 25px 30px;
}

.Testimonials .qoute_div {
  position: absolute !important;
  top: -15px !important;
  left: 15px;
  z-index: -1;
}

.Testimonials .quote_img {
  width: 75px;
  opacity: 0.1;
  filter: brightness(0) saturate(100%) invert(20%) sepia(35%) saturate(1300%)
    hue-rotate(95deg);
}

.Testimonials .left_title_div {
  width: 100% !important;
  min-height: 310px;
  display: flex;
  flex-direction: column;
  justify-content: center !important;
}

.Testimonials .left_title {
  margin: 0 0 18px;
  font-size: 44px !important;
  line-height: 1.08;
  font-weight: 700 !important;
  color: #015319 !important;
}

.Testimonials .left_text {
  max-width: 350px;
  margin: 0 0 20px;
  font-size: 15px !important;
  line-height: 1.5;
  font-weight: 500 !important;
  color: #617267 !important;
}

.Testimonials .testimonial_section {
  position: relative;
  width: 100%;
}

.Testimonials .swiper {
  width: 100%;
  padding: 10px 5px 20px;
}

.Testimonials .swiper-slide {
  height: auto;
  display: flex;
}

.Testimonials .testimonial_card {
  width: 100%;
  min-height: 315px;
  padding: 28px 24px 20px;
  background: #ffffff;
  border: 1px solid #e0eee3;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(1, 83, 25, 0.07);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
  display: flex;
  flex-direction: column;
}

.Testimonials .testimonial_card::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #015319, #05d83e);
}

.Testimonials .user_header_div {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 5px;
}

.Testimonials .user_img_div {
  width: 72px !important;
  height: 72px !important;
  flex: 0 0 72px;
  background: #edf7ef !important;
  border: 3px solid #d7eedb;
  border-radius: 50%;
  padding: 3px;
  overflow: hidden;
}

.Testimonials .user_img {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  object-position: top;
  border-radius: 50%;
}

.Testimonials .name_holder {
  min-width: 0;
  flex: 1;
}

.Testimonials .user_name {
  width: 100%;
  margin: 0 0 3px !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #015319 !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.Testimonials .farmer_type {
  margin-bottom: 3px;
  font-size: 13px;
  font-weight: 600;
  color: #05a832;
}

.Testimonials .farmer_location {
  font-size: 12px;
  font-weight: 500;
  color: #78877c;
}

.Testimonials .farmer_location span {
  margin-right: 5px;
  color: #05a832;
  font-size: 8px;
}

.Testimonials .stars {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 3px 0 15px;
}

.Testimonials .stars svg {
  filter: drop-shadow(0 2px 2px rgba(5, 168, 50, 0.12));
}

.Testimonials .review_div {
  width: 100%;
  padding-top: 16px;
  border-top: 1px solid #e6efe8;
}

.Testimonials .review_text {
  width: 100%;
  margin: 0 !important;
  font-size: 16px !important;
  line-height: 1.45 !important;
  font-weight: 500 !important;
  font-style: normal;
  color: #536259 !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5 !important;
  overflow: hidden;
}

.Testimonials .no-products-message {
  min-height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #015319;
}

@media (max-width: 1399px) {
  .Testimonials .left_title {
    font-size: 40px !important;
  }
}

@media (max-width: 1199px) {
  .Testimonials {
    padding: 50px 20px;
  }

  .Testimonials .col_left_div {
    padding: 25px 10px;
  }

  .Testimonials .left_title {
    font-size: 34px !important;
  }

  .Testimonials .left_title_div {
    min-height: 280px;
  }

  .Testimonials .testimonial_card {
    min-height: 290px;
    padding: 25px 20px 18px;
  }

  .Testimonials .user_img_div {
    width: 65px !important;
    height: 65px !important;
    flex-basis: 65px;
  }
}

@media (max-width: 991px) {
  .Testimonials {
    padding: 35px 15px;
  }

  .Testimonials .col_left_div {
    padding: 25px 5px 30px;
  }

  .Testimonials .left_title_div {
    min-height: auto;
  }

  .Testimonials .left_title {
    font-size: 32px !important;
  }

  .Testimonials .left_text {
    max-width: 500px;
  }

  .Testimonials .testimonial_card {
    min-height: 290px;
  }
}

@media (max-width: 767px) {
  .Testimonials {
    margin: 20px 0;
    padding: 35px 10px;
  }

  .Testimonials .col_left_div {
    padding: 10px 0 25px;
  }

  .Testimonials .left_title {
    font-size: 32px !important;
  }

  .Testimonials .left_text {
    font-size: 13px !important;
    line-height: 1.7;
    margin: 0;
  }

  .Testimonials .testimonial_card {
    min-height: 250px;
    padding: 25px 20px 18px;
  }

  .Testimonials .review_text {
    font-size: 14px !important;
  }
  .Testimonials .stars {
    margin: 0px 0 10px;
  }
}

@media (max-width: 575px) {
  .Testimonials {
    margin: 20px 0;
    padding: 35px 0 20px;
  }

  .Testimonials .col_left_div {
    padding: 5px 10px 15px;
  }

  .Testimonials .qoute_div {
    top: -15px !important;
    left: 5px;
  }

  .Testimonials .quote_img {
    width: 50px;
  }

  .Testimonials .left_title {
    font-size: 28px !important;
    margin-bottom: 7px;
  }

  .Testimonials .left_text {
    font-size: 12px !important;
    line-height: 1.6;
    margin: 0;
  }

  .Testimonials .testimonial_card {
    min-height: 220px !important;
    padding: 18px 17px 18px;
    border-radius: 13px;
  }

  .Testimonials .user_header_div {
    gap: 11px;
    margin-bottom: 10px;
  }

  .Testimonials .user_img_div {
    width: 60px !important;
    height: 60px !important;
    flex-basis: 60px;
  }

  .Testimonials .user_name {
    font-size: 15px !important;
  }

  .Testimonials .farmer_type {
    font-size: 12px;
  }

  .Testimonials .farmer_location {
    font-size: 11px;
  }

  .Testimonials .review_text {
    font-size: 13px !important;
    line-height: 1.55 !important;
  }
}
