.elementor-widget-container .premium-global-badge-{{ID}} .premium-badge-container{background-color:var( --e-global-color-primary );}.elementor-widget-container.premium-cursor-ftext .premium-global-cursor-{{ID}} .premium-cursor-follow-text{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-container .premium-global-cursor-{{ID}}{color:var( --e-global-color-primary );fill:var( --e-global-color-primary );}.elementor-widget-container .premium-global-badge-{{ID}} .premium-badge-text{color:var( --e-global-color-secondary );}.elementor-widget-container .premium-global-badge-{{ID}} .premium-badge-icon{color:var( --e-global-color-secondary );fill:var( --e-global-color-secondary );}.elementor-137 .elementor-element.elementor-element-5d198c4{--display:flex;}.elementor-widget-html .premium-global-badge-{{ID}} .premium-badge-container{background-color:var( --e-global-color-primary );}.elementor-widget-html.premium-cursor-ftext .premium-global-cursor-{{ID}} .premium-cursor-follow-text{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-html .premium-global-cursor-{{ID}}{color:var( --e-global-color-primary );fill:var( --e-global-color-primary );}.elementor-widget-html .premium-global-badge-{{ID}} .premium-badge-text{color:var( --e-global-color-secondary );}.elementor-widget-html .premium-global-badge-{{ID}} .premium-badge-icon{color:var( --e-global-color-secondary );fill:var( --e-global-color-secondary );}@media(min-width:768px){.elementor-137 .elementor-element.elementor-element-5d198c4{--content-width:1200px;}}/* Start custom CSS for html, class: .elementor-element-4a3ae20 *//* WordPress FAQ Styles */
.wp-faq-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 30px 20px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.wp-faq-header {
    text-align: center;
    margin-bottom: 30px;
}

.wp-faq-title {
    color: #004aad !important;
    font-size: 2rem !important;
    margin-bottom: 10px !important;
    font-weight: 700 !important;
}

.wp-faq-subtitle {
    color: #666 !important;
    font-size: 1.1rem !important;
    max-width: 600px;
    margin: 0 auto !important;
}

.wp-faq-categories {
    display: flex !important;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 25px !important;
    justify-content: center;
}

.wp-category-btn {
    padding: 8px 16px !important;
    background-color: #fff !important;
    border: 1px solid #ddd !important;
    border-radius: 20px !important;
    font-size: 0.9rem !important;
    font-weight: 500 !important;
    cursor: pointer;
    transition: all 0.2s ease;
}

.wp-category-btn.active, .wp-category-btn:hover {
    background-color: #004aad !important;
    color: white !important;
    border-color: #004aad !important;
}

.wp-faq-section {
    margin-bottom: 25px !important;
}

.wp-section-title {
    font-size: 1.3rem !important;
    color: #004aad !important;
    margin-bottom: 15px !important;
    padding-bottom: 8px !important;
    border-bottom: 1px solid #e0e0e0 !important;
    font-weight: 600 !important;
}

.wp-faq-item {
    border: 1px solid #e0e0e0 !important;
    border-radius: 8px !important;
    margin-bottom: 10px !important;
    background: #fff !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.03) !important;
    overflow: hidden;
}

.wp-faq-question {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    cursor: pointer;
    font-size: 1rem !important;
    font-weight: 600 !important;
    color: #004aad !important;
    padding: 14px 18px !important;
    background: #f9f9fb !important;
    transition: all 0.2s ease;
    margin: 0 !important;
}

.wp-faq-question:hover {
    background: #e6efff !important;
}

.wp-faq-arrow {
    font-size: 0.9rem !important;
    transition: transform 0.3s ease;
    color: #004aad !important;
}

.wp-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.2s ease;
    background: white !important;
    padding: 0 18px !important;
}

.wp-faq-item.active .wp-faq-answer {
    max-height: 500px !important;
    padding: 12px 18px 18px !important;
}

.wp-faq-item.active .wp-faq-question {
    background: #004aad !important;
    color: white !important;
}

.wp-faq-item.active .wp-faq-question .wp-faq-arrow {
    transform: rotate(180deg) !important;
    color: white !important;
}

.wp-faq-answer p {
    color: #444 !important;
    line-height: 1.6 !important;
    font-size: 0.95rem !important;
    margin: 0 !important;
}

.wp-faq-answer a {
    color: #004aad !important;
    text-decoration: none !important;
    font-weight: 500 !important;
}

.wp-faq-answer a:hover {
    text-decoration: underline !important;
}

.wp-contact-section {
    background: linear-gradient(135deg, #004aad, #003a8c) !important;
    color: white !important;
    border-radius: 8px !important;
    padding: 25px !important;
    text-align: center !important;
    margin-top: 30px !important;
}

.wp-contact-section h3 {
    margin-bottom: 10px !important;
    font-size: 1.3rem !important;
    font-weight: 600 !important;
    color: white !important;
}

.wp-contact-section p {
    color: white !important;
    margin: 0 !important;
}

.wp-contact-btn {
    display: inline-block !important;
    padding: 10px 20px !important;
    background-color: white !important;
    color: #004aad !important;
    border-radius: 20px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    margin-top: 12px !important;
    transition: all 0.2s ease;
}

.wp-contact-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

@media (max-width: 768px) {
    .wp-faq-container {
        padding: 20px 15px !important;
    }
    
    .wp-faq-title {
        font-size: 1.7rem !important;
    }
    
    .wp-faq-subtitle {
        font-size: 1rem !important;
    }
    
    .wp-faq-question {
        padding: 12px 15px !important;
        font-size: 0.95rem !important;
    }
    
    .wp-faq-answer {
        padding: 0 15px !important;
    }
    
    .wp-faq-item.active .wp-faq-answer {
        padding: 10px 15px 15px !important;
    }
}/* End custom CSS */