.swiper-button-prev {
  direction: rtl;
}
#background {
  transition: background-image 0.7s ease, opacity 0.7s ease;
}

#content {
  transition: opacity 0.7s ease;
}

.menu-item h3 {
  position: relative;
  padding-bottom: 8px;
}

.menu-item h3.text-[#1F4689]::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 2px;
  background-color: #1f4689;
}
@media (max-width: 767.98px) {
  .swiper {
    --swiper-navigation-size: 36px;
  }
}
