@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");

* {
  box-sizing: border-box;
}
body {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"],
.form-group select,
.form-group textarea {
  font-weight: 800;
  font-family: "Roboto Condensed", sans-serif;
}

input::placeholder {
  font-weight: 800;
}

/* For broader browser compatibility: */
input::-webkit-input-placeholder {
  font-weight: 800;
}

input::-moz-placeholder {
  font-weight: 800;
}

input:-moz-placeholder {
  font-weight: 800;
}

input:-ms-input-placeholder {
  font-weight: 800;
}

.selected-text {
  font-weight: 800;
}

.form-actions button {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 800;
  border-color: #da3742;
  color: #da3742;
  border-width: 2px;
  text-transform: uppercase;
}

.custom-dropdown.countryCodeDropdown {
  font-family: "Roboto Condensed", sans-serif;
}
.custom-dropdown {
  font-family: "Roboto Condensed", sans-serif;
}

.form-actions button:hover {
  background-color: #da3742;
  color: #fff;
  border-color: #da3742;
}

a {
  color: #511b6b;
}

.contact-message {
  color:#F16044;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 19px; 
  font-weight: normal; 
  text-align: center; 
  padding: 20px;
}
