/* Preloader styles */
/* body.preload-wrapper { */
    /* overflow: hidden;  */
    /* Prevent scrolling while loading */
  /* } */
  
  .preload {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff; /* Light background */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999; /* Ensure it stays above all content */
  }
  
  .loader-gif {
    width: 100px; /* Adjust size of the GIF */
    height: auto;
  }
  
  /* Main content visibility (optional) */
  /* main {
    padding: 20px;
  } */
  