.elementor-15688 .elementor-element.elementor-element-ec23050{margin:-115px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-f56055f *//* 🌸 Image Styling - Full Show */
.about-img img {
  width: 100%;              /* ✅ Container ke full width */
  max-width: 600px;         /* ✅ Limit max size */
  height: auto;             /* ✅ Proportional scaling */
  border-radius: 12px;      /* ✅ Soft rectangle (no crop) */
  object-fit: contain;      /* ✅ Full image visible */
  box-shadow: 0 0 25px rgba(231, 122, 184, 0.4), 
              0 0 35px rgba(4, 140, 127, 0.25);
  transition: all 0.6s ease;
}
.about-img img:hover {
  transform: scale(1.05);
  box-shadow: 0 0 45px rgba(231, 122, 184, 0.6), 
              0 0 65px rgba(4, 140, 127, 0.4);
}/* End custom CSS */