.elementor-kit-21{--e-global-color-primary:#0A0A0A;--e-global-color-secondary:#FBFBFB;--e-global-color-text:#0A0A0A;--e-global-color-accent:#A3B18A;--e-global-color-6ea314b:#F7F5F3;--e-global-typography-primary-font-family:"Jost";--e-global-typography-primary-font-size:32px;--e-global-typography-primary-font-weight:300;--e-global-typography-primary-line-height:1.4lh;--e-global-typography-secondary-font-family:"Jost";--e-global-typography-secondary-font-size:32px;--e-global-typography-secondary-font-weight:300;--e-global-typography-secondary-line-height:1.4lh;--e-global-typography-text-font-family:"Jost";--e-global-typography-text-font-size:17px;--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-family:"Jost";--e-global-typography-accent-font-size:0.9rem;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-font-style:normal;--e-global-typography-accent-text-decoration:none;--e-global-typography-accent-line-height:0.7lh;--e-global-typography-accent-letter-spacing:0.5px;background-color:var( --e-global-color-secondary );color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-kit-21 e-page-transition{background-color:#FFBC7D;}.elementor-kit-21 a{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-kit-21 h1{font-family:"Jost", Sans-serif;font-size:32px;font-weight:300;line-height:1.4lh;}.elementor-kit-21 h2{color:var( --e-global-color-primary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );line-height:var( --e-global-typography-secondary-line-height );}.elementor-kit-21 h3{color:var( --e-global-color-primary );font-family:"Jost", Sans-serif;font-size:20px;font-weight:400;line-height:1.4lh;}.elementor-kit-21 button,.elementor-kit-21 input[type="button"],.elementor-kit-21 input[type="submit"],.elementor-kit-21 .elementor-button{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-secondary );border-radius:0px 0px 0px 0px;padding:015px 30px 015px 30px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1600px;}.e-con{--container-max-width:1600px;--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){--kit-widget-spacing:020px;}.elementor-element{--widgets-spacing:020px 020px;--widgets-spacing-row:020px;--widgets-spacing-column:020px;}{}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-21{--e-global-typography-primary-font-size:32px;--e-global-typography-primary-letter-spacing:1px;--e-global-typography-secondary-font-size:32px;font-size:var( --e-global-typography-text-font-size );}.elementor-kit-21 a{font-size:var( --e-global-typography-text-font-size );}.elementor-kit-21 h1{font-size:32px;letter-spacing:1px;}.elementor-kit-21 h2{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}.elementor-kit-21 h3{font-size:32px;}.elementor-kit-21 button,.elementor-kit-21 input[type="button"],.elementor-kit-21 input[type="submit"],.elementor-kit-21 .elementor-button{font-size:var( --e-global-typography-text-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-21{--e-global-typography-primary-font-size:30px;--e-global-typography-secondary-font-size:28px;font-size:var( --e-global-typography-text-font-size );}.elementor-kit-21 a{font-size:var( --e-global-typography-text-font-size );}.elementor-kit-21 h1{font-size:30px;}.elementor-kit-21 h2{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}.elementor-kit-21 h3{font-size:28px;}.elementor-kit-21 button,.elementor-kit-21 input[type="button"],.elementor-kit-21 input[type="submit"],.elementor-kit-21 .elementor-button{font-size:var( --e-global-typography-text-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Highlight text */
.highlight {
    font-weight: 500;
}

/* Remove default paragraph spacing */
.elementor-widget-text-editor p {
    margin: 0;
}

/* Hover image container */
.hover-move-img {
    position: relative;
    overflow: hidden;
    height: 300px;
}

/* Image movement */
.hover-move-img img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    transition: transform 10s ease-in-out;
}

/* Desktop only */
@media (min-width: 1025px) {

    .hover-move-img {
        position: relative;
        overflow: hidden;
    }

    .hover-move-img::before {
        content: "";
        position: absolute;
        inset: 0;
        background-color: rgba(0,0,0,0.2);
        z-index: 2;
        transition: background-color 0.3s ease;
        pointer-events: none;
    }

    .hover-move-img img {
        transition: transform 4s ease;
    }

    .hover-move-img:hover img {
        transform: translateY(calc(-100% + 500px));
    }

    .hover-move-img:hover::before {
        background-color: transparent;
    }
}

/* Base styling for the parallax animated text */
.scroll-grow, .scroll-grow-sub {
    display: inline-block;
    transition: none !important; 
    will-change: font-size;
}



/* Base hidden state (frontend only) */
body:not(.elementor-editor-active) h1,
body:not(.elementor-editor-active) h2 {
    opacity: 0;
    transform: translateY(30px);
    visibility: hidden;
    transition: 
        opacity 0.8s ease-out, 
        transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

/* H1 variation */
body:not(.elementor-editor-active) h1 {
    transform: translateY(40px);
    transition: 
        opacity 1.2s ease-out, 
        transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Visible state */
.peek-visible {
    opacity: 1 !important;
    transform: translateY(0) !important;
    visibility: visible !important;
    will-change: transform, opacity;
}

/* Ensure visibility inside Elementor editor */
.elementor-editor-active h1,
.elementor-editor-active h2 {
    opacity: 1 !important;
    transform: none !important;
    visibility: visible !important;
}/* End custom CSS */