
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    body {
        margin: 0;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
 .navbar {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px 30px;
        background: #FFFFFF;
        backdrop-filter: blur(10px);
        color: rgb(12, 12, 12);
        position: fixed;
        top: 0;
        left: 0;
        border-bottom: 1px solid #f6e0e0 !important;
        width: 100%;
        z-index: 1000;
        transition: all 0.3s ease;
    }
@media screen and (min-width: 900px) {
    .navbar {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px 30px;
        background: #FFFFFF;
        backdrop-filter: blur(10px);
        color: rgb(12, 12, 12);
        position: fixed;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        width: 100%;
        z-index: 1000;
        transition: all 0.3s ease;
    }
}

@media screen and (max-width: 800px) {
   .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 30px;
    background: linear-gradient(to bottom, #693CA1, #B097D1);
    /* or: background: linear-gradient(180deg, #693CA1, #B097D1); */
    backdrop-filter: blur(10px);
    color: white;
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: none !important;
    border-bottom: none !important;
    width: 100%;
    z-index: 1000;
    transition: all 0.3s ease;
}


    /* .navbar.scrolled {
        padding: 15px 30px;
        background: linear-gradient(to bottom, #693CA1, #B097D1);
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    } */
}

    .navbar1 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: white;
        width: 100%;
        gap: 30px;
    }

    @media (min-width: 1400px) {
        .navbar1 {
            width: 1200px !important;
        }
        .navbar {
            justify-content: center;
        }
    }

    .logo {
        font-size: 1.5em;
        font-weight: bold;
        transition: transform 0.3s ease;
    }

    .logo:hover {
        transform: scale(1.05);
    }

    .logo a {
        text-decoration: none;
        color: white;
    }

    input {
        width: 100%;
        padding: 3px 0px 3px 12px;
        border: 2px solid #0B7CFD;
        border-radius: 5px;
        font-size: 15px;
        background: rgba(255, 255, 255, 0.1);
        color: white;
        transition: all 0.3s ease;
        backdrop-filter: blur(5px);
    }

    input::placeholder {
        color: rgba(14, 14, 14, 0.7);
    }

    input:focus {
        outline: none;
        border-color: #0AD1C8;
        background: rgba(255, 255, 255, 0.15);
        /* box-shadow: 0 0 20px rgba(10, 209, 200, 0.3); */
        transform: translateY(0px);
    }
/* serch */
    .search-container {
        position: relative;
        flex: 1;
        max-width: 500px;
    }

    .search-icon {
        position: absolute;
        right: 0px;
        top: 50%;
        transform: translateY(-50%);
        color: white;
        pointer-events: none;
        transition: color 0.3s ease;
        border: 2px solid #0B7CFD;
        background-color: #0B7CFD;
        padding:0px 10px;
    }

    input:focus + .search-icon {
        color: #0AD1C8;
    }

    /* search */

    .hamburger-menu {
        display: none;
        font-size: 1.0em;
        cursor: pointer;
        transition: transform 0.3s ease;
        background: none;
        border: none;
        color: white;
        padding: 5px 10px;
    }

    .hamburger-menu:hover {
        transform: rotate(90deg);
    }

    .menu {
        display: flex;
        list-style: none;
        gap: 5px;
        margin: 0;
        padding: 0;
        align-items: center;
    }

    .menu li {
        position: relative;
        list-style: none;
    }

    .menu li a {
        text-decoration: none;
        color: rgb(12, 12, 12) !important;
        padding: 8px 16px;
        border-radius: 8px;
        transition: all 0.3s ease;
        display: flex;
        align-items: center;
        gap: 8px;
        font-weight: 500;
        position: relative;
        overflow: hidden;
    }

    .menu li a::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
        transition: left 0.5s ease;
    }

    .menu li a:hover::before {
        left: 100%;
    }

    .menu li a:hover {
        background: rgba(255, 255, 255, 0.1);
        transform: translateY(-2px);
    }

    .menu-icons {
        display: flex;
        list-style: none;
        gap: 15px;
        margin: 0;
        padding: 0;
        align-items: center;
    }

    .menu-icons li {
        list-style: none;
    }

    .menu-icons li a {
        text-decoration: none;
        color: white;
        transition: all 0.3s ease;
    }

    .carticon {
        display: none;
    }

    .fa-cart-shopping {
        color: white;
    }

    .carticon a:hover,
    .fa-cart-shopping:hover {
        color: #E0E0E0;
    }

    .menu a span[style*="position: absolute"] {
        animation: pulse 2s infinite;
    }

    @keyframes pulse {
        0%, 100% { transform: scale(1); }
        50% { transform: scale(1.1); }
    }

    .logoimg {
        display: none;
    }

    .imgage {
        width: 150px;
        filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
    }

    .fullboloimg {
        width: 120px;
        height: 37px;
        filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
        transition: filter 0.3s ease;
    }

    .fullboloimg:hover {
        filter: drop-shadow(0 4px 8px rgba(10, 209, 200, 0.4));
    }

    .logoutform {
        display: none;
    }

    a.active {
        background: linear-gradient(135deg, #0AD1C8, #08a99e) !important;
        color: white !important;
        box-shadow: 0 4px 15px rgba(10, 209, 200, 0.4);
        font-weight: 600;
    }

    a.active .fa-cart-shopping {
        color: white;
    }

    /* Menu Overlay */
    .menu-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        backdrop-filter: blur(3px);
        z-index: 998;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .menu-overlay.show {
        display: block;
        opacity: 1;
    }

    /* Mobile Styles */
    @media (max-width: 768px) {
        .navbar {
            padding: 12px 15px;
        }

        .navbar1 {
            gap: 10px;
        }

        .logoutform {
            display: block;
        }

        .logoimg {
            width: 100%;
            height: 60px;
            display: flex;
            justify-content: center;
            align-items: center;
            background: linear-gradient(135deg, rgba(11, 100, 119, 0.15), rgba(10, 209, 200, 0.1));
            border-bottom: 2px solid rgba(10, 209, 200, 0.3);
            margin-bottom: 10px;
            backdrop-filter: blur(10px);
        }

        .carticon {
            display: block;
        }

        .hamburger-menu {
            display: block;
            margin-right: 5px;
        }

        .menu {
            display: none;
            flex-direction: column;
            background: linear-gradient(180deg, 
                rgba(11, 100, 119, 0.98) 0%, 
                rgba(8, 85, 100, 0.98) 50%,
                rgba(8, 70, 85, 0.98) 100%);
            position: fixed;
            top: 0;
            left: 0;
            width: 85%;
            max-width: 320px;
            height: 100vh;
            overflow-y: auto;
            z-index: 999;
            transform: translateX(-100%);
            transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
            padding: 0;
            box-shadow: 5px 0 30px rgba(0, 0, 0, 0.4);
            gap: 0;
            scrollbar-width: thin;
            scrollbar-color: rgba(10, 209, 200, 0.5) transparent;
        }

        .menu::-webkit-scrollbar {
            width: 6px;
        }

        .menu::-webkit-scrollbar-track {
            background: rgba(0, 0, 0, 0.1);
        }

        .menu::-webkit-scrollbar-thumb {
            background: rgba(10, 209, 200, 0.5);
            border-radius: 10px;
        }

        .menu::-webkit-scrollbar-thumb:hover {
            background: rgba(10, 209, 200, 0.7);
        }

        .menu li {
            padding: 0;
            width: 100%;
            opacity: 0;
            border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        }

        .menu li:last-child {
            border-bottom: none;
        }

        .menu a {
            color: white;
            text-decoration: none;
            font-size: 16px;
            display: flex;
            align-items: center;
            gap: 15px;
            padding: 18px 25px;
            transition: all 0.3s ease;
            border-left: 4px solid transparent;
            border-radius: 0;
            position: relative;
            background: transparent;
        }

        .menu a i {
            font-size: 18px;
            width: 24px;
            text-align: center;
            transition: transform 0.3s ease;
        }

        .menu a::after {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 0;
            background: linear-gradient(90deg, rgba(10, 209, 200, 0.15), transparent);
            transition: width 0.3s ease;
        }

        .menu a:hover::after {
            width: 100%;
        }

        .menu a:hover {
            border-left-color: #0AD1C8;
            background: rgba(10, 209, 200, 0.08);
            padding-left: 30px;
            transform: none;
        }

        .menu a:hover i {
            transform: scale(1.2) rotate(5deg);
        }

        .menu a.active {
            border-left-color: #0AD1C8 !important;
            background: linear-gradient(90deg, rgba(10, 209, 200, 0.2), rgba(10, 209, 200, 0.05)) !important;
            font-weight: 600;
            box-shadow: inset 0 0 20px rgba(10, 209, 200, 0.1);
        }

        .menu a.active i {
            color: #0AD1C8;
        }

        .menu.show {
            display: flex;
            transform: translateX(0);
        }

        .menu.show li {
            animation: slideInLeft 0.4s ease forwards;
        }

        @keyframes slideInLeft {
            from {
                opacity: 0;
                transform: translateX(-30px);
            }
            to {
                opacity: 1;
                transform: translateX(0);
            }
        }

        .menu.show li:nth-child(1) { animation-delay: 0.05s; }
        .menu.show li:nth-child(2) { animation-delay: 0.1s; }
        .menu.show li:nth-child(3) { animation-delay: 0.15s; }
        .menu.show li:nth-child(4) { animation-delay: 0.2s; }
        .menu.show li:nth-child(5) { animation-delay: 0.25s; }
        .menu.show li:nth-child(6) { animation-delay: 0.3s; }
        .menu.show li:nth-child(7) { animation-delay: 0.35s; }
        .menu.show li:nth-child(8) { animation-delay: 0.4s; }
        .menu.show li:nth-child(9) { animation-delay: 0.45s; }

        .logo {
            display: none;
        }

        .search-container {
            max-width: none;
            flex: 1;
        }

        input {
            width: 100%;
            padding: 10px 35px 10px 15px;
            font-size: 14px;
        }

        .logoutform {
            margin-top: auto;
            padding: 20px;
            border-top: 2px solid rgba(10, 209, 200, 0.2);
            background: rgba(0, 0, 0, 0.1);
        }

        .logoutform button {
            background: linear-gradient(135deg, rgba(10, 209, 200, 0.2), rgba(10, 209, 200, 0.1));
            color: white;
            border: 2px solid rgba(10, 209, 200, 0.4);
            padding: 14px 20px;
            border-radius: 12px;
            cursor: pointer;
            width: 100%;
            transition: all 0.3s ease;
            font-weight: 600;
            font-size: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            box-shadow: 0 4px 15px rgba(10, 209, 200, 0.2);
        }

        .logoutform button i {
            font-size: 16px;
            transition: transform 0.3s ease;
        }

        .logoutform button:hover {
            background: linear-gradient(135deg, rgba(10, 209, 200, 0.3), rgba(10, 209, 200, 0.15));
            border-color: #0AD1C8;
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(10, 209, 200, 0.3);
        }

        .logoutform button:hover i {
            transform: translateX(5px);
        }

        .logoutform button:active {
            transform: translateY(0);
        }

        .btn-close.custom-white {
            position: absolute;
            top: 15px;
            right: 15px;
            background: rgba(255, 255, 255, 0.15);
            border: 2px solid rgba(255, 255, 255, 0.2);
            width: 35px;
            height: 35px;
            border-radius: 50%;
            cursor: pointer;
            transition: all 0.3s ease;
            opacity: 1;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 20px;
        }

        .btn-close.custom-white:hover {
            background: rgba(255, 255, 255, 0.25);
            transform: rotate(90deg);
            border-color: #0AD1C8;
        }

        .lgscreen_none {
            display: block;
        }

        .smscreen_none {
            display: none;
        }
    }

    @media (min-width: 769px) {
        .menu a:hover {
            color: #E0E0E0;
        }
        
        .lgscreen_none {
            display: none;
        }

        .smscreen_none {
            display: block;
        }
    }

    /* Modal Slideout */
    .modal-dialog-slideout {
        position: fixed;
        top: 80px;
        right: 30px;
        margin: 0;
        width: 200px;
        height: auto;
        max-height: 400px;
        min-height: 250px;
        transform: translateX(400px);
        transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        /* background: linear-gradient(135deg, rgba(11, 100, 119, 0.95), rgba(8, 70, 85, 0.95)); */
        backdrop-filter: blur(10px);
        color: white;
        border-radius: 15px;
        box-shadow:none;
        border: 1px solid rgba(255, 255, 255, 0.1);
        z-index: 1050;
    }

    .modal-content {
        background:white;
        height: 100%;
        padding: 20px;
        border: none;
        color: black;
    }

    .modal.fade .modal-dialog-slideout {
        transform: translateX(400px);
    }

    .modal.show .modal-dialog-slideout {
        transform: translateX(0);
    }

    .modal-content h5 {
        font-size: 1.3em;
        font-weight: 600;
        margin-bottom: 5px;
    }

    .modal-content p {
        font-size: 0.9em;
        opacity: 0.8;
    }

    .modal-content a {
        display: block;
        padding: 13px 15px;
        margin: 5px 0;
        color: white;
        text-decoration: none;
        border-radius: 8px;
        transition: all 0.3s ease;
    }

    .modal-content a:hover {
        background: rgba(255, 255, 255, 0.1);
        transform: translateX(5px);
    }

    .modal-content form button {
        background: rgba(255, 255, 255, 0.1);
        width: 100%;
        color: white;
        border: 2px solid rgba(255, 255, 255, 0.3);
        padding: 12px;
        border-radius: 8px;
        cursor: pointer;
        transition: all 0.3s ease;
        font-weight: 500;
    }

    .modal-content form button:hover {
        background: rgba(255, 255, 255, 0.2);
        border-color: #0AD1C8;
        transform: translateY(-2px);
    }

    .btn-close.custom-white {
        background: rgba(255, 255, 255, 0.2);
        border: none;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        cursor: pointer;
        position: relative;
        transition: all 0.3s ease;
        opacity: 1;
        color: white;
        font-size: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .btn-close.custom-white:hover {
        background: rgba(255, 255, 255, 0.3);
        transform: rotate(90deg);
    }

    .modal-backdrop {
        background: rgba(0, 0, 0, 0.5);
        backdrop-filter: blur(3px);
    }

 .sticky-top {
    display: flex;
    justify-content: space-between; 
    align-items: center;         
    width: 100%;                     
    margin: 0 auto;               
}
  .search-input-wrapper {
               flex: 1;
               position: relative;
              }

             .search_icon_1 {
                 position: absolute;
                 left: 15px;
                 top: 50%;
                 transform: translateY(-50%);
                 font-size: 16px;
                 color: #555;
                 z-index: 10;
             }

              .search-input {
                  width: 100%;
                  padding: 6px 45px 6px 40px; /* ← icon space added */
                  border: 2px solid #ff6b35;
                  border-radius: 30px;
                  font-size: 15px;
                  outline: none;
                  background: #fff;
                  color: #000;
                  transition: all 0.3s ease;
              }
                
                .search-input:focus {
                    border-color: #ff6b35;
                    /* box-shadow: 0 0 0 3px rgba(255, 107, 53, 0.1); */
                    background: #ffff;
                }
                
                .search-input::placeholder {
                    color: #131313ff;
                    opacity: 1;
                }
                
                .search-btn {
                    background: linear-gradient(135deg, #ff6b35 0%, #ff5722 100%);
                    border: none;
                    padding: 3px 10px;
                    border-radius: 30px;
                    color: white;
                    font-weight: 600;
                    font-size: 15px;
                    white-space: nowrap;
                    box-shadow: 0 2px 8px rgba(255, 107, 53, 0.3);
                    transition: all 0.2s ease;
                    cursor: pointer;
                    position: absolute;
                    right: 5px;
                    top: 50%;
                    transform: translateY(-50%);
                }

                .search-btn:hover {
                    transform: translateY(-50%) scale(1.05);
                    box-shadow: 0 4px 12px rgba(255, 107, 53, 0.4);
                }

                /* Mobile only: 767px নিচে দেখাবে */
              .mobile-only {
                 display: block;
               }

              @media (min-width: 768px) {
                .mobile-only {
                  display: none;
                 } 
                 }

    .nav-default,
    .navheight{
     width:100%; 
     height:60px; 
     background-color: #EFF0F5;
    }
    .nav-categories{
        width:100%; 
        height:40px; 
        background-color: #EFF0F5;
    }
    @media screen and (max-width: 800px) {
        .navheight{
         width:100%; 
         height:55px; 
         background-color: #EFF0F5;
        }
    }
   .bottom_nav{
    width: 95%;
    max-width: 1200px;   /* বড় স্ক্রিনেও fix থাকবে */
    margin: 0 auto;
    padding: 10px 0;
}

/* zoom out fix */
.bottom_nav .d-flex{
    flex-wrap: wrap;     /* zoom out এও ভাঙবে না */
    gap: 10px;
}



   .modal-dialog-slideout {
    position: fixed;
    top: 80px;
    right: 30px;
    margin: 0;
    width: 280px;
    height: auto;
    max-height: 400px;
    min-height: 250px;
    transform: translateX(400px);
    /* transition: transform 0.4s 
cubic-bezier(0.68, -0.55, 0.265, 1.55); */
    /* background: linear-gradient(135deg, rgba(11, 100, 119, 0.95), rgba(8, 70, 85, 0.95)); */
    /* backdrop-filter: blur(10px); */
    color: white;
    border-radius: 15px;
    /* box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3); */
    border: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 1050;
}

.bi-person{
    font-size:18px !important;
   
}
