.header {
    position: fixed;
    top: 0;
    width: 100%;
    background: #000000 !important;
    z-index: 999;
    transition: padding 0.3s ease, background 0.3s ease;
    padding: 5px 0;
}