.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-59d7ef0:#212431;--e-global-color-adeb36b:#D6D7D7;--e-global-color-f01225c:#F5F5F5;--e-global-color-27bab5a:#4F5D75;--e-global-color-53fba5d:#EA5C1F;--e-global-color-3e27bdc:#D4A267;--e-global-color-db097da:#A2E8DD;--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:1280px;}.e-con{--container-max-width:1280px;}.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-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* === NxGen dropdown pointer + hover styling === */

/* Update these two if you want */
:root{
  --nxgen-accent: #EA5C1F;         /* your orange */
  --nxgen-hover-bg: #E9E9E9;       /* light gray hover */
  --nxgen-dropdown-bg: #F5F5F5;    /* dropdown background */
}

/* Target the dropdown panel container */
.e-n-menu-content .dropdown-subnav-menu{
  position: relative;             /* required for triangle positioning */
  overflow: visible;              /* allow the triangle to show */
}

/* Triangle pointer */
.e-n-menu-content .dropdown-subnav-menu::before{
  content: "";
  position: absolute;
  top: -9px;                     /* how far above the box */
  left: 75%;                      /* center by default */
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid var(--nxgen-dropdown-bg);

  z-index: 10;
}

/* Optional: if your dropdown has a border, add a thin border triangle behind it */
.e-n-menu-content .dropdown-subnav-menu::after{
  content: "";
  position: absolute;
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 11px solid transparent;     /* faint outline */
  z-index: 9;
}

/* Icon list item links become full-width "rows" */
.e-n-menu-content .dropdown-subnav-menu .elementor-icon-list-item > a{
  display: block;
  width: 100%;
  padding: 10px 14px;
  border-left: 4px solid transparent;
  border-radius: 0px;
  transition: background-color .15s ease, border-color .15s ease;
}

/* Hover state: light gray bg + orange left border */
.e-n-menu-content .dropdown-subnav-menu .elementor-icon-list-item > a:hover{
  background: var(--nxgen-hover-bg);
  border-left-color: var(--nxgen-accent);
}

/* Optional: tighten spacing between items */
.e-n-menu-content .dropdown-subnav-menu .elementor-icon-list-item{
  margin: 6px 0;
}

/* Optional: remove default list padding if Elementor adds any */
.e-n-menu-content .dropdown-subnav-menu .elementor-icon-list-items{
  padding: 0;
  margin: 0;
}/* End custom CSS */