.elementor-kit-7{--e-global-color-primary:#E5111D;--e-global-color-secondary:#000000;--e-global-color-text:#7A7A7A;--e-global-color-accent:#F9FE01;--e-global-color-6657901:#FFFFFF;--e-global-color-09e2ff1:#212121;--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-7 e-page-transition{background-color:#FFBC7D;}.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);}@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 */html, body {
  /* Make sure the page background is visible */
  background: #fff; 
  position: relative;
  min-height: 100%;
  
  /* Add inset glow on both left and right edges */
  box-shadow: inset 20px 0 20px -20px #E5111D,
              inset -20px 0 20px -20px #E5111D;
  z-index: 0;
}
/* Force horizontal scroll and center active items */
.e-n-menu.e-n-menu-layout-horizontal .e-n-menu-heading {
    display: flex !important;
    overflow-x: auto !important;
    scroll-behavior: smooth !important;
    scroll-padding: 0 50% !important;
}

/* Hide scrollbar */
.e-n-menu-heading {
    -ms-overflow-style: none !important;
    scrollbar-width: none !important;
}

.e-n-menu-heading::-webkit-scrollbar {
    display: none !important;
}

/* Active item styling */
.e-n-menu-title.e-current {
    scroll-margin: 0 50px !important;
}

/* Ensure menu items don't wrap */
.e-n-menu-item {
    flex-shrink: 0 !important;
    white-space: nowrap !important;
}/* End custom CSS */