/* Preloader container styles */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff; /* Optional background color */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999; /* Ensures it's above other content */
}

/* Optional style for the GIF */
#preloader video {
    width: 300px; /* Adjust based on your GIF size */
    height: auto;
}
