/* Services ring container fix */
#servicesRing {
  position: relative;
  width: 320px;
  height: 320px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: visible;
  transform-origin: center center;
}

/* Services badges fix */
#servicesRing .auto-badge {
  position: absolute;
  background: #fff;
  padding: 8px 12px;
  border-radius: 18px;
  box-shadow: 0 8px 20px rgba(16,24,40,0.06);
  font-weight: 600;/bold
  font-size: 25px;
  white-space: nowrap;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

/* Hero center logo sizing */
#servicesRing img, .service-center img {
  max-width: 80px !important;
  max-height: 80px !important;
  width: auto !important;
  height: auto !important;
}

/* Mobile responsive */
@media (max-width: 520px) {
  #servicesRing { width: 260px; height: 260px; }
  #servicesRing .auto-badge { font-size: 12px; padding: 6px 10px; }
}
