@media (min-width: 1025px) {
    body.header-is-fixed {
    }

    .elementor-element[data-id="8531355"].header-is-fixed {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1020;
        width: 100%;
    }

    .elementor-element[data-id="8531355"].logo-hidden-state {
        justify-content: center !important;
    }

    [data-id="576dfa5"] {
        transition: opacity 0.3s ease, width 0.3s ease, padding 0.3s ease, margin 0.3s ease, min-width 0.3s ease;
    }
    
    #menu-menu_header .menu-item a:hover {
    border-radius: 20px;
    transition: all 0.3s ease-in-out;
}


    [data-id="576dfa5"].logo-is-hidden {
        opacity: 0;
        width: 0% !important;
        min-width: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
        pointer-events: none;
    }

    .elementor-element[data-id="8531355"].scrolled-header {
        background-color: #8b1f4c !important;
    }

    .scrolled-header #menu-menu_header .menu-item a {
        color: #FCFCFC !important;
        transition: color 0.4s ease-in-out;
    }
    .scrolled-header #menu-menu_header .menu-item a:hover {
    background-color: #FFFFFF !important;
    color: #8b1f4c !important;
    transition: all 0.3s ease-in-out;
    border-radius: 20px;
    }
} 