.lien-he-page {
  width: 100%;
  overflow: hidden;
  background: #f4eefc;
}

.lien-he-page *,
.lien-he-page *::before,
.lien-he-page *::after {
  box-sizing: border-box;
}

.lien-he-contact {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 92px 24px 86px;
  background: #f4eefc;
}

.lien-he-contact__inner {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 42%) minmax(0, 58%);
  align-items: center;
  column-gap: 70px;
}

.lien-he-contact__socials {
  display: grid;
  grid-template-columns: repeat(2, minmax(120px, 1fr));
  justify-items: center;
  align-items: center;
  gap: 82px 94px;
  max-width: 460px;
  margin: 0 auto;
}

.lien-he-contact__social-link {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #710dac;
  text-decoration: none;
  transition: transform 0.25s ease, filter 0.25s ease;
}

.lien-he-contact__social-link:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
}

.lien-he-contact__social-icon {
  display: block;
  width: 76px;
  height: 76px;
  object-fit: contain;
}

.lien-he-contact__social-text {
  color: #710dac;
  text-align: center;
  font-family: "Geomanist", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}

.lien-he-contact__form-card {
  width: 100%;
  max-width: 650px;
  min-height: 560px;
  margin: 0 auto;
  padding: 34px 47px 20px;
  border-radius: 61px;
  border: 1px solid transparent;
  background: linear-gradient(#fff, #fff) padding-box,
    linear-gradient(180deg, #9615d2 0%, #ff6fb3 100%) border-box;
  box-shadow: 0 0 8.4px 4px #fff inset;
}

.lien-he-contact__title {
  margin: 0 0 26px;
  color: #710dac;
  text-align: center;
  font-family: "IvyPrestoDisplay", "DFVN IvyPresto Display", serif;
  font-size: 58px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

.lien-he-contact__form,
.lien-he-contact__form .wpcf7,
.lien-he-contact__form .wpcf7-form {
  width: 100%;
}

.lien-he-contact__form .wpcf7-form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lien-he-contact__form p {
  width: 100%;
  margin: 0 0 16px;
}

.lien-he-contact__form br {
  display: none;
}

.lien-he-contact__form label {
  display: block;
  width: 100%;
  margin: 0;
  color: transparent;
  font-size: 0;
  line-height: 0;
}

.lien-he-contact__form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.lien-he-contact__form input[type="text"],
.lien-he-contact__form input[type="tel"],
.lien-he-contact__form input[type="email"],
.lien-he-contact__form select,
.lien-he-contact__form textarea {
  display: flex;
  width: 555px;
  max-width: 100%;
  height: 53px;
  padding: 11.574px 14.146px 9.645px 19.29px;
  align-items: center;
  gap: 6.43px;
  border-radius: 61px;
  border: 1px solid #fff;
  background: #ededed;
  box-shadow: none;
  outline: none;
  color: #636363;
  font-family: "Geomanist", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 129%;
}

.lien-he-contact__form textarea {
  height: 150px;
  min-height: 150px;
  resize: vertical;
  align-items: flex-start;
  border-radius: 28px;
  padding-top: 18px;
}

.lien-he-contact__form input::placeholder,
.lien-he-contact__form textarea::placeholder {
  color: #636363;
  opacity: 1;
  font-family: "Geomanist", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 129%;
}

.lien-he-contact__form select {
  appearance: none;
  -webkit-appearance: none;
}

.lien-he-contact__privacy-note,
.lien-he-contact__form .lien-he-contact__privacy-note {
  display: block;
  width: 100%;
  margin: 6px 0 22px;
  color: #710dac;
  text-align: center;
  font-family: "Geomanist", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}

.lien-he-contact__form input[type="submit"],
.lien-he-contact__form .wpcf7-submit {
  position: relative;
  display: flex;
  padding: 13.029px 26.057px;
  justify-content: center;
  align-items: center;
  gap: 23.451px;
  border-radius: 29.314px;
  border: 2.606px solid #fff;
  background: linear-gradient(
    270deg,
    #9615d2 0%,
    #451180 38%,
    #8e24d6 62%,
    #9615d2 100%
  );
  background-size: 230% 100%;
  background-position: 0% 50%;
  box-shadow: 5.211px 5.211px 7.817px 0 rgba(59, 1, 124, 0.2);
  color: #fff;
  text-align: center;
  font-family: "Geomanist", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  left: 28%;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease,
    background-position 0.55s cubic-bezier(0.22, 0.61, 0.36, 1);
  animation: lienHeContactSubmitPulse 2.2s ease-in-out infinite;
}

.lien-he-contact__form input[type="submit"]:hover,
.lien-he-contact__form .wpcf7-submit:hover {
  transform: translateY(-2px);
  background-position: 100% 50%;
  box-shadow: 8px 8px 16px rgba(59, 1, 124, 0.24);
}

.lien-he-contact__form .wpcf7-spinner {
  margin: 8px auto 0;
}

@keyframes lienHeContactSubmitPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(113, 13, 172, 0.34),
      5.211px 5.211px 7.817px rgba(59, 1, 124, 0.2);
  }
  70% {
    box-shadow: 0 0 0 12px rgba(113, 13, 172, 0),
      5.211px 5.211px 7.817px rgba(59, 1, 124, 0.2);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(113, 13, 172, 0),
      5.211px 5.211px 7.817px rgba(59, 1, 124, 0.2);
  }
}

.lien-he-contact__form .wpcf7-response-output {
  width: 100%;
  margin: 16px 0 0;
  border-radius: 16px;
  font-family: "Geomanist", sans-serif;
  font-size: 15px;
  text-align: center;
}

.lien-he-contact__form .wpcf7-not-valid-tip {
  margin-top: 4px;
  color: #d14343;
  font-family: "Geomanist", sans-serif;
  font-size: 13px;
}

@media (max-width: 768px) {
  .lien-he-contact {
    padding: 22px 8px 42px;
  }

  .lien-he-contact__inner {
    max-width: 430px;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 42px;
  }

  .lien-he-contact__form-card {
    order: 1;
    max-width: 100%;
    min-height: auto;
    padding: 24px 16px 28px;
    border-radius: 22px;
  }

  .lien-he-contact__title {
    margin-bottom: 18px;
    font-size: 30px;
  }

  .lien-he-contact__form p {
    margin-bottom: 9px;
  }

  .lien-he-contact__form input[type="text"],
  .lien-he-contact__form input[type="tel"],
  .lien-he-contact__form input[type="email"],
  .lien-he-contact__form select,
  .lien-he-contact__form textarea {
    width: 100%;
    height: 27px;
    padding: 6px 10px;
    border-radius: 61px;
    font-size: 10px;
    line-height: 129%;
  }

  .lien-he-contact__form input::placeholder,
  .lien-he-contact__form textarea::placeholder {
    font-size: 10px;
  }

  .lien-he-contact__form textarea {
    height: 82px;
    min-height: 82px;
    border-radius: 14px;
    padding-top: 8px;
  }

  .lien-he-contact__privacy-note {
    margin: 8px 0 14px;
    font-size: 10px;
  }

  .lien-he-contact__form input[type="submit"],
  .lien-he-contact__form .wpcf7-submit {
    width: auto;
    height: 32px;
    padding: 7px 22px;
    border-radius: 18px;
    border-width: 1.5px;
    font-size: 17px;
    text-align: center;
    left: 26%;
  }

  .lien-he-contact__socials {
    order: 2;
    width: 100%;
    max-width: 270px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 48px;
  }

  .lien-he-contact__social-icon {
    width: 54px;
    height: 54px;
  }

  .lien-he-contact__social-text {
    font-size: 14px;
  }
}
/* Fix mobile placeholder Há» tÃªn / Sá»‘ Ä‘iá»‡n thoáº¡i bá»‹ nhá» */
@media (max-width: 768px) {
  .lien-he-contact__form input.wpcf7-form-control[type="text"],
  .lien-he-contact__form input.wpcf7-form-control[type="tel"],
  .lien-he-contact__form input.wpcf7-form-control[type="email"],
  .lien-he-contact__form select.wpcf7-form-control {
    height: 42px !important;
    padding: 8px 14px !important;
    font-size: 17px !important;
    line-height: 129% !important;
  }

  .lien-he-contact__form input.wpcf7-form-control[type="text"]::placeholder,
  .lien-he-contact__form input.wpcf7-form-control[type="tel"]::placeholder,
  .lien-he-contact__form input.wpcf7-form-control[type="email"]::placeholder,
  .lien-he-contact__form textarea.wpcf7-form-control::placeholder {
    color: #636363 !important;
    opacity: 1 !important;
    font-family: "Geomanist", sans-serif !important;
    font-size: 17px !important;
    font-weight: 400 !important;
    line-height: 129% !important;
  }

  .lien-he-contact__form input.wpcf7-form-control[type="text"]::-webkit-input-placeholder,
  .lien-he-contact__form input.wpcf7-form-control[type="tel"]::-webkit-input-placeholder,
  .lien-he-contact__form input.wpcf7-form-control[type="email"]::-webkit-input-placeholder,
  .lien-he-contact__form textarea.wpcf7-form-control::-webkit-input-placeholder {
    color: #636363 !important;
    opacity: 1 !important;
    font-size: 17px !important;
    line-height: 129% !important;
  }

  .lien-he-contact__form textarea.wpcf7-form-control {
    height: 90px !important;
    min-height: 90px !important;
    padding: 10px 14px !important;
    font-size: 17px !important;
  }
}