.elementor-2408 .elementor-element.elementor-element-1f3d1d0{--display:flex;}/* Start custom CSS for html, class: .elementor-element-8ac2e33 */.es-faq-page{
    background:#fff;
    padding:60px 0;
}

.es-faq-container{
    max-width:1000px;
    margin:auto;
    padding:0 20px;
}

.es-faq-header{
    text-align:center;
    margin-bottom:50px;
}

.es-faq-header h1{
    font-size:42px;
    font-weight:700;
    color:#111827;
    margin-bottom:15px;
}

.es-faq-header p{
    color:#666;
    line-height:1.9;
    max-width:700px;
    margin:auto;
}

/* FAQ */

.es-faq-list{
    margin-top:30px;
}

.es-faq-item{
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:12px;
    margin-bottom:15px;
    overflow:hidden;
    transition:.3s;
}

.es-faq-item:hover{
    border-color:#f7931e;
}

.es-faq-question{
    width:100%;
    border:none;
    background:#fff;
    padding:22px 25px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    text-align:left;
    cursor:pointer;
    font-size:18px;
    font-weight:600;
    color:#111827;
}

.es-faq-icon{
    font-size:28px;
    color:#f7931e;
    font-weight:700;
    transition:.3s;
    flex-shrink:0;
    margin-left:15px;
}

.es-faq-answer{
    max-height:0;
    overflow:hidden;
    transition:max-height .35s ease;
}

.es-faq-answer p{
    padding:0 25px 25px;
    margin:0;
    color:#555;
    line-height:1.9;
}

.es-faq-item.active .es-faq-answer{
    max-height:400px;
}

.es-faq-item.active .es-faq-icon{
    transform:rotate(45deg);
}

/* Tablet */

@media(max-width:991px){

    .es-faq-header h1{
        font-size:36px;
    }

}

/* Mobile */

@media(max-width:767px){

    .es-faq-page{
        padding:40px 0;
    }

    .es-faq-header{
        margin-bottom:35px;
    }

    .es-faq-header h1{
        font-size:28px;
    }

    .es-faq-question{
        padding:18px;
        font-size:16px;
    }

    .es-faq-icon{
        font-size:24px;
    }

    .es-faq-answer p{
        padding:0 18px 18px;
        font-size:15px;
    }

}/* End custom CSS */