.elementor-871 .elementor-element.elementor-element-4377315{--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right: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-871 .elementor-element.elementor-element-5988bc4{font-family:"Inter", Sans-serif;font-weight:400;}.elementor-871 .elementor-element.elementor-element-58f5bec{font-family:"Inter", Sans-serif;font-weight:400;}.elementor-871 .elementor-element.elementor-element-58f5bec a{color:#111111;}.elementor-871 .elementor-element.elementor-element-58f5bec a:hover, .elementor-871 .elementor-element.elementor-element-58f5bec a:focus{color:#111111;}.elementor-871 .elementor-element.elementor-element-a071e47{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;font-family:"Inter", Sans-serif;font-weight:400;}.elementor-871 .elementor-element.elementor-element-a605bf2{font-family:"Inter", Sans-serif;font-weight:400;color:#000000;}.elementor-871 .elementor-element.elementor-element-a605bf2 a{color:#0B6A4A;}.elementor-871 .elementor-element.elementor-element-c45df63{font-family:"Inter", Sans-serif;font-weight:400;color:#111111;}.elementor-871 .elementor-element.elementor-element-27b463a{font-family:"Inter", Sans-serif;font-weight:400;color:#000000;}.elementor-871 .elementor-element.elementor-element-27b463a a{color:#0B6A4A;}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-5988bc4 */a{ text-decoration: none !important;}
h1,h2,h3,h4{ font-weight:800 !important;}
.salmanzo-formwrap {
    position: relative;
    width: 100%;
    max-width: 360px;
    justify-self: end;
    margin-top: 420px !important;
  
}
.salmanzo-hero-bg {
    background-position: center center;
}

  @media (max-width: 767px){
      .salmanzo-hero-bg{
      background:
        linear-gradient(180deg, rgba(0,0,0,0) 10%, rgba(0,0,0,.46) 100%),
        url('https://www.manzoplumbing.com/wp-content/uploads/2026/03/sal-manzo-plumbing-truck-small.webp') !important;
        background-size:cover !important;
    }
    .salmanzo-formwrap {
        position: relative;
        width: auto !important;
        max-width: 100%;
        justify-self: end;
        margin: 30px 10px !important;
    }
     .salmanzo-hero-inner {
        align-items: end !important;
        min-height: 630px !important;
      }
      .salmanzo-btn {
          min-height: 58px;
          padding: 0 20px;
      }
  }/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-a605bf2 *//* --- Root Variables for Brand Consistency --- */
:root {
    --manzo-blue: #0b6a4a;
    --manzo-orange: #f0c331;
    --manzo-text: #444444;
    --manzo-light-bg: #f9f9f9;
    --manzo-border: #ececec;
    --cream:#f6f1e7;
    --cream-dark:#efe6d6;
}

/* --- Base Layout --- */
body {
    font-family: "Open Sans", sans-serif;
    color: var(--manzo-text);
    line-height: 1.7;
    margin: 0;
}
 .section.soft{background:var(--cream)}
 .section.greenbg{background: #0b5a2b;}
.manzo-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 60px 20px;
}

/* --- Typography --- */
h2 {
    color: var(--manzo-blue);
    font-size: 2.25rem;
    font-weight: 800;
    margin-bottom: 25px;
    line-height: 1.2;
}

h3 {
    color: var(--manzo-blue);
    font-size: 1.5rem;
    font-weight: 700;
}

p {
    margin-bottom: 20px;
    font-size: 1.05rem;
}

/* --- List Styling --- */
.manzo-container ul {
    list-style: none;
    padding: 0;
    margin: 25px 0;
}

.manzo-container ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    font-weight: 600;
}

.manzo-container ul li::before {
    content: '✔';
    position: absolute;
    left: 0;
    color: var(--manzo-orange);
    font-weight: 900;
}

/* --- Buttons & CTA --- */
.manzo-cta-band {
    display: flex;
    gap: 15px;
    margin-top: 30px;
}

.manzo-btn-primary, .manzo-btn-secondary {
    padding: 18px 35px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 800;
    text-decoration: none;
    letter-spacing: 1px;
    transition: 0.3s;
    display: inline-block;
}

.manzo-btn-primary {
    background: var(--manzo-orange);
    color: #fff;
    box-shadow: 0 4px 15px rgba(242, 101, 34, 0.3);
}

.manzo-btn-primary:hover {
    background: #d4541a;
    transform: translateY(-2px);
}

.manzo-btn-secondary {
    background: var(--manzo-blue);
    color: #fff;
}

.manzo-btn-secondary:hover {
    background: #012a44;
}

/* --- Specialized Sections --- */
.manzo-ai-block, .manzo-cost,.manzo-prevent,.manzo-emergency,.manzo-final {
    background: #eff6fa;
    
}

.manzo-process .process-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.step {
    background: #fff;
    padding: 30px;
    border: 1px solid var(--manzo-border);
    border-top: 4px solid var(--manzo-blue);
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    border-radius: 15px;
}

/* FAQ Accordion Styling */
.manzo-faq .faq-item {
    border-bottom: 1px solid #ececec;
    padding: 0; /* Adjusted for inner spacing */
    margin-bottom: 10px;
    background: #fff;
    transition: all 0.3s ease;
}

.manzo-faq .faq-item h3 {
    margin: 0;
    padding: 20px;
    font-size: 1.2rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f9f9f9;
}

/* Add a plus/minus indicator */
.manzo-faq .faq-item h3::after {
    content: '+';
    font-size: 1.5rem;
    color: var(--manzo-orange);
    transition: transform 0.3s ease;
}

.manzo-faq .faq-item.open h3::after {
    content: '−';
    transform: rotate(180deg);
}

.manzo-faq .faq-item p {
    max-height: 0;
    overflow: hidden;
    margin: 0;
    padding: 0 20px;
    transition: max-height 0.3s ease-out, padding 0.3s ease;
    background-color: #fff;
}

/* State when the item is active */
.manzo-faq .faq-item.open p {
    max-height: 500px; /* Large enough to fit text */
    padding: 20px;
}

/* --- Responsive Layout --- */
@media (max-width: 768px) {
    .manzo-cta-band {
        flex-direction: column;
    }
    
    h2 {
        font-size: 1.8rem;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-c45df63 */.manzo-coupon-band {
    padding: 82px 20px;
    background:
      radial-gradient(circle at top left, rgba(245,196,0,.22), transparent 34%),
      linear-gradient(135deg, #063f2e 0%, #0b6b4a 62%, #f5c400 62%, #f5c400 100%);
    border-top: 5px solid #f5c400;
    border-bottom: 5px solid #063f2e;
  }

  .manzo-coupon-wrap {
    max-width: 1120px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.08fr .92fr;
    gap: 30px;
    align-items: center;
  }

  .manzo-coupon-content,
  .manzo-card-side {
    background: #fffaf0;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 18px 38px rgba(0,0,0,.18);
    border: 2px dashed #f5c400;
  }

  .manzo-coupon-label {
    display: inline-block;
    background: #f5c400;
    color: #063f2e;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
    padding: 8px 13px;
    border-radius: 999px;
    margin-bottom: 14px;
  }

  .manzo-coupon-content h2 {
    margin: 0 0 12px;
    color: #063f2e;
    font-size: clamp(28px, 4vw, 44px);
    line-height: 1.02;
    font-weight: 900;
  }

  .manzo-coupon-content p,
  .manzo-card-side p {
    color: #10231c;
    font-size: 16px;
    line-height: 1.55;
    margin: 0 0 14px;
  }

  .manzo-coupon-note {
    background: #fff;
    border-left: 6px solid #0b6b4a;
    padding: 13px 15px;
    font-size: 14px;
    font-weight: 800;
    color: #10231c;
    margin: 18px 0;
    border-radius: 10px;
  }

  .manzo-coupon-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }

  .manzo-yellow-btn,
  .manzo-outline-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 12px 18px;
    border-radius: 999px;
    font-weight: 900;
    text-decoration: none;
    font-size: 14px;
  }

  .manzo-yellow-btn {
    background: #f5c400;
    color: #063f2e;
    border: 2px solid #f5c400;
  }

  .manzo-outline-btn {
    background: transparent;
    color: #063f2e;
    border: 2px solid #063f2e;
  }

  .manzo-card-side img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 14px;
    box-shadow: 0 10px 22px rgba(0,0,0,.16);
    margin-bottom: 16px;
  }

  .manzo-card-side strong {
    display: block;
    color: #063f2e;
    font-size: 20px;
    margin-bottom: 5px;
  }

  @media (max-width: 820px) {
    .manzo-coupon-band {
      padding: 56px 16px;
      background: #063f2e;
    }

    .manzo-coupon-wrap {
      grid-template-columns: 1fr;
    }

    .manzo-coupon-content,
    .manzo-card-side {
      padding: 22px;
    }

    .manzo-coupon-buttons {
      flex-direction: column;
    }

    .manzo-yellow-btn,
    .manzo-outline-btn {
      width: 100%;
    }
  }/* End custom CSS */