
.contact-section {
  padding: 80px 15px;
}

.section-title {
  font-size: 36px;
  font-weight: 600;
  color: #063a7b;
}

.contact-info i {
  font-size: 18px;
  color: #063a7b;
  margin-bottom: 10px;
}

.contact-info p {
  font-size: 14px;
  color: #444;
}

.divider {
  max-width: 600px;
  margin: 40px auto;
  opacity: 0.2;
}

.form-heading {
  font-weight: 500;
  color: #063a7b;
}

.contact-form label {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 6px;
  color: #063a7b;
}

.form-control {
  border-radius: 6px;
  padding: 12px;
  font-size: 14px;
  border: 1px solid #ddd;
}

.form-control:focus {
  box-shadow: none;
  border-color: #0f3d2e;
}

.submit-btn {
  background: #063a7b;
  color: #fff;
  padding: 12px 36px;
  border-radius: 4px;
  border: 1px solid #063a7b;
  font-size: 14px;
  transition: 0.3s;
}

.submit-btn:hover {
  background: transparent;
  border: 1px solid #063a7b;
  color: #063a7b;
}
