/** Shopify CDN: Minification failed

Line 28:24 Unexpected "{"
Line 28:33 Expected ":"
Line 28:40 Unexpected "{"

**/


/* CSS from section stylesheet tags */
.swiper-button-prev,
.swiper-button-next {
  color: black;
  padding: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
}

.swiper-button-prev {
  left: 10px;
}

.swiper-button-next {
  right: 10px;
}
.home-category-section-{{ section.id }} {
  margin: 50px 0;
  padding: 60px 20px;
}
  .cat-home{
    background: #00695c;
    padding:65px;
  }
    .cat-title{
        color:white !important;
    }

.home-category-heading {
  color: white;
  font-size: 60px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 60px;
}

.testimonial-card {
  background: white;
  border-radius: 10px;
  padding: 30px 25px;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.testimonial-avatar {
  width: 140px;
  height: 140px;
  object-fit: cover;
  border-radius: 50%;
  margin: 0 auto 20px;
}

.testimonial-name {
  color: #d75c48;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
}

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

.testimonial-text {
  font-size: 18px;
  color: #000;
  line-height: 1.6;
}
.swiper-slide1{
  margin-right:22px !important;
}
.swiper-slide {
  width: auto;
  max-width: 350px;
}

.swiper-wrapper {
  padding-bottom: 20px;
}

@media (max-width: 768px) {
  .testimonial-name {
    font-size: 20px;
  }

  .testimonial-text {
    font-size: 16px;
  }

  .home-category-heading {
    font-size: 40px;
  }

  .swiper-slide {
    max-width: 80%;
  }
  .swiper-button-prev {
  display: none;
}

.swiper-button-next {
 display: none;
}
}