@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&display=swap");

* {
  box-sizing: border-box;
}
body {
  font-family: "Comfortaa", sans-serif;
  font-weight: 700;
}

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

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

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

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

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

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

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

.form-actions button {
  font-family: "Comfortaa", sans-serif;
  font-weight: 700;
  border-color: #0a2339;
  color: #0a2339;
  border-width: 2px;
  text-transform: uppercase;
  background: #0a2339;
  color: #fff;
}

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

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

a {
  color: #4f9945;
}

.contact-message {
  color:#0a2339;
 font-family: "Comfortaa", sans-serif;
  font-size: 21px; 
  font-weight: normal; 
  text-align: center; 
  padding: 20px;
}
