/** Shopify CDN: Minification failed

Line 10:0 Unexpected "<"
Line 224:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
.custom-testimonials-section {
  text-align: center;
  padding: 60px 20px;
}

.custom-testimonials-section h2 {
  font-size: 4rem;
  margin-bottom: 40px;
  text-transform: uppercase;
      text-align: center;
}

.testimonials-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.testimonial-card {
  max-width: 100%;
  padding: 20px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(59, 92, 93, 0.5);

  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  margin: 10px;
  box-sizing: border-box;
}

.testimonial-stars {
  color: #f7b100;
  font-size: 18px;
  margin-bottom: 20px;
}

.testimonial-quote {
  font-size: 1.5rem;
  color: #333;
  line-height: 1.6;
  margin-bottom: 20px;
  flex-grow: 1;
}

.testimonial-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 10px;
} 
  .testimonials-container{
    margin-bottom: 4rem; 
  }
     

.testimonial-name {
  font-weight: bold;
  font-size: 0.95rem;
}

.testimonial-location {
  color: #666;
  font-size: 0.85rem;
}

/* Slider Styles */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  user-select: none;
  touch-action: pan-y;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

.slick-slide > div {
  height: 100%;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  border: none;
  color: #333;
  font-size: 20px;
}

.slick-prev {
  left: -20px;
}

.slick-next {
  right: -20px;
}

.slick-dots {
  position: relative;
  bottom: 0;
  display: flex !important;
  width: 100%;
  padding: 0;
  margin: 20px 0 0;
  list-style: none;
  justify-content: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #d8d8d8;
  border-radius: 50%;
}

.slick-dots li.slick-active button {
  background-color: #f7b100;
}

@media screen and (max-width: 767px) {
  .custom-testimonials-section h2 {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
.testimonial-quote {
    font-size: 1.5rem;
  text-align: center;
    
}
  testimonial-name {
    font-weight: bold;
    font-size: 1.5rem;
}
  .testimonial-location {
    color: #666;
    font-size: 1.3rem;
}
  .testimonial-card {
    margin: 25px;
    padding: 15px;
  }

  .slick-arrow {
    width: 30px;
    height: 30px;
  }

  .slick-prev {
    left: -15px;
  }

  .slick-next {
    right: -15px;
  }
} 
</style>