.elementor-24 .elementor-element.elementor-element-7b3fa04{--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-24 .elementor-element.elementor-element-5281759{--display:flex;--margin-top:50px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-24 .elementor-element.elementor-element-4360212 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:40px;font-weight:800;color:#000000;}.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-24 .elementor-element.elementor-element-bc274f1 .e-gallery-item:hover .elementor-gallery-item__overlay, .elementor-24 .elementor-element.elementor-element-bc274f1 .e-gallery-item:focus .elementor-gallery-item__overlay{background-color:rgba(0,0,0,0.5);}.elementor-24 .elementor-element.elementor-element-bc274f1{padding:50px 0px 0px 0px;--image-transition-duration:800ms;--overlay-transition-duration:800ms;--content-text-align:center;--content-padding:20px;--content-transition-duration:800ms;--content-transition-delay:800ms;}.elementor-24 .elementor-element.elementor-element-d865241{--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 html, class: .elementor-element-b72cd93 */<style>
.mk-subpage {
  font-family: 'Poppins', Arial, sans-serif;
  color: #111827;
}

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

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

/* HERO */
.mk-res-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(70px, 8vw, 115px) 0;
  color: #fff;
  background-image:
    linear-gradient(135deg, rgba(15,23,42,0), rgba(30,108,255,0.42)),
    url('https://mkwec.com/wp-content/uploads/2026/05/warehouse-lighting-6.jpg');
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}

.mk-res-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(15,23,42,.72), rgba(15,23,42,.18));
  z-index: 0;
}

.mk-res-hero .mk-sub-container {
  position: relative;
  z-index: 2;
}

.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-res-hero h1 {
  max-width: 760px;
  margin: 0 0 20px;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.06;
  font-weight: 800;
  letter-spacing: -1.2px;
  color: #fff;
}

.mk-res-hero p {
  max-width: 650px;
  margin: 0 0 30px;
  font-size: 18px;
  line-height: 1.75;
  color: rgba(255,255,255,.84);
}

.mk-res-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.mk-res-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 26px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 800;
  font-size: 16px;
  transition: .25s ease;
}

.mk-res-btn-primary {
  background: linear-gradient(135deg, #1e6cff 0%, #0f59e6 100%);
  color: #fff;
  box-shadow: 0 16px 32px rgba(30,108,255,.28);
}

.mk-res-btn-secondary {
  background: rgba(255,255,255,.12);
  color: #fff;
  border: 1px solid rgba(255,255,255,.26);
  backdrop-filter: blur(8px);
}

.mk-res-btn:hover {
  transform: translateY(-2px);
}

/* INTRO */
.mk-res-intro {
  padding: 90px 0;
  background: #fff;
}

.mk-res-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 42px;
  align-items: center;
}

.mk-res-label {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: #1e6cff;
}

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

.mk-res-intro p,
.mk-res-section p {
  margin: 0 0 16px;
  font-size: 17px;
  line-height: 1.8;
  color: #667085;
}

.mk-res-note {
  padding: 28px;
  border-radius: 22px;
  background: linear-gradient(180deg, #f7fbff, #edf4ff);
  border: 1px solid #e3efff;
  box-shadow: 0 16px 40px rgba(16,24,40,.07);
}

.mk-res-note strong {
  display: block;
  margin-bottom: 10px;
  font-size: 21px;
  color: #101828;
}

.mk-res-note ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mk-res-note li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 1.6;
  color: #344054;
  font-weight: 600;
}

.mk-res-note li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #1e6cff;
  font-weight: 900;
}

/* SERVICES */
.mk-res-section {
  padding: 90px 0;
  background: #f8fbff;
}

.mk-res-header {
  max-width: 760px;
  margin-bottom: 38px;
}

.mk-res-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.mk-res-card {
  background: #fff;
  border: 1px solid #eaf0f6;
  border-radius: 22px;
  padding: 30px 28px;
  box-shadow: 0 14px 36px rgba(16,24,40,.06);
}

.mk-res-card h3 {
  margin: 0 0 14px;
  font-size: 23px;
  line-height: 1.2;
  font-weight: 800;
  color: #101828;
}

.mk-res-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mk-res-card li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 1.65;
  color: #475467;
}

.mk-res-card li::before {
  content: "•";
  position: absolute;
  left: 5px;
  top: -1px;
  color: #1e6cff;
  font-size: 20px;
  font-weight: 800;
}

/* CTA */
/* CTA */
.mk-res-cta {
  padding: 90px 0;
  background: #101828;
  color: #fff;
}

.mk-res-cta-box {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 54px;
  align-items: center;
}

.mk-res-cta h2 {
  color: #fff;
  max-width: 680px;
}

.mk-res-cta p {
  max-width: 680px;
  margin: 0;
  font-size: 17px;
  line-height: 1.8;
  color: rgba(255,255,255,.76);
}

.mk-res-contact {
  width: 100%;
  max-width: 560px;
  margin-left: auto;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 22px;
  padding: 34px;
}

.mk-res-contact span {
  display: block;
  color: rgba(255,255,255,.64);
  font-size: 14px;
  margin-bottom: 7px;
}

.mk-res-contact a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 22px;
}

.mk-res-contact .mk-res-btn {
  width: 100%;
  margin: 8px 0 0;
  text-align: center;
  justify-content: center;
  font-size: 18px;

}

@media (max-width: 1024px) {
  .mk-res-grid,
  .mk-res-cta-box {
    grid-template-columns: 1fr;
  }

  .mk-res-cards {
    grid-template-columns: 1fr;
  }

  .mk-res-contact {
    max-width: 100%;
    margin-left: 0;
  }
}

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

  .mk-res-hero {
    padding: 64px 0;
    background-position: 65% center;
  }

  .mk-res-hero::after {
    background: linear-gradient(
      90deg,
      rgba(15,23,42,.88),
      rgba(15,23,42,.58)
    );
  }

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

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

  .mk-res-hero p,
  .mk-res-intro p,
  .mk-res-section p,
  .mk-res-cta p {
    font-size: 15px;
    line-height: 1.65;
  }

  .mk-res-buttons {
    flex-direction: column;
    gap: 10px;
  }

  .mk-res-btn {
    width: 100%;
    min-height: 50px;
    padding: 0 18px;
    font-size: 15px;
  }

  .mk-res-intro,
  .mk-res-section,
  .mk-res-cta {
    padding: 56px 0;
  }

  .mk-res-grid,
  .mk-res-cta-box {
    gap: 28px;
  }

  .mk-res-intro h2,
  .mk-res-section h2,
  .mk-res-cta h2 {
    font-size: 30px;
    line-height: 1.12;
    letter-spacing: -0.6px;
  }

  .mk-res-header {
    margin-bottom: 24px;
  }

  .mk-res-card,
  .mk-res-note,
  .mk-res-contact {
    padding: 22px 18px;
    border-radius: 18px;
  }

  .mk-res-card h3 {
    font-size: 21px;
  }

  .mk-res-contact a {
    font-size: 18px;
    word-break: break-word;
    margin-bottom: 18px;
  }

  .mk-res-contact .mk-res-btn {
    font-size: 16px;
    min-height: 52px;
    padding: 0 14px;
  }
}
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e484c1f *//* FIX CTA BUTTON + SPACING */
.mk-res-contact {
  display: flex;
  flex-direction: column;
}

.mk-res-contact a {
  margin-bottom: 18px;
}

.mk-res-contact .mk-res-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;

  margin-top: 10px;
  padding: 18px 20px;

  border-radius: 14px;
  font-size: 17px;
}/* End custom CSS */