.header .header-info-logo-img img {
  max-width: 275px;
  margin: auto;
  width: 100%;
}


/* 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;
}