.faq-section{
    background:#f7f9fc;
}

.faq-badge{
    display:inline-block;
    background:#fff3e8;
    color:#ff7b00;
    padding:8px 18px;
    border-radius:30px;
    font-size:13px;
    font-weight:600;
    letter-spacing:1px;
}

.faq-title{
    font-size:42px;
    font-weight:700;
    color:#1d3557;
}

.faq-subtitle{
    text-align:center;
    color:#6c757d;
}

.faq-card{
    border:none;
    border-radius:15px;
    overflow:hidden;
    margin-bottom:18px;
    box-shadow:0 8px 25px rgba(0,0,0,.06);
}

.faq-card .card-header{
    background:#fff;
    border:none;
}

.faq-btn{
    position:relative;
    padding:22px 70px 22px 25px !important;
    color:#1d3557 !important;
    font-size:18px;
    font-weight:600;
    text-decoration:none !important;
    white-space:normal;
}

.faq-btn:hover{
    text-decoration:none;
}

.faq-card .card-body{
    padding:0 25px 25px;
    color:#6c757d;
    line-height:1.8;
}

.faq-icon{
    position:absolute;
    right:20px;
    top:50%;
    transform:translateY(-50%);
    width:35px;
    height:35px;
    border-radius:50%;
    background:#7c3aed;
    transition:.3s;
}

.faq-btn .faq-icon:before{
    content:"−";
    color:#fff;
    font-size:22px;
    font-weight:700;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-55%);
}

.faq-btn.collapsed .faq-icon{
    background:#edf2f7;
}

.faq-btn.collapsed .faq-icon:before{
    content:"+";
    color:#1d3557;
}

.faq-sidebar{
    background:linear-gradient(135deg,#7c3aed,#8f54f5);
    border-radius:20px;
    padding:40px 30px;
    color:#fff;
    box-shadow:0 15px 35px rgba(255,123,0,.25);
}

.faq-support-icon{
    width:90px;
    height:90px;
    border-radius:50%;
    background:rgba(255,255,255,.2);
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 25px;
    font-size:40px;
}

.faq-sidebar h3{
    font-weight:700;
    text-align:center;
    margin-bottom:15px;
}

.faq-sidebar p{
    text-align:center;
    opacity:.95;
}

.faq-features{
    list-style:none;
    padding:0;
    margin:25px 0;
}

.faq-features li{
    margin-bottom:12px;
    font-size:15px;
}

.faq-features i{
    margin-right:10px;
}

.faq-sidebar .btn-light{
    background:#fff;
    color:#000;
    border-radius: 50px;
}

.faq-sidebar .btn-light:hover{
    color:#ff7b00;
}

@media(max-width:991px){

    .faq-title{
        font-size:34px;
    }

    .faq-sidebar{
        margin-top:20px;
    }

}

@media(max-width:767px){

    .faq-title{
        font-size:28px;
    }

    .faq-btn{
        font-size:16px;
        padding:18px 60px 18px 18px !important;
    }

    .faq-icon{
        width:30px;
        height:30px;
    }

}