.pt-testimonial-carousel-block {
  background: #001944;
  padding: 3.2rem 0 2.3rem 0;
  width: 100%;
}

.pt-testimonial-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
  margin-bottom: 2.2rem;
  letter-spacing: -1px;
  text-align: center;
}

.pt-testimonial-swiper {
  width: 100%;
  padding-bottom: 2.6rem;
}
.pt-testimonial-swiper .swiper-wrapper {
  align-items: stretch;
}
.pt-testimonial-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: stretch;
  height: auto;
}

.pt-testimonial-card {
  position: relative;
  background: none;
  border-radius: 1.4rem;
  color: #fff;
  min-width: 270px;
  max-width: 370px;
  width: 100%;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 2.2rem 1.6rem 1.4rem 2.6rem;
  margin: 0.5rem 0;
}

/* Vertical Red Bar */
.pt-testimonial-bar {
  position: absolute;
  left: 0.7rem;
  top: 1.4rem;
  bottom: 1.4rem;
  width: 7px;
  border-radius: 6px;
  background: #8B0000;
  opacity: 0.94;
  z-index: 1;
  content: "";
  display: block;
}

.pt-testimonial-quote {
  font-size: 1.13rem;
  font-style: italic;
  line-height: 1.7;
  color: #fff;
  margin-bottom: 1.3rem;
  margin-top: 0.4rem;
  letter-spacing: 0.01em;
  text-align: left;
  padding: 0 0.2rem;
  text-shadow: 0 1px 8px #00194488;
  z-index: 2;
  position: relative;
}

.pt-testimonial-author {
  font-size: 1.07rem;
  color: #ffdfdf;
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: bold;
  margin-top: auto;
  letter-spacing: 0.01em;
  text-align: left;
  z-index: 2;
  position: relative;
}

/* Swiper pagination */
.pt-testimonial-pagination {
  margin-top: 1.7rem;
  --swiper-pagination-color: #fff;
  --swiper-pagination-bullet-inactive-color: #8B0000;
  --swiper-pagination-bullet-size: 12px;
}

/* Responsive: one per row mobile */
@media (max-width: 900px) {
  .pt-testimonial-title { font-size: 1.2rem; }
  .pt-testimonial-card { max-width: 95vw; min-width: 0; }
}
@media (max-width: 600px) {
  .pt-testimonial-carousel-block { padding: 1.2rem 0 1.6rem 0; }
  .pt-testimonial-card { padding: 1.1rem 0.5rem 1rem 1.6rem; }
  .pt-testimonial-bar { left: 0.2rem; }
}
