/* .main-content-hero {
    background: #fff;
    border: none;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    background-color: rgba(255, 255, 255, 0.8);
    transition: transform 0.3s ease;
} */

.training-card {
    padding: 20px;
    border: 1px solid rgba(0,0,0,0.05);
    border-radius: 15px;
    background: #fff;
    transition: all 0.3s ease;
}

.training-logo {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.badge-year {
    display: inline-block;
    padding: 2px 8px;
    background: #f8f9fa;
    color: #636e72;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 4px;
    margin-bottom: 8px;
}

.university {
    font-weight: 600;
    color: #2d3436;
    font-size: 0.95rem;
}

.professional-box {
    padding: 15px;
    border-radius: 12px;
    background: #fdfdfd;
    border: 1px solid rgba(0,0,0,0.03);
    transition: all 0.3s ease;
}

.prof-icon {
    width: 40px;
    height: 40px;
    background: #212529;
    color: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}