/* ****** Services detail ****** */
.inner-banner-lg {
  min-height: 515px;
  padding-bottom: 80px;

  & .innerbanner-wrap {
    justify-content: space-between;
  }

  & .service-banner-content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: calc(100% - 70px);
    justify-content: center;

    & .heading-50 {
      margin-bottom: 30px;
    }
  }
}

.banner-small-tag {
  font-size: 16px;
  font-weight: var(--font-weight-bold);
  text-transform: uppercase;
  margin-bottom: 20px;
  color: var(--white);
}

.industries-serve-section {
  background: var(--grey);
  padding-top: 180px;
  margin-top: -40px;

  & .industries-block {
    background-color: var(--white);
    margin-bottom: 0;
  }

  & .industries-slider {
    margin-bottom: 0;
  }
}

.service-list-column {
  column-count: 3;

  >li {
    break-inside: avoid;
    page-break-inside: avoid;
    /* legacy */
    column-break-inside: avoid;
  }
}

.content-wrapper .whychoose-list {
  padding-right: 100px;

  & li:not(:last-of-type) {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(32, 32, 32, 0.1);
  }

  & strong {
    display: block;
    font-size: 16px;
    color: var(--dark-theme);
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 10px;
  }
}

/* ********** KEYFACTOR ********* */
/*-------- media query --------*/

@media (max-width: 1599.98px) {}

@media (max-width: 1439.98px) {
  .inner-banner-lg {
    min-height: 450px;
  }

  .content-wrapper .whychoose-list {
    padding-right: 70px;
  }
}

@media (max-width: 1199.98px) {
  .inner-banner-lg {
    min-height: 400px;
  }

  .content-wrapper .whychoose-list {
    padding-right: 50px;
  }

  .inner-banner-lg {
    padding-bottom: 60px;
  }
}

@media (max-width: 991.98px) {

  .why-choose-left,
  .why-choose-right {
    width: 100%;
  }

  .content-wrapper .whychoose-list {
    & strong {
      margin-bottom: 5px;
    }
  }

  .content-wrapper .whychoose-list,
  .why-choose-left {
    padding-right: 0;
  }

  .content-wrapper.pt-pb100 {
    & .content-block {
      margin-bottom: 40px;
    }
  }

  .inner-banner-lg {
    padding-bottom: 40px;
  }
}

@media (max-width: 767.98px) {
  .service-list-column {
    column-count: 2;
  }

  .industries-serve-section {
    padding-top: 140px;
    margin-top: -20px;
  }

  .inner-banner-lg {
    min-height: 300px;
    padding-bottom: 0;
  }
}

@media (max-width: 575.98px) {
  .service-list-column {
    column-count: 1;
  }

  .industries-serve-section {
    padding-top: 40px;
    margin-top: 0;
  }

  .industries-serve-section {
    & .heading-40 {
      margin-bottom: 20px;
    }
  }

  .content-wrapper .whychoose-list {
    & strong {
      font-size: 15px;
    }
  }
}

.how-work-section.paintpattern {
  &:after {
    filter: brightness(0) invert(1);
  }
}

.pb-0:has(+ .hm_testimonial_sec) {
  padding-bottom: 0 !important;
}