/** Shopify CDN: Minification failed

Line 22:25 Unexpected "{"
Line 22:34 Expected ":"
Line 22:41 Unexpected "{"
Line 31:25 Unexpected "{"
Line 31:34 Expected ":"
Line 36:25 Unexpected "{"
Line 36:34 Expected ":"
Line 43:25 Unexpected "{"
Line 43:34 Expected ":"
Line 53:25 Unexpected "{"
... and 32 more hidden warnings

**/


/* CSS from section stylesheet tags */
.section-collection-v2 img {
  border-radius: 15px;
}
.section-testimonial-v2-{{ section.id }} {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  background-size: cover;
  background-position: center;
}

/* Container centre */
.section-testimonial-v2-{{ section.id }} .container-v2 {
  text-align: center;
}

/* Heading with underline centre */
.section-testimonial-v2-{{ section.id }} .title_heading {
  text-align: center !important;
  display: inline-block;
  width: auto;
  position: relative;
}

.section-testimonial-v2-{{ section.id }} .title_heading:after {
  content: "";
  display: block;
  margin: 18px auto 0;
  width: 80px;
  height: 2px;
  background: #5CCC96;
}

/* Each slide card */
.section-testimonial-v2-{{ section.id }} .testimonial-card {
  padding: 15px;
}

.section-testimonial-v2-{{ section.id }} .testimonial-inner {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 15px;
  padding: 30px 25px;
  max-width: 520px;
  margin: 0 auto;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  text-align: center;
}

/* Stars custom */
.section-testimonial-v2-{{ section.id }} .testimonial-stars {
  margin-bottom: 20px;
  font-size: 20px;
}

.section-testimonial-v2-{{ section.id }} .testimonial-stars .star {
  color: #5CCC96;
  margin: 0 2px;
}

/* Theme star row hide */
.section-testimonial-v2-{{ section.id }} .engoc-star {
  display: none !important;
}

/* Text */
.section-testimonial-v2-{{ section.id }} .testimonial-inner .text {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}

/* Author area */
.section-testimonial-v2-{{ section.id }} .testimonial-author {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Avatar hide but structure safe */
.section-testimonial-v2-{{ section.id }} .testimonial-author .avatar {
  display: none !important;
}

/* Author text */
.section-testimonial-v2-{{ section.id }} .testimonial-author .author-info {
  text-align: center;
}

.section-testimonial-v2-{{ section.id }} .testimonial-author .author-info h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

.section-testimonial-v2-{{ section.id }} .testimonial-author .author-info .text-position {
  font-size: 14px;
  opacity: 0.8;
}

/* Slick dots adjust */
.section-testimonial-v2-{{ section.id }} .slick-dots {
  
  margin-top: 25px;
  
}

.section-testimonial-v2-{{ section.id }} .slick-dots li button:before {
  font-size: 10px;
}

/* Responsive tweaks */
@media (max-width: 767px) {
  .section-testimonial-v2-{{ section.id }} {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-testimonial-v2-{{ section.id }} .testimonial-inner {
    padding: 20px 18px;
  }

  .section-testimonial-v2-{{ section.id }} .testimonial-inner .text {
    font-size: 15px;
  }
}