.elementor-4228 .elementor-element.elementor-element-20edf3c{--display:flex;--background-transition:0.3s;--margin-top:0px;--margin-right:0px;--margin-bottom:0px;--margin-left:0px;--padding-top:0px;--padding-right:0px;--padding-bottom:0px;--padding-left:0px;}.elementor-4228 .elementor-element.elementor-element-20edf3c.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-4228 .elementor-element.elementor-element-e16239f > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-4228 .elementor-element.elementor-element-89935ec{--display:flex;--background-transition:0.3s;--margin-top:0px;--margin-right:0px;--margin-bottom:0px;--margin-left:0px;--padding-top:0px;--padding-right:0px;--padding-bottom:0px;--padding-left:0px;}.elementor-4228 .elementor-element.elementor-element-89935ec.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-4228 .elementor-element.elementor-element-c00c4a9{--display:flex;--background-transition:0.3s;--margin-top:0px;--margin-right:0px;--margin-bottom:0px;--margin-left:0px;--padding-top:0px;--padding-right:0px;--padding-bottom:0px;--padding-left:0px;}.elementor-4228 .elementor-element.elementor-element-c00c4a9.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-4228 .elementor-element.elementor-element-2d6cefa{--display:flex;--background-transition:0.3s;--margin-top:0px;--margin-right:0px;--margin-bottom:0px;--margin-left:0px;--padding-top:0px;--padding-right:0px;--padding-bottom:0px;--padding-left:0px;}.elementor-4228 .elementor-element.elementor-element-2d6cefa.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-4228 .elementor-element.elementor-element-e6508ed{--display:flex;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--background-transition:0.3s;}.elementor-4228 .elementor-element.elementor-element-885d0cc{--e-image-carousel-slides-to-show:4;}.elementor-4228 .elementor-element.elementor-element-885d0cc .swiper-wrapper{display:flex;align-items:center;}@media(min-width:768px){.elementor-4228 .elementor-element.elementor-element-20edf3c{--width:93.458%;}.elementor-4228 .elementor-element.elementor-element-89935ec{--width:100%;}.elementor-4228 .elementor-element.elementor-element-c00c4a9{--width:100%;}.elementor-4228 .elementor-element.elementor-element-2d6cefa{--width:100%;}}/* Start custom CSS for image-carousel, class: .elementor-element-885d0cc *//* Partner szekció wrapper */
.elementor-widget-image-carousel {
  padding: 80px 20px;
  background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

/* Carousel container */
.elementor-image-carousel-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
  position: relative;
}

/* Slide-ok */
.elementor-image-carousel .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  transition: all 0.3s ease;
}

/* Képek stílusa */
.swiper-slide-image {
  max-height: 80px;
  width: auto !important;
  height: auto !important;
  object-fit: contain;
  filter: grayscale(100%) opacity(0.6);
  transition: all 0.4s ease;
}

/* Aktív slide kép */
.swiper-slide-active .swiper-slide-image {
  filter: grayscale(0%) opacity(1);
  transform: scale(1.1);
}

/* Hover effekt */
.swiper-slide:hover .swiper-slide-image {
  filter: grayscale(0%) opacity(1);
  transform: scale(1.05);
}

/* Navigation gombok - JAVÍTOTT */
.elementor-swiper-button {
  width: 50px;
  height: 50px;
  background: #B2E46E;
  border-radius: 50%;
  color: #54595F;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(178, 228, 110, 0.3);
  
  /* Középre igazítás */
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  
  /* Pozíció felülírása */
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.elementor-swiper-button:hover {
  background: #54595F;
  color: #B2E46E;
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 6px 20px rgba(84, 89, 95, 0.4);
}

.elementor-swiper-button svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
  display: block;
  margin: 0 auto;
}

.elementor-swiper-button-prev {
  left: 10px;
}

.elementor-swiper-button-next {
  right: 10px;
}

/* Pagination (pontok) */
.swiper-pagination {
  position: relative;
  margin-top: 30px;
  bottom: 0 !important;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #54595F;
  opacity: 0.3;
  transition: all 0.3s ease;
}

.swiper-pagination-bullet:hover {
  opacity: 0.6;
  transform: scale(1.2);
}

.swiper-pagination-bullet-active {
  background: #B2E46E;
  opacity: 1;
  width: 30px;
  border-radius: 6px;
}

/* Figure tag reset */
.swiper-slide-inner {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

/* Responsive - Tablet */
@media (max-width: 968px) {
  .elementor-widget-image-carousel {
    padding: 60px 16px;
  }
  
  .swiper-slide-image {
    max-height: 60px;
  }
  
  .elementor-swiper-button {
    width: 45px;
    height: 45px;
  }
  
  .elementor-swiper-button svg {
    width: 18px;
    height: 18px;
  }
}

/* Responsive - Mobile */
@media (max-width: 640px) {
  .elementor-widget-image-carousel {
    padding: 50px 16px;
  }
  
  .elementor-image-carousel-wrapper {
    padding: 30px 0;
  }
  
  .swiper-slide-image {
    max-height: 50px;
  }
  
  .elementor-swiper-button {
    width: 40px;
    height: 40px;
  }
  
  .elementor-swiper-button svg {
    width: 16px;
    height: 16px;
  }
  
  .elementor-swiper-button-prev {
    left: 5px;
  }
  
  .elementor-swiper-button-next {
    right: 5px;
  }
  
  .swiper-pagination {
    margin-top: 20px;
  }
  
  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  
  .swiper-pagination-bullet-active {
    width: 20px;
  }
}

/* Automatikus scroll animáció simítása */
.elementor-image-carousel {
  transition-timing-function: ease-in-out;
}

/* Slide-ok közötti térköz */
.swiper-slide {
  margin: 0 10px;
}

/* Duplikált slide-ok elrejtése (ha problémát okoznak) */
.swiper-slide-duplicate {
  pointer-events: none;
}/* End custom CSS */