/* General Reset */
body, html {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  font-family: Arial, sans-serif; /* Default font for consistency */
}

/* Splash Video */
#splash-video {
  position: relative;
  width: 100%;
  height: 100%; /* Full  height */
  object-fit: fill;
  cursor: pointer;
  background-color: #000; /* Fallback for devices that don't support videos */
}

