.global-footer {
  background: #f5f8fb;
  border-top: 1px solid #dfe8f0;
  color: #1d2939;
  font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.global-footer .content {
  box-sizing: border-box;
  max-width: 1680px;
  width: min(1680px, calc(100% - 64px));
}

.global-footer .friend-links {
  background: #eef4f8;
  border-bottom: 1px solid #dbe7ef;
}

.global-footer .friend-links .content {
  align-items: center;
  color: #344054;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-left: auto;
  margin-right: auto;
  padding: 18px 0;
}

.global-footer .friend-links .content .title {
  color: #0f3150;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  padding-right: 2px;
  text-transform: uppercase;
}

.global-footer .friend-links .content .link {
  border-right: 0;
  color: #475467;
  font-size: 14px;
  line-height: 1.5;
  margin-right: 0;
  padding-right: 0;
  text-decoration: none;
  transition: color 0.2s ease;
}

.global-footer .friend-links .content .link:hover {
  color: #0067a6;
  text-decoration: none;
}

.global-footer .links-and-contact-us {
  background:
    radial-gradient(circle at 12% 0%, rgba(32, 133, 179, 0.08), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f5f8fb 100%);
  color: #1d2939;
}

.global-footer .links-and-contact-us .content {
  display: grid;
  gap: 36px;
  grid-template-columns: minmax(320px, 1.2fr) minmax(150px, .56fr) minmax(150px, .56fr) minmax(250px, .9fr) minmax(300px, .95fr);
  margin-left: auto;
  margin-right: auto;
  padding: 46px 0 42px;
}

.global-footer .footer-brand {
  min-width: 0;
}

.global-footer .footer-brand-title {
  color: #0f3150;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 13px;
}

.global-footer .footer-brand p {
  color: #475467;
  font-size: 14px;
  line-height: 1.75;
  margin: 0;
}

.global-footer .footer-brand-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.global-footer .footer-brand-tags span {
  align-items: center;
  background: #eef7fc;
  border: 1px solid #d7eaf5;
  border-radius: 999px;
  color: #0067a6;
  display: inline-flex;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.2;
  min-height: 28px;
  padding: 0 10px;
}

.global-footer .footer-brand-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.global-footer .footer-brand-actions a {
  align-items: center;
  border: 1px solid #cfdae3;
  border-radius: 6px;
  color: #0f3150;
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  justify-content: center;
  min-height: 36px;
  padding: 0 13px;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.global-footer .footer-brand-actions a:first-child {
  background: #0f3150;
  border-color: #0f3150;
  color: #ffffff;
}

.global-footer .footer-brand-actions a:hover {
  background: #0067a6;
  border-color: #0067a6;
  color: #ffffff;
}

.global-footer .links-and-contact-us .content .footer-links,
.global-footer .links-and-contact-us .content .footer-contact,
.global-footer .links-and-contact-us .content .online-consultation {
  flex: initial;
  min-width: 0;
}

.global-footer .links-and-contact-us .content .footer-links .title,
.global-footer .links-and-contact-us .content .footer-contact .title,
.global-footer .links-and-contact-us .content .online-consultation .title {
  color: #0f3150;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 14px;
}

.global-footer .links-and-contact-us .content .footer-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.global-footer .links-and-contact-us .content .footer-links .item {
  color: #475467;
  font-size: 14px;
  line-height: 1.55;
  max-width: 100%;
  overflow-wrap: anywhere;
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}

.global-footer .links-and-contact-us .content .footer-links .item:hover {
  color: #0067a6;
  transform: translateX(2px);
}

.global-footer .links-and-contact-us .content .footer-contact .contact-info {
  color: #475467;
  font-size: 14px;
  line-height: 1.75;
  overflow-wrap: anywhere;
}

.global-footer .links-and-contact-us .content .footer-contact .contact-info a {
  color: #0067a6;
  text-decoration: none;
}

.global-footer .links-and-contact-us .content .footer-contact .contact-info a:hover {
  color: #004e7c;
}

.global-footer .links-and-contact-us .content .online-consultation {
  background: #ffffff;
  border: 1px solid #dce7ef;
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(16, 41, 63, 0.08);
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 18px;
}

.global-footer .links-and-contact-us .content .online-consultation #consultation-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.global-footer .links-and-contact-us .content .online-consultation #consultation-form .form-group .input,
.global-footer .links-and-contact-us .content .online-consultation #consultation-form .form-group .textarea {
  background: #f8fbfd;
  border: 1px solid #cfdae3;
  border-radius: 6px;
  box-sizing: border-box;
  color: #1d2939;
  font: 14px/1.5 Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  outline: none;
  padding: 10px 12px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  width: 100%;
}

.global-footer .links-and-contact-us .content .online-consultation #consultation-form .form-group .input {
  min-height: 40px;
}

.global-footer .links-and-contact-us .content .online-consultation #consultation-form .form-group .textarea {
  min-height: 82px;
  resize: vertical;
}

.global-footer .links-and-contact-us .content .online-consultation #consultation-form .form-group .input:focus,
.global-footer .links-and-contact-us .content .online-consultation #consultation-form .form-group .textarea:focus {
  background: #ffffff;
  border-color: #2085b3;
  box-shadow: 0 0 0 3px rgba(32, 133, 179, 0.14);
}

.global-footer .links-and-contact-us .content .online-consultation #consultation-form .form-group .input::placeholder,
.global-footer .links-and-contact-us .content .online-consultation #consultation-form .form-group .textarea::placeholder {
  color: #7a8794;
}

.global-footer .links-and-contact-us .content .online-consultation #consultation-form .submit-button {
  background: #0f3150;
  border: 1px solid #0f3150;
  border-radius: 6px;
  color: #ffffff;
  cursor: pointer;
  font: 700 14px/1.4 Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  min-height: 42px;
  overflow: hidden;
  padding: 9px 16px;
  position: relative;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
  width: 100%;
}

.global-footer .links-and-contact-us .content .online-consultation #consultation-form .submit-button:hover {
  background: #0067a6;
  border-color: #0067a6;
  transform: translateY(-1px);
}

.global-footer .links-and-contact-us .content .online-consultation #consultation-form .submit-button::before {
  display: none;
}

.global-footer .copyright {
  background: #ffffff;
  border-top: 1px solid #dfe8f0;
}

.global-footer .copyright .content {
  border-top: 0;
  color: #667085;
  font-size: 13px;
  line-height: 1.7;
  margin-left: auto;
  margin-right: auto;
  padding: 18px 0;
  text-align: center;
}

.consultation-form-success-message {
  background: #0f3150;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(15, 49, 80, 0.22);
  color: #ffffff;
  font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.mytheme-fixed-contact-list,
.mytheme-fixed-contact-top {
  font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

@media (max-width: 1180px) {
  .global-footer .links-and-contact-us .content {
    grid-template-columns: minmax(260px, 1fr) repeat(2, minmax(150px, .7fr));
  }

  .global-footer .footer-brand {
    grid-column: 1 / -1;
  }

  .global-footer .links-and-contact-us .content .online-consultation {
    grid-column: 1 / -1;
  }
}

@media (max-width: 920px) {
  .global-footer .links-and-contact-us .content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .global-footer .links-and-contact-us .content .online-consultation {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .global-footer .content {
    width: min(100% - 32px, 1680px);
  }

  .global-footer .friend-links .content {
    align-items: flex-start;
    gap: 8px 12px;
    padding: 16px 0;
  }

  .global-footer .friend-links .content .title {
    width: 100%;
  }

  .global-footer .links-and-contact-us .content {
    gap: 22px;
    grid-template-columns: 1fr;
    padding: 32px 0;
  }

  .global-footer .links-and-contact-us .content .online-consultation {
    grid-column: auto;
    padding: 18px;
  }

  .global-footer .links-and-contact-us .content .footer-links .title,
  .global-footer .links-and-contact-us .content .footer-contact .title,
  .global-footer .links-and-contact-us .content .online-consultation .title {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .global-footer .copyright .content {
    font-size: 12px;
    padding: 16px 0;
  }
}
