.elementor-kit-10{--e-global-color-primary:#F8BBD0;--e-global-color-secondary:#D37997;--e-global-color-text:#4A4A4A;--e-global-color-accent:#F8BBD0;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-weight:500;}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.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:768px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Ensure the main image is ready to animate */
.my-main-image img {
    /* 0.3s is the speed of the fade. Adjust if you want it slower (e.g., 0.5s) */
    transition: opacity 0.3s ease-in-out;
    opacity: 1;
}

/* The JavaScript will add this class briefly to fade it out */
.my-main-image img.is-swapping {
    opacity: 0;
}/* End custom CSS */