/** Shopify CDN: Minification failed

Line 37:60 Unexpected "{"
Line 37:69 Expected ":"
Line 141:0 Unexpected "}"
Line 230:0 Expected "}" to go with "{"

**/
/** Shopify CDN: Minification failed

Line 29:60 Unexpected "{"
Line 29:69 Expected ":"
Line 133:0 Unexpected "}"
Line 222:0 Expected "}" to go with "{"

**/
.testimonials .swiper:not(.swiper-initialized) .swiper-wrapper {
  gap: 8.4rem;
}
.testimonials .swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
  flex: 0 0 20%;
  max-width: 100%;
}
@media screen and (min-width: 750px) {
  .testimonials .swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
    flex: 0 0 calc(50% - 1.2rem);
    max-width: calc(50% - 1.2rem);
  }
}
@media screen and (min-width: 1200px) {
  .testimonials .swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
    flex: 0 0 calc(33.33% - 1.6rem);
    max-width: calc(33.33% - 1.6rem);
  }
}
 @media screen and (min-width: 750px) {
              .testimonials__item-block swiper-slide color-{{ section.settings.color_scheme }} background{
              height:80vh}}

.testimonials .section-header__desc {
  margin-top: 1.6rem;
  font-weight: 400;
}
.testimonials .testimonials__desc {
  text-align: center;
  margin-top: 1.6rem;
}
@media screen and (min-width: 1200px) {
  .testimonials .testimonials__desc {
    text-align: left;
  }
}
@media screen and (max-width: 1360px) {
  .testimonials .testimonials__desc {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 1200px) {
  .testimonials .testimonials__item-block {
    flex-direction: unset;
  }
}
.testimonials .testimonials__author-text {
  display: flex;
  justify-content: center;
  margin-top: 1.6rem;
  opacity: 0.5;
  font-weight: 500;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.testimonials .testimonials__author-text .testimonials__delimiter {
  width: 1rem;
  height: 0.1rem;
  align-self: center;
  display: inline-block;
  background: rgba(var(--color-foreground), 0.5);
}
@media screen and (min-width: 1200px) {
  .testimonials .testimonials__author-text .testimonials__delimiter {
    width: 1.6rem;
  }
}
@media screen and (min-width: 1200px) {
  .testimonials .testimonials__author-text {
    justify-content: flex-start;
    gap: 0.8rem;
  }
}
@media screen and (min-width: 1360px) {
  .testimonials .testimonials__author-text {
    margin-top: 2.4rem;
  }
}
.testimonials__slide-stars {
  display: flex;
  text-align: left;
  align-items: center;
  gap: 0.4rem;
  justify-content: center;
}
@media screen and (min-width: 1200px) {
  .testimonials__slide-stars {
    justify-content: unset;
  }
}
.testimonials__slide-stars .icon-star {
  width: 1.7rem;
  height: 1.7rem;
  opacity: 0.6;
}
.testimonials__slide-stars .icon-star.star-active {
  opacity: 1;
}
.testimonials__slide-stars .icon-star__count {
  margin-left: 0.4rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
}
.testimonials__slide {
  display: flex;
  align-items: center;
}
.testimonials__slide.have-overlay::before {
  background: var(--slide-overlay);
}



.testimonials__author {
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonials__author-name {
  flex: none;
}

}
@media screen and (min-width: 1200px) {
  .testimonials__author-img {
    max-width: 14rem;
    margin: 0;
    height: 100%;
  }

@media screen and (min-width: 1360px) {
  .testimonials__author-img {
    max-width: 15rem;
  }
}

.testimonials .testimonials__data {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
@media screen and (min-width: 1200px) {
  .testimonials .testimonials__data {
    gap: 0.8rem;
  }
}

@media screen and (min-width: 1200px) {
  .testimonials .testimonials__text-item {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 1360px) {
  .testimonials .testimonials__text-item {
    padding: 3.2rem;
  }
}
  .testimonials__slide {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* subtle shadow */
  transition: transform 0.3s ease;
}
.testimonials__slide:hover {
  transform: scale(1.05); /* slight zoom on hover */
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.testimonials__slide {
  animation: fadeIn 1s ease-in-out;
}
.testimonials__slide-stars .icon-star {
  color: #ccc; /* inactive color */
}

.testimonials__slide-stars .icon-star.star-active {
  color: #f5a623; /* active star color */
}
.testimonials__slide {
  min-height: 300px; /* set a minimum height */
}

/* Parent Container */
.testimonials__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch; /* Ensures equal height columns */
}

/* Testimonial Slides */
.testimonials__slide {
  display: flex;
  flex-direction: column; /* Ensure content stacks vertically */
  justify-content: space-between; /* Ensure content is spaced evenly */
  flex: 1 1 30%; /* Flex-grow: 1; Flex-shrink: 1; Basis: 30% (or adjust as needed) */
  min-height: 350px; /* Set a minimum height for the cards */
  max-height: 100%;
}







