.contact-page {
  max-width: 700px;
  margin: 40px auto;
  text-align: center;
}

.contact-page h1 {
  margin-bottom: 30px; /* space between heading and grid */
  margin-top: 30px;
  text-align: center;   /* optional: center heading */
  font-size: 2.7rem;
}

.contact-intro {
  margin-bottom: 30px;
  font-size: 1.1rem;
  color: #555;
}

.contact-form-wrapper {
  margin-bottom: 30px;
}

.contact-form-wrapper form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact-form-wrapper input,
.contact-form-wrapper textarea {
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #ddd;
  font-family: inherit;
  font-size: 1rem;
}

.contact-form-wrapper button {
  align-self: center;
}

.contact-alt {
  margin-bottom: 40px;
  font-size: 0.95rem;
}

.contact-alt a {
  color: #007BFF;
  text-decoration: none;
}

.contact-alt a:hover {
  text-decoration: underline;
  color: #f0c040;
}

.contact-social h2 {
  margin-bottom: 15px;
}

.contact-social .social-icons {
  justify-content: center;
}