.service-hero {
  padding: 166px 0 84px;
}

.service-hero-copy {
  max-width: 1120px;
}

.service-hero h1 {
  color: var(--secondary);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.16;
  margin: 10px 0 36px;
  max-width: 1010px;
  text-shadow: 0 3px 0 rgba(10, 71, 120, .26);
}

.service-hero-copy > p {
  color: #050505;
  font-weight: 500;
  line-height: 1.42;
  margin: 0;
  max-width: 1320px;
}

.hero-media-row {
  margin-top: 58px;
}

.hero-service-img {
  border-radius: 24px;
  display: block;
  height: 420px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.customer-card {
  background: #c8f3fb;
  border-radius: 24px;
  box-shadow: 0 18px 50px rgba(10, 71, 120, .08);
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 420px;
  padding: 56px 42px 36px;
}

.customer-card h2 {
  color: #050505;
  font-weight: 400;
  line-height: 1.25;
  margin: 0 0 30px;
}

.customer-card strong {
  color: var(--secondary);
  display: block;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 26px;
}

.customer-card p {
  line-height: 1.55;
  margin: 0;
}

.customer-card .avatar-stack {
  margin-top: auto;
}

.customer-card .avatar-stack img {
  height: 42px;
  width: 42px;
}

.intro-section {
  padding: 86px 0 50px;
}

.intro-section h2,
.process-heading h2,
.tools-section h2 {
  color: #050505;
  font-weight: 400;
  line-height: 1.35;
  margin: 0;
}

.intro-section h2 strong,
.process-heading h2 strong,
.tools-section h2 strong {
  font-weight: 700;
}

.intro-copy {
  max-width: 640px;
}

.intro-copy p {
  line-height: 1.62;
  margin-bottom: 24px;
}

.ship-section,
.tools-section {
  background: var(--soft);
}

.intro-section.dotted-bg,
.process-detail-section.dotted-bg,
.testimonial-section.dotted-bg,
.faq-section.dotted-bg {
  background-color: #fff;
  background-image: radial-gradient(rgba(8, 171, 201, .13) 1px, transparent 1px);
  background-size: 15px 15px;
}

.ship-section {
  padding: 50px 0 50px;
}

.ship-section .section-heading {
  max-width: 950px;
}

.ship-section .section-heading h2 {
  line-height: 1.42;
}

.service-feature-grid {
  margin-top: 64px;
}

.detail-card {
  align-items: flex-start;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 16px;
  display: flex;
  gap: 22px;
  height: 100%;
  min-height: 124px;
  padding: 24px 30px;
}

.detail-card h3 {
  color: #050505;
  font-weight: 600;
  margin: 0 0 12px;
}

.detail-card p {
  line-height: 1.55;
  margin: 0;
}

.detail-icon {
  align-items: center;
  border-radius: 10px;
  display: inline-flex;
  flex: 0 0 48px;
  height: 48px;
  justify-content: center;
  width: 48px;
}

.detail-icon.blue {
  background: #e9f6ff;
  color: #2299ff;
}

.detail-icon.pink {
  background: #ffeaf5;
  color: #e84a95;
}

.detail-icon.violet {
  background: #eee8ff;
  color: #5735f5;
}

.process-detail-section {
  padding: 50px 0 50px;
}

.process-heading {
  max-width: 580px;
}

.process-heading p {
  margin-top: 28px;
  max-width: 560px;
}

.process-list {
  list-style: none;
  margin: 6px 0 0;
  padding: 0;
}

.process-list li {
  border-left: 2px solid rgba(0, 0, 0, .1);
  padding: 0 0 64px 34px;
  position: relative;
}

.process-list li::before {
  background: #b8b8b8;
  border-radius: 0 0 3px 3px;
  bottom: 20px;
  content: "";
  height: 8px;
  left: -5px;
  position: absolute;
  transform: rotate(45deg);
  width: 8px;
}

.process-list li:last-child {
  padding-bottom: 0;
}

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

.process-list span {
  color: var(--primary);
  display: block;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 30px;
}

.process-list h3 {
  color: #050505;
  font-weight: 600;
  margin: 0 0 18px;
}

.process-list p {
  line-height: 1.58;
  margin: 0;
  max-width: 560px;
}

.tools-section {
  padding: 50px 0 50px;
}

.tools-section p {
  line-height: 1.58;
  margin: 44px 0 0;
  max-width: 600px;
}

.tool-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 56px;
}

.tool-grid span {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 8px;
  color: #050505;
  display: inline-flex;
  font-weight: 600;
  gap: 14px;
  min-height: 64px;
  padding: 12px 26px;
}

.tool-grid i,
.tool-grid b {
  align-items: center;
  border-radius: 6px;
  display: inline-flex;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.tool-grid i {
  color: #1397ff;
}

.tool-grid b {
  background: #081d3d;
  color: #25a7e8;
}

.tool-grid span:nth-child(1) i { color: #f5a400; }
.tool-grid span:nth-child(2) i { color: #f4511e; }
.tool-grid span:nth-child(4) b { background: #3a0902; color: #ff9a00; }
.tool-grid span:nth-child(5) b { background: #4b114d; color: #ff6bf0; }
.tool-grid span:nth-child(7) i { color: #f0bd00; }

.design-quote {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 8px;
  margin: 54px 0 0;
  padding: 24px 25px;
}

.design-quote figcaption {
  color: #6f737a;
  letter-spacing: 1.4px;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.design-quote blockquote {
  color: #050505;
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
}

.testimonial-section {
  padding: 50px 0 50px;
}

.service-testimonial-carousel .owl-item {
  display: flex;
}

.service-testimonial-carousel .quote-card {
  width: 100%;
}

.service-testimonial-carousel .quote-person img {
  flex: 0 0 56px;
  height: 56px;
  max-width: 56px;
  min-width: 56px;
  object-fit: cover;
  width: 56px !important;
}

.faq-section {
  padding: 18px 0 130px;
}

.site-footer {
  padding-top: 0;
}

@media (max-width: 1199.98px) {
  .customer-card {
    padding: 42px 28px 30px;
  }

  .detail-card {
    align-items: flex-start;
  }
}

@media (max-width: 991.98px) {
  .service-hero {
    padding-top: 128px;
  }

  .hero-service-img,
  .customer-card {
    min-height: auto;
    height: auto;
  }

  .hero-service-img {
    aspect-ratio: 16 / 9;
  }

  .customer-card {
    min-height: 310px;
  }

  .intro-section,
  .ship-section,
  .process-detail-section,
  .tools-section,
  .testimonial-section {
    padding: 50px 0;
  }

  .faq-section {
    padding-bottom: 104px;
  }

  .tools-section p {
    margin-top: 10px;
  }
}

@media (max-width: 767.98px) {
  .service-hero {
    padding: 112px 0 58px;
  }

  .service-hero h1 {
    margin-bottom: 22px;
  }

  .hero-media-row {
    margin-top: 36px;
  }

  .hero-service-img {
    border-radius: 20px;
  }

  .customer-card {
    border-radius: 20px;
    padding: 30px 24px;
  }

  .intro-section,
  .ship-section,
  .process-detail-section,
  .tools-section,
  .testimonial-section {
    padding: 40px 0;
  }

  .service-feature-grid {
    margin-top: 42px;
  }

  .detail-card {
    gap: 16px;
    padding: 20px 18px;
  }

  .process-list li {
    padding-left: 24px;
  }

  .tool-grid span {
    min-height: 58px;
    padding: 10px 16px;
  }

  .faq-section {
    padding: 10px 0 92px;
  }
}

@media (max-width: 420px) {
  .detail-card {
    display: block;
  }

  .detail-icon {
    margin-bottom: 16px;
  }

  .tool-grid span {
    width: 100%;
  }