.elementor-3453 .elementor-element.elementor-element-91e9db4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}body:not(.rtl) .elementor-3453 .elementor-element.elementor-element-56be215{left:0px;}body.rtl .elementor-3453 .elementor-element.elementor-element-56be215{right:0px;}.elementor-3453 .elementor-element.elementor-element-56be215{top:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-3453 .elementor-element.elementor-element-0c00b7a{font-family:"Inter", Sans-serif;font-weight:400;}.elementor-3453 .elementor-element.elementor-element-ce5bee5{font-family:"Inter", Sans-serif;font-weight:400;}.elementor-3453 .elementor-element.elementor-element-582d7c8 > .elementor-widget-container{margin:-20px 0px 0px 0px;}.elementor-3453 .elementor-element.elementor-element-83eaf44 > .elementor-widget-container{margin:-20px 0px 0px 0px;border-style:none;border-radius:4px 4px 4px 4px;}.elementor-3453 .elementor-element.elementor-element-83eaf44{font-family:"Inter", Sans-serif;font-weight:400;}.elementor-3453 .elementor-element.elementor-element-134c5b7 > .elementor-widget-container{margin:-20px 0px 0px 0px;}.elementor-3453 .elementor-element.elementor-element-134c5b7{font-family:"Inter", Sans-serif;font-size:17px;font-weight:400;color:#14161A;}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-0c00b7a */:root {
    --brand-orange: #d86a12;
    --brand-orange-light: #f08a2a;
    --navy-dark: #0b1a31;
    --navy-overlay: rgba(11, 26, 49, 0.65);
    --glass-white: rgba(255, 255, 255, 0.96);
    --text-main: #0b1220;
    --text-muted: #5b677a;
    --radius-lg: 16px;
    --radius-md: 10px;
    --shadow-premium: 0 20px 50px rgba(0, 0, 0, 0.25);
  }
.hero-form,
.hero-form-container,
.hero .form-wrapper {
border-radius:16px;
box-shadow:0 22px 55px rgba(0,0,0,0.18);
border:1px solid rgba(255,255,255,0.25);
backdrop-filter(4px);
}
  .platinum-hero-section {
    position: relative;
    font-family: 'Inter', sans-serif;
    overflow: hidden;
    background: var(--navy-dark);
  }

  /* --- SLIDER LOGIC --- */
  .hero-slider {
    position: absolute;
    inset: 0;
    z-index: 1;
  }

  .slide {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    animation: imageFade 20s infinite;
  }



  @keyframes imageFade {
    0% { opacity: 0; }
    10% { opacity: 1; }
    33% { opacity: 1; }
    43% { opacity: 0; }
    100% { opacity: 0; }
  }

  /* --- CONTENT LAYOUT --- */
  .hero-container {
    position: relative;
    z-index: 2;
    max-width: 1240px;
    margin: 0 auto;
    padding: 25px 20px;
    display: grid;
    grid-template-columns: 1.3fr 0.7fr;
    gap: 60px;
    align-items: center;
  }

  .hero-text h1 {
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    font-size: clamp(32px, 5vw, 50px);
    line-height: 1.2;
    font-weight: 800;
    text-transform: capitalize;
    margin-bottom: 20px;
  }

  .hero-text p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 30px;
    max-width: 550px;
  }

  .btn-primary {
    display: inline-block;
    background: linear-gradient(to bottom, var(--brand-orange-light), var(--brand-orange));
    color: #fff;
    text-decoration: none;
    padding: 18px 36px;
    border-radius: var(--radius-md);
    font-weight: 800;
    font-size: 18px;
    box-shadow: 0 10px 20px rgba(216, 106, 18, 0.3);
    transition: transform 0.2s ease;
  }

  .btn-primary:hover { transform: translateY(-2px); }
 .jhi-hero-bullets{
    margin:18px 0;
    display:flex;
    flex-direction:column;
    gap:15px;
    max-width:560px;
  }
  .jhi-bullet{
    display:flex;
    align-items:center;
    gap:10px;
    padding:12px 14px;
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.14);
    border-radius:12px;
    color:#fff;
    font-weight:700;
  }
  .jhi-dot{
    width:10px;height:10px;border-radius:999px;background:rgba(200,162,76,.95);
    box-shadow:0 0 0 4px rgba(200,162,76,.18);
    flex:0 0 auto;
  }
  /* --- LEAD FORM --- */
  .lead-card {
    background: var(--glass-white);
    padding: 30px;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-premium);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.2);
  }

  .lead-card h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    margin: 0 0 10px 0;
    color: var(--text-main);
    font-weight:800;
  }

  .form-grid {
    display: grid;
    gap: 12px;
    margin-top: 20px;
  }

#wpforms-5612{ margin:0 0 10px 0;}
.wpforms-container .wpforms-field{ padding:5px 0 !important;}
.wpforms-recaptcha-container{ display:none !important;}
  div.wpforms-container-full input[type="text"], div.wpforms-container-full input[type="email"], div.wpforms-container-full select, div.wpforms-container-full textarea{
    width: 100% !important;
    padding: 10px !important;
    border: 1px solid #ddd !important;
    border-radius: 8px !important;
    font-size: 15px !important;
    background: #fff !important;
    box-sizing: border-box !important;
    height:auto;
  }

  .submit-btn, #wpforms-form-5612 button[type="submit"] {
    background: var(--brand-orange) !important;
    color: white !important;
    border: none !important;
    padding: 16px !important;
    border-radius: 8px !important;
    font-weight: 800 !important;
    font-size: 16px !important;
    cursor: pointer;
    text-transform: uppercase;
    height:auto;
    width:100%;
  }

  /* --- BOTTOM STRIP --- */
  .review-strip {
    background: #fff;
    padding: 20px 0;
    border-top: 1px solid #eee;
    position: relative;
    z-index: 3;
  }

  .review-content {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
  }

  .stars { color: #f5b301; font-weight: 900;  font-size:20px;}
  .cities { color: var(--text-muted); font-size: 14px; font-weight: 600; }

  /* Mobile Tweaks */
  @media (max-width: 900px) {
    .hero-container { grid-template-columns: 1fr; padding: 40px 20px; text-align: center; }
    .hero-text p { margin-inline: auto; }
    .review-content { justify-content: center; text-align: center; }
    .hero-slider { height: 60%; } /* Fade image at bottom on mobile if desired */
  }

.jhi-hero{
  position:relative;
  background:url('https://www.josephhomeimprovement.net/wp-content/uploads/2026/04/plumbing-service-trucks-mason-ohio-joseph-home-improvement-1.webp') center center / cover no-repeat;
  min-height:620px;
  overflow:hidden;
}
.jhi-hero__overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(90deg, rgba(8,24,48,.84) 0%, rgba(8,24,48,.74) 34%, rgba(8,24,48,.30) 64%, rgba(8,24,48,.15) 100%);
}
.jhi-hero__inner{
  position:relative;
  z-index:2;
  max-width:1200px;
  margin:0 auto;
  padding:68px 24px 46px;
  display:grid;
  grid-template-columns:repeat(2, 510px 330px);
  gap:400px;
  align-items:center;
}
.jhi-hero__content{
  max-width:680px;
}
.jhi-hero__eyebrow{
  display:inline-block;
  margin:0 0 16px;
  font-size:13px;
  line-height:1.2;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:#f28b22;
}
.jhi-hero h1{
  margin:0 0 18px;
  font-size:clamp(40px, 5vw, 68px);
  line-height:.96;
  font-weight:900;
  color:#fff;
  letter-spacing:-.02em;
  max-width:760px;
}
.jhi-hero__text{
  margin:0 0 24px;
  max-width:640px;
  font-size:clamp(19px, 2vw, 22px);
  line-height:1.5;
  color:rgba(255,255,255,.94);
}
.jhi-hero__points{
  display:grid;
  gap:12px;
  max-width:520px;
  margin:0 0 26px;
}
.jhi-hero__point{
  display:flex;
  align-items:center;
  min-height:24px;
  padding:8px 18px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.10);
  border-radius:14px;
  color:#fff;
  font-size:16px;
  font-weight:700;
  line-height:1.35;
  backdrop-filter:blur(4px);
}
.jhi-hero__point::before{
  content:"";
  width:8px;
  height:8px;
  min-width:8px;
  border-radius:50%;
  background:#f28b22;
  margin-right:12px;
  box-shadow:0 0 0 4px rgba(242,139,34,.16);
}
.jhi-hero__cta-wrap{
  margin-top:4px;
}
.jhi-hero__cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:56px !important;
  padding:0 22px;
  border-radius:14px;
  background:#f28b22;
  color:#fff !important;
  text-decoration:none;
  font-size:22px !important;
  font-weight:800;
  line-height:1;
  box-shadow:0 10px 26px rgba(0,0,0,.22) !important;
  transition:transform .2s ease, background .2s ease;
}
.jhi-hero__cta:hover{
  background:#db7611;
  transform:translateY(-1px);
}
.wpforms-container{ margin:0 !important;}
.wpforms-container .wpforms-field{ padding:5px 0 !important; }
.jhi-hero__formbox{
  width:100%;
  max-width:340px;
  padding:26px 22px 20px;
  background:rgba(250,250,250,.96);
  border-radius:18px;
  box-shadow:0 18px 45px rgba(0,0,0,.20) !important;
}
.jhi-hero__formbox h2{
  margin:0 0 10px;
  color:#0d1633;
  font-size:20px;
  line-height:1.15;
  font-weight:900;
}
.jhi-hero__formbox p{
  margin:0 0 16px;
  color:#5f677b;
  font-size:15px;
  line-height:1.45;
}
.jhi-hero-form{
  display:grid;
  gap:10px;
}
.jhi-hero-form__grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
}
.wpforms-recaptcha-container{ display:none !important;}
.jhi-hero-form input,
.jhi-hero-form textarea, .wpforms-container input, .wpforms-container textarea{
  width:100%;
  border:1px solid #d9dde6 !important;
  border-radius:10px !important;
  padding:10px 14px !important;
  font-size:14px !important;
  color:#1d2438 !important;
  background:#fff !important;
  box-sizing:border-box;
  height:auto !important;
}

.jhi-hero-form textarea, .wpforms-container textarea{
  min-height:60px !important;
  resize:vertical;
}
.jhi-hero-form input:focus,
.jhi-hero-form textarea:focus, .wpforms-container input:focus, .wpforms-container textarea:focus{
  outline:none !important;
  border-color:#f28b22 !important;
  box-shadow:0 0 0 3px rgba(242,139,34,.16) !important;
}
.jhi-hero-form button, .wpforms-container .wpforms-submit{
  width:100%;
 
  border:none !important;
  border-radius:12px !important;
  background:#e17310 !important;
  color:#fff !important;
  font-size:16px !important;
  font-weight:800 !important;
  cursor:pointer;
  transition:background .2s ease, transform .2s ease !important;
  width:100% !important;
}
.jhi-hero-form button:hover, .wpforms-container .wpforms-submit:hover{
  background:#ca650d !important;
  transform:translateY(-1px) !important;
}
.jhi-hero__formcall{
  margin-top:12px;
  text-align:center;
  font-size:15px;
  color:#6a6f7c;
  line-height:1.4;
}
.jhi-hero__formcall a{
  color:#d8681a;
  font-weight:800;
  text-decoration:none;
}

@media (max-width: 1100px){
  .jhi-hero__inner{
    grid-template-columns:minmax(0,1fr) 320px;
    gap:28px;
  }
  .jhi-hero h1{
    font-size:clamp(36px, 5vw, 56px);
  }
}

@media (max-width: 900px){
  .jhi-hero{
    min-height:auto;
    background-position:center center;
    min-height:680px;
  }
  .jhi-hero__overlay{
    background:linear-gradient(180deg, rgba(8,24,48,.82) 0%, rgba(8,24,48,0) 100%);
  }
  .jhi-hero__inner{
    grid-template-columns:1fr;
    gap:22px;
    padding:42px 18px 28px;
  }
  .jhi-hero__content{
    max-width:100%;
  }
  .jhi-hero h1{
    font-size:clamp(34px, 9vw, 46px);
    line-height:1.02;
    max-width:100%;
    margin-bottom:14px;
  }
  .jhi-hero__text{
    font-size:18px;
    line-height:1.5;
    margin-bottom:18px;
    max-width:100%;
  }
  .jhi-hero__points{
    max-width:100%;
    gap:10px;
    margin-bottom:20px;
  }
  .jhi-hero__point{
    min-height:50px;
    font-size:17px;
    padding:13px 15px;
    display:none;
  }
  .jhi-hero__cta{
    width:100%;
    max-width:320px;
    font-size:20px;
  }
  .jhi-hero__formbox{
    max-width:100%;
    padding:20px 16px 18px;
    border-radius:16px;
  }
}

@media (max-width: 640px){
  .jhi-hero{
     background:url('https://www.josephhomeimprovement.net/wp-content/uploads/2026/04/plumbing-service-trucks-mason-ohio-joseph-home-improvement-mobile-1.webp') center center / cover no-repeat;
    background-position:65% center;
  }
  .jhi-hero__inner{
    padding:34px 14px 22px;
  }
  .jhi-hero__eyebrow{
    font-size:12px;
    margin-bottom:12px;
  }
  .jhi-hero h1{
    font-size:clamp(31px, 8.4vw, 40px);
    line-height:1.04;
    letter-spacing:-.03em;
  }
  .jhi-hero__text{
    font-size:17px;
  }
  .jhi-hero__formbox{ margin:30px 15px; width: auto !important;}
  .jhi-hero-form__grid{
    grid-template-columns:1fr;
    
  }
  .jhi-hero-form input,
  .jhi-hero-form textarea{
    font-size:16px;
  }
  .jhi-hero-form button{
    min-height:52px;
    font-size:17px;
  }
  .jhi-hero__formbox h2{
    font-size:20px;
  }
  .jhi-hero__formbox p,
  .jhi-hero__formcall{
    font-size:14px;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-582d7c8 */.jhi-services-platinum {
    background: #f5f3ef;
    padding: 60px 20px;
  }

  .jhi-services-wrap {
    max-width: 1280px;
    margin: 0 auto;
  }

  .jhi-services-head {
    max-width: 860px;
    margin: 0 auto 34px;
    text-align: center;
  }

  .jhi-services-kicker {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #d56d12;
  }

  .jhi-services-head h2 {
    margin: 0 0 14px;
    font-size: clamp(32px, 4.2vw, 48px);
    line-height: 1.08;
    font-weight: 900;
    color: #0f172a;
    font-family: Montserrat, Arial, sans-serif;
  }

  .jhi-services-head p {
    margin: 0;
    font-size: 17px;
    line-height: 1.7;
    color: #475569;
    font-family: Inter, Arial, sans-serif;
  }

  .jhi-services-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    align-items: stretch;
  }

  .jhi-service-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #ffffff;
    border: 1px solid #e7e5e4;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
  }

  .jhi-service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.10);
  }

  .jhi-service-image {
    width: 100%;
    height: 240px;
    overflow: hidden;
    background: #e5e7eb;
  }

  .jhi-service-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }

  .jhi-service-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 22px 22px 24px;
  }

  .jhi-service-body h3 {
    margin: 0 0 10px;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 800;
    color: #0f172a;
    font-family: Montserrat, Arial, sans-serif;
  }

  .jhi-service-body p {
    margin: 0 0 14px;
    font-size: 15px;
    line-height: 1.7;
    color: #475569;
    font-family: Inter, Arial, sans-serif;
  }

  .jhi-service-body ul {
    margin: 0 0 22px !important;
    padding: 0 0 0 18px;
    color: #334155;
    font-size: 14px;
    line-height: 1.7;
    font-family: Inter, Arial, sans-serif;
  }

  .jhi-service-body ul li {
    margin-bottom: 6px;
  }

  .jhi-service-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: auto;
    min-height: 50px;
    padding: 0 22px;
    border-radius: 999px;
    background: #e67e22;
    color: #ffffff !important;
    text-decoration: none;
    font-size: 15px !important;
    font-weight: 800 !important;
    line-height: 1;
    letter-spacing: 0.2px;
    font-family: Inter, Arial, sans-serif;
    transition: background 0.2s ease, transform 0.2s ease;
  }

  .jhi-service-btn:hover {
    background: #c76713;
    transform: translateY(-1px);
  }

  @media (max-width: 1080px) {
    .jhi-services-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (max-width: 767px) {
    .jhi-services-platinum {
      padding: 56px 16px 64px;
    }

    .jhi-services-head {
      text-align: left;
      margin-bottom: 24px;
    }

    .jhi-services-head h2 {
      font-size: 32px;
    }

    .jhi-services-head p {
      font-size: 16px;
      line-height: 1.65;
    }

    .jhi-services-grid {
      grid-template-columns: 1fr;
      gap: 20px;
    }

    .jhi-service-image {
      height: 220px;
    }

    .jhi-service-body {
      padding: 18px 18px 20px;
    }

    .jhi-service-body h3 {
      font-size: 22px;
    }

    .jhi-service-btn {
      width: 100%;
    }
  }/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-83eaf44 */h1,h2,h3,h4{ font-weight:900;}
  .jhi-under-ticker-wrap{
    font-family: Arial, Helvetica, sans-serif;
    background:#f7f8fa;
    color:#12233d;
  }

  .jhi-under-ticker-wrap *{
    box-sizing:border-box;
  }

  .jhi-container{
    width:min(1180px, 92%);
    margin:0 auto;
  }

  .jhi-home-services,
  .jhi-quick-estimate,
  .jhi-before-after{
    padding:60px 0 !important;
  }

  .jhi-section-head{
    max-width:900px;
    margin:0 auto 34px;
    text-align:left;
  }

  .jhi-left-head{
    margin-left:0;
  }

  .jhi-kicker{
    display:inline-block;
    font-size:12px;
    font-weight:800;
    letter-spacing:.12em;
    text-transform:uppercase;
    color:#d97706;
    margin-bottom:10px;
    position:relative;
    padding-left:14px;
  }

  .jhi-kicker:before{
    content:"";
    width:4px;
    height:18px;
    background:#e67e22;
    position:absolute;
    left:0;
    top:0;
    border-radius:4px;
  }

  .jhi-section-head h2{
    font-size:clamp(30px, 4vw, 46px);
    line-height:1.12;
    margin:0 0 14px;
    color:#081a35;
  }

  .jhi-section-head p{
    font-size:18px;
    line-height:1.7;
    margin:0;
    color:#49566b;
  }

  .jhi-services-grid{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:26px;
  }

  .jhi-service-card{
    background:#fff;
    border:1px solid #d9e2ec;
    border-radius:22px;
    overflow:hidden;
    box-shadow:0 8px 22px rgba(10,25,47,.06);
    transition:transform .22s ease, box-shadow .22s ease;
  }

  .jhi-service-card:hover{
    transform:translateY(-4px);
    box-shadow:0 16px 34px rgba(10,25,47,.10);
  }

  .jhi-service-image{
    aspect-ratio:16/10;
    background:#e8edf3;
    overflow:hidden;
  }

  .jhi-service-image img{
    width:100%;
    height:100%;
    display:block;
    object-fit:cover;
  }

  .jhi-service-content{
    padding:24px 22px 22px;
  }

  .jhi-service-content h3{
    margin:0 0 12px;
    font-size:28px;
    line-height:1.15;
    color:#081a35;
  }

  .jhi-service-content p{
    font-size:17px;
    line-height:1.7;
    color:#445268;
    margin:0 0 14px;
  }

  .jhi-service-content ul{
    margin:0 0 18px 18px !important;
    padding:0;
    color:#22314a;
  }

  .jhi-service-content ul li{
    margin:0 0 8px;
    line-height:1.55;
    font-size:16px;
  }

  .jhi-btn-solid,
  .jhi-btn-outline{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:48px;
    padding:0 18px;
    border-radius:12px;
    font-weight:800;
    text-decoration:none;
    transition:all .2s ease;
    font-size:15px;
  }

  .jhi-btn-solid{
    background:#f28a1a;
    color:#fff !important;
    border:2px solid #f28a1a !important;
  }

  .jhi-btn-solid:hover{
    background:#d97307;
    border-color:#d97307 !important;
    color:#fff;
  }

  .jhi-btn-outline{
    background:#fff;
    color:#12233d;
    border:2px solid #cfd8e3;
  }

  .jhi-btn-outline:hover{
    border-color:#12233d;
    color:#12233d;
  }

  .jhi-quick-estimate{
    padding-top:10px;
  }

  .jhi-estimate-grid{
    display:grid;
    grid-template-columns:1.1fr .9fr;
    gap:28px;
    align-items:stretch;
  }

  .jhi-estimate-copy{
    background:#081a35;
    color:#fff;
    border-radius:24px;
    padding:34px;
    box-shadow:0 14px 32px rgba(8,26,53,.18);
  }

  .jhi-estimate-copy .jhi-kicker{
    color:#ffb15a;
  }

  .jhi-estimate-copy h2{
    color:#fff;
    font-size:clamp(28px, 3.5vw, 42px);
    line-height:1.1;
    margin:0 0 14px;
  }

  .jhi-estimate-copy p{
    color:rgba(255,255,255,.88);
    font-size:18px;
    line-height:1.7;
    margin:0 0 20px;
  }

  .jhi-mini-points{
    display:grid;
    grid-template-columns:repeat(2, minmax(0,1fr));
    gap:12px;
    margin:0 0 24px;
  }

  .jhi-mini-point{
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.14);
    border-radius:14px;
    padding:14px 16px;
    font-weight:700;
    font-size:15px;
  }

  .jhi-call-main{
    min-width:220px;
  }

  .jhi-estimate-form-wrap{
    background:#fff;
    border:1px solid #d9e2ec;
    border-radius:24px;
    padding:28px;
    box-shadow:0 8px 22px rgba(10,25,47,.06);
  }

  .jhi-estimate-form h3{
    font-size:28px;
    line-height:1.15;
    margin:0 0 18px;
    color:#081a35;
  }

  .jhi-estimate-form input,
  .jhi-estimate-form select,
  .jhi-estimate-form textarea{
    width:100%;
    border:1px solid #ccd6e2;
    background:#fff;
    border-radius:12px;
    padding:14px 15px;
    margin:0 0 12px;
    font-size:15px;
    color:#12233d;
  }

  .jhi-estimate-form textarea{
    resize:vertical;
  }

  .jhi-estimate-form button{
    width:100%;
    min-height:50px;
    border:none;
    border-radius:12px;
    background:#f28a1a;
    color:#fff;
    font-size:16px;
    font-weight:800;
    cursor:pointer;
    margin:4px 0 10px;
  }

  .jhi-estimate-form button:hover{
    background:#d97307;
  }

  .jhi-estimate-form-wrap .jhi-btn-outline{
    width:100%;
    margin-top:15px;
  }

  .jhi-before-after{
    padding-top:20px;
  }

  .jhi-ba-grid{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:24px;
    margin-bottom:28px;
  }

  .jhi-ba-card{
    background:#fff;
    border:1px solid #d9e2ec;
    border-radius:22px;
    padding:18px;
    box-shadow:0 8px 22px rgba(10,25,47,.06);
  }

  .jhi-ba-top{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:16px;
    margin-bottom:14px;
  }

  .jhi-ba-top h3{
    margin:0;
    font-size:17px;
    color:#081a35;
    font-weight:bold;
  }

  .jhi-ba-top b{
    font-size:12px;
    font-weight:800;
    color:#f28a1a;
    border:1px solid #f6c28a;
    padding:7px 10px;
    border-radius:999px;
    text-transform:uppercase;
    letter-spacing:.04em;
  }

  .jhi-ba-images{
    display:grid;
    grid-template-columns:repeat(2, 1fr);
    gap:12px;
    margin-bottom:14px;
  }

  .jhi-ba-box{
    
    border:1px solid #d7e0ea;
    border-radius:16px;
    background:#f8fafc;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    color:#7a8798;
    font-weight:800;
    line-height:1.5;
    
  }
  .jhi-ba-box img{
      border-radius:16px;
  }
  .jhi-ba-card p{
    margin:0;
    font-size:16px;
    line-height:1.65;
    color:#4a576c;
  }

  .jhi-proof-cta{
    background:#081a35;
    border-radius:22px;
    padding:24px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
    color:#fff;
  }

  .jhi-proof-cta h3{
    margin:0 0 8px;
    font-size:28px;
    color:#fff;
  }

  .jhi-proof-cta p{
    margin:0;
    color:rgba(255,255,255,.88);
    line-height:1.65;
    font-size:16px;
  }

  .jhi-proof-actions{
    display:flex;
    gap:12px;
    flex-wrap:wrap;
  }

  @media (max-width: 1120px){
    .jhi-services-grid{
      grid-template-columns:repeat(2, 1fr);
    }

    .jhi-estimate-grid{
      grid-template-columns:1fr;
    }

    .jhi-proof-cta{
      flex-direction:column;
      align-items:flex-start;
    }
  }

  @media (max-width: 768px){
    .jhi-home-services,
    .jhi-quick-estimate,
    .jhi-before-after{
      padding:50px 0;
    }

    .jhi-services-grid,
    .jhi-ba-grid,
    .jhi-ba-images,
    .jhi-mini-points{
      grid-template-columns:1fr;
    }

    .jhi-service-content h3,
    .jhi-estimate-form h3,
    .jhi-ba-top h3{
      font-size:24px;
    }

    .jhi-estimate-copy,
    .jhi-estimate-form-wrap{
      padding:22px;
    }

    .jhi-ba-top{
      align-items:flex-start;
      flex-direction:column;
    }

    .jhi-proof-actions{
      width:100%;
      flex-direction:column;
    }

    .jhi-proof-actions a{
      width:100%;
    }
  }/* End custom CSS */