/**************** LANDING ****************/
.nav-item .contact-btn.disabled {
  background-color: #e4e4e4d1;
  border: 1px solid #e4e4e4d1;
  color: black !important;
  mix-blend-mode: lighten;
}



/**************** LANDING ****************/
.landing-sec::before {
  background-image: url("../media/contact_landing.webp");
}




/**************** Cards ****************/
.card-ap {
  box-shadow: 0 0 15px #717171;
}
.card-ap .card-body {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.contact-icon {
  margin-right: 0.75rem;
  width: 20px;
  color: #d32525;
}
.text-wrapper {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0.5em;
}