.vision-section{

    background:#f8f9fc;

}

.section-badge{

    display:inline-block;
    padding:8px 22px;
    background:#0d6efd;
    color:#fff;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
    letter-spacing:1px;

}

.section-title{

    font-size:46px;
    font-weight:700;
    color:#222;

}

.section-desc{

    max-width:720px;
    margin:auto;
    color:#666;
    line-height:1.8;

}

.vm-card{

    background:#fff;
    border-radius:20px;
    padding:40px 35px;
    height:100%;
    border-top:5px solid #0d6efd;
    box-shadow:0 12px 35px rgba(0,0,0,.08);
    transition:.4s;

}

.vm-card:hover{

    transform:translateY(-10px);
    box-shadow:0 20px 45px rgba(0,0,0,.15);

}

.vm-icon{

    width:85px;
    height:85px;
    background:#eaf2ff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:25px;
    transition:.4s;

}

.vm-icon i{

    font-size:38px;
    color:#0d6efd;

}

.vm-card:hover .vm-icon{

    background:#0d6efd;

}

.vm-card:hover .vm-icon i{

    color:#fff;

}

.vm-card h3{

    font-size:28px;
    font-weight:700;
    margin-bottom:20px;

}

.vm-card p{

    color:#666;
    line-height:1.9;
    margin-bottom:0;

}

.vm-list{

    padding-left:20px;
    margin:0;

}

.vm-list li{

    margin-bottom:12px;
    color:#555;
    line-height:1.8;

}

@media(max-width:991px){

.section-title{

    font-size:36px;

}

}

@media(max-width:767px){

.section-title{

    font-size:30px;

}

.vm-card{

    padding:30px 25px;

}

.vm-card h3{

    font-size:24px;

}

}






.expertise-section{
    background:#f8f9fc;
}

.section-badge{
    display:inline-block;
    padding:8px 22px;
    background:#0d6efd;
    color:#fff;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
    letter-spacing:1px;
}

.section-title{
    font-size:46px;
    font-weight:700;
    color:#222;
}

.section-description{
    max-width:720px;
    margin:auto;
    color:#666;
    line-height:1.8;
}

.expert-card{
    background:#fff;
    border-radius:18px;
    padding:35px 25px;
    text-align:center;
    height:100%;
    border:1px solid #eee;
    transition:.35s;
    box-shadow:0 8px 25px rgba(0,0,0,.05);
}

.expert-card:hover{
    transform:translateY(-10px);
    background:#0d6efd;
    color:#fff;
    box-shadow:0 18px 40px rgba(13,110,253,.25);
}

.expert-icon{
    width:80px;
    height:80px;
    margin:auto;
    margin-bottom:20px;
    border-radius:50%;
    background:#eef5ff;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:.35s;
}

.expert-icon i{
    font-size:34px;
    color:#0d6efd;
}

.expert-card:hover .expert-icon{
    background:#fff;
}

.expert-card h5{
    font-size:20px;
    font-weight:700;
    line-height:1.5;
    margin:0;
}

@media(max-width:991px){

.section-title{
    font-size:36px;
}

}

@media(max-width:767px){

.section-title{
    font-size:30px;
}

.expert-card{
    padding:30px 20px;
}

.expert-card h5{
    font-size:18px;
}

}