.elementor-4536 .elementor-element.elementor-element-c2f0694{--display:flex;--min-height:100vh;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--gap:32px 0px;--row-gap:32px;--column-gap:0px;--padding-top:112px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-4536 .elementor-element.elementor-element-32e58ea{--display:flex;--min-height:100vh;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--gap:32px 0px;--row-gap:32px;--column-gap:0px;}.elementor-4536 .elementor-element.elementor-element-fe880da{--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;}@media(max-width:1024px){.elementor-4536 .elementor-element.elementor-element-c2f0694{--justify-content:center;--gap:24px 0px;--row-gap:24px;--column-gap:0px;}.elementor-4536 .elementor-element.elementor-element-32e58ea{--justify-content:center;--gap:24px 0px;--row-gap:24px;--column-gap:0px;}}@media(max-width:767px){.elementor-4536 .elementor-element.elementor-element-c2f0694{--justify-content:flex-start;--gap:81px 0px;--row-gap:81px;--column-gap:0px;--padding-top:96px;--padding-bottom:0px;--padding-left:24px;--padding-right:24px;}.elementor-4536 .elementor-element.elementor-element-32e58ea{--min-height:100vh;--justify-content:center;--gap:81px 0px;--row-gap:81px;--column-gap:0px;--padding-top:0px;--padding-bottom:81px;--padding-left:24px;--padding-right:24px;}}/* Start custom CSS */.image-container {
  position: relative;
  width: 70%;
  max-width: 1200px;
  margin: auto;
}

.base-image {
  width: 100%;
  height: auto;
  display: block;
}

.hover-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.hotspot {
  position: absolute;
  cursor: pointer;
  z-index: 10;
}

.hotspot-left { width: 300px; height: 300px; top: 15%; left: 5%; }
.hotspot-center { width: 300px; height: 300px; top: 45%; left: 35%; }
.hotspot-right { width: 300px; height: 300px; top: 15%; right: 7%; }

/* TABLET + MOBILE */
@media (max-width: 1024px) {
  .image-container {
    width: 100%;
    max-width: none;
  }

  .hotspot-left { width: 110px; height: 150px; top: 0%; left: 1%; }
  .hotspot-center { width: 120px; height: 150px; top: 40%; left: 30%; }
  .hotspot-right { width: 110px; height: 150px; top: 5%; right: 0%; }
}/* End custom CSS */