.elementor-kit-465{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-5bc0fb0:#FCEABB;--e-global-color-def3e72:#F8B500;--e-global-color-4cf9cf4:#CAC531;--e-global-color-b58e8a5:#A218CD;--e-global-color-af6da97:#F10AAA;--e-global-color-9697afb:#734B6D;--e-global-color-3fcb1d0:#42275A;--e-global-color-77f6e07:#FD9539;--e-global-color-3c17533:#A8C0FF;--e-global-color-4a19f5d:#3F2B96;--e-global-color-8d5ef83:#734B6D;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-465 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.stacked-images {
  position: relative;
  width: 350px;      /* set width of the stack */
  margin: auto;
}

.stacked-images .img {
  position: absolute;
  width: 100%;
  border-radius: 10px;
  transition: transform 0.3s ease;
}

/* Positioning each image */
.stacked-images .img-1 {
  top: 0;
  left: 0;
  z-index: 1;
}

.stacked-images .img-2 {
  top: 20px;
  left: 20px;
  z-index: 2;
}

.stacked-images .img-3 {
  top: 40px;
  left: 40px;
  z-index: 3;
}

/* Optional hover effect */
.stacked-images .img:hover {
  transform: scale(1.05);
  z-index: 10;
}/* End custom CSS */