.contact-page-wrapper {
  background: #f3f4f6;
  padding: 0 0 0;
}

.contact-page-wrapper .contact-content {
  padding-top: 0;
  padding-bottom: 0;
}

.contact-page-wrapper .contact-content-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.contact-page-wrapper .move-up-form {
  margin-top: -56px;
}

.contact-page-wrapper .contacts-2-wrapper {
  border: 1px solid #dde2e7;
  background: #f6f7f9;
  padding: 22px;
}

.contact-page-wrapper .contact-top-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.contact-page-wrapper .top-details-holder {
  border: 1px solid #dde2e7;
  background: #f6f7f9;
  padding: 18px;
}

.contact-page-wrapper .light-blue-bg {
  background: #d9e1ea;
}

.contact-page-wrapper .top-details-holder h3 {
  text-align: center;
  margin: 0 0 24px;
}

.contact-page-wrapper .contact-form-title {
  margin-bottom: 45px;
}

.contact-page-wrapper .contact-form-note {
  text-align: left;
  font-style: italic;
  font-size: 11px;
  margin: 0 0 12px;
}

.contact-page-wrapper .offices-block {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.contact-page-wrapper .contacts-2-location-wrapper h5 {
  margin: 0 0 10px;
}

.contact-page-wrapper .office-entry {
  width: 100%;
  text-align: left;
}

.contact-page-wrapper .contacts-location-wrap {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.contact-page-wrapper .office-entry .contacts-location-wrap + .contacts-location-wrap {
  margin-top: 8px;
}

.contact-page-wrapper .contacts-icon {
  font-size: 0;
  width: 16px;
  min-width: 16px;
  height: 16px;
  line-height: 1;
  margin: 3px 0 0;
}

.contact-page-wrapper .contacts-icon::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ff0037'%3E%3Cpath d='M12 2a7 7 0 0 0-7 7c0 5.25 7 13 7 13s7-7.75 7-13a7 7 0 0 0-7-7zm0 9.5A2.5 2.5 0 1 1 12 6a2.5 2.5 0 0 1 0 5.5z'/%3E%3C/svg%3E");
}

.contact-page-wrapper .contacts-icon.phone::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ff0037'%3E%3Cpath d='M6.6 10.8a15.2 15.2 0 0 0 6.6 6.6l2.2-2.2a1 1 0 0 1 1-.24c1.08.36 2.24.56 3.44.56a1 1 0 0 1 1 1V21a1 1 0 0 1-1 1C10.85 22 2 13.15 2 2a1 1 0 0 1 1-1h4.5a1 1 0 0 1 1 1c0 1.2.2 2.36.56 3.44a1 1 0 0 1-.24 1L6.6 8.6z'/%3E%3C/svg%3E");
}

.contact-page-wrapper .paragraph,
.contact-page-wrapper .contacts-location-wrap a.paragraph {
  color: #555;
  font-size: 15px;
  line-height: 1.45;
  margin: 0;
  text-decoration: none;
}

.contact-page-wrapper .contacts-location-wrap a.paragraph:hover {
  color: #222;
}

.contact-page-wrapper .social-icons-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
}

.contact-page-wrapper .footer-social-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #232529;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  text-decoration: none;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.contact-page-wrapper .footer-social-icon:hover {
  transform: translateY(-1px);
  background: #111317;
}

.contact-page-wrapper .social-icon-image {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.contact-page-wrapper .social-icon-linkedin,
.contact-page-wrapper .social-icon-x,
.contact-page-wrapper .social-icon-youtube {
  filter: brightness(0) invert(1);
}

.contact-page-wrapper .social-icon-facebook {
  width: 21px;
  height: 21px;
}

.contact-page-wrapper .contact-social-block {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}

.contact-page-wrapper .contact-social-title {
  margin: 0 0 30px;
  font-size: 26px;
}

.contact-page-wrapper .map-wrapper {
  display: none;
}

@media (max-width: 900px) {
  .contact-page-wrapper .contact-top-details {
    grid-template-columns: 1fr;
  }

  .contact-page-wrapper .move-up-form {
    margin-top: -38px;
  }
}

@media (max-width: 600px) {
  .contact-page-wrapper .contacts-2-wrapper {
    padding: 12px;
  }

  .contact-page-wrapper .top-details-holder {
    padding: 14px;
  }
}

.contact-map-section {
  width: 100%;
  background: #0a0a1a;
  line-height: 0;
}

.contact-map-image {
  width: 100%;
  height: auto;
  display: block;
}