.hero-section {
    background: linear-gradient(135deg, #0d6efd 0%, #0dcaf0 100%);
}

.graduate-photo img,
.executive-photo img {
    object-fit: cover;
    border: 3px solid #0d6efd;
}

.executive-card:hover {
    transform: translateY(-5px);
    transition: transform 0.3s ease;
}

.session-section {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
}

.program-section h4 {
    border-left: 4px solid;
    padding-left: 15px;
}

.table th {
    border-top: none;
}

.badge {
    font-size: 0.75em;
}

.social-links .btn {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}