.elementor-1864 .elementor-element.elementor-element-454ac7b{--display:flex;}/* Start custom CSS for html, class: .elementor-element-d9ba900 */.faq-wrapper { max-width: 900px; margin: 50px auto; padding: 20px; font-family: 'Lexend Deca', sans-serif; }
.faq-header { text-align: center; margin-bottom: 40px; }

.faq-item { 
    background: #ffffff; 
    margin-bottom: 15px; 
    border-radius: 12px; 
    border-left: 6px solid #4CAF50; 
    box-shadow: 0 4px 12px rgba(0,0,0,0.06); 
    overflow: hidden;
}

.faq-question { 
    width: 100%; padding: 20px; background: none; border: none; 
    text-align: left; font-weight: 600; cursor: pointer; 
    display: flex; justify-content: space-between; align-items: center; 
    font-size: 16px; color: #333;
}

.faq-question:hover { background: #f9f9f9; }

.faq-answer { padding: 0 20px; max-height: 0; overflow: hidden; transition: max-height 0.3s ease; background: #fff; }
.faq-answer p { padding-bottom: 20px; color: #666; line-height: 1.6; }

/* অ্যানিমেশন */
.animate-card { animation: fadeInUp 0.6s ease forwards; }
@keyframes fadeInUp { from { opacity: 0; transform: translateY(15px); } to { opacity: 1; transform: translateY(0); } }

/* রেসপন্সিভ */
@media (max-width: 600px) {
    .faq-question { font-size: 14px; }
    .faq-wrapper { padding: 10px; }
}







.faq-question { 
    width: 100%; 
    padding: 20px; 
    background: none; 
    border: none; 
    text-align: left; 
    font-weight: 600; 
    cursor: pointer; /* এটি মাস্ট থাকতে হবে */
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
}/* End custom CSS */