/**
 * Uniform service cards — all items in .service-section share one upright white card.
 * Replaces theme nth-child + shape PNG backgrounds (diagonal cuts / missing bg on 1,3,6).
 */
.service-section .service-block-one .inner-box {
  background: #fff !important;
  background-image: none !important;
  box-shadow: 0 20px 80px rgba(0, 0, 0, 0.05) !important;
  border-radius: 10px !important;
  min-height: 320px !important;
  padding: 40px 55px 48px !important;
  overflow: hidden;
  transform: none !important;
  clip-path: none !important;
  skew: none !important;
}

.service-section .service-block-one .inner-box .shape {
  display: none !important;
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
  background: none !important;
  background-image: none !important;
}

.service-section .service-block-one .inner-box .static-content {
  position: relative;
  z-index: 1;
}

.service-section .service-block-one .inner-box .overlay-content {
  background: #241e2f;
  border-radius: 10px;
  top: 0;
  padding-top: 50px;
}

.service-section .service-block-one .inner-box .overlay-content .shape {
  display: none !important;
}
