.safari-bottom-fix {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 4px;
    width: 100%;
    background-color: #181818; 
    pointer-events: none;
    z-index: 9999; 
}
