.elementor-kit-112{--e-global-color-primary:#202020;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#202020AD;--e-global-color-accent:#2C6970;--e-global-color-4d2e92d:#040229;--e-global-color-39072bf:#FF5621;--e-global-color-84433ee:#FF7B00;--e-global-color-0df4063:#F8CE68;--e-global-color-9d02152:#BAE900;--e-global-color-9571b1b:#2C6970;--e-global-color-08e2029:#6EC3CC;--e-global-color-da20214:#B6EA34;--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-9df0f97-font-family:"Inter";--e-global-typography-9df0f97-font-size:15px;--e-global-typography-9df0f97-font-weight:500;--e-global-typography-9df0f97-line-height:21px;--e-global-typography-fbee34b-font-size:64px;--e-global-typography-fbee34b-line-height:64px;font-family:"Inter", Sans-serif;font-size:18px;font-weight:500;line-height:26px;}.elementor-kit-112 e-page-transition{background-color:#FFBC7D;}.elementor-kit-112 p{margin-block-end:0px;}.elementor-kit-112 h1{font-family:"Anton", Sans-serif;font-weight:400;text-decoration:none;}.elementor-kit-112 h2{font-family:"Anton", Sans-serif;font-size:64px;font-weight:400;text-decoration:none;}.elementor-kit-112 h3{font-family:"Inter", Sans-serif;font-size:18px;font-weight:500;text-decoration:none;line-height:26px;}.elementor-kit-112 h6{font-family:"Inter", Sans-serif;font-size:18px;font-weight:500;line-height:26px;}.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-kit-112{--e-global-typography-9df0f97-font-size:14px;--e-global-typography-9df0f97-line-height:1.4em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-112{--e-global-typography-fbee34b-font-size:40px;--e-global-typography-fbee34b-line-height:1.2em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* New dark line animation for SVG icons */
.line-anim-dark .elementor-icon svg path {
    animation: dash-arrow-dark 20s ease-in-out infinite;
    fill: none;
    stroke: #455052;   /* custom dark color */
    stroke-width: 0.9;
    stroke-dasharray: 240;
    stroke-dashoffset: 240;
    transition: fill 0.3s ease;
}

/* Keyframes for the new animation */
@keyframes dash-arrow-dark {
  0% {
    stroke-dashoffset: 1500;
    opacity: 0;
  }
  15% {
    stroke-dashoffset: 0;
    /* fill: #a9d4dd;   /* new fill */
    opacity: 0.8;
  }
  85% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    stroke-dashoffset: 1500;
    opacity: 0;
  }
}

/* New orange line animation for SVG icons */
.line-anim-orange .elementor-icon svg path {
    animation: dash-arrow-orange 20s ease-in-out infinite;
    fill: none;
    stroke: #FF5621;   /* custom orange color */
    stroke-width: 0.9;
    stroke-dasharray: 240;
    stroke-dashoffset: 240;
    transition: fill 0.3s ease;
}

/* Keyframes for the new animation */
@keyframes dash-arrow-orange {
  0% {
    stroke-dashoffset: 1500;
    opacity: 0;
  }
  15% {
    stroke-dashoffset: 0;
    /* fill: #a9d4dd;   /* new fill */
    opacity: 0.8;
  }
  85% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    stroke-dashoffset: 1500;
    opacity: 0;
  }
}/* End custom CSS */