.why-choose-section{

    background:#ffffff;
    padding:90px 0;

}

.section-subtitle{

    color:#ff7a00;
    text-transform:uppercase;
    font-weight:700;
    letter-spacing:2px;
    font-size:14px;

}

.section-title{

    font-size:42px;
    font-weight:700;
    color:#0d2240;
    margin:15px 0;

}

.section-description{

    color:#666;
    line-height:1.9;
    margin-bottom:30px;

}

.why-list{

    padding:0;
    margin:0;
    list-style:none;

}

.why-list li{

    margin-bottom:18px;
    font-size:17px;
    font-weight:500;

}

.why-list i{

    color:#28a745;
    margin-right:10px;

}

.stats-card{

    display:flex;
    align-items:center;
    gap:20px;

    background:#fff;

    border-radius:18px;

    padding:30px;

    border:1px solid #eee;

    transition:.35s;

    height:100%;

}

.stats-card:hover{

    transform:translateY(-8px);

    box-shadow:0 20px 45px rgba(0,0,0,.08);

}

.stats-icon{

    width:70px;

    height:70px;

    border-radius:18px;

    background:#eef6ff;

    display:flex;

    justify-content:center;

    align-items:center;

}

.stats-icon i{

    font-size:32px;

    color:#ff7a00;

}

.stats-content h2{

    margin:0;

    font-size:40px;

    font-weight:800;

    color:#0d2240;

}

.stats-content span{

    color:#666;

    font-size:16px;

}