.elementor-1062 .elementor-element.elementor-element-7991414{--display:flex;--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-cc8e9fb *//* =========================================================
   CUSTOM MANUFACTURING — REMOVE OUTER SIDE SPACES
========================================================= */

/* Remove Elementor parent container spacing */
.elementor-element:has(.tp-cm-page),
.e-con:has(.tp-cm-page),
.e-con-inner:has(.tp-cm-page),
.elementor-section:has(.tp-cm-page),
.elementor-container:has(.tp-cm-page),
.elementor-column:has(.tp-cm-page),
.elementor-widget-wrap:has(.tp-cm-page),
.elementor-widget-html:has(.tp-cm-page),
.elementor-widget-html:has(.tp-cm-page) > .elementor-widget-container {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Force page to span the complete browser width */
.tp-cm-page {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  overflow-x: clip !important;
}

/* Make every section background fully edge-to-edge */
.tp-cm-hero,
.tp-cm-section,
.tp-cm-final {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Full-width content with controlled inner breathing space */
.tp-cm-shell {
  width: 100% !important;
  max-width: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: clamp(24px, 3.5vw, 56px) !important;
  padding-right: clamp(24px, 3.5vw, 56px) !important;
}

/* Prevent horizontal scrolling */
html,
body {
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: clip !important;
}

/* Tablet */
@media screen and (max-width: 1024px) {
  .tp-cm-shell {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}

/* Mobile */
@media screen and (max-width: 767px) {
  .tp-cm-shell {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}

/* Small mobile */
@media screen and (max-width: 430px) {
  .tp-cm-shell {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}/* End custom CSS */