/* ==============================
   Contact Section
============================== */
.contact-section {
  padding: 50px 0;
  background: #f9f9f9;
  text-align: center;
  border-bottom: 3px solid silver;
}

.contact-section .section-title h4 {
  font-size: 2.5rem;
  color: #26729e;
  margin-bottom: 20px;
}

.contact input,
.contact textarea {
  width: 100%;
  padding: 15px;
  border-radius: 5px;
  border: 1px solid #ccc;
  margin-bottom: 15px;
  font-size: 1rem;
  font-family: inherit;
}

.contact input:focus,
.contact textarea:focus {
  outline: none;
  border-color: #26729e;
}

.contact button {
  background-color: #26729e;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
}

.contact button:hover {
  background-color: #1e5a82;
}

#msg {
  margin-top: 10px;
  color: green;
  font-weight: 500;
}
