.header .header-info-logo-img img {
  max-width: 275px;
  margin: auto;
  width: 100%;
}

.header .header-info {
      background: linear-gradient(rgba(255,255,255,0.4),rgba(255,255,255,0.4)), url("https://apihoard.webit.com/api/v1/Image/DAC8F115F95FAE5CC1DDE8D7800A3927/DAC8F115F95FAE5CC1DDE8D7800A3927.png?size=1920x1440") no-repeat center center;
background-size: cover;
}


/* Social Media */
.header .cw-social-media a .fa {
  color: #FFFFFF;
      transition: All .25s ease-in-out;
      -webkit-transition: All .25s ease-in-out;
      -moz-transition: All .25s ease-in-out;
      -o-transition: All .25s ease-in-out;
}

.header .cw-social-media a:hover .fa {
  transform: scale(1.125);
      transition: All .25s ease-in;
      -webkit-transition: All .25s ease-in;
      -moz-transition: All .25s ease-in;
      -o-transition: All .25s ease-in;
}

.header .cw-social-media .fa {
  font-size: 1.5em;
  background-color: #000000;
  width: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.25);
      margin: .1em;
}

/* Icon Colors */
.header .cw-social-media .fa.fa-facebook-official {
  background-color: #3E5996;
}

.header .cw-social-media .fa.fa-twitter {
  background-color: #30C3F5;
}

.header .cw-social-media .fa.fa-youtube-play {
  background-color: #DC372E;
}

.header .cw-social-media .fa.fa-instagram {
  background: #d6249f;
  background: -webkit-radial-gradient(30% 107%, circle, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background: -o-radial-gradient(30% 107%, circle, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.header .cw-social-media .fa.fa-pinterest {
  background-color: #E72139;
}


/*-- Global --*/

.list {
    padding-bottom: 0;
}

.list-wrap {
    margin-bottom: 2em;
}

a.btn.btn-primary {
  color: #314B37 !important;
}

a.btn.btn-primary:hover, a.btn.btn-primary:focus {
  color: #fff !important;
}

.header li.nav-item.active a.dropdown-item:not(.active) {
  color: #314B37 !important;
}

.header .navbar .navbar-nav .nav-link{
    text-transform: uppercase;
}
.header .header-business {
    font-size: 35px;
}
.header .header-info-logo-img {
    padding: .2em;
}

.header li.nav-item.active a {
  color: #fff !important;
}
/*--- Hero ---*/
.hero {
    background: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4)), url("https://apihoard.webit.com/api/v1/Image/71DC08F25E0B9F87730C48628AEB8C5C/71DC08F25E0B9F87730C48628AEB8C5C.jpg?size=1920x1440") no-repeat center center;
    margin-top: -1px;
    overflow: hidden;
    padding-top: 8.5em;
    padding-bottom: 7em;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

@media(max-width: 567px) {
    .hero {
        padding-top: 3em;
        padding-bottom: 3em;
        min-height: 410px;
    }   
}

.hero .hero-container {
    z-index: 2;
}

.hero-lines span {
    display: inline-block;
    vertical-align: middle;
    max-width: 55%;
    margin: 0 8px;
}

.hero-lines::before,
.hero-lines::after {
    content: ' ';
    height: 3px;
    width: 10%;
    background: var(--color-theme-highlight);
    display: inline-block;
    vertical-align: middle;
}

.hero .display-4 {
    font-size: 2rem;
}

.hero-btm-line {
    height: 3px;
    width: 75%;
    background: var(--color-theme-highlight);
    margin: 25px auto;
}
@media (min-width: 440px) {

}
@media (min-width: 768px) {
    .hero .display-4 {
        font-size: 3rem;
    }
    .hero {
        padding-bottom: 15em;
    }
}


/* ============== What we do section ============ */
.cw-whatwedo {
    background-color: #797979;
    max-width: 1260px !important;
    position: relative;
  }
  .cw-whatwedo  hr{
    border-top-color:rgba(255, 255, 255, 0.6);
  }
  .cw-whatwedo .display-4{
    font-size: 1.5rem;
  }
  @media (min-width: 992px) {
    .cw-whatwedo {
        margin-top: -5em;
      }
      .cw-whatwedo .display-4{
        font-size: 3.5rem;
      }
}

/* ================= About us =========== */

@media (min-width: 992px) {
  .cw-aboutUSIMG {
    margin-top: -36em;
  }
}

@media (min-width: 1200px) {
  .cw-aboutUSIMG {
    margin-top: -34em;
    margin-bottom: -9em;
  }
}
  /* ================ Quote section ========== */
  .cw-quoteSection {
    background: 
linear-gradient(
  rgba(0, 0, 0, 0.7), 
  rgba(0, 0, 0, 0.7)
),
url(https://apihoard.webit.com/api/v1/Image/08397EBBE115077D849BDCB795504DD2/08397EBBE115077D849BDCB795504DD2.jpg?size=1920x1440);
background-position: center;
}
.page-home .form-disclaimer, .page-home .form-smtext{
  display: none;
}
.page-home .form {
  background-color: #eeeeee;
}
@media (min-width: 992px) {
  .page-home .form-wrap {
  margin-top: -32em;
  background-color: #eeeeee;
  padding: 40px;
  width: 50%;
  position: absolute;
  right: 5em;
  -webkit-box-shadow: 0 10px 32px 0 rgb(0 220 0 / 10%);
  -moz-box-shadow: 0 10px 32px 0 rgba(0,0,0,.1);
  box-shadow: 0 10px 32px 0 rgb(0 0 0 / 10%);
  }
  .page-home .form {
    background-color: #ffffff;
    padding-top: 0 !important;
  }
}

@media (min-width: 1600px) {
  .page-home .form-wrap {
    width: 30%;
    right: 26em;
    }
}

/* ============= Banner ============ */
.cw-banner {
    background: 
    linear-gradient(
      rgba(0, 0, 0, 0.6), 
      rgba(0, 0, 0, 0.6)
    ),
    url(https://apihoard.webit.com/api/v1/Image/2B90A5E7CF6279AB751F264A6CDC72C4/2B90A5E7CF6279AB751F264A6CDC72C4.jpg?size=1920x1440);
    background-position: bottom;
    background-size: cover;
}

/*-- Subpages --*/

section:not(.page-home) .title:first-of-type {
    background: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4)), url("https://apihoard.webit.com/api/v1/Image/E2A0ECEFF124067BD5A65A8B206D2441/E2A0ECEFF124067BD5A65A8B206D2441.png?size=1920x1440") no-repeat center center;
    overflow: hidden;
    min-height: 200px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-bottom: 1em;
    padding-top: 50px;
}

section:not(.page-home) .title:first-of-type h1 {
    color: white;
}

.title+.businessinfo {
    padding-top: 2em;
}


/* ---- Modal ----*/

.page-home .modal-content {
  background-image: url(https://apihoard.webit.com/api/v1/Image/534096DDA668A9826ACBFCD8542DADFE/534096DDA668A9826ACBFCD8542DADFE.png?size=1920x1440);
  background-size: cover;
}

.page-home .modal-body p.h4 {
  font-size: 2rem;
  text-shadow: 0 0 15px black;
}

.page-home .modal-body p.h4 span {
  font-size: 3rem;
}

.page-home .modal-footer {
  border-top: none;
}



.header .header-business-name, .header .header-info-business * {
  align-items: center !important;
  justify-content: center;
}

/* Subscription */
.intro-section {
  background-color: #fff;
  padding: 60px 20px;
  text-align: center;
}
.intro-section img {
  max-width: 200px;
  margin-bottom: 20px;
}
.intro-text h1 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #06D100;
}
.intro-text p {
  font-size: 1.1rem;
}
.intro-text .tagline {
  color: #777;
  font-style: italic;
}
.section-title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
  color: #06D100;
}
.bundle-card {
  border-radius: 12px;
  box-shadow: 0px 4px 8px rgba(0,0,0,0.1);
  transition: transform 0.2s;
  height: 100%;
}
.bundle-card:hover {
  transform: translateY(-5px);
}
.scan-save {
  background: #06D100;
  color: #fff;
  padding: 40px 20px;
}
.qr-code {
  max-width: 160px;
}
ul li {
  margin-bottom: .35rem;
}
.price {
  font-weight: bold;
  color: #06D100;
}

/* =============== Gutter Cleaning ============ */
.cw-gutter-page {
    font-family: inherit;
    color: #333;
    background: #fff;
}

/* HERO */
.cw-gutter-hero {
    position: relative;
    padding: 90px 0;
    background: linear-gradient(135deg, #46B749 0%, #9FCC3B 55%, #DBE11E 100%);
    color: #fff;
    overflow: hidden;
}

.cw-gutter-hero:before {
    content: "";
    position: absolute;
    width: 450px;
    height: 450px;
    border: 70px solid rgba(255,255,255,0.05);
    border-radius: 50%;
    right: -150px;
    top: -180px;
}

.cw-gutter-hero:after {
    content: "";
    position: absolute;
    width: 250px;
    height: 250px;
    border: 45px solid rgba(255,255,255,0.04);
    border-radius: 50%;
    left: -120px;
    bottom: -120px;
}

.cw-gutter-hero-content {
    position: relative;
    z-index: 2;
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
}

.cw-gutter-hero h1 {
    margin: 0 0 20px;
    font-size: 46px;
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: -1px;
}

.cw-gutter-hero-subtitle {
    max-width: 720px;
    margin: 0 auto 30px;
    font-size: 21px;
    line-height: 1.6;
    color: rgba(255,255,255,0.92);
}

.cw-gutter-call-btn {
    display: inline-block;
    padding: 15px 30px;
    background: #fff;
    color: #46B749;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 4px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.18);
    transition: all 0.25s ease;
}

.cw-gutter-call-btn:hover,
.cw-gutter-call-btn:focus {
    color: #46B749;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.25);
}

/* INTRO */
.cw-gutter-intro {
    padding: 65px 0;
    background: #fff;
}

.cw-gutter-intro-inner {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.cw-gutter-intro p {
    margin: 0;
    font-size: 18px;
    line-height: 1.8;
    color: #555;
}

/* SECTION */
.cw-gutter-section {
    padding: 75px 0;
}

.cw-gutter-section-alt {
    background: #f5f8fa;
}

.cw-gutter-section-heading {
    max-width: 800px;
    margin: 0 auto 45px;
    text-align: center;
}

.cw-gutter-section-heading h2 {
    margin: 0 0 15px;
    font-size: 34px;
    font-weight: 700;
}

.cw-gutter-section-heading p {
    margin: 0;
    color: #666;
    font-size: 17px;
    line-height: 1.7;
}

/* PROCESS CARDS */
.cw-gutter-process {
    margin-top: 40px;
}

.cw-gutter-process-card {
    position: relative;
    min-height: 250px;
    margin-bottom: 30px;
    padding: 35px 30px 30px;
    background: #fff;
    border: 1px solid #e6eaed;
    border-radius: 6px;
    box-shadow: 0 8px 25px rgba(16,42,67,0.07);
    transition: all 0.25s ease;
}

.cw-gutter-process-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 35px rgba(16,42,67,0.12);
}

.cw-gutter-number {
    position: absolute;
    top: -18px;
    left: 30px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: #06D100;
    color: #fff;
    border-radius: 50%;
    font-weight: 700;
}

.cw-gutter-process-card h3 {
    margin: 5px 0 15px;
    font-size: 21px;
    font-weight: 700;
}

.cw-gutter-process-card p {
    margin: 0;
    color: #666;
    font-size: 15px;
    line-height: 1.75;
}

/* SUB SERVICES */
.cw-gutter-services-grid {
    margin-top: 20px;
}

.cw-gutter-service-card {
    margin-bottom: 30px;
    padding: 30px;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #e5e9ec;
    min-height: 180px;
    transition: all 0.25s ease;
}

.cw-gutter-service-card:hover {
    border-color: #DBE11E;
    box-shadow: 0 10px 28px rgba(16,42,67,0.08);
}

.cw-gutter-service-icon {
    float: left;
    width: 55px;
    height: 55px;
    margin-right: 20px;
    background: #151515;
    color: #DBE11E;
    border-radius: 50%;
    text-align: center;
    line-height: 55px;
    font-size: 22px;
}

.cw-gutter-service-content {
    overflow: hidden;
}

.cw-gutter-service-card h3 {
    margin: 3px 0 12px;
    font-size: 19px;
    line-height: 1.35;
    font-weight: 700;
}

.cw-gutter-service-card p {
    margin: 0;
    color: #666;
    font-size: 15px;
    line-height: 1.7;
}

/* SERVICE AREA */
.cw-gutter-area {
    padding: 75px 0;
    background: #46B749;
    color: #fff;
}

.cw-gutter-area-heading {
    text-align: center;
    margin-bottom: 40px;
}

.cw-gutter-area-heading h2 {
    margin: 0 0 15px;
    font-size: 34px;
    font-weight: 700;
}

.cw-gutter-area-heading p {
    margin: 0;
    color: rgba(255,255,255,0.75);
    font-size: 17px;
}

.cw-gutter-area-box {
    padding: 35px;
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 6px;
}

.cw-gutter-area-box p {
    margin: 0 0 25px;
    font-size: 16px;
    line-height: 1.8;
    color: rgba(255,255,255,0.9);
}

.cw-gutter-area-box p:last-child {
    margin-bottom: 0;
}

.cw-gutter-area-box strong {
    color: #fff;
}

/* CTA */
.cw-gutter-final-cta {
    padding: 80px 0;
    text-align: center;
    background: #f5f8fa;
}

.cw-gutter-final-cta h2 {
    margin: 0 0 15px;
    font-size: 36px;
    font-weight: 700;
}

.cw-gutter-final-cta p {
    margin: 0 0 25px;
    color: #666;
    font-size: 18px;
    line-height: 1.7;
}

.cw-gutter-phone {
    display: inline-block;
    margin-bottom: 12px;
    color: #46B749;
    font-size: 25px;
    font-weight: 700;
    text-decoration: none;
}

.cw-gutter-phone:hover,
.cw-gutter-phone:focus {
    color: #DBE11E;
    text-decoration: none;
}

.cw-gutter-email {
    display: block;
    color: #000000;
    font-size: 16px;
    text-decoration: none;
}

.cw-gutter-email:hover,
.cw-gutter-email:focus {
    color: #46B749;
    text-decoration: none;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .cw-gutter-hero {
        padding: 70px 0;
    }

    .cw-gutter-hero h1 {
        font-size: 38px;
    }

    .cw-gutter-process-card {
        min-height: 0;
    }
}

@media (max-width: 767px) {
    .cw-gutter-hero {
        padding: 55px 20px;
    }

    .cw-gutter-hero h1 {
        font-size: 31px;
    }

    .cw-gutter-hero-subtitle {
        font-size: 17px;
    }

    .cw-gutter-section,
    .cw-gutter-area,
    .cw-gutter-final-cta {
        padding: 55px 0;
    }

    .cw-gutter-section-heading h2,
    .cw-gutter-area-heading h2,
    .cw-gutter-final-cta h2 {
        font-size: 28px;
    }

    .cw-gutter-process-card,
    .cw-gutter-service-card,
    .cw-gutter-area-box {
        padding: 25px;
    }
}