/* Sticky Header CSS */
.sticky-header {
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 9999;
    transition: background-color 0.3s ease;
}