.elementor-kit-13{--e-global-color-primary:#1B4298;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#231F20;--e-global-color-accent:#F78F1E;--e-global-typography-primary-font-family:"avenir-lt-pro";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"avenir-lt-pro";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"avenir-lt-pro";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"avenir-lt-pro";--e-global-typography-accent-font-weight:500;font-family:"avenir-lt-pro", Sans-serif;--e-page-transition-entrance-animation:e-page-transition-fade-out;--e-page-transition-animation-duration:1500ms;}.elementor-kit-13 e-page-transition{background-color:var( --e-global-color-primary );}.elementor-kit-13 a{font-family:"avenir-lt-pro", Sans-serif;}.elementor-kit-13 h1{font-family:"avenir-lt-pro", Sans-serif;}.elementor-kit-13 h2{font-family:"avenir-lt-pro", Sans-serif;}.elementor-kit-13 h3{font-family:"avenir-lt-pro", Sans-serif;}.elementor-kit-13 h4{font-family:"avenir-lt-pro", Sans-serif;}.elementor-kit-13 h5{font-family:"avenir-lt-pro", Sans-serif;}.elementor-kit-13 h6{font-family:"avenir-lt-pro", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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);}.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 *//* 1. Default grayscale for all toggle buttons */
.stories-toggle-blog,
.stories-toggle-news,
.stories-toggle-events {
  filter: grayscale(100%) contrast(80%);
  transition: filter 0.4s ease, transform 0.3s ease;
  position: relative;
  cursor: pointer;
}

/* 2. On hover or when active: full color */
.stories-toggle-blog:hover,
.stories-toggle-news:hover,
.stories-toggle-events:hover,
.stories-toggle-blog.active,
.stories-toggle-news.active,
.stories-toggle-events.active {
  filter: grayscale(0%) contrast(100%);
}

/* 3. Pill-shaped 'Active' indicator inside active toggle */
.stories-toggle-blog.active::after,
.stories-toggle-news.active::after,
.stories-toggle-events.active::after {
  content: 'Active';
  position: absolute;
  bottom: 10px;
  left: 10px;
  padding: 2px 10px;
  font-size: 11px;
  color: white;
  font-weight: 500;
  background-color: #005AAB; /* Zeetex brand blue */
  border-radius: 999px;
  line-height: 1.4;
  transition: opacity 0.3s ease;
}

/* 4. Hide all sections except blog by default */
.stories-news,
.stories-events {
  display: none;
}/* End custom CSS */