.elementor-2221 .elementor-element.elementor-element-85c2c00 > .elementor-container{min-height:46vh;}.elementor-2221 .elementor-element.elementor-element-85c2c00{overflow:hidden;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-2221 .elementor-element.elementor-element-85c2c00 > .elementor-background-overlay{opacity:0.9;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-2221 .elementor-element.elementor-element-d36650c > .elementor-element-populated{padding:0em 0em 0em 0em;}@media(max-width:1024px) and (min-width:768px){.elementor-2221 .elementor-element.elementor-element-d36650c{width:100%;}}@media(max-width:1024px){.elementor-2221 .elementor-element.elementor-element-85c2c00{padding:0em 0em 5em 0em;}.elementor-2221 .elementor-element.elementor-element-d36650c > .elementor-element-populated{padding:0em 0em 0em 0em;}}@media(max-width:767px){.elementor-2221 .elementor-element.elementor-element-85c2c00 > .elementor-container{min-height:22vh;}.elementor-2221 .elementor-element.elementor-element-85c2c00{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-2221 .elementor-element.elementor-element-d36650c > .elementor-element-populated{padding:0em 0em 0em 0em;}}/* Start custom CSS */@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');

.aj-page{
  font-family:'Inter',Arial,sans-serif;
  color:#15202b;
  line-height:1.65;
  overflow:hidden;
  width:100vw;
  max-width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
}

.aj-page *{
  box-sizing:border-box;
}

.aj-wrap{
  max-width:1150px;
  margin:0 auto;
  padding:64px 22px;
}

.aj-hero{

background:
linear-gradient(
rgba(7,26,44,.88),
rgba(7,26,44,.88)
),

radial-gradient(
circle at 18% 20%,
rgba(93,184,244,.12),
transparent 35%
),

url('https://ajservicesplumbing.com/wp-content/uploads/2025/03/man-in-plumber-uniform-using-a-tool-while-repairin-2023-11-27-05-08-37-utc-scaled.jpg');

background-size:
cover,
cover,
cover;

background-position:
center,
center,
center right;

background-repeat:no-repeat;

color:#fff;

position:relative;

}

.aj-hero-grid{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:48px;
  align-items:center;
}

.aj-eyebrow{
  display:inline-flex;
  background:rgba(233,109,56,.18);
  color:#fff;
  border:1px solid rgba(233,109,56,.45);
  padding:8px 15px;
  border-radius:999px;
  font-weight:800;
  font-size:12px;
  letter-spacing:.7px;
  text-transform:uppercase;
  margin-bottom:18px;
}

.aj-hero h1,
.aj-page h2,
.aj-page h3{
  font-family:'Inter',Arial,sans-serif;
  font-weight:900;
  letter-spacing:-1.3px;
  line-height:1.02;
}

.aj-hero h1{
  font-size:clamp(38px,4.0vw,66px);
  color:#fff;
  margin:0 0 16px;
}

.aj-hero h3{
  color:#fff;
  font-size:clamp(24px,2.5vw,34px);
  line-height:1.12;
  margin:0 0 20px;
}

.aj-hero p{
  font-size:18px;
  line-height:1.75;
  max-width:680px;
  margin:0 0 30px;
  color:#dce9f6;
}

.aj-btns{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  align-items:center;
}

.aj-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:15px 25px;
  border-radius:10px;
  font-weight:900;
  font-size:15px;
  text-decoration:none;
  transition:.22s ease;
  line-height:1.1;
}

.aj-btn.primary{
  background:#E96D38;
  color:#fff;
  box-shadow:0 12px 26px rgba(233,109,56,.3);
}

.aj-btn.primary:hover{
  background:#d65e2f;
  color:#071a2c;
  transform:translateY(-2px);
}

.aj-btn.secondary{
  background:#5DB8F4;
  color:#071a2c;
  box-shadow:0 12px 26px rgba(93,184,244,.22);
}

.aj-btn.secondary:hover{
  background:#47a7e6;
  color:#fff;
  transform:translateY(-2px);
}

.aj-hero-image{
  position:relative;
}

.aj-hero-image img{
  width:100%;
  display:block;
  border-radius:24px;
  box-shadow:0 24px 60px rgba(0,0,0,.35);
  border:7px solid rgba(255,255,255,.13);
  object-fit:cover;
  max-height:520px;
}

.aj-review-badge{
  position:absolute;
  left:-30px;
  bottom:18px;
  background:#fff;
  color:#0b1f33;
  border-radius:18px;
  padding:16px 18px;
  box-shadow:0 18px 45px rgba(0,0,0,.25);
  max-width:225px;
  z-index:3;
}

.aj-stars{
  color:#E96D38;
  letter-spacing:2px;
  font-size:14px;
  margin-bottom:8px;
}

.aj-review-badge strong{
  font-size:17px;
  display:block;
  color:#0b1f33;
  margin-bottom:5px;
}

.aj-review-badge span{
  font-size:14px;
  line-height:1.45;
  color:#4b5563;
}

.aj-trust{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
  margin-top:38px;
}

.aj-trust-card{
  display:flex;
  align-items:center;
  gap:15px;
  padding:18px;
  background:rgba(255,255,255,.09);
  border:1px solid rgba(255,255,255,.15);
  border-radius:18px;
  box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.aj-icon{
  width:46px;
  height:46px;
  min-width:46px;
  border-radius:14px;
  background:linear-gradient(135deg,#E96D38,#f6b594);
  color:#071a2c;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
  font-size:14px;
  box-shadow:0 10px 24px rgba(233,109,56,.25);
  position:relative;
}

.aj-trust-card strong{
  display:block;
  font-size:17px;
  line-height:1.2;
  margin-bottom:4px;
  color:#fff;
  font-weight:900;
}

.aj-trust-card span{
  color:#cfd8e3;
  font-size:13px;
  line-height:1.4;
  display:block;
}

h2{
  font-size:clamp(32px,3.5vw,48px);
  line-height:1.05;
  margin:0 0 18px;
  color:#071a2c;
}

h3{
  font-size:23px;
  margin:0 0 10px;
  color:#071a2c;
}

p{
  margin-top:0;
}

.aj-section-intro{
  max-width:850px;
  font-size:17px;
  color:#4b5563;
}

.aj-light{
  background:#f3f7fb;
}

.aj-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:34px;
  align-items:center;
}

.aj-grid-3{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}

.aj-card{
  background:#fff;
  border:1px solid #e7ecf2;
  border-radius:18px;
  padding:28px;
  box-shadow:0 12px 28px rgba(11,31,51,.07);
  transition:.25s ease;
}

.aj-card:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 40px rgba(11,31,51,.11);
}

.aj-service-card{
  position:relative;
  overflow:hidden;
  padding:30px;
  border-radius:18px;
  background:#fff;
  border:1px solid #e8edf3;
}

.aj-service-card:before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:5px;
  background:linear-gradient(90deg,#E96D38,#5DB8F4);
}

.aj-service-card .aj-icon{
  width:54px;
  height:54px;
  min-width:54px;
  background:#eef8ff;
  box-shadow:0 10px 22px rgba(93,184,244,.16);
  margin-bottom:18px;
}

.aj-service-card .aj-icon:before,
.aj-service-card .aj-icon:after{
  content:"";
  position:absolute;
}

.aj-service-card h3{
  font-size:23px;
  margin-bottom:10px;
}

.aj-service-card p{
  color:#5c6672;
  font-size:15px;
  line-height:1.65;
  margin-bottom:0;
}

.aj-cta-panel{
  background:
    radial-gradient(circle at 88% 20%, rgba(93,184,244,.18), transparent 30%),
    linear-gradient(135deg,#071a2c,#0b1f33);
  color:#fff;
  border-radius:24px;
  padding:44px 34px;
  text-align:center;
  box-shadow:0 18px 45px rgba(11,31,51,.18);
}

.aj-cta-panel h2{
  color:#fff;
}

.aj-cta-panel p{
  max-width:760px;
  margin:0 auto 24px;
  color:#dbe8f4;
}

.aj-mini-trust{
  margin-top:18px;
  font-size:14px;
  color:#cbd9e8;
}

.aj-review-section{
  background:#fff;
}

.aj-review-card{
  background:#f3f7fb;
  border:1px solid #e5eaf0;
  border-radius:24px;
  padding:34px;
  display:grid;
  grid-template-columns:.7fr 1.3fr;
  gap:28px;
  align-items:center;
}

.aj-review-score{
  background:#071a2c;
  color:#fff;
  border-radius:20px;
  padding:28px;
  text-align:center;
}

.aj-review-score strong{
  display:block;
  font-size:46px;
  line-height:1;
  margin-bottom:8px;
}

.aj-quote{
  font-size:22px;
  line-height:1.42;
  color:#071a2c;
  font-weight:800;
  margin-bottom:12px;
}

.aj-split-img{
  position:relative;
}

.aj-split-img img{
  width:100%;
  border-radius:22px;
  display:block;
  box-shadow:0 18px 42px rgba(11,31,51,.14);
}

.aj-list{
  padding-left:20px;
  margin:12px 0 0;
}

.aj-list li{
  margin-bottom:8px;
}

.aj-check-list{
  list-style:none;
  padding:0;
  margin:18px 0 0;
}

.aj-check-list li{
  margin-bottom:11px;
  padding-left:31px;
  position:relative;
  color:#344052;
}

.aj-check-list li:before{
  content:"✓";
  position:absolute;
  left:0;
  top:2px;
  width:21px;
  height:21px;
  border-radius:50%;
  background:#5DB8F4;
  color:#071a2c;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:13px;
  font-weight:900;
}

.aj-area-list{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  padding:0;
  margin:14px 0 0;
  list-style:none;
}

.aj-area-list li{
  background:#eef8ff;
  border:1px solid #d4ecfb;
  color:#071a2c;
  border-radius:999px;
  padding:8px 13px;
  font-size:14px;
  font-weight:700;
}

.aj-process-card{
  border-left:5px solid #5DB8F4;
}

.aj-faq details{
  background:#fff;
  border:1px solid #e5eaf0;
  border-radius:14px;
  padding:18px 20px;
  margin-bottom:12px;
  box-shadow:0 6px 18px rgba(11,31,51,.04);
}

.aj-faq summary{
  font-weight:800;
  cursor:pointer;
  color:#071a2c;
}

.aj-faq p{
  margin:12px 0 0;
}

.aj-cta{
  background:
    linear-gradient(rgba(7,26,44,.92),rgba(7,26,44,.92)),
    url('https://ajservicesplumbing.com/wp-content/uploads/2025/05/IMG_4880-1-scaled.jpg') center/cover no-repeat;
  color:#fff;
  text-align:center;
}

.aj-cta h2{
  color:#fff;
}

.aj-cta p{
  max-width:760px;
  margin:0 auto 24px;
  color:#dbe8f4;
}

.aj-phone-large{
  display:block;
  font-size:clamp(32px,4vw,54px);
  font-weight:900;
  color:#5DB8F4;
  text-decoration:none;
  margin:10px 0 22px;
  line-height:1;
}

/* CSS service icons */
.plumbing-icon .aj-icon:before{
  width:22px;
  height:6px;
  background:#071a2c;
  border-radius:10px;
  transform:rotate(45deg);
}

.plumbing-icon .aj-icon:after{
  width:8px;
  height:8px;
  border:3px solid #071a2c;
  border-radius:50%;
  top:17px;
  left:17px;
}

.drain-icon .aj-icon:before{
  width:18px;
  height:22px;
  border:3px solid #071a2c;
  border-top:none;
  border-radius:0 0 10px 10px;
}

.drain-icon .aj-icon:after{
  width:3px;
  height:10px;
  background:#071a2c;
  top:15px;
}

.heater-icon .aj-icon:before{
  width:22px;
  height:28px;
  border:3px solid #071a2c;
  border-radius:8px;
}

.heater-icon .aj-icon:after{
  width:8px;
  height:8px;
  background:#E96D38;
  border-radius:50%;
  bottom:13px;
}

.emergency-icon .aj-icon:before{
  width:0;
  height:0;
  border-left:10px solid transparent;
  border-right:10px solid transparent;
  border-bottom:24px solid #071a2c;
}

.emergency-icon .aj-icon:after{
  content:"!";
  font-weight:900;
  font-size:12px;
  color:white;
  top:17px;
}

.sewer-icon .aj-icon:before{
  width:24px;
  height:24px;
  border:3px solid #071a2c;
  border-radius:50%;
}

.sewer-icon .aj-icon:after{
  width:10px;
  height:3px;
  background:#071a2c;
}

.waterline-icon .aj-icon:before{
  width:24px;
  height:3px;
  background:#071a2c;
  border-radius:10px;
}

.waterline-icon .aj-icon:after{
  width:8px;
  height:8px;
  border:3px solid #071a2c;
  border-radius:50%;
  right:12px;
}

.filter-icon .aj-icon:before{
  width:20px;
  height:22px;
  border:3px solid #071a2c;
  border-radius:0 0 10px 10px;
}

.filter-icon .aj-icon:after{
  width:8px;
  height:8px;
  background:#5DB8F4;
  border-radius:50%;
  top:18px;
}
.aj-quote-box{
  background:#fff;
  border:1px solid #e5eaf0;
  border-radius:22px;
  padding:34px;
  box-shadow:0 12px 28px rgba(11,31,51,.06);
  align-self:center;
}

.aj-quote-box .aj-stars{
  color:#E96D38;
  letter-spacing:2px;
  font-size:18px;
  margin-bottom:16px;
}

.aj-quote-box p{
  font-size:20px;
  line-height:1.55;
  color:#071a2c;
  font-weight:700;
  margin:0 0 18px;
}

.aj-quote-box span{
  display:block;
  color:#6b7280;
  font-size:15px;
}

@media(max-width:1100px){
  .aj-wrap{
    max-width:1150px;
    width:100%;
    padding:50px 24px;
  }

  .aj-hero-grid,
  .aj-grid,
  .aj-review-card{
    grid-template-columns:1fr;
  }

  .aj-grid-3,
  .aj-trust{
    grid-template-columns:repeat(2,1fr);
  }

  .aj-review-badge{
    position:relative;
    left:auto;
    bottom:auto;
    margin-top:18px;
    max-width:100%;
  }

  .aj-hero-image img{
    max-height:none;
  }
}

@media(max-width:767px){
  .aj-grid-3,
  .aj-trust{
    grid-template-columns:1fr;
  }

  .aj-wrap{
    padding:44px 18px;
  }

  .aj-hero h1{
    font-size:44px;
  }

  h2{
    font-size:32px;
  }

  .aj-btn{
    width:100%;
  }
}
</style>/* End custom CSS */