.elementor-element.header-singe-post:before {
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    content: '';
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.5) !important;
}

#site-header {
    display: none;
}

.entry-title {
    display: none !important;
}
.header-singe-post {
    .hfe-nav-menu {
        .hfe-nav-menu {
            .menu-item {
                font-size: 1.5rem;

                a {
                    text-decoration: none;
                    color: #1a1a2e;
                    font-weight: 500;
                    font-size: 0.95rem;
                    position: relative;
                    display: inline-block;
                    transition: color 0.3s ease;

                    &::after {
                        content: '';
                        position: absolute;
                        bottom: -5px;
                        left: 0;
                        width: 0;
                        height: 2px;
                        background: linear-gradient(135deg, #5FB2F7 0%, #3A9EE8 100%) !important;
                        transition: width 0.3s ease;
                    }

                    &:hover {
                        color: #5FB2F7;
                    }

                    &:hover::after {
                        width: 100%;
                    }
                }
            }

            .menu-item:last-child a {
                border: 2px solid #003E72BF;
                color: #003E72BF;
                padding: 10px 20px;
                border-radius: 50px;
            }

            .menu-item:last-child a:hover {
                background-color: #003E72BF !important;
                color: #fff;
            }

            .menu-item:last-child a::after {
                display: none;
            }
        }
    }
}



.scroll-header {
    width: 100%;
    display: none !important;
    z-index: 9999 !important;
    position: fixed !important;
    backdrop-filter: blur(10px);
    background-color: white !important;
    transition: all 0.5s ease-in-out !important;
    padding: 0px !important;
    .hfe-nav-menu{
        .menu-item{
            a{
                font-size: 16px !important;
            }
        }
    }
}

.page-header {
    display: none !important;
}

@media (max-width: 1024px) {

    .hfe-nav-menu {
        .hfe-nav-menu {
            .menu-item {
                font-size: 1.5rem;

                a {
                    color: #000 !important;
                }
            }
        }
    }
}
