#preloader-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed; /* Change this from relative to fixed */
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 999999999; /* Make sure the loader is above all other content */
    background: #ffffff; /* Optional: darken the content behind the loader */
}



