.elementor-215 .elementor-element.elementor-element-6453a93{--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 );}/* Start custom CSS *//* style.css */
body {
    font-family: 'Segoe UI', Tahoma, Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    background: #f9f9f9;
    margin: 0;
    padding: 20px;
    direction: rtl;
}

.container {
    max-width: 900px;
    margin: 0 auto;
    background: white;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

h1 {
    color: #003366;
    border-bottom: 3px solid #ff9900;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 2em;
}

h2 {
    color: #003366;
    margin-top: 30px;
    font-size: 1.5em;
}

h3 {
    color: #003366;
    font-size: 1.2em;
    margin: 20px 0 10px;
}

.local-answer {
    background: #e6f3ff;
    border-right: 4px solid #ff9900;
    padding: 15px;
    font-weight: 500;
    border-radius: 0 8px 8px 0;
    margin: 20px 0;
}

.regulation {
    background: #fff3cd;
    border: 1px solid #ffeeba;
    padding: 10px;
    border-radius: 4px;
    font-size: 0.95em;
}

.case-study {
    background: #e9f7ef;
    padding: 15px;
    border-radius: 8px;
    margin: 20px 0;
    border: 1px solid #c3e6cb;
}

.case-study h3 {
    margin-top: 0;
    color: #155724;
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    direction: rtl;
}

.comparison-table th {
    background: #003366;
    color: white;
    padding: 10px;
    font-weight: bold;
}

.comparison-table td, .comparison-table th {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: right;
}

.comparison-table tr:nth-child(even) {
    background: #f2f2f2;
}

.faq {
    margin: 20px 0;
}

.faq h3 {
    margin-bottom: 5px;
    color: #003366;
    font-size: 1.1em;
}

.faq p {
    margin-top: 0;
    margin-bottom: 15px;
    padding-right: 20px;
}

.cta {
    text-align: center;
    margin: 30px 0;
}

.button {
    background: #ff9900;
    color: white;
    padding: 12px 30px;
    text-decoration: none;
    border-radius: 50px;
    font-weight: bold;
    display: inline-block;
    transition: background 0.3s;
}

.button:hover {
    background: #e68a00;
}

p {
    margin-bottom: 1em;
}

/* רספונסיביות */
@media (max-width: 600px) {
    .container {
        padding: 15px;
    }
    h1 {
        font-size: 1.5em;
    }
    .comparison-table {
        font-size: 0.9em;
    }
    .comparison-table th, .comparison-table td {
        padding: 5px;
    }
}

/* סימון שכונות וצמתים */
p:contains("נווה נוי"), p:contains("רמות"), p:contains("צומת קאסל") {
    border-right: 2px solid #ff9900;
}/* End custom CSS */