.elementor-1423 .elementor-element.elementor-element-1e881789{border-style:solid;border-width:1px 0px 0px 0px;border-color:#e8e8e8;padding:0px 0px 0px 0px;}.elementor-1423 .elementor-element.elementor-element-67b89819 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for section, class: .elementor-element-1e881789 *//* ================================
   MW METAL — FOOTER
   Wklej w Wygląd → Dodatkowy CSS
================================= */

.mw-footer {
  background: #ffffff !important;
  position: relative !important;
  overflow: hidden !important;
}

/* WATERMARK */
.mw-footer::before {
  content: "MW" !important;
  position: absolute !important;
  bottom: -40px !important;
  right: -20px !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 260px !important;
  font-weight: 900 !important;
  letter-spacing: -0.1em !important;
  line-height: 0.8 !important;
  color: rgba(0,0,0,0.03) !important;
  pointer-events: none !important;
  z-index: 0 !important;
}

/* ================================
   GÓRNA LINIA
================================= */
.mw-ft-top {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  padding: 36px 80px !important;
  border-bottom: 1px solid #e8e8e8 !important;
  position: relative !important;
  z-index: 2 !important;
}

/* LOGO */
.mw-ft-logo {
  display: inline-block !important;
  text-decoration: none !important;
  flex-shrink: 0 !important;
  transition: opacity 0.2s !important;
}

.mw-ft-logo:hover {
  opacity: 0.7 !important;
}

.mw-ft-logo-img {
  height: 40px !important;
  width: auto !important;
  display: block !important;
}

/* ŚRODEK — tel + email + social */
.mw-ft-center {
  display: flex !important;
  align-items: center !important;
  gap: 28px !important;
  flex-wrap: wrap !important;
}

.mw-ft-tel {
  font-family: "Montserrat", sans-serif !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: 0.06em !important;
  color: #111111 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  transition: color 0.2s !important;
}

.mw-ft-tel:hover { color: #555555 !important; }

.mw-ft-email {
  font-family: "Montserrat", sans-serif !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 0.08em !important;
  color: #aaaaaa !important;
  text-decoration: none !important;
  text-transform: lowercase !important;
  white-space: nowrap !important;
  transition: color 0.2s !important;
}

.mw-ft-email:hover { color: #111111 !important; }

/* Pionowa kreska */
.mw-ft-div {
  width: 1px !important;
  height: 16px !important;
  background: #e0e0e0 !important;
  flex-shrink: 0 !important;
}

/* Social linki */
.mw-ft-socials {
  display: flex !important;
  gap: 16px !important;
  align-items: center !important;
}

.mw-ft-sl {
  font-family: "Montserrat", sans-serif !important;
  font-size: 9px !important;
  font-weight: 600 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  color: #aaaaaa !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 5px !important;
  transition: color 0.2s !important;
}

.mw-ft-sl::after {
  content: '↗' !important;
  font-size: 10px !important;
  transition: transform 0.2s !important;
  display: inline-block !important;
}

.mw-ft-sl:hover {
  color: #111111 !important;
}

.mw-ft-sl:hover::after {
  transform: translate(2px, -2px) !important;
}

/* ================================
   DOLNA LINIA
================================= */
.mw-ft-bottom {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  padding: 18px 80px !important;
  position: relative !important;
  z-index: 2 !important;
}

.mw-ft-copy {
  font-family: "Montserrat", sans-serif !important;
  font-size: 9px !important;
  font-weight: 600 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  color: #cccccc !important;
}

.mw-ft-right {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
}

.mw-ft-dot {
  width: 3px !important;
  height: 3px !important;
  border-radius: 50% !important;
  background: #dddddd !important;
  flex-shrink: 0 !important;
}

.mw-ft-loc {
  font-family: "Montserrat", sans-serif !important;
  font-size: 9px !important;
  font-weight: 600 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  color: #cccccc !important;
}

/* ================================
   MOBILE
================================= */
@media (max-width: 768px) {

  .mw-footer::before {
    font-size: 120px !important;
    bottom: -20px !important;
    right: -10px !important;
  }

  .mw-ft-top {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 24px !important;
    padding: 32px 24px !important;
  }

  .mw-ft-center {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 16px !important;
    width: 100% !important;
  }

  .mw-ft-div {
    display: none !important;
  }

  .mw-ft-tel {
    font-size: 16px !important;
  }

  .mw-ft-email {
    font-size: 12px !important;
  }

  .mw-ft-socials {
    gap: 20px !important;
  }

  .mw-ft-sl {
    font-size: 10px !important;
  }

  .mw-ft-bottom {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 12px !important;
    padding: 20px 24px !important;
  }

  .mw-ft-right {
    flex-wrap: wrap !important;
    gap: 8px 12px !important;
  }
}/* End custom CSS */