/*==================================================
TRUST SECTION
==================================================*/

.trusted-section{

    padding:90px 0;

    background:#ffffff;

}

.trusted-header{

    max-width:760px;

    margin:auto;

}

.section-tag{

    display:inline-block;

    padding:10px 20px;

    background:#eef4ff;

    color:#2563eb;

    border-radius:50px;

    font-weight:700;

    letter-spacing:1px;

    margin-bottom:18px;

}

.trusted-header h2{

    font-size:46px;

    font-weight:800;

    color:#111827;

    margin-bottom:18px;

}

.trusted-header p{

    color:#6b7280;

    font-size:18px;

    line-height:1.8;

}

.trust-card{

    background:#fff;

    border:1px solid #edf2f7;

    border-radius:20px;

    text-align:center;

    padding:35px 20px;

    transition:.35s;

    height:100%;

    box-shadow:0 10px 25px rgba(0,0,0,.05);

}

.trust-card:hover{

    transform:translateY(-10px);

    box-shadow:0 20px 45px rgba(37,99,235,.12);

}

.trust-card i{

    width:75px;

    height:75px;

    border-radius:50%;

    background:#eff6ff;

    color:#2563eb;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:30px;

    margin:0 auto 20px;

    transition:.35s;

}

.trust-card:hover i{

    background:#2563eb;

    color:#fff;

    transform:rotate(12deg);

}

.trust-card h5{

    margin:0;

    font-weight:700;

}

/*==============================
Responsive
==============================*/

@media(max-width:992px){

    .trusted-header h2{

        font-size:38px;

    }

}

@media(max-width:768px){

    .trusted-section{

        padding:70px 0;

    }

    .trusted-header h2{

        font-size:32px;

    }

    .trusted-header p{

        font-size:16px;

    }

}

@media(max-width:576px){

    .trust-card{

        padding:25px 15px;

    }

    .trust-card i{

        width:60px;

        height:60px;

        font-size:24px;

    }

}