
.grecaptcha-badge { visibility: hidden; }
@font-face {
    font-family: 'Varela Round';
    src: url('VarelaRound-Regular.woff2') format('woff2'),
        url('VarelaRound-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
* {
  font-family: 'Varela Round', sans-serif;
  font-weight: normal;
  font-style: normal;
}

@media only screen and (max-width: 640px) {
  input, select,
  textarea {
    font-size: 16px !important; /* Prevents iOS zoom */
  }
}

.fade-in-element {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease, transform 1s ease;
}

.fade-in-element.visible {
  opacity: 1;
  transform: translateY(0);
}
#mobile-menu {
  transition: transform 0.3s ease-in-out;
  transform: translateX(100%);
}
#mobile-menu:not(.hidden) {
  transform: translateX(0);
}
@media (min-width: 768px) {
  #mobile-menu {
    transform: translateX(320px);
  }
  #mobile-menu:not(.hidden) {
    transform: translateX(0);
  }
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance-none: none;
}
select::-webkit-input-placeholder {
  color: #333;
}
select::-moz-placeholder {
  color: #333;
}
select::-ms-input-placeholder {
  color: #333;
}
select option {
  color: #1c2526;
}
input {
  border: 2px solid #ccc;
}

#waveCanvas, .wave-section {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
#waveCanvas {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.wave-section {
  position: relative;
  overflow: visible;
}

#waveCanvas {
  display: block;
}

#mobile-menu {
  /*transition: all 0.3s ease-in-out;*/
  transition: transform 0.3s ease-in-out;
  width: 100%;
  box-sizing: 0 0 10px rgba(0, 0,0.2);
  z-index: 40;
}

#mobile-menu a {
  font-size: 1.25rem;
  font-weight: 600;
  color: white;
  padding: 0.5rem 1rem;
  transition: background-color 0.2s ease;
}

.mobile-menu-hidden {
  transform: translateX(100%);
}
section {
  scroll-margin-top: 100px; /* Fallback for smooth scrolling */
}