.elementor-kit-6{--e-global-color-primary:#004B87;--e-global-color-secondary:#FFDE59;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Trebuchet MS";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Trebuchet MS";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Trebuchet MS";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.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);}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}@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 *//* Floating Side Menu Box */
.toolkit-menu {
  background-color: #ffffff !important;
  padding: 18px !important;
  border-radius: 16px !important;
  box-shadow: 0 6px 24px rgba(0,0,0,0.12) !important;
  position: sticky !important;
  top: 120px !important;
  align-self: flex-start !important;
  max-width: 280px !important;
  min-width: 260px !important;
  margin-right: 20px !important; /* adds space from the accordion */
}

/* Menu Items (yellow buttons) */
.toolkit-menu a {
  display: block !important;
  background-color: #FFDE59 !important; /* Yellow buttons */
  color: #1c1c1c !important; /* Dark text */
  font-weight: 600 !important;
  font-size: 15px !important;
  text-decoration: none !important;
  padding: 14px 18px !important;
  margin-bottom: 12px !important;
  border-radius: 12px !important;
  transition: all 0.3s ease !important;
}

/* Hover Effect: text turns ISCoS blue */
.toolkit-menu a:hover {
  color: #004B87 !important; /* ISCoS blue */
  background-color: #f5c400 !important; /* Slightly darker yellow */
}/* End custom CSS */