.swiper-container {
  padding: 25px 0 50px !important;
}

.swiper-wrapper {
  height: auto !important;
}

@media (min-width: 300px) and (max-width: 1599px) {
  .swiper-container {
    width: 100% !important;
  }
}

@media (min-width: 1600px) {
  .swiper-container {
    width: 85% !important;
  }
}

.swiper-slide {
  position: relative !important;
  background-position: center !important;
  background-size: cover !important;
  overflow: hidden !important;
  border: 5px solid var(--bs-cyan) !important;
  border-radius: 0.5rem !important;
  box-shadow: 0 1px 4px rgb(0 0 0 / 30%) !important;
}

.swiper-slide {
  width: 350px !important;
  height: 300px !important;
}

.swiper-slide img {
  transition: transform 0.2s linear !important;
  object-fit: cover;
}

.swiper-slide:hover img {
  transform: scale(1.2) !important;
}

.swiper-slide-text {
  position: absolute !important;
  bottom: 0 !important;
  color: var(--bs-light) !important;
  z-index: 2 !important;
  background: rgba(30,30,30,0.8) !important;
  width: 100% !important;
  text-align: center !important;
  padding: 10px 0 !important;
  font-weight: bold;
}

.swiper-pagination-bullet-active {
  background-color: var(--elso-szin) !important;
}

.gyakori-kerdesek-inner {
  background: rgb(255,255,255);
  background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,229,92,0.6) 20%, rgba(255,229,92,0.6) 80%, rgba(255,255,255,1) 100%);
}

.accordion-item-eu {
  border-radius: 15px !important;
}

