.elementor-18 .elementor-element.elementor-element-7a8e608{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-18 .elementor-element.elementor-element-e1371e3{--display:flex;}/* Start custom CSS for html, class: .elementor-element-09e2cec */.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-25b4682 */.jf-services-page{padding:10px 20px}
.jf-services-page-inner{max-width:1250px;margin:0 auto}
.jf-services-page-head{max-width:1250px;margin:0 auto 34px;}
.jf-services-page-head span{color:#ed782c;font-weight:800;text-transform:uppercase;letter-spacing:.8px;font-size:13px}
.jf-services-page-head h1{color:#19355a;margin:10px 0 14px;font-size:clamp(34px,4vw,52px);line-height:1.1}
.jf-services-page-head p{color:#566577;line-height:1.7;font-size:17px;margin:0}

.jf-services-intro{
  background:#fff;
  border:1px solid rgba(25,53,90,.08);
  border-radius:18px;
  padding:28px;
  margin-bottom:30px;
  display:grid;
  grid-template-columns:1fr auto;
  gap:24px;
  align-items:center;
  box-shadow:0 12px 30px rgba(25,53,90,.06);
}

.jf-services-intro p{
  color:#566577;
  font-size:16px;
  line-height:1.7;
  margin:0;
}

.jf-services-intro-actions{
  display:flex;
  flex-direction:column;
  gap:10px;
  align-items:flex-start;
}

.jf-services-intro-actions a:first-child{
  background:#ed782c;
  color:#fff!important;
  text-decoration:none;
  padding:13px 20px;
  border-radius:6px;
  font-weight:800;
  text-transform:uppercase;
  font-size:14px;
}

.jf-services-intro-actions a:first-child:hover{
  background:#19355a;
}

.jf-services-intro-actions a:last-child{
  color:#19355a;
  font-weight:800;
  text-decoration:none;
}

.jf-services-intro-actions a:last-child:hover{
  color:#ed782c;
}

.jf-services-list{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}

.jf-service-list-card{
  background:#fff;
  border:1px solid rgba(25,53,90,.08);
  border-radius:18px;
  padding:26px;
  text-decoration:none;
  box-shadow:0 12px 30px rgba(25,53,90,.06);
  transition:.25s ease;
  display:flex;
  flex-direction:column;
  min-height:280px;
}

.jf-service-list-card:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 42px rgba(25,53,90,.12);
}

.jf-service-list-card > i{
  width:52px;
  height:52px;
  background:#19355a;
  color:#ed782c;
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:21px;
  margin-bottom:20px;
}

.jf-service-list-card h2{
  color:#19355a;
  margin:0 0 12px;
  font-size:21px;
  line-height:1.25;
}

.jf-service-list-card p{
  color:#566577;
  font-size:15px;
  line-height:1.65;
  margin:0 0 20px;
}

.jf-service-list-card span{
  margin-top:auto;
  color:#ed782c;
  font-weight:800;
  font-size:14px;
}

.jf-service-list-card span i{
  margin-left:6px;
  transition:.25s ease;
}

.jf-service-list-card:hover span i{
  transform:translateX(4px);
}

.jf-service-list-card-muted{
  background:#19355a;
}

.jf-service-list-card-muted > i{
  background:rgba(255,255,255,.12);
  color:#ed782c;
}

.jf-service-list-card-muted h2{
  color:#fff;
}

.jf-service-list-card-muted p{
  color:rgba(255,255,255,.82);
}

.jf-service-list-card-muted span{
  color:#ed782c;
}

.jf-services-page-cta{
  margin-top:34px;
  background:linear-gradient(90deg,#09213b 0%,#19355a 55%,#09213b 100%);
  border-radius:18px;
  padding:32px;
  display:grid;
  grid-template-columns:1fr auto;
  gap:28px;
  align-items:center;
  box-shadow:0 18px 42px rgba(25,53,90,.16);
}

.jf-services-page-cta h3{
  color:#fff;
  margin:0 0 8px;
  font-size:26px;
  line-height:1.2;
}

.jf-services-page-cta p{
  color:rgba(255,255,255,.82);
  margin:0;
  line-height:1.55;
}

.jf-services-page-actions{
  display:flex;
  flex-direction:column;
  gap:12px;
  align-items:center;
}

.jf-services-page-btn{
  background:#ed782c;
  color:#fff!important;
  text-decoration:none;
  padding:14px 24px;
  border-radius:6px;
  font-weight:800;
  text-transform:uppercase;
  font-size:14px;
  text-align:center;
}

.jf-services-page-btn:hover{
  background:#fff;
  color:#19355a!important;
}

.jf-services-page-phone{
  color:#fff!important;
  text-decoration:none;
  font-weight:800;
}

.jf-services-page-phone i{
  margin-right:8px;
  color:#ed782c;
}

@media(max-width:1100px){
  .jf-services-list{grid-template-columns:repeat(3,1fr)}
}

@media(max-width:850px){
  .jf-services-intro,
  .jf-services-page-cta{
    grid-template-columns:1fr;
  }

  .jf-services-list{
    grid-template-columns:repeat(2,1fr);
  }

  .jf-services-page-actions{
    align-items:flex-start;
  }
}

@media(max-width:600px){
  .jf-services-page{padding:60px 18px}
  .jf-services-list{grid-template-columns:1fr}
  .jf-services-intro,
  .jf-services-page-cta,
  .jf-service-list-card{padding:24px}
}/* End custom CSS */