#wrapper {
  overflow: hidden;
  position: relative;
}

.inner-hero {
  position: relative;
  background: linear-gradient(180deg, #FFFFFF 0%, #F6FAF8 10%, #EDF5F0 20%, #E8F5ED 40%, #DDF3E2 65%, #C2F0CA 100%) !important;
  text-align: center;
  background-color: #ffffff;
  position: relative;
  padding: 50px 0 0;
}

.inner-hero:before {
  content: "";
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 124px;
  z-index: 1;
}

.inner-hero .container {
  position: relative;
  z-index: 2;
}

.inner-hero .post-info {
  list-style: none;
  padding: 0;
  margin: 0 0 25px;
  font-size: 14px;
  letter-spacing: -0.21px;
  text-align: left;
}

.inner-hero .post-info li {
  position: relative;
  padding: 0 0 12px;
  margin-bottom: 12px;
}

.inner-hero .post-info li:before {
  content: "";
  position: absolute;
  left: 50%;
  height: 1px;
  background-color: #000000;
  opacity: .08;
  width: 100%;
  bottom: 0;
  transform: translateX(-50%);
}

.inner-hero .post-info li:last-child:before {
  display: none;
}

.inner-hero .post-info h6 {
  margin-bottom: 4px;
  letter-spacing: -0.21px;
  font-size: 14px;
  font-weight: 500;
  font-family: "inter";
}

.inner-hero .post-info span {
  display: block;
  font-weight: 400;
}

.inner-hero .post-info .avatar-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.inner-hero .post-info .avatar-box .img-holder {
  width: 44px;
  height: 44px;
  overflow: hidden;
  border-radius: 50%;
}

.inner-hero .post-info .avatar-box .text-holder {
  padding-left: 12px;
  width: calc(100% - 44px);
}

.inner-hero .title-text {
  font-weight: 600;
}

.inner-hero h1 {
  font-family: "inter";
  font-weight: 600;
}

.inner-hero .title-holder {
  margin-bottom: 50px;
}

.inner-hero .campaigns-box {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
}

.inner-hero .campaigns-box img {
  width: 100%;
}

.industries {
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.industries.base-section {
    background: linear-gradient(45deg, #C2F0CA 0%, #DDF3E2 4.5%, #E8F5ED 9%, #EDF5F0 13.5%, #FFFFFF 18%) !important;
    position: relative; /* needed for the overlay */
    z-index: 0;
}

.industries.base-section::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  border-radius: inherit;

  /* glow tuning */
  --glow-rx: 400px; 
  --glow-ry: 680px;
  --glow-alpha: 0.25;
  --glow-core: 25%;

  background-image:
    radial-gradient(ellipse var(--glow-rx) var(--glow-ry) at left 17.5%,
      rgba(194,240,202,var(--glow-alpha)) 0,
      rgba(194,240,202,var(--glow-alpha)) var(--glow-core),
      rgba(194,240,202,0) 100%),
    radial-gradient(ellipse var(--glow-rx) var(--glow-ry) at right 35%,
      rgba(194,240,202,var(--glow-alpha)) 0,
      rgba(194,240,202,var(--glow-alpha)) var(--glow-core),
      rgba(194,240,202,0) 100%),
    radial-gradient(ellipse var(--glow-rx) var(--glow-ry) at left 52.5%,
      rgba(194,240,202,var(--glow-alpha)) 0,
      rgba(194,240,202,var(--glow-alpha)) var(--glow-core),
      rgba(194,240,202,0) 100%),
    radial-gradient(ellipse var(--glow-rx) var(--glow-ry) at right 70%,
      rgba(194,240,202,var(--glow-alpha)) 0,
      rgba(194,240,202,var(--glow-alpha)) var(--glow-core),
      rgba(194,240,202,0) 100%);

  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
}

/* keep content above overlay */
.industries.base-section > * {
  position: relative;
  z-index: 1;
}

/* Optional mobile adjustments */
@media (max-width: 900px) {
  .industries.base-section::after {
    --glow-rx: 320px;   /* shorter reach on mobile */
    --glow-ry: 320px;   /* shorter vertically on small screens */
    --glow-alpha: 0.21; /* slightly softer for mobile */
  }
}

















.industries .container {
  max-width: 1260px;
}

.industries-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.industries-list li {
  position: relative;
  padding-bottom: 1px;
}

.industries-list li:last-child:before {
  display: none;
}

.industries-list li:before {
  content: "";
  position: absolute;
  bottom: 0;
  max-width: 1040px;
  width: 100%;
  height: 1px;
  opacity: .6;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(270deg, rgba(95, 172, 90, 0) 0%, #5fac5a 50%, rgba(95, 172, 90, 0) 100%);
}

.blockquote-box {
  letter-spacing: -0.27px;
  line-height: 1.77778;
  border-bottom: none;
  background-repeat: no-repeat;
  font-weight: 400;
  padding: 30px;
}

.blockquote-box h5 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.3px;
  line-height: 1.8;
  margin-bottom: 17px;
}

.blockquote-box p {
  margin-bottom: 16px;
}

.blockquote-box .sign-holder {
  display: block;
  margin-top: 35px;
  margin-bottom: 6px;
}

.blockquote-box .cite {
  display: block;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.24px;
  color: #202427;
}

.industries-description {
  padding: 30px;
  letter-spacing: -0.27px;
  line-height: 1.77778;
  font-weight: 400;
}

.industries-description .name-holder {
  margin-bottom: 35px;
}

.industries-description .icon-holder {
  max-width: 30px;
  margin-bottom: 15px;
}

.industries-description .icon-holder img {
  max-width: 100%;
}

.industries-description h4 {
  font-weight: 500;
  letter-spacing: -0.4px;
  line-height: 1.4;
  margin-bottom: 15px;
  color: #232935;
}

.industries-description .subtitle {
  color: rgba(35, 41, 53, .88);
  display: block;
  letter-spacing: -0.27px;
  font-weight: 500;
  font-size: 16px;
}

.industries-description .subtitle span {
  color: rgba(35, 41, 53, .4);
}

.industries-description p {
  margin-bottom: 16px;
}

.industries-description p:last-child {
  margin-bottom: 0;
}

.industries-description p a {
  font-weight: 500;
  word-break: break-word;
}

.clear-choise {
  border-radius: 20px;
  border: 1.5px solid rgba(91, 177, 100, .1);
  box-shadow: 0 24px 60px 0 rgba(17, 70, 29, .06);
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  background-repeat: no-repeat;
  padding: 30px;
}

.clear-choise .text-holder {
  font-weight: 400;
  letter-spacing: -0.27px;
  padding-bottom: 25px;
  position: relative;
}

.clear-choise .text-holder:before {
  content: "";
  position: absolute;
  bottom: 0;
  max-width: 1040px;
  width: 100%;
  height: 1px;
  opacity: .6;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(270deg, rgba(95, 172, 90, 0) 0%, #5fac5a 50%, rgba(95, 172, 90, 0) 100%);
}

.clear-choise .text-holder p {
  margin-bottom: 16px;
}

.clear-choise .text-holder p a {
  font-weight: 500;
}

.clear-choise h2 img {
  display: inline-block;
  vertical-align: middle;
  max-width: 35px;
  width: 100%;
  margin-right: 12px;
}

.clear-choise .sign-holder {
  display: block;
  margin-top: 35px;
  margin-bottom: 6px;
}

.clear-choise .cite {
  display: block;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.24px;
  color: #202427;
}

.clear-choise .btn-holder {
  padding: 25px 0 0;
}

.clear-choise .btn {
  margin-bottom: 5px;
}

.clear-choise .btn.btn-success {
  font-size: 16px;
  letter-spacing: -0.24px;
}

.section-feedback.inner-page .feedback-wrapper h2 {
  text-align: center;
}

@media (min-width: 520px) {
  .inner-hero .post-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}

@media (min-width: 768px) {
  .inner-hero .post-info li {
    padding: 0 24px;
    margin-bottom: 0;
  }

  .inner-hero .post-info li:before {
    height: 36px;
    width: 1px;
    right: 0;
    left: auto;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
  }

  .inner-hero .title-text {
    letter-spacing: .96px;
    margin-bottom: 15px;
  }

  .inner-hero .title-holder {
    font-size: 20px;
    letter-spacing: -0.4px;
    margin-bottom: 52px;
  }

  .blockquote-box {
    font-size: 18px;
  }

  .blockquote-box .sign-holder {
    margin-top: 55px;
    margin-bottom: 6px;
  }

  .blockquote-box .cite {
    font-size: 16px;
  }

  .industries-description {
    display: flex;
    flex-wrap: wrap;
    font-size: 18px;
    padding: 50px 30px;
  }

  .industries-description .name-holder {
    width: 250px;
    margin-bottom: 0;
  }

  .industries-description .text-holder {
    width: calc(100% - 250px);
    padding-left: 32px;
  }

  .industries-description .icon-holder {
    max-width: 50px;
    margin-bottom: 32px;
  }

  .industries-description h4 {
    font-size: 30px;
  }

  .industries-description .subtitle {
    font-size: 18px;
  }

  .clear-choise {
    border-radius: 40px;
    padding: 50px 30px;
  }

  .clear-choise .text-holder {
    font-size: 18px;
    line-height: 1.77778;
    padding-bottom: 49px;
  }

  .clear-choise h2 img {
    margin-right: 21px;
    margin-bottom: 12px;
  }

  .clear-choise .sign-holder {
    margin-top: 46px;
  }

  .clear-choise .cite {
    font-size: 16px;
  }

  .clear-choise .btn-holder {
    padding: 48px 0 0;
  }
}

@media (min-width: 1024px) {
  .inner-hero {
    padding: 60px 0 0;
  }

  .inner-hero h1 {
    font-size: 64px;
    letter-spacing: -2.56px;
    margin-bottom: 22px;
  }

  .industries {
    padding: 60px 0 120px;
  }

  .blockquote-box {
    padding: 40px 96px 60px 94px;
    margin-bottom: 60px;
  }

  .industries-description {
    padding: 120px 95px;
  }

  .industries-description .name-holder {
    width: 320px;
  }

  .industries-description .text-holder {
    width: calc(100% - 320px);
    padding-left: 64px;
  }

  .industries-description h4 {
    font-size: 36px;
    margin-bottom: 32px;
  }

  .clear-choise {
    padding: 96px 96px 90px 94px;
  }

  .clear-choise h2 {
    font-size: 48px;
    font-weight: 500;
    line-height: 1.28571;
    letter-spacing: -0.56px;
  }

  .section-feedback.inner-page .feedback-wrapper h2 {
    margin-bottom: 63px;
  }
}
