.elementor-59 .elementor-element.elementor-element-a78bfa7{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );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 );}:root{--page-title-display:none;}/* Start custom CSS *//* עיצוב כללי */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f8f9fa;
    direction: rtl;
    text-align: right;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* עיצוב כותרת */
.main-header {
    background: linear-gradient(135deg, #1a3a8f 0%, #2d5cc2 100%);
    color: white;
    padding: 2.5rem 0;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem;
}

.main-header h1 {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
    font-weight: 700;
}

.subtitle {
    font-size: 1.2rem;
    opacity: 0.9;
    max-width: 800px;
    margin: 0 auto;
}

/* סעיפים כלליים */
.content-section, .local-answer-section, .comparison-section, .faq-section, .regulatory-section, .proximity-section {
    background: white;
    border-radius: 10px;
    padding: 2rem;
    margin-bottom: 2rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.content-section:hover, .local-answer-section:hover, .comparison-section:hover, .faq-section:hover, .regulatory-section:hover, .proximity-section:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

h2 {
    color: #1a3a8f;
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 3px solid #f0b400;
    display: flex;
    align-items: center;
    gap: 10px;
}

h2 i {
    color: #f0b400;
}

h3 {
    color: #2d5cc2;
    font-size: 1.4rem;
    margin: 1.5rem 0 1rem 0;
}

p {
    font-size: 1.1rem;
    margin-bottom: 1.2rem;
    line-height: 1.7;
    color: #444;
}

/* תשובה מקומית */
.local-answer-section .highlight-box {
    background: linear-gradient(135deg, #f8f9ff 0%, #e8eeff 100%);
    border-right: 5px solid #2d5cc2;
    padding: 1.5rem;
    border-radius: 8px;
    margin-top: 1rem;
}

.highlight-box p {
    font-size: 1.2rem;
    color: #1a3a8f;
    margin-bottom: 0;
}

/* טבלת השוואה */
.table-container {
    overflow-x: auto;
    margin: 2rem 0;
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5rem 0;
    font-size: 1.1rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    overflow: hidden;
}

.comparison-table thead {
    background: linear-gradient(135deg, #1a3a8f 0%, #2d5cc2 100%);
    color: white;
}

.comparison-table th {
    padding: 1.2rem 1rem;
    text-align: right;
    font-weight: 600;
    font-size: 1.2rem;
}

.comparison-table td {
    padding: 1rem;
    border-bottom: 1px solid #eaeaea;
    text-align: right;
}

.comparison-table tbody tr:nth-child(even) {
    background-color: #f8f9ff;
}

.comparison-table tbody tr:hover {
    background-color: #e8eeff;
}

.comparison-table td:first-child {
    font-weight: 600;
    color: #1a3a8f;
}

/* מקרה בוחן */
.case-study {
    background-color: #f8f9ff;
    border-radius: 8px;
    padding: 1.5rem;
    margin-top: 1rem;
    border-right: 4px solid #f0b400;
}

.case-study p:first-child {
    font-weight: 600;
    color: #1a3a8f;
}

/* שאלות נפוצות */
.faq-item {
    border-bottom: 1px solid #eaeaea;
    padding: 1.5rem 0;
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-item h3 {
    color: #1a3a8f;
    font-size: 1.3rem;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 0;
}

.faq-item h3:before {
    content: "Q:";
    background-color: #f0b400;
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    font-weight: bold;
}

/* דגש רגולטורי */
.regulatory-notice {
    background-color: #fff8e6;
    border: 1px solid #f0b400;
    border-radius: 8px;
    padding: 1.5rem;
    margin-top: 1rem;
}

.regulatory-notice p:first-child {
    font-weight: 600;
    color: #b8860b;
}

/* פוטר */
.main-footer {
    background: linear-gradient(135deg, #1a3a8f 0%, #2d5cc2 100%);
    color: white;
    padding: 3rem 0;
    margin-top: 3rem;
}

.footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2rem;
}

.footer-info h3 {
    color: white;
    font-size: 1.8rem;
    margin-bottom: 1rem;
    border-bottom: 2px solid #f0b400;
    padding-bottom: 0.5rem;
    display: inline-block;
}

.footer-info p {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 0.8rem;
}

.footer-info a {
    color: #f0b400;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-info a:hover {
    color: white;
    text-decoration: underline;
}

.footer-disclaimer {
    flex: 1;
    min-width: 300px;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 1.5rem;
    border-radius: 8px;
    border-right: 4px solid #f0b400;
}

.footer-disclaimer p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 0;
}

/* עיצוב רספונסיבי */
@media (max-width: 768px) {
    .main-header h1 {
        font-size: 2rem;
    }
    
    .subtitle {
        font-size: 1rem;
    }
    
    .content-section, .local-answer-section, .comparison-section, .faq-section, .regulatory-section, .proximity-section {
        padding: 1.5rem;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    .footer-content {
        flex-direction: column;
    }
    
    .comparison-table {
        font-size: 0.95rem;
    }
    
    .comparison-table th, .comparison-table td {
        padding: 0.8rem;
    }
}

@media (max-width: 480px) {
    .main-header {
        padding: 1.5rem 0;
    }
    
    .main-header h1 {
        font-size: 1.7rem;
    }
    
    h2 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
    }
    
    .highlight-box p {
        font-size: 1.1rem;
    }
}

/* אנימציות קלות */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.content-section, .local-answer-section, .comparison-section, .faq-section, .regulatory-section, .proximity-section {
    animation: fadeIn 0.5s ease-out;
}

/* עיצוב נוסף לאייקונים */
i.fas, i.far {
    margin-left: 5px;
}

/* הדגשת מילות מפתח */
strong {
    color: #1a3a8f;
    font-weight: 700;
}

/* עיצוב לינקים */
a {
    color: #2d5cc2;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #f0b400;
    text-decoration: underline;
}/* End custom CSS */