body {
  background-color: #e6f7f9 !important;
  font-family: "Poppins", sans-serif;
}
#header {
  margin-bottom: 30px;
}
.contact-section {
  background: #fff0f5;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
  max-width: 600px;
  margin: auto;
  margin-top: 120px;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
h3 {
  color: #6a5acd;
  font-weight: 600;
}
.form-label {
  font-weight: 500;
  color: #5a5a5a;
}
.form-control {
  border-radius: 8px;
  border: 1px solid #d1d5db;
  background-color: #fef6fb;
}
.form-control:focus {
  border-color: #c084fc;
  box-shadow: 0 0 8px rgba(192, 132, 252, 0.5);
}
.btn-primary {
  background-color: #c084fc;
  border-color: #c084fc;
  font-weight: 500;
  border-radius: 8px;
}
.btn-primary:hover {
  background-color: #a855f7;
  border-color: #a855f7;
}
