.elementor-726 .elementor-element.elementor-element-59be9e9{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-726 .elementor-element.elementor-element-99a6090{--display:flex;}/* Start custom CSS for html, class: .elementor-element-824f6dd */.jf-page-hero {
  position: relative;
  background:
    linear-gradient(90deg, rgba(9,33,59,.86) 0%, rgba(25,53,90,.62) 45%, rgba(25,53,90,.18) 100%),
    url("https://justfoundations.ca/wp-content/uploads/2026/07/foundation-repair.jpg") center center / cover no-repeat;
  padding: 15px 20px;
  color: #ffffff;
}

.jf-page-hero-inner {
  max-width: 1250px;
  margin: 0 auto;
}

.jf-page-hero-content {
  max-width: 1220px;
}

.jf-page-hero-content span {
  display: inline-block;
  background: #ed782c;
  color: #ffffff;
  padding: 8px 18px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .8px;
  margin-bottom: 20px;
}

.jf-page-hero-content h1 {
  color: #ffffff;
  margin: 0 0 18px;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1.02;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .8px;
}

.jf-page-hero-content p {
  color: rgba(255,255,255,.9);
  max-width: 620px;
  font-size: 18px;
  line-height: 1.65;
  margin: 0 0 28px;
}

.jf-page-hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
}

.jf-page-hero-btn,
.jf-page-hero-phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 24px;
  border-radius: 7px;
  font-weight: 800;
  text-decoration: none;
  transition: .25s ease;
}

.jf-page-hero-btn {
  background: #ed782c;
  color: #ffffff !important;
}

.jf-page-hero-btn:hover {
  background: #ffffff;
  color: #19355a !important;
}

.jf-page-hero-phone {
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.22);
  color: #ffffff !important;
}

.jf-page-hero-phone i {
  margin-right: 9px;
  color: #ed782c;
}

.jf-page-hero-phone:hover {
  background: #ed782c;
  border-color: #ed782c;
}

.jf-page-hero-phone:hover i {
  color: #ffffff;
}

@media (max-width: 700px) {
  .jf-page-hero {
    padding: 70px 18px;
    background:
      linear-gradient(90deg, rgba(9,33,59,.9) 0%, rgba(25,53,90,.72) 100%),
      url("https://justfoundations.ca/wp-content/uploads/2026/07/foundation-repair.jpg") center center / cover no-repeat;
  }

  .jf-page-hero-content h1 {
    font-size: 40px;
  }

  .jf-page-hero-content p {
    font-size: 16px;
  }

  .jf-page-hero-btn,
  .jf-page-hero-phone {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-af66c74 */.jf-policy-section {

  padding: 10px 20px;
}

.jf-policy-inner {
  max-width: 1250px;
  margin: 0 auto;
}

.jf-policy-head {
 
  margin-bottom: 38px;
}

.jf-policy-head span {
  color: #ed782c;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .8px;
  font-size: 13px;
}

.jf-policy-head h1 {
  color: #19355a;
  margin: 10px 0 14px;
  font-size: clamp(34px,4vw,52px);
  line-height: 1.1;
}

.jf-policy-head p {
  color: #566577;
  font-size: 17px;
  line-height: 1.7;
  margin: 0;
}

.jf-policy-card {
  background: #ffffff;
  border: 1px solid rgba(25,53,90,.08);
  border-radius: 18px;
  padding: 42px;
  box-shadow: 0 14px 35px rgba(25,53,90,.08);
}

.jf-policy-card h2 {
  color: #19355a;
  font-size: 24px;
  margin: 0 0 12px;
}

.jf-policy-card p {
  color: #566577;
  font-size: 16px;
  line-height: 1.8;
  margin: 0 0 26px;
}

.jf-policy-contact {
  background: #19355a;
  border-radius: 14px;
  padding: 22px;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin: 10px 0 26px;
}

.jf-policy-contact a {
  background: rgba(255,255,255,.1);
  color: #ffffff !important;
  text-decoration: none;
  padding: 12px 16px;
  border-radius: 8px;
  font-weight: 800;
}

.jf-policy-contact a:hover {
  background: #ed782c;
}

.jf-policy-contact i {
  color: #ed782c;
  margin-right: 8px;
}

.jf-policy-contact a:hover i {
  color: #ffffff;
}

.jf-policy-updated {
  font-size: 14px !important;
  color: #8792a0 !important;
  margin-bottom: 0 !important;
}

@media (max-width: 650px) {
  .jf-policy-section {
    padding: 60px 18px;
  }

  .jf-policy-card {
    padding: 28px;
  }

  .jf-policy-contact {
    flex-direction: column;
  }
}/* End custom CSS */