/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    A plain-vanilla
 */



  :root{
    --sm-green:#0b6a4a;
    --sm-green-dark:#084f38;
    --sm-green-deep:#083f31;
    --sm-gold:#f0c331;
    --sm-gold-dark:#d7a91f;
    --sm-cream:#f4eddc;
    --sm-text:#213129;
    --sm-white:#ffffff;
    --sm-shadow:0 10px 28px rgba(0,0,0,.18);
  }
  

  *{box-sizing:border-box}
  body{margin:0;padding:0}
  img{max-width:100%;display:block}
  a{text-decoration:none}

  .salmanzo-wrap{
    width:100%;
    margin:0;
    font-family:Arial, Helvetica, sans-serif;
    color:var(--sm-text);
    background:#fff;
  }
  
  @media (max-width: 767px){
  .salmanzo-logo img {
    width: 100%;
    max-width: 275px;
    height: auto;
    filter: drop-shadow(2px 5px 6px #f0c331) !important;
}
}

  .salmanzo-container{
    width:min(1365px, 96%);
    margin:0 auto;
  }

  /* TOP BAR */
  .salmanzo-topbar{
    background:var(--sm-cream);
    border-bottom:1px solid rgba(0,0,0,.06);
  }

  .salmanzo-topbar-inner{
    min-height:40px;
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:20px;
    flex-wrap:wrap;
    font-size:13px;
    font-weight:700;
    color:var(--sm-green);
    padding:0;
  }

  .salmanzo-topbar-inner .star{
    color:var(--sm-gold-dark);
    font-weight:900;
    margin-right:4px;
  }

  /* HEADER */
  .salmanzo-header{
    background:#fff;
    position:relative;
    z-index:20;
  }

  .salmanzo-header-inner{
    min-height:78px;
    display:grid;
    grid-template-columns:315px 1fr 210px;
    align-items:center;
    gap:22px;
  }

  .salmanzo-logo{
    padding:10px 0 8px;
  }

  .salmanzo-logo img{
    width:100%;
    max-width:275px;
    height:auto;
    filter: drop-shadow(2px 5px 6px black);
  }

  .salmanzo-nav{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:28px;
    flex-wrap:wrap;
  }

  .salmanzo-nav a{
    position:relative;
    color:#26332d;
    font-size:14px;
    font-weight:700;
    padding:8px 0 14px;
    line-height:1;
  }

  .salmanzo-nav a.active{
    color:#1e322a !important;
  }

  .salmanzo-nav a.active:after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    color:#1e322a !important;
    height:4px;
    background:var(--sm-green);
    border-radius:10px;
  }
  
  .salmanzo-nav a.active2{
    color:#1e322a !important;
  }

  .salmanzo-nav a.active2:after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    color:#1e322a !important;
    height:4px;
    background:var(--sm-green);
    border-radius:10px;
  }

  .salmanzo-calltop{
    display:flex;
    justify-content:flex-end;
  }

  .salmanzo-calltop a{
    min-height:42px;
    padding:0 18px;
    border-radius:10px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:var(--sm-gold);
    color:#202b24;
    font-size:15px;
    font-weight:900;
    white-space:nowrap;
    box-shadow:0 4px 10px rgba(240,195,49,.18);
  }

  /* HERO */
  .salmanzo-hero{
    position:relative;
    overflow:visible;
    background:#143c31;
  }

  .salmanzo-hero-bg{
    position:absolute;
    inset:0;
    background-image: linear-gradient(90deg, rgba(11,31,58,0.50) 0%, rgba(11, 31, 58, 0) 100%), url('https://www.testsitedemo.com/wp-content/uploads/2026/03/sal-manzo-plumbing-truck-long-island-fall-516-783-0490.webp');
    background-position: center top;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
  }

 

  .salmanzo-hero-inner{
    position:relative;
    z-index:2;
    min-height:520px;
    display:grid;
    grid-template-columns:minmax(0, 1fr) 360px;
    gap:30px;
    align-items:start;
  }

  .salmanzo-copy{
    color:#fff;
    padding: 120px 0;
    max-width:760px;
  }

  .salmanzo-copy h1{
    margin:0 0 18px;
    font-size:50px;
    line-height:.98;
    font-weight:900;
    letter-spacing:-1px;
    text-transform:uppercase;
  }

  .salmanzo-copy h1 span{
    display:block;
    color:var(--sm-gold);
    margin-top:8px;
    
  }

  .salmanzo-copy p{
    margin:0 0 28px;
    font-size:24px;
    line-height:1.42;
    color:rgba(255,255,255,.96);
    max-width:560px;
    font-weight:500;
  }

  .salmanzo-cta-row{
    display:flex;
    align-items:center;
    gap:16px;
    flex-wrap:wrap;
  }

  .salmanzo-btn{
    min-height:58px;
    padding:0 30px;
    border-radius:14px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
    font-weight:900;
    line-height:1;
    box-shadow:0 6px 16px rgba(0,0,0,.12);
  }

  .salmanzo-btn-call{
    background:#0b5a2b;
    color:#fff !important;
  }

  .salmanzo-btn-quote{
    background:var(--sm-gold);
    color:#1f2a23 !important;
  }

  /* FORM - same position/look, just slightly cleaner */
  .salmanzo-formwrap{
    position:relative;
    width:100%;
    max-width:360px;
    justify-self:end;
    margin-top:570px;
    margin-bottom:-237px;
  }

  .salmanzo-formcard{
    background:#0b5a2b;
    border:1px solid rgba(255,255,255,.10);
    border-radius:15px;
    box-shadow:var(--sm-shadow);
    padding:14px 14px 14px;
  }

  .salmanzo-formcard h3{
    margin:0 0 12px;
    color:#fff;
    text-align:center;
    font-size:22px;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.2px;
  }

  .salmanzo-form{
    display:grid;
    gap:10px;
  }

  .salmanzo-form input,
  .salmanzo-form select{
    width:100%;
    min-height:47px;
    border:none;
    outline:none;
    border-radius:7px;
    background:#fff;
    color:#223129;
    padding:0 14px;
    font-size:15px;
    font-family:Arial, Helvetica, sans-serif;
    box-shadow:inset 0 0 0 1px rgba(0,0,0,.05);
  }
.salmanzo-form textarea{ height:70px !important; border:none !important; border-radius:7px !important;}
  .salmanzo-form button{
    min-height:50px;
    border:none;
    border-radius:8px;
    background:var(--sm-gold);
    color:#1d281f;
    font-size:18px;
    font-weight:900;
    font-family:Arial, Helvetica, sans-serif;
    cursor:pointer;
  }
  button#wpforms-submit-45 {
    background-color: #f0c331;
    padding: 10px 115px 10px 115px;
    border-radius: 10px;
    font-size: 19px;
    font-weight: 800;
    color: #1d281f;
    width:100%;
}
input#wpforms-45-field_2 {
    border-radius: 10px;
}
input#wpforms-45-field_4 {
    border-radius: 10px !important;
}
select#wpforms-45-field_5 {
    border-radius: 10px;
    color: #bcbcbc;
}
#wpforms-45{ margin:0 !important;}
.wpforms-container .wpforms-field, .wp-core-ui div.wpforms-container .wpforms-field {
    padding: 4px 0;
    position: relative;
}
  /* TICKER */
  .salmanzo-ticker{
    position:relative;
    z-index:1;
    background:
      #0b5a2b;
    overflow:hidden;
  }

  .salmanzo-ticker-inner{
    overflow:hidden;
    padding-right:380px;
  }

  .salmanzo-ticker-track{
    min-height:78px;
    display:flex;
    align-items:center;
    gap:42px;
    white-space:nowrap;
    animation:salTicker 30s linear infinite;
    font-size:17px;
    font-weight:700;
    color:#fff;
  }

  .salmanzo-ticker-track .stars{
    color:var(--sm-gold);
    letter-spacing:1px;
    font-weight:900;
  }

  @keyframes salTicker{
    0%{transform:translateX(0)}
    100%{transform:translateX(-50%)}
  }

  /* MOBILE */
  .salmanzo-mobile-callbar{
    display:none;
  }

  @media (max-width:1180px){
    .salmanzo-header-inner{
      grid-template-columns:270px 1fr 190px;
      gap:18px;
    }

    .salmanzo-nav{
      gap:20px;
    }

    .salmanzo-copy h1{
      font-size:54px;
    }

    .salmanzo-copy p{
      font-size:22px;
    }
  }

  @media (max-width:991px){
    .salmanzo-topbar-inner{
      justify-content:center;
      gap:12px;
      padding:8px 0;
      font-size:12px;
    }

    .salmanzo-header-inner{
      grid-template-columns:1fr;
      justify-items:center;
      gap:10px;
      padding:12px 0;
    }

    .salmanzo-logo{
      padding:0;
      text-align:center;
    }

    .salmanzo-calltop{
      display:none;
    }

    .salmanzo-hero-inner{
      grid-template-columns:1fr;
      gap:12px;
    }

    .salmanzo-copy{
      padding:120px 0 20px;
    }

    .salmanzo-formwrap{
      margin:0 auto;
      justify-self:center;
      max-width:420px;
    }

    .salmanzo-ticker-inner{
      padding-right:0;
    }
  }

  @media (max-width:767px){
    .salmanzo-topbar{
      display:none;
    }

    .salmanzo-nav{
      gap:14px 18px;
    }

    .salmanzo-nav a{
      font-size:13px;
      padding:6px 0 10px;
    }

    .salmanzo-hero-bg{
      background:
        linear-gradient(180deg, rgba(0,0,0,.36) 0%, rgba(0,0,0,.46) 100%),
        url('https://www.testsitedemo.com/wp-content/uploads/2026/03/sal-manzo-plumbing-truck-long-island-fall-516-783-0490-1.png') 66% center / cover no-repeat;
    }

    .salmanzo-copy{
      padding:54px 0 18px;
      max-width:100%;
    }

    .salmanzo-copy h1{
      font-size:38px;
      line-height:1;
      margin-bottom:14px;
    }

    .salmanzo-copy p{
      font-size:19px;
      line-height:1.38;
      margin-bottom:20px;
    }

    .salmanzo-cta-row{
      gap:12px;
    }

    .salmanzo-btn{
     padding:0 10px;
      min-height:52px;
      font-size:17px;
    }

    .salmanzo-formwrap{
      max-width:100%;
      margin:0 auto;
      padding:0 0 10px;
    }

    .salmanzo-formcard{
      border-radius:14px;
      padding:14px;
    }

    .salmanzo-formcard h3{
      font-size:21px;
      margin-bottom:10px;
    }

    .salmanzo-form input,
    .salmanzo-form select{
      min-height:44px;
      font-size:15px;
    }

    .salmanzo-form button{
      min-height:48px;
      font-size:17px;
    }

    .salmanzo-ticker-track{
      min-height:60px;
      font-size:14px;
      gap:26px;
      animation-duration:24s;
    }

    .salmanzo-mobile-callbar{
      display:block;
      position:fixed;
      left:0;
      right:0;
      bottom:0;
      z-index:9999;
      background:rgba(255,255,255,.97);
      box-shadow:0 -8px 20px rgba(0,0,0,.12);
      padding:10px 12px calc(10px + env(safe-area-inset-bottom));
    }

    .salmanzo-mobile-callbar a{
      min-height:52px;
      border-radius:14px;
      background:var(--sm-gold);
      color:#1f2a23;
      font-size:19px;
      font-weight:900;
      display:flex;
      align-items:center;
      justify-content:center;
      width:100%;
    }

    body{
      padding-bottom:84px;
    }

  }
  
  
.salmanzo-action-bar{
  display:inline-flex;
  align-items:center;
  gap:14px;
  background:#0b5a2b;
  padding: 5px 10px;
  margin: 5px;
  border-radius:14px;
  box-shadow:0 6px 16px rgba(0,0,0,0.25);
}

/* ICON ITEMS */
.salmanzo-action-bar .action-item{
  width:30px;
  height:30px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:8px;
  color:#fff;
  font-size:18px;
  transition:all 0.2s ease;
}

/* HOVER EFFECT */
.salmanzo-action-bar .action-item:hover{
  background:rgba(255,255,255,0.12);
  transform:translateY(-2px);
}