/* Local hotfixes for cloned landing behavior */

/* Swiper defaults inject icon font via ::after; hide it because custom SVG arrows are already inside buttons. */
.swiper-button-prev::after,
.swiper-button-next::after {
  content: none !important;
}

/* Keep navigation controls centered and consistent. */
.swiper-nav .swiper-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.swiper-nav .swiper-button img {
  display: block;
}

/* Team slider arrows are vertical in the original layout. */
.team-slider .swiper-nav {
  display: flex !important;
  flex-direction: column !important;
  align-items: center;
  gap: 10px;
}
