/*
Theme Name: Hello Elementor Child
Template: hello-elementor
*/



 header {
        transition: 0.4s ease-in-out;
    }
    .fixed-header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #000000cc;
        backdrop-filter: blur(10px);
        z-index: 999;
        padding: 10px 0 !important;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    }