.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-f9a0668:#A4CE4C;--e-global-color-0c2bae4:#000000E6;--e-global-color-ce52164:#FAFBF3;--e-global-typography-primary-font-family:"Instrument Sans";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Instrument Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Instrument Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Instrument Sans";--e-global-typography-accent-font-weight:500;font-family:"Instrument Sans", Sans-serif;font-size:16px;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 h1{font-family:"Instrument Sans", Sans-serif;font-size:40px;font-weight:600;}.elementor-kit-7 h2{font-family:"Instrument Sans", Sans-serif;font-size:36px;}.elementor-kit-7 h3{font-family:"Instrument Sans", Sans-serif;font-size:30px;}.elementor-kit-7 h4{font-family:"Instrument Sans", Sans-serif;font-size:24px;}.elementor-kit-7 h5{font-family:"Instrument Sans", Sans-serif;font-size:18px;text-transform:uppercase;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--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:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}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-7{font-size:16px;}.elementor-kit-7 h1{font-size:34px;}.elementor-kit-7 h2{font-size:30px;}.elementor-kit-7 h3{font-size:25px;}.elementor-kit-7 h4{font-size:21px;}.elementor-kit-7 h5{font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7 h1{font-size:28px;}.elementor-kit-7 h2{font-size:24px;}.elementor-kit-7 h3{font-size:20px;}.elementor-kit-7 h4{font-size:18px;}.elementor-kit-7 h5{font-size:14px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* 1. The Animation */
@keyframes globalBlurReveal {
    0% {
        opacity: 0;
        filter: blur(12px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        filter: blur(0);
        transform: translateY(0);
    }
}

/* 2. Target the class - use !important to win over Elementor's defaults */
.elementor-heading-title.agency-blur.animated {
    animation: globalBlurReveal 0.8s cubic-bezier(0.4, 0, 0.2, 1) both !important;
}

/* 3. Hide them before they are reached by the scroll */
.agency-blur.elementor-invisible {
    opacity: 0;
}

/* Initial State: Hidden and slightly shifted */
.elementor-kit-7.smooth-entrance {
    opacity: 0;
    transform: translateY(40px) scale(0.98);
    transition: transform 1.2s cubic-bezier(0.2, 1, 0.3, 1), 
                opacity 1.2s cubic-bezier(0.2, 1, 0.3, 1);
    will-change: transform, opacity;
}

/* Revealed State: Triggered when Elementor's 'animated' class is added */
.elementor-kit-7.smooth-entrance.animated {
    opacity: 1;
    transform: translateY(0) scale(1);
}/* End custom CSS */