.contact-box {
  background: white;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
h1 {
  font-weight: bold;
}
.icon {
  font-size: 18px;
  margin-right: 8px;
}
.social-icons a {
  font-size: 20px;
  margin-right: 10px;
  color: #333;
  text-decoration: none;
}
.social-icons a:hover {
  color: #007bff;
}

.form-label {
  font-weight: 600;
  color: #374151;
  font-size: 14px !important;
}

h5 {
  font-weight: 600;
}

.btn-color {
  background-color: #16a34a;
  color: white;
}
