.contact-section {
  background: #181b1f;
  color: #ffffff;
  padding-top: 5rem !important;
  padding-bottom: 2.5rem !important;
}

.contact-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 3rem;
  color: var(--bs-primary);
}

.contact-title {
  display: inline-block;
  margin-bottom: .65rem;
  padding-bottom: .20rem;
  font-family: "Manrope",sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  color: #ffffff;
  border-bottom: 2px solid #ff8c00;
}

.contact-text {
  margin-bottom: .8rem;
  font-family: "Manrope",sans-serif;
  font-size: .85rem;
  font-weight: 300;
  line-height: 1.6;
  color: #c5c5c5;
}

.contact-location {
  font-family: "Manrope",sans-serif;
  font-size: .90rem;
  color: #ffffff;
}

.contact-btn {
  min-width: 150px;
  padding: .55rem 1.4rem;
  margin-bottom: 1rem;
  font-family: "Manrope",sans-serif;
  font-size: .78rem;
  font-weight: 500;
  letter-spacing: .04em;
}

.form-control {
  background: #f4f4f4;
  border: 1px solid #d9d9d9;
  color: #222222;
  padding: .75rem .95rem;
  font-family: "Manrope",sans-serif;
  font-size: .90rem;
  border-radius: .25rem;
}

.form-control::placeholder {
  color: #7d7d7d;
}

.form-control:focus {
  background: #ffffff;
  color: #222222;
  border-color: var(--bs-primary);
  box-shadow: none;
}

@media (max-width:991.98px) {
  .contact-section {
    text-align: center;
    padding-top: 4rem !important;
    padding-bottom: 2rem !important;
  }
}

@media (max-width:991.98px) {
  .contact-location {
    margin-bottom: 2rem;
  }
}

@media (max-width:991.98px) {
  .contact-btn {
    width: 100%;
    min-width: auto;
    margin-bottom: 1rem;
  }
}

@media (max-width:991.98px) {
  .text-end {
    text-align: center !important;
  }
}

