/*===================================
ACCOUNTING SOLUTIONS SECTION
===================================*/

.accounting-solutions-sec{

    padding:120px 0;

    position:relative;
}

.accounting-solutions-sec .sec-title{

    max-width:850px;

    margin:0 auto 70px;
}

.accounting-solutions-sec .sec-title p{

    margin-top:20px;

    line-height:1.9;
}

.accounting-card{

    background:#ffffff;

    border-radius:24px;

    padding:40px 35px;

    height:100%;

    position:relative;

    overflow:hidden;

    transition:all .4s ease;

    border:1px solid rgba(15,23,42,.06);

    box-shadow:0 10px 35px rgba(0,0,0,.04);
}

.accounting-card:hover{

    transform:translateY(-10px);

    box-shadow:0 25px 50px rgba(0,0,0,.08);
}

.accounting-card .icon{

    width:65px;
    height:65px;

    border-radius:16px;

    background:#eff6ff;

    display:flex;
    align-items:center;
    justify-content:center;

    margin-bottom:30px;
}

.accounting-card .icon i{

    font-size:30px;

    color:black;
}

.accounting-card h3{

    font-size:24px;

    font-weight:700;

    margin-bottom:18px;

    color:#0f172a;
}

.accounting-card p{

    font-size:16px;

    line-height:1.9;

    margin-bottom:28px;

    color:#475569;
}

.accounting-card .feature-btn7{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:12px 28px;

    border-radius:999px;

    background:#2563eb;

    color:#ffffff;

    font-weight:600;

    transition:all .3s ease;
}

.accounting-card .feature-btn7:hover{

    background:#0f172a;

    color:#ffffff;
}

/*=========================
MOBILE
=========================*/

@media(max-width:768px){

    .accounting-solutions-sec{

        padding:80px 0;
    }

    .accounting-card{

        padding:30px 25px;
    }

    .accounting-card h3{

        font-size:24px;
    }

}


/*===================================
WHY CHOOSE SECTION
===================================*/

.why-choose-sec{

    padding:120px 0;

    position:relative;
}

.why-choose-img{

    position:relative;
}

.why-choose-img img{

    width:100%;

    border-radius:30px;

    box-shadow:0 25px 60px rgba(0,0,0,.08);
}

.why-choose-content{

    padding-left:40px;
}

.why-choose-content .title{

    margin:18px 0 22px;

    line-height:1.15;
}

.why-choose-content p{

    line-height:1.9;

    color:#475569;
}

.why-choose-list{

    margin-top:40px;
}

.why-item{

    display:flex;

    gap:20px;

    margin-bottom:30px;
}

.why-item .icon{

    min-width:45px;

    width:45px;
    height:45px;

    border-radius:10px;

    background:#111827;

    display:flex;
    align-items:center;
    justify-content:center;
}

.why-item .icon i{

    color:#ffffff;

    font-size:18px;
}

.why-item .info h4{

    font-size:18px;

    font-weight:600;

    margin-bottom:8px;

    color:#0f172a;
}

.why-item .info p{

    margin:0;

    line-height:1.8;
}

/*=========================
MOBILE
=========================*/

@media(max-width:992px){

    .why-choose-content{

        padding-left:0;

        margin-top:50px;
    }

}

@media(max-width:768px){

    .why-choose-sec{

        padding:80px 0;
    }

    .why-item{

        gap:15px;
    }

    .why-item .info h4{

        font-size:20px;
    }

}

/*===================================
BENEFITS SECTION
===================================*/

.benefits-sec{

    padding:120px 0;

    background:#f8fafc;

    position:relative;
}

.benefits-sec .sec-title{

    max-width:820px;

    margin:0 auto 70px;
}

.benefits-sec .sec-title p{

    margin-top:18px;

    line-height:1.9;
}

.benefit-card{

    background:#ffffff;

    border-radius:24px;

    padding:45px 35px;

    height:100%;

    transition:all .4s ease;

    position:relative;

    overflow:hidden;

    border:1px solid rgba(15,23,42,.06);

    box-shadow:0 10px 30px rgba(0,0,0,.04);
}

.benefit-card:hover{

    transform:translateY(-10px);

    box-shadow:0 20px 50px rgba(0,0,0,.08);
}

.benefit-card .number{

    font-size:52px;

    font-weight:800;

    color:#111827;

    opacity:.08;

    line-height:1;

    margin-bottom:25px;
}

.benefit-card h3{

    font-size:24px;

    font-weight:700;

    margin-bottom:18px;

    color:#0f172a;
}

.benefit-card p{

    font-size:15px;

    line-height:1.9;

    color:#475569;

    margin:0;
}

/*=========================
MOBILE
=========================*/

@media(max-width:768px){

    .benefits-sec{

        padding:80px 0;
    }

    .benefit-card{

        padding:35px 25px;
    }

    .benefit-card h3{

        font-size:22px;
    }

}

.accounting-solutions-sec p,
.why-choose-sec p,
.benefits-sec p{

    font-size:16px;
}
.accounting-solutions-sec .sub-title,
.why-choose-sec .sub-title,
.benefits-sec .sub-title{

    color:#286EB0;

    font-size:20px;
}

.accounting-solutions-sec .title,
.why-choose-sec .title,
.benefits-sec .title{

    font-size:48px;
}

@media(max-width:768px){

    .accounting-solutions-sec .title,
    .why-choose-sec .title,
    .benefits-sec .title{

        font-size:34px;
    }

}