.blog-hover {
    transition: all 0.3s ease;
}
.blog-hover:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.blog-btn {
    background-color: #ff6600;
    color: #fff;
    font-weight: 500;
    transition: 0.3s;
}
.blog-btn:hover {
    background-color: #e25800;
    color: #fff;
}
.object-fit-cover {
    object-fit: cover;
}
.transition {
    transition: all 0.3s ease;
}

