.elementor-563 .elementor-element.elementor-element-b0c21ca{--display:flex;}.elementor-563 .elementor-element.elementor-element-b0c21ca:not(.elementor-motion-effects-element-type-background), .elementor-563 .elementor-element.elementor-element-b0c21ca > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-c898d34 *//* FAQ Section CSS Styles - Elementor Version */

.faq-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 20px;
    font-family: 'Arial', sans-serif;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
}

.faq-header {
    text-align: center;
    margin-bottom: 40px;
    color: #333;
}

.faq-header h2 {
    font-size: 2.5rem;
    margin-bottom: 10px;
    font-weight: 700;
    text-shadow: none;
}

.faq-header p {
    font-size: 1.1rem;
    opacity: 0.9;
    margin: 0;
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.faq-item {
    background: transparent;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: none;
    border: 1px solid #e0e0e0;
    transition: all 0.3s ease;
}

.faq-item:hover {
    transform: translateY(-3px);
    border-color: #667eea;
}

.faq-question {
    padding: 25px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: transparent;
    border-bottom: 1px solid #eee;
    transition: all 0.3s ease;
}

.faq-question:hover {
    background: rgba(102, 126, 234, 0.05);
}

.faq-question h3 {
    margin: 0;
    font-size: 1.2rem;
    color: #333;
    font-weight: 600;
    flex: 1;
    padding-right: 20px;
}

.faq-icon {
    font-size: 1.5rem;
    font-weight: bold;
    color: #667eea;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: white;
    box-shadow: 0 2px 8px rgba(102, 126, 234, 0.2);
    transition: all 0.3s ease;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease;
    padding: 0 25px;
    background: transparent;
}

.faq-answer p {
    margin: 0;
    padding: 25px 0;
    color: #666;
    line-height: 1.6;
    font-size: 1rem;
    border-top: 1px solid #f0f0f0;
}

/* Active state when FAQ is open */
.faq-item.active .faq-answer {
    max-height: 200px;
}

.faq-item.active .faq-icon {
    transform: rotate(180deg);
    background: #667eea;
    color: white;
}

.faq-item.active .faq-question {
    background: rgba(102, 126, 234, 0.1);
}

.faq-item.active .faq-question h3 {
    color: #667eea;
}

/* Responsive Design */
@media (max-width: 768px) {
    .faq-container {
        padding: 30px 15px;
        margin: 15px;
        border-radius: 10px;
    }
    
    .faq-header h2 {
        font-size: 2rem;
    }
    
    .faq-header p {
        font-size: 1rem;
    }
    
    .faq-question {
        padding: 20px;
    }
    
    .faq-question h3 {
        font-size: 1.1rem;
        padding-right: 15px;
    }
    
    .faq-answer p {
        padding: 20px 0;
        font-size: 0.95rem;
    }
    
    .faq-icon {
        width: 25px;
        height: 25px;
        font-size: 1.3rem;
    }
}

@media (max-width: 480px) {
    .faq-container {
        margin: 10px;
        padding: 20px 10px;
    }
    
    .faq-header h2 {
        font-size: 1.8rem;
    }
    
    .faq-question {
        padding: 15px;
    }
    
    .faq-question h3 {
        font-size: 1rem;
    }
    
    .faq-answer p {
        padding: 15px 0;
        font-size: 0.9rem;
    }
}/* End custom CSS */