@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: 500;
  background-color: #0b1a2c;
}

.form-title h2 {
  text-align: center;
  color: #fff;
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.form-title h2 span.color-green {
  color: #4f9945;
}

.form-title p.form-subtitle {
  text-align: center;
  color: #fff;
  font-size: 19px;
  font-weight: 400;
  margin-bottom: 40px;
  line-height: 1.5;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"],
.form-group select,
.form-group textarea,
.dropdown-selected {
  font-weight: 600;
  font-family: "Comfortaa", sans-serif;
  color: #fff !important;
  border: 2px solid #fff !important;
  padding: 12px 16px;
}

/* For broader browser compatibility: */
input::-webkit-input-placeholder,
input::placeholder,
input::-moz-placeholder,
input:-moz-placeholder,
input:-ms-input-placeholder {
  font-weight: 500;
}

.form-actions button,
.form-group input::placeholder,
.form-group textarea::placeholder,
.selected-text,
.form-group select option[value=""][disabled],
.form-actions button,
.selected-text,
.checkbox-group label,
.form-group input[type="text"],
.dropdown-selected,
.form-group input[type="email"],
.checkbox-group label::before {
  border-color: #fff !important;
  font-size: 18px;
  color: #fff !important;
  font-family: "Comfortaa", sans-serif;
  font-weight: 500;
}
.checkbox-group label {
  font-size: 14px !important;
}
.dropdown-selected .dropdown-arrow > svg {
  fill: #fff;
  opacity: 1;
}
a {
  color: #4f9945;
  text-decoration: none;
  font-weight: 600;
}

.form-actions button:hover {
  background-color: #4f9945;
  color: #fff;
  border-color: #4f9945 !important;
}
.form-actions button {
  background-color: #4f9945;
  color: #fff;
  border-color: #4f9945 !important;
  min-width: 150px;
}

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

/* Style for the default disabled select option (Country dropdown) */

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