.elementor-2015 .elementor-element.elementor-element-b9ed572{--display:flex;}.elementor-2015 .elementor-element.elementor-element-9c0f448{--display:flex;}.elementor-2015 .elementor-element.elementor-element-c7d0ec9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-b7fd8fd *//* SEO Article Professional Styles */
.seo-article-container {
    max-width: 900px;
    margin: 40px auto;
    padding: 30px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #2c3e50;
    line-height: 1.8;
}

.seo-article-container header {
    border-bottom: 2px solid #eaeaea;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.seo-article-container h1 {
    font-size: 32px;
    color: #1a252f;
    margin-bottom: 12px;
    font-weight: 700;
}

.article-meta {
    font-size: 14px;
    color: #7f8c8d;
    font-weight: 500;
}

.seo-article-container h2 {
    font-size: 24px;
    color: #2980b9;
    margin-top: 40px;
    margin-bottom: 15px;
    border-left: 4px solid #3498db;
    padding-left: 12px;
}

.seo-article-container h3 {
    font-size: 19px;
    color: #34495e;
    margin-top: 25px;
    margin-bottom: 10px;
}

.seo-article-container p {
    margin-bottom: 18px;
    font-size: 16px;
    text-align: justify;
}

.seo-article-container ul, .seo-article-container ol {
    margin-bottom: 20px;
    padding-left: 25px;
}

.seo-article-container li {
    margin-bottom: 8px;
    font-size: 16px;
}

.highlight-box {
    background: #f8f9fa;
    border-left: 4px solid #2ecc71;
    padding: 20px;
    margin: 25px 0;
    border-radius: 0 8px 8px 0;
}

.highlight-box p {
    margin-bottom: 0;
    color: #2c3e50;
    font-weight: 500;
}

.faq-section {
    background: #fdfefe;
    border: 1px solid #e2e8f0;
    padding: 20px;
    border-radius: 8px;
    margin-top: 30px;
}

@media (max-width: 768px) {
    .seo-article-container {
        padding: 15px;
        margin: 15px;
    }
    .seo-article-container h1 {
        font-size: 26px;
    }
    .seo-article-container h2 {
        font-size: 20px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b8a9dc0 *//* FAQs Section Professional Styles */
.faq-wrapper {
    max-width: 900px;
    margin: 40px auto;
    padding: 30px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #2c3e50;
    line-height: 1.8;
}

.faq-wrapper h2 {
    font-size: 24px;
    color: #2980b9;
    margin-bottom: 25px;
    border-left: 4px solid #3498db;
    padding-left: 12px;
}

.faq-container {
    background: #fdfefe;
    border: 1px solid #e2e8f0;
    padding: 20px;
    border-radius: 8px;
}

.faq-item {
    margin-bottom: 20px;
    border-bottom: 1px solid #edf2f7;
    padding-bottom: 15px;
}

.faq-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.faq-item h3 {
    font-size: 18px;
    color: #34495e;
    margin-bottom: 8px;
    font-weight: 600;
}

.faq-item p {
    margin-bottom: 0;
    font-size: 16px;
    color: #55575d;
    text-align: justify;
}

@media (max-width: 768px) {
    .faq-wrapper {
        padding: 15px;
        margin: 15px;
    }
    .faq-wrapper h2 {
        font-size: 20px;
    }
    .faq-item h3 {
        font-size: 17px;
    }
}/* End custom CSS */