.elementor-578 .elementor-element.elementor-element-909ab81{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );text-transform:var( --e-global-typography-text-text-transform );font-style:var( --e-global-typography-text-font-style );text-decoration:var( --e-global-typography-text-text-decoration );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );word-spacing:var( --e-global-typography-text-word-spacing );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );word-spacing:var( --e-global-typography-text-word-spacing );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );word-spacing:var( --e-global-typography-text-word-spacing );}}/* Start custom CSS *//* עיצוב מאמר מקצועי ל-efly.co.il - רישיון מטיס רחפן */
/* הוסף קובץ זה כ-style.css והשתמש בתבנית HTML בסיסית */

/* איפוס בסיסי ועיצוב כללי */
body {
    font-family: 'Segoe UI', 'Arial Hebrew', Arial, sans-serif;
    line-height: 1.7;
    color: #2c3e50;
    background-color: #ecf0f1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    text-align: right;
    direction: rtl;
}

/* עיצוב המאמר הראשי */
.efly-article {
    background-color: white;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    margin-bottom: 40px;
    border: 1px solid #ddd;
}

/* כותרות */
.article-title {
    color: #1a5276;
    font-size: 2.7em;
    border-bottom: 4px solid #e67e22;
    padding-bottom: 20px;
    margin-bottom: 35px;
    text-align: center;
    font-weight: 800;
    position: relative;
}

.article-title:after {
    content: '';
    position: absolute;
    bottom: -4px;
    right: 0;
    width: 150px;
    height: 4px;
    background: #3498db;
}

.section-title {
    color: #1a5276;
    font-size: 1.9em;
    margin-top: 50px;
    padding-right: 20px;
    border-right: 5px solid #e67e22;
    padding-top: 10px;
    position: relative;
}

.subsection-title {
    color: #2c3e50;
    font-size: 1.5em;
    margin-top: 35px;
    padding-right: 15px;
    border-right: 3px solid #3498db;
    font-weight: 600;
}

/* הדגשת מונחים טכניים */
.technical-term {
    background-color: #e8f4fc;
    padding: 2px 10px;
    border-radius: 5px;
    font-weight: bold;
    border-right: 3px solid #2980b9;
    color: #154360;
    font-family: 'Courier New', monospace;
}

/* תיבות מיוחדות */
.pro-tip-box {
    background: linear-gradient(to left, #fffde7, #fff9c4);
    border-right: 6px solid #f1c40f;
    padding: 22px;
    margin: 30px 0;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.05);
}

.pro-tip-title {
    color: #d35400;
    font-weight: bold;
    font-size: 1.1em;
    display: block;
    margin-bottom: 10px;
}

.forum-reference-box {
    background: linear-gradient(to left, #e8f6f3, #d1f2eb);
    border-right: 6px solid #1abc9c;
    padding: 20px;
    margin: 25px 0;
    border-radius: 8px;
    font-style: italic;
    color: #0e6251;
}

/* רשימות */
.article-list {
    padding-right: 40px;
    margin: 25px 0;
}

.article-list li {
    margin-bottom: 15px;
    padding-right: 15px;
    position: relative;
}

.article-list li:before {
    content: '▶';
    position: absolute;
    right: -20px;
    color: #e67e22;
}

.numbered-list {
    padding-right: 40px;
    margin: 25px 0;
    counter-reset: item;
}

.numbered-list li {
    margin-bottom: 15px;
    padding-right: 25px;
    position: relative;
}

.numbered-list li:before {
    counter-increment: item;
    content: counter(item) ". ";
    position: absolute;
    right: -5px;
    color: #e67e22;
    font-weight: bold;
}

/* עיצוב קישורים */
.content-link {
    color: #2980b9;
    text-decoration: none;
    border-bottom: 1px dashed #3498db;
    transition: all 0.3s;
}

.content-link:hover {
    color: #e67e22;
    border-bottom: 1px solid #e67e22;
}

/* עיצוב CTA */
.cta-container {
    background: linear-gradient(to left, #2c3e50, #1a5276);
    color: white;
    padding: 40px;
    border-radius: 12px;
    text-align: center;
    margin: 50px 0;
    position: relative;
    overflow: hidden;
}

.cta-container:before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 1px, transparent 1px);
    background-size: 20px 20px;
    opacity: 0.3;
}

.cta-title {
    font-size: 1.8em;
    margin-bottom: 20px;
    color: #fff;
    position: relative;
    z-index: 1;
}

.cta-description {
    font-size: 1.1em;
    margin-bottom: 25px;
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
    line-height: 1.8;
    position: relative;
    z-index: 1;
}

.cta-button {
    display: inline-block;
    background: linear-gradient(to left, #e67e22, #d35400);
    color: white;
    padding: 16px 35px;
    text-decoration: none;
    border-radius: 8px;
    font-weight: bold;
    font-size: 1.1em;
    margin-top: 15px;
    transition: all 0.3s;
    position: relative;
    z-index: 1;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.cta-button:hover {
    background: linear-gradient(to left, #d35400, #ba4a00);
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.25);
}

.cta-footer {
    margin-top: 20px;
    font-size: 0.9em;
    opacity: 0.9;
    position: relative;
    z-index: 1;
}

/* עיצוב עבור טלפונים */
@media (max-width: 768px) {
    body {
        padding: 10px;
    }
    
    .efly-article {
        padding: 25px;
    }
    
    .article-title {
        font-size: 2em;
    }
    
    .section-title {
        font-size: 1.6em;
    }
    
    .subsection-title {
        font-size: 1.3em;
    }
    
    .cta-container {
        padding: 25px;
    }
    
    .article-list, .numbered-list {
        padding-right: 25px;
    }
}

/* הנפשות עדינות */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.efly-article {
    animation: fadeIn 0.5s ease-out;
}

.section-title {
    animation: fadeIn 0.7s ease-out;
}/* End custom CSS */