.testimonial-col {
  display: block;
}

.testimonial-slide {
  height: 100%;
}

.testimonial-item {
color:#F5F0F5;
}

.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;}

/* 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%;
}

/* 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;
  }
}

