/*-- Global --*/

.list {
    padding: 2em 0 0;
}

strong {
    font-weight: bold;
}

h1,
.page-home .text h2 {
    font-family: "Alex Brush", cursive !important;
    font-weight: 400 !important;
    font-size: 2.25rem !important;
}

@media (min-width: 568px) {
    h1 {
        font-size: 2.75rem !important;
    }

    .page-home .text h2 {
        font-size: 2.75rem!important;
    }
}

.cw-alexBrush {
    font-family: "Alex Brush", cursive !important;
    font-weight: 400 !important; 
    font-size: 2rem;
    line-height: 1.1;
}

.cw-bgDarker {
    background: #c8c7c2
}

.contact-title {
    text-transform: none!important;
}


/*-- Header --*/

.carousel-item {
    height: 460px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

section:not(.page-home) .carousel-item {
    height: 390px;
}

.header-info {
    z-index: 2;
    top: 0;
}

section:not(.page-home) .header .header-info {
    padding: .5em 0;
}

.header-info-logo-img img {
    width: 200px;
}

@media (min-width: 568px) {
    .page-home .header-info-logo-img img {
        width: 300px;
    }

}

.header .header-business {
    font-size: 1.2rem;
}

.header .header-info-business {
    position: absolute;
    z-index: 200;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
}

header .header-business + .header-business::before {
    vertical-align: middle;
}

.header .navbar .nav-link {
    text-transform: uppercase;
    font-weight: normal;
}

.social img {
    width: 32px;
}

@media (min-width: 1240px) {
    .social {
        position: absolute;
        right: 1em;
        top: .3em;
    }

    section:not(.page-home) .carousel .carousel-item {
        height: 300px;
    }
}

@media (max-width: 1200px) and (min-width: 992px) {

    .header .navbar-expand-lg .navbar-nav .nav-link {
        font-size: .8em;
    }
}

/*-- Home --*/

.page-home .title h1 {
    margin-bottom: 0;
    text-shadow: 2px 1px 0 rgba(0, 0, 0, 0.35);
}

.page-home .list .container {
    max-width: 1240px;
}

.card-text {
    font-style: italic;
    font-size: .95rem;
    color: black;
}

.text-muted {
    color: var(--color-theme-background)!important;
}

/*-- Home --*/

.page-services .detailedlist,
.page-cleaning-solutions .detailedlist
{
    padding: 0;
}

.page-services .list-wrap {
    margin-bottom: 1em;
}

.page-services .list-img-wrap {
    padding: 1.5em 0;
}

/*--- Social Footer ---*/

.footer {
    margin-top: -2rem;
}

.cw-social {
    padding: 1% 0;
    background-color: #006188 !important;
    
}


.cw-page-hero {
  background: #ffffff;
  padding: 70px 0 40px;
}

.cw-page-tag {
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #222222;
  background: #f3f3f3;
  padding: 8px 14px;
  border-radius: 50px;
  margin-bottom: 18px;
}

.cw-page-title {
  font-size: 2.7rem;
  line-height: 1.15;
  font-weight: 800;
  color: #111111;
  margin-bottom: 15px;
}

.cw-page-subtitle {
  font-size: 1.1rem;
  color: #555555;
}

.cw-service-intro {
  background: #ffffff;
  padding: 20px 0 40px;
}

.cw-service-image-wrap {
  border-radius: 18px;
  overflow: hidden;
  background: #f7f7f7;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.cw-service-image {
  width: 100%;
  display: block;
  object-fit: cover;
}

.cw-content-card {
  background: #ffffff;
  border: 1px solid #ececec;
  border-radius: 18px;
  padding: 35px 30px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.cw-section-title {
  font-size: 2rem;
  font-weight: 800;
  color: #111111;
  margin-bottom: 18px;
}

.cw-lead-text {
  font-size: 1.15rem;
  font-weight: 600;
  color: #333333;
}

.cw-service-section {
  background: #ffffff;
  padding: 30px 0 40px;
}

.cw-service-card {
  background: #ffffff;
  border: 1px solid #e9e9e9;
  border-radius: 18px;
  padding: 32px 28px;
  box-shadow: 0 10px 24px rgba(0,0,0,0.05);
}

.cw-service-card-head h2 {
  font-size: 1.9rem;
  font-weight: 800;
  color: #111111;
  margin-bottom: 10px;
}

.cw-service-card-head p {
  font-size: 1.02rem;
  font-weight: 600;
  color: #444444;
  margin-bottom: 22px;
}

.cw-subheading {
  font-size: 1.1rem;
  font-weight: 800;
  color: #111111;
  margin-top: 24px;
  margin-bottom: 14px;
}

.cw-list {
  padding-left: 20px;
  margin-bottom: 0;
}

.cw-list li {
  margin-bottom: 10px;
  color: #444444;
  line-height: 1.65;
}

.cw-option-box {
  background: #f8f8f8;
  border: 1px solid #ececec;
  border-radius: 14px;
  padding: 18px 18px;
  margin-bottom: 14px;
}

.cw-option-box h4 {
  font-size: 1.05rem;
  font-weight: 800;
  color: #111111;
  margin-bottom: 8px;
}

.cw-why-section {
  background: #fafafa;
  padding: 50px 0;
}

.cw-why-box {
  background: #ffffff;
  border: 1px solid #ececec;
  border-radius: 20px;
  padding: 40px 30px;
  box-shadow: 0 10px 28px rgba(0,0,0,0.05);
}

.cw-cta-section {
  background: #ffffff;
  padding: 60px 0 70px;
}

.cw-cta-title {
  font-size: 2.3rem;
  font-weight: 800;
  color: #111111;
  margin-bottom: 15px;
}

.cw-cta-text {
  font-size: 1.08rem;
  color: #555555;
  margin-bottom: 26px;
}

.cw-btn-primary {
  background: #111111;
  color: #ffffff;
  border: 2px solid #111111;
  border-radius: 50px;
  padding: 12px 28px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.cw-btn-primary:hover,
.cw-btn-primary:focus {
  background: #ffffff;
  color: #111111;
  border-color: #111111;
  text-decoration: none;
}

@media (max-width: 991.98px) {
  .cw-page-title {
    font-size: 2.2rem;
  }

  .cw-section-title {
    font-size: 1.7rem;
  }

  .cw-cta-title {
    font-size: 1.9rem;
  }
}

@media (max-width: 575.98px) {
  .cw-page-hero {
    padding: 55px 0 30px;
  }

  .cw-page-title {
    font-size: 1.9rem;
  }

  .cw-content-card,
  .cw-service-card,
  .cw-why-box {
    padding: 24px 20px;
  }

  .cw-cta-title {
    font-size: 1.7rem;
  }
}