/* Global header fix for all pages */
.header {
    position: relative !important; /* Override any sticky positioning */
    z-index: 1 !important; /* Lower z-index to prevent overlapping */
}

/* Ensure content area scrolls properly */
.content {
    position: relative !important;
    z-index: 1 !important;
}

/* Fix for mobile menu z-index */
.mobil-nav-ikon {
    z-index: 1000 !important;
}

/* Fix for any mobile menu overlays */
.mobile-menu {
    z-index: 999 !important;
}

/* Ensure main content area has proper stacking context */
.main-content {
    position: relative !important;
    z-index: 1 !important;
}

/* Fix for container to ensure proper stacking */
.container {
    position: relative !important;
    z-index: 1 !important;
}