.contact.hero {
  position: relative;
  width: 100%;
  height: 40vh;
  background-image: url('../imgs/backgrounds/audiopool-contact-bg-xxl-min.webp');
  background-repeat: no-repeat;
  background-position: bottom bottom;
  display: flex;
  align-items: center;
  justify-content: start;
}

.info-ctr {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.info-ctr ul {
  padding: 0;
}
.info-ctr ul li,
.info-ctr p:last-child {
  display: flex;
  align-items: center;
}
.info-ctr ul li {
  list-style-type: none;
}

.info-ctr .material-symbols-outlined {
  margin-right: 1rem;
}
.form-control:focus {
  background-color: rgba(255,255,255,0.5) !important;
}
.contactFormInput,
.contactFormInput .form-control {
  color: white !important;
  background-color: #a9a4a4 !important;
}

.contactFormInput  {
  color: white !important; 
  border: 1px solid var(--active);
}
.contactFormInput::placeholder,
.contactFormInput select 
 {
 color: rgba(255,255,255,0.7);
}
.contactFormInput,
.contactFormInput .form-control,
.contactFormInput select {
  background-color: inherit;
}
.contactFormInput select,
.contactFormInput .form-control {
  border: 0.5px solid var(--active);
}

.short-desc {
  color: var(--black);
  font-size: var(--s);
  font-weight: bold;
  padding-top: 10px;
  margin: 0;
  width: 600px;
  text-align: end;
}