/** Shopify CDN: Minification failed

Line 8:0 Unexpected "<"
Line 273:0 Unexpected "<"

**/

<style>

    .swiper-wrapper .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0 5px;
}
.swiper-wrapper .slick-slide {
    height: auto !important;
    display: flex !important;
    margin-left: 11px;
    margin-right: 11px;
}
 .swiper-wrapper .slick-list {
    margin-left: -5px;
    margin-right: -5px;
  }
.swiper-wrapper .slick-dots {
    position: absolute;
    bottom: -70px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.swiper-wrapper .slick-dots li button:before {
    content: '';
    width: 12px;
    height: 12px;
    background: transparent; 
    border-radius: 20px;
    border:1px solid #000000;
    opacity: 1;
}


.swiper-wrapper .slick-prev, 
.swiper-wrapper .slick-next {
    background: transparent !important;
    border: none !important;
    width: 38px; 
    height: 38px;
    z-index: 1;
    cursor: pointer;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.swiper-wrapper .slick-prev:before, 
.swiper-wrapper .slick-next:before {
    display: none !important;
}

.swiper-wrapper .slick-prev {
    left: -60px;
}

.swiper-wrapper .slick-next {
    right: -60px;
}
.stars {
    width: 7%;
    display: flex;
    gap: 4px;
}

.stars img {
    width: 100%;
}
.header-left h2 {
    margin: 0;
    font-size: 32px;
    font-weight: 400;
    line-height: normal;
    color: #000000;
}
.swiper-wrapper .slick-prev img, 
.swiper-wrapper .slick-next img {
    width: 100%;
    background:#F5F4F1;
    height: auto;
    border-radius:50%;
    object-fit: contain;
}
.swiper-wrapper .slick-dots li.slick-active {
    width: 30px; 
}
.testimonial-card p{
margin:0;
}

.swiper-wrapper .slick-dots li.slick-active button:before {
    width: 30px;
    background: #8B8B8B;
    border:none;
}

.testimonial-slider-wrapper {
  padding-top: 60px;
  padding-bottom: 80px;
  position: relative;
}

.testimonial-header {
  margin-bottom: 18px;
}
.rating_text {
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    color: #000000;
}
.header-left {
  display: flex;
  align-items: center;
  gap: 10px;
}
.starsded {
    line-height: 0;
    display: flex;
    align-items: center;
    width: 11%;
}
.starsded img {
    width: 100%;
}
.header-stars {
  color: #ff8a5c;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.subtitle {
    margin: 10px 0 0 0;
    color: #000000;
    font-size: 14px;
    font-weight:400;
    line-height: 28px;
}
.main_cracter_ert {
    flex-grow: 1;
}
.testimonial-card {
    padding: 20px 18px;
    background: #F7F7F7;
    border-radius: 5px;
    position: relative;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between; /* Pushes author to bottom */
    height: 100% !important; 
    width: 100%; /* Fixes potential layout collapsing */
}

.swiper-wrapper {
    gap:23px;
    display: flex !important;
    height:100%;
}
.swiper-slide {
    flex: 1;
}


/* Speech Bubble Arrow */
.card-arrow {
  position: absolute;
  bottom: -15px;
  left: 40px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #ffffff;
}

.card-stars {
  color: #ff8a5c;
  margin-bottom: 15px;
  font-size: 14px;
}
.card-title {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 13px;
    margin-top: 10px;
    line-height: 28px;
    color: #000;
}
.card-text {
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    margin-bottom: 5px;
    font-weight: 400;
}
.card-author {
    text-align: right;
    font-weight: 400;
    font-size: 21px;
    color: #000;
    line-height: normal;
}
.testimonial-card {
    position: relative; /* Ye zaroori hai taake image card ke andar rahe */
    z-index: 1;
}

.testimonial-card::after {
    content: "";
    position: absolute;
    /* Image ka URL yahan aayega */
    background-image: url('https://cdn.shopify.com/s/files/1/0976/3998/9546/files/Background.png?v=1768166975');
    background-size: contain;
    background-repeat: no-repeat;
      bottom: -22px;
    left: 32px;
    width: 50px;
    height: 52px;
    z-index: -1;
}
.swiper-slide {
    height: 100%;
}
   .swiper-wrapper .slick-track {
    display: flex !important;
    height:100%;
    margin-bottom: 20px;
}
      @media screen and (max-width:1024px){
.swiper-wrapper .slick-prev {
    left: -48px;
}

.swiper-wrapper .slick-next {
    right: -48px;
}

      }
  @media screen and (max-width:768px){
.swiper-wrapper .slick-prev {
    left: -3px;
}
.testimonial-card {
    width:94%;
    margin:auto;
  padding: 20px 26px;

}
.swiper-wrapper .slick-dots{
bottom:-40px;
}
.swiper-wrapper .slick-next {
    right: -3px;
}
.card-text {
    font-size: 15px;
    line-height: 25px;
}
}
</style>

