.elementor-kit-4{--e-global-color-primary:#FD802E;--e-global-color-secondary:#233D4C;--e-global-color-text:#325A71;--e-global-color-accent:#F9FCFE;--e-global-color-acff624:#111111;--e-global-color-09a4c83:#FFFFFF;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-size:60px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-line-height:1em;--e-global-typography-primary-letter-spacing:-5%;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-size:13px;--e-global-typography-secondary-font-weight:600;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-secondary-line-height:1.1em;--e-global-typography-secondary-letter-spacing:-5%;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-size:15px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.5em;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-size:24px;--e-global-typography-accent-font-weight:600;--e-global-typography-accent-line-height:1.1em;--e-global-typography-20f6323-font-size:15px;--e-global-typography-20f6323-font-weight:600;--e-global-typography-20f6323-line-height:1.5em;--e-global-typography-e0ff627-font-size:40px;--e-global-typography-e0ff627-font-weight:400;--e-global-typography-e0ff627-line-height:1em;--e-global-typography-ab72eb5-font-size:20px;--e-global-typography-ab72eb5-font-weight:400;--e-global-typography-ab72eb5-line-height:1.1em;--e-global-typography-ae726bd-font-size:12px;--e-global-typography-ae726bd-font-weight:600;--e-global-typography-ae726bd-line-height:1.5em;--e-global-typography-332e154-font-family:"Roboto";--e-global-typography-332e154-font-size:12px;--e-global-typography-332e154-font-weight:400;--e-global-typography-332e154-line-height:1.5em;color:var( --e-global-color-acff624 );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 );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-4 e-page-transition{background-color:#FFBC7D;}.elementor-kit-4 p{margin-block-end:16px;}.elementor-kit-4 a{color:var( --e-global-color-acff624 );}.elementor-kit-4 h1{color:var( --e-global-color-acff624 );}.elementor-kit-4 h2{color:var( --e-global-color-acff624 );}.elementor-kit-4 h3{color:var( --e-global-color-acff624 );}.elementor-kit-4 h4{color:var( --e-global-color-acff624 );}.elementor-kit-4 h5{color:var( --e-global-color-acff624 );}.elementor-kit-4 h6{color:var( --e-global-color-acff624 );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1380px;}.e-con{--container-max-width:1380px;--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:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(min-width:2400px){.elementor-kit-4{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:1366px){.elementor-kit-4{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:1024px){.elementor-kit-4{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-4{--e-global-typography-primary-font-size:28px;--e-global-typography-e0ff627-font-size:28px;font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */* {
  font-family: "neulis-sans", sans-serif !important;
}

p {
    margin: 0;
}

p:last-child {
    margin: 0;
}


/*------ Fades: Directional with Blur ------*/

/* FadeInDown */
@keyframes kgFadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -8px, 0); /* Less movement */
        filter: blur(10px);
    }
    to {
        opacity: 1;
        transform: none;
        filter: blur(0);
    }
}
.elementor-element .animated.fadeInDown {
    animation-name: kgFadeInDown !important;
}

/* FadeInLeft */
@keyframes kgFadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-8px, 0, 0);
        filter: blur(10px);
    }
    to {
        opacity: 1;
        transform: none;
        filter: blur(0);
    }
}
.elementor-element .animated.fadeInLeft {
    animation-name: kgFadeInLeft !important;
}

/* FadeInRight */
@keyframes kgFadeInRight {
    from {
        opacity: 0;
        transform: translate3d(8px, 0, 0);
        filter: blur(10px);
    }
    to {
        opacity: 1;
        transform: none;
        filter: blur(0);
    }
}
.elementor-element .animated.fadeInRight {
    animation-name: kgFadeInRight !important;
}

/* FadeInUp */
@keyframes kgFadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 8px, 0);
        filter: blur(10px);
    }
    to {
        opacity: 1;
        transform: none;
        filter: blur(0);
    }
}
.elementor-element .animated.fadeInUp {
    animation-name: kgFadeInUp !important;
}

.btn-outline a {
  position: relative;
  border: none;
  box-shadow: 0 0 0 5px rgba(253, 128, 46, 0.2); /* Outside stroke */
  border-radius: 4px; /* Match your design */
  transition: box-shadow 0.3s ease;
}

.btn-outline a:hover {
  box-shadow: 0 0 0 5px rgba(253, 128, 46, 0.4); /* Stronger on hover */
}


.btn-outline-dark a {
  position: relative;
  border: none;
  box-shadow: 0 0 0 5px rgba(35, 61, 76, 0.2); /* #233D4C at 20% */
  border-radius: 4px; /* adjust to match your button */
  transition: box-shadow 0.3s ease;
}

.btn-outline-dark a:hover {
  box-shadow: 0 0 0 5px rgba(35, 61, 76, 0.35); /* slightly stronger on hover */
}/* End custom CSS */