@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap");
body {
  font-family: "Inter", sans-serif;
}

section.contact {
  width: 100%;
  padding: 120px 0 120px 0;
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  overflow: hidden;
}
@media only screen and (max-width: 850px) {
  section.contact {
    padding-top: 120px;
    padding-bottom: 140px;
  }
}
section.contact .svg05 {
  width: 110%;
  position: absolute;
  bottom: 5%;
  right: 50%;
  transform: translateX(50%) translateY(50%);
}
@media only screen and (max-width: 1300px) {
  section.contact .svg05 {
    bottom: 20%;
    width: 120%;
  }
}
@media only screen and (max-width: 850px) {
  section.contact .svg05 {
    bottom: 5%;
    width: 200%;
  }
}
@media only screen and (max-width: 430px) {
  section.contact .svg05 {
    width: 600%;
    bottom: 30%;
  }
}
section.contact .inner {
  width: 1110px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1300px) {
  section.contact .inner {
    width: 70vw;
  }
}
@media only screen and (max-width: 850px) {
  section.contact .inner {
    width: 90vw;
  }
}
section.contact .inner h1 {
  font-size: 40px;
  line-height: 1.5;
  font-weight: 600;
}
@media only screen and (max-width: 1300px) {
  section.contact .inner h1 {
    font-size: 36px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 850px) {
  section.contact .inner h1 {
    font-size: 28px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 430px) {
  section.contact .inner h1 {
    font-size: 24px;
    line-height: 1.5;
  }
}
section.contact .inner h2 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 20px;
  font-weight: 500;
  color: #697895;
}
@media only screen and (max-width: 850px) {
  section.contact .inner h2 {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
    font-weight: 400;
  }
}
@media only screen and (max-width: 430px) {
  section.contact .inner h2 {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
    font-weight: 400;
  }
}
section.contact .inner h3 {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 24px;
  font-weight: 600;
}
@media only screen and (max-width: 850px) {
  section.contact .inner h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
section.contact .inner .main {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  width: 100%;
}
@media only screen and (max-width: 850px) {
  section.contact .inner .main {
    text-align: center;
  }
}
section.contact .inner .main .form_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  background-color: #fff;
  border-radius: 50px;
  padding: 60px 80px;
  text-align: left;
  width: 90%;
  box-sizing: border-box;
  box-shadow: 3px 3px 10px rgba(118, 118, 118, 0.1);
}
@media only screen and (max-width: 850px) {
  section.contact .inner .main .form_wrapper {
    padding: 40px 30px;
  }
}
section.contact .inner .main .form_wrapper .form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
@media only screen and (max-width: 850px) {
  section.contact .inner .main .form_wrapper .form {
    grid-template-columns: repeat(1, 1fr);
  }
}
section.contact .inner .main .form_wrapper .form .form_item {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 100%;
}
section.contact .inner .main .form_wrapper .form .form_item label {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
}
@media only screen and (max-width: 430px) {
  section.contact .inner .main .form_wrapper .form .form_item label {
    font-size: 16px;
  }
}
section.contact .inner .main .form_wrapper .form .form_item input {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #B6BCD5;
  padding: 10px 16px;
  font-size: 14px;
  box-sizing: border-box;
}
@media only screen and (max-width: 430px) {
  section.contact .inner .main .form_wrapper .form .form_item input {
    font-size: 14px;
  }
}
section.contact .inner .main .form_wrapper .form .form_item input::placeholder {
  color: #e0e0e0;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
}
section.contact .inner .main .form_wrapper .form .form_item textarea {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #B6BCD5;
  padding: 10px 16px;
  font-size: 14px;
  box-sizing: border-box;
}
section.contact .inner .main .form_wrapper .form .form_item textarea::placeholder {
  color: #e0e0e0;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
}
section.contact .inner .main .form_wrapper .form .form_item select {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #B6BCD5;
  padding: 8px 16px;
  font-size: 14px;
  box-sizing: border-box;
  color: #e0e0e0;
}
section.contact .inner .main .form_wrapper .form .form_item select option {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
}
section.contact .inner .main .form_wrapper .form .form_item select option:first-child {
  color: #e0e0e0;
}
section.contact .inner .main .form_wrapper .form .form_item p {
  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
  color: #697895;
}
section.contact .inner .main .form_wrapper .form .form_item .error_message {
  color: #dc3545;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
}
section.contact .inner .main .form_wrapper .form .form_item .phone_input_group {
  display: flex;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #B6BCD5;
  overflow: hidden;
  box-sizing: border-box;
}
section.contact .inner .main .form_wrapper .form .form_item .phone_input_group .country_code_select {
  width: auto;
  min-width: 120px;
  border: none;
  border-right: 1px solid #B6BCD5;
  border-radius: 0;
  padding: 10px 12px;
  font-size: 14px;
  background-color: #f8f9fa;
  color: #333;
  cursor: pointer;
  flex-shrink: 0;
}
section.contact .inner .main .form_wrapper .form .form_item .phone_input_group .country_code_select:focus {
  outline: none;
  background-color: #fff;
}
section.contact .inner .main .form_wrapper .form .form_item .phone_input_group .country_code_select option {
  color: #333;
  background-color: #fff;
}
section.contact .inner .main .form_wrapper .form .form_item .phone_input_group .phone_number_input {
  flex: 1;
  border: none;
  border-radius: 0;
  padding: 10px 16px;
  font-size: 14px;
  background-color: #fff;
}
section.contact .inner .main .form_wrapper .form .form_item .phone_input_group .phone_number_input:focus {
  outline: none;
}
section.contact .inner .main .form_wrapper .form .form_item .phone_input_group .phone_number_input::placeholder {
  color: #e0e0e0;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
}
section.contact .inner .main .form_wrapper .footer_text {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: left;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}
section.contact .inner .main .form_wrapper .footer_text p {
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
  color: #697895;
}
section.contact .inner .main .form_wrapper .footer_text p a {
  color: #267AF8;
}
section.contact .inner .main .form_wrapper button {
  width: 180px;
  height: 44px;
  box-sizing: border-box;
  background-color: #267AF8;
  color: #fff;
  border-radius: 5px;
  border: none;
  padding: 10px 16px;
  margin-top: 22px;
  font-size: 16px;
  line-height: 1.5;
  cursor: pointer;
  transition: 0.3s;
}
section.contact .inner .main .form_wrapper button:hover {
  transform: translateY(-2px);
  background-color: #63a2ff;
}
section.contact .inner .main .form_wrapper button:disabled {
  background-color: #6c757d;
  cursor: not-allowed;
  transform: none;
}
section.contact .inner .main .form_wrapper button:disabled:hover {
  transform: none;
  background-color: #6c757d;
}
section.contact .inner .main .form_wrapper .form .form_item input.error,
section.contact .inner .main .form_wrapper .form .form_item textarea.error {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
section.contact .inner .main .form_wrapper #formStatus {
  margin-top: 15px;
  padding: 12px 16px;
  border-radius: 5px;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}
section.contact .inner .main .form_wrapper #formStatus.success {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}
section.contact .inner .main .form_wrapper #formStatus.error {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}