 .binduz-er-trending-today-areass {
    background: linear-gradient(135deg, #6a11cb, #2575fc) !important;
    padding: 60px 0 !important;
    position: relative !important;
    z-index: 1 !important;
    color: #fff !important;
}

.binduz-er-trending-today-areass .binduz-er-title,
.binduz-er-trending-today-areass a,
.binduz-er-trending-today-areass span {
    color: #fff !important;
}

.binduz-er-trending-today-areass .binduz-er-trending-today-item {
    background: rgba(255, 255, 255, 0.08) !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.binduz-er-trending-today-areass .binduz-er-trending-today-item:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25) !important;
}

.binduz-er-trending-today-areass .binduz-er-meta-categories a {
    background: rgba(255, 255, 255, 0.15) !important;
    padding: 3px 10px !important;
    border-radius: 6px !important;
    font-size: 13px !important;
    transition: background 0.3s ease !important;
    color: #fff !important;
}

.binduz-er-trending-today-areass .binduz-er-meta-categories a:hover {
    background: rgba(255, 255, 255, 0.3) !important;
}