.elementor-kit-24{--e-global-color-primary:#00D7FF;--e-global-color-secondary:#01064A;--e-global-color-text:#666565;--e-global-color-accent:#00AAFF;--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;}.elementor-kit-24 e-page-transition{background-color:#D32136;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@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 *//* Main section background */
.elementor-kit-24 {
  background-color: #ffffff;
  position: relative;
  overflow: visible;
}

/* Grid overlay */
.elementor-kit-24::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  pointer-events: none !important; /* Prevent scroll blocking */
  z-index: 1;

  /* GRID SETTINGS */
  background-image:
    /* Vertical lines */
    repeating-linear-gradient(
      to right,
      rgba(0,0,0,0.08) 0px,
      rgba(0,0,0,0.08) 1px,
      transparent 1px,
      transparent 80px
    ),
    /* Horizontal lines */
    repeating-linear-gradient(
      to bottom,
      rgba(0,0,0,0.08) 0px,
      rgba(0,0,0,0.08) 1px,
      transparent 1px,
      transparent 80px
    );
}

/* Make sure content stays above grid */
.elementor-kit-24 > * {
  position: relative;
  z-index: 2;
}

/* 🎯 FIX: Disable overlay inside Elementor editor */
.elementor-editor-active .elementor-kit-24::before {
  display: none !important;
}/* End custom CSS */