/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/

/* Hamburger Button - Mobile Menu */
@media only screen and (max-width: 991px) {
  .hamburger_2 {
    z-index: 100000;
    position: relative;
  }
  
  .hamburger_2 button {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
  }
  
  /* Sembunyikan hamburger icon saat menu aktif */
  .hamburger_2.menu-active {
    display: none !important;
  }
  
  .main-menu {
    z-index: 99999;
  }
  
  .layer {
    z-index: 99998;
  }
}
