/* Google Form Styling */
.google-form-container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 0.5rem;
}

.google-form-container iframe {
  width: 100%;
  border: none;
  overflow: hidden;
  background-color: transparent;
}

@media (max-width: 768px) {
  .google-form-container iframe {
    height: 1500px; /* Increase height on mobile */
  }
}
