/* ==========================================================
   Latest AI News

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

.sv-news-section{

    margin:20px 0;

}

.sv-section-header{

    display:flex;

    justify-content:space-between;

    align-items:flex-end;

    margin-bottom:10px;

}

.sv-section-badge{

    display:inline-block;

    padding:6px 12px;

    border-radius:50px;

    background:#eef4ff;

    color:#2563eb;

    font-size:13px;

    font-weight:600;

    margin-bottom:10px;

}

.sv-section-title{

    font-size:34px;

    font-weight:700;

    margin-bottom:10px;

    color:#111827;

}

.sv-section-description{

    color:#6b7280;

    max-width:650px;

}

.sv-view-all{

    display:inline-flex;

    align-items:center;

    gap:8px;

    color:#2563eb;

    text-decoration:none;

    font-weight:600;

}

.sv-view-all:hover{

    color:#1d4ed8;

}

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

.sv-news-card{

    background:#fff;

    border:1px solid #e5e7eb;

    border-radius:18px;

    overflow:hidden;

    transition:.3s;

    height:100%;

}

.sv-news-card:hover{

    transform:translateY(-6px);

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

}

.sv-news-card-link{

    color:inherit;

    text-decoration:none;

}

.sv-news-image{

    overflow:hidden;

}

.sv-news-image img{

    width:100%;

    height:220px;

    object-fit:cover;

    display:block;

}

.sv-news-content{

    padding:22px;

}

.sv-news-meta{

    display:flex;

    margin-bottom:12px;

    font-size:13px;

    color:#6b7280;

}

.sv-news-title{

    font-size:22px;

    font-weight:700;

    line-height:1.4;

    margin-bottom:12px;

    color:#111827;

}

.sv-news-description{

    font-size:15px;

    color:#6b7280;

    line-height:1.7;

}

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

.swiper{

    padding-bottom:55px;

}

.swiper-slide{

    height:auto;

}

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

@media(max-width:992px){

.sv-section-header{

flex-direction:column;

align-items:flex-start;

gap:20px;

}

}

@media(max-width:768px){

.sv-news-title{

font-size:18px;

}

.sv-news-image img{

height:180px;

}

}