.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 );}.elementor-29 .elementor-element.elementor-element-74fdaa2a{font-family:"Noto Sans Hebrew", Sans-serif;font-weight:400;}/* Start custom CSS *//* style.css */
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700&family=Assistant:wght@300;400;500;600&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Assistant', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f8f9fa;
    direction: rtl;
    text-align: right;
}

.local-seo-article {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    background-color: white;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 40px;
}

.article-header {
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 3px solid #2c5aa0;
    margin-bottom: 40px;
}

.article-header h1 {
    font-family: 'Rubik', sans-serif;
    font-size: 2.5rem;
    color: #2c5aa0;
    margin-bottom: 15px;
    font-weight: 700;
    line-height: 1.3;
}

.meta-info {
    display: flex;
    justify-content: center;
    gap: 30px;
    color: #666;
    font-size: 0.95rem;
}

.meta-info span {
    background-color: #f0f7ff;
    padding: 5px 15px;
    border-radius: 20px;
}

.local-direct-answer {
    background: linear-gradient(135deg, #e8f4ff 0%, #d4e7ff 100%);
    padding: 25px;
    border-radius: 12px;
    border-right: 5px solid #2c5aa0;
    margin-bottom: 40px;
    box-shadow: 0 5px 15px rgba(44, 90, 160, 0.1);
}

.local-direct-answer h2 {
    color: #2c5aa0;
    font-size: 1.8rem;
    margin-bottom: 15px;
    font-family: 'Rubik', sans-serif;
}

.local-direct-answer p {
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 0;
}

.content-section {
    margin-bottom: 40px;
    padding: 25px;
    background-color: white;
    border-radius: 10px;
    border: 1px solid #eaeaea;
    transition: transform 0.3s ease;
}

.content-section:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.content-section h2 {
    color: #2c5aa0;
    font-size: 1.6rem;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e8f4ff;
    font-family: 'Rubik', sans-serif;
}

.content-section p {
    font-size: 1.05rem;
    margin-bottom: 15px;
    line-height: 1.7;
}

.local-keyword {
    background-color: #e8f4ff;
    color: #2c5aa0;
    padding: 2px 8px;
    border-radius: 4px;
    font-weight: 600;
    border: 1px solid #c1d9ff;
}

.local-case-study {
    background-color: #f0f9ff;
    padding: 30px;
    border-radius: 12px;
    margin: 40px 0;
    border-right: 5px solid #4CAF50;
}

.local-case-study h2 {
    color: #2c5aa0;
    font-size: 1.6rem;
    margin-bottom: 20px;
    font-family: 'Rubik', sans-serif;
}

.local-case-study p {
    font-size: 1.05rem;
    margin-bottom: 15px;
    line-height: 1.7;
}

.comparison-table {
    margin: 50px 0;
    overflow-x: auto;
}

.comparison-table h2 {
    color: #2c5aa0;
    font-size: 1.6rem;
    margin-bottom: 25px;
    text-align: center;
    font-family: 'Rubik', sans-serif;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 auto;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    border-radius: 10px;
    overflow: hidden;
}

thead {
    background: linear-gradient(135deg, #2c5aa0 0%, #1a3a6e 100%);
    color: white;
}

thead th {
    padding: 18px 15px;
    font-weight: 600;
    font-size: 1.05rem;
    text-align: center;
    border: none;
}

tbody tr {
    transition: background-color 0.3s ease;
}

tbody tr:nth-child(even) {
    background-color: #f8faff;
}

tbody tr:nth-child(odd) {
    background-color: white;
}

tbody tr:hover {
    background-color: #e8f4ff;
}

td {
    padding: 16px 15px;
    border: 1px solid #e0e7ff;
    text-align: center;
    vertical-align: middle;
}

td:first-child {
    font-weight: 700;
    color: #2c5aa0;
    background-color: #f0f7ff;
}

.nap-info {
    background-color: #f0f7ff;
    padding: 30px;
    border-radius: 12px;
    margin: 40px 0;
    text-align: center;
}

.nap-info h2 {
    color: #2c5aa0;
    font-size: 1.6rem;
    margin-bottom: 25px;
    font-family: 'Rubik', sans-serif;
}

.nap-details {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    text-align: center;
}

.nap-details p {
    background-color: white;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.05);
    margin-bottom: 0;
}

.nap-details strong {
    color: #2c5aa0;
    display: block;
    margin-bottom: 5px;
}

.regulatory-info {
    background-color: #fff8e1;
    padding: 25px;
    border-radius: 10px;
    margin: 40px 0;
    border-right: 5px solid #ff9800;
}

.regulatory-info h2 {
    color: #2c5aa0;
    font-size: 1.6rem;
    margin-bottom: 20px;
    font-family: 'Rubik', sans-serif;
}

.regulatory-info p {
    font-size: 1.05rem;
    line-height: 1.7;
}

.local-faq {
    margin: 50px 0;
}

.local-faq h2 {
    color: #2c5aa0;
    font-size: 1.6rem;
    margin-bottom: 30px;
    text-align: center;
    font-family: 'Rubik', sans-serif;
}

.faq-item {
    background-color: white;
    margin-bottom: 20px;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 3px 15px rgba(0,0,0,0.05);
    border-right: 3px solid #2c5aa0;
}

.faq-item h3 {
    color: #2c5aa0;
    font-size: 1.2rem;
    margin-bottom: 15px;
    font-family: 'Rubik', sans-serif;
}

.faq-item p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #555;
}

.geo-targeting {
    background: linear-gradient(135deg, #f0f7ff 0%, #e8f4ff 100%);
    padding: 30px;
    border-radius: 12px;
    margin-top: 50px;
}

.geo-targeting h2 {
    color: #2c5aa0;
    font-size: 1.6rem;
    margin-bottom: 25px;
    text-align: center;
    font-family: 'Rubik', sans-serif;
}

.areas-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 15px;
    list-style-type: none;
    padding: 0;
}

.areas-list li {
    background-color: white;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.05);
    text-align: center;
    font-weight: 500;
    color: #2c5aa0;
    border: 1px solid #c1d9ff;
    transition: all 0.3s ease;
}

.areas-list li:hover {
    background-color: #2c5aa0;
    color: white;
    transform: translateY(-3px);
}

a {
    color: #2c5aa0;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #1a3a6e;
    text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 768px) {
    .article-header h1 {
        font-size: 1.8rem;
    }
    
    .meta-info {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
    
    .content-section, .local-case-study, .nap-info, .regulatory-info {
        padding: 20px;
    }
    
    .local-direct-answer h2,
    .content-section h2,
    .local-case-study h2,
    .comparison-table h2,
    .nap-info h2,
    .regulatory-info h2,
    .local-faq h2,
    .geo-targeting h2 {
        font-size: 1.4rem;
    }
    
    .areas-list {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    }
    
    thead th,
    td {
        padding: 12px 8px;
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .local-seo-article {
        padding: 15px;
    }
    
    .article-header h1 {
        font-size: 1.5rem;
    }
    
    .areas-list {
        grid-template-columns: 1fr;
    }
    
    .nap-details {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */