/* Additional custom styles for Option 2 */

html {
    scroll-behavior: smooth;
}

/* Section scroll margin */
section {
    scroll-margin-top: 5rem;
}

/* Enhanced hover effects */
.group:hover .group-hover\:translate-y-1 {
    transform: translateY(0.25rem);
}

.group:hover .group-hover\:translate-x-1 {
    transform: translateX(0.25rem);
}
