
  #loader {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.85); /* White with 70% opacity */
  transition: opacity 0.1s;
  z-index: 9999;
}


  #lottie-loader {
    width: 250px; /* Adjust size here */
    height: 250px; /* Adjust size here */
  }
