.elementor-kit-5{--e-global-color-primary:#F8D251;--e-global-color-secondary:#3354C2;--e-global-color-text:#282828;--e-global-color-accent:#DE5533;--e-global-color-bcd52ac:#ECECEC;--e-global-color-241e0ec:#3354C2;--e-global-color-fe820bd:#A9232B;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Open Sans";--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Open Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:800;background-color:var( --e-global-color-bcd52ac );}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 *//* Sticky frame */
.window-sticky {
  position: sticky; /* safety even if Elementor's Sticky is off */
  top: 0;
  overflow: hidden;
  border-radius: 32px;
}

/* Moving background layer (you’re using .window-fixed) */
.window-fixed {
  height: 100%;
  transform: translateY(var(--parallax, 0px));
  background-size: contain !important;   /* show whole image, not zoomed */
  background-position: center !important;
  background-repeat: no-repeat !important;
  will-change: transform;
}

/* (Optional) If you sometimes want "cover", add 'cover' as an extra class */
.window-fixed.cover {
  background-size: cover !important;
}/* End custom CSS */