.elementor-kit-5{--e-global-color-primary:#0F172A;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#475569;--e-global-color-accent:#F1F5F9;--e-global-color-ab2a4ad:#F97316;--e-global-color-17818c0:#EC4899;--e-global-color-d7203ad:#94A3B8;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-433515b-font-family:"Inter";--e-global-typography-433515b-font-size:clamp(2.4rem, 4vw, 3.8rem);--e-global-typography-433515b-font-weight:800;--e-global-typography-cef9afb-font-family:"Inter";--e-global-typography-cef9afb-font-size:clamp(1.8rem, 2.8vw, 2.6rem);--e-global-typography-cef9afb-font-weight:700;--e-global-typography-f4ef3de-font-family:"Inter";--e-global-typography-f4ef3de-font-size:clamp(1.4rem, 1.8vw, 1.8rem);--e-global-typography-f4ef3de-font-weight:600;--e-global-typography-a692258-font-family:"Inter";--e-global-typography-a692258-font-size:clamp(1.1rem, 1vw, 1.3rem);--e-global-typography-a692258-font-weight:600;--e-global-typography-856dbb7-font-family:"Inter";--e-global-typography-856dbb7-font-size:1rem;--e-global-typography-856dbb7-font-weight:500;--e-global-typography-293a564-font-family:"Inter";--e-global-typography-293a564-font-size:0.875rem;--e-global-typography-293a564-font-weight:400;--e-global-typography-aea0a64-font-family:"Poppins";--e-global-typography-aea0a64-font-size:1rem;--e-global-typography-aea0a64-font-weight:600;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 h1{font-family:"Inter", Sans-serif;font-size:clamp(2.4rem, 4vw, 3.8rem);font-weight:800;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{font-family:"Poppins", Sans-serif;font-size:1rem;font-weight:600;border-radius:2rem 2rem 2rem 2rem;padding:1rem 1.75rem 1rem 1.75rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{padding:0.75rem 1.5rem 0.75rem 1.5rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.animated-grid {
    position: relative;
    overflow: hidden;
}

.animated-grid::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: 
        linear-gradient(to right, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 50px 50px;
    background-position: -40px -40px;
    animation: animatedDiagonalGrid 12s ease-in-out infinite alternate;
    z-index: 0;
}

@keyframes animatedDiagonalGrid {
    0% { background-position: -40px -40px; }
    100% { background-position: 40px 40px; }
}

.animated-grid > * {
    position: relative;
    z-index: 1;
}

.gradient-icon .elementor-icon {
  background: linear-gradient(90deg, #F87218 0%, #EC4996 100%);
  color: #ffffff !important;
}/* End custom CSS */