.sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #f8f8f8; /* Adjust as needed */
    z-index: 1000; /* Make sure the header is above other content */
}
