.box-shadow {
    /* background-color: var(--surface-color); */
    padding: 20px;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
  }
  .hero .stat-item .stat-content h2 {
    font-size: 1.25rem;
    margin-bottom: 0.25rem;
    font-weight: 600;
  }
  .hero .stat-item .stat-content h3 {
    font-size: 1.25rem;
    margin-bottom: 0.25rem;
    font-weight: 600;
  }

  .testimonials .testimonial-item2 {
  background-color: var(--surface-color);
  box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.08);
  padding: 30px;
  position: relative;
  /* height: 100%; */
}

.service-details .service-box h2 {
    font-size: 20px;
    font-weight: 700;
    border-bottom: 2px solid color-mix(in srgb, var(--default-color), transparent 92%);
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.service-details .help-box h3 {
    color: var(--contrast-color);
}