.elementor-kit-6{--e-global-color-primary:#0B1B2E;--e-global-color-secondary:#132840;--e-global-color-text:#090909;--e-global-color-accent:#AB8755;--e-global-color-ac3e1d0:#F5F1EF;--e-global-color-6bd61f7:#E4E4E4;font-family:"Plus Jakarta Sans", Sans-serif;font-size:17px;line-height:1.6em;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h1{font-family:"Cormorant Garamond", Sans-serif;font-size:60px;font-weight:600;line-height:1em;}.elementor-kit-6 h2{font-family:"Cormorant Garamond", Sans-serif;font-size:44px;font-weight:600;line-height:1.1em;}.elementor-kit-6 h3{font-family:"Cormorant Garamond", Sans-serif;font-size:24px;font-weight:700;}.elementor-kit-6 h4{font-size:18px;font-weight:600;}.elementor-kit-6 h6{font-size:14px;font-weight:600;text-transform:uppercase;line-height:1.3em;letter-spacing:1px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;}.elementor-widget:not(:last-child){--kit-widget-spacing:30px;}.elementor-element{--widgets-spacing:30px 30px;--widgets-spacing-row:30px;--widgets-spacing-column:30px;}{}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-kit-6 h1{font-size:42px;}.elementor-kit-6 h2{font-size:36px;}.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 */