/*.parallax { height: calc(100vh - 100px); /* Adjust height accounting for footer */ display: flex; justify-content: center; align-items: center; color: white; perspective: 1px; overflow-x: hidden; overflow-y: auto; position: relative; z-index: 1; padding-bottom: 100px; /* Add padding for the footer */ background-image: url('assets/images/frdehbb8r-3a932e25-5336-49dc-a955-cc8d7667100a-2000x1124.png'); background-size: cover; background-position: center 0; /* Initial background position */ } */