.elementor-kit-6{--e-global-color-primary:#FF1A1A;--e-global-color-secondary:#FB3F00;--e-global-color-text:#EFEFEF;--e-global-color-accent:#131313;--e-global-color-1b67f4d:#000000;--e-global-typography-primary-font-family:"Space Grotesk";--e-global-typography-primary-font-weight:700;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-primary-font-style:normal;--e-global-typography-primary-text-decoration:none;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Space Grotesk";--e-global-typography-text-font-weight:400;--e-global-typography-text-font-style:normal;--e-global-typography-accent-font-family:"Space Grotesk";--e-global-typography-accent-font-weight:700;--e-global-typography-accent-text-transform:lowercase;--e-global-typography-accent-font-style:italic;background-color:var( --e-global-color-1b67f4d );font-family:"Gruppo", Sans-serif;font-size:99px;font-weight:800;font-style:italic;overscroll-behavior:none;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:#74747400;font-weight:500;text-transform:uppercase;font-style:normal;line-height:24px;border-style:none;border-radius:32px 32px 32px 32px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}.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-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Universal styling for Elementor off-canvas triggers */
a[href^="#elementor-action"] {
  cursor: pointer;        /* keep pointer */
  text-decoration: none;  /* remove underline */
  color: inherit;         /* inherit text color */
  pointer-events: auto;   /* still clickable */
}

/* Optional: prevent selection */
a[href^="#elementor-action"]::selection {
  background: transparent;
}

/* Safari/Chrome hover preview hack (works in most browsers) */
a[href^="#elementor-action"] {
  -webkit-user-select: none;
  user-select: none;
}


}
html {
    scrollbar-gutter: stable;
}
/* 1. The Width & Track */
::-webkit-scrollbar {
  width: 4px; /* Very thin for a premium feel */
}

::-webkit-scrollbar-track {
  background: #000000; /* Blends into your black background */
}

/* 2. The Red Thumb */
::-webkit-scrollbar-thumb {
  background: #ff0000; /* Your brand red */
  border-radius: 0px;  /* Square edges look more 'Technical/Executive' */

/* 3. Interaction */
::-webkit-scrollbar-thumb:hover {
  background: #cc0000; /* Slightly darker red when touched */
}

/* 4. Firefox Support */
* {
  scrollbar-width: thin;
  scrollbar-color: #ff0000 #000000;
}
@media (max-width: 1024px) {
  html.lenis, html.lenis-smooth {
    scroll-behavior: auto !important;
  }

  body {
    overflow: auto !important;
  }
}/* End custom CSS */