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

* {
  box-sizing: border-box;
}
body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  background-color: #c6beae;
}

.form-title h2 {
  font-size: 30px;
  font-weight: 600 !important;
  line-height: 1.4em;
  color: #ffffff;
  margin: 0 0 20px;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"],
.form-group select,
.form-group textarea {
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  color: #fff !important;
}

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

.form-actions button,
.form-group input::placeholder,
.form-group textarea::placeholder,
.checkbox-group label,
.selected-text,
.form-group select option[value=""][disabled],
a,
.form-actions button,
.selected-text,
.form-group input[type="text"],
.dropdown-selected,
.form-group input[type="email"],
.checkbox-group label::before {
  border-color: #fff !important;
  font-size: 16px !important;
  color: #fff !important;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}

.dropdown-selected .dropdown-arrow > svg {
  fill: #fff;
  opacity: 1;
}

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

.dropdown-item {
  font-size: 16px;
}
.contact-message {
  color:#282828;
font-family: "Roboto", sans-serif;
  font-size: 19px; 
  font-weight: normal; 
  padding: 20px 0px;
}

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

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