/* Start custom CSS for section, class: .elementor-element-338e93a */.agrex-faq-wrap {
    max-width: 100%;
    margin: 20px 0;
}

.agrex-faq-wrap h2 {
    color: #1a1a1a;
    font-size: 28px;
    margin-bottom: 8px;
}

.agrex-faq-wrap p.subtitle {
    color: #555;
    margin-bottom: 24px;
}

.agrex-faq-box {
    border: 1px solid #e8e0ff;
    border-radius: 8px;
    margin-bottom: 12px;
    overflow: hidden;
}

.agrex-faq-btn {
    width: 100%;
    background: #f8f4ff;
    border: none;
    padding: 16px 20px;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.agrex-faq-btn:hover {
    background: #ede6ff;
}

.agrex-faq-icon {
    color: #6a3fea;
    font-size: 22px;
    font-weight: 400;
}

.agrex-faq-ans {
    display: none;
    padding: 16px 20px;
    color: #333;
    line-height: 1.7;
    background: #ffffff;
}

.agrex-faq-box.open .agrex-faq-ans {
    display: block;
}

.agrex-faq-box.open .agrex-faq-icon {
    content: "−";
}/* End custom CSS */