.elementor-10 .elementor-element.elementor-element-7968b96{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right: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-10 .elementor-element.elementor-element-459c9dd{font-family:"Inter", Sans-serif;font-weight:400;}.elementor-10 .elementor-element.elementor-element-c8dc244{font-family:"Inter", Sans-serif;font-weight:400;}.elementor-10 .elementor-element.elementor-element-ce1507c{font-family:"Inter", Sans-serif;font-weight:400;}.elementor-10 .elementor-element.elementor-element-e7ac931{font-family:"Inter", Sans-serif;font-weight:400;}.elementor-10 .elementor-element.elementor-element-3394410{font-family:"Inter", Sans-serif;font-weight:400;}.elementor-10 .elementor-element.elementor-element-80edff4{font-family:"Inter", Sans-serif;font-weight:400;}.elementor-10 .elementor-element.elementor-element-6241e9b{margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;font-family:"Inter", Sans-serif;font-weight:400;color:#111111;}.elementor-10 .elementor-element.elementor-element-6241e9b a{color:#00773E;}.elementor-10 .elementor-element.elementor-element-bef7603{font-family:"Inter", Sans-serif;font-weight:400;}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-459c9dd */.salmanzo-formwrap {
    position: relative;
    width: 100%;
    max-width: 360px;
    justify-self: end;
    margin-top: 380px !important;
    margin-bottom: -237px !important;
}
.salmanzo-hero-bg {
    background-position: center center;
}
.salmanzo-copy h2 {
  margin: 0 0 18px;
  font-size: 50px;
  line-height: .98;
  font-weight: 900;
  letter-spacing: -1px;
  text-transform: uppercase;
}
  @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: 550px !important;
      }
      .salmanzo-btn {
          min-height: 58px;
          padding: 0 20px;
      }
      .salmanzo-copy h2 {
          font-size: 38px;
      }
  }/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-e7ac931 */.sm-services-grid-section {
  background: linear-gradient(180deg, #f6f1e4 0%, #f9f6ec 100%);
  padding: 72px 24px 84px;
  position: relative;
}

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

.sm-services-grid-head {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 38px;
}

.sm-services-kicker {
  display: inline-block;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #0d7448;
  background: rgba(242, 196, 34, 0.14);
  border: 1px solid rgba(242, 196, 34, 0.35);
  border-radius: 999px;
  padding: 10px 16px;
  margin-bottom: 14px;
}

.sm-services-grid-head h2 {
  margin: 0 0 12px;
  font-size: clamp(32px, 4vw, 50px);
  line-height: 1.05;
  font-weight: 900;
  color: #0a5f3c;
  letter-spacing: -0.02em;
}

.sm-services-grid-head p {
  margin: 0;
  font-size: 18px;
  line-height: 1.65;
  color: #355347;
}

.sm-services-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.sm-service-card {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid rgba(11, 95, 59, 0.08);
  border-radius: 22px;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0 14px 36px rgba(10, 57, 38, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  min-height: 100%;
}

.sm-service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 42px rgba(10, 57, 38, 0.14);
  border-color: rgba(242, 196, 34, 0.5);
}

.sm-service-image {
  aspect-ratio: 11 / 7;
  background:
    linear-gradient(135deg, rgba(13, 116, 72, 0.92), rgba(7, 72, 47, 0.96)),
    radial-gradient(circle at top right, rgba(242, 196, 34, 0.2), transparent 35%);
  position: relative;
  overflow: hidden;
}

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

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

.sm-service-body h3 {
  margin: 0;
  font-size: 23px;
  line-height: 1.15;
  font-weight: 900;
  color: #073f29;
}
.sm-service-body h3 a{ color: #073f29;}
.sm-service-body p {
  margin: 0;
  font-size: 15.5px;
  line-height: 1.6;
  color: #4d655c;
  flex: 1;
}

.sm-service-body b {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #0d7448;
  margin-top: 8px;
}

.sm-service-body b::after {
  content: "→";
  margin-left: 8px;
  font-size: 16px;
  transition: transform 0.2s ease;
}

.sm-service-card:hover .sm-service-body b::after {
  transform: translateX(3px);
}

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

@media (max-width: 767px) {
  .sm-services-grid-section {
    padding: 54px 16px 64px;
  }

  .sm-services-grid-head {
    margin-bottom: 28px;
  }

  .sm-services-grid-head h2 {
    font-size: 34px;
  }

  .sm-services-grid-head p {
    font-size: 16px;
  }

  .sm-services-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

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

  .sm-service-body h3 {
    font-size: 21px;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-3394410 */.sm-split-section {
  background: #f9f9f9;
  padding: 80px 20px;
}

.sm-split-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 50px;
}

.sm-split-image img {
  width: 100%;
  border-radius: 12px;
}

.sm-split-content {
  max-width: 520px;
}

.sm-split-content h2 {
  font-size: 30px;
  margin-bottom: 15px;
  color: #1c3f2b; /* gator green */
}

.sm-split-content p {
  margin-bottom: 20px;
  color: #333;
}

.sm-trust-list {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}

.sm-trust-list li {
  margin-bottom: 10px;
  font-weight: 500;
}

.sm-split-btn {
  display: inline-block;
  background: #ffcc00;
  color: #000;
  padding: 14px 22px;
  border-radius: 8px;
  font-weight: bold;
  text-decoration: none;
}

.sm-split-btn:hover {
  background: #e6b800;
}

/* MOBILE */
@media (max-width: 768px) {
  .sm-split-container {
    flex-direction: column;
    text-align: center;
  }

  .sm-split-content {
    max-width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-80edff4 */.manzo-trust-strip {
  background: #111;
  padding: 45px 20px;
  text-align: center;
}

.trust-heading {
  color: #fff;
  font-size: 18px;
  margin-bottom: 25px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

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

.trust-items {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  flex-wrap: wrap;
}

.trust-item img {
  max-height: 85px;
  width: auto;
  transition: transform 0.3s ease;
}

.trust-item img:hover {
  transform: scale(1.05);
}

@media (max-width: 768px) {
  .trust-items {
    gap: 25px;
  }

  .trust-item img {
    max-height: 65px;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-6241e9b */.manzo-mid-offer {
  background: linear-gradient(135deg,#063f2e 0%,#0b6b4a 70%,#f5c400 70%);
  padding:80px 20px;
}

.wrap {
  max-width:1100px;
  margin:auto;
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:30px;
  align-items: center;
}

.coupon, .card {
  background:#fffaf0;
  padding:28px;
  border-radius:14px;
  box-shadow:0 15px 35px rgba(0,0,0,.2);
  border:2px dashed #f5c400;
}

.tag {
  background:#f5c400;
  padding:6px 12px;
  font-weight:900;
  font-size:12px;
  border-radius:999px;
  display:inline-block;
  margin-bottom:12px;
}

.coupon h2 {
  font-size:42px;
  margin-bottom:10px;
  color:#063f2e;
  font-weight:900;
}

.note {
  margin:15px 0;
  padding:10px;
  background:#fff;
  border-left:4px solid #0b6b4a;
  font-weight:700;
  font-size:14px;
}

.btns {
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

.btn {
  padding:12px 18px;
  border-radius:999px;
  font-weight:900;
  text-decoration:none;
}

.primary {
  background:#f5c400;
  color:#063f2e !important;
}

.secondary {
  border:2px solid #063f2e;
  color:#063f2e !important;
}

.card img {
  width:100%;
  border-radius:10px;
  margin-bottom:12px;
}

.card strong {
  font-size:18px;
}

@media(max-width:768px){
  .wrap {
    grid-template-columns:1fr;
  }
  .btns {
    flex-direction:column;
  }
  .btn {
    width:100%;
    text-align:center;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-bef7603 */.manzo-wrap{
    max-width:1180px;
    margin:0 auto;
    padding:0 22px;
  }

  .manzo-kicker{
    display:inline-block;
    font-size:12px;
    font-weight:900;
    letter-spacing:.08em;
    text-transform:uppercase;
    color:#f3c400;
    margin-bottom:12px;
  }

  .manzo-area-section{
    background:#fff;
    padding:90px 0;
  }

  .manzo-area-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:48px;
    align-items:center;
  }

  .manzo-map-card{
    border-radius:16px;
    overflow:hidden;
    box-shadow:0 18px 45px rgba(0,0,0,.12);
    background:#f7f7f7;
  }

  .manzo-map-card img{
    width:100%;
    display:block;
    min-height:360px;
    object-fit:cover;
  }

  .manzo-area-copy h2,
  .manzo-faq-preview h2,
  .manzo-coupon-copy h2{
    color:#007a3d;
    font-size:38px;
    line-height:1.05;
    margin:0 0 18px;
    font-weight:900;
    text-transform:uppercase;
  }

  .manzo-area-copy p,
  .manzo-coupon-copy p{
    color:#35413a;
    font-size:17px;
    line-height:1.7;
    margin-bottom:24px;
  }

  .manzo-city-chips{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin:24px 0 30px;
  }

  .manzo-city-chips a{
    background:#f5f5ee;
    border:1px solid #d8d2b8;
    color:#06391f;
    border-radius:999px;
    padding:9px 14px;
    font-size:13px;
    font-weight:800;
  }

  .manzo-yellow-btn,
  .manzo-outline-btn{
    display:inline-block;
    padding:14px 22px;
    border-radius:9px;
    font-weight:900;
    text-decoration:none;
  }

  .manzo-yellow-btn{
    background:#ffc400;
    color:#031b10 !important;
  }

  .manzo-outline-btn{
    border:2px solid #ffc400;
    color:#ffc400 !important;
    margin-left:10px;
  }

  .manzo-coupon-section{
    background:#0b5a2b;
    padding:90px 0;
  }

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

  .manzo-coupon-card{
    background:#062e18;
    border:2px dashed rgba(255,255,255,.55);
    border-radius:18px;
    padding:46px 34px;
    text-align:center;
    color:#fff;
    box-shadow:0 20px 50px rgba(0,0,0,.25);
  }

  .manzo-save{
    font-size:72px;
    line-height:1;
    font-weight:950;
    letter-spacing:.03em;
  }

  .manzo-coupon-card h3{
    font-size:26px;
    color:#ffc400;
    margin:22px 0 8px;
  }

  .manzo-coupon-card p{
    color:#fff36a;
    font-size:19px;
    line-height:1.5;
    margin:0 0 18px;
  }

  .manzo-coupon-card small{
    display:block;
    color:#fff;
    font-size:15px;
    margin-bottom:25px;
  }

  .manzo-coupon-actions a{
    display:inline-block;
    margin:6px;
    padding:12px 18px;
    border-radius:8px;
    text-decoration:none;
    font-weight:900;
  }

  .manzo-coupon-actions a:first-child{
    background:#ffc400;
    color:#031b10 !important;
  }

  .manzo-coupon-actions a:last-child{
    border:1px solid #ffc400;
    color:#ffc400 !important;
  }

  .manzo-coupon-copy h2,
  .manzo-coupon-copy p{
    color:#fff;
  }

  .manzo-faq-preview{
    background:#fbf6e7;
    padding:90px 0;
    text-align:center;
  }

  .manzo-faq-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
    margin-top:34px;
    text-align:left;
  }

  .manzo-faq-card{
    background:#fff;
    border-radius:16px;
    padding:26px;
    box-shadow:0 12px 35px rgba(0,0,0,.08);
    border-top:5px solid #ffc400;
  }

  .manzo-faq-card h3{
    color:#06391f;
    font-size:20px;
    margin:0 0 10px;
  }

  .manzo-faq-card p{
    color:#44534a;
    line-height:1.65;
    margin:0;
  }

  .manzo-final-cta{
    background:#007a3d;
    color:#fff;
    padding:65px 0;
    text-align:center;
    border-top:6px solid #ffc400;
  }

  .manzo-final-cta h2{
    font-size:34px;
    margin:0 0 10px;
    font-weight:950;
  }

  .manzo-final-cta p{
    margin:0 0 24px;
    font-size:17px;
  }

  @media(max-width:900px){
    .manzo-area-grid,
    .manzo-coupon-grid,
    .manzo-faq-grid{
      grid-template-columns:1fr;
    }

    .manzo-area-copy h2,
    .manzo-faq-preview h2,
    .manzo-coupon-copy h2{
      font-size:30px;
    }

    .manzo-save{
      font-size:52px;
    }

    .manzo-outline-btn{
      margin-left:0;
      margin-top:10px;
    }
  }/* End custom CSS */