.elementor-103 .elementor-element.elementor-element-793fabb{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS *//* =========================================================
   ELEMENTOR COMPATIBILITY FIXES
   Keeps the HTML widget at full width instead of allowing the
   flex container to shrink it to the width of its contents.
   ========================================================= */

.elementor-widget-html:has(.jbm-page),
.elementor-widget-html:has(.jbm-page) > .elementor-widget-container {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  flex: 1 1 100% !important;
  align-self: stretch !important;
}

.elementor-widget-html:has(.jbm-page) > .elementor-widget-container {
  display: block !important;
}

/* =========================================================
   JBM CONSTRUCTION - PAGE CSS
   Paste into the page-level CSS area.
   All rules are scoped to .jbm-page to avoid affecting the
   rest of the website.
   ========================================================= */

.jbm-page {
  --jbm-ink: #17191b;
  --jbm-ink-soft: #35393d;
  --jbm-steel: #7e8a91;
  --jbm-steel-light: #e6e9eb;
  --jbm-white: #ffffff;
  --jbm-off-white: #f5f5f3;
  --jbm-red: #df2826;
  --jbm-red-dark: #b91e1c;
  --jbm-line: #d8dcde;
  --jbm-shadow: 0 20px 50px rgba(14, 17, 19, 0.12);
  --jbm-shell: 1120px;
  width: 100%;
  max-width: none;
  min-width: 0;
  margin: 0;
  overflow-x: clip;
  overflow-y: visible;
  color: var(--jbm-ink);
  background: var(--jbm-white);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
}

.jbm-page,
.jbm-page * {
  box-sizing: border-box;
}

.jbm-page img {
  display: block;
  max-width: 100%;
}

.jbm-page a {
  color: inherit;
}

.jbm-page button,
.jbm-page input,
.jbm-page select,
.jbm-page textarea {
  font: inherit;
}

.jbm-page .jbm-shell {
  width: min(calc(100% - 40px), var(--jbm-shell));
  margin-inline: auto;
}

.jbm-page .jbm-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* Top contact bar */
.jbm-page .jbm-utility-bar {
  background: #101214;
  color: #e9ebec;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
}

.jbm-page .jbm-utility-inner {
  min-height: 38px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.jbm-page .jbm-utility-inner p {
  margin: 0;
}

.jbm-page .jbm-utility-links {
  display: flex;
  align-items: stretch;
  gap: 18px;
}

.jbm-page .jbm-utility-links a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.jbm-page .jbm-utility-cta {
  padding: 0 18px;
  background: var(--jbm-red);
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.jbm-page .jbm-utility-cta:hover {
  background: var(--jbm-red-dark);
}

/* Header and navigation */
.jbm-page .jbm-header {
  position: relative;
  z-index: 5;
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid var(--jbm-line);
}

.jbm-page .jbm-header-inner {
  min-height: 116px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}

.jbm-page .jbm-brand {
  flex: 0 0 auto;
}

.jbm-page .jbm-brand img {
  width: 205px;
  height: auto;
}

.jbm-page .jbm-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
}

.jbm-page .jbm-nav a {
  position: relative;
  padding: 45px 10px 39px;
  color: #33383b;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.jbm-page .jbm-nav a::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 27px;
  height: 3px;
  background: var(--jbm-red);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.jbm-page .jbm-nav a:hover::after,
.jbm-page .jbm-nav a:focus-visible::after,
.jbm-page .jbm-nav a.jbm-active::after {
  transform: scaleX(1);
}

/* Hero */
.jbm-page .jbm-hero {
  padding: 25px 0 0;
  background: linear-gradient(to bottom, #f0f0ef 0, #fff 100%);
}

.jbm-page .jbm-hero-frame {
  position: relative;
  overflow: hidden;
  border: 1px solid #222;
  box-shadow: var(--jbm-shadow);
}

.jbm-page .jbm-hero-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.08);
}

.jbm-page .jbm-hero-frame img {
  width: 100%;
  min-height: 235px;
  object-fit: cover;
}

/* Shared typography and layout */
.jbm-page .jbm-section {
  padding: 88px 0;
}

.jbm-page .jbm-eyebrow {
  margin: 0 0 12px;
  color: var(--jbm-red);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.jbm-page .jbm-eyebrow-light {
  color: #f7a09e;
}

.jbm-page h1,
.jbm-page h2,
.jbm-page h3 {
  margin-top: 0;
  line-height: 1.16;
}

.jbm-page h2 {
  margin-bottom: 24px;
  font-size: clamp(2rem, 4vw, 3.35rem);
  font-weight: 400;
  letter-spacing: -0.035em;
}

.jbm-page h3 {
  font-size: 1.35rem;
}

.jbm-page .jbm-prose p {
  max-width: 750px;
}

.jbm-page .jbm-lead {
  color: #33383b;
  font-size: 1.23rem;
  line-height: 1.55;
}

.jbm-page .jbm-split {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(280px, 0.7fr);
  gap: clamp(50px, 8vw, 105px);
  align-items: center;
}

.jbm-page .jbm-intro-copy > p:not(.jbm-eyebrow) {
  color: #51565a;
}

.jbm-page .jbm-button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.jbm-page .jbm-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 22px;
  border: 2px solid transparent;
  border-radius: 2px;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.jbm-page .jbm-button:hover {
  transform: translateY(-2px);
}

.jbm-page .jbm-button-primary {
  background: var(--jbm-red);
  color: #fff;
}

.jbm-page .jbm-button-primary:hover {
  background: var(--jbm-red-dark);
}

.jbm-page .jbm-button-outline {
  border-color: var(--jbm-ink);
  color: var(--jbm-ink);
}

.jbm-page .jbm-button-outline:hover {
  background: var(--jbm-ink);
  color: #fff;
}

.jbm-page .jbm-button-light {
  background: #fff;
  color: var(--jbm-ink);
}

.jbm-page .jbm-button-outline-light {
  border-color: #fff;
  color: #fff;
}

.jbm-page .jbm-button-outline-light:hover {
  background: #fff;
  color: var(--jbm-ink);
}

/* Intro statistic */
.jbm-page .jbm-statement {
  position: relative;
  padding: 42px 38px;
  background: var(--jbm-ink);
  color: #fff;
  box-shadow: 15px 15px 0 var(--jbm-steel-light);
}

.jbm-page .jbm-statement::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 72px;
  height: 5px;
  background: var(--jbm-red);
}

.jbm-page .jbm-statement-number {
  display: block;
  color: #fff;
  font-size: 4.6rem;
  font-weight: 800;
  letter-spacing: -0.07em;
  line-height: 1;
}

.jbm-page .jbm-statement > p {
  margin: 17px 0 0;
  font-size: 1.12rem;
}

.jbm-page .jbm-statement-rule {
  display: block;
  height: 1px;
  margin: 26px 0 20px;
  background: rgba(255, 255, 255, 0.25);
}

.jbm-page .jbm-statement .jbm-statement-small {
  margin: 0;
  color: #b8bec2;
  font-size: 0.88rem;
}

/* Values */
.jbm-page .jbm-values {
  padding: 76px 0 82px;
  background: #1c2023;
  color: #fff;
}

.jbm-page .jbm-values h2 {
  max-width: 720px;
}

.jbm-page .jbm-values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.16);
}

.jbm-page .jbm-value-card {
  min-height: 235px;
  padding: 28px;
  background: #23282b;
  transition: background 180ms ease;
}

.jbm-page .jbm-value-card:hover {
  background: #2a3034;
}

.jbm-page .jbm-value-number {
  color: #828e94;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.jbm-page .jbm-value-card h3 {
  margin: 46px 0 14px;
  font-size: 1.45rem;
  font-weight: 400;
}

.jbm-page .jbm-value-card p {
  margin: 0;
  color: #bbc1c4;
  font-size: 0.92rem;
}

/* Section headings */
.jbm-page .jbm-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.7fr);
  gap: 50px;
  align-items: end;
  margin-bottom: 48px;
}

.jbm-page .jbm-section-heading h2 {
  margin-bottom: 0;
}

.jbm-page .jbm-section-heading > p {
  margin: 0 0 8px;
  color: #62686c;
}

/* Sector cards */
.jbm-page .jbm-sectors {
  background: var(--jbm-off-white);
}

.jbm-page .jbm-sector-grid {
  display: grid;
  gap: 28px;
}

.jbm-page .jbm-sector-card {
  display: grid;
  grid-template-columns: minmax(300px, 0.95fr) minmax(0, 1.25fr);
  min-height: 420px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(24, 28, 30, 0.09);
}

.jbm-page .jbm-sector-card-reverse {
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.95fr);
}

.jbm-page .jbm-sector-card-reverse .jbm-sector-image {
  order: 2;
}

.jbm-page .jbm-sector-image {
  min-height: 360px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: grayscale(100%);
}

.jbm-page .jbm-sector-professional {
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.12)),
    url("https://jbmconstruction.co.uk/wp-content/uploads/2025/05/13119241_mbw.jpg");
}

.jbm-page .jbm-sector-trades {
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.08)),
    url("https://jbmconstruction.co.uk/wp-content/uploads/2025/05/7505583_m-848x500-2.jpg");
}

.jbm-page .jbm-sector-body {
  padding: clamp(34px, 6vw, 66px);
}

.jbm-page .jbm-sector-label {
  color: var(--jbm-red);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.jbm-page .jbm-sector-card h3 {
  font-size: clamp(1.8rem, 3vw, 2.55rem);
  font-weight: 400;
}

.jbm-page .jbm-sector-body > p:not(.jbm-sector-label),
.jbm-page .jbm-sector-body li {
  color: #5b6165;
}

.jbm-page .jbm-sector-body ul {
  margin: 24px 0;
  padding-left: 1.2rem;
}

.jbm-page .jbm-sector-body li {
  margin: 6px 0;
}

.jbm-page .jbm-text-link {
  display: inline-flex;
  gap: 8px;
  color: var(--jbm-ink);
  font-weight: 800;
  text-decoration-color: var(--jbm-red);
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

/* Partnership */
.jbm-page .jbm-partnership {
  position: relative;
  overflow: hidden;
  padding-top: 0;
  background: #fff;
}

.jbm-page .jbm-steel-strip {
  height: 135px;
  background: url("https://jbmconstruction.co.uk/wp-content/uploads/2025/05/SteelCropped2-765x171-1.jpg") center / cover no-repeat;
  filter: contrast(1.05);
}

.jbm-page .jbm-partnership-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.7fr);
  gap: 80px;
  padding-top: 82px;
}

.jbm-page .jbm-partnership-points {
  padding: 10px 34px;
  border-top: 5px solid var(--jbm-red);
  background: #eceeef;
}

.jbm-page .jbm-partnership-point {
  padding: 27px 0;
  border-bottom: 1px solid #c8ced1;
}

.jbm-page .jbm-partnership-point:last-child {
  border-bottom: 0;
}

.jbm-page .jbm-partnership-point strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1.16rem;
}

.jbm-page .jbm-partnership-point span {
  color: #62686c;
  font-size: 0.92rem;
}

/* Compliance */
.jbm-page .jbm-compliance {
  background: #f0f2f2;
}

.jbm-page .jbm-compliance-layout {
  display: grid;
  grid-template-columns: 100px minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 44px;
  align-items: center;
}

.jbm-page .jbm-compliance-mark {
  width: 86px;
  height: 86px;
  display: grid;
  place-items: center;
  border: 3px solid var(--jbm-red);
  color: var(--jbm-red);
  font-size: 3.2rem;
  font-weight: 800;
}

.jbm-page .jbm-check-list {
  padding-left: 35px;
  border-left: 1px solid #c7cccf;
}

.jbm-page .jbm-check-list p {
  margin: 13px 0;
  color: #444a4e;
}

.jbm-page .jbm-check-list span {
  margin-right: 10px;
  color: var(--jbm-red);
  font-weight: 800;
}

/* News strip */
.jbm-page .jbm-news-strip {
  padding: 55px 0;
  background: #2a3033;
  color: #fff;
}

.jbm-page .jbm-news-inner {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 45px;
  align-items: center;
}

.jbm-page .jbm-news-strip h2 {
  margin: 0;
  font-size: 2rem;
}

.jbm-page .jbm-news-strip p {
  margin: 0;
  color: #c4c9cc;
}

/* Contact */
.jbm-page .jbm-contact {
  background: var(--jbm-off-white);
}

.jbm-page .jbm-contact-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  gap: 85px;
}

.jbm-page .jbm-contact-details > p {
  color: #5d6367;
}

.jbm-page .jbm-contact-list {
  margin: 40px 0 0;
}

.jbm-page .jbm-contact-item {
  padding: 18px 0;
  border-top: 1px solid #d2d6d8;
}

.jbm-page .jbm-contact-item dt {
  color: #7a8185;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.jbm-page .jbm-contact-item dd {
  margin: 4px 0 0;
}

.jbm-page .jbm-contact-item a {
  text-decoration-color: var(--jbm-red);
  text-underline-offset: 4px;
}

.jbm-page .jbm-contact-panel {
  position: relative;
  display: flex;
  min-height: 420px;
  align-items: flex-end;
  overflow: hidden;
  background:
    linear-gradient(to top, rgba(15, 17, 18, 0.94), rgba(15, 17, 18, 0.18)),
    url("https://jbmconstruction.co.uk/wp-content/uploads/2025/05/18513651_l-BWtxt-280x280-1.jpg") center / cover no-repeat;
  box-shadow: var(--jbm-shadow);
}

.jbm-page .jbm-contact-panel-content {
  position: relative;
  z-index: 1;
  padding: 42px;
  color: #fff;
}

.jbm-page .jbm-contact-panel-content h3 {
  margin-bottom: 14px;
  color: #fff;
  font-size: 2rem;
  font-weight: 400;
}

.jbm-page .jbm-contact-panel-content p {
  max-width: 520px;
  color: #e0e3e4;
}

/* Footer */
.jbm-page .jbm-footer {
  background: #15181a;
  color: #d9dddf;
}

.jbm-page .jbm-footer-texture {
  height: 38px;
  background: url("https://jbmconstruction.co.uk/wp-content/uploads/2025/05/SteelCropped2-765x171-1.jpg") center 48% / cover no-repeat;
  opacity: 0.72;
}

.jbm-page .jbm-footer-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr 0.7fr;
  gap: 70px;
  padding-top: 65px;
  padding-bottom: 58px;
}

.jbm-page .jbm-footer-brand img {
  width: 205px;
  padding: 8px;
  background: #fff;
}

.jbm-page .jbm-footer-brand p {
  max-width: 300px;
  color: #9fa6aa;
}

.jbm-page .jbm-footer h2 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.jbm-page .jbm-footer address {
  color: #aeb4b7;
  font-style: normal;
}

.jbm-page .jbm-footer a {
  color: #fff;
  text-decoration-color: #6d777c;
  text-underline-offset: 4px;
}

.jbm-page .jbm-footer-nav {
  display: grid;
  gap: 8px;
}

.jbm-page .jbm-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 18px;
  padding-bottom: 18px;
  border-top: 1px solid #343a3e;
  color: #868f94;
  font-size: 0.76rem;
}

.jbm-page .jbm-footer-bottom p {
  margin: 0;
}

/* Tablet */
@media (max-width: 980px) {
  .jbm-page .jbm-utility-inner > p {
    display: none;
  }

  .jbm-page .jbm-utility-inner {
    justify-content: flex-end;
  }

  .jbm-page .jbm-header-inner {
    min-height: 94px;
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
    padding-top: 20px;
    padding-bottom: 18px;
  }

  .jbm-page .jbm-brand img {
    width: 165px;
  }

  .jbm-page .jbm-nav {
    width: 100%;
    justify-content: flex-start;
    gap: 12px 20px;
    flex-wrap: wrap;
  }

  .jbm-page .jbm-nav a {
    padding: 7px 0;
  }

  .jbm-page .jbm-nav a::after {
    left: 0;
    right: 0;
    bottom: 0;
  }

  .jbm-page .jbm-split,
  .jbm-page .jbm-partnership-inner,
  .jbm-page .jbm-contact-layout {
    grid-template-columns: 1fr;
  }

  .jbm-page .jbm-statement {
    max-width: 500px;
  }

  .jbm-page .jbm-values-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .jbm-page .jbm-sector-card,
  .jbm-page .jbm-sector-card-reverse {
    grid-template-columns: 0.9fr 1.1fr;
  }

  .jbm-page .jbm-compliance-layout {
    grid-template-columns: 86px 1fr;
  }

  .jbm-page .jbm-check-list {
    grid-column: 2;
    padding-left: 0;
    border-left: 0;
  }

  .jbm-page .jbm-news-inner {
    grid-template-columns: 1fr auto;
  }

  .jbm-page .jbm-news-inner > p {
    grid-column: 1;
  }

  .jbm-page .jbm-news-inner > .jbm-button {
    grid-column: 2;
    grid-row: 1 / 3;
  }
}

/* Mobile */
@media (max-width: 700px) {
  .jbm-page .jbm-shell {
    width: min(calc(100% - 28px), var(--jbm-shell));
  }

  .jbm-page .jbm-utility-links {
    width: 100%;
    justify-content: space-between;
    gap: 0;
  }

  .jbm-page .jbm-utility-cta {
    margin-right: -14px;
  }

  .jbm-page .jbm-header-inner {
    min-height: auto;
  }

  .jbm-page .jbm-nav {
    gap: 5px 14px;
  }

  .jbm-page .jbm-nav a {
    font-size: 0.7rem;
  }

  .jbm-page .jbm-hero {
    padding-top: 14px;
  }

  .jbm-page .jbm-hero-frame img {
    min-height: 190px;
  }

  .jbm-page .jbm-section {
    padding: 64px 0;
  }

  .jbm-page h2 {
    font-size: 2.25rem;
  }

  .jbm-page .jbm-section-heading {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 32px;
  }

  .jbm-page .jbm-values-grid {
    grid-template-columns: 1fr;
  }

  .jbm-page .jbm-value-card {
    min-height: auto;
  }

  .jbm-page .jbm-value-card h3 {
    margin-top: 20px;
  }

  .jbm-page .jbm-sector-card,
  .jbm-page .jbm-sector-card-reverse {
    grid-template-columns: 1fr;
  }

  .jbm-page .jbm-sector-card-reverse .jbm-sector-image {
    order: 0;
  }

  .jbm-page .jbm-sector-image {
    min-height: 260px;
  }

  .jbm-page .jbm-steel-strip {
    height: 85px;
  }

  .jbm-page .jbm-partnership-inner {
    gap: 45px;
    padding-top: 62px;
  }

  .jbm-page .jbm-compliance-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .jbm-page .jbm-compliance-mark {
    width: 68px;
    height: 68px;
    font-size: 2.5rem;
  }

  .jbm-page .jbm-check-list {
    grid-column: auto;
  }

  .jbm-page .jbm-news-inner {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .jbm-page .jbm-news-inner > p,
  .jbm-page .jbm-news-inner > .jbm-button {
    grid-column: auto;
    grid-row: auto;
  }

  .jbm-page .jbm-news-inner > .jbm-button {
    justify-self: start;
  }

  .jbm-page .jbm-contact-panel-content {
    padding: 30px 25px;
  }

  .jbm-page .jbm-footer-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .jbm-page .jbm-footer-bottom {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .jbm-page *,
  .jbm-page *::before,
  .jbm-page *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}/* End custom CSS */