html {
  scroll-behavior: smooth;
}

#sp-service-wrapper {
  background-attachment: scroll;
  background-image:
    linear-gradient(rgba(7, 23, 35, 0.86), rgba(7, 23, 35, 0.91)),
    url(../images/service-bg-2026.jpg);
  background-position: center center;
  padding: 84px 0 96px;
}

#sp-service-wrapper .gap {
  display: none;
}

#sp-service-wrapper h2.module-title {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 44px;
}

#sp-service-wrapper h2.module-title .module-subtitle {
  color: rgba(255, 255, 255, 0.76);
  display: block;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 10px;
}

#sp-service-wrapper .sp-features > .row-fluid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

#sp-service-wrapper .sp-features > .row-fluid::before,
#sp-service-wrapper .sp-features > .row-fluid::after {
  content: none;
  display: none;
}

#sp-service-wrapper .sp-features > .row-fluid > [class*="span"] {
  animation: none;
  float: none;
  margin: 0;
  min-width: 0;
  transform: none;
  visibility: visible;
  width: auto;
}

#sp-service-wrapper .sp-feature {
  background: rgba(10, 30, 44, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-top: 3px solid #f2c500;
  border-radius: 4px;
  height: 100%;
  padding: 28px 24px 30px;
  text-align: left;
}

#sp-service-wrapper .sp-feature .feature-icon {
  align-items: center;
  background: #f2c500;
  border-radius: 4px;
  display: flex;
  height: 56px;
  justify-content: center;
  margin: 0 0 22px;
  width: 56px;
}

#sp-service-wrapper .sp-feature .feature-icon::before,
#sp-service-wrapper .sp-feature .feature-icon::after {
  display: none;
}

#sp-service-wrapper .sp-feature .feature-icon i {
  color: #071723;
  font-size: 29px;
  line-height: 1;
}

#sp-service-wrapper .sp-feature-content h3 {
  color: #ffffff;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 12px;
}

#sp-service-wrapper .sp-feature-content p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 979px) {
  #sp-service-wrapper {
    padding: 68px 0 76px;
  }

  #sp-service-wrapper .sp-features > .row-fluid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  #sp-service-wrapper {
    background-position: 58% center;
    padding: 54px 0 60px;
  }

  #sp-service-wrapper h2.module-title {
    font-size: 36px;
    margin-bottom: 32px;
  }

  #sp-service-wrapper .sp-features > .row-fluid {
    gap: 14px;
    grid-template-columns: 1fr;
  }

  #sp-service-wrapper .sp-feature {
    display: grid;
    gap: 16px;
    grid-template-columns: 52px minmax(0, 1fr);
    padding: 20px;
  }

  #sp-service-wrapper .sp-feature .feature-icon {
    height: 52px;
    margin: 0;
    width: 52px;
  }

  #sp-service-wrapper .sp-feature-content h3 {
    font-size: 19px;
    margin-bottom: 7px;
  }

  #sp-service-wrapper .sp-feature-content p {
    font-size: 14px;
    line-height: 1.55;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
