.elementor-kit-6{--e-global-color-primary:#090F1D;--e-global-color-secondary:#090F1D;--e-global-color-text:#1F2937;--e-global-color-accent:#090F1D;--e-global-color-e1e9630:#E5E7EB;font-family:"Inter", Sans-serif;font-size:16px;font-weight:400;line-height:1.6em;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h1{font-size:70px;font-weight:700;line-height:1em;}.elementor-kit-6 h2{font-size:36px;font-weight:700;line-height:1.2em;}.elementor-kit-6 h3{font-size:18px;font-weight:700;line-height:1.4em;}.elementor-kit-6 h6{font-size:16px;font-weight:500;text-transform:uppercase;line-height:1.3em;letter-spacing:1px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.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-kit-6 h1{font-size:46px;}.elementor-kit-6 h2{font-size:26px;}.elementor-kit-6 h3{font-size:16px;}.elementor-kit-6 h6{font-size:15px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6 h1{font-size:32px;}.elementor-kit-6 h2{font-size:24px;}.elementor-kit-6 h3{font-size:16px;}.elementor-kit-6 h6{font-size:15px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Custom Short Entrance Animations */

/* Base state: ensures elements are hidden before animation triggers */
.elementor-invisible {
    opacity: 0;
}

/* 1. Fade In Left */
.animated.fadeInLeft {
    animation-name: shortFadeInLeft;
    animation-duration: 0.8s;
}

/* 2. Fade In Right */
.animated.fadeInRight {
    animation-name: shortFadeInRight;
    animation-duration: 0.8s;
}

/* 3. Fade In Up (Bottom) */
.animated.fadeInUp {
    animation-name: shortFadeInUp;
    animation-duration: 0.8s;
}

/* 4. Fade In Down (Top) */
.animated.fadeInDown {
    animation-name: shortFadeInDown;
    animation-duration: 0.8s;
}

/* Keyframes */

@keyframes shortFadeInLeft {
    0% { opacity: 0; transform: translateX(-100px); }
    100% { opacity: 1; transform: translateX(0); }
}

@keyframes shortFadeInRight {
    0% { opacity: 0; transform: translateX(100px); }
    100% { opacity: 1; transform: translateX(0); }
}

@keyframes shortFadeInUp {
    0% { opacity: 0; transform: translateY(100px); }
    100% { opacity: 1; transform: translateY(0); }
}

@keyframes shortFadeInDown {
    0% { opacity: 0; transform: translateY(-100px); }
    100% { opacity: 1; transform: translateY(0); }
}/* End custom CSS */