.aluf-slider { 
    display: flex; 
    justify-content: space-between; /* שינוי ל-space-between כדי ליצור חלוקה ברורה */
    align-items: center; 
    width: 100%; 
    max-width: 100%; 
    margin: 0 auto; 
    direction: rtl; 
    min-height: 400px; 
    height: auto; /* גובה דינמי */
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: transparent; /* הסרת הרקע האפור מהקונטיינר הראשי */
    padding: 40px 0;
}

.aluf-slider-slides { 
    flex: 1 1 0; 
    position: relative; 
    min-height: 500px; /* שינוי ל-min-height במקום height קבוע */
    height: auto; /* גובה דינמי */
    overflow: visible; /* הסרת overflow hidden */
    display: flex; 
    align-items: center; 
    justify-content: flex-start; /* יישור לשמאל כדי להגיע עד הקצה */
    will-change: transform;
    max-width: 70%; /* רוחב מלא פחות מקום לניווט */
    margin: 0; /* הסרת margin כדי להגיע עד הקצה */
    /* וידוא שה-container מתאים את עצמו לגובה הסלייד הפעיל */
    transition: height 0.3s ease;
    background: transparent; /* הסרת הרקע האפור */
    border-radius: 0;
    padding: 0; /* הסרת padding */
}

.aluf-slide { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: auto; /* גובה דינמי */
    min-height: 100%; 
    opacity: 0; 
    transition: opacity 0.7s cubic-bezier(.4,0,.2,1); 
    display: flex; 
    align-items: center; 
    justify-content: flex-start; /* יישור לשמאל כדי להגיע עד הקצה */
    z-index: 1; 
    transform: translateZ(0);
    pointer-events: none; /* מונע אינטראקציה עם סליידים לא פעילים */
    /* וידוא שהסלייד הפעיל משפיע על הגובה */
    visibility: hidden;
}

.aluf-slide.active { 
    opacity: 1; 
    z-index: 2; 
    pointer-events: auto; /* מאפשר אינטראקציה עם הסלייד הפעיל */
    /* וידוא שהסלייד הפעיל משפיע על הגובה של ה-container */
    position: static; /* שינוי ל-static כדי שישפיע על הגובה */
    height: auto;
    visibility: visible;
    top: auto;
    left: auto;
    justify-content: flex-start; /* יישור לשמאל כדי להגיע עד הקצה */
}

.aluf-slide.active { 
    opacity: 1; 
    z-index: 2; 
    pointer-events: auto; /* מאפשר אינטראקציה עם הסלייד הפעיל */
    /* וידוא שהסלייד הפעיל משפיע על הגובה של ה-container */
    position: relative;
    height: auto;
}

.aluf-slide.active { 
    opacity: 1; 
    z-index: 2; 
}

.aluf-slide-content { 
    background: transparent; /* הסרת הרקע הלבן - נשתמש ברקע האפור הכללי */
    width: 100%; 
    max-width: 100%; /* שינוי ל-100% כדי להגיע עד הקצה */
    border-radius: 0; /* הסרת העיגול */
    text-align: right; 
    display: flex; 
    align-items: center; 
    justify-content: space-between; /* חלוקה 60/40 כמו rcity */
    position: relative; 
    padding: 0;
    box-sizing: border-box;
    gap: 40px; /* מרווח בין הטקסט לתמונה */
}

.aluf-img-pos-right .aluf-slide-content { 
    flex-direction: row-reverse; 
}

.aluf-img-pos-left .aluf-slide-content { 
    flex-direction: row; 
}

.aluf-img-pos-center .aluf-slide-content { 
    flex-direction: column; 
}

.aluf-slide-img { 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    position: relative;
    z-index: 2;
    /* ערכים בסיסיים - יוחלפו על ידי Elementor */
    flex: 0 0 40%;
    max-width: 40%;
    width: auto;
    flex-basis: 40%;
    box-sizing: border-box;
    /* וידוא שהשליטה של Elementor עובדת */
    transition: all 0.3s ease;
}

/* וידוא שהשליטה של Elementor עובדת - דריסת ערכים בסיסיים */
.aluf-slide-img[style*="width"] {
    flex: 0 0 auto !important;
    max-width: none !important;
    flex-basis: auto !important;
}

/* וידוא שהשליטה של Elementor עובדת - דריסת ערכים בסיסיים */
.aluf-slide-img[style*="flex"] {
    max-width: none !important;
    flex-basis: auto !important;
}

/* וידוא שהשליטה של Elementor עובדת - דריסת ערכים בסיסיים */
.aluf-slide-img[style*="max-width"] {
    flex-basis: auto !important;
}

/* וידוא שהשליטה של Elementor עובדת - דריסת ערכים בסיסיים */
.aluf-slide-img[style*="flex-basis"] {
    max-width: none !important;
}

/* Debug: וידוא שהשליטה של Elementor עובדת - CSS דינמי */
.aluf-slide-img[style*="width"] {
    border: 3px solid red !important;
}



.aluf-slide-img img { 
    display: block; 
    max-width: 100%;
    height: auto;
    border-radius: 0; /* הסרת העיגול */
    object-fit: cover;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1); /* צל עדין */
}

.aluf-slide-title { 
    display: none; 
}



.aluf-slide-text { 
    flex: 0 0 60%; /* 60% מהרוחב כמו rcity */
    font-size: 2.5em; /* גודל טקסט גדול יותר */
    font-weight: 700; /* עבה יותר */
    display: flex; 
    flex-direction: column; /* טקסט אנכי */
    align-items: flex-start; /* יישור לשמאל */
    gap: 15px; /* מרווח בין השורות */
    line-height: 1.1;
    color: #1a1a1a; /* צבע כהה יותר */
    max-width: 60%;
}

.aluf-slide-text-part1 { 
    margin: 0; 
    font-size: 1em;
    color: #2c3e50; /* צבע כחול כהה כמו rcity */
}

.aluf-slide-text-part2 { 
    margin: 0; 
    font-size: 1.2em; /* גדול יותר מהשורה הראשונה */
    color: #e74c3c; /* צבע אדום כמו rcity */
    font-weight: 800;
}

.aluf-slider-nav { 
    display: flex; 
    flex-direction: column; 
    align-items: center; 
    justify-content: center; 
    gap: 0; 
    z-index: 10; 
    min-width: 120px;
    position: static; /* שינוי ל-static כדי שיהיה בצד ימין */
    right: auto;
    top: auto;
    transform: none;
    /* וידוא שהניווט לא עולה על התוכן */
    background: transparent;
    pointer-events: auto;
    margin-right: 20px; /* ריווח מהקצה */
}

.aluf-slider-arrow-up { 
    order: 0; 
    margin-bottom: 18px; 
}

.aluf-slider-dot { 
    display: flex; 
    flex-direction: row; 
    align-items: center; 
    gap: 8px; 
    width: auto; 
    height: 18px; 
    border-radius: 50%; 
    background: #ccc; 
    margin: 0 0 10px 0; 
    cursor: pointer; 
    border: 2px solid transparent; 
    transition: background 0.3s, border 0.3s; 
    position: relative; 
    min-width: 18px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.aluf-slider-dot.active { 
    background: #fff; 
    border-color: rgb(248, 248, 248); 
}

.aluf-slider-dot-title { 
    display: block; 
    position: absolute; 
    right: 25px; 
    margin-left: 8px; 
    font-size: 0.9em; /* גודל קטן יותר */
    font-weight: bold; 
    opacity: 0.8; 
    transition: color 0.3s; 
    pointer-events: none; 
    z-index: 20; 
    vertical-align: middle; 
    transform: none; 
    white-space: nowrap; 
    max-width: 150px; /* הגבלת רוחב */
}

.aluf-slider-dot.active .aluf-slider-dot-title {  
    opacity: 1; 
}

.aluf-slider-arrow-down { 
    order: 2; 
    margin-top: 18px; 
}

.aluf-slider-arrow { 
    background: #f8f8f8; 
    border: none; 
    border-radius: 100%; 
    width: 50px; 
    height: 50px; 
    font-size: 2em; 
    cursor: pointer; 
    margin-top: 5px; 
    margin-bottom: 0; 
    position: relative; 
    z-index: 10; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    transition: background 0.2s; 
    box-shadow: none; 
    touch-action: manipulation;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.aluf-slider-arrow:hover { 
    background: rgb(248, 248, 248); 
    color: #fff; 
}

/* Tablet Styles */
@media (max-width: 1024px) {
    .aluf-slider { 
        min-height: 300px; 
        height: auto;
    }
    
    .aluf-slider-slides { 
        min-height: 400px; 
        height: auto;
        overflow: visible;
        max-width: calc(100% - 140px); /* ריווח מהניווט גם בטאבלט */
        background: transparent; /* הסרת הרקע האפור גם בטאבלט */
        padding: 0; /* הסרת padding */
    }
    
    .aluf-slide-text { 
        font-size: 1.4em; 
        text-align: center;
        width: 100%;
    }
    
        .aluf-slide-content {
        max-width: 100% !important; 
        width: 100% !important;
        padding: 20px;
        margin: 0;
        min-height: auto;
        height: auto;
    }
}

/* Mobile Styles */
@media (max-width: 900px) {
    .aluf-slider {
        flex-direction: column;
        min-height: auto;
        height: auto;
        gap: 0;
        padding: 20px 0 30px 0;
        position: relative;
        width: 100% !important;
        max-width: 100vw !important;
        box-sizing: border-box;
        background: #f8f8f8;
    }
    .aluf-slider-slides {
        height: auto;
        min-height: auto;
        max-height: none;
        overflow: visible;
        order: 2;
        width: 100% !important;
        max-width: 100%;
        display: flex;
        align-items: stretch;
        justify-content: center;
        position: relative;
        box-sizing: border-box;
    }
    /* חצים בצדדים - ימין ושמאל */
    .aluf-slider-navigation {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        transform: translateY(-50%);
        pointer-events: none;
        z-index: 20;
        gap: 0;
        height: 0;
    }
    .aluf-slider-arrow {
        width: 44px;
        height: 44px;
        font-size: 1.5em;
        margin: 0;
        background: #fff;
        box-shadow: 0 2px 8px rgba(0,0,0,0.08);
        pointer-events: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        border: 1px solid #eee;
        transition: background 0.2s, border 0.2s;
    }
    .aluf-slider-arrow-up {
        order: 1;
        position: static;
        transform: rotate(180deg); /* חץ שמאלה */
    }
    .aluf-slider-arrow-down {
        order: 2;
        position: static;
        transform: rotate(0deg); /* חץ ימינה */
    }
    /* הנקודות למטה */
    .aluf-slider-nav {
        flex-direction: row;
        gap: 12px;
        margin: 20px auto 10px auto;
        order: 3;
        flex-wrap: nowrap;
        justify-content: center;
        width: 100%;
        position: static;
        left: auto;
        right: auto;
        bottom: auto;
        z-index: 30;
        background: none;
        box-shadow: none;
        padding: 0;
        min-height: 32px;
    }
    .aluf-slider-dot {
        flex-direction: column;
        gap: 0;
        margin: 0 3px;
        min-width: 18px;
        height: 18px;
        background: #ccc;
        border: 2px solid transparent;
        border-radius: 50%;
        transition: background 0.2s, border 0.2s;
        box-sizing: border-box;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
    .aluf-slider-dot.active {
        background: #e74c3c; /* צבע אדום כמו rcity */
        border-color: #e74c3c;
    }
    /* הסתרת שמות הנקודות */
    .aluf-slider-dot-title {
        display: none !important;
    }
    .aluf-slide-content {
        flex-direction: column !important;
        max-width: 100%;
        padding: 18px 10px 32px 10px;
        margin: 0; /* הסרת margin כדי להגיע עד הקצה */
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        width: 100% !important;
        gap: 20px; /* מרווח בין התמונה לטקסט */
    }
    .aluf-slide-img {
        max-width: 100%;
        margin-bottom: 15px;
        display: flex;
        justify-content: center;
    }
    .aluf-slide-img img {
        width: 100% !important;
        height: auto !important;
        max-width: 100% !important;
        display: block;
        margin: 0 auto;
        border-radius: 0; /* הסרת העיגול */
    }
    .aluf-slide-text {
        font-size: 1.8em; /* גודל טקסט גדול יותר במובייל */
        flex-direction: column;
        text-align: center;
        gap: 10px;
        margin-top: 10px;
        width: 100%;
        word-break: break-word;
        order: -1;
        flex: 0 0 auto;
    }
    .aluf-slide-title {
        display: block !important;
        font-size: 1.2em;
        font-weight: bold;
        margin-bottom: 8px;
        width: 100%;
        text-align: center;
    }
    .aluf-slide-text-part1 {
        margin: 0;
        color: #2c3e50; /* צבע כחול כהה כמו rcity */
        font-size: 1em;
    }
    .aluf-slide-text-part2 {
        margin: 0;
        color: #e74c3c; /* צבע אדום כמו rcity */
        font-size: 1.2em;
        font-weight: 800;
    }
    
    /* במובייל - הצג כותרות וטקסט ממורכז */
    @media (max-width: 900px) {
        .aluf-slide-title {
            display: block !important;
            text-align: center;
            width: 100%;
            margin-bottom: 10px;
        }
        
        .aluf-slide-text-part1,
        .aluf-slide-text-part2 {
            display: block;
            text-align: center;
            width: 100%;
        }
    }
    .aluf-slider-dot {
        min-width: 20px !important;
        height: 20px !important;
        background: #fff !important;
        border: 2px solid var(--aluf-slider-dot-active-color, #e00) !important;
        border-radius: 50% !important;
        box-shadow: 0 2px 6px rgba(0,0,0,0.10) !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        margin: 0 6px !important;
        transition: background 0.2s, border 0.2s;
    }
    .aluf-slider-dot.active {
        background: var(--aluf-slider-dot-active-color, #e00) !important;
        border-color: var(--aluf-slider-dot-active-color, #e00) !important;
        box-shadow: 0 2px 8px rgba(224,0,0,0.15) !important;
    }
    .aluf-slider-nav {
        min-height: 36px !important;
        padding-bottom: 4px !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        width: 100% !important;
        left: 0;
        right: 0;
        margin: 0 auto !important;
        position: absolute;
        bottom: 0;
        z-index: 30;
    }
    .aluf-slider-navigation {
        flex-direction: row-reverse !important;
    }
}

@media (max-width: 480px) {
    .aluf-slider {
        min-height: auto;
        height: auto;
        padding-bottom: 20px;
    }
    .aluf-slider-slides {
        min-height: auto;
        height: auto;
        overflow: visible;
    }
    .aluf-slide-text {
        font-size: 1em;
        gap: 5px;
        text-align: center;
    }
    
    .aluf-slide-text-part1,
    .aluf-slide-text-part2 {
        display: block;
        text-align: center;
        width: 100%;
    }

    .aluf-slider-arrow {
        width: 36px;
        height: 36px;
        font-size: 1.1em;
    }
    .aluf-slide-content {
        padding: 15px;
        margin: 0;
        max-width: 100% !important;
        width: 100% !important;
    }
    .aluf-slide-title {
        font-size: 1em;
        margin-bottom: 6px;
        text-align: center;
    }
}

/* תצוגה בעריכת אלמנטור */
.elementor-editor-active .aluf-slide { 
    position: static !important; 
    opacity: 1 !important; 
    display: flex !important; 
}

/* Accessibility improvements */
.aluf-slider-arrow:focus {
    outline: 2px solid #007cba;
    outline-offset: 2px;
}

.aluf-slider-dot:focus {
    outline: 2px solid #007cba;
    outline-offset: 2px;
}

/* Touch improvements for mobile */
@media (hover: none) and (pointer: coarse) {
    .aluf-slider-arrow {
        min-height: 44px;
        min-width: 44px;
    }

}

/* Performance optimizations */
.aluf-slider * {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

/* Loading state */
.aluf-slider.loading {
    opacity: 0.7;
    pointer-events: none;
}

/* High contrast mode support */
@media (prefers-contrast: high) {
    .aluf-slider-arrow {
        border: 2px solid currentColor;
    }
    
    .aluf-slider-dot {
        border: 2px solid currentColor;
    }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
    .aluf-slide {
        transition: opacity 0.3s ease;
    }
    
    .aluf-slider-arrow,
    .aluf-slider-dot {
        transition: none;
    }
}

/*
שליטה על צבע הנקודה הפעילה במובייל:
@media (max-width: 900px) {
  .aluf-slider {
    --aluf-slider-dot-active-color: #00bcd4;
  }
}
*/

@media (max-width: 900px) {
    .aluf-slider {
        width: 100% !important;
        max-width: 100vw !important;
        box-sizing: border-box;
    }
    .aluf-slider-slides {
        width: 100% !important;
        max-width: 100vw !important;
        box-sizing: border-box;
        height: auto;
        overflow: visible;
        /* במובייל הניווט מתחת אז אין צורך בריווח */
    }
    .aluf-slide-content {
        width: 100% !important;
        max-width: 100vw !important;
        box-sizing: border-box;
        margin: 0;
    }
    .aluf-slide-img {
        max-width: 100vw !important;
        box-sizing: border-box;
    }
    .aluf-slider-dot {
        min-width: 20px !important;
        height: 20px !important;
        background: #fff !important;
        border: 2px solid var(--aluf-slider-dot-active-color, #e00) !important;
        border-radius: 50% !important;
        box-shadow: 0 2px 6px rgba(0,0,0,0.10) !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        margin: 0 6px !important;
        transition: background 0.2s, border 0.2s;
    }
    .aluf-slider-dot.active {
        background: var(--aluf-slider-dot-active-color, #e00) !important;
        border-color: var(--aluf-slider-dot-active-color, #e00) !important;
        box-shadow: 0 2px 8px rgba(224,0,0,0.15) !important;
    }
    .aluf-slider-nav {
        min-height: 36px !important;
        padding-bottom: 4px !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        width: 100% !important;
        left: 0;
        right: 0;
        margin: 0 auto !important;
        position: absolute;
        bottom: 0;
        z-index: 30;
    }
}

/* שליטה במיקום התמונה - גישה חדשה */
.aluf-slide-img {
    position: relative !important;
    z-index: 1 !important;
}



/* מיקומים חדשים - רק בדסקטופ/טאבלט */
@media (min-width: 901px) {
    .aluf-slide-img.position-outside-left,
    .aluf-slide-img.position-outside_left {
        left: -120px !important;
        z-index: 3 !important;
    }

    .aluf-slide-img.position-outside-right,
    .aluf-slide-img.position-outside_right {
        right: -120px !important;
        z-index: 3 !important;
    }

    .aluf-slide-img.position-overlap-left,
    .aluf-slide-img.position-overlap_left {
        left: -60px !important;
        z-index: 2 !important;
    }

    .aluf-slide-img.position-overlap-right,
    .aluf-slide-img.position-overlap_right {
        right: -60px !important;
        z-index: 2 !important;
    }
}

.aluf-slide-img.position-inside {
    left: 0 !important;
    right: 0 !important;
    z-index: 1 !important;
}

/* במובייל - כל המיקומים החדשים חוזרים למרכז */
@media (max-width: 900px) {
    .aluf-slide-img.position-outside-left,
    .aluf-slide-img.position-outside_left,
    .aluf-slide-img.position-outside-right,
    .aluf-slide-img.position-outside_right,
    .aluf-slide-img.position-overlap-left,
    .aluf-slide-img.position-overlap_left,
    .aluf-slide-img.position-overlap-right,
    .aluf-slide-img.position-overlap_right,
    .aluf-slide-img.position-inside {
        left: 0 !important;
        right: 0 !important;
        z-index: 1 !important;
        position: relative !important;
        margin: 0 auto !important;
    }
}



/* וידוא שהגודל והמיקום של התמונה עובדים */
.aluf-slide-img {
    transition: all 0.3s ease;
}

/* וידוא שהתמונה לא עולה על הניווט */
.aluf-slide-img.position-outside-right {
    right: calc(-20% + 140px) !important; /* ריווח מהניווט */
}

@media (max-width: 900px) {
    .aluf-slide-img.position-outside-right {
        right: auto !important;
    }
    

}

/* וידוא שהגודל עובד בכל המצבים */
.aluf-slide-img img {
    height: auto !important;
    object-fit: cover !important;
}

/* וידוא שהמיקומים עובדים עם סלקטורים נוספים - רק בדסקטופ/טאבלט */
@media (min-width: 901px) {
    .aluf-slide .aluf-slide-img.position-overlap-left,
    .aluf-slide .aluf-slide-img.position-overlap_left {
        left: -60px !important;
        z-index: 2 !important;
    }

    .aluf-slide .aluf-slide-img.position-overlap-right,
    .aluf-slide .aluf-slide-img.position-overlap_right {
        right: -60px !important;
        z-index: 2 !important;
    }

    .aluf-slide .aluf-slide-img.position-outside-left,
    .aluf-slide .aluf-slide-img.position-outside_left {
        left: -120px !important;
        z-index: 3 !important;
    }

    .aluf-slide .aluf-slide-img.position-outside-right,
    .aluf-slide .aluf-slide-img.position-outside_right {
        right: -120px !important;
        z-index: 3 !important;
    }
}

.aluf-slide .aluf-slide-img.position-inside {
    left: 0 !important;
    right: 0 !important;
    z-index: 1 !important;
}

/* במובייל - כל המיקומים החדשים חוזרים למרכז */
@media (max-width: 900px) {
    .aluf-slide .aluf-slide-img.position-outside-left,
    .aluf-slide .aluf-slide-img.position-outside_left,
    .aluf-slide .aluf-slide-img.position-outside-right,
    .aluf-slide .aluf-slide-img.position-outside_right,
    .aluf-slide .aluf-slide-img.position-overlap-left,
    .aluf-slide .aluf-slide-img.position-overlap_left,
    .aluf-slide .aluf-slide-img.position-overlap-right,
    .aluf-slide .aluf-slide-img.position-overlap_right,
    .aluf-slide .aluf-slide-img.position-inside {
        left: 0 !important;
        right: 0 !important;
        z-index: 1 !important;
        position: relative !important;
        margin: 0 auto !important;
    }
}

/* וידוא שהגודל והמיקום של התמונה עובדים */
.aluf-slide-img {
    transition: all 0.3s ease;
}

/* וידוא שהמיקומים עובדים בכל המצבים - רק בדסקטופ/טאבלט */
@media (min-width: 901px) {
    .aluf-slide-content .aluf-slide-img.position-overlap-left,
    .aluf-slide-content .aluf-slide-img.position-overlap_left {
        left: -60px !important;
        z-index: 2 !important;
    }

    .aluf-slide-content .aluf-slide-img.position-overlap-right,
    .aluf-slide-content .aluf-slide-img.position-overlap_right {
        right: -60px !important;
        z-index: 2 !important;
    }

    .aluf-slide-content .aluf-slide-img.position-outside-left,
    .aluf-slide-content .aluf-slide-img.position-outside_left {
        left: -120px !important;
        z-index: 3 !important;
    }

    .aluf-slide-content .aluf-slide-img.position-outside-right,
    .aluf-slide-content .aluf-slide-img.position-outside_right {
        right: -120px !important;
        z-index: 3 !important;
    }
}

.aluf-slide-content .aluf-slide-img.position-inside {
    left: 0 !important;
    right: 0 !important;
    z-index: 1 !important;
}

/* במובייל - כל המיקומים החדשים חוזרים למרכז */
@media (max-width: 900px) {
    .aluf-slide-content .aluf-slide-img.position-outside-left,
    .aluf-slide-content .aluf-slide-img.position-outside_left,
    .aluf-slide-content .aluf-slide-img.position-outside-right,
    .aluf-slide-content .aluf-slide-img.position-outside_right,
    .aluf-slide-content .aluf-slide-img.position-overlap-left,
    .aluf-slide-content .aluf-slide-img.position-overlap_left,
    .aluf-slide-content .aluf-slide-img.position-overlap-right,
    .aluf-slide-content .aluf-slide-img.position-overlap_right,
    .aluf-slide-content .aluf-slide-img.position-inside {
        left: 0 !important;
        right: 0 !important;
        z-index: 1 !important;
        position: relative !important;
        margin: 0 auto !important;
    }
}

/* וידוא שהתמונה לא עולה על הניווט */
.aluf-slide-img.position-outside-right {
    right: calc(-20% + 140px) !important; /* ריווח מהניווט */
}