.elementor-192 .elementor-element.elementor-element-3d6d078{--display:flex;}/* Start custom CSS for html, class: .elementor-element-a8abc71 */.faq-section{
    padding:80px 20px;
    background:#f8fafc;
}

.faq-section .container{
    max-width:1000px;
    margin:auto;
}

.faq-section h1{
    text-align:center;
    font-size:42px;
    color:#0F172A;
    margin-bottom:15px;
}

.faq-intro{
    text-align:center;
    color:#666;
    max-width:750px;
    margin:0 auto 50px;
    line-height:1.8;
}

.faq-item{
    background:#fff;
    margin-bottom:20px;
    padding:25px 30px;
    border-radius:12px;
    box-shadow:0 5px 18px rgba(0,0,0,.08);
    transition:.3s;
}

.faq-item:hover{
    transform:translateY(-3px);
}

.faq-item h3{
    font-size:22px;
    color:#0F172A;
    margin-bottom:12px;
}

.faq-item p{
    color:#555;
    line-height:1.8;
    margin:0;
}

.faq-item a{
    color:#2E95B7;
    text-decoration:none;
    font-weight:600;
}

.faq-item a:hover{
    text-decoration:underline;
}

@media(max-width:768px){

.faq-section{
    padding:60px 15px;
}

.faq-section h1{
    font-size:32px;
}

.faq-item{
    padding:20px;
}

.faq-item h3{
    font-size:20px;
}

}/* End custom CSS */