
.contact-container {
  max-width: 700px;
  margin: 100px auto 60px;
  padding: 2rem;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.contact-container h1 {
  text-align: center;
  color: #0e2a47;
  margin-bottom: 1rem;
}

.contact-container p {
  text-align: center;
  font-size: 1.1rem;
  margin-bottom: 2rem;
  color: #444;
}

form label {
  display: block;
  font-weight: 600;
  margin-top: 1.2rem;
  color: #0e2a47;
}

form input,
form textarea {
  width: 100%;
  padding: 0.75rem;
  margin-top: 0.4rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 1rem;
  font-family: inherit;
  box-sizing: border-box;
}

form textarea {
  resize: vertical;
}

.cta-button {
  margin-top: 1.5rem;
  background-color: #0e2a47;
  color: white;
  border: none;
  padding: 0.8rem 1.5rem;
  border-radius: 6px;
  font-size: 1rem;
  cursor: pointer;
  width: 100%;
}

.cta-button:hover {
  background-color: #014f86;
}

#contact-message {
  text-align: center;
  font-weight: bold;
}
