[hidden] {
  display: none !important;
}

.contact {
    opacity: 0;
    transition: opacity 1s ease
}

.contact .container-fluid {
  padding: 0 4rem;
}

.contact .row {
  margin-top: 0;
}

.banner {
  max-height: 90vh;
}

.contact-info-wrapper {
  margin-top: 4rem;
}

@media screen and (max-width: 575px) {
    .contact .container-fluid {
        padding: 0 1.563rem;
        max-width: initial;
    }
}

.contact .icon {
    width: clamp(16px, 32px, 48px);
    height: auto;
    display: inline-block;
    object-fit: contain;
}

.id-address {
  margin-bottom: 2rem !important;
}

.id-address p {
  margin-bottom: 0px !important;
}

label {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  margin-top: 2rem;
}

label .required {
font-size: 1rem;
font-weight: 400;
color: #FF0000;
opacity: 0;
transition: opacity .3s ease;
}

input, select, textarea {
  display: block !important;
  width: 100% !important;
  padding: .375rem .75rem !important;
  font-size: 1.5rem !important;
  font-weight: 300 !important;
  border: none !important;
  border-radius: 0 !important;
  border-bottom: .87px solid #000 !important;
  transition: border-color .3s ease !important;
}

.form-control:focus {
  box-shadow: none !important;
  border: .87px solid #000 !important;
  outline: none !important;
}

.form-control::placeholder {
  color: #999;
  opacity: 1;
}

select.form-control, select.form-control option {
  font-family: inherit;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 2rem;
  letter-spacing: -0.02rem;
  color: #000;
}

textarea.form-control {
  line-height: 2.03rem;
  min-height: calc(1.5em + .75rem + calc(var(--bs-border-width) * 2));
  resize: vertical;
}

#contactForm .col-12.error label .required {
    opacity: 1;
}

#contactForm .col-12.error .form-control {
    border-color: red !important;
}

#contactForm .col-12.error .form-control:focus {
    border-color: red;
}

#contactForm .col-12.error label {
    color: red;
}

#contactForm .form-control::selection {
    background: #e5e5e5;
}

#contactForm .err-icon {
  position: absolute;
  bottom: 14px;
  right: 20px;
  width: 20px;
  height: 20px;
  opacity: 0;
  transition: opacity .2s ease;
}

#contactForm .col-12.error .err-icon {
  opacity: 1;
}

.tiny {
  font-size: 1rem;
}

.banner {
    background-size: cover;
    background-position: center;
    height: calc(100vh - 8.25rem);
    overflow: hidden;
    position: relative;
}

.banner img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.banner > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #ededed;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.contact form .btn {
    background-color: #e6e6e6;
    text-wrap: nowrap;
    min-width: 160px;
    align-items: center;
    font-size: 1.2rem;
    border-radius: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    height: 95%;
}

.fas, .fa-solid {
    font-weight: 900;
}

.fa-envelope {
    --fa: "\f0e0";
    --fa--fa: "\f0e0\f0e0";
}

.fa-location-dot, .fa-map-marker-alt {
    --fa: "\f3c5";
    --fa--fa: "\f3c5\f3c5";
}

.fa-x {
    --fa: "X";
    --fa--fa: "XX";
}

.contact .clear-file {
  position: relative;
  bottom: -20px;
  right: 0px;
  z-index: 10;
}

@media screen and (max-width: 576px) {
  .map-wrapper {
    margin-bottom: .7rem;
  }

  .contact-info-wrapper {
    margin-top: 2rem;
    z-index: 10;
  }
}

.phoneNumber {
  color: rgb(0,0,0);
  text-decoration: none;
}

@media not all and (min-resolution:.001dpcm) {
  @supports (-webkit-appearance:none) and (stroke-color:transparent) {
    .phoneNumber {
      color: rgb(0,0,0);
      text-decoration: none;
    }
  }
}