.animated-bg {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: background-image 1.5s ease-in-out;
  background-color: #f0f0f0; /* Fallback color */
}