/*!
 * GamudaLand.net UI Framework
 * File: 07-home-news.css
 * Version: 1.0.0
 * Build for: Flatsome + BatDongSan33
 */

/* ===================================================
   HOME NEWS SECTION
=================================================== */

.section-news,
.home-news{
    padding:90px 0;
    background:#fff;
}

.section-news .section-title,
.home-news .section-title{
    text-align:center;
    margin-bottom:50px;
}

.section-news .section-title h2,
.home-news .section-title h2{
    font-size:42px;
    font-weight:700;
    color:#1F2937;
    margin-bottom:10px;
}

.section-news .section-title p{
    max-width:760px;
    margin:0 auto;
    color:#6B7280;
}

/* News card */

.post-item .box{
    background:#fff;
    border-radius:24px;
    overflow:hidden;
    border:1px solid #E5E7EB;
    box-shadow:0 10px 28px rgba(0,0,0,.06);
    transition:.35s ease;
}

.post-item:hover .box{
    transform:translateY(-8px);
    box-shadow:0 20px 45px rgba(0,0,0,.14);
}

.post-item .box-image{
    overflow:hidden;
}

.post-item .box-image img{
    transition:transform .6s ease;
}

.post-item:hover .box-image img{
    transform:scale(1.08);
}

.post-item .box-text{
    padding:24px;
}

.post-item .post-title{
    font-size:22px;
    line-height:1.45;
    font-weight:700;
    color:#1F2937;
    margin-bottom:14px;
}

.post-item .post-title a{
    color:#1F2937;
}

.post-item:hover .post-title a{
    color:#C62828;
}

.post-item p{
    color:#6B7280;
    line-height:1.8;
}

.post-meta{
    font-size:13px;
    color:#9CA3AF;
    margin-bottom:12px;
}

.read-more{
    display:inline-flex;
    align-items:center;
    gap:8px;
    color:#C62828;
    font-weight:700;
    transition:.3s;
}

.read-more:hover{
    transform:translateX(4px);
}

/* Mobile */

@media(max-width:849px){

.section-news,
.home-news{
    padding:56px 0;
}

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

.post-item .post-title{
    font-size:18px;
}

.post-item .box-text{
    padding:18px;
}

}
