/** Shopify CDN: Minification failed

Line 147:1 Unexpected "/"

**/
.swiper-slider-section {
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px 0;
}

.swiper-slider {
  position: relative;
}

.swiper {
  width: 100%;
  position: relative;
}

.slide-container {
  display: flex;
  align-items: center;
  gap: 40px;
  height: 384px;
}

.image-right {
  flex-direction: row-reverse;
}

.slide-image,
.slide-content {
  width: 50%;
  box-sizing: border-box;
  height: 100%;
  overflow: hidden;
  display: flex;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
}

.slide-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.placeholder-image {
  background-color: #f0f0f0;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}

.slide-content h2 {
  /* font-family: Lora; */
  font-weight: 500;
  font-size: 34px;
  line-height: 130%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #2b3b6d;
}

.slide-text {
  /* font-family: Avenir Next; */
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #2b3b6d;
}

.slide-btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #2a3990;
  color: white;
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.3s;
}

.slide-btn:hover {
  background-color: #1e2a6c;
}

.testimonial-nav {
  display: flex;
  gap: 30px;
  bottom: 0;
  left: 50%;
  padding: 20px;
  position: absolute;
  z-index: 9999;
}

/* Custom navigation positioning */
.swiper-navigation {
  position: absolute;
  z-index: 10;
}

/* Bottom left positioning */
.swiper-navigation--bottom_left {
  bottom: 0;
  left: 0;
  padding: 20px;
}

/* Bottom center positioning */
.swiper-navigation--bottom_center {
  bottom: 0;
  left: 52%;
  /* transform: translateX(-50%); */
  display: flex;
  gap: 20px;
  padding: 20px 0;
}

/* Bottom right positioning */
.swiper-navigation--bottom_right {
  bottom: 0;
  right: 0;
  padding: 20px;
}

/* /* Custom arrow styles */
.swiper-button-prev,
.swiper-button-next {
  position: static;
  width: 40px;
  height: 40px;
  background-color: #2a3990;
  color: white;
  border-radius: 50%;
  margin: 0 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
*/ .swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 18px;
}

.swiper-button-disabled {
  opacity: 0.5;
}

/* Responsive styles */
@media (max-width: 768px) {
  .slide-container {
    flex-direction: column;
    gap: 20px;
  }

  .slide-image {
    width: 100%;
    height: 241px;
  }

  .slide-content {
    width: 100%;
  }

  .image-right {
    flex-direction: column;
  }

  .testimonial-nav {
    bottom: -46px;
    left: 3px !important;
  }
}
