/* Yalnızca RTL için Farsça dilde geçerli olacak */
.rtl .swiper-wrapper {
  display: flex;
  flex-direction: row-reverse; /* RTL için düzeni tersine çevir */
}

.rtl .tp-testimonial-2-item {
  direction: rtl; /* Yorumları sağdan sola hizala */
}

/* RTL için okları döndür */
body.rtl .tp-step-shapes img {
    transform: rotate(180deg);  /* 180 derece döndürme */
}