.testimonial-swiper {
  overflow: hidden;
  padding-left:15px;
  padding-right:15px;
}

.testimonial-swiper-desktop{padding-right:40px;}
.testimonial-swiper-desktop .swiper-wrapper{align-items:end;}

.testimonial-swiper-mobile{padding-left:20px;padding-right:20px;}

.testimonial-col {
  display: block;
}

.testimonial-slide {
  height: 100%;
}

.testimonial-item {
  flex: 1;
  padding: 20px;
  border-radius: 12px;
  background: #F0F0F0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.testimonial-photo,
.testimonial-initial {
  width: 83px;
  min-width: 83px;
  height: 83px;
  object-fit: cover;
  border-radius: 50%;
}

.testimonial-initial {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 24px;
  color: #1a1a1a;
}

.container-testimonial-navigation .row{height:50px;align-items:center;margin-bottom:50px;}
.testimonial-navigation{position:relative;width:130px;margin-right: 20px;}
.testimonial-navigation .swiper-button-next, .testimonial-navigation .swiper-button-prev{width: 48px;height: 48px;border: solid 1px;border-radius: 100px;color: #1A1A1A;}
.swiper-button-prev:after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M5 12H19" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M5 12L11 18" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M5 12L11 6" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
}
.swiper-button-next:after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 25px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'><path d='M5 12.9414H19' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/><path d='M13 18.9414L19 12.9414' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/><path d='M13 6.94141L19 12.9414' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-size: contain;
}


/* Slajdy mobilne - pełna wysokość */
.testimonial-swiper-mobile .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  height: auto;
}

/* Testimonial - rozciąga się na całą wysokość slajdu */
.testimonial-swiper-mobile .testimonial-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: start;
  height: 100%;
}


@media (max-width: 575px) {
.testimonial-swiper-mobile { padding-left: 11px; padding-right: 11px; }
}

@media (min-width: 768px) {
.testimonial-swiper-desktop {padding-left: 2%;}
}

@media (min-width: 1200px) {
.testimonial-swiper-desktop {padding-left: calc((100% - 1110px) / 2);}
}

@media (min-width: 1400px) {
.testimonial-swiper-desktop {padding-left: calc((100% - 1255px) / 2);}
}

/* desktop — dwa stacked itemy w jednej kolumnie */
@media (min-width: 768px) {
  .testimonial-col {
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100%;
  }

  .testimonial-item {
    flex: 1;
  }
}

