/* Start custom CSS for html, class: .elementor-element-889588e */.doctor-logo {
  width: 130px;
  height: 130px;
  margin: 0 auto 20px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  padding: 4px;
  background: linear-gradient(135deg, #4CAF50, #00c6ff);
  box-shadow: 0 0 20px rgba(0, 255, 128, 0.4), 0 0 40px rgba(0, 255, 255, 0.3);
  transition: transform 0.3s ease, box-shadow 0.4s ease;
}

.doctor-logo:hover {
  transform: scale(1.05);
  box-shadow: 0 0 25px rgba(0, 255, 128, 0.6), 0 0 50px rgba(0, 255, 255, 0.4);
}

.doctor-logo img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}/* End custom CSS */