.elementor-925 .elementor-element.elementor-element-d6e53be{--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-925 .elementor-element.elementor-element-66c2dee{font-family:"Inter", Sans-serif;font-weight:400;}.elementor-925 .elementor-element.elementor-element-8c334e8{font-family:"Inter", Sans-serif;font-weight:400;}.elementor-925 .elementor-element.elementor-element-983915b{font-family:"Inter", Sans-serif;font-weight:400;}.elementor-925 .elementor-element.elementor-element-73e3798{font-family:"Inter", Sans-serif;font-weight:400;color:#000000;}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-66c2dee */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: 440px !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.testsitedemo.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: 650px !important;
      }
      .salmanzo-btn {
          min-height: 58px;
          padding: 0 20px;
      }
  }/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-73e3798 *//* Container & Layout */
.promo-section {
    padding: 90px 20px 40px;
    background: #f7f4ea;
    font-family: sans-serif; /* Adjust to your site's font */
}

.promo-container {
    max-width: 1200px;
    margin: 0 auto;
}

.promo-header {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 36px;
}

.promo-header h2 {
    font-size: 44px;
    line-height: 1.15;
    font-weight: 800;
    color: #103b2d;
    margin: 0 0 14px;
}

.promo-header p {
    font-size: 18px;
    line-height: 1.7;
    color: #333;
    margin: 0;
}

.promo-header a {
    color: #0b6b45;
    font-weight: 700;
    text-decoration: none;
}

/* Grid & Cards */
.promo-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.promo-card {
    background: #fff;
    border: 1px solid #e6dfcf;
    border-radius: 18px;
    padding: 30px;
    box-shadow: 0 10px 28px rgba(0,0,0,.07);
    display: flex;
    flex-direction: column;
}

.promo-amount {
    font-size: 34px;
    font-weight: 900;
    color: #0b6b45;
    line-height: 1;
    margin-bottom: 10px;
}

.promo-title {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 800;
    color: #1d1d1d;
    margin: 0 0 10px;
}

.promo-description {
    font-size: 16px;
    line-height: 1.65;
    color: #444;
    margin: 0 0 18px;
}

.promo-disclaimer {
    font-size: 14px;
    color: #666;
    margin-bottom: 18px;
    margin-top: auto; /* Pushes button to the bottom if text varies */
}

/* Buttons */
.btn-yellow {
    display: inline-block;
    background: #efc530;
    color: #111 !important;
    text-decoration: none;
    font-weight: 800;
    padding: 14px 22px;
    border-radius: 12px;
    text-align: center;
}

.btn-white {
    display: inline-block;
    background: #fff;
    color: #0b6b45;
    text-decoration: none;
    font-weight: 800;
    padding: 14px 24px;
    border-radius: 12px;
}

/* CTA Bottom Section */
.cta-banner-section {
    padding: 28px 20px 56px;
    background: #f7f4ea;
}

.cta-banner-card {
    max-width: 1200px;
    margin: 0 auto;
    background: #0b6b45;
    border-radius: 20px;
    padding: 28px 24px;
    text-align: center;
    box-shadow: 0 12px 28px rgba(0,0,0,.12);
}

.cta-banner-card h3 {
    font-size: 44px;
    line-height: 1.2;
    font-weight: 800;
    color: #fff;
    margin: 0 0 10px;
}

.cta-banner-card p {
    font-size: 18px;
    line-height: 1.6;
    color: #eaf6ef;
    max-width: 760px;
    margin: 0 auto 18px;
}

.cta-button-group {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

/* Responsive */
@media (max-width: 992px) {
    .promo-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .promo-grid {
        grid-template-columns: 1fr;
    }
    .promo-header h2 {
        font-size: 28px;
    }
}/* End custom CSS */