/* Header relative positioning for absolute dropdown */
.elementor-element-vqo0ie8f6 {
    position: relative;
}

/* Desktop and Tablet: Hide hamburger, Ensure nav is visible */
@media (min-width: 768px) {
    .elementor-element-84mjhdvoz {
        display: none !important;
    }
    .elementor-element-inbmm9rlc {
        display: flex !important;
    }
}

/* Mobile: Show hamburger, Hide nav by default */
@media (max-width: 767px) {
    .elementor-element-84mjhdvoz {
        display: flex !important;
        cursor: pointer;
    }
    .elementor-element-inbmm9rlc {
        display: none !important;
        flex-direction: column !important;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #000000;
        padding: 20px 0;
        z-index: 9999;
        box-shadow: 0 10px 20px rgba(0,0,0,0.5);
    }
    /* Style the nav paragraphs (links) for mobile */
    .elementor-element-inbmm9rlc .elementor-widget-e-paragraph {
        margin-bottom: 15px;
        text-align: center;
    }
    /* Toggle active class */
    .elementor-element-inbmm9rlc.mobile-menu-active {
        display: flex !important;
    }
}
