.elementor-2762 .elementor-element.elementor-element-515ced61{--display:flex;}.elementor-2762 .elementor-element.elementor-element-fa316bb{--display:flex;}.elementor-2762 .elementor-element.elementor-element-0c20278{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-1aa6bc7a *//* styles.css */

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.6;
}

.header {
    background: #0073e6;
    color: white;
    text-align: center;
    padding: 2rem 1rem;
}

.header h1 {
    font-size: 2.5rem;
    margin: 0;
}

.header p {
    font-size: 1.2rem;
}

.about, .benefits, .steps, .cta {
    padding: 2rem 1rem;
    text-align: center;
}

.about h2, .benefits h2, .steps h2, .cta h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #0073e6;
}

.benefits ul {
    list-style: none;
    padding: 0;
}

.benefits li {
    font-size: 1rem;
    margin-bottom: 0.8rem;
}

.steps ol {
    padding-left: 0;
    list-style: none;
}

.steps li {
    font-size: 1rem;
    margin-bottom: 0.8rem;
}

.cta-button {
    display: inline-block;
    padding: 1rem 2rem;
    background: #0073e6;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-size: 1rem;
    transition: background 0.3s ease;
}

.cta-button:hover {
    background: #005bb5;
}

.footer {
    background: #f4f4f4;
    text-align: center;
    padding: 1rem;
    font-size: 0.9rem;
    color: #555;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-e85b593 *//* faq-styles.css */

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f9f9f9;
}

.faq-section {
    max-width: 800px;
    margin: 2rem auto;
    padding: 1rem;
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.faq-section h1 {
    text-align: center;
    color: #0073e6;
    font-size: 2rem;
    margin-bottom: 1.5rem;
}

.faq-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.faq-item {
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
}

.faq-question {
    width: 100%;
    padding: 1rem;
    background: #0073e6;
    color: white;
    border: none;
    text-align: left;
    font-size: 1rem;
    cursor: pointer;
    transition: background 0.3s;
}

.faq-question:hover {
    background: #005bb5;
}

.faq-answer {
    display: none;
    padding: 1rem;
    background: #f9f9f9;
    font-size: 0.95rem;
    color: #333;
    line-height: 1.6;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-93cb102 *//* faq-styles.css */

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f9f9f9;
}

.faq-section {
    max-width: 800px;
    margin: 2rem auto;
    padding: 1rem;
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.faq-section h1 {
    text-align: center;
    color: #0073e6;
    font-size: 2rem;
    margin-bottom: 1.5rem;
}

.faq-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.faq-item {
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
}

.faq-question {
    width: 100%;
    padding: 1rem;
    background: #0073e6;
    color: white;
    border: none;
    text-align: left;
    font-size: 1rem;
    cursor: pointer;
    transition: background 0.3s;
}

.faq-question:hover {
    background: #005bb5;
}

.faq-answer {
    display: none;
    padding: 1rem;
    background: #f9f9f9;
    font-size: 0.95rem;
    color: #333;
    line-height: 1.6;
}/* End custom CSS */