/** Shopify CDN: Minification failed

Line 192:0 Unexpected "}"

**/
/* .testimonial-slide-container {
    display: flex;
    align-items: center;
  gap:10px
} */


.testimonial {
    padding: 12px;
    background:  linear-gradient(to bottom, transparent 25%, #fcf6ee 20%);
    /* border-radius: 7px; */
    margin-right:15px;
}

.testimonial-img img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 100%;
    box-shadow: 0 0 3px;
}

p.testimonial-author {
    text-align: center;
    margin-bottom: 0;
    font-size: 16px;
    /* font-weight: bold; */
    color: black;
    text-transform: capitalize;
    letter-spacing: 0;
}

p.testimonial-info {
    text-align: center;
    margin-bottom: 5px;
}

.testimonial-header {
    text-align: center;
}

.testimonial-header h1 {
    font-size: 3rem;
    font-weight: 400;
    margin:10px 0px 10px 0;
}

section.testimonial-section-1 {
    padding:2rem 1rem;
    margin-top: 0;
}

.testimonial-img {
    display: flex;
    justify-content: center;
} 

p.star-div {
    text-align: center;
}

span.line {
    width: 65px;
    display: flex;
    background: black;
    color: black;
    height: 1px;
}

.line-div {
    display: flex;
    justify-content: center;
    padding: 15px 0;
}

p.testimonial-text {
    line-height: 16px;
    font-size: 12px;
    padding: 4px 10px;
    margin-bottom: 0;
    text-align: center;
    color:black;
    margin-top: 0;
    letter-spacing: 0.4px;
    /* display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis; */
}

p.sub-heading {
    margin-top: 14px;
    margin-bottom: 22px;
}


.testimonial-slide-container button.slick-prev.testi-left-arro {
    background: #fff;
    box-shadow: 0 2px 15px rgba(54, 54, 54, 0.35);
    border: 0;
    width: 30px;
    height: 30px;
    padding: 0;
}


.testimonial-slide-container button.slick-next.testi-right-arro {
    background: #fff;
    box-shadow: 0 2px 15px rgba(54, 54, 54, 0.35);
    border: 0;
    width: 30px;
    height: 30px;
    padding: 0;
}


@media (min-width:1000px){
.testimonial-slide-container button.slick-prev.testi-left-arro {
   position: absolute;
    left: 0px;
    font-size: 2rem;
     top: 50%;
  transition:0.5s;
}

.testimonial-slide-container button.slick-next.testi-right-arro {
  position: absolute;
  right: 0px;
  font-size: 2rem;
  top: 50%;
  transition:0.5s;
}

 /* .testimonial-slide-container button.slick-prev.testi-left-arro:hover {
    transform: scale(1.4);
}
  
 .testimonial-slide-container button.slick-next.testi-right-arro:hover {
    transform: scale(1.4);
} */
  
}


@media (max-width:480px){

  section.testimonial-section-1 {
    margin-top: 2rem !important;
}
  
  .testimonial {
    margin-right: 5px !important;
}

  section.testimonial-section-1 {
    padding: 2rem 8px !important;
 }

  .testimonial-header h1 {
    font-size: 30px !important;
     margin:10px 0px 10px 0;
}

  .testimonial-slide-container button.slick-prev.testi-left-arro {
        text-align: center;
        font-size: 22px;
        position: absolute;
        top: 14rem;
        left: 0px !important;
    padding: 0px !important;
    }

  .testimonial-slide-container button.slick-next.testi-right-arro {
         text-align: center;
        font-size: 22px;
        position: absolute;
        top: 14rem;
        right: 0px !important;
    padding: 0px !important;
    }
}


/* .slick-slider-1 .slick-slide {
  padding: 0 10px; /* Adjust space between slides */
} */


