@media all{     
  body {  
    font-family:sans-serif;
    font-family: 'Public Sans', sans-serif;
    font-weight: 700;
  }  
}  
  body {  
    color: var(--color-text, #696969);
    background: var(--color-background, #ffffff);
    background-color: var(--color-background, #ffffff);
    font-size:15px;
    font-weight:400;
    letter-spacing:0em;
    line-height:1.87;
  }  
@media all{ 
  * { 
    box-sizing: inherit;
  } 

  body { 
    position: inherit !important;
  } 

  body { 
    -webkit-font-smoothing: antialiased; 
    -moz-osx-font-smoothing: grayscale;
  } 

  body { 
    margin: 0;
  } 
}     

body { 
    color: var(--color-text, #696969); 
    background: var(--color-background, #ffffff); 
    background-color: var(--color-background, #ffffff); 
    background-repeat: no-repeat; 
    background-position: center center; 
    background-attachment: fixed; 
    -webkit-background-size: cover; 
    -moz-background-size: cover; 
    -ms-background-size: cover; 
    -o-background-size: cover; 
    background-size: cover;
} 
@media all{ 
  html { 
    box-sizing: border-box; 
    font-family: sans-serif; 
    -webkit-text-size-adjust: 100%; 
    -ms-text-size-adjust: 100%; 
    -webkit-font-smoothing: antialiased; 
    -moz-osx-font-smoothing: grayscale;
  } 
}     

@media (prefers-reduced-motion: no-preference){ 
  html { 
    scroll-behavior: smooth;
  } 
}     

:root { 
    --naviLink: #696969; 
    ----border: #f5f5f5; 
    ----bg: #f5f5f5; 
    --bord: #ededed; 

} 

@media all{ 
  header { 
    display: block;
  } 

  .page-header { 
    position: relative;
    z-index: 4;
  } 

  *,:before,:after { 
    box-sizing: inherit;
  } 
}     

:selection { 
    color: #fff; 
    background-color: #ae152d;
} 

@media all{ 
  .page-header-inner { 
    border-bottom: 0 solid transparent;
  } 

  .page-header-inner.held { 
    position: relative !important; /* was absolute; allow natural height */
    top: auto !important;
    left: auto !important;
    width: 100%;
    display: flex;
  } 
}     

.header-01 .page-header-inner  { 
    border-bottom-width: 0px;
} 

.header-01.header-dark .page-header-inner  { 
    background: var(--color-background, #fff); 
    background-color: var(--color-background, #fff); 
    background-repeat: no-repeat; 
    background-position: center center; 
    background-attachment: fixed; 
    border-color: var(--color-header-border, #eee); 
    -webkit-background-size: cover; 
    -moz-background-size: cover; 
    -ms-background-size: cover; 
    -o-background-size: cover; 
    background-size: cover; 
    -webkit-box-shadow: 0 10px 26px rgba(0, 0, 0, 0.05); 
    -moz-box-shadow: 0 10px 26px rgba(0, 0, 0, 0.05); 
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.05);
} 

@media all{ 
  .container { 
    margin-left: auto; 
    margin-right: auto; 
    padding-left: 0.9375rem; 
    padding-right: 0.9375rem; 
    max-width: 1200px;
  } 
}     

@media (min-width: 1200px){ 
  .container { 
    max-width: 1510px; 
    padding-left: 50px; 
    padding-right: 50px;
  } 
}     

.header-01.header-dark .header-bottom  { 
    background: var(--color-header-bottom-bg, #1a4d7a); 
    background-color: var(--color-header-bottom-bg, #1a4d7a); 
    background-repeat: no-repeat; 
    background-position: center center; 
    background-attachment: fixed; 
    -webkit-background-size: cover; 
    -moz-background-size: cover; 
    -ms-background-size: cover; 
    -o-background-size: cover; 
    background-size: cover;
} 

/* Override old solid bar: we now render a translucent band inside */
.header-01.header-dark .header-bottom { 
    background: transparent !important;
}

@media all{ 
  .header-wrap { 
    position: relative;
  } 

  .header-01 .header-wrap  { 
    display: -webkit-box; 
    display: -webkit-flex; 
    display: -ms-flexbox; 
    display: flex; 
    -webkit-box-align: center; 
    -webkit-align-items: center; 
    -ms-flex-align: center; 
    align-items: center; 
    height: 100%;
  } 
}     

@media (min-width: 768px){ 
  .header-01 .header-wrap  { 
    padding-top: 20px;
    padding-bottom: 20px;
  } 
}     

@media all{ 
  .header-left  { 
    width: 25%;
  } 

  .header-center  { 
    width: 50%;
  } 

  .header-right  { 
    width: 25%; 
    -webkit-box-flex: 1; 
    -webkit-flex-grow: 1; 
    -ms-flex-positive: 1; 
    flex-grow: 1; 
    -webkit-flex-shrink: 1; 
    -ms-flex-negative: 1; 
    flex-shrink: 1;
  } 

  .header-01 .page-navigation  { 
    -webkit-flex-shrink: 0; 
    -ms-flex-negative: 0; 
    flex-shrink: 0;
  } 

  .page-navigation  { 
    padding: 0 9px 0 0;
  } 

  .header-left .header-content-inner  { 
    display: -webkit-box; 
    display: -webkit-flex; 
    display: -ms-flexbox; 
    display: flex; 
    -webkit-box-align: center; 
    -webkit-align-items: center; 
    -ms-flex-align: center; 
    align-items: center; 
    -webkit-flex-shrink: 0; 
    -ms-flex-negative: 0; 
    flex-shrink: 0; 
    margin: 0 -15px;
  } 

  .header-center .header-content-inner  { 
    display: -webkit-box; 
    display: -webkit-flex; 
    display: -ms-flexbox; 
    display: flex; 
    -webkit-box-align: center; 
    -webkit-align-items: center; 
    -ms-flex-align: center; 
    align-items: center; 
    -webkit-flex-shrink: 0; 
    -ms-flex-negative: 0; 
    flex-shrink: 0; 
    margin: 0 -15px;
  } 

  .header-center .header-content-inner  { 
    -webkit-box-pack: center; 
    -webkit-justify-content: center; 
    -ms-flex-pack: center; 
    justify-content: center;
  } 

  .header-right .header-content-inner  { 
    display: -webkit-box; 
    display: -webkit-flex; 
    display: -ms-flexbox; 
    display: flex; 
    -webkit-box-align: center; 
    -webkit-align-items: center; 
    -ms-flex-align: center; 
    align-items: center; 
    -webkit-flex-shrink: 0; 
    -ms-flex-negative: 0; 
    flex-shrink: 0; 
    margin: 0 -15px;
  } 

  .header-right .header-content-inner  { 
    -webkit-box-pack: end; 
    -webkit-justify-content: flex-end; 
    -ms-flex-pack: end; 
    justify-content: flex-end;
  } 

  nav { 
    display: block;
  } 

  .menu--primary  { 
    text-align: center; 
    line-height: 0;
  } 

  .branding { 
    line-height: 0;
  } 

  .header-01 .branding  { 
    display: -webkit-box; 
    display: -webkit-flex; 
    display: -ms-flexbox; 
    display: flex; 
    -webkit-box-align: center; 
    -webkit-align-items: center; 
    -ms-flex-align: center; 
    align-items: center; 
    -webkit-flex-shrink: 0; 
    -ms-flex-negative: 0; 
    flex-shrink: 0;
  } 

  .header-left .header-content-inner > div  { 
    padding: 0 15px;
  } 

  .header-center .header-content-inner > div  { 
    padding: 0 15px;
  } 

  .header-right-inner { 
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1); 
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  } 

  .header-01 .header-right-inner  { 
    width: 100%;
  } 

  .header-right .header-content-inner > div  { 
    padding: 0 15px;
  } 

  .header-icon { 
    font-size: 20px; 
    line-height: 32px;
  } 

  .page-open-mobile-menu { 
    cursor: pointer;
  } 

  .page-open-mobile-menu  { 
    display: none !important;
  } 
}     

.header-01.header-dark .header-icon  { 
    color: #111;
} 

.header-01.header-dark .header-icon:hover { 
    color: var(--primary-color);
} 

@media all{ 
  .page-open-components { 
    display: none; 
    height: 30px; 
    font-size: 20px; 
    cursor: pointer;
  } 

  ul { 
    padding-left: 20px;
  } 

  ul { 
    margin-top: 1em; 
    margin-bottom: 1em;
  } 

  .sm  { 
    position: relative; 
    z-index: 9999;
  } 

  .sm  { 
    display: block; 
    margin: 0; 
    padding: 0; 
    list-style: none; 
    text-align: left; 
    line-height: normal; 
    direction: ltr; 
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  } 

  .sm-simple  { 
    position: static; 
    display: inline-block;
  } 

  .page-links:after,.branding-logo-wrap:after,.page-mobile-main-menu:after, .comment-list .pingback::after, .comment-list .trackback::after, .comment-list .comment::after, .page-loading .sk-three-bounce::after, .unicamp-tabpanel.unicamp-tabpanel-horizontal > .unicamp-nav-tabs::after,.hentry:after, .single-post .entry-content::after, .entry-author .author-social-networks .inner::after, .widget .tagcloud::after, .unicamp-wp-widget-posts .post-item::after, .unicamp-slider-buttons.style-01 .button-wrap::after, .unicamp-timeline.style-01 .timeline-item::after, .unicamp-news .item::after, .tm-social-networks ul::after,.elementor-section.elementor-section-content-align-right:after,.wp-block-tag-cloud:after { 
    content: ""; 
    display: table; 
    clear: both;
  } 

  .header-right-inner .header-right-inner-content  { 
    display: -webkit-box; 
    display: -webkit-flex; 
    display: -ms-flexbox; 
    display: flex; 
    margin: 0 -10px; 
    -webkit-box-align: center; 
    -webkit-align-items: center; 
    -ms-flex-align: center; 
    align-items: center; 
    -webkit-box-pack: end; 
    -webkit-justify-content: flex-end; 
    -ms-flex-pack: end; 
    justify-content: flex-end; 
    -webkit-flex-wrap: wrap; 
    -ms-flex-wrap: wrap; 
    flex-wrap: wrap; 
    min-height: 58px;
  } 

  .page-open-mobile-menu .burger-icon  { 
    position: relative; 
    width: 24px; 
    height: 24px;
  } 

  .page-open-components .inner  { 
    display: -webkit-box; 
    display: -webkit-flex; 
    display: -ms-flexbox; 
    display: flex; 
    -webkit-box-align: center; 
    -webkit-align-items: center; 
    -ms-flex-align: center; 
    align-items: center; 
    height: 30px;
  } 

  .sm li  { 
    display: block; 
    margin: 0; 
    padding: 0; 
    list-style: none; 
    text-align: left; 
    line-height: normal; 
    direction: ltr; 
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  } 

  .sm li  { 
    position: relative;
  } 

  .sm-simple > li  { 
    display: inline-block;
  } 

  ul li + li  { 
    margin: 10px 0 0;
  } 

  a { 
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1); 
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  } 

  a { 
    background-color: transparent;
  } 

  a { 
    color: var(--color-link, #696969); 
    text-decoration: none;
  } 
}     

a { 
    color: var(--color-link, #696969);
} 

@media all{ 
  .branding-logo-wrap a  { 
    display: inline-block; 
    float: left;
  } 

  a:active,a:hover { 
    outline: 0;
  } 

  a:hover,a:active { 
    outline: 0; 
    color: var(--color-link-hover, #1a4d7a);
  } 
}     

a:hover { 
    color: var(--color-link-hover, #1a4d7a);
} 

@media all{ 
  .header-search-form { 
    pointer-events: auto;
  } 

  .header-01 .header-search-form  { 
    -webkit-box-flex: 1; 
    -webkit-flex-grow: 1; 
    -ms-flex-positive: 1; 
    flex-grow: 1; 
    max-width: 220px;
  } 

  .header-right-inner .header-right-inner-content > div  { 
    padding: 0 10px;
  } 
}     

@media screen and (min-width: 1400px){ 
  .header-search-form  { 
    max-width: 340px;
  } 
}     

  .page-open-mobile-menu .burger-icon-top  { 
    display: block; 
    position: absolute; 
    left: 0; 
    width: 100%; 
    height: 2px; 
    -webkit-transform: translateZ(0); 
    transform: translateZ(0); 
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); 
    transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); 
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); 
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  } 

  .page-open-mobile-menu .burger-icon-top  { 
    top: 5px;
  } 

  .page-open-mobile-menu .burger-icon-top::before, .page-open-mobile-menu .burger-icon-top::after, .page-open-mobile-menu .burger-icon-bottom::before, .page-open-mobile-menu .burger-icon-bottom::after { 
    content: ""; 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    background: currentColor; 
    opacity: .99;
  } 

  .page-open-mobile-menu .burger-icon-top::before, .page-open-mobile-menu .burger-icon-bottom::before { 
    -webkit-transform-origin: right; 
    -ms-transform-origin: right; 
    transform-origin: right; 
    -webkit-transform: scaleX(1) translateZ(0); 
    transform: scaleX(1) translateZ(0); 
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s; 
    transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s; 
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s; 
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  } 

  .page-open-mobile-menu .burger-icon-top::after, .page-open-mobile-menu .burger-icon-bottom::after { 
    -webkit-transform-origin: left; 
    -ms-transform-origin: left; 
    transform-origin: left; 
    -webkit-transform: scaleX(0) translateZ(0); 
    transform: scaleX(0) translateZ(0); 
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); 
    transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); 
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); 
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  } 

  .page-open-mobile-menu:hover .burger-icon-top::before, .page-open-mobile-menu:hover .burger-icon-bottom::before { 
    -webkit-transform: scaleX(0) translateZ(0); 
    transform: scaleX(0) translateZ(0); 
    transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); 
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); 
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); 
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  } 

  .page-open-mobile-menu:hover .burger-icon-top::after, .page-open-mobile-menu:hover .burger-icon-bottom::after { 
    -webkit-transform: scaleX(1) translateZ(0); 
    transform: scaleX(1) translateZ(0); 
    transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s; 
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s; 
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s; 
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  } 

  .page-open-mobile-menu .burger-icon-bottom  { 
    display: block; 
    position: absolute; 
    left: 0; 
    width: 100%; 
    height: 2px; 
    -webkit-transform: translateZ(0); 
    transform: translateZ(0); 
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); 
    transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); 
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); 
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  } 

  .page-open-mobile-menu .burger-icon-bottom  { 
    bottom: 5px;
  } 

  .page-open-mobile-menu .burger-icon-bottom::before { 
    -webkit-transform-origin: left; 
    -ms-transform-origin: left; 
    transform-origin: left;
  } 

  .page-open-mobile-menu .burger-icon-bottom::after { 
    -webkit-transform-origin: right; 
    -ms-transform-origin: right; 
    transform-origin: right;
  } 

  .page-open-components .circle  { 
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1); 
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  } 

  .page-open-components .circle  { 
    height: 5px; 
    width: 5px; 
    background: currentColor; 
    border-radius: 100%; 
    margin: 0 2px;
  } 

  .page-open-components:hover .circle-one { 
    -webkit-transform: translateX(18px); 
    -ms-transform: translateX(18px); 
    transform: translateX(18px);
  } 

  .page-open-components:hover .circle-three { 
    -webkit-transform: translateX(-18px); 
    -ms-transform: translateX(-18px); 
    transform: translateX(-18px);
  } 

  .sm a  { 
    position: relative;
  } 

  .sm a  { 
    display: block;
  } 

  .sm-simple a  { 
    white-space: nowrap;
  } 

  .sm-simple li > a  { 
    padding: 13px 58px 13px 20px;
  }      

.header-01 .menu--primary > ul > li > a { 
    font-size: 15px; 
    font-weight: 700; 
    line-height: 26px;
} 

.header-01 .menu--primary > ul > li > a  { 
    padding-top: 11px; 
    padding-bottom: 11px; 
    padding-left: 24px; 
    padding-right: 24px;
} 

.header-01.header-dark .menu--primary > ul > li > a,
.header-01.header-dark .menu--primary > ul > .current-menu-ancestor > a,
.header-01.header-dark .menu--primary > ul > li:hover > a,
.header-01.header-dark .menu--primary > ul > li > a:hover,
.header-01.header-dark .menu--primary > ul > li > a:focus,
.header-01.header-dark .menu--primary > ul > .current-menu-item > a { 
    color: var(--color-header-menu-link, #fff);
} 

@media all{ 
  li > ul  { 
    margin-bottom: 0;
  } 
}     

.page-navigation .children  { 
    background-color: #fff; 
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.12); 
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.12); 
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.12);
} 

@media all{ 
  .sm ul  { 
    display: block; 
    margin: 0; 
    padding: 0; 
    list-style: none; 
    text-align: left; 
    line-height: normal; 
    direction: ltr; 
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  } 

  .sm ul  { 
    display: none;
  } 

  .sm-simple ul  { 
    position: absolute; 
    width: 12em;
  } 

  .sm-simple .children  { 
    padding: 13px 0 16px; 
    min-width: 250px !important; 
    border: 1px solid var(--bord); 
    background-color: #fff;
  } 

  .desktop-menu .sm-simple:not(.sm-vertical) > li > .children::before, .desktop-menu .sm-simple:not(.sm-vertical) > li > .children::after { 
    content: ''; 
    position: absolute; 
    bottom: 100%; 
    left: 42px; 
    width: 0; 
    height: 0;
  } 

  .desktop-menu .sm-simple:not(.sm-vertical) > li > .children::before { 
    -webkit-transform: translateX(-1px); 
    -ms-transform: translateX(-1px); 
    transform: translateX(-1px); 
    border-left: 9px solid transparent !important; 
    border-right: 9px solid transparent !important; 
    border-bottom: 11px solid var(--bord); 
    -webkit-filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.12)); 
    filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.12));
  } 

  .desktop-menu .sm-simple:not(.sm-vertical) > li > .children::after { 
    border-left: 8px solid transparent !important; 
    border-right: 8px solid transparent !important; 
    border-bottom: 10px solid #fff;
  } 

  img { 
    border: 0;
  } 

  img { 
    max-width: 100%; 
    height: auto; 
    vertical-align: top;
  } 

  .dark-logo { 
    display: none;
  } 
}     

.branding-logo-wrap img {
    height: 80px; /* Adjust height as needed */
    width: auto;
    padding: 15px 10px;
} 

@media all{ 
  .header-dark .dark-logo  { 
    display: block;
  } 

  .header-search-form .search-form  { 
    position: relative;
  } 

  .nav-links-hover-style-01 .menu--primary .menu__container > li > a > .menu-item-wrap { 
    position: relative; 
    padding: 4px 0;
  } 

  .nav-links-hover-style-01 .menu--primary .menu__container > li > a > .menu-item-wrap::after { 
    content: ''; 
    position: absolute; 
    left: auto; 
    right: 0; 
    bottom: 0; 
    height: 2px; 
    width: 0; 
    -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s; 
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s; 
    background: currentColor;
  } 

  .nav-links-hover-style-01 .menu--primary .menu__container > li.current-menu-item > a .menu-item-wrap::after, .nav-links-hover-style-01 .menu--primary .menu__container > li.current-menu-ancestor > a .menu-item-wrap::after, .nav-links-hover-style-01 .menu--primary .menu__container > li:hover > a .menu-item-wrap::after { 
    width: 100%; 
    left: 0; 
    right: auto;
  } 

  .sub-arrow  { 
    display: none;
  } 

  .sm-simple ul li  { 
    float: none;
  } 
}     

.header-01 .header-wrap .menu--secondary > ul > li > a { 
    line-height: 26px;
    font-family: 'GTWalsheimPro-Medium', sans-serif;
    font-weight: 500;
    color: #15283D;
} 

.header-01 .header-wrap .menu--secondary > ul > li > a  { 
    padding-top: 15px; 
    padding-bottom: 15px; 
    padding-left: 12px; 
    padding-right: 12px;
} 

.header-01.header-dark .header-wrap .menu--secondary > ul > li > a { 
    color: var(--color-header-secondary-link, #696969);
} 

.header-01.header-dark .header-wrap .menu--secondary > ul > li:hover > a,
.header-01.header-dark .header-wrap .menu--secondary > ul > li > a:hover,
.header-01.header-dark .header-wrap .menu--secondary > ul > li > a:focus,
.header-01.header-dark .header-wrap .menu--secondary > ul > .current-menu-ancestor > a,
.header-01.header-dark .header-wrap .menu--secondary > ul > .current-menu-item > a { 
    color: var(--color-link-hover, #ae152d);
} 

/* Secondary menu: underline animation and active state */
.header-01 .header-wrap .menu--secondary > ul > li > a {
  position: relative;
  overflow: hidden;
}
.header-01 .header-wrap .menu--secondary > ul > li > a::after {
  content: '';
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 8px;
  height: 2px;
  background: currentColor;
  border-radius: 1px;
  opacity: 0.75;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.header-01 .header-wrap .menu--secondary > ul > li:hover > a::after,
.header-01 .header-wrap .menu--secondary > ul > li > a:focus::after {
  transform: scaleX(1);
  transform-origin: left center;
}
/* Active state: keep underline visible and slightly emphasize text */
.header-01 .header-wrap .menu--secondary > ul > .current-menu-item > a,
.header-01 .header-wrap .menu--secondary > ul > .current-menu-ancestor > a {
  font-weight: 600;
}
.header-01 .header-wrap .menu--secondary > ul > .current-menu-item > a::after,
.header-01 .header-wrap .menu--secondary > ul > .current-menu-ancestor > a::after {
  transform: scaleX(1);
  transform-origin: left center;
  opacity: 1;
}

@media all{ 
  button { 
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1); 
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  } 

  button { 
    margin: 0; 
    color: inherit; 
    font: inherit;
  } 

  button { 
    overflow: visible;
  } 

  button { 
    text-transform: none;
  } 

  button { 
    cursor: pointer; 
    -webkit-appearance: button;
  } 

  button { 
    padding: 0 41px; 
    height: 52px; 
    line-height: 50px; 
    outline: none; 
    border-width: 1px; 
    border-style: solid; 
    border-radius: 0; 
    font-size: 14px; 
    font-weight: 700; 
    cursor: pointer; 
    text-align: center;
  } 
}     

button { 
    color: var(--color-button-text, #fff); 
    border-color: var(--color-button-bg, #ae152d); 
    background-color: var(--color-button-bg, #ae152d);
} 

button { 
    font-family: inherit; 
    font-size: 14px; 
    font-weight: 700; 
    letter-spacing: 0em; 
    text-transform: none;
} 

@media all{ 
  .header-search-form .search-submit  { 
    position: absolute; 
    top: 50%; 
    -webkit-transform: translateY(-50%); 
    -ms-transform: translateY(-50%); 
    transform: translateY(-50%); 
    right: 0; 
    font-size: 16px; 
    width: 48px; 
    height: 48px; 
    padding: 0; 
    border: 0 !important; 
    background: none !important; 
    color: var(--color-primary);
  } 

  .header-01 .header-search-form .search-submit  { 
    font-size: 20px; 
    right: auto; 
    left: 0; 
    width: 32px;
  } 
}     

button:hover { 
    color: var(--color-button-hover-text, #fff); 
    border-color: var(--color-button-hover-bg, #111); 
    background-color: var(--color-button-hover-bg, #111);
} 

@media all{ 
  .toggle-sub-menu  { 
    position: relative; 
    margin-left: 18px;
  } 

  input[type="checkbox"]:after, .header-category-menu .header-category-dropdown-wrap ul li > a .toggle-sub-menu::before, .desktop-menu .toggle-sub-menu::before, .page-mobile-main-menu .toggle-sub-menu::after,.form-input-group.form-input-password .btn-pw-toggle,.tm-swiper .swiper-nav-button i, .unicamp-nice-select-wrap .unicamp-nice-select-current::after,.tm-star-rating.style-02 .tm-star-empty, .tm-button.btn-toggle-archive-top-filters .button-content-wrapper::after, .unicamp-wp-widget-filter ul.filter-checkbox-list a::after, .unicamp-widget-term-list.style-check-list a::after, .unicamp-grid-sorting .ordering .unicamp-nice-select-current .label::before, .elementor-form .elementor-message-success::before, .unicamp-faqs-list .post-title a::before, .unicamp-faqs-list .post-title a::after { 
    -moz-osx-font-smoothing: grayscale; 
    -webkit-font-smoothing: antialiased; 
    display: inline-block; 
    font-style: normal; 
    font-variant: normal; 
    text-rendering: auto; 
    line-height: 1; 
    font-family: 'Font Awesome 5 Pro'; 
    font-weight: 400;
  } 

  .desktop-menu .toggle-sub-menu::before { 
    content: '\f107'; 
    font-size: 12px; 
    position: absolute; 
    top: 50%; 
    right: 0; 
    -webkit-transform: translate(0, -50%); 
    -ms-transform: translate(0, -50%); 
    transform: translate(0, -50%);
  } 

  .sm-simple ul a  { 
    white-space: normal;
  } 
}     

.page-navigation .children > li > a  { 
    font-weight: 500; 
    letter-spacing: 0em; 
    line-height: 1.39; 
    text-transform: none;
} 

.page-navigation .children > li > a  { 
    font-size: 13px; 
    color: #7e7e7e;
} 

@media all{ 
  .sm-simple .simple-menu a  { 
    padding: 9px 30px;
  } 
}     

.page-navigation .children > li:hover > a { 
    color: #ae152d;
} 

.page-navigation .children > li:hover > a, .page-navigation .children > li.current-menu-item > a, .page-navigation .children > li.current-menu-ancestor > a { 
    color: #ae152d;
} 

@media all{ 
  input[type="checkbox"]::after, .header-category-menu .header-category-dropdown-wrap ul li > a .toggle-sub-menu::before, .desktop-menu .toggle-sub-menu::before, .page-mobile-main-menu .toggle-sub-menu::after, .form-input-group.form-input-password .btn-pw-toggle, .tm-swiper .swiper-nav-button i, .unicamp-nice-select-wrap .unicamp-nice-select-current::after, .tm-star-rating.style-02 .tm-star-empty, .tm-button.btn-toggle-archive-top-filters .button-content-wrapper::after, .unicamp-wp-widget-filter ul.filter-checkbox-list a::after, .unicamp-widget-term-list.style-check-list a::after, .unicamp-grid-sorting .ordering .unicamp-nice-select-current .label::before, .elementor-form .elementor-message-success::before, .unicamp-faqs-list .post-title a::before, .unicamp-faqs-list .post-title a::after { 
    -moz-osx-font-smoothing: grayscale; 
    -webkit-font-smoothing: antialiased; 
    display: inline-block; 
    font-style: normal; 
    font-variant: normal; 
    text-rendering: auto; 
    line-height: 1; 
    font-family: 'Font Awesome 5 Pro'; 
    font-weight: 400;
  } 

  .screen-reader-text { 
    position: absolute !important; 
    overflow: hidden; 
    clip: rect(1px, 1px, 1px, 1px); 
    width: 1px; 
    height: 1px;
  } 

  .screen-reader-text { 
    height: 1px; 
    margin: -1px; 
    overflow: hidden; 
    padding: 0; 
    position: absolute; 
    top: -10000em; 
    width: 1px; 
    clip: rect(0,0,0,0); 
    border: 0;
  } 

  .screen-reader-text { 
    clip: rect(1px,1px,1px,1px); 
    word-wrap: normal!important; 
    border: 0; 
    clip-path: inset(50%); 
    height: 1px; 
    margin: -1px; 
    overflow: hidden; 
    overflow-wrap: normal!important; 
    padding: 0; 
    position: absolute!important; 
    width: 1px;
  } 

  input { 
    margin: 0; 
    color: inherit; 
    font: inherit;
  } 

  input { 
    line-height: normal;
  } 

  input[type="search"] { 
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1); 
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  } 

  input[type="search"] { 
    box-sizing: content-box; 
    -webkit-appearance: textfield;
  } 

  input[type="search"] { 
    box-sizing: inherit;
  } 

  input[type="search"] { 
    width: 100%; 
    padding: 3px 15px; 
    min-height: 52px; 
    outline: none; 
    border-radius: 0; 
    font-size: 14px; 
    font-weight: 500; 
    color: var(--naviLink); 
    border: 1px solid var(----border); 
    background-color: var(----bg);
  } 

  input[type="search"] { 
    -webkit-appearance: none;
  } 

  .header-search-form .search-field  { 
    min-height: 48px; 
    padding-right: 50px;
  } 

  .header-01 .header-search-form .search-field  { 
    font-weight: 500; 
    padding-left: 32px; 
    border: 0; 
    background: none !important; 
    border-bottom: 2px solid #ededed !important;
  } 

  .far { 
    -moz-osx-font-smoothing: grayscale; 
    -webkit-font-smoothing: antialiased; 
    display: var(--fa-display,inline-block); 
    font-style: normal; 
    font-variant: normal; 
    line-height: 1; 
    text-rendering: auto;
  } 

  .far { 
    font-family: "Font Awesome 6 Pro";
  } 

  .far { 
    font-weight: 400;
  } 

  .far { 
    font-family: "Font Awesome 5 Pro" !important;
  } 

  .header-search-form .search-btn-icon  { 
    position: absolute; 
    top: 50%; 
    left: 50%; 
    -webkit-transform: translate(-50%, -50%); 
    -ms-transform: translate(-50%, -50%); 
    transform: translate(-50%, -50%);
  } 

  .header-01 .header-search-form .search-submit .search-btn-icon  { 
    left: 0; 
    -webkit-transform: translate(0, -50%); 
    -ms-transform: translate(0, -50%); 
    transform: translate(0, -50%);
  } 

  .fa-magnifying-glass:before,.fa-search:before { 
    content: "\f002";
  } 

  .fa:before,.fas:before,.far:before,.fal:before,.fab:before { 
    font-family: inherit !important; 
    font-weight: inherit !important;
  } 

  .header-search-form .search-btn-text  { 
    display: none;
  } 

  p { 
    margin-bottom: 1.5em; 
    margin-top: 0;
  } 

  p:last-child { 
    margin-bottom: 0;
  } 

  .sm-simple .simple-menu .menu-item-wrap  { 
    line-height: 0;
  } 

  .fal { 
    -moz-osx-font-smoothing: grayscale; 
    -webkit-font-smoothing: antialiased; 
    display: var(--fa-display,inline-block); 
    font-style: normal; 
    font-variant: normal; 
    line-height: 1; 
    text-rendering: auto;
  } 

  .fal { 
    font-family: "Font Awesome 6 Pro";
  } 

  .fal { 
    font-weight: 300;
  } 

  .fal { 
    font-family: "Font Awesome 5 Pro" !important;
  } 

  a,.button { 
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1); 
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  } 

  .button { 
    padding: 0 41px; 
    height: 52px; 
    line-height: 50px; 
    outline: none; 
    border-width: 1px; 
    border-style: solid; 
    border-radius: 0; 
    font-size: 14px; 
    font-weight: 700; 
    cursor: pointer; 
    text-align: center;
  } 

  .button { 
    display: inline-block;
  } 
}     

.button { 
    color: var(--color-button-text, #fff); 
    border-color: var(--color-button-bg, #ae152d); 
    background-color: var(--color-button-bg, #ae152d);
} 

.button { 
    font-family: inherit; 
    font-size: 14px; 
    font-weight: 700; 
    letter-spacing: 0em; 
    text-transform: none;
}     

.button:hover { 
    color: var(--color-button-hover-text, #fff); 
    border-color: var(--color-button-hover-bg, #111); 
    background-color: var(--color-button-hover-bg, #111);
} 

.page-navigation .children > li > a .menu-item-title  { 
    font-weight: 500; 
    letter-spacing: 0em; 
    line-height: 1.39; 
    text-transform: none;
} 

@media all{ 
  .sm-simple .children a .toggle-sub-menu  { 
    position: absolute; 
    top: 50%; 
    right: 0;
  } 

  .desktop-menu .sm-simple .simple-menu .toggle-sub-menu::before { 
    font-size: 13px; 
    content: '\f105';
  } 

  .desktop-menu .sm-simple .children a .toggle-sub-menu::before { 
    right: 30px;
  } 
}     

/* === Canonical: header container (replace all previous .page-header-inner.held rules) === */
.page-header-inner.held {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  width: 100%;
  display: block !important; /* single source of truth */
}

/* === Canonical: placeholder fix (replace all previous #style-1p1sU.style-1p1sU rules) === */
#style-1p1sU.style-1p1sU {
  height: auto !important;
  display: none !important;
}

/* === Canonical: logo sizing (replace earlier base .branding-logo-wrap img rules) === */
.branding-logo-wrap img {
  height: 80px;
  width: auto;
  padding: 10px 10px;
}

/* Keep the mobile override unchanged */
/* @media (max-width: 991px) { .branding-logo-wrap img { height: 56px; padding: 8px; } } */

/* === Canonical: top ribbon nav (merge duplicate .geps-topband__nav definitions) === */
.geps-topband__nav {
  display: flex;
  align-items: center;
  gap: 1rem;
  overflow: visible !important;           /* dropdowns can overflow */
  -webkit-overflow-scrolling: touch;
}

/* Optional: ensure the topband list also uses one gap source */
.geps-topband__list,
.geps-topband__nav > ul {
  display: flex;
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* === Canonical: pill leading line + active state (avoid repeating base twice) === */
.geps-topband__nav > a.geps-pill,
.geps-pill {
  font-family: 'GTWalsheimPro-Regular', sans-serif !important;
  font-size: 15px;
  line-height: 1.4;
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  margin: 0;
  vertical-align: middle;
  color: black;
  position: relative;
}

.geps-pill:before {
  content: '';
  display: block;
  width: 24px;
  height: 1.5px;
  background: var(--color-link-hover);
  margin-right: 6px;
  transform-origin: left center;
  transform: scaleX(0);
  transition: transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.geps-pill:hover:before,
.geps-pill:focus-visible:before,
.geps-pill--active:before,
.geps-topband__nav > a.geps-pill.geps-pill--active:before,
.geps-topband__nav > ul > li.current-menu-item > a .geps-pill:before,
.geps-topband__nav > ul > li.current_page_item > a .geps-pill:before,
.geps-topband__nav > ul > li.current-menu-ancestor > a .geps-pill:before,
.geps-topband__nav > ul > li > a .geps-pill--active:before {
  transform: scaleX(1);
}

/* Prevent leading line for submenu items (single place) */
.geps-topband__submenu-list a:before {
  content: none !important;
  display: none !important;
}

/* === Fix header height miscalculation (absolute positioning & static placeholder) === */
.page-header-inner.held { 
  position: relative !important; /* was absolute; allow natural height */
  top: auto !important;
  left: auto !important;
  width: 100%;
  display: flex;
  flex-direction: column;
}
/* Remove hard-coded placeholder height and hide if not needed */
#style-1p1sU.style-1p1sU { 
  height: auto !important; 
  display: none !important; 
}
/* Ensure header wraps expand fully */
.page-header { overflow: visible; }
.header-01 .header-wrap { width: 100%; }
/* Prevent logo padding adding unexpected extra space; use flex centering */
.branding-logo-wrap img { padding: 10px 10px; }
/* Optional: tighten topband spacing if contributing to excess height */
.geps-topband { padding-top: 0.85rem; padding-bottom: 0.85rem; }

/* Example color overrides for 8 header color variants */
/* Replaced: define RGB variable for the current header color */
:root { --header-accent-rgb: 188, 204, 220; }
body[data-header-color="color-1"] { --header-accent-rgb: 188, 204, 220; }  /* Primarna */
body[data-header-color="color-2"] { --header-accent-rgb: 34, 156, 215; } /* Gimnazija */
body[data-header-color="color-3"] { --header-accent-rgb: 250, 139, 63; }  /* Logisticni */
body[data-header-color="color-4"] { --header-accent-rgb: 40, 101, 172; } /* Racunalniski */
body[data-header-color="color-5"] { --header-accent-rgb: 153, 184, 60; } /* Elektro */
body[data-header-color="color-6"] { --header-accent-rgb: 210, 35, 42; }  /* Pomorska */
body[data-header-color="color-7"] { --header-accent-rgb: 176, 196, 222; } /* Ele-Pom */
body[data-header-color="color-8"] { --header-accent-rgb: 156, 195, 216; }/* DD */

/* New translucent top band (replaces solid blue bar) */
.geps-topband {
  background-color: rgba(var(--header-accent-rgb), 0.25);
  padding-top: 1.25rem;  /* py-5 */
  padding-bottom: 1.25rem;
}

.geps-topband__nav {
  display: flex;           /* flex */
  gap: 2rem;               /* space-x-8 */
  overflow-x: auto;        /* overflow-x-auto */
  -webkit-overflow-scrolling: touch;
}

/* Ribbon dropdown submenu */
.geps-topband__nav { position: relative; }
.geps-topband__list, .geps-topband__nav > ul { display:flex; gap:2rem; list-style:none; margin:0; padding:0; }
.geps-topband__item { position:relative; }
.geps-topband__item.has-submenu > .geps-pill { padding-right:2rem; }
.geps-topband__item.has-submenu > .geps-pill:after { content:'\25BE'; font-size:0.65em; margin-left:6px; position:absolute; right:.75rem; top:50%; transform:translateY(-50%); opacity:.7; }
.geps-topband__submenu { position:absolute; left:0; top:100%; min-width:200px; background:#fff; border:1px solid rgba(var(--header-accent-rgb),0.25); box-shadow:0 8px 20px rgba(0,0,0,.08); padding:6px 0; border-radius:6px; opacity: 0; visibility: hidden; transform: translateY(8px); transition:.25s cubic-bezier(.4,.1,.2,1); z-index: 30; }
.geps-topband__item:hover > .geps-topband__submenu, .geps-topband__item:focus-within > .geps-topband__submenu { opacity:1; visibility:visible; transform:translateY(0); }
.geps-topband__submenu-list { list-style:none; margin:0; padding:0; }
.geps-topband__submenu-list li { margin:0; }
.geps-topband__submenu-list a { display:block; padding:8px 14px; font-size:13px; line-height:1.2; color:#374151; white-space:nowrap; font-weight:500; }
.geps-topband__submenu-list a:hover, .geps-topband__submenu-list a:focus { background:rgba(var(--header-accent-rgb),0.08); color:var(--primary-color); }
/* Keep active state visible inside submenu */
.geps-topband__submenu-list .is-active > a, .geps-topband__submenu-list a.geps-pill--active { background:rgba(var(--header-accent-rgb),0.12); color:var(--primary-color); }
/* Improve touch: allow tap to open without navigating if submenu */
.geps-topband__item.has-submenu > .geps-pill { position:relative; }
@media (hover:none){
  .geps-topband__item.has-submenu > .geps-pill:active + .geps-topband__submenu, 
  .geps-topband__item.has_submenu > .geps-pill:focus + .geps-topband__submenu { opacity:1; visibility:visible; transform:translateY(0); }
}

/* Full-width top ribbon (utility links) */
.geps-topribbon {
  background-color: rgb(17,34,50); /* bg-gray-800 */
  color: #fff;               /* text-white */
}
.geps-topribbon__inner {
  display: flex;                /* flex */
  align-items: center;          /* items-center */
  justify-content: flex-end;    /* justify-end */
  padding: 0.5rem 1.5rem;       /* py-2 px-6 */
}
.geps-topribbon__nav {
  display: flex;                /* flex */
  align-items: center;          /* items-center */
  gap: 1.5rem;                  /* gap-6 */
  font-size: 0.75rem;           /* text-xs */
  list-style-type: none;
}
.geps-topribbon__nav a {
  color: #fff;
  opacity: 0.95;
}
.geps-topribbon__nav a:hover {
  color: #d1d5db;               /* hover:text-gray-300 */
  opacity: 1;
}

@media (max-width: 991px) {
  .geps-topribbon {
    display: block;
  }

  .geps-topribbon__nav {
    overflow-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
  }

  .geps-topribbon__inner {
    justify-content: center !important;
    align-items: center !important;
  }
}

/* These were inline style tags. Uses id+class to override almost everything */
#style-1p1sU.style-1p1sU {  
   height: 174px;  
}

/* === Layout alignment fix: separate logo (left) and topbar menu (right) === */
.page-header-inner.held { 
  display: block !important; /* undo flex so container width logic stays normal */
}
.header-01 .header-wrap { 
  justify-content: space-between; 
  width: 100%;
}
.header-left, .header-right { 
  width: auto !important; 
  flex: 0 0 auto !important; 
}
.header-right { 
  margin-left: auto; 
  display: flex; 
  align-items: center; 
}
.header-left { 
  display: flex; 
  align-items: center; 
}
/* Optional: add gap between logo block and right menu */
.header-wrap { column-gap: 40px; }
/* Ensure placeholder does not force spacing */
#style-1p1sU.style-1p1sU { height: auto !important; display: none !important; }
/* === Ribbon dropdown adjustments: prevent whole bar scrolling & allow overlay === */
.geps-topband { position:relative; z-index:60; }
.geps-topband__nav { overflow:visible !important; }
.geps-topband__list { flex-wrap:wrap; }
/* Remove unintended horizontal scroll container behavior */
.geps-topband__nav::-webkit-scrollbar { display:none; }
/* Ensure submenu can extend beyond header height */
.page-header, .geps-topband, .geps-topband__nav { overflow:visible !important; }
/* Increase submenu z-index above site content */
.geps-topband__submenu { z-index:999; }
/* === Ribbon dropdown size & typography adjustments === */
.geps-topband__item.has-submenu > .geps-pill:after { font-family: Icons; font-style: normal; font-weight: 400;content:'\f150'; font-size:0.6em; opacity:.8; }
.geps-topband__submenu { min-width:240px; padding:10px 0; }
.geps-topband__submenu-list a { padding:10px 18px; font-size:15px; line-height:1.35; }
/* === Ribbon pill font + vertical alignment fix === */
.geps-topband__nav { align-items:center; }
.geps-topband__nav > a.geps-pill, .geps-pill { 
  font-family: 'GTWalsheimPro-Regular', sans-serif !important ;
  font-size:15px; 
  line-height:1.4; 
  display:inline-flex; 
  align-items:center; 
  padding:8px 14px; 
  margin:0; 
  vertical-align:middle; 
  color: black;
}
.geps-topband__submenu-list a { 
  font-family: 'GTWalsheimPro-Regular', sans-serif !important ;
  font-weight:500; 
}
.geps-pill:hover { text-decoration:none; }
.geps-pill--active { color: var(--color-link-hover); }
.geps-pill:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.geps-topband__list > li, .geps-topband__nav > ul > li { margin-top:0 !important; }
.geps-topband__nav > a.geps-pill, .geps-pill {
  position: relative;
}
.geps-pill:before {
  content: '';
  display: block;
  width: 24px;
  height: 1.5px;
  background: var(--color-link-hover);
  margin-right: 8px;
  transform-origin: left center;
  transform: scaleX(0);
  transition: transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.geps-pill:hover:before,
.geps-pill:focus-visible:before {
  transform: scaleX(1);
}

.geps-pill--active:before,
.geps-topband__nav > a.geps-pill.geps-pill--active:before,
.geps-topband__nav > ul > li.current-menu-item > a .geps-pill:before,
.geps-topband__nav > ul > li.current_page_item > a .geps-pill:before,
.geps-topband__nav > ul > li.current-menu-ancestor > a .geps-pill:before,
.geps-topband__nav > ul > li > a .geps-pill--active:before {
  transform: scaleX(1);
}
.geps-topband__nav,
.geps-topband__list,
.geps-topband__nav > ul {
  gap: 1rem;
}
.geps-topband__nav > a.geps-pill, .geps-pill {
  padding: 6px 12px;
}
.geps-pill:before {
  margin-right: 6px;
}

/* Mobile drawer panel */
.page-mobile-main-menu {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(var(--header-accent-rgb), 0.98); /* colored background */
  color: #fff;
  transform: translateY(-100%);
  transition: transform .35s cubic-bezier(.4,.1,.2,1);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 24px 24px 56px;
}
.page-mobile-main-menu.is-open { transform: translateY(0); }
.mobile-menu-open { overflow: hidden; }

.page-mobile-close {
  position: absolute;
  top: 12px;
  right: 16px;
  background: transparent;
  border: 0;
  font-size: 32px;
  line-height: 1;
  color: #fff;
}

/* Mobile drawer menu items (white text, subtle separators) */
.page-mobile-main-menu nav ul { list-style: none; margin: 48px 0 0; padding: 0; }
.page-mobile-main-menu nav ul li { margin: 0; }
.page-mobile-main-menu nav ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
  font-size: 18px;
  line-height: 1.35;
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,0.2);
}
.page-mobile-main-menu nav ul li a:hover,
.page-mobile-main-menu nav ul li a:focus {
  color: #fff;
  text-decoration: underline;
}

/* Keep ribbon pills neutral inside the overlay (if any appear) */
.page-mobile-main-menu .geps-pill,
.page-mobile-main-menu .geps-pill:before { color: #fff; }
.page-mobile-main-menu .geps-pill:before { content: none !important; }

/* Hamburger beside the logo on mobile */
@media (max-width: 991px) {
  /* Show only the hamburger; hide all header menus */
  .page-open-mobile-menu {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 36px;
    color: #111;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
  }

  /* Hide all desktop menus/ribbons on mobile */
  #page-header .navigation-secondary,
  .header-bottom,
  .menu--primary,
  .page-navigation {
    display: none !important;
  }

  /* Tighter header spacing and smaller logo */
  .header-01 .header-wrap { padding-top: 10px; padding-bottom: 10px; }
  .branding { display: inline-flex; align-items: center; }
  .branding-logo-wrap img { height: 42px; padding: 5px; }

  .header-left, .header-right { width: auto !important; flex: 0 0 auto !important; }
  .header-right { margin-left: auto; display: flex; align-items: center; }
}

/* Strong mobile/tablet overrides: hide ALL header menus and show only the hamburger */
@media (max-width: 1199.98px) {
  /* Show hamburger beside logo */
  #page-header .page-open-mobile-menu {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 36px;
    color: #111;
    border: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
  }

  /* Force hide all desktop menus within the header */
  #page-header .navigation-secondary,
  #page-header nav.menu--secondary,
  #page-header .menu--secondary,
  #page-header #menu-secondary,
  #page-header .menu--primary,
  #page-header .page-navigation,
  #page-header .header-bottom,
  #page-header .geps-topband,
  #page-header .geps-topband__nav,
  #page-header .geps-topband__list,
  /* SmartMenus lists inside header (desktop markup) */
  #page-header .sm,
  #page-header .sm-simple {
    display: none !important;
  }

  /* Tighten header spacing and logo size */
  .header-01 .header-wrap { padding-top: 10px; padding-bottom: 10px; }
  .branding { display: inline-flex; align-items: center; }
  .branding-logo-wrap img { height: 42px; padding: 5px; }

  .header-left, .header-right { width: auto !important; flex: 0 0 auto !important; }
  .header-right { margin-left: auto; display: flex; align-items: center; }
}

/* Keep burger bars visible */
#page-header .page-open-mobile-menu .burger-icon { position: relative; width: 24px; height: 24px; }
#page-header .page-open-mobile-menu .burger-icon-top,
#page-header .page-open-mobile-menu .burger-icon-bottom { background: currentColor; }

/* Minor polish for underline hover in ribbon on touch */
@media (hover: none) and (pointer: coarse) {
  .geps-pill:hover:before { transform: none; }
}

/* === Ribbon drilldown mode === */
.geps-topband__nav.is-drilldown {
  position: relative;
  padding-right: 48px; /* space for close button */
}

/* Hide all top-level items in drilldown, except the active one (to host submenu) */
.geps-topband__nav.is-drilldown .geps-topband__list > .geps-topband__item {
  display: none;
}
.geps-topband__nav.is-drilldown .geps-topband__list > .geps-topband__item.is-open {
  display: block;
}

/* In drilldown, hide the top-level pill; show only its children */
.geps-topband__nav.is-drilldown .geps-topband__item.is-open > .geps-pill {
  display: none;
}

/* Convert submenu to inline content (not dropdown) */
.geps-topband__nav.is-drilldown .geps-topband__item.is-open > .geps-topband__submenu {
  position: static !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0;
}

/* Submenu layout as a simple list/grid while drilling down */
.geps-topband__nav.is-drilldown .geps-topband__submenu-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 6px 16px;
  padding: 0;
  margin: 0;
}
.geps-topband__nav.is-drilldown .geps-topband__submenu-list a {
  padding: 10px 0;
  border-bottom: 1px solid rgba(var(--header-accent-rgb), 0.25);
  background: transparent;
  color: #111;
}
.geps-topband__nav.is-drilldown .geps-topband__submenu-list a:hover,
.geps-topband__nav.is-drilldown .geps-topband__submenu-list a:focus {
  background: transparent;
  color: var(--color-link-hover, #1a4d7a);
}

/* Close button (shown only in drilldown) */
.geps-topband__close {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  appearance: none;
  border: 0;
  background: rgba(255,255,255,0.15);
  color: #fff;
  width: 32px;
  height: 32px;
  line-height: 28px;
  border-radius: 6px;
  font-size: 22px;
  text-align: center;
  cursor: pointer;
  z-index: 70;
}
.geps-topband__close:hover,
.geps-topband__close:focus {
  background: rgba(255,255,255,0.25);
}
.geps-topband__close[hidden] { display: none !important; }

/* Ensure container is positioned to anchor the close button */
.geps-topband .container { position: relative; }

/* Topribbon: remove bullets and hide submenus by default */
.geps-topribbon__list {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.geps-topribbon__list > li { margin: 0; position: relative; }
.geps-topribbon__list > li > ul.sub-menu { display: none; }

/* === Topribbon drilldown mode === */
.geps-topribbon__nav.is-drilldown {
  position: relative;
  padding-right: 48px; /* space for close button */
}

/* Hide all top-level items except the active one */
.geps-topribbon__nav.is-drilldown > .geps-topribbon__list > li { display: none; }
.geps-topribbon__nav.is-drilldown > .geps-topribbon__list > li.is-open { display: block; }

/* Hide the parent link; show only its children */
.geps-topribbon__nav.is-drilldown > .geps-topribbon__list > li.is-open > a { display: none; }

/* Convert submenu to inline content */
.geps-topribbon__nav.is-drilldown > .geps-topribbon__list > li.is-open > ul.sub-menu {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 6px 16px;
  position: static !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  margin: 0;
  padding: 0;
  list-style: none;
}
.geps-topribbon__nav.is-drilldown > .geps-topribbon__list > li.is-open > ul.sub-menu a {
  color: #fff;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255,255,255,0.25);
}
.geps-topribbon__nav.is-drilldown > .geps-topribbon__list > li.is-open > ul.sub-menu a:hover,
.geps-topribbon__nav.is-drilldown > .geps-topribbon__list > li.is-open > ul.sub-menu a:focus {
  color: #d1d5db;
}

/* Close button for topribbon */
.geps-topribbon__close {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  appearance: none;
  border: 0;
  background: rgba(255,255,255,0.15);
  color: #fff;
  width: 32px;
  height: 32px;
  line-height: 28px;
  border-radius: 6px;
  font-size: 22px;
  text-align: center;
  cursor: pointer;
  z-index: 70;
}
.geps-topribbon__close:hover,
.geps-topribbon__close:focus { background: rgba(255,255,255,0.25); }
.geps-topribbon__close[hidden] { display: none !important; }

/* Anchor the close button */
.geps-topribbon .container { position: relative; }

/* === Close buttons: icon only, no background === */
.geps-topribbon__close,
.geps-topband__close {
  background: none !important;
  box-shadow: none !important;
  border: 0 !important;
  color: #fff !important;
  width: auto;
  height: auto;
  line-height: 1;
  padding: 0 4px;
  font-size: 26px;
  border-radius: 0;
}
.geps-topribbon__close:hover,
.geps-topribbon__close:focus,
.geps-topband__close:hover,
.geps-topband__close:focus {
  background: none !important;
  color: #d1d5db;
  outline: none;
}

/* === Topribbon drilldown submenu: mimic top-level topribbon items === */
.geps-topribbon__nav.is-drilldown > .geps-topribbon__list > li.is-open > ul.sub-menu a {
  font-size: 0.75rem;          /* match top-level */
  color: #fff;
  opacity: .95;
  padding: 0;                  /* top-level pills have no extra padding */
  border: 0;
  background: transparent;
  text-decoration: none;
  transition: color .25s ease;
}
.geps-topribbon__nav.is-drilldown > .geps-topribbon__list > li.is-open > ul.sub-menu a:hover,
.geps-topribbon__nav.is-drilldown > .geps-topribbon__list > li.is-open > ul.sub-menu a:focus {
  color: #d1d5db;
  opacity: 1;
}

/* Remove previously added bottom border + extra spacing */
.geps-topribbon__nav.is-drilldown > .geps-topribbon__list > li.is-open > ul.sub-menu a {
  border-bottom: none !important;
  padding: 0 !important;
}

/* Optional: tighten grid gap to look closer to inline link spacing */
.geps-topribbon__nav.is-drilldown > .geps-topribbon__list > li.is-open > ul.sub-menu {
  gap: 0 1.5rem !important;
}

/* === Drilldown: make submenu items inline (wrap) === */
.geps-topband__nav.is-drilldown .geps-topband__submenu-list,
.geps-topribbon__nav.is-drilldown > .geps-topribbon__list > li.is-open > ul.sub-menu {
  display: flex !important;
  flex-wrap: wrap;
  gap: 0 1.5rem;
  align-items: center;
  padding: 0;
  margin: 0;
}

.geps-topband__nav.is-drilldown .geps-topband__submenu-list li,
.geps-topribbon__nav.is-drilldown > .geps-topribbon__list > li.is-open > ul.sub-menu li {
  display: inline-flex;
  margin: 0;
}

.geps-topband__nav.is-drilldown .geps-topband__submenu-list a,
.geps-topribbon__nav.is-drilldown > .geps-topribbon__list > li.is-open > ul.sub-menu a {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  line-height: 1.2;
  white-space: nowrap;
}

.geps-topribbon__nav.is-drilldown > .geps-topribbon__list > li.is-open > ul.sub-menu a:hover,
.geps-topribbon__nav.is-drilldown > .geps-topribbon__list > li.is-open > ul.sub-menu a:focus {
  opacity: 1;
}

/* Optional: single-row horizontal scroll variant (add class inline-scroll to the nav) */
.geps-topband__nav.is-drilldown.inline-scroll .geps-topband__submenu-list,
.geps-topribbon__nav.is-drilldown.inline-scroll > .geps-topribbon__list > li.is-open > ul.sub-menu {
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  gap: 1.25rem;
}
.geps-topband__nav.is-drilldown.inline-scroll .geps-topband__submenu-list::-webkit-scrollbar,
.geps-topribbon__nav.is-drilldown.inline-scroll > .geps-topribbon__list > li.is-open > ul.sub-menu::-webkit-scrollbar {
  height: 6px;
}
.geps-topband__nav.is-drilldown.inline-scroll .geps-topband__submenu-list::-webkit-scrollbar-thumb,
.geps-topribbon__nav.is-drilldown.inline-scroll > .geps-topribbon__list > li.is-open > ul.sub-menu::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,0.35);
  border-radius: 3px;
}

/* === Mega Menu (Ribbon) === */
/* Place pane relative to its parent item, not centered */
.geps-topband__item.mega-menu {
  position: relative; /* was: static */
}

/* Pane sits directly under the item (left: 0), keep dynamic width */
.geps-topband__item.mega-menu > .geps-megamenu {
  /* defaults for dynamic sizing */
  --mega-cols: 4;
  --mega-col-min: 240px;  /* min width per column */
  --mega-gap: 40px;       /* horizontal gap between columns */
  --mega-pad-x: 80px;     /* padding-left + padding-right (32px 40px 36px => 40px+40px) */

  /* Positioning */
  left: 0;
  top: 100%;

  /* Dynamic pane width based on columns (with fallbacks) */
  width: calc(
    var(--mega-cols, 4) * var(--mega-col-min, 240px) +
    (var(--mega-cols, 4) - 1) * var(--mega-gap, 40px) +
    var(--mega-pad-x, 80px)
  );
  max-width: min(95vw, 1510px);

  /* Spacing and layout */
  padding: 32px 40px 36px;
  display: grid;
  grid-template-columns: repeat(var(--mega-cols, 4), minmax(0, 1fr));
  gap: 28px 40px;
  z-index: 300;
  opacity: 0;
  visibility: hidden;

  /* Keep drop animation while centering */
  transform: translateY(8px); /* was: translate(-50%, 8px) */
  transition: .3s cubic-bezier(.4,.1,.2,1);
}
.geps-topband__item.mega-menu:hover > .geps-megamenu,
.geps-topband__item.mega-menu:focus-within > .geps-megamenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0); /* was: translate(-50%, 0) */
}

/* Column count overrides via class mega-cols-N (already present) */
.geps-topband__item.mega-menu.mega-cols-2 > .geps-megamenu { --mega-cols:2; }
.geps-topband__item.mega-menu.mega-cols-3 > .geps-megamenu { --mega-cols:3; }
.geps-topband__item.mega-menu.mega-cols-4 > .geps-megamenu { --mega-cols:4; }
.geps-topband__item.mega-menu.mega-cols-5 > .geps-megamenu { --mega-cols:5; }
.geps-topband__item.mega-menu.mega-cols-6 > .geps-megamenu { --mega-cols:6; }
.geps-topband__item.mega-menu.mega-cols-7 > .geps-megamenu { --mega-cols:7; }
.geps-topband__item.mega-menu.mega-cols-8 > .geps-megamenu { --mega-cols:8; }

/* Inner list becomes flow items */
.geps-megamenu > .geps-megamenu__list { list-style: none; margin: 0; padding: 0; display: contents; }
.geps-megamenu__list > li { margin: 0; break-inside: avoid; }

.geps-megamenu__list > li > a.geps-pill {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #15283D;
  padding: 0 0 6px;
  margin: 0 0 8px;
  border-bottom: 2px solid rgba(var(--header-accent-rgb),0.25);
}
.geps-megamenu__list > li > a.geps-pill:hover,
.geps-megamenu__list > li > a.geps-pill:focus {
  color: var(--color-link-hover, #1a4d7a);
  border-color: var(--color-link-hover, #1a4d7a);
}

/* Nested (third level) links, if any */
.geps-megamenu__list > li .geps-topband__submenu,
.geps-megamenu__list > li .geps-topband__submenu-list { position: static; box-shadow: none; border: 0; background: transparent; padding: 0; margin: 0; }
.geps-megamenu__list > li .geps-topband__submenu-list > li > a {
  display: block;
  font-size: 14px;
  font-weight: 500;
  padding: 4px 0;
  color: #374151;
}
.geps-megamenu__list > li .geps-topband__submenu-list > li > a:hover,
.geps-megamenu__list > li .geps-topband__submenu-list > li > a:focus {
  color: var(--color-link-hover, #1a4d7a);
  text-decoration: underline;
}

/* Active state underline inside mega */
.geps-megamenu__list > li > a.geps-pill.geps-pill--active {
  border-color: var(--color-link-hover, #1a4d7a);
}

/* Mobile: convert mega menu to stacked list (auto drilldown hidden anyway) */
@media (max-width: 991px) {
  .geps-topband__item.mega-menu > .geps-megamenu {
    position: static;
    width: 100%;
    max-width: none;
    box-shadow: none;
    border: 0;
    padding: 12px 0 4px;
    grid-template-columns: 1fr;
    gap: 4px 0;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }
  .geps-megamenu__list > li > a.geps-pill { border: 0; padding: 8px 0; margin: 0; }
}

/* Drilldown mode: show mega contents inline like other submenu conversions */
.geps-topband__nav.is-drilldown .geps-topband__item.mega-menu.is-open > .geps-megamenu {
  position: static !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  box-shadow: none !important;
  border: 0 !important;
  padding: 0 !important;
  display: flex !important;
  flex-wrap: wrap;
  gap: 0 1.5rem;
}
.geps-topband__nav.is-drilldown .geps-topband__item.mega-menu.is-open > .geps-megamenu .geps-megamenu__list { display: contents; }
.geps-topband__nav.is-drilldown .geps-topband__item.mega-menu.is-open > .geps-megamenu > .geps-megamenu__list > li > a.geps-pill {
  padding: 0;
  margin: 0;
  border: 0;
  font-size: 15px;
  font-weight: 500;
}

/* Accessibility: ensure focus outline inside mega */
.geps-megamenu a:focus { outline: 2px solid var(--color-link-hover, #1a4d7a); outline-offset: 2px; }

/* Show grandchildren (3rd level) inside mega without hover */
.geps-topband__item.mega-menu > .geps-megamenu .geps-topband__submenu {
  position: static !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  display: block !important;
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
}
.geps-topband__item.mega-menu > .geps-megamenu .geps-topband__submenu-list {
  display: block !important;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Optional: spacing for grandchildren items inside mega columns */
.geps-megamenu__list > li .geps-topband__submenu-list > li { margin: 0; }
.geps-megamenu__list > li .geps-topband__submenu-list > li + li { margin-top: 6px; }

/* Hidden mega panes shouldn't catch pointer events */
.geps-topband__item.mega-menu > .geps-megamenu {
  pointer-events: none;
}
.geps-topband__item.mega-menu:hover > .geps-megamenu,
.geps-topband__item.mega-menu:focus-within > .geps-megamenu {
  pointer-events: auto;
}

/* While any mega pane is open/hovered, disable hover on sibling top-level items (modern browsers) */
.geps-topband__nav:has(.geps-topband__item.mega-menu:hover > .geps-megamenu)
  > .geps-topband__list
  > .geps-topband__item:not(:hover) {
  pointer-events: none;
}

/* Fallback for browsers without :has() – toggled by JS */
.geps-topband__nav.is-mega-locked > .geps-topband__list > .geps-topband__item:not(:hover) {
  pointer-events: none;
}

/* === Mega menu headings: no hover animation, no active state === */
.geps-megamenu__list > li > a.geps-pill {
  color: #15283D !important;
  border-bottom-color: rgba(var(--header-accent-rgb), 0.25) !important;
  text-decoration: none !important;
  transition: none !important; /* disable animations */
  pointer-events: none;
}
/* Remove global leading line animation for headings */
.geps-megamenu__list > li > a.geps-pill::before {
  content: none !important;
  display: none !important;
}
/* Keep hover/focus neutral */
.geps-megamenu__list > li > a.geps-pill:hover,
.geps-megamenu__list > li > a.geps-pill:focus {
  color: #15283D !important;
  border-bottom-color: rgba(var(--header-accent-rgb), 0.25) !important;
  text-decoration: none !important;
}
/* Remove active emphasis */
.geps-megamenu__list > li > a.geps-pill.geps-pill--active {
  color: #15283D !important;
  border-bottom-color: rgba(var(--header-accent-rgb), 0.25) !important;
}

/* Mega grandchildren: never paint background (base, hover, focus, active, current) */
.geps-topband__item.mega-menu .geps-megamenu__list > li .geps-topband__submenu-list > li > a,
.geps-topband__item.mega-menu .geps-megamenu__list > li .geps-topband__submenu-list > li > a:hover,
.geps-topband__item.mega-menu .geps-megamenu__list > li .geps-topband__submenu-list > li > a:focus,
.geps-topband__item.mega-menu .geps-megamenu__list > li .geps-topband__submenu-list > li > a:active,
.geps-topband__item.mega-menu .geps-megamenu__list > li .geps-topband__submenu-list > li.is-active > a,
.geps-topband__item.mega-menu .geps-megamenu__list > li .geps-topband__submenu-list > li > a.geps-pill--active {
  background: transparent !important;
  background-color: transparent !important;
}

/* Grandchildren (mega): static line for active without animating */
.geps-topband__item.mega-menu .geps-megamenu__list > li
  .geps-topband__submenu-list > li.current-menu-item > a::before,
.geps-topband__item.mega-menu .geps-megamenu__list > li
  .geps-topband__submenu-list > li.current_page_item > a::before,
.geps-topband__item.mega-menu .geps-megamenu__list > li
  .geps-topband__submenu-list > li.current-menu-ancestor > a::before,
.geps-topband__item.mega-menu .geps-megamenu__list > li
  .geps-topband__submenu-list > li.is-active > a::before {
  transform: scaleX(1);
  transform-origin: left center;
  transition: none !important;
}

/* Grandchildren (dropdown – non-mega): use leading-line animation, no underline */
/* Add content/display with !important to beat the global `content:none !important` */
.geps-topband__submenu .geps-topband__submenu .geps-topband__submenu-list > li > a {
  display: inline-flex;
  align-items: center;
  text-decoration: none !important;
}
.geps-topband__submenu .geps-topband__submenu .geps-topband__submenu-list > li > a::before {
  content: '' !important;         /* NEW: force creation */
  display: block !important;      /* NEW: ensure visible */
  width: 20px;
  height: 1.5px;
  background: var(--color-link-hover);
  margin-right: 8px;
  transform-origin: left center;
  transform: scaleX(0);
  transition: transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.geps-topband__submenu .geps-topband__submenu .geps-topband__submenu-list > li > a:hover::before,
.geps-topband__submenu .geps-topband__submenu .geps-topband__submenu-list > li > a:focus-visible::before {
  transform: scaleX(1);
}
/* Active non-mega grandchildren: show line without animation */
.geps-topband__submenu .geps-topband__submenu .geps-topband__submenu-list > li.current-menu-item > a::before,
.geps-topband__submenu .geps-topband__submenu .geps-topband__submenu-list > li.current_page_item > a::before,
.geps-topband__submenu .geps-topband__submenu .geps-topband__submenu-list > li.current-menu-ancestor > a::before,
.geps-topband__submenu .geps-topband__submenu .geps-topband__submenu-list > li.is-active > a::before {
  transform: scaleX(1);
  transform-origin: left center;
  transition: none !important;
}

/* Scroll to top button */
.scroll-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: rgba(21, 40, 61, 0.92);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 24px rgba(0,0,0,.18);
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .25s ease, transform .25s ease, background-color .2s ease;
  z-index: 1100;
  pointer-events: none; /* disabled until visible */
  cursor: pointer;
}
.scroll-to-top svg {
  width: 18px;
  height: 18px;
  display: block;
}
.scroll-to-top:hover {
  background: #15283D;
  color: #fff;
}
.scroll-to-top.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
@media (max-width: 991px) {
  .scroll-to-top {
    right: 16px;
    bottom: 16px;
  }
}
/* Hide while mobile overlay menu is open */
body.mobile-menu-open .scroll-to-top {
  display: none !important;
}

/* === Responsive Top Ribbon (Utility Links) === */
/* Decrease font size and gap to prevent breaking on smaller screens */
@media (max-width: 1200px) {
  .geps-topribbon__nav {
    gap: 1rem;
    font-size: 0.7rem;
  }
}
@media (max-width: 1024px) {
  .geps-topribbon__nav {
    gap: 0.75rem;
    font-size: 0.65rem;
  }
}
/* Allow wrapping if it gets too tight */
.geps-topribbon__nav {
  flex-wrap: wrap;
  justify-content: flex-end;
}

/* Utility Menu Responsive Toggles */
.mobile-utility {
  display: none !important;
}

@media (max-width: 1199.98px) {
  .desktop-utility {
    display: none !important;
  }
  .mobile-utility {
    display: flex !important;
  }
}

/* === Mobile Menu Multi-View Styles === */
.mobile-menu-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

.mobile-menu-view {
  width: 100%;
  animation: fadeInView 0.3s ease-out;
}

@keyframes fadeInView {
  from { opacity: 0; transform: translateX(10px); }
  to { opacity: 1; transform: translateX(0); }
}

/* Root List (Unit Selection) */
.mobile-root-list {
  list-style: none;
  padding: 0;
  margin: 40px 0 0;
}
.mobile-root-list li {
  margin: 0;
  border-bottom: 1px solid rgba(255,255,255,0.15);
}
.mobile-root-link {
  display: block;
  width: 100%;
  text-align: left;
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding: 20px 0;
  cursor: pointer;
  transition: color 0.2s;
}
.mobile-root-link:hover,
.mobile-root-link:focus {
  color: #dbe4f5;
  outline: none;
}

/* Back Button */
.mobile-menu-back {
  display: inline-flex;
  align-items: center;
  background: transparent;
  border: 0;
  color: rgba(255,255,255,0.7);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 0 0 20px 0;
  margin-top: 20px;
  cursor: pointer;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  width: 100%;
  text-align: left;
}
.mobile-menu-back:hover {
  color: #fff;
}

/* Sub-menu lists (Standard WP Nav Menu output) */
.mobile-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mobile-menu-list li {
  margin: 0;
}
.mobile-menu-list a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
  font-size: 18px;
  line-height: 1.35;
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  text-decoration: none;
}
.mobile-menu-list a:hover {
  text-decoration: underline;
  background-color: transparent; /* Ensure no background change */
}
/* Sub-menu children indentation */
.mobile-menu-list .sub-menu {
  list-style: none;
  padding-left: 20px;
  margin: 0;
  background: rgba(0,0,0,0.1);
  display: none; /* Hidden by default */
}
.mobile-menu-list .sub-menu.is-visible {
  display: block;
  animation: mobileSubmenuSlide 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
@keyframes mobileSubmenuSlide {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}

.mobile-menu-list .sub-menu a {
  font-size: 16px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.9);
}

/* Mobile Arrow Icon */
.mobile-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
  opacity: 0.9; /* High visibility */
  color: #fff;
}
.mobile-menu-list a:hover .mobile-arrow {
  opacity: 1;
}
.mobile-menu-list a.is-open .mobile-arrow {
  transform: rotate(180deg);
}
