body{
    background-color: white !important;
}
.form-contact {
  max-width: 600px;
  margin: 20px auto;
  background-color: #ffff;
  padding: 30px 40px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  margin-bottom: 100px !important;
}

.form-contact h3 {
  text-align: center;
  font-weight: 500;
  font-size: 20px;

}
.header{
  margin-bottom: 50px !important;
  margin-top: 50px !important;
}
.form-contact .form-label {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 6px;
}

.form-contact input,
.form-contact select,
.form-contact textarea {
  font-size: 14px;
  padding: 10px 12px;
  border-radius: 6px;
  border: 1px solid #ccc;
}

.form-contact textarea {
  resize: none;
  height: 140px;
}

.form-contact .btn-send {
  background-color: #e8b010;
  color: white;
  font-weight: 600;
  border: none;
  height: 30px;
  border-radius: 6px;
  transition: background-color 0.3s;
}

.form-contact .btn-send:hover {
  background-color: #d49e0c;
}

.country-code {
  max-width: 110px;
  min-width: 95px;
  font-size: 13px;
}   
.phone-wrapper {
  display: flex;
}

.phone-wrapper .country-code {
  max-width: 100px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.phone-wrapper .phone-input {
  flex: 1;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
