.elementor-kit-8{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#FFFFFF;--e-global-color-accent:#FDC3B7;--e-global-typography-primary-font-family:"Chivo";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Chivo";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Chivo";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Chivo";--e-global-typography-accent-font-weight:500;}.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);}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.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 */.soft-blur-in-left {
  opacity: 0;
  filter: blur(20px);
  transform: translateX(50px);
  animation: softBlurInLeft 2s ease-out forwards;
}

@keyframes softBlurInLeft {
  from {
    opacity: 0;
    filter: blur(20px);
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: translateX(0);
  }
}

.soft-blur-in-right {
  opacity: 0;
  filter: blur(20px);
  transform: translateX(-50px);
  animation: softBlurInRight 2s ease-out forwards;
}

@keyframes softBlurInRight {
  from {
    opacity: 0;
    filter: blur(20px);
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: translateX(0);
  }
}

.soft-blur-in-top {
  opacity: 0;
  filter: blur(20px);
  transform: translateY(50px);
  animation: softBlurInTop 2s ease-out forwards;
}

@keyframes softBlurInTop {
  from {
    opacity: 0;
    filter: blur(20px);
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
  }
}

.soft-blur-in-bottom {
  opacity: 0;
  filter: blur(20px);
  transform: translateY(-50px);
  animation: softBlurInBottom 2s ease-out forwards;
}

@keyframes softBlurInBottom {
  from {
    opacity: 0;
    filter: blur(20px);
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
  }
}


.delay-0-5s { animation-delay: 0.5s; }
.delay-1s   { animation-delay: 1s; }
.delay-1-5s { animation-delay: 1.5s; }
.delay-2s   { animation-delay: 2s; }
.delay-2-5s { animation-delay: 2.5s; }
.delay-3s   { animation-delay: 3s; }
.delay-3-5s { animation-delay: 3.5s; }
.delay-4s   { animation-delay: 4s; }
.delay-4-5s { animation-delay: 4.5s; }
.delay-5s   { animation-delay: 5s; }

/* Global cinematic link focus effect - play once on hover */
a {
  display: inline-block;
  transition: transform 0.2s, filter 0.2s; /* fallback */
}

a:hover {
  animation: focusOnce 0.5s forwards; /* plays once, stays at last frame */
}

@keyframes focusOnce {
  0% {
    transform: scale(1.05);
    filter: blur(1px);
  }
  50% {
    transform: scale(1.1);
    filter: blur(2px);
  }
  100% {
    transform: scale(1.05);
    filter: blur(0.5px);
  }
}/* End custom CSS */