#site-header-old {
  top: 0;
  width: 100%;
  display:none!important;
  position: fixed;
  transition: all 0.3s ease;
  z-index: 100;
}
#site-header.hide-old{
  top: -64px;
}



#site-header {
    position: fixed; /* Or 'sticky' depending on your layout */
    top: 0;
    left: 0;
    width: 100%;
    transition: transform 0.3s ease-in-out; /* Smooth transition for show/hide */
    z-index: 1000; /* Ensure it's above other content */
}

#site-header.hide {
    transform: translateY(-120%); /* Move header completely out of view upwards */
}





.bd-bt-1-scroll.scrolled-border {
  border-bottom: 1px solid #f9f9f9;
}


.glass{
  backdrop-filter:url(#frosted);
  -webkit-backdrop-filter:url(#frosted);
  outline:0;
}



.flowmattic-chatbot-body {
    width: 100%;
    background: #f9f9f9 !import;
}




.menu-item:hover span{
 text-decoration: underline;
}

