.site-banner {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}

#site-banner:after {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 10.51%,
    #fff 53.69%
  );
  width: 100%;
  display: inline-block;
  content: "";
  position: absolute;
  height: 200px;
  bottom: 0;
  background: #ffffff;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 17%,
    rgba(255, 255, 255, 1) 73%
  );
}

.img-screen {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.site-banner .content-banner {
  position: relative;
  z-index: 9;
}

.site-banner .content-banner {
  max-width: 100%;
  color: var(--white);
}

.content-banner .button-group-banner {
  margin-top: 28px;
}

.banner-wrapper {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 56px;
}

.banner-wrapper h1 {
  color: var(--white);
  font-weight: 500;
  margin-bottom: 24px;

  letter-spacing: -2.24px;
}

.banner-wrapper h1 strong {
  color: var(--green-alt);
  font-weight: 500;
}

.banner-wrapper .content {
  font-weight: 400;
  line-height: 150%;
  max-width: 622px;
  margin: 0 auto;
}

.wrapp-cta-banner {
  margin-top: 34px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  flex-flow: row wrap;
  justify-content: center;
}

.wrapp-cta-banner #btn-banner-primary a {
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(6px);
  padding: 10px 20px;
  border: none;
}

.wrapp-cta-banner #btn-banner-secondary a {
  padding: 10px 20px;
  border: none;
  border-radius: 24px;
  border: 1px solid var(--Opacity-Transparent, rgba(255, 255, 255, 0));
  background: rgba(13, 12, 12, 0.1);
  backdrop-filter: blur(6px);
}

.badge-counter-content {
  border-radius: 8px;
  background: #fff;
  box-shadow: 7px -30px 32px 0 rgba(128, 140, 142, 0.2);
  padding: 16px;
  display: flex;
  align-items: center;
  column-gap: 20px;
}

.banner-badge-counter {
  width: fit-content;
  position: absolute;
  bottom: 255px;
  z-index: 9;
}

.badge-counter-content .badge-number {
  width: 52%;
}

.badge-counter-content .badge-description {
  width: 52%;
}

.badge-number {
  border-radius: 4px;
  background: #eff4f4;
  font-weight: 600;
  line-height: 140%; /* 67.2px */
  letter-spacing: -0.48px;
  color: #98cda9;
  padding: 16px;
}

.badge-description {
  font-weight: 400;
  color: #000;
}

.banner-google-review {
  border-radius: 89px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(240, 240, 240, 0.3);
  backdrop-filter: blur(6px);
  padding: 16px;
}

.google-review-icon img {
  width: 20px;
}

.google-review-icon {
  display: flex;
  flex-flow: column;
  gap: 16px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.google-review-total,
.google-review-rating,
.google-review-content,
.google-review-icon,
.banner-google-review {
  width: fit-content;
  color: var(--white);
}

.google-review-rating {
  text-decoration: underline;
}

.banner-google-review {
  position: absolute;
  bottom: 25%;
}

#btn-banner-primary a span,
#btn-banner-secondary a span {
  margin-right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
}

#btn-banner-primary a span:after,
#btn-banner-secondary a span:after {
  content: "";
  display: inline-block;
  transition: 0.3s;
}

#btn-banner-primary a:hover span:after,
#btn-banner-secondary a:hover span:after {
  transform: rotate(45deg);
}

/* #btn-banner-primary a span:after {
  background: url(/wp-content/uploads/2025/09/green-arrow.svg) center/contain
    no-repeat;
  width: 32px;
  height: 32px;
  margin-left: 24px;
}

#btn-banner-secondary a span:after {
  background: url(/wp-content/uploads/2025/09/transparent-arrow.svg)
    center/contain no-repeat;
  width: 24px;
  height: 24px;
  margin-left: 16px;
} */

@media all and (min-width: 1500px) {
  .site-banner .content-banner {
    width: 768px;
    margin: 0 auto;
  }
}

@media all and (max-width: 1600px) and (min-width: 1441px) {
  .img-screen {
    width: 750px;
  }
	body .banner-google-review{
		bottom: 7%;
	}
	
	body .banner-badge-counter{
		bottom: 160px;
	}
}

@media all and (max-width: 1440px) and (min-width: 1170px) {
  .img-screen {
    width: 900px;
  }
}

@media all and (max-width: 1170px) and (min-width: 1024px) {
  .img-screen {
    width: 800px;
  }
}

@media all and (max-width: 1023px) and (min-width: 901px) {
  .img-screen {
    width: 700px;
  }
}

@media all and (max-width: 900px) and (min-width: 768px) {
  .img-screen {
    width: 600px;
  }
}

@media all and (max-width: 767px) and (min-width: 601px) {
  .img-screen {
    width: 500px;
  }
}

@media all and (max-width: 600px) {
  .img-screen {
    max-width: 100%;
    width: 100%;
    padding: 0 16px;
  }
}

@media all and (min-width: 901px) {
  .site-banner.banner-size-medium {
    min-height: 400px;
  }

  .site-banner.banner-size-large {
    min-height: 100vh;
  }
}

@media all and (min-width: 601px) {
  .banner-wrapper h1 {
    font-size: 56px;
    line-height: 61px;
  }

  .banner-wrapper .content {
    font-size: 18px;
  }
}

@media all and (min-width: 901px) {
  #site-banner,
  .banner-wrapper {
    min-height: 1130px;
  }

  .banner-wrapper {
    padding-top: calc(136px + var(--offset-top));
    background-position: bottom !important;
  }
}
@media all and (max-width: 900px) {
  #site-banner,
  .banner-wrapper {
    min-height: 100vh;
  }
}
@media all and (max-width: 600px) {
  .banner-wrapper h1 {
    font-size: 40px;
    line-height: 44px;
  }

  .banner-wrapper .content {
    font-size: 16px;
  }

  body .banner-wrapper {
    padding: 125px 24px 310px 24px;
  }

  .site-banner .banner-wrapper {
    background-position: bottom !important;
  }

  #site-banner:after {
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 17%,
      rgba(255, 255, 255, 1) 100%
    ) !important;
  }
}
