.gradient-text {
  background: linear-gradient(
    180deg,
    #7B287D 0%,
    #C02F5C 50%,
    #F26B5E 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}


.swiper-button-prev,
.swiper-button-next {
    position: static !important;  /* Swiper'ın absolute'ünü yok eder */
    margin: 0 !important;
}
.swiper-button-next::after,
.swiper-button-prev::after {
    content: none !important;  /* Swiper ok ikonlarını tamamen kaldırır */
}
