
.hero-banner{
    background:
        linear-gradient(rgba(0,0,0,.35), rgba(0,0,0,.35)),
        url('/assets/img/products/1778318192_temple2.webp') center center / cover no-repeat;
    color:#fff;
}

.blog-card{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 8px 24px rgba(0,0,0,.05);
    transition:.25s ease;
}

.blog-card:hover{
    transform:translateY(-6px);
}

.blog-image{
    width:100%;
    height:250px;
    object-fit:cover;
    display:block;
}

.blog-date{
    font-size:13px;
    color:#bf4a14;
    font-weight:600;
}

.blog-content h4{
    font-size:1.2rem;
    line-height:1.5;
    margin-bottom:12px;
}

.blog-content h4 a{
    text-decoration:none;
    color:#111827;
}

.blog-content p{
    color:#6b7280;
    line-height:1.8;
    font-size:14px;
    margin-bottom:16px;
}

.blog-read-more{
    text-decoration:none;
    color:#bf4a14;
    font-weight:600;
}