.elementor-32 .elementor-element.elementor-element-1ed7aa1{--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;}.elementor-32 .elementor-element.elementor-element-dec8318{--display:flex;--margin-top:50px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;}.elementor-widget-gallery .elementor-gallery-item__title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-gallery .elementor-gallery-item__description{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-gallery{--galleries-title-color-normal:var( --e-global-color-primary );--galleries-title-color-hover:var( --e-global-color-secondary );--galleries-pointer-bg-color-hover:var( --e-global-color-accent );--gallery-title-color-active:var( --e-global-color-secondary );--galleries-pointer-bg-color-active:var( --e-global-color-accent );}.elementor-widget-gallery .elementor-gallery-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-32 .elementor-element.elementor-element-a11b511 .e-gallery-item:hover .elementor-gallery-item__overlay, .elementor-32 .elementor-element.elementor-element-a11b511 .e-gallery-item:focus .elementor-gallery-item__overlay{background-color:rgba(0,0,0,0.5);}.elementor-32 .elementor-element.elementor-element-a11b511{--image-transition-duration:800ms;--overlay-transition-duration:800ms;--content-text-align:center;--content-padding:20px;--content-transition-duration:800ms;--content-transition-delay:800ms;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-96493e4 */.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;
}

/* GALLERY 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: 780px;
}

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

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

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

.mk-page-hero-text {
  margin: 18px 0 0;
  max-width: 640px;
  font-size: 18px;
  line-height: 1.7;
  color: rgba(255,255,255,.82);
}

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

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

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

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

  .mk-page-hero-text {
    font-size: 15px;
    line-height: 1.65;
    max-width: 100%;
  }
}/* End custom CSS */