/* ==========================================================================
   BMS Services Section — extracted from Specilazedcenter.css
   Scoped under .our-service so these styles don't leak into other page contexts.
   ========================================================================== */

.our-service {
  background: var(--soft-white);
  color: var(--primary-color);
  padding-top: 2rem;
  padding-bottom: 1rem;
}

.our-service .sub-title {
  width: 89%;
  margin: 0 auto;
}

.our-service .card {
  max-height: 45rem;
  border-radius: 5px !important;
}

.our-service .inner-img {
  padding: 0 0.1rem;
}

.our-service .inner-img > img {
  height: 94%;
  width: 94%;
  object-fit: contain;
}

.our-service .slider-wrapper .splide__track {
  padding-top: 1rem !important;
  padding-bottom: 1.5rem !important;
}

.our-service .custom-slide-item {
  box-shadow: 0 4px 10px rgba(182, 182, 182, 0.25) !important;
  transition: box-shadow 0.3s ease-in-out;
}
