.elementor-1225 .elementor-element.elementor-element-a0e582e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS */.yellow {
    display:inline-block;
    color:#FFCF02;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    
    padding-bottom:100px;
}


@media only screen and (min-width: 992px) {
.elementor-176 .elementor-element.elementor-element-8bf65c5:not(.elementor-motion-effects-element-type-background), .elementor-176 .elementor-element.elementor-element-8bf65c5 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-position: bottom left 300px!important; }
}

@media only screen and (max-width: 480px) {
.elementor-section.elementor-section-items-middle>.elementor-container {
    align-items: start!important;} }
    
    
/* אפקט צל גרדיאנט אגרסיבי עם שטח גדול יותר מעל קונטיינר קרוסלה - Code by LEMON SHLIF */
.carousel-container {
  position: relative; /* חשוב כדי למקם את ה::before בצורה נכונה */
}

.carousel-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 220px; /* התאמת הגובה של האפקט ל-40% יותר */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
  pointer-events: none; /* כדי לוודא שהאפקט לא מפריע לאינטראקציה עם הקרוסלה */
  z-index: 10; /* כך שהגרדיאנט יופיע מעל התוכן */
}/* End custom CSS */