.elementor-kit-12{--e-global-color-primary:#000000;--e-global-color-secondary:#FFD300;--e-global-color-text:#FFD300;--e-global-color-accent:#FFD300;--e-global-color-b9f88bb:#120F00;--e-global-typography-primary-font-family:"IBM Plex Mono";--e-global-typography-primary-font-weight:600;--e-global-typography-primary-letter-spacing:1px;--e-global-typography-secondary-font-family:"IBM Plex Mono";--e-global-typography-secondary-font-weight:600;--e-global-typography-secondary-letter-spacing:1px;--e-global-typography-text-font-family:"IBM Plex Mono";--e-global-typography-text-font-weight:400;--e-global-typography-text-letter-spacing:0.5px;--e-global-typography-accent-font-family:"IBM Plex Mono";--e-global-typography-accent-font-weight:500;--e-global-typography-accent-letter-spacing:0.5px;--e-global-typography-80769e1-font-family:"IBM Plex Mono";--e-global-typography-80769e1-font-size:10px;--e-global-typography-80769e1-font-weight:600;--e-global-typography-80769e1-letter-spacing:1px;}.elementor-kit-12 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;}{}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 */@media (max-width: 1024px) {
  .mobile-bottom-nav {
    position: fixed;
    bottom: 20px;                
    left: 50%;                   
    transform: translateX(-50%); 
    width: 90%;                 /* flexible width */
    max-width: 600px;           /* optional, prevents it from being too wide */
    padding: 10px 0;            
    background: #111;            
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
    border-radius: 0;           
    flex-wrap: wrap;             /* allows inner items to wrap if needed */
  }

  /* Optional: menu inside */
  .mobile-bottom-nav .elementor-nav-menu {
    width: 100%;                 /* let menu expand fully */
    display: flex;
    justify-content: space-around; 
  }
}

/* Hide on desktop */
@media (min-width: 1025px) {
  .mobile-bottom-nav {
    display: none !important;
  }
}/* End custom CSS */