/* Fix for dropdown menu z-index issue */

/* Ensure header has high z-index */
header {
    z-index: 10000 !important;
}

/* Ensure hero section stays below header */
.hero {
    z-index: 1 !important;
}

/* Ensure intro-wrapper doesn't interfere */
.intro-wrapper {
    z-index: auto !important;
}