/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
@media (max-width: 991px) {
  #sp-header .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  #sp-logo {
    flex: 1;
    display: flex;
    align-items: center;
  }

  #sp-menu {
    flex: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  /* Ensure the menu toggle is visible and on the same line */
  #offcanvas-toggler {
    display: inline-block;
    font-size: 24px !important;
    margin-left: auto;
  }

  /* Optional: hide the full desktop menu on small screens */
  .sp-megamenu-parent {
    display: none !important;
  }
}
