.elementor-1152 .elementor-element.elementor-element-e9f3d0f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}#elementor-popup-modal-1152 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-1152{justify-content:center;align-items:center;}#elementor-popup-modal-1152 .dialog-close-button{display:flex;}#elementor-popup-modal-1152 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for html, class: .elementor-element-8a9df59 */.zoom-container {
  position: relative;
  text-align: center;
  overflow: hidden;
}

.zoom-controls {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  gap: 5px;
  background: #000000cf;
  padding: 0 30px;
  border-radius: 100px !important;
}

.zoom-in, .zoom-out, .zoom-reset {
      padding:  10px 12px!important;
  margin: 5px;
  font-size: 25px !important;
  background: #00000000 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 100px !important;
  cursor: pointer;
}

.zoom-in:hover, .zoom-out:hover, .zoom-reset:hover{
    background: #000 !important;
  color: #fff !important;  
}



.zoom-wrapper {
  display: inline-block;
  overflow: hidden;
  text-align: center;
  width: 100%;
  height: auto;
  cursor: grab;
}

.zoomable-image {
  max-width: 100%;
  transform-origin: center;
  transition: transform 0.2s ease-in-out;
}/* End custom CSS */