.contact-info, .contact-form {
    margin: 80px 0 200px;
}

.contact-info ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.contact-info ul li {
    margin-bottom: 60px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    gap: 20px;
    color: var(--blue-3);
}

.preformat {
    white-space: pre-line;
}

.map-wrapper {
    overflow: hidden;
    aspect-ratio: 1.7;
    border-radius: 15px;
}

.map-wrapper iframe {
    border: none;
}

.contact-form {
    border: 1px solid var(--gray-5);
    border-radius: 15px;
    padding: 80px 60px;
    align-self: start;
}

.contact-form form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 45px;
    grid-column-gap: 2vw;
    grid-row-gap: 40px;
}

.contact-form .input-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contact-form textarea {
    height: 300px;
}

.contact-form input[type=submit] {
    width: 100%;
}

ul.heading-4 li, .map-wrapper{
    display: none
}

.contact-info ul.heading-4 li {
  display: flex;
}

#web-mktg-body-contact-us-gmail-click {
    display: flex;
}

@media (min-width: 810px) and (max-width: 1200px) {
  .contact-form {
      padding: 4vw 3vw;
  }
  .contact-form form {
      grid-template-columns: repeat(2, calc(50% - 1vw));
      grid-column-gap: 2vw;
  }
  .contact-form .input-container {
    justify-content: space-between;
  }
}


@media(max-width: 834px) {
  .contact-info {
      margin: 60px 0 0;
  }

  .contact-form {
      margin: 0 0 100px;
  }

  .contact-info ul li {
      justify-content: center;
      text-align: center;
      gap: 10px;
  }

  .contact-info .fa-stack {
      width: 100%;
  }

  .map-wrapper {
      aspect-ratio: 1;
  }

  .contact-form {
      border: none;
      padding: 0;
  }

  .contact-form .input-container {
      grid-column: auto / span 2;
  }
}

#shopee-message {
    width: 60%;
    text-align: center;
    display: none;
    margin: 0 auto;
}

#shopee-message.is-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    white-space: pre-wrap;
    text-align: center;
}

.response .btn {
  cursor: pointer;
  font-size: 1em;
  margin-left: 20px;
}

.response p {
  margin-top: 0;
}

.response p:first-of-type {
  margin-bottom: 0;
}

.response p:last-of-type {
  margin-bottom: 40px;
}


.response .btn.ghost {
  color: var(--blue-3);
  background: linear-gradient(90deg, var(--blue-3) 0%, var(--blue-3) 50%, var(--white) 50%, var(--white) 100%);
  background-size: 200%;
  background-position: 100% 0%;
}

.response .btn.ghost:hover,
.response .btn.ghost:active {
  color: var(--white);
  border-color: var(--blue-3);
  animation: nav_hover 0.4s ease-in-out forwards;
}

@media(max-width: 834px) {
  .response p:last-of-type {
    margin-bottom: 20px;
  }

  .response .btn:last-of-type {
    margin-top: 20px;
  }
}
