    body {
        background-color: #EAEDED;
        overflow-x: hidden;

        width: 100vw;


    }

    * {
        margin: 0;
        font-family: Arial;
        border: border-box;

    }


    .navbar {
        padding: 4px;
        height: 55px;
        background-color: #0f1111;
        color: white;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        cursor: pointer;
    }

    .nav-logo {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: black;
        padding: 10px 13px;


    }

    .border4 {
        border: 1.5px solid transparent;
        padding: 8px 10px;
    }

    .border4:hover {
        border: 1.8px solid white;
        border-radius: 2px;
    }

    .border {
        border: 1.5px solid transparent;
        padding: 11px 12px;
    }

    .border:hover {
        border: 1.8px solid white;
        border-radius: 2px;

    }

    /* box-2*/
    .add-first {
        color: #cccccc;
        font-size: 0.88rem;
        margin-left: 15px;
    }

    .add-second {
        font-size: 1rem;
        margin-left: 3px;
    }

    .add-icon {
        display: flex;
        align-items: center;
    }


    /* box-3*/

    .nav-search {
        display: flex;
        justify-content: space-evenly;
        background: transparent;
        width: 700px;
        height: 40px;
        border-radius: 3px;
    }

    .nav-search:hover {
        transform: translateY(-1px);
        box-shadow: 0 4px 8px rgb(239, 240, 239);
    }

    .search-select {
        background-color: #f3f3f3;
        width: 50px;
        text-align: center;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        border: none;
    }

    .search-input {
        width: 100%;
        font-size: 1rem;
        border: none;

    }

    .search-icon {
        width: 45px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.4rem;
        background-color: rgb(217, 165, 22);
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        color: #0f1111;
    }

    .nav-language {
        display: flex;
        align-items: center;
        gap: 2px;
        font-weight: 600;

    }

    .lang {
        display: flex;
        align-items: center;
        gap: 2px;
        font-weight: 600;
    }

    .dropdown {
        float: left;
        overflow: hidden;
    }

    /* Dropdown button */
    .dropdown .dropbtn {
        font-size: 16px;
        border: none;
        outline: none;
        color: gray;
        background-color: inherit;
        cursor: pointer;
    }

    /* Dropdown content */
    .dropdown-content {
        display: none;
        position: absolute;
        border: 1px;
        border-radius: 10px;
        background-color: rgb(237, 236, 236);
        min-width: 200px;
        box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
        z-index: 1;
    }

    /* Links inside dropdown */
    .dropdown-content a {
        color: #232f3e;
        padding: 5px;
        margin-top: 5px;
        margin-left: 25px;
        display: block;

    }

    .dropdown-content p {
        color: black;
        margin-top: 10px;
        margin-left: 10px;
        margin-bottom: 10px;
    }

    .dropdown-content label {
        padding: 10px;
        color: #0f1111;
        display: flex;
        cursor: pointer;
        margin-top: 10px;
        position: relative;
        overflow: hidden;
        margin-left: 23px;
        font-size: 0.8rem;

    }

    /* Hover effects */

    .dropdown-content label:hover {
        color: #ffa41c;
    }

    .dropdown-content a:hover {
        color: #ffa41c;
    }

    .dropdown-content label span {
        font-size: 0.6rem;
    }

    .dropdown:hover .dropdown-content {
        display: block;
    }

    .dropdown:hover .dropbtn {
        background-color: black;
    }

    .border3 {
        border: 1.5px solid transparent;
        padding: 18px 20px;
    }

    .border3:hover {
        border: 1.8px solid white;
        border-radius: 2px;
    }

    .border1 {
        border: 1.5px solid transparent;
        padding: 9px 8px;
    }

    .border1:hover {
        border: 1.8px solid white;
        border-radius: 2px;
    }


    .border2 {
        border: 1.5px solid transparent;
        padding: 10px 6px;
    }

    .border2:hover {
        border: 1.8px solid white;
        border-radius: 2px;
    }

    /* Container */
    .me {
        font-family: Arial, sans-serif;
    }

    /* Nav box */
    .nav-singin {
        position: relative;
        display: inline-block;
        cursor: pointer;
        border-radius: 4px;
    }

    /* Always visible text */
    .nav-singin p {
        margin: 0;
        font-size: 14px;
    }

    .nav-second {
        font-weight: bold;
    }

    /* Hidden popup */
    .signin-hover-box {
        position: absolute;
        top: 100%;
        /* below the text */
        left: 0;
        width: 200px;
        padding: 15px;
        background: #fff;
        border: 1px solid #ccc;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
        border-radius: 8px;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-10px);
        transition: all 0.3s ease;
        z-index: 10;
        color: #000;
    }

    /* Show popup on hover */
    .nav-singin:hover .signin-hover-box {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    /* Sign in button style */
    .neu-btn {
        display: block;
        width: 100%;
        padding: 8px 0;
        margin-bottom: 10px;
        border: none;
        border-radius: 5px;
        width: 100%;
        padding: 12px;
        background: #e0e5ec;
        border: none;
        border-radius: 12px;
        font-weight: 600;
        color: #565959;
        box-shadow: inset 2px 2px 5px #bec3be,
            inset -2px -2px 5px #ffffff;
        cursor: pointer;
        transition: 0.2s;
        font-weight: bold;
        cursor: pointer;
        transition: background0.3s;

    }

    .neu-btn:hover {
        box-shadow: inset 2px 2px 5px #bec3be,
            inset -2px -2px 5px #ffffff;
    }

    /* "New customer" link */
    .signin-hover-box p {
        font-size: 13px;
        margin: 0;
    }

    .signin-hover-box a {
        color: #0066c0;
        text-decoration: none;
    }

    .signin-hover-box a:hover {
        text-decoration: underline;
    }

    /* Popup arrow / cut from top */
    .signin-hover-box::before {
        content: "";
        position: absolute;
        top: -10px;
        left: 20px;
        border-width: 0 10px 10px 10px;
        border-style: solid;
        border-color: transparent transparent #ccc transparent;
    }

    .signin-hover-box::after {
        content: "";
        position: absolute;
        top: -8px;
        left: 21px;
        border-width: 0 9px 9px 9px;
        border-style: solid;
        border-color: transparent transparent #fff transparent;
    }


    /* box-4  */

    a {
        font-size: 0.7rem;
    }

    .u1 {
        display: none;
    }

    .nav-second {
        font-size: 0.85rem;
        font-weight: 700;
    }

    /* box-5*/

    .nav-cart i {
        font-size: 22px;
    }

    .nav-cart p {
        margin-left: 11px;
        font-size: 1rem;
    }

    .nav-cart a {
        color: white;
        text-decoration: none;
    }

    .nav-cart span {
        font-size: 1rem;
    }

    .nav-cart {
        margin-left: 10px;
        font-size: 0.85rem;
        font-weight: 400;
        cursor: pointer;
        margin-bottom: 0px;

    }

    /* panel*/

    .panel {
        height: 40px;
        background-color: #222f3d;
        display: flex;
        color: white;
        align-items: center;
        justify-content: space-evenly;
        cursor: pointer;
    }

    .panel-ops p {
        display: inline;
        margin: 15px;

    }

    .panel-ops {
        width: 70%;
        font-size: 0.85rem;
    }

    .panel-deals {
        font-size: 0.9rem;
        font-weight: 700;
    }

    /* hero-set*/
    .hero-section {

        background-image: url("hero-1.jpg");
        background-size: cover;
        height: 450px;
        padding: 30px;
        margin-left: 6px;
        margin-right: 6px;


    }

    .hero-msg {
        background: rgba(255, 255, 255, 0.7);
        color: black;
        height: 40px;
        padding: 3px;
        margin: 25px;
        align-items: center;
        justify-content: center;
        font-size: 0.85rem;
        margin-top: 220px;
        border-radius: 5px;
    }

    .hero-msg:hover {
        background: rgba(255, 255, 255, 1.5);

    }

    .hero-msg a {
        color: #007185;
        cursor: pointer;
    }

    /** shop section **/
    .shop-section {
        display: flex;
        justify-content: space-evenly;
        flex-wrap: wrap;

        /* background-color: #e2e7e6; */
    }

    /* box-1*/
    .box {
        /*border:2px solid black;*/
        height: 390px;
        width: 23%;
        background: rgba(255, 255, 255, 1);
        border-radius: 5px;
        padding: 20px 0px 15px;
        margin-top: 7px;
        margin-bottom: 30px;
    }

    .box_img {
        height: 270px;
        background-size: cover;
        margin-top: 2rem;
        margin-bottom: 2.5rem;
        cursor: pointer;
    }

    .box-content {
        margin-left: 1rem;
        margin-right: 1.5rem;

    }

    .box-content a {
        color: #007185;
        font-size: 0.9rem;
        cursor: pointer;
    }

    /*   box-2    */

    .box2-image1 {
        margin-top: 18px;
        display: flex;
        flex-wrap: wrap;
        max-width: 350px;
        justify-content: space-evenly;
        padding: 15px;
        font-size: 0.7rem;
        cursor: pointer;
    }

    .card-nested img {
        width: 128px;
        height: 102px;
        object-fit: cover;
    }

    .box2-image2 {
        margin-top: 3px;
        display: flex;
        flex-wrap: wrap;
        max-width: 350px;
        justify-content: space-evenly;
        padding: 15px;
        font-size: 0.7rem;
        margin-bottom: 28px;
        cursor: pointer;
    }

    /* box-3    */
    .box3-image1 {
        margin-top: 13px;
        display: flex;
        flex-wrap: wrap;
        max-width: 300px;
        justify-content: space-evenly;
        padding: 15px;
        font-size: 0.7rem;
        cursor: pointer;
    }

    .box3-image2 {
        display: flex;
        flex-wrap: wrap;
        max-width: 300px;
        justify-content: space-evenly;
        padding: 15px;
        font-size: 0.7rem;
        margin-bottom: 10px;
        cursor: pointer;
    }

    /* box-4  */
    .box4-image1 {
        margin-top: 1px;
        display: flex;
        flex-wrap: wrap;
        max-width: 300px;
        justify-content: space-evenly;
        padding: 15px;
        font-size: 0.9rem;
        cursor: pointer;
    }

    .card-nested4 img {
        width: 300px;
        height: 140px;
        object-fit: cover;
    }

    .card-nested3 img {
        width: 95px;
        height: 85px;
        object-fit: cover;
    }

    .box4-image2 {
        display: flex;
        flex-wrap: wrap;
        max-width: 300px;
        justify-content: space-evenly;
        padding: 10px;
        cursor: pointer;
        font-size: 0.9rem;
        margin-bottom: 1px;
    }

    /* row-3and5*/

    .products-slider,
    .uttam-slider {
        background: #fff;
        margin: 0 24px;
        padding: 20px;
        margin-bottom: 30px;
        margin-top: 10px;
        border-radius: 4px;
        cursor: pointer;
    }

    .products-slider .products,
    .uttam-slider .uttam {
        display: flex;
        overflow-x: auto;
        gap: 20px;
        margin-top: 10px;

    }

    .products-slider .products img,
    .uttam-slider .uttam img {
        max-width: 210px;
        max-height: 200px;
    }

    .products-slider .products ::-webkit-scrollbar,
    .uttam-slider .uttam ::-webkit-scrollbar {
        display: none;
    }

    /* ro-7*/
    .products-slider-price {
        background: #fff;
        margin: 0 24px;
        padding: 20px;
        cursor: pointer;
        margin-top: 15px;

    }

    .products-slider-price .products {
        display: flex;
        overflow-x: auto;
        gap: 10px;
        margin-top: 10px;
    }


    .products-slider-price .products ::-webkit-scrollbar {
        display: none;
    }

    .product-card {
        display: flex;
        flex-direction: column;
        justify-content: end;
        min-width: 210px;
        background: #fbfbfb;
        margin-bottom: 40px;
        margin-top: 40px;
    }

    .product-card img {
        width: 110px;
        margin: 0 50px;
    }

    .product-offer p {
        background-color: #be0b3b;
        color: #fff;
        display: inline-block;
        padding: 2px 5px;
        border-radius: 5px;
        margin: 8px 0;
        font-size: 13px;
    }

    .product-offer span {
        color: #be0b3b;
        font-weight: 500;
        font-size: 12px;
    }

    .product-price s {
        color: gray;
        font-size: 13px;
    }

    .product-card h4 {
        color: #525252;
        font-size: 15px;
        font-weight: 400;
    }

    .products-slider-price a {
        font-size: 1rem;
    }

    .product-price i {
        color: black;
    }

    .product-price p {
        color: gray;
    }

    .product-rating {
        color: #FFA41C;
        margin-top: 5px;
        font-size: 0.9rem;
    }

    /* --- SIDEBAR STYLES --- */

    /* Sidebar Overlay */
    .sidebar-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        z-index: 999;
        display: none;
        /* By default hidden */
    }




    .back-to-top {
        height: 100%;
        width: 100%;
        background-color: #37475A;
        color: white;
        border: 2px solid black;
        text-align: center;
        border-radius: 2px;
        padding: 1px;
        cursor: pointer;

    }


    .uttam1 {
        margin-top: 2720px;
    }

    .back-to-top p {
        height: 40px;
        margin-top: 21px;
        margin-bottom: 2px;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    }

    .back-to-top {
        margin-bottom: 2px;

    }


    /* 2. Links Section (foot-panel2) */
    .foot-panel2 {
        background-color: #222f3d;
        color: white;
        height: 300px;

        display: flex;
        justify-content: space-evenly;
        padding-top: 50px;
    }

    .foot-panel2 ul {
        /* Default spacing */
        margin-right: 20px;
    }

    .foot-panel2 p {
        font-size: 1rem;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .foot-panel2 a {
        display: block;

        font-size: 0.85rem;
        margin-top: 10px;
        color: #dddddd;
        text-decoration: none;
        cursor: pointer;
    }

    .foot-panel2 a:hover {
        text-decoration: underline;
    }

    /* 3. Final Footer (foot-panel3) */
    .foot-panel3 {
        background-color: #222f3d;
        color: white;
        border-top: 0.5px solid #3a4553;
        height: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .foot-panel3 .logo {
        /* Amazon logo image should be set here */
        background-image: url("amazon_logo.png");
        /* Replace with actual logo path */
        background-size: cover;
        height: 50px;
        width: 100px;
    }

    .foot-panel3 .language-selector {
        margin-left: 40px;
        padding: 7px 10px;
        border: 1px solid #848888;
        border-radius: 3px;
        font-size: 0.85rem;
        cursor: pointer;
    }

    /* 4. Final Copyright Panel (foot-panel4) */
    .foot-panel4 {
        background-color: #0f1111;
        color: white;
        height: 80px;
        font-size: 0.75rem;
        text-align: center;
        padding-top: 20px;
    }

    .foot-panel4 .pages a {
        margin: 0 10px;
        cursor: pointer;
        text-decoration: none;
        color: #dddddd;
    }

    .foot-panel4 .pages a:hover {
        text-decoration: underline;
    }

    .foot-panel4 .copyright {
        padding-top: 5px;
    }




    .menu-icon {
        font-size: 24px;
        cursor: pointer;
        color: black;
        padding: 0 10px;
        display: none;
    }

    .sidebar {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 300;
        top: 0;
        order: -4;
        left: 0;
        background-color: #fff;
        overflow-x: hidden;
        transition: 0.3s;
        padding-top: 60px;
        box-shadow: 2px 0 5px rgba(0, 0, 0, 0.5);
    }

    .sidebar a {
        padding: 10px 15px;
        text-decoration: none;
        font-size: 16px;
        color: #131921;
        display: block;
        border-bottom: 1px solid #eee;
    }

    .sidebar .close-btn {
        position: absolute;
        top: 10px;
        right: 15px;
        font-size: 36px;
        margin-left: 50px;
        color: #131921;
    }

    .bottom-nav {
        display: none;

    }

    .box {
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .box:hover {
        transform: translateY(-5px);
        /* Box halka upar uthega */
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
        cursor: pointer;
    }

    .box_img {
        transition: transform 0.4s ease;
    }

    .box:hover .box_img {
        transform: scale(1.08);
        /* Image zoom hogi */
    }




    /* ----------mobile---------*/
    /* --- Media Query for Mobile Devices (Max Width: 768px) --- */
    @media screen and (max-width: 550px) {
        .uttam1 {

            margin-top: 8300px;

        }

        /* --- Navbar Adjustments --- */

        .navbar {
            flex-wrap: wrap;
            font-size: 10px;
            height: auto;
            width: 100%;
            justify-content: space-between;
            align-items: center;
            box-shadow: none;
            background-color: #000;
        }

        /*
            top sideabrt
        */

        /* ------------------------------ */
        /* 🔑 ROW 1: Sidebar, Logo, Sign In, Cart */
        /* ------------------------------ */
        .nav-logo img {
            width: 80px !important;

            height: auto;
        }

        .menu-icon {
            font-size: 25px !important;

            margin-left: 20px !important;

        }

        .nav-cart i {
            font-size: 20px !important;

        }

        .cart-count {
            font-size: 10px !important;

            top: -5px !important;
        }

        .menu-icon {
            font-size: 27px;
            cursor: pointer;
            color: white;
            order: -4;
            padding: 10px;
            display: block;
            justify-content: space-between;
        }

        .sidebar {
            height: 100%;
            width: 0;
            position: fixed;
            z-index: 300;
            order: -4;
            left: 0;
            background-color: #fff;
            overflow-x: hidden;
            transition: 0.3s;
            padding-top: 60px;
            box-shadow: 2px 0 5px rgba(0, 0, 0, 0.5);
        }

        .main-content {
            padding: 10px;
        }


        .main-content h2 {
            color: #C7511F;
            margin-bottom: 10px;
        }

        .main-content button {
            width: 100%;
            padding: 10px;
            margin-top: 10px;
            border-radius: 4px;
            font-weight: bold;
            cursor: pointer;
        }

        .bottom-nav {
            display: flex;
            justify-content: space-around;
            position: fixed;
            bottom: 0;
            width: 100%;
            background-color: white;
            border-top: 1px solid black;
        }
        /* --- EQUAL DISTANCE 3D CIRCULAR MENU --- */
.circular-menu {
    position: fixed;
    bottom: 1.5em;
    left: 1.5em;
    z-index: 9999;
}

/* Main Button (☰) */
.circular-menu .floating-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: linear-gradient(145deg, #232f3e, #1a232d);
    color: #ffc400;
    cursor: pointer;
    box-shadow: 4px 4px 10px #bebebe, -4px -4px 10px #ffffff;
    font-size: 22px;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1.5px solid rgba(255, 255, 255, 0.1);
}

/* Menu Items (Equal Spacing Logic) */
.circular-menu .menu-item {
    position: absolute;
    top: 6px;
    left: 6px;
    z-index: -1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(35, 47, 62, 0.95);
    backdrop-filter: blur(8px);
    color: white;
    text-decoration: none;
    font-size: 18px;
    opacity: 0;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.2s;
}

.circular-menu.active .menu-item {
    opacity: 1;
}



/* 1. Home (90 degree - Seedha Upar) */
.circular-menu.active .menu-item:nth-child(1) { 
    transform: translate3d(0, -95px, 0); 
}

/* 2. Chat (60 degree - Beech mein) */
.circular-menu.active .menu-item:nth-child(2) { 
    transform: translate3d(48px, -82px, 0); 
}

/* 3. Cart (30 degree - Beech mein) */
.circular-menu.active .menu-item:nth-child(3) { 
    transform: translate3d(82px, -48px, 0); 
}

/* 4. Profile (0 degree - Seedha Right side) */
.circular-menu.active .menu-item:nth-child(4) { 
    transform: translate3d(95px, 0, 0); 
}

/* Button Active State */
.circular-menu.active .floating-btn {
    transform: rotate(135deg);
    background: #ffc400;
    color: #232f3e;
}


.circular-menu .floating-btn:active {
    transform: scale(0.85);
}


        .nav-item {
            text-align: center;
            font-size: 10px;
            color: #000;
            padding: 5px;
        }

        .nav-item i {
            font-size: 20px;
            display: block;
            margin-bottom: 2px;
        }


        /* Logo */
        .nav-logo {
            margin-top: 2px;
            order: -3;
            margin-left: 5px;
            font-size: 0.1rem;
            width: 100px;
            height: 10px;
            border: none;

            /* Second item */
        }

        .nav-address {
            display: none;
        }


        .nav-signin {
            display: none;
        }

        .me {
            display: none;
        }

        .u1 {
            display: inline-block;
            order: -2;
            font-size: 0.1rem;
            color: white;
            margin-left: 30px;
        }


        .nav-cart {
            order: -1;

            margin-right: 8px;
            margin-bottom: 5px;
            border: none;
        }

        .nav-cart span {
            display: none;
        }

        /* ------------------------------ */
        /* 🔑 ROW 2: Search Bar */
        /* ------------------------------ */

        .nav-search {

            /* Second Row */
            margin: 2px auto;
            /* Centers the search bar */
            transform: none;
            /* Disable hover effect on mobile */
            box-shadow: none;
            /* Disable hover effect on mobile */
            display: flex;
            font-size: 20px;
            font-weight: bold;
            color: white;
            margin-right: 6px;
            justify-content: space-evenly;
            background: transparent;
            width: 700px;
            height: 33px;

        }

        .search-select {
            box-shadow: none;
            background-color: #f3f3f3;
            width: 50px;
            text-align: center;

            border: none;
        }

        /* --- Mobile View Box Fix --- */
        @media screen and (max-width: 450px) {
            .shop-section {
                display: flex;
                flex-direction: column;
                align-items: center;
                padding: 10px 0;

                margin-bottom: 70px;
            }

            .box {
                width: 92%;

                height: auto;
                background-color: white;
                padding: 15px 0;
                margin-bottom: 15px;
                /* Isse box bottom nav ke niche nahi ghusega */
                position: relative;
                z-index: 1;
            }

            .box-content {
                margin: 0 15px;
            }

            .box_img {
                height: 200px;

                width: 100%;
                background-size: contain;
                background-repeat: no-repeat;
                background-position: center;
                margin-top: 10px;
                margin-bottom: 10px;
            }


            .bottom-nav {
                position: fixed;
                bottom: 0;
                width: 100%;
                z-index: 1000;

            }
        }

        .search-input {
            width: 100%;
            font-size: 1rem;
            border: none;
            box-shadow: none;

        }


        .search-icon {
            width: 45px;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 1.4ram;
            background-color: rgb(217, 165, 22);
            box-shadow: none;
            color: #0f1111;
        }

        .nav-return {
            margin-top: 1px;
        }

        .nav-search:hover {
            box-shadow: none;
        }

        /* ------------------------------ */
        /* 🔑 ROW 3: Language Select */
        /* ------------------------------ */




        .border3,
        .border1 {
            display: none;
        }

        .border4,
        .border4:hover {
            border: none;
            border-radius: none;

        }

        /* --- Panel Adjustments (Secondary Nav) --- */
        .panel {
            overflow-x: auto;
            justify-content: flex-start;
            height: auto;
        }

        .panel-ops {
            width: 100%;
            display: flex;
            flex-wrap: nowrap;
            padding: 0 10px;
            white-space: nowrap;
        }

        .panel-ops p {
            margin: 0 8px;
            padding: 10px 0;
        }

        .panel-deals {
            display: none;
        }


        /* --- Hero Section Adjustments --- */
        .hero-section {
            height: 250px;
            margin: 10px 5px;
            background-position: center;
        }

        .hero-msg {
            margin-top: 150px;
            font-size: 0.6rem;
            text-align: center;
            padding: 8px;
        }


        .shop-section {
            flex-direction: column;

            align-items: center;
            padding: 0 5px;
        }

        .box {
            width: 95%;

            margin-left: 0;
            margin-right: 0;
            margin-bottom: 20px;
        }

        /* Box Content: Layout Preservation */
        .box-content {

            margin-left: 0.5rem;
            margin-right: 0.5rem;

        }

        /* Text Size Increase */
        .box-content p,
        .box-content h2,
        .box-content h3 {
            font-size: 1rem;
            font-family: Georgia, 'Times New Roman', Times, serif;
        }


        .box-content a {
            font-size: 1rem;
            margin-top: 10px;

            display: block;
            font-family: Georgia, 'Times New Roman', Times, serif;
        }


        /* --- IMAGE FIXES FOR MOBILE (Single Image Box) --- */

        .box_img {
            height: 250px;
            /* PHOTO SIZE INCREASED */
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            margin-top: 1rem;
            margin-bottom: 2rem;

        }



        .box2-image1,
        .box2-image2,
        .box3-image1,
        .box3-image2 {
            max-width: 100%;
            justify-content: space-between;
            padding: 2px;

        }

        .box4-image1 {
            margin-top: 1px;
            display: flex;
            flex-wrap: wrap;
            max-width: 100%;
            justify-content: space-evenly;
            padding: 1px;
            font-size: 0.9rem;
            cursor: pointer;
        }

        .box4-image2 {
            display: flex;
            flex-wrap: wrap;
            max-width: 100%;
            justify-content: space-evenly;

            gap: 6px;
            cursor: pointer;
            font-size: 0.9rem;
            margin-bottom: 10px;
        }

        .box_img {
            margin-top: 40px;
        }

        .box4 .box-content a {
            margin-top: 35px;
        }

        .box3 .box-content a {
            margin-top: 30px;
        }

        .box1 .box-content a {
            margin-top: 70px;
        }


        .card-nested4 img {
            width: 250px;
            height: 140px;
            object-fit: cover;
        }

        .card-nested3 img {
            width: 70px;
            height: 85px;
            object-fit: cover;
        }


        .card-nested,
        .card-nested1 {
            /* 48% width ensures 2 items per row (2x2 grid) */
            width: 48%;

            margin-bottom: 15px;
        }

        /* Ensure actual <img> tags inside nested cards look good and maintain their aspect ratio */
        .card-nested img,
        .card-nested2 img,
        .card-nested1 img {
            object-fit: contain;
            width: 100%;

            height: 120px;

        }

        .products-slider {
            display: flex;
            overflow-x: auto;
            font-size: 0.4rem;
            scroll-snap-type: x mandatory;
            /* Snap enable karega */
        }

        .product-card {
            scroll-snap-align: center;
            /* Card beech mein aake rukega */
        }

        /* --- Sliders (Row 3, 5, 7) Adjustments --- */
        .products-slider {
            font-family: Georgia, 'Times New Roman', Times, serif;
        }

        .products-slider,
        .uttam-slider,
        .uttam,
        .products-slider-price {
            margin: 10px 5px;
            padding: 10px;

        }

        .foot-panel2 {

            flex-direction: column;
            height: auto;

            padding: 20px 20px 10px 40px;
            justify-content: flex-start;
        }

        .foot-panel2 ul {
            margin-right: 0;

            margin-bottom: 30px;
        }

        .foot-panel2 p {

            margin-bottom: 5px;
        }

        .foot-panel2 a {

            margin-top: 5px;
            font-size: 0.9rem;
        }


        /* 2. Logo and Language Section (foot-panel3) - Vertical Alignment */
        .foot-panel3 {

            flex-direction: column;
            height: auto;
            padding: 15px 0;
        }

        .foot-panel3 .logo {

            height: 40px;
            width: 80px;
        }

        .foot-panel3 .language-selector {
            margin-left: 0;
            margin-top: 15px;

            font-size: 0.9rem;
        }

        /* 3. Final Copyright Panel (foot-panel4) */
        .foot-panel4 {
            height: auto;

            padding: 15px 10px;
        }

        .foot-panel4 .pages {

            display: flex;
            flex-direction: column;
            align-items: center;
            margin-bottom: 10px;
        }

        .foot-panel4 .pages a {
            margin: 5px 0;

            font-size: 0.8rem;
        }
    }




    /* --- Media Query for Tablets and Smaller Laptops (Max Width: 1024px) --- */
    @media screen and (min-width: 450px) and (max-width: 1024px) {

        /* Search Bar Adjustment */
        .uttam1 {
            /* યહ `!important` આપકે ઓરિજિનલ CSS મેં મોજૂદ બડી માર્જિન (2720px) કો ઓવરરાઇડ કરને કે લિયે હૈ. */
            margin-top: 3000px;
            /* અબ યહ કન્ટેન્ટ કે તુરંત બાદ દિખાઈ દેગા. */
        }

        /* --- Navbar Adjustments --- */

        .navbar {
            flex-wrap: wrap;
            height: auto;
            padding: 10px 0;
            justify-content: space-between;
            align-items: center;
            /* Vertically center items in the row */
        }


        .sidebar {
            height: 100%;
            width: 0;
            /* शुरू में छिपा हुआ */
            position: fixed;
            z-index: 300;
            /* सबसे ऊपर */
            order: -4;
            left: 0;
            background-color: #fff;
            overflow-x: hidden;
            transition: 0.3s;
            padding-top: 60px;
            box-shadow: 2px 0 5px rgba(0, 0, 0, 0.5);
        }



        /* Logo */
        .nav-logo {
            padding: 5px 10px;
            order: -3;
            /* Second item */
        }

        /* Address Box (Hidden on Mobile) */
        .nav-address {
            display: none;
        }

        /* Sign In/Accounts & Lists (Replaced .border3) */
        .nav-signin {
            display: none;
        }



        /* Cart */
        .nav-cart {
            order: -1;
            /* Fourth item (Last in Row 1) */
            padding: 5px 10px;
        }

        /* ------------------------------ */
        /* 🔑 ROW 2: Search Bar */
        /* ------------------------------ */

        .nav-search {
            width: 95%;
            order: 0;
            /* Second Row */
            margin: 10px auto;
            /* Centers the search bar */
            transform: none;
            /* Disable hover effect on mobile */
            box-shadow: none;
            /* Disable hover effect on mobile */
        }

        /* ------------------------------ */
        /* 🔑 ROW 3: Language Select */
        /* ------------------------------ */

        .nav-language {
            width: 100%;
            justify-content: center;
            /* Center the language selection */
            order: 1;
            /* Third Row */
            margin-bottom: 5px;
        }

        /* Hide redundant elements */
        .border3,
        .border1 {
            display: none;
        }

        /* --- Panel Adjustments (Secondary Nav) --- */
        .panel {
            overflow-x: auto;
            justify-content: flex-start;
            height: auto;
        }

        .panel-ops {
            width: 100%;
            display: flex;
            flex-wrap: nowrap;
            padding: 0 10px;
            white-space: nowrap;
        }

        .panel-ops p {
            margin: 0 8px;
            padding: 10px 0;
        }

        .panel-deals {
            display: none;
        }


        /* --- Hero Section Adjustments --- */
        .hero-section {
            height: 250px;
            margin: 10px 5px;
            background-position: center;

        }



    }