@media (max-width: 991px) {
  .nav-area,
  .navbar-area {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
  }
  /* Remove top/bottom margin and padding that causes white gap */
  .nav-area,
  .navbar-area,
  .elementor-widget-wrap,
  .elementor-element,
  .elementor-widget-container {
    margin: 0 !important;
    padding: 0 !important;
  }
  /* Remove border line if any */
  .navbar-area {
    border-bottom: none !important;
  }
}
