#contactForm {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

#contactForm .form-label {
  font-weight: 600;
  color: #333;
}

#contactForm .btn-primary {
  background-color: #F8A61D !important;
  border: none;
}

#contactForm .btn-primary:hover {
  background-color: #f57f17 !important;
  color: #fff !important;
}

.contact-section {
  min-height: 450px;
  display: flex;
  align-items: center;
}


.contact-section form {
  width: 100%;
  max-width: 600px;
}

.contact-section .btn {
  background-color: #f7b500;
  border: none;
}

.contact-section .btn:hover {
  background-color: #d99a00;
}

.contact-section p {
  font-size: 1.2rem;
  line-height: 1.6;
}

.text-orange-50 {
  color: #F8A61D;
}

.btn {

}

