.newsletter-form .list-wrap {
  flex-wrap: wrap;
}
.newsletter-form .list-wrap li {
  width: 50%;
}
.newsletter-form .list-wrap li select {
  width: 100%;
  border: 1.3px solid;
  border-color: var(--tg-secondary-color);
  border-radius: 8px;
  font-size: 15px;
  color: var(--tg-secondary-color);
  padding: 13px 25px;
  height: 56px;
  background: transparent;
  -webkit-appearance: none; /* Safari/Chrome */
  -moz-appearance: none; /* Firefox */
  appearance: none; /* Remove default arrow */
  background-image: url("data:image/svg+xml;utf8,<svg fill='%23000' height='12' viewBox='0 0 24 24' width='12' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 10px center; /* arrow position */
  background-size: 12px;
  transition: border-color 0.3s, box-shadow 0.3s;
  cursor: pointer;
}
.newsletter-form .list-wrap li select option:hover, .newsletter-form .list-wrap li select option:checked {
  background-color: #bd9a68; /* hover background */
  color: #fff; /* hover text */
}
.newsletter-form .list-wrap li textarea {
  width: 100%;
  background: transparent;
  border: 1.5px solid var(--tg-secondary-color);
  border-radius: 8px;
  padding: 13px 24px;
  font-weight: 400;
  font-size: 15px;
  color: var(--tg-secondary-color);
  height: 56px;
  display: block;
}
.newsletter-form .list-wrap li.w100 {
  width: 100%;
}
.newsletter-form input[type=submit] {
  border: none;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  border-radius: 8px;
  background: var(--tg-primary-color);
  color: var(--tg-white);
  padding: 16px 40px;
  transition: 0.3s ease-in-out;
}
.newsletter-form input[type=submit]:hover {
  background: #000;
}

.contact-form-wrap select {
  width: 100%;
  border: 1.3px solid;
  border-color: var(--tg-secondary-color);
  border-radius: 8px;
  font-size: 15px;
  color: var(--tg-secondary-color);
  padding: 13px 25px;
  height: 56px;
  background: transparent;
  -webkit-appearance: none; /* Safari/Chrome */
  -moz-appearance: none; /* Firefox */
  appearance: none; /* Remove default arrow */
  background-image: url("data:image/svg+xml;utf8,<svg fill='%23000' height='12' viewBox='0 0 24 24' width='12' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 10px center; /* arrow position */
  background-size: 12px;
  transition: border-color 0.3s, box-shadow 0.3s;
  cursor: pointer;
}
.contact-form-wrap select option:hover, .contact-form-wrap select option:checked {
  background-color: #bd9a68; /* hover background */
  color: #fff; /* hover text */
}

.contact-info-item {
  text-align: left !important;
}/*# sourceMappingURL=form.css.map */