.testimonials-section {
  background: #f8f9fa;
  direction: rtl;
}

/* کارت‌ها */
.testimonial-card.custom-style {
  background: #ffffff;
  border: 2px solid #ffbe59;
  border-radius: 24px;
  padding: 60px 24px 40px;
  position: relative;
  box-shadow: 0 4px 18px #ffbe5912;
  max-width: 330px;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.3s, box-shadow 0.3s;
}

.testimonial-card.custom-style:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 30px #ffbe5930;
}

/* آیکون‌های نقل‌قول داخل گوشه */
.quote-icon.top {
  position: absolute;
  top: 12px;
  left: 12px;
  font-size: 1.6rem;
  color: #ffbe59;
}

.quote-icon.bottom {
  position: absolute;
  bottom: 12px;
  right: 12px;
  font-size: 1.6rem;
  color: #ffbe59;
  transform: rotate(180deg);
}

/* متن */
.testimonial-text {
  font-size: 0.9rem;
  color: #213150;
  line-height: 1.9;
  padding: 0 10px;
  margin: 10px 0;
}

/* پروفایل */
.testimonial-profile {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.testimonial-profile img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.testimonial-user {
  font-weight: bold;
  color: #001f52;
  font-size: 1rem;
}

.testimonial-role {
  font-size: 0.85rem;
  color: #666;
}

/* Swiper pagination */
.swiper-pagination {
  margin-top: 20px;
  text-align: center;
}

.swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  margin: 0 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  transition: background 0.3s, transform 0.3s;
}

.swiper-pagination-bullet-active {
  background: #ff5e13;
  box-shadow: 0 0 6px #ff5e13aa;
  transform: scale(1.2);
}

/* فاصله در حالت موبایل برای جلوگیری از برخورد با لبه‌ها */
.testimonial-swiper {
  padding: 0 16px 48px;
}

.swiper-slide {
  display: flex;
  justify-content: center;
}

/* بهینه‌سازی کارت در موبایل */
@media (max-width: 767px) {
  .testimonial-card.custom-style {
    max-width: 95%;
    padding: 50px 18px 30px;
    min-height: 85%;
  }
}
