.blog-card img {
    object-fit: cover;
}

.bg-gradient {
    background: linear-gradient(90deg, #2563eb, #9333ea);
}

.hover-bg:hover {
    background-color: #f8f9fa !important;
}

.card:hover {
    transform: translateY(-4px);
    transition: .25s;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
}

.read-more-btn{
    background: linear-gradient(to right, #3b82f6, #9333ea);
    border: none;
    border-radius: 1rem;
    padding: 0.50rem 1rem;
    transition: 0.3s;
    color: #fff;
    font-weight: 600;
    font-size: 0.75rem;
}

.category-pill.active {
    background: linear-gradient(to right, #3b82f6, #9333ea);
    color: #fff !important;
    border: none !important;
}   

.trending-cards .card-body{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
