.elementor-28 .elementor-element.elementor-element-2910485{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-2910485 */.mk-subpage {
  font-family: 'Poppins', Arial, sans-serif;
  color: #111827;
  overflow-x: hidden;
}

.mk-subpage * {
  box-sizing: border-box;
}

.mk-sub-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

/* SIMPLE PAGE HERO */
.mk-page-hero {
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background-image:
    linear-gradient(90deg, rgba(15,23,42,.88), rgba(15,23,42,.35)),
    url('https://mkwec.com/wp-content/uploads/2026/04/telecomunication.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.mk-page-hero-content {
  max-width: 760px;
}

.mk-page-hero h1 {
  margin: 0;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.07;
  font-weight: 800;
  letter-spacing: -1.1px;
  color: #fff;
}

.mk-res-eyebrow,
.mk-res-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  color: #1e6cff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.mk-page-hero .mk-res-eyebrow {
  color: rgba(255,255,255,.82);
}

.mk-res-eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  border-radius: 999px;
  background: #1e6cff;
}

/* CONTACT PAGE */
.mk-contact-page {
  padding: 90px 0;
  background: #fff;
}

.mk-contact-grid {
  display: grid;
  grid-template-columns: 1fr .95fr;
  gap: 70px;
  align-items: center;
}

.mk-contact-content h2 {
  margin: 0 0 18px;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -1px;
  color: #101828;
}

.mk-contact-content p {
  margin: 0 0 20px;
  font-size: 17px;
  line-height: 1.8;
  color: #667085;
}

.mk-contact-info {
  margin-top: 30px;
}

.mk-contact-item {
  margin-bottom: 22px;
}

.mk-contact-item span {
  display: block;
  font-size: 13px;
  color: #667085;
  margin-bottom: 6px;
}

.mk-contact-item a {
  font-size: 22px;
  font-weight: 800;
  color: #101828;
  text-decoration: none;
}

.mk-contact-note {
  margin-top: 30px;
  padding: 22px;
  background: #f8fbff;
  border-radius: 18px;
  border: 1px solid #e6eef9;
}

.mk-contact-note p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
}

/* IMAGE */
.mk-contact-image-wrap {
  position: relative;
  width: 100%;
  padding: 20px;
  overflow: hidden;
}

.mk-contact-image-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #eaf2ff 0%, #dbeafe 50%, #f5f9ff 100%);
  border-radius: 26px;
  z-index: 1;
}

.mk-contact-image-bg::after {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(30,108,255,.12);
}

.mk-contact-image {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 480px;
  object-fit: cover;
  border-radius: 22px;
  display: block;
}

/* MOBILE */
@media (max-width: 1024px) {
  .mk-contact-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .mk-contact-image {
    height: 420px;
  }
}

@media (max-width: 767px) {
  .mk-sub-container {
    padding-left: 14px;
    padding-right: 14px;
  }

  .mk-page-hero {
    min-height: 340px;
    background-position: center;
  }

  .mk-page-hero h1 {
    font-size: 34px;
    line-height: 1.08;
  }

  .mk-res-eyebrow,
  .mk-res-label {
    font-size: 12px;
    letter-spacing: .8px;
  }

  .mk-contact-page {
    padding: 56px 0;
  }

  .mk-contact-grid {
    gap: 34px;
  }

  .mk-contact-content h2 {
    font-size: 30px;
    line-height: 1.12;
  }

  .mk-contact-content p {
    font-size: 15px;
    line-height: 1.65;
  }

  .mk-contact-item a {
    font-size: 18px;
    word-break: break-word;
  }

  .mk-contact-note {
    padding: 18px;
    border-radius: 16px;
  }

  .mk-contact-image-wrap {
    padding: 14px;
  }

  .mk-contact-image-bg {
    border-radius: 22px;
  }

  .mk-contact-image-bg::after {
    right: 12px;
    bottom: 12px;
    width: 90px;
    height: 90px;
  }

  .mk-contact-image {
    height: 320px;
    border-radius: 18px;
  }
}/* End custom CSS */