.sticky-on-top {
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
    margin: 0;
    transition: top 0.5s ease;
}
