/* Button fix for header */
.get-started-btn {
    position: relative;
    z-index: 999901; /* Higher than header */
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Fix for mobile menu items */
.mobile-menu-container .get-started-btn {
    display: block !important;
}

/* Make sure hamburger menu lines are visible */
.hamburger-line {
    display: block !important;
    opacity: 1 !important;
}

/* Ensure header elements remain visible */
#masthead .flex.items-center {
    position: relative;
    z-index: 999902; /* Higher than WhatsApp */
}

/* Fix for navigation menu */
#site-navigation {
    visibility: visible !important;
    opacity: 1 !important;
}

/* Ensure mobile menu toggle is visible */
#mobile-menu-toggle {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 999903; /* Higher than other header elements */
}
