/** Shopify CDN: Minification failed

Line 135:0 Expected "}" to go with "{"

**/

.slider-s2 .swiper {
  height: 100%;
}

.slider-s2 .swiper-wrapper {
  display: flex;
  align-items: stretch !important; /* force equal height */
}


.slider-s2 .swiper-slide {
 box-sizing: border-box;
  text-align: center;
  transition: all 0.3s ease;
  overflow: hidden;
  background: linear-gradient(180deg, #EBFFFE 39.42%, #6DF3EE 100%);
  border: 1px solid #68CCC8;
  border-radius: 15px;

  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: auto !important; /* allow natural stretch */
  gap: 15px;
  padding: 15px 0;
  cursor: pointer;
}

.slider-s2 .swiper-slide:hover{
  background: linear-gradient(180deg, rgba(47, 89, 147, 0.95) 0%, rgba(8, 49, 91, 0.95) 100%);
  color: #fff;
}

.slider-s2 .swiper-slide:hover a h4{
  color: #fff !important;
}

.slider-s2 .swiper-slide a{
  text-decoration: none;
}

.slider-s2 .swiper-slide .imager {
  width: 238px;
  height: 238px;
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.slider-s2 .swiper-slide .imager img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}



@media(max-width: 1450px){
    .slider-s2 .swiper-slide .imager {
      width: 200px;
      height: 200px;
      border-radius: 50%;
      background: #fff;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 20px;
  }

  .slider-s2 .swiper-slide {
    padding: 15px;
  }

   .slider-s2 .swiper-slide h4 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media(max-width: 992px){
  .slider-s2 .swiper-slide .imager {
    width: 150px;
    height: 150px;
  }
@media(max-width: 767px){
  .slider-s2 .swiper-slide {
 
    gap: 10px;
    padding: 15px;
  }

}

@media(max-width: 480px){
    .slider-s2 .swiper-slide .imager {
      width: 110px;
      height: 110px;
      border-radius: 50%;
      background: #fff;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 8px;
  }

  .slider-s2 .swiper-slide {
      padding: 5px;
  }

   .slider-s2 .swiper-slide h4 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

