#mobile_menu .tk-tax-list {
  overflow-y: auto;
  overflow-x:hidden;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-right:15px;

} 


#mobile_menu .tk-tax-list::-webkit-scrollbar {
  width: 3px; 
}

#mobile_menu .tk-tax-list::-webkit-scrollbar-track {
  background: #F8F8F8;
  border-radius: 10px;
}

#mobile_menu .tk-tax-list::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 10px;
}

#mobile_menu .footer-tekst a {
    all: unset;
    pointer-events: all;
    cursor: pointer;
}

#mobile_menu .footer-tekst a:hover,
#mobile_menu .footer-tekst a:focus,
#mobile_menu .footer-tekst a:active{
   
}

#mobile_menu .footer-tekst {
    padding: 0px 20px 0px 20px;
    color: #ffff;
}

#mobile_menu a.submenu-link,
#mobile_menu .mobile_sub_menu a{
    color: var(--White, #FFF);
    font-size: 20px;
    font-style: normal;
    font-weight: 450;
    line-height: 1;
}

#mobile_menu span.heading svg {
    display: none;
}

#mobile_menu .seperator {
    height: 1px;
    background: #ffff;
    margin: 10px 20px;
    display: flex;
    width:auto;
    flex-shrink: 0;
    max-width: 100%;
}

#mobile_menu a.main_item{
   color: #FFF;
   font-size: 32px;
   font-style: normal;
   font-weight: 550;
   line-height: 1.16;
   padding:0;
}


#mobile_menu .fl-html{
    display: flex;
}
.header_image img{
    z-index: 101;
    position: relative;
}
a.menu_toggle{
    margin-left: auto;
    z-index: 101;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: .5rem;
    text-decoration: none;
}

a.menu_toggle .text{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    height: 1.5rem;
    overflow: hidden;
    color: #FFF;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 450;
    line-height: 1.5;
}

a.menu_toggle .text span{
    text-decoration: none;
    transition: transform 250ms ease-out;
}
a.menu_toggle:has(+ .mobile_mega_menu.active) .text span{
    transform: translateY(100%);
}

a.menu_toggle .hamburger{
    display: flex;
    flex-direction: column; gap: .35em; align-items: center; justify-content: center;
    width: fit-content; height: auto; aspect-ratio: 1;
    border-radius: 4px;
    background: var(--White, #FFF);
    padding: 10px;
    transition: gap 250ms ease-out;
}
a.menu_toggle .hamburger > span{
    --delay: 0ms;
    --delay-out: 50ms;
    display: block;
    background-color: var(--Purple-rain, #8089FF);
    height: 2px;
    width: 20px;
    border-radius:1000px;
    transform-origin: center;
    transition: rotate 250ms ease-out var(--delay),
                scale 250ms ease-in-out var(--delay-out),
                transform 250ms ease-out var(--delay),
                translate 250ms ease-in-out var(--delay-out);
}
a.menu_toggle .hamburger > span:nth-child(3){
    transform: rotate(-180deg);
}
body:has(.mobile_mega_menu.active){
    overflow: hidden;
}
a.menu_toggle:has(+ .mobile_mega_menu.active) .hamburger{
    gap: 0;
}
a.menu_toggle:has(+ .mobile_mega_menu.active) .hamburger > span{
    --delay: 250ms;
    --delay-out: 0ms;
    rotate: -135deg;
}
a.menu_toggle:has(+ .mobile_mega_menu.active) .hamburger > span:nth-child(1){
    translate: 0 100%;
}
a.menu_toggle:has(+.mobile_mega_menu.active) .hamburger > span:nth-child(2){
    scale: 0 100%;
}
a.menu_toggle:has(+ .mobile_mega_menu.active) .hamburger > span:nth-child(3){
    transform: rotate(-90deg);
    translate: 0 -100%;
}

.mobile_mega_menu{
    width: 100vw; height: 100dvh;
    padding-top: 80px;
    position: fixed;
    inset: 0;
    z-index: 100;
    background: var(--Purple-rain, #8089FF);
    transition: background-color 300ms ease-in-out;
    padding-left: 0px;
    padding-right: 0px;
    overflow-y: scroll;
    overflow-x: hidden;
}


.mobile_mega_menu::-webkit-scrollbar {
  width: 3px; 
}

.mobile_mega_menu::-webkit-scrollbar-track {
  background: #F8F8F8;
  border-radius: 10px;
}

.mobile_mega_menu::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 10px;
}


.mobile_mega_menu,
.mobile_mega_menu .mobile_sub_menu{
    display: flex;
    flex-direction: column;
    gap: 20px;
   background: var(--Purple-rain, #8089FF);
}

.mobile_mega_menu .mobile_sub_menu{
    position: absolute; z-index: 1;
    height: 100%; width: 100%;
    top: 0; left: 0; right: 0; bottom: 0;
    padding: 20px;
    padding-top:0px;
}

.mobile_mega_menu nav.menu{
    position: relative;
    padding: 0px 20px 0px 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap:20px;
}

.mobile_mega_menu a{
    text-decoration: none;
    font-size: 20px;
    font-style: normal;
    font-weight: 450;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: space-between;
}

.mobile_mega_menu a:hover svg,
.mobile_mega_menu a:active svg,
.mobile_mega_menu a:focus svg{
   rotate:45deg;
}

.mobile_mega_menu a svg{
   transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     -webkit-transition: all 0.3s ease-in-out;
}

.mobile_mega_menu .cta a.post{
    color: var(--pure-white);
    display: grid;
    grid-template-columns: minmax(0,1fr);
    padding: 0; border-radius: 0;
    /* background-color: rgba(255,255,255,.15); */
    background-color: transparent;
    margin-top: .5rem;
    padding: .25rem;
    border-radius: .25rem;
}

.mobile_mega_menu .cta a.post .title{
    font-weight: var(--weight-bold);
}

.mobile_mega_menu .cta a.post .info{
    opacity: .75;
}

.mobile_mega_menu .cta a.post .info{
    display: grid;
    grid-template-columns: minmax(0, 1fr);
}

.mobile_mega_menu .cta.contact .image{
    display: none !important;
}
.mobile_mega_menu a.menu-btn{
    background-color: var(--tech-green);
}

.mobile_mega_menu .menu-item.cta{
    margin-top: 1rem;
    padding: 1rem;
    border-radius: .5rem;
}
.mobile_mega_menu .menu-item.cta a{
    margin-top: 1.5rem;
}

.mobile_mega_menu .menu-item.cta .image{
}

/* .mobile_mega_menu :is(.mobile_sub_menu, .menu) > a::after{
    content: '';
    width: 1rem; height: 1rem;
    display: block;
    rotate: -45deg;
    background-color: currentColor;
    mask: url(/wp-content/uploads/2025/04/arrow.svg) no-repeat center / contain;
    -webkit-mask: url(/wp-content/uploads/2025/04/arrow.svg) no-repeat center / contain;
} */


.mobile_mega_menu a:is(.menu-btn, .has_submenu)::after{
    rotate: 0deg;
}

.mobile_mega_menu .back_button{
    opacity: 0; pointer-events: none;
    display: flex; align-items: center;
    flex-direction: row-reverse;
    background-color: transparent;
    padding: 0 0;
    width: fit-content;
    color:#fff;
    transition: opacity 250ms ease-in-out 150ms;
}

.mobile_mega_menu .back_button::after {
  content: '';
  background-color: currentColor;
  width: .75em;
  height: .75em;
  display: inline-block;
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><path d='M9.99984 15.8337L4.1665 10.0003M4.1665 10.0003L9.99984 4.16699M4.1665 10.0003H15.8332' stroke='black' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat center / contain;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><path d='M9.99984 15.8337L4.1665 10.0003M4.1665 10.0003L9.99984 4.16699M4.1665 10.0003H15.8332' stroke='black' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat center / contain;
}


.mobile_mega_menu .menu_footer{
    margin: 0px 20px 0px 20px;
}

.mobile_mega_menu .heading{
   color: #FFF;
   font-size: 32px;
   font-style: normal;
   font-weight: 550;
   line-height: 1.16;
}

.mobile_mega_menu .heading-3{
 margin-bottom:-40px; 
}

.mobile_mega_menu .heading:nth-child(1){
    padding-top: 0;
}
.mobile_mega_menu .menu_header {
    margin-inline: 20px;
    display: flex;
    justify-content: space-between;
}
.mobile_mega_menu .menu_header:has(+ .menu .mobile_sub_menu.active) .back_button{
    opacity: 1;
    pointer-events: all;
}



.mobile_mega_menu .menu_footer{
    display: flex; gap: 8px; align-items: center;
}

/*  */