.elementor-1666 .elementor-element.elementor-element-fdc0ee9{--display:flex;--background-transition:0.3s;}/* Start custom CSS for html, class: .elementor-element-7e96af6 */.faq {
    max-width: 900px;
    margin: 50px auto;
    font-family: sans-serif;
}

.faq-title {
    font-size: 32px;
    color: #2c4a8a;
    margin-bottom: 30px;
}

.faq-item {
    border-bottom: 1px solid #d6dbe6;
    padding: 18px 0;
}

.faq-question {
    font-size: 16px;
    color: #2c4a8a;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.faq-question:hover {
    opacity: 0.7;
}

.faq-answer {
    font-size: 14px;
    color: #555;
    margin-top: 10px;
    line-height: 1.6;
    display: none;
}

.faq-item.active .faq-answer {
    display: block;
}

.icon {
    font-size: 20px;
    font-weight: bold;
    transition: 0.3s;
}.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item.active .faq-answer {
    max-height: 200px;
}/* End custom CSS */