.contact-section {
  padding: 60px 20px;
  background: url('../afbeeldingen/zonsondergang.jpg') no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  color: white;
  text-align: center;
}


.contact-section h1 {
  font-size: 2.5rem;
  color: #2c5f2d;
  margin-bottom: 20px;
}

.contact-section p {
  font-size: 1.2rem;
  max-width: 700px;
  margin: 0 auto 30px;
}

.contact-info {
  background: white;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.1);
  max-width: 500px;
  margin: 0 auto 40px;
  font-size: 1rem;
  color: #2c5f2d;
  text-align: left;
}

.contact-form {
  background: white;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.15);
  max-width: 600px;
  margin: 0 auto;
  text-align: left;
}

.contact-form label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
  color: #2c5f2d;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 20px;
  border: 2px solid #97bc62ff;
  border-radius: 10px;
  font-size: 1rem;
}

.contact-form button {
  background-color: #97bc62ff;
  color: #2c5f2d;
  padding: 12px 20px;
  border: none;
  border-radius: 15px;
  font-size: 1.2rem;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}

.contact-form button:hover {
  background-color: #2c5f2d;
  color: white;
}
