    /* ------------ DESKTOP VIEW ------------ */
    @media (min-width: 992px) {
      .menu-list {
        display: flex !important;
        align-items: center;
        gap: 1.5rem;
      }

      .menu-list.active {
        overflow: visible !important;
      }
    }

    /* ------------ MOBILE VIEW ------------ */
    @media (max-width: 991.98px) {
      .menu-list {
        flex-direction: column;
        background: #fff;
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        max-width: 460px;
        height: 100%;
        z-index: 2000;
        padding: 5rem 1rem;
        transition: all .3s;
        overflow-y: auto;
      }

      .menu-list.active {
        display: flex;
        right: 0;
        overflow: visible !important;
      }

      #closeMenuIcon {
        position: absolute;
        top: 20px;
        right: 20px;
        font-size: 30px;
        color: #000;
      }
    }

    /* ----------about seller------------- */

    @media (min-width: 768px) {
      .profile-sidebar {
        position: sticky;
        top: 20px;
        left: 0;
        width: 100%;
        height: auto;
        box-shadow: none;
      }

      .profile-toggle-btn {
        display: none !important;
      }

      .close-profile-btn {
        display: none;
      }
    }

    /* Mobile View */
    @media (max-width: 767px) {
      .profile-toggle-btn {
        display: flex;
        align-items: center;
        justify-content: center;
      }

      .profile-sidebar {
        padding: 20px;
      }

      /* .menu {
        flex-direction: row !important;
        
      } */
      /* Sidebar hidden by default */


      /* Main content full width */
      .main-section {
        width: 100%;
      }

      .search-bar {
        min-width: 100% !important;
      }

    }

    @media (max-width: 480px) {
      .card {
        min-width: unset !important;
      }

      .input-group input {
        min-width: unset !important;
      }

      .card .input-group {
        min-width: 100% !important;
      }

      .menu {
        flex-wrap: wrap !important;

      }

      .search-items {
        flex-direction: column !important;
        height: auto !important;
        min-width: 100% !important;
      }

    }


    @media (max-width: 1200px) and (min-width: 922px) {

      .search-bar {
        min-width: 135px;
      }

      .drop-loction {
        min-width: 120px;


      }
    }

    /*  */
    @media (max-width: 991.98px) {

      .search-items {
        flex-direction: column !important;
        align-items: stretch !important;
        width: 100% !important;
        gap: 10px;
      }

      .drop-loction {
        width: 100% !important;
      }

      .drop-loction .btn {
        width: 100% !important;
        border-left: none !important;
        border-top: 1px solid #e9e9e9 !important;
        /* ← mobile में border-top */
      }

      .search-items input {
        width: 100% !important;
      }

      .search-items {
        min-width: unset !important;
      }
    }

    /* sell button */
    @media (max-width: 991.98px) {
      .sell-btn {
        width: 100% !important;
      }

      .sell-btn a {
        display: block;
        width: 100%;
        text-align: center;
      }
    }

    /*  */
    @media (max-width: 991.98px) {
      .search-bar {
        border-left: none !important;
        border-top: 1px solid #e9e9e9 !important;
      }
    }

    /* ---demo--- */
    @media (max-width: 991.98px) {

      /* SEARCH SECTION FULL WIDTH + PROPER HEIGHT */
      .search-items {
        flex-direction: column !important;
        align-items: stretch !important;
        width: 100% !important;
        gap: 12px !important;
        padding: 0 !important;
        height: auto !important;
      }

      /* Location dropdown full width */
      .drop-loction,
      .drop-loction .btn {
        width: 100% !important;
      }

      /* Search input full width + correct height */
      #searchInput {
        width: 100% !important;
        height: 44px !important;
        /* ← FIXED HEIGHT */
        border-top: 1px solid #e9e9e9 !important;
        border-left: none !important;
      }



      /* Fix search icon alignment */
      .srch-icon {
        top: 50%;
        transform: translateY(-50%);
        right: 12px !important;
      }

      /* Sell Stuff button full width */
      .sell-btn {
        width: 100% !important;
        margin-top: 15px !important;
      }

      .sell-btn a {
        display: block !important;
        width: 100% !important;
        text-align: center !important;
      }

    }

    /* --login user---- */
    @media (max-width: 991px) {
      .navbar-collapse {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        height: 100% !important;
      }

      .menu-links-wrapper {
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 20px;
      }

      .menu-icons {
        display: flex;
        justify-content: space-around;
        width: 100%;
        margin-top: 15px;
      }

      /* Sell Stuff hamesha most bottom me */
      .sell-btn-wrapper {
        margin-top: auto !important;
        width: 100%;
        padding: 10px 0;
      }

      .sell-btn {
        width: 100% !important;
      }
     
    }