.contact-container {
  background: #ffffff;
}

.contact-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  padding: 30px 40px;
  background-color: #f4f6f9;
  border-radius: 16px;
  box-sizing: border-box;
}
@media (max-width: 1680px) {
  .contact-wrapper {
    padding: 30px 15px;
  }
}
@media (max-width: 990px) {
  .contact-wrapper {
    padding: 30px 12px;
  }
}

.contact-layout {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.contact-info {
  width: 33.3333333333%;
  padding-right: 20px;
}
@media (max-width: 1240px) {
  .contact-info {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}

.contact-info-heading h2 {
  font-family: "Montserrat", "Poppins", Arial, Helvetica, sans-serif;
  font-size: 1.75em;
  font-weight: 700;
  color: #333333;
  line-height: 1.4;
  margin-bottom: 20px;
  word-break: break-word;
}

.contact-info-text {
  font-size: 1em;
  line-height: 1.8;
  color: #333333;
  margin-bottom: 28px;
}
.contact-info-text .text-highlight {
  color: #0947cf;
}

.contact-info-list {
  margin-bottom: 20px;
}

.contact-info-item {
  padding: 20px 0;
  border-bottom: 1px solid #e5e7eb;
}
.contact-info-item:first-child {
  padding-top: 0;
}
.contact-info-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.contact-info-item-heading {
  font-family: "Montserrat", "Poppins", Arial, Helvetica, sans-serif;
  font-size: 1.125em;
  font-weight: 600;
  color: #333333;
  line-height: 1.4;
  margin-bottom: 6px;
}

.contact-info-item-content {
  font-size: 1.125em;
  color: #333333;
  line-height: 1.6;
}
.contact-info-item-content a {
  color: #333333;
}
.contact-info-item-content a:hover {
  color: #0a3dad;
}

.contact-social {
  display: flex;
  gap: 12px;
  margin-top: 30px;
}

.contact-social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid #ddd;
  border-radius: 50%;
  color: #999;
  font-size: 16px;
  transition: all 0.3s ease;
}
.contact-social-link:hover {
  background-color: #0a3dad;
  border-color: #0a3dad;
  color: #ffffff;
}
@media (max-width: 990px) {
  .contact-social-link {
    width: 32px;
    height: 32px;
    font-size: 16px;
  }
}

.contact-spacer {
  width: 16.6666666667%;
}
@media (max-width: 1240px) {
  .contact-spacer {
    display: none;
  }
}

.contact-form-wrap {
  width: 50%;
}
@media (max-width: 1240px) {
  .contact-form-wrap {
    width: 100%;
  }
}

.contact-form-title h2 {
  font-family: "Montserrat", "Poppins", Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  color: #333333;
  line-height: 1.4;
  margin-bottom: 24px;
}

.contact-form {
  width: 100%;
}

.form-group {
  margin-bottom: 16px;
}

.form-label {
  display: block;
  font-size: 1em;
  color: #333333;
  line-height: 1.4;
  margin-bottom: 6px;
}
.form-label .required {
  color: #e74c3c;
  margin-right: 2px;
}

.form-control {
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 15px;
  background-color: #ffffff;
  color: #333333;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 1em;
  line-height: 1.4;
  box-shadow: none;
  transition: border-color 0.3s, box-shadow 0.3s;
  box-sizing: border-box;
}
.form-control::-moz-placeholder {
  color: #999;
}
.form-control::placeholder {
  color: #999;
}
.form-control:focus {
  outline: none;
  border-color: #0a3dad;
  box-shadow: 0 0 0 2px rgba(10, 61, 173, 0.1);
}

textarea.form-control {
  min-height: 130px;
  padding: 12px 15px;
  resize: vertical;
  line-height: 1.6;
}

.form-submit-group {
  margin-top: 16px;
}

.form-submit {
  display: block;
  width: 100%;
  height: 48px;
  border: none;
  border-radius: 3px;
  background-color: #0a3dad;
  color: #ffffff;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}
.form-submit:hover {
  background-color: #0947cf;
}

.overseas-heading {
  background: #ffffff;
}
.overseas-heading h2 {
  font-family: "Montserrat", "Poppins", Arial, Helvetica, sans-serif;
  font-size: 1.75em;
  font-weight: 700;
  color: #333333;
  line-height: 1.4;
  margin-bottom: 20px;
  word-break: break-word;
}

.overseas-container {
  background: #ffffff;
}

.overseas-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}
@media (max-width: 1680px) {
  .overseas-wrapper {
    padding: 0 15px;
  }
}
@media (max-width: 990px) {
  .overseas-wrapper {
    padding: 0 12px;
  }
}

.overseas-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.overseas-card {
  flex: 0 0 calc(33.333% - 20px);
  max-width: calc(33.333% - 20px);
}
@media (max-width: 1240px) {
  .overseas-card {
    flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px);
  }
}
@media (max-width: 990px) {
  .overseas-card {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.overseas-image {
  display: block;
  width: 100%;
  margin-bottom: 16px;
  overflow: hidden;
}
.overseas-image img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s;
}
.overseas-image:hover img {
  transform: scale(1.05);
}

.overseas-name {
  font-family: "Montserrat", "Poppins", Arial, Helvetica, sans-serif;
  font-size: 1.25em;
  font-weight: 600;
  color: #333333;
  line-height: 1.4;
  margin-bottom: 8px;
}

.overseas-email {
  font-size: 1em;
  color: #333333;
  line-height: 1.6;
  display: block;
  margin-bottom: 4px;
}
.overseas-email:hover {
  color: #0a3dad;
}

.overseas-address {
  font-size: 1em;
  color: #333333;
  line-height: 1.6;
}