.elementor-11 .elementor-element.elementor-element-0d8596d{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11 .elementor-element.elementor-element-3214dd2{--display:flex;}/* Start custom CSS for html, class: .elementor-element-655fbaf */.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-cd53b3a */.jf-articles-section {

  padding: 10px 20px;
}

.jf-articles-inner {
  max-width: 1250px;
  margin: 0 auto;
}

.jf-articles-head {
  max-width: 1280px;
  margin: 0 auto 42px;

}

.jf-articles-head span {
  color: #ed782c;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .8px;
  font-size: 13px;
}

.jf-articles-head h1 {
  color: #19355a;
  margin: 10px 0 14px;
  font-size: clamp(34px,4vw,52px);
  line-height: 1.1;
}

.jf-articles-head p {
  color: #566577;
  line-height: 1.7;
  font-size: 17px;
  margin: 0;
}

.jf-articles-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 22px;
}

.jf-article-card {
  background: #ffffff;
  border: 1px solid rgba(25,53,90,.08);
  border-radius: 18px;
  padding: 28px;
  box-shadow: 0 12px 30px rgba(25,53,90,.06);
  transition: .25s ease;
}

.jf-article-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 42px rgba(25,53,90,.12);
}

.jf-article-icon {
  width: 52px;
  height: 52px;
  background: #19355a;
  color: #ffffff;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 20px;
}

.jf-article-icon i {
  color: #ed782c;
}

.jf-article-card h2 {
  color: #19355a;
  margin: 0 0 12px;
  font-size: 22px;
  line-height: 1.25;
}

.jf-article-card p {
  color: #566577;
  font-size: 15px;
  line-height: 1.7;
  margin: 0 0 22px;
}

.jf-article-card a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ed782c;
  color: #ffffff !important;
  text-decoration: none;
  padding: 12px 18px;
  border-radius: 6px;
  font-weight: 800;
  font-size: 14px;
  transition: .25s ease;
}

.jf-article-card a:hover {
  background: #19355a;
}

.jf-article-card a i {
  transition: .25s ease;
}

.jf-article-card a:hover i {
  transform: translateX(4px);
}

@media (max-width: 1000px) {
  .jf-articles-grid {
    grid-template-columns: repeat(2,1fr);
  }
}

@media (max-width: 650px) {
  .jf-articles-section {
    padding: 60px 18px;
  }

  .jf-articles-grid {
    grid-template-columns: 1fr;
  }

  .jf-article-card {
    padding: 24px;
  }
}/* End custom CSS */