:root {
  --swiper-navigation-size: 10px !important;
}

/* Optional: Additional custom styles for navigation buttons */
.swiper-button-next,
.swiper-button-prev {
  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);
}
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 10px !important;
}

.button {
  width: fit-content;
  display: flex;
  padding: 0.6em 1rem;
  cursor: pointer;
  gap: 0.4rem;
  font-weight: bold;
  text-shadow: 2px 2px 3px rgba(117, 115, 115, 0.59);
  background-size: 300%;
  color: #fff;
  border: none;
  background-position: left center;
  transition: background 0.3s ease;
  background-color: #ffffff24;
  border-radius: 2px;
}

.button:hover {
  background-size: 320%;
  background-position: right center;
}

.button:hover svg {
  fill: #fff;
}
.bg-red-600 {
  background-color: rgb(185, 28, 28) !important;
}
.button svg {
  width: 23px;
  fill: #f09f33;
  transition: 0.3s ease;
}

/* slide */
.swiper {
  width: 100%;
  height: 100%;
}
.text-gray-400 {
  color: #dc2626 !important;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hidden {
  display: none;
}
.active-tab {
  @apply border-b-2 border-gray-800 text-gray-800 dark:text-white;
}

.bgimg-uniq {
  background: url("../img/cover-x.jpg");
}
.bgimg-uniq_brd {
  background: url("../img/cover-x.jpg");
}
.footer-bg {
  background: url("../img/footer-bg.jpg");
}
