.elementor-86567 .elementor-element.elementor-element-45431cf .elementor-spacer-inner{height:10px;}.elementor-86567 .elementor-element.elementor-element-9750e1d{text-align:center;}.elementor-86567 .elementor-element.elementor-element-9750e1d .elementor-heading-title{color:#54595F;font-size:36px;font-weight:400;}.elementor-86567 .elementor-element.elementor-element-69f0e46{--divider-border-style:solid;--divider-color:#000;--divider-border-width:1px;}.elementor-86567 .elementor-element.elementor-element-69f0e46 .elementor-divider-separator{width:100%;}.elementor-86567 .elementor-element.elementor-element-69f0e46 .elementor-divider{padding-top:15px;padding-bottom:15px;}.elementor-86567 .elementor-element.elementor-element-0b247a6{font-size:18px;}.elementor-86567 .elementor-element.elementor-element-f395050{text-align:center;}.elementor-86567 .elementor-element.elementor-element-f395050 img{width:100%;}.ee-tooltip.ee-tooltip-f395050.to--top,
							 .ee-tooltip.ee-tooltip-f395050.to--bottom{margin-left:0px;}.ee-tooltip.ee-tooltip-f395050.to--left,
							 .ee-tooltip.ee-tooltip-f395050.to--right{margin-top:0px;}/* Start custom CSS for section, class: .elementor-element-0e5d132 *//* עיצוב לסקשן המשלב טקסט ותמונה */
.content-section {
    display: flex;
    flex-direction: row-reverse; /* הטקסט מימין והתמונה משמאל */
    gap: 40px;
    margin: 60px auto;
    max-width: 1200px;
    padding: 0 20px;
    align-items: center;
    direction: rtl;
}

/* עיצוב הטקסט */
.textobank {
    flex: 1;
    padding: 20px 0;
}

.textobank p {
    font-family: 'Heebo', sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #2d3748;
    margin-bottom: 20px;
    text-align: right;
}

.textobank p:first-child {
    font-size: 18px;
    font-weight: 500;
    color: #1e365c;
}

/* מעבר צבע עדין לפסקה הראשונה */
.textobank p:first-child {
    background: linear-gradient(to left, #2d3748, #3a506b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* עיצוב התמונה */
.photobanko {
    flex: 1;
    position: relative;
    overflow: hidden; /* למקרה שמעגלים את הפינות */
}

.photobanko img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0, 60, 120, 0.15);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}

/* אפקט hover לתמונה */
.photobanko:hover img {
    transform: scale(1.02);
    box-shadow: 0 25px 50px rgba(0, 60, 120, 0.2);
}

/* אפקט מסגרת דקורטיבית סביב התמונה */
.photobanko::after {
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    right: -15px;
    bottom: -15px;
    border: 2px solid rgba(30, 150, 252, 0.2);
    border-radius: 16px;
    z-index: -1;
    pointer-events: none;
    transition: all 0.3s ease;
}

.photobanko:hover::after {
    top: 10px;
    left: 10px;
    right: -10px;
    bottom: -10px;
    border-color: rgba(30, 150, 252, 0.4);
}

/* התאמה למסכים בינוניים */
@media (max-width: 992px) {
    .content-section {
        gap: 30px;
    }
}

/* התאמה למובייל */
@media (max-width: 768px) {
    .content-section {
        flex-direction: column;
        gap: 25px;
    }
    
    .textobank, .photobanko {
        width: 100%;
    }
    
    .photobanko::after {
        display: none;
    }
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-4cdfb6c *//* עיצוב מחדש לסקשן firstseco - מרכז לדיני בנקאות */
.firstseco {
    /* מסגרת כללית */
    max-width: 1200px;
    margin: 50px auto;
    padding: 50px 30px;
    background: linear-gradient(135deg, #ffffff, #f8fbff);
    box-shadow: 0 15px 35px rgba(0, 60, 120, 0.08);
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(226, 232, 240, 0.6);
}

/* אפקט דקורטיבי - אלמנט גיאומטרי ברקע */
.firstseco::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(to right, #1e96fc, #38b6ff, #72ddf7);
    z-index: 1;
}

.firstseco::after {
    content: '';
    position: absolute;
    bottom: -80px;
    right: -80px;
    width: 250px;
    height: 250px;
    background: radial-gradient(circle, rgba(30, 150, 252, 0.05) 0%, rgba(255, 255, 255, 0) 70%);
    border-radius: 50%;
    z-index: 0;
    pointer-events: none;
}

/* עיצוב הכותרת הראשית */
.firstseco h2 {
    font-family: 'Heebo', sans-serif;
    font-weight: 700;
    font-size: 36px;
    background: linear-gradient(to right, #003366, #1e96fc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-align: center;
    margin-bottom: 35px;
    position: relative;
    padding-bottom: 18px;
}

/* קו מעוצב מתחת לכותרת */
.firstseco h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(to right, #1e96fc, #72ddf7);
    border-radius: 3px;
}

/* עיצוב פסקאות טקסט */
.firstseco p {
    font-family: 'Assistant', sans-serif;
    font-size: 17px;
    line-height: 1.8;
    color: #2d3748;
    margin-bottom: 22px;
    text-align: right;
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    z-index: 1;
}

/* הדגשה מיוחדת לפסקה ראשונה */
.firstseco p:first-of-type {
    font-size: 18px;
    font-weight: 500;
    color: #1e365c;
}

/* עיצוב התמונה */
.firstseco img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 15px 30px rgba(0, 60, 120, 0.12);
    margin: 35px 0;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    z-index: 1;
}

.firstseco img:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 60, 120, 0.18);
}

/* אפקט מסגרת דקורטיבית סביב התמונה */
.firstseco .image-wrapper {
    position: relative;
    margin: 35px 0;
    display: block;
}

.firstseco .image-wrapper::after {
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    right: -15px;
    bottom: -15px;
    border: 2px solid rgba(30, 150, 252, 0.15);
    border-radius: 12px;
    z-index: 0;
    pointer-events: none;
    transition: all 0.3s ease;
}

.firstseco .image-wrapper:hover::after {
    top: 10px;
    left: 10px;
    right: -10px;
    bottom: -10px;
    border-color: rgba(30, 150, 252, 0.3);
}

/* עיצוב למובייל */
@media (max-width: 768px) {
    .firstseco {
        padding: 35px 20px;
        margin: 30px 15px;
    }
    
    .firstseco h2 {
        font-size: 28px;
        padding-bottom: 15px;
    }
    
    .firstseco p {
        font-size: 16px;
        line-height: 1.6;
        padding: 0 5px;
    }
    
    .firstseco .image-wrapper::after {
        display: none;
    }
}

/* עיצוב לטיימר (אם קיים) */
.firstseco .countdown-timer {
    background: linear-gradient(to right, #003366, #1e96fc);
    color: white;
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    font-family: 'Heebo', sans-serif;
    margin-top: 35px;
    box-shadow: 0 10px 25px rgba(0, 51, 102, 0.2);
    position: relative;
    overflow: hidden;
}

.firstseco .countdown-timer::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 80%);
    opacity: 0.7;
}

/* אנימציית כניסה עדינה */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.firstseco {
    animation: fadeIn 0.8s ease-out forwards;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-85227cb *//* מפריד קו מודרני - אופציה 1: גרדיאנט עם אפקט זוהר */
.modern-separator {
    position: relative;
    height: 5px;
    background: linear-gradient(to right, rgba(30, 150, 252, 0), #1e96fc 20%, #38b6ff 50%, #72ddf7 80%, rgba(114, 221, 247, 0));
    border-radius: 5px;
    margin: 50px auto;
    max-width: 80%;
    box-shadow: 0 0 15px rgba(30, 150, 252, 0.3);
}

/* אופציה 2: מפריד עם אייקון במרכז */
.icon-separator {
    position: relative;
    text-align: center;
    margin: 50px auto;
    max-width: 80%;
    height: 20px;
}

.icon-separator::before,
.icon-separator::after {
    content: '';
    position: absolute;
    top: 50%;
    width: calc(50% - 40px);
    height: 2px;
    background: linear-gradient(to var(--direction, right), #1e96fc, rgba(30, 150, 252, 0.1));
}

.icon-separator::before {
    left: 0;
    --direction: right;
}

.icon-separator::after {
    right: 0;
    --direction: left;
}

.icon-separator i {
    position: relative;
    background: white;
    color: #1e96fc;
    font-size: 20px;
    padding: 0 15px;
    border-radius: 50%;
    z-index: 1;
}

/* אופציה 3: מפריד דו-שכבתי עם אפקט צל */
.layered-separator {
    position: relative;
    height: 4px;
    background: linear-gradient(to right, #1e96fc, #72ddf7);
    border-radius: 4px;
    margin: 50px auto;
    max-width: 60%;
    box-shadow: 0 2px 10px rgba(30, 150, 252, 0.2);
}

.layered-separator::after {
    content: '';
    position: absolute;
    top: 6px;
    left: 10%;
    right: 10%;
    height: 1px;
    background: rgba(30, 150, 252, 0.3);
    border-radius: 4px;
}

/* אופציה 4: מפריד עם נקודות דקורטיביות */
.dots-separator {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px auto;
    gap: 10px;
}

.dots-separator span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #1e96fc;
    animation: pulse 1.5s infinite alternate;
}

.dots-separator span:nth-child(1) { animation-delay: 0s; }
.dots-separator span:nth-child(2) { animation-delay: 0.2s; width: 12px; height: 12px; }
.dots-separator span:nth-child(3) { animation-delay: 0.4s; }

@keyframes pulse {
    0% { transform: scale(1); opacity: 0.7; }
    100% { transform: scale(1.2); opacity: 1; }
}

/* אופציה 5: מפריד אלגנטי עם אפקט גל */
.wave-separator {
    position: relative;
    height: 2px;
    background-color: rgba(30, 150, 252, 0.15);
    margin: 50px auto;
    max-width: 70%;
    overflow: visible;
}

.wave-separator::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30%;
    right: 30%;
    height: 4px;
    background: linear-gradient(to right, rgba(30, 150, 252, 0), #1e96fc, rgba(30, 150, 252, 0));
    border-radius: 2px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-25726d7 *//* עיצוב חדש ומשופר לתפריט הניווט - modernik */
.modernik {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 1000px;
    margin: 40px auto;
    padding: 0 15px;
    direction: rtl;
}

.modernik a {
    display: flex;
    align-items: center;
    padding: 18px 20px;
    text-decoration: none;
    color: #2d3748;
    font-family: 'Heebo', sans-serif;
    font-size: 16px;
    font-weight: 500;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    height: 80px;
}

.modernik a:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 60, 120, 0.15);
}

/* קו דקורטיבי בחלק התחתון */
.modernik a::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(to left, #38b6ff, #5271ff);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s ease;
}

.modernik a:hover::after {
    transform: scaleX(1);
}

/* אייקונים בצד שמאל */
.modernik a .icon {
    margin-right: auto;  /* דוחף את האייקון לצד שמאל */
    width: 40px;
    height: 40px;
    min-width: 40px;  /* מבטיח שהאייקון לא יתכווץ */
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(56, 182, 255, 0.1);
    border-radius: 8px;
    color: #38b6ff;
    font-size: 18px;
    transition: all 0.3s ease;
}

.modernik a:hover .icon {
    background-color: #38b6ff;
    color: #ffffff;
    transform: rotate(360deg);
}

/* סגנון הטקסט */
.modernik a .text {
    margin-left: 15px; /* מרווח בין הטקסט לאייקון */
    text-align: right;
}

/* התאמה למובייל */
@media (max-width: 768px) {
    .modernik {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .modernik {
        grid-template-columns: 1fr;
    }
    
    .modernik a {
        height: 70px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-86742b4 *//* עיצוב מודרני לאזור יצירת הקשר */
.contact-section {
    background: linear-gradient(135deg, #ffffff, #f8fbff);
    border-radius: 16px;
    box-shadow: 0 15px 35px rgba(0, 60, 120, 0.07);
    padding: 45px 30px;
    max-width: 900px;
    margin: 50px auto;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(226, 232, 240, 0.6);
}

/* אפקט דקורטיבי - קו צבעוני בחלק העליון */
.contact-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(to right, #1e96fc, #38b6ff, #72ddf7);
}

/* אפקט דקורטיבי - אלמנטים גיאומטריים ברקע */
.contact-section::after {
    content: '';
    position: absolute;
    bottom: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(30, 150, 252, 0.05) 0%, rgba(255, 255, 255, 0) 70%);
    border-radius: 50%;
    z-index: 0;
}

/* עיצוב הכותרת */
.contact-section h2 {
    font-family: 'Heebo', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #003366;
    text-align: center;
    margin-bottom: 35px;
    position: relative;
    padding-bottom: 15px;
}

/* קו מעוצב מתחת לכותרת */
.contact-section h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(to right, #1e96fc, #72ddf7);
    border-radius: 3px;
}

/* מיכל לפרטי הקשר */
.contact-details {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
    z-index: 1;
}

/* עיצוב משותף לכל פריט יצירת קשר */
.contact-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 20px;
    border-radius: 12px;
    background-color: white;
    box-shadow: 0 6px 16px rgba(0, 60, 120, 0.05);
    transition: all 0.3s ease;
}

.contact-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0, 60, 120, 0.1);
}

/* עיצוב אייקונים */
.contact-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(30, 150, 252, 0.1);
    color: #1e96fc;
    border-radius: 50%;
    margin-left: 15px;
    font-size: 20px;
    transition: all 0.3s ease;
}

.contact-item:hover .contact-icon {
    background-color: #1e96fc;
    color: white;
    transform: rotate(15deg);
}

/* עיצוב טקסט */
.contact-text {
    font-family: 'Assistant', sans-serif;
    font-size: 20px;
    color: #2d3748;
    font-weight: 500;
}

/* עיצוב לטלפון */
.contact-phone .contact-text {
    direction: ltr;
    text-align: right;
}

/* עיצוב לאימייל */
.contact-email {
    text-decoration: none;
    color: #1e96fc;
    transition: color 0.3s ease;
}

.contact-email:hover {
    color: #0056b3;
}

/* מיכל לאימיילים */
.email-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

/* התאמה למובייל */
@media (max-width: 768px) {
    .contact-section {
        padding: 35px 20px;
        margin: 30px 15px;
    }
    
    .contact-section h2 {
        font-size: 24px;
    }
    
    .contact-icon {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    
    .contact-text {
        font-size: 18px;
    }
}/* End custom CSS */