/*=========================================================
Latest Articles

padding:80px 0;
=========================================================*/

.sv-latest-articles{

    padding:20px 0;

}

.sv-section-header{

    display:flex;

    justify-content:space-between;

    align-items:flex-end;

    /*margin-bottom:35px;*/

}

.sv-section-badge{

    display:inline-block;

    padding:6px 14px;

    background:#EEF4FF;

    color:#2563EB;

    border-radius:40px;

    font-size:13px;

    font-weight:600;

    margin-bottom:10px;

}

.sv-section-title{

    font-size:34px;

    font-weight:700;

    margin-bottom:12px;

    color:#111827;

}

.sv-section-description{

    max-width:650px;

    color:#6B7280;

}

.sv-view-all{

    display:inline-flex;

    align-items:center;

    gap:8px;

    color:#2563EB;

    font-weight:600;

    text-decoration:none;

}

.sv-view-all:hover{

    color:#1D4ED8;

}

/*=========================================*/

.sv-article-card{

    background:#ffffff;

    border-radius:18px;

    overflow:hidden;

    border:1px solid #E5E7EB;

    transition:.35s;

    height:100%;

}

.sv-article-card:hover{

    transform:translateY(-6px);

    box-shadow:0 15px 35px rgba(0,0,0,.08);

}

.sv-article-link{

    display:block;

    color:inherit;

    text-decoration:none;

}

.sv-article-image{

    overflow:hidden;

}

.sv-article-image img{

    width:100%;

    height:220px;

    object-fit:cover;

    transition:.35s;

}

.sv-article-card:hover img{

    transform:scale(1.05);

}

.sv-article-content{

    padding:22px;

}

.sv-article-meta{

    display:flex;

    gap:20px;

    font-size:13px;

    color:#6B7280;

    margin-bottom:12px;

}

.sv-article-title{

    font-size:22px;

    font-weight:700;

    line-height:1.45;

    margin-bottom:12px;

    color:#111827;

}

.sv-article-description{

    font-size:15px;

    color:#6B7280;

    line-height:1.7;

}

/*=========================================*/

.swiper{

    padding-bottom:55px;

}

.swiper-slide{

    height:auto;

}

/*=========================================*/

@media(max-width:1200px){

.sv-article-image img{

height:200px;

}

}

@media(max-width:992px){

.sv-section-header{

flex-direction:column;

align-items:flex-start;

gap:20px;

}

}

@media(max-width:768px){

.sv-article-title{

font-size:18px;

}

.sv-article-image img{

height:180px;

}

}