@media (max-width: 1200px) {
  /* tablet devices */ }
@media (max-width: 992px) {
  /* small tablet devices */
  .slider-main .item-slide {
    height: auto; }

  .menu-category .submenu {
    max-width: 100%;
    left: 0;
    top: 100%; }

  .border-cols > [class*="col-"] {
    border-width: 0 0 1px 1px; } }
@media all and (max-width: 768px) {
  /* mobile devices */
  .navbar {
    padding: 1rem; }

  .navbar-landing {
    transition: .5s;
    padding-top: 7px;
    padding-bottom: 7px; }

  .nav-item .btn {
    margin: 7px 0 !important; }

  .list-inline-item {
    vertical-align: middle;
    margin-bottom: 5px;
    margin-top: 5px; }

  .section-header .logo, .header-main .logo {
    max-height: 30px;
    width: auto; }
  .section-header .logo-text, .header-main .logo-text {
    font-size: 24px; }
  .section-header .brand-wrap, .section-header .search-wrap, .section-header .widget-header, .header-main .brand-wrap, .header-main .search-wrap, .header-main .widget-header {
    margin-bottom: 1rem; }
  
  /* Mobile Navbar Improvements */
  .mobile-nav-bar {
    bottom: 0;
    left: 0;
    right: 0;
    padding: 8px 0 !important;
    height: auto;
    z-index: 1000;
  }
  
  .mobile-nav-item {
    padding: 0 8px;
    flex: 0 0 auto !important;
  }
  
  .mobile-nav-item a {
    transition: all 0.2s ease;
    padding: 6px 8px;
    border-radius: 8px;
  }
  
  .mobile-nav-item a:hover {
    background-color: rgba(2, 137, 214, 0.08);
  }
  
  .mobile-nav-item i {
    transition: transform 0.2s ease;
  }
  
  .mobile-nav-item a:active i {
    transform: scale(0.9);
  }
  
  .mobile-dropdown {
    position: fixed;
    top: auto;
    bottom: 70px;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: 100%;
    border-radius: 12px 12px 0 0;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
    background: white;
    border: none;
    max-height: 300px;
    overflow-y: auto;
    margin: 0;
    padding: 8px 0;
  }
  
  .mobile-dropdown a {
    padding: 12px 20px !important;
    font-size: 0.9rem;
  }
  
  .mobile-dropdown-menu {
    position: fixed;
    top: auto;
    bottom: 70px;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: 100%;
    border-radius: 12px 12px 0 0;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
    background: white;
    border: none;
    max-height: 300px;
    overflow-y: auto;
    margin: 0;
    padding: 8px 0;
  }
  
  .mobile-dropdown-menu .dropdown-item {
    padding: 12px 20px;
    font-size: 0.9rem;
  }
  
  .mobile-dropdown-menu .dropdown-divider {
    margin: 6px 0;
  }
  
  .gap-1 {
    gap: 4px !important;
  }
  
  body {
    padding-bottom: 70px;
  }


/*# sourceMappingURL=responsive.css.map */
