.transform-hover {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.transform-hover:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
}

.bg-light-primary {
    background-color: rgba(var(--bs-primary-rgb), 0.1);
}

.teacher-banner {
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.teacher-qualification {
    display: inline-block;
    background-color: rgba(var(--bs-primary-rgb), 0.05);
}

.breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.5);
}

/* Responsive adjustments */
@media (max-width: 767px) {
    .avatar-container img {
        width: 80px !important;
        height: 80px !important;
    }
}