.elementor-1013 .elementor-element.elementor-element-c351452{--display:flex;}/* Start custom CSS for html, class: .elementor-element-9341ed0 */body {
    font-family: 'Inter', sans-serif;
    background: #f8f9fa;
    margin: 0;
    padding: 0;
    color: #333;
}

.faq-section {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 20px;
}

.faq-section h1 {
    text-align: center;
    font-size: 30px;
    color: #222;
    margin-bottom: 10px;
}

.faq-intro {
    text-align: center;
    color: #666;
    margin-bottom: 25px;
    font-size: 15px;
}

.faq-item {
    background: #fff;
    border-radius: 12px;
    margin-bottom: 12px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-question {
    width: 100%;
    padding: 15px 18px;
    background: #fff;
    border: none;
    outline: none;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    cursor: pointer;
    position: relative;
    transition: background 0.3s ease, color 0.3s ease;
}

.faq-question:hover {
    background: linear-gradient(to right, #2e135b, #4c1e80);
    color: #fff;
}

.faq-question::after {
    content: '+';
    position: absolute;
    right: 18px;
    font-size: 18px;
    color: #888;
    transition: transform 0.3s ease, color 0.3s ease;
}

.faq-question:hover::after {
    color: #fff;
}

.faq-question.active {
    background-color: #00EF8B;
    color: #fff;
}

.faq-question.active::after {
    content: '-';
    color: #fff;
}

.faq-answer {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    background: #fafafa;
    font-size: 14px;
    line-height: 1.6;
    color: #555;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-answer.active {
    padding: 12px 18px;
    max-height: 300px;
}

.faq-answer a {
    color: #00b894;
    text-decoration: underline;
}

.faq-answer a:hover {
    color: #009172;
}/* End custom CSS */