.what_customer_says {
  margin: 0;
  background: #f5f5ff 0% 0% no-repeat padding-box;
  /* box-shadow: 0px 3px 6px #00000029; */
  position: relative;
  padding: 20px;
}

/* .Testimonials .What_Customer_Say_div {
    padding-left: 100px;
} */

.what_customer_says .What_Customer_Say_div .col_left_div .qoute_div {
  position: absolute;
  top: -60px;
  z-index: 1;
}

.what_customer_says .What_Customer_Say_div .col_left_div .qoute_div .quote_img {
  filter: blur(1px) hue-rotate(123deg);
  opacity: 0.4;
}

.what_customer_says .What_Customer_Say_div .col_left_div .left_title_div {
  height: 290px;
  width: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.what_customer_says .What_Customer_Say_div .col_left_div .left_title_div .left_title {
  font-size: 30px;
  font-weight: 800;
  font-family: Cormorant Garamond;
  color: #2e3092;
}

.what_customer_says .What_Customer_Say_div .col_left_div .left_title_div .left_text {
  font-size: 18px;
  font-weight: 600;
  color: #343434;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
  overflow-wrap: break-word;
  word-break: normal;
  width: 90%;
}

.what_customer_says .testimonial_card {
  background: #fff;
  box-shadow: 0px 3px 6px #00000033;
  border-radius: 1px;
  height: 100%;
  padding: 20px;
  border-radius: 30px;
}

.what_customer_says .What_Customer_Say_div .testimonial_section .testimonial_card .user_header_div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.what_customer_says .testimonial_card .user_img_div {
  width: 80px;
  height: 80px;
  aspect-ratio: 1/1;
  background: #ffe7d0;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 30px;
}

.what_customer_says .testimonial_card .user_img_div .user_img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
}

.what_customer_says .testimonial_card .user_name {
  font-size: 14px;
  font-weight: 800;
  color: #1f2a44;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  overflow-wrap: break-word;
  word-break: normal;
  text-align: center;
}

.rating_center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.star-svg {
  text-align: center;
}

.what_customer_says .review_text {
  font-size: 14px;
  font-weight: 500;
  color: #2d2d2d;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  overflow-wrap: break-word;
  word-break: normal;
  text-align: center;
}

.what_customer_says .swiper-wrapper {
  padding: 20px;
}

.no-products-message {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

/* ======================= Media Queries ====================== */

@media (min-width: 0px) and (max-width: 575px) {
  .what_customer_says {
    padding: 55px 15px 20px;
  }

  .what_customer_says .swiper-wrapper {
    padding: 20px 10px;
  }

  .what_customer_says .What_Customer_Say_div .col_left_div .left_title_div {
    width: 100%;
    height: 100%;
  }

  .what_customer_says .What_Customer_Say_div {
    padding-left: 0px;
  }

  .what_customer_says .What_Customer_Say_div .col_left_div .left_title_div .left_title {
    font-size: 23px;
  }

  .what_customer_says .What_Customer_Say_div .col_left_div .left_title_div .left_text {
    font-size: 14px;
  }

  .what_customer_says .What_Customer_Say_div .col_left_div .qoute_div {
    top: -35px;
  }

  .what_customer_says .What_Customer_Say_div .col_left_div .qoute_div .quote_img {
    width: 50px;
  }

  .what_customer_says {
    margin: 35px 0px 35px 0px;
    /* background: #c7c7e375 0% 0% no-repeat padding-box; */
    box-shadow: 0px 3px 6px #00000029;
    position: relative;
    padding: 5px;
  }
}

@media (min-width: 575px) and (max-width: 767px) {
  .what_customer_says {
    padding: 55px 20px 20px;
  }

  .what_customer_says .What_Customer_Say_div .col_left_div .left_title_div {
    width: 100%;
    height: 100%;
  }

  .what_customer_says .What_Customer_Say_div {
    padding-left: 10px;
  }

  .what_customer_says .What_Customer_Say_div .col_left_div .left_title_div .left_title {
    font-size: 27px;
  }

  .what_customer_says .What_Customer_Say_div .col_left_div .left_title_div .left_text {
    font-size: 16px;
  }

  .what_customer_says .What_Customer_Say_div .col_left_div .qoute_div {
    top: -40px;
  }

  .what_customer_says .What_Customer_Say_div .col_left_div .qoute_div .quote_img {
    width: 75px;
  }
}

@media (min-width: 768px) and (max-width: 1499px) {
  .what_customer_says .What_Customer_Say_div .col_left_div .left_title_div {
    width: 100%;
  }

  .what_customer_says .What_Customer_Say_div {
    padding-left: 20px;
  }

  .what_customer_says .What_Customer_Say_div .col_left_div .left_title_div .left_title {
    font-size: 27px;
  }

  .what_customer_says .What_Customer_Say_div .col_left_div .left_title_div .left_text {
    font-size: 16px;
  }

  .what_customer_says .What_Customer_Say_div .col_left_div .qoute_div .quote_img {
    width: 100px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .what_customer_says .What_Customer_Say_div {
    padding-left: 40px;
  }
}