.sticky-bar {
    visibility: hidden;
}

.elementor-location-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 999;
}

@media (width >= 1200px) {
    .cse_header {
        transition: transform .3s ease, opacity .3s ease;
    }
    
    header .cse_header.--hide {
        transform: translateY(-100%);
        opacity: 0;
        pointer-events: none;
    }
    
    .e-n-menu-title-container {
        position: relative;
    }

    .e-n-menu-title:not(.e-click) .e-n-menu-title-container::after {
        content: '';
        position: absolute;
        bottom: -4px;
        left: 50%;
        width: 0;
        height: 2px;
        background: #6704FF;
        transform: translateX(-50%);
        transition: width 0.3s ease;
    }
    
    .e-n-menu-title:not(.e-click) .e-n-menu-title-container:hover::after {
        width: 100%;
    }
    
    .e-n-menu-content a {
        position: relative;
        display: inline-block;
    }
    
    .e-n-menu-content a::after {
        content: '';
        position: absolute;
        bottom: -2px;
        left: 50%;
        width: 0;
        height: 2px;
        background: #6704FF;
        transform: translateX(-50%);
        transition: width 0.3s ease;
    }
    
    .e-n-menu-content a:hover::after {
        width: 100%;
    }
}

@media (width <= 1200px) {
    .cse_header {
        background: #FFFFFF !important;
        background-color: #FFFFFF !important;
        padding-top: 0;
        padding-inline-end: 0;
        padding-bottom: 0;
    }
    
    .cse_header .e-n-menu-wrapper {
        margin-top: 1.8rem !important;
        height: 100dvh !important;
        justify-content: start;
        background: #FFF !important;
    }
    
    .cse_header .e-n-menu-wrapper {
        height: 100dvh !important;
        justify-content: start;
        background: #FFF !important;
    }
    
    .cse_header .e-n-menu-wrapper .e-n-menu-heading {
        margin-top: 7rem;
        margin-left: 2rem;
    }
    
    .cse_header .e-n-menu-wrapper .e-n-menu-heading .e-n-menu-title-text {
        font-size: 1.2rem;
    }
    
    .cse_header .e-n-menu-wrapper .elementor-widget-text-editor {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 0px;
    }
    
    .cse_header .e-n-menu-wrapper .elementor-widget-text-editor p {
        font-size: 1.2rem;
    }
    
    .cse_header .e-n-menu-wrapper .elementor-widget-text-editor a {
        font-size: 1.2rem;
    }
    
    .cse_header .e-n-menu-wrapper .sticky-bar {
        position: fixed;
        z-index: 9999;
        bottom: 0;
        width: 100%;
        margin: 0 auto;
        padding: 4rem 0;
        justify-content: center;
    }
}
