@import '~mdb-ui-kit/css/mdb.min.css';
@import '~mdb-ui-kit/css/mdb.min.css';
.sora-thin {
  font-family: "Sora", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}

.contact {
  padding-top: 48px;
  padding-bottom: 48px;
}
.contact form {
  padding-top: 62px;
}
.contact-card {
  background: linear-gradient(44.43deg, #3E4EB0 -20.27%, #164E47 105%);
  width: 10rem;
  height: 10rem;
  padding: 2rem;
  border-radius: 50%;
}
.contact-card img {
  width: 100%;
  height: 100%;
}
.contact .contact-content {
  padding: 20px 0;
}
.contact .card-section {
  padding: 15px 15px 8px;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  z-index: 1;
}
.contact .card-section::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0;
  background-image: url(../../../assets/images/bg-card-contact.svg);
  background-size: cover;
  left: 0;
  z-index: -1;
  top: 0;
}
.contact .contact-form .form-outline .form-control.form-control-lg {
  font-size: 1.4rem;
  font-family: "Sora", sans-serif;
}
.contact .contact-form .form-outline {
  position: relative;
  /* Ensure relative positioning for child elements */
  margin-bottom: 1.5rem;
  /* Optional: Add margin for spacing */
  font-family: "Sora", sans-serif;
}
.contact .contact-form .form-outline .form-label {
  display: block;
  /* Ensure the label is displayed as a block element */
  white-space: normal;
  /* Allow the label text to wrap */
  word-wrap: break-word;
  /* Ensure long words break if necessary */
  overflow-wrap: break-word;
  /* Handle overflow in case of long words */
  font-size: 14px;
  /* Set the font size of the label */
  padding-left: 4px;
  top: -2.5px;
  font-family: "Sora", sans-serif;
}
.contact .contact-form textarea {
  font-size: 1.4rem;
  font-family: "Sora", sans-serif;
}
.cus-contact-btn{
  font-size: 16px !important;
}
/*# sourceMappingURL=contact.css.map */