@media (max-width: 768px) {

    /* PAGE KHISAKNA STOP (BEST FIX) */
    html, body {
        overflow-x: hidden !important;
        width: 100% !important;
        max-width: 100vw !important;
        position: relative !important;   /* FIXED HATAO */
    }

    /* MAIN WRAPPERS SAFE WIDTH */
    .midle,
    .account-dashboard-wrapper,
    .account-page-wrapper,
    .page-wrapper,
    main,
    .container,
    [class*="wrapper"],
    [class*="container"] {
        width: 100% !important;
        max-width: 100vw !important;
        overflow-x: hidden !important;
    }

    /* MOBILE POPUP FULL FIX */
 /* Default hidden */
  .add-address.mobile-address-popup {
    display: none !important;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
  }

  /* When JS adds .active → OPEN */
  .add-address.mobile-address-popup.active {
    display: flex !important;
    opacity: 1;
    visibility: visible;
  }
    /* HEADER */
    .address-popup-header-uniq {
        padding: 18px 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #eee;
        flex-shrink: 0;
    }

    /* SCROLLABLE BODY */
    .address-popup-body-uniq {
        flex: 1;
        overflow-y: auto;
        padding: 20px;
        -webkit-overflow-scrolling: touch;
    }
    body.lock-body {
    overflow: hidden !important;
    position: relative !important;   /* NO FIXED */
    width: 100% !important;
}

    /* INPUT STYLE */
    .address-popup-body-uniq input,
    .address-popup-body-uniq select {
        width: 100%;
        padding: 12px 14px;
        border: 1px solid #ddd;
        border-radius: 10px;
        margin-bottom: 16px;
    }

    /* FOOTER FIXED */
    .address-popup-footer-uniq {
        padding: 16px 20px;
        background: #fff;
        display: flex;
        gap: 12px;
        flex-shrink: 0;
        border-top: 1px solid #eee;
    }
         /* ... rest of the code ... */
    .image-1-icon {
        left: 0 !important; 
        transform: none !important;
        margin: 0 !important;
    }

    /* Order Details Width Fix: Change 137% to 100% */
    .frame-group {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 16px !important; /* Re-add standard mobile padding */
        box-sizing: border-box !important;
    }
    /* Add this safety net */
.add-address.mobile-address-popup[style*="display: flex"] {
    /* Ensure it is visible, even if other opacity/visibility is present */
    opacity: 1 !important;
    visibility: visible !important;
}
}


       /* 1. Ensure all tab content sections are hidden by default */
.content-tab-section {
    display: none;
    visibility: hidden; 
}

/* 2. Show only the active tab content */
.content-tab-section.active {
    display: block !important;
    visibility: visible !important;
}

/* 3. Rule to hide elements using the specific 'hidden' class */
.hidden {
    display: none !important;
    visibility: hidden !important;
}
/* MAIN CSS STARTS HERE */


/* Upper header */
.small-one {
    width: 100%;
    position: relative;
    box-shadow: 0px 1px 0px #e5e5e5;
    background-color: var(--color-white);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 300px;
    box-sizing: border-box;
    text-align: left;
    font-size: 12px;
    color: var(--color-darkslategray);
    font-family: var(--font-poppins);
}

.get-free-shipping {
    position: relative;
    line-height: 130%;
    font-weight: 500;
}




/* --- Base Container --- */
.midle {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--padding-16) 0px;
    box-sizing: border-box;
    text-align: left;
    font-size: 15px;
    /* Base color set to black/dark gray for text within .midle */
    color: var(--color-gray-100);
    font-family: var(--font-poppins);
	    margin-left: 89px;

}

.image-1-parent {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.image-1-icon {
    width: 83px;
    position: relative;
    max-height: 100%;
    object-fit: cover;
    transform: translateX(-160px);
}

/* --- Search Bar Styling --- */
.search {
    border-radius: var(--br-6);
    border: 1px solid var(--color-gainsboro-100);
    display: flex;
    align-items: center;
}

.searech {
    width: 400px;
    display: flex;
    align-items: center;
    padding: var(--padding-12) 18px var(--padding-12) var(--padding-16);
    box-sizing: border-box;
    gap: 8px;
}

.search-icon {
    height: 20px;
    width: 20px;
    position: relative;
    /* Optional: Ensure search icon is dark if it's a light SVG */
    /* filter: invert(0); */
}

/* --- केवल यह CSS रखें, बाकी #search-results-container से जुड़े CSS हटा दें --- */
.midle-search-input-temp {
    border: none;
    outline: none;
    background: transparent;

    width: 100%;
    height: 100%;
    font-size: inherit;
    line-height: inherit;
    color: #333;
    padding: 0 5px;
    margin: 0;
    box-sizing: border-box;
}

.midle-search {
    width: 348px;
    position: relative;
    line-height: 21px;
    display: inline-block;
    flex-shrink: 0;
    /* Ensure Search text is dark/black */
    color: var(--color-gray-100);
}

.button {
    border-radius: 0px var(--br-6) var(--br-6) 0px;
    background-color: rgba(0, 178, 7, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--padding-12) 24px;
    font-size: var(--fs-14);
    /* color: Gray Scale/White !important; */
}

.search2 {
    position: relative;
    line-height: 20px;
    font-weight: 500;
}

/* for hide on desktop */
@media (min-width: 769px) {
    .mobile-search-icon-link {
        display: none !important;
    }
}

/* --- Icons Section Styling --- */
.icons {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 11px;
    /* Base color for cart text */
    color: var(--color-dimgray);
}

.person-icon {
    width: var(--width-32);
    position: relative;
    max-height: 100%;
    margin-left: 290px;
}

.devider {
    height: 25px;
    width: 1px;
    position: relative;
    border-right: 1px solid var(--color-gainsboro-200);
    box-sizing: border-box;
}

.shopping-card {
    display: flex;
    align-items: center;
    gap: 12px;
}

.shopping-cart-wrapper {
    height: 32px;
    width: var(--width-32);
    position: relative;
}

/* Note: There is no .shopping-cart-icon in the provided HTML, only .cart-icon */
.shopping-cart-icon {
    position: absolute;
    top: -6px;
    left: 0px;
    width: 38px;
    height: 38px;
}

.info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 7px;
}

.shopping-cart {
    position: relative;
    line-height: 120%;
}

/* --- 🛑 LINK RESET FIX (Purple Color/Underline Hatao) --- */
/* Target all links inside the midle section (Logo, Search Link, User Link, Cart Link) */
.midle a,
.midle a:visited,
.midle a:hover {
    /* Text color ko forcefully dark/black karo (midle se inherit hoga) */
    color: inherit !important;
    /* Underline poori tarah se hatao */
    text-decoration: none !important;
}

/* Ensure the cart currency (₹600.00) is also not purple */
.shopping-cart-wrapper-link .div {
    color: var(--color-dimgray) !important;
}

.div {
    position: relative;
    font-size: var(--fs-14);
    line-height: 100%;
    font-weight: 500;
    color: var(--color-gray-200);
}

/* --- Global Nav Container Styles --- */
/* Placeholder for Cool Grey (Assuming standard Cool-Grey/300) */
:root {
    --color-cool-grey-300: #B0B7C3;
    --color-white: #FFFFFF;
    /* Ensure var(--color-gray) and other variables are defined */
}

/* --- Global Nav Container Styles --- */
.nav-links {
    width: 100%;
    position: relative;
    background-color: var(--color-gray);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 16px 0;
    box-sizing: border-box;
    font-size: var(--fs-14);
    font-family: var(--font-poppins);
    /* Set color to the intended default for all child elements */
    color: var(--color-cool-grey-300) !important;
}

.nav-links-parent {
    width: 1228px;
    display: flex;
    align-items: center;
    gap: 24px;
    margin-left: 62px;
}

.nav-links-nav-links {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: flex-start;
    padding-left: 42px;
}

/* --- Main Nav Item Containers (Home, Blogs, etc.) --- */
.nav-links2,
.nav-links3,
.nav-links4 {
    height: var(--height-40);
    display: flex;
    align-items: center;
    padding: var(--padding-0) var(--padding-12);
    box-sizing: border-box;
    transition: color 0.2s;
}

/* --- Nav Link (<a>) Styling: Default is Grey, No Underline --- */
.nav-links2 a,
.nav-links3 a,
.nav-links4 a {
    /* Base color is Cool-Grey (Inherited from .nav-links is fine, but set explicitly for safety) */
    color: var(--color-cool-grey-300) !important;
    text-decoration: none !important;
    position: relative;
    line-height: var(--lh-20);
    font-weight: 500;
    /* Ensure visited links are also not purple/blue */
    transition: color 0.2s;
}

/* --- 💡 ACTIVE STATE: White Color --- */
/* nav links */
.nav-links2.is-active a,
.nav-links4.is-active a,
.dropdown-parent.is-active a {
    color: var(--color-white) !important;
}

/* --- Hover State: White Color --- */

.nav-links2 a:hover,
.nav-links4 a:hover,
.nav-links3 a:hover {
    color: var(--color-white) !important;
    text-decoration: none !important;
    /* Important safety check */
}

/* --- Dropdown Parent & Trigger Styling --- */
.dropdown-parent {
    position: relative;
    display: inline-block;
    font-family: Poppins;
}

.nav-links3 {
    cursor: pointer;
    padding: 15px 20px;
}

.nav-links3:hover {
    background-color: transparent;
}

/* --- Icon Styling and Rotation --- */
/* --- Dropdown Menu (The Big White Box) Styling --- */
.dropdown-menu {
    display: none !important;
    position: absolute;
    top: 140%;
    left: 0;

    background-color: white;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.15);
    z-index: 100;

    /* Overall Spacing: Right padding kam kiya (e.g., 24px) */
    padding: 24px 20px 24px 24px;
    /* Top/Bottom 24px, Left 24px, Right 20px (Reduced) */
    border-radius: 7px;
    min-width: 572px;

    /* Column Gap */
    display: flex;
    gap: 40px;
}

.dropdown-parent.is-open .dropdown-menu {
    display: flex !important;
}

/* --- Dropdown Content and Divider --- */
.column {
    display: flex;
    flex-direction: column;
}

/* Column 1 (Ayurvedic Churn) */
.column:nth-child(1) {
    margin-right: 10px;
}

/* Column 2 (Immunity Boosters) */
.column:nth-child(2) {
    padding-left: 0;
    margin-right: 10px;
}

/* 🛑 FINAL FIX: Divider applied ONLY to the Third Column (New arrivals) */
.column:nth-child(3) {
    /* Grey line on the left */
    border-left: 1px solid #e0e0e0;

    /* Space between the line and the 'New arrivals' text */
    padding-left: 30px;

    /* Reset other margins/paddings */
    margin-left: 0;
}

/* Vertical spacing for links */
.dropdown-menu a {
    color: #555;
    padding: 8px 0;
    font-size: 15px;
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.2s;
}

.dropdown-menu a:hover {
    color: green;
    cursor: pointer;
}

.call-now-parent {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: var(--gap-4);
    font-size: var(--fs-12);
    /* color: var(--color-white); */
    color: var(--color-white) !important;
    margin-left: -130px;
}

.call-now {
    display: flex;
    align-items: center;
    gap: var(--gap-8);

}

.phone-icon {
    width: var(--width-16);
    position: relative;
    max-height: 100%;

}

.div {
    position: relative;
    line-height: 150%;



}

/* header close desktop*/
/* --- HIDE MOBILE ELEMENTS ON DESKTOP --- */
.mobile-menu-trigger,
.mobile-nav-sidebar,
.hamburger-icon,
.close-icon,
.mobile-arrow-down {
    display: none !important;
}

/* 🛑 FIX: ENSURE DESKTOP CONTACT LINKS ARE WHITE 🛑 */
/* This rule applies to the call-now-parent section (the dark bar below the header) */
.call-now-parent a {
    color: var(--color-white) !important;
    text-decoration: none !important;
    /* Removes the underline from links */
}

/* Ensure desktop eleme nts are visible by default */
.search,
.devider,
.info,
.nav-links,
.call-now-parent {
    /* Assuming these should all be visible on desktop */
    display: flex;
}


/* ========================================================= */
/* --- MOBILE RESPONSIVENESS (Max-width: 768px) --- */
/* ========================================================= */
@media (max-width: 768px) {

    /* --- 1. HIDE DESKTOP ELEMENTS ON MOBILE --- */

    .small-one,
    .search,
    .icons .devider,
    .icons .info,
    /* 🛑 HIDE DESKTOP CONTACT INFO ON MOBILE 🛑 */
    .call-now-parent.desktop-contact,
    .nav-links {
        display: none !important;
    }

    /* Reposition the logo for a centered look */
    .image-1-icon {
        transform: none;
        margin: 0;
        left: -43px;
    }

    /* Reset icon margin and make icons wrapper centered */
    .midle .person-icon {
        margin-left: 0;
    }


    /* --- 2. MOBILE HEADER LAYOUT (.midle) --- */

    .midle {
        /* This ensures flex behavior for ordering */
        display: flex;
        /* Added display:flex for clarity */
        justify-content: space-between;
        align-items: center;
        /* Vertically align items */
        padding: 10px 15px;
        border-bottom: 1px solid #eee;
    }

    .image-1-parent {
        /* Logo remains centered */
        flex-grow: 1;
        justify-content: center;
        text-align: center;
        /* LOGO: Now positioned second, after the Hamburger */
        order: 2;
        /* UPDATED: Changed from 3 to 2 */
    }

    .icons {
        /* Basket/Profile icons go to the far right */
        gap: 12px;
        order: 4;
        /* Icons group moves to the far right (last) */
    }

    /* Show the actual Hamburger Icon container and place it far left (Order: 1) */
    .mobile-menu-trigger {
        display: block !important;
        /* HAMBURGER: Remains in the first position (far left) */
        order: 1;
        padding: 0;
    }

    /* Show the actual Hamburger Icon image */
    .hamburger-icon {
        display: block !important;
        width: 24px;
        height: 24px;
    }

    /* Placeholder for the other mobile icon */
    .hamburger-menu {
        /* This rule seems to be a placeholder/duplicate, consider using .mobile-menu-trigger only */
        display: none !important;
    }

    /* Show the Search Icon container and place it after the Logo (Order: 3) */
    .mobile-search-icon {
        display: block !important;
        /* SEARCH ICON: Now positioned third, after the Logo */
        order: 3;
        /* UPDATED: Changed from 2 to 3 */
        margin-left: 10px;
        /* Add some space next to the logo/center */
        width: 68px;
        height: 24px;
    }


    /* --- 3. MOBILE OFFCANVAS SIDEBAR STYLING --- */

    .mobile-nav-sidebar {
        display: block !important;
        position: fixed;
        top: 0;
        left: 0;
        /* Width according to the image */
        width: 80vw;
        max-width: 300px;
        height: 100%;
        background-color: white;
        z-index: 999;
        overflow-y: auto;
        /* Sidebar starts hidden (off-screen) */
        transform: translateX(-100%);
        transition: transform 0.3s ease-in-out;
        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
        padding: 0;
        /* Remove padding from main container */
        font-family: var(--font-poppins);
        box-sizing: border-box;
    }

    /* State for showing the sidebar (requires JavaScript) */
    .mobile-nav-sidebar.is-open {
        transform: translateX(0);
    }

    /* Sidebar Header (Login/Signup & Close Button) */
    .sidebar-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px 20px;
        border-bottom: 1px solid #eee;
    }

    .login-signup-link {
        font-size: 16px;
        font-weight: 600;
        color: rgba(0, 178, 7, 1);
        /* Blue or any highlight color */
        text-decoration: none;
    }

    .close-icon {
        display: block !important;
        width: 24px;
        height: 24px;
        cursor: pointer;
    }


    /* Main Navigation Links */
    .mobile-main-nav {
        padding: 10px 0;
    }

    .mobile-nav-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 12px 20px;
        font-size: 16px;
        color: #333;
        text-decoration: none;
        font-weight: 500;
        transition: background-color 0.2s;
        font-family: var(--font-poppins);
    }

    .mobile-nav-item:hover {
        background-color: #f7f7f7;
    }

    /* Dropdown Trigger */
    .mobile-dropdown-trigger {
        cursor: pointer;
    }

    .mobile-arrow-down {
        display: block !important;
        width: 20px;
        height: 20px;
        transition: transform 0.3s;
    }

    /* Rotate arrow when dropdown is open */
    .mobile-dropdown-parent.is-open .mobile-arrow-down {
        transform: rotate(180deg);
    }

    /* Submenu Links */
    .mobile-submenu-links {
        display: none;
        padding: 0 0 10px 0;
        background-color: #fcfcfc;
    }

    /* Show submenu when 'is-open' class is present (requires JavaScript to toggle) */
    .mobile-dropdown-parent.is-open .mobile-submenu-links {
        display: block;
    }

    .mobile-sub-item {
        display: flex;
        /* ✅ side-by-side layout */
        align-items: center;
        /* ✅ vertically centered */
        gap: 8px;
        /* ✅ space between icon & text */
        padding: 8px 20px 8px 30px;
        font-size: 14px;
        color: #555;
        text-decoration: none;
        transition: color 0.2s;
    }

    .mobile-sub-item img,
    .mobile-sub-item svg {
        width: 18px;
        /* optional: icon size */
        height: 18px;
        flex-shrink: 0;
        /* keep icon size fixed */
    }

    .mobile-sub-item span,
    .mobile-sub-item p,
    .mobile-sub-item div {
        line-height: 1.4;
    }

    .mobile-sub-item:hover {
        color: rgba(0, 178, 7, 1);
    }

    /* Divider */
    .mobile-divider {
        border-top: 1px solid #eee;
        margin: 10px 0;
    }

    /* My Profile Section */
    .mobile-profile-section {
        padding: 10px 0;
    }

    /* Mobile Contact Info */
    .call-now-parent.mobile-contact {
        display: flex !important;
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
        gap: 10px;
        margin-left: -1px;
    }

    .call-now-parent.mobile-contact .call-now {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .call-now-parent.mobile-contact .phone-icon {
        width: 20px;
        height: 20px;
    }

    .call-now-parent.mobile-contact a {
        color: #555 !important;
        font-size: 14px;
        text-decoration: none;
    }
}

/* ======================================================= */
/* DESKTOP DROPDOWN STYLING (> 768px)                      */
/* ======================================================= */
/* ======================================================= */
/* ======================================================= */
/* DESKTOP DROPDOWN STYLING (> 768px)                      */
/* ======================================================= */
@media (min-width: 769px) {

    .user-dropdown-wrapper {
        position: relative;
        display: inline-block;
        cursor: pointer;
        /* FIX: Hover area ko badhaya taki dropdown tak touch ho sake */
        padding-bottom: 10px;
        margin-bottom: -10px;
        /* FIX: Ensure wrapper is above other elements to catch hover */
        z-index: 1001;
    }

    .user-dropdown-wrapper .icon-link {
        display: block;
        padding: 5px;
    }


    .desktop-login-dropdown {
        display: none;
        position: absolute;

        top: 80%;
        /* Adjusted to align with extended hover area */
        right: -30px;

        margin-top: 0;

        background-color: white;
        border: 1px solid #eee;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        border-radius: 8px;
        padding: 8px 0;
        z-index: 1000;
        /* Wrapper (1001) se neeche, but still high */
        min-width: 170px;
    }

    .desktop-login-dropdown .dropdown-item {
        display: flex;
        align-items: center;
        gap: 12px;
        width: 100%;
        font-size: 14px;
        line-height: 20px;
        font-family: var(--font-poppins);

        color: #333;
        /* Default text color (Black/Dark Gray) */

        text-decoration: none;
        text-align: left;
        padding: 10px 15px;
        transition: color 0.2s, background-color 0.2s;
        box-sizing: border-box;
    }

    /* ✅ FINAL HOVER: Only Green Text/Icon, No Background */
    .desktop-login-dropdown .dropdown-item:hover {
        background-color: transparent;
        /* No background color */
        color: var(--color-limegreen, #38c172);
        /* Text turns Green */
    }

    .desktop-login-dropdown .dropdown-item img,
    .desktop-login-dropdown .dropdown-item svg {
        width: 18px;
        height: 18px;
        flex-shrink: 0;
        color: #666;
        /* Default Icon color */
        transition: color 0.2s;
    }

    /* ✅ FINAL HOVER: Icon turns Green */
    .desktop-login-dropdown .dropdown-item:hover img,
    .desktop-login-dropdown .dropdown-item:hover svg {
        color: var(--color-limegreen, #38c172);
    }


    /* DROPDOWN VISIBILITY LOGIC */
    .user-dropdown-wrapper:hover .desktop-login-dropdown,
    .user-dropdown-wrapper:focus-within .desktop-login-dropdown {
        display: block;
    }
}


/* ======================================================= */
/* MOBILE SAFETY STYLING (< 769px) - NOTHING CHANGES HERE  */
/* ======================================================= */
@media (max-width: 768px) {

    .desktop-login-dropdown {
        display: none !important;
    }


    .user-dropdown-wrapper {
        position: static !important;
        display: block !important;
    }

    .user-dropdown-wrapper .icon-link {
        display: block !important;
    }
}

/* HERO css */
@media (max-width: 767px) {

    /* Hero Section Height/Layout (unchanged) */
    .slide {
        height: 45vh !important;
        flex-direction: row !important;
        align-items: flex-end !important;

    }

    /* Overlay (unchanged) */
    .slide>div:first-child {
        background-color: rgba(0, 0, 0, 0.6) !important;
    }


    .slide>div:nth-child(2) {
        width: 45% !important;
        align-items: flex-start !important;

        justify-content: flex-start !important;

        padding-left: 1rem !important;
        padding-right: 0.5rem !important;
        padding-bottom: 0px !important;


        padding-top: 1.5rem !important;
    }

    /* Image container Width (unchanged) */
    .slide>div:nth-child(3) {
        width: 55% !important;
        align-items: flex-end !important;
        justify-content: flex-end !important;
        padding-right: 1rem !important;
        padding-left: 0.5rem !important;
    }

    /* Bottle container size (unchanged) */
    .slide>div:nth-child(3)>div {
        width: 150px !important;
        height: 200px !important;
    }

    /* Mobile Bottles Rotation and Position (unchanged) */
    .mobile-bottle-1 {
        left: 5% !important;
        top: -30% !important;
    }

    .mobile-bottle-2 {
        opacity: 1 !important;
        top: -30% !important;
    }

    /* Text size adjustments (h1 size unchanged) */
    .slide h1 {
        font-size: 1.5rem;
        line-height: 1.2;
    }

    .slide p {
        font-size: 0.7rem;
        line-height: 1.3;
    }

    /* Order Now button height (unchanged) */
    .mobile-button-height {
        padding-top: 0.3rem !important;
        padding-bottom: 0.3rem !important;
        font-size: 0.8rem;
        line-height: 2;
        width: auto;
    }

    /* Dots position (unchanged) */
    .dots-container {
        bottom: 375px !important;
    }
}

/* HEADER CLOSE  */

/* MY ACCOUNT SEC */
.account-page-wrapper {
    width: 100%;
    height: 160px;
    position: relative;
    background-color: #006100;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: left;
    font-size: 14px;
    color: #e1e4e8;
    font-family: Poppins;
}

.account-header-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    max-width: 1228px;
    width: 90%;
}

.breadcrumb-links-container {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.breadcrumb-item,
.breadcrumb-separator {
    position: relative;
    line-height: 20px;
}

.main-page-title {
    width: 100%;
    position: relative;
    font-size: 32px;
    line-height: 44px;
    font-weight: 500;
    color: #fff;
}

/* PROFILE DETAILS */
/* ================================================= */
/* DASHBOARD BODY WRAPPER (Now the main Flex Container for Side-by-Side Layout) */
/* ================================================= */
.account-dashboard-wrapper {
    width: 100%;
    position: relative;
    background-color: #fff;
    overflow: hidden;

    /* 💥 FIX: Changes to align items side-by-side */
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    /* Aligns sidebar and content to the top */
    gap: 32px;

    /* Centering the entire block */
    max-width: 1228px;
    margin: 0 auto;
    padding: 76px 16px;
    /* Vertical padding from old wrapper, plus horizontal padding */

    box-sizing: border-box;
    text-align: left;
    font-size: 14px;
    color: #1d252d;
    font-family: Poppins;
}

/* ================================================= */
/* SIDEBAR AND CONTENT FLEX CONTAINER (Removed: This class is no longer needed as the parent handles flex) */
/* .dashboard-sidebar-nav {
    display: flex; 
    align-items: flex-start;
    gap: 32px;
    max-width: 1228px;
    width: 90%;
}
*/
/* CSS FOR ORDER HISTORY */
.content-tab-section {
    display: none; /* hide by default */
}

.content-tab-section.active {
    display: block; /* show active section */
}

/* RIGHT CONTENT AREA */
.frame-group-uniq {
  	flex: 1;
  	border-radius: 12px;
  	background-color: #fff;
  	border: 1px solid #e1e4e8;
  	overflow: hidden;
  	display: flex;
  	flex-direction: column;
  	align-items: center;
  	font-size: 16px;
    width: 852px;
}

/* TABLE HEADER */
.order-header-row-uniq {
  	align-self: stretch;
  	background-color: #f3f6fa;
  	display: flex;
  	align-items: center;
  	padding: 16px;
  	gap: 12px;
}

.order-header-uniq {
  	flex: 1;
  	line-height: 24px;
  	font-weight: 500;
}

/* ORDER LIST */
.order-list-uniq {
  	align-self: stretch;
  	display: flex;
  	flex-direction: column;
  	align-items: center;
}

/* ORDER ROWS */
.order-row-uniq {
  	align-self: stretch;
  	border-bottom: 1px solid #e1e4e8;
  	display: flex;
  	align-items: center;
  	padding: 24px 16px;
  	gap: 12px;
}

/* COLUMNS */
.order-id-uniq {
  	flex: 1;
  	text-decoration: underline;
  	line-height: 24px;
  	color: #00b207;
}

.order-date-uniq,
.order-status-uniq {
  	flex: 1;
  	line-height: 24px;
}

.order-price-uniq {
  	line-height: 24px;
  	font-weight: 500;
  	letter-spacing: -0.32px;
}

/* LAST LINE */
.order-line-uniq {
  	align-self: stretch;
  	height: 1px;
  	border-top: 1px solid #e1e4e8;
}
/* Make rows perfect 4-column grid */
.order-header-row-uniq,
.order-row-uniq {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr 1fr; /* 4 equal columns */
    text-align: left;
}

/* Align all row items properly */
.order-row-uniq > div {
    padding: 4px 0;
}

/* Center vertically */
.order-row-uniq {
    align-items: center;
}

/* Header text style fix */
.order-header-uniq {
    font-weight: 600;
}
/* ==========================
   MOBILE ORDER HISTORY VIEW
   ==========================*/
@media (max-width: 768px) {
     /* Right section full width */
    .frame-group-uniq {
        width: 100% !important;
        border: none;
        padding: 0 16px;
    }

    /* Desktop table header hide */
    .order-header-row-uniq {
        display: none !important;
    }

    /* Each order becomes a mobile card */
    .order-row-uniq {
        display: block !important;
        width: 100%;
        background: #fff;
        border: 1px solid #e1e4e8;
        border-radius: 16px;
        margin-bottom: 20px;
        overflow: hidden;
        padding: 0 !important;
    }

    /* TOP grey bar (Order ID area) */
    .order-id-uniq {
        width: 100%;
        background: #f2f6fa;
        padding: 16px;
        font-size: 15px;
        font-weight: 600;
        color: #000 !important;
        border-radius: 16px 16px 0 0;
        text-decoration: none !important;
    }

    /* "Order id" label black */
    .order-id-uniq::before {
        content: "Order id ";
        font-weight: 600;
        color: #000;
        margin-right: 4px;
    }

    /* ONLY order number green + underline */
    .order-id-uniq span {
        color: #00b207 !important;
        font-weight: 600;
        text-decoration: underline;
        text-underline-offset: 2px;
    }

    /* Inner card section */
    .order-row-uniq > div {
        padding: 12px 16px;
        width: 319px;
        flex: unset !important;
    }

    /* Values (Date, Status, Price) */
    .order-date-uniq,
    .order-status-uniq,
    .order-price-uniq {
        display: block;
        font-size: 15px;
        font-weight: 500;
        color: #000;
        margin-bottom: -6px;
    }

    /* Mobile labels */
    .order-date-uniq::before,
    .order-status-uniq::before,
    .order-price-uniq::before {
        display: block;
        font-size: 13px;
        font-weight: 500;
        color: #666;
        margin-bottom: 2px;
    }

    .order-date-uniq::before { content: "Date"; }
    .order-status-uniq::before { content: "Status"; }
    .order-price-uniq::before { content: "Subtotal"; }

}
/* end order history */

/* ORDER ID NUMBER CSS */
/* ===================== Order / Content Area ===================== */
/* ===================== Visibility Control ===================== */
.hidden { display: none !important; }

/* ===================== Main Layout ===================== */
.frame-group {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 60px;
    font-size: 16px;
    color: #1d252d;
    width: 137%;
}

/* Header Section (Order ID, Tracking etc.) */
.frame-container { align-self: stretch; display: flex; justify-content: space-between; align-items: flex-start; }
.frame-div { display: flex; flex-direction: column; gap: 8px; flex-grow: 1; }
.order-id-parent { display: flex; align-items: center; gap: 8px; font-size: 32px; }
.order-id { line-height: 44px; font-weight: 500; }
.order-placed-on { line-height: 24px; color: #566470; }
.status-shipped { line-height: 24px; font-weight: 500; }
.download-invoice-wrapper { display: flex; align-items: flex-start; color: #00b207; margin-top: 4px; }
.download-invoice { line-height: 24px; font-weight: 600; cursor: pointer; }
.tracking-id-parent { display: flex; flex-direction: column; align-items: flex-end; gap: 12px; text-align: right; }
.btn {
    height: 40px; border-radius: 32px; background-color: #fff; border: 1px solid #00b207;
    display: flex; align-items: center; justify-content: center; padding: 8px 16px;
    color: #00b207; cursor: pointer; box-sizing: border-box;
}
.button { line-height: 24px; font-weight: 500; }

/* ===================== Product Table ===================== */
.frame-parent2 { align-self: stretch; display: flex; flex-direction: column; }
.frame-parent3 {
    align-self: stretch; border-radius: 12px; background-color: #fff;
    border: 1px solid #e1e4e8; display: flex; flex-direction: column; overflow: hidden;
}
.product-parent {
    align-self: stretch; background-color: #f3f6fa; display: flex;
    align-items: center; padding: 16px; gap: 0; font-size: 14px;
}
.frame-parent5 {
    align-self: stretch; display: flex; align-items: center;
    padding: 20px 16px; gap: 0; border-bottom: 1px solid #e1e4e8;
}

/* Header Columns */
.product, .quantity, .grand-total {
    font-weight: 500; display: flex; align-items: center; flex-shrink: 0;
}
.product { flex: 1; min-width: 50%; justify-content: flex-start; }
.quantity { width: 150px; justify-content: flex-end; }
.grand-total { width: 150px; justify-content: flex-end; }

/* Data Row: Quantity & Grand Total — Sirf ek line */
.frame-parent5 .quantity,
.frame-parent5 .grand-total {
    width: 150px;
    justify-content: flex-end;
    text-align: right;
    font-weight: 500;
    color: #1d252d;
    font-size: 16px;
    line-height: 24px;
    flex-shrink: 0;
}

/* ===================== Product Image + Details (EXACTLY AS YOU WANT) ===================== */
.frame-parent6 {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 4px 0;
}

/* Big Clean Image */
.frame-child {
    width: 100px !important;
    height: 100px !important;
    border-radius: 12px !important;
    object-fit: contain;
       background-color: #f4f4f4;
   
    padding: 8px;
    box-sizing: border-box;
    flex-shrink: 0;
}

/* Name + Variant + Price — Ek hi column mein seedha */
.product-details-parent {
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
}
.product-details-parent > div:first-child {
    font-weight: 500;
    font-size: 16px;
    color: #1d252d;
    line-height: 22px;
}
.gm, .price {
    font-size: 14px;
    color: #566470;
    line-height: 20px;
}

/* Divider */
.frame-inner {
    align-self: stretch;
    height: 1px;
    border-top: 1px solid #e1e4e8;
}

/* ===================== Totals ===================== */
.frame-parent9 {
    width: 100%; max-width: 563px; display: flex; flex-direction: column;
    gap: 16px; padding: 16px 0; box-sizing: border-box;
    align-self: flex-end; margin-top: -24px;
}
.subtotal-parent, .total-parent, .coupon-discount-parent {
    display: flex; justify-content: space-between; width: 100%;
}
.subtotal { font-weight: 400; }
.coupon-discount-parent .price { color: #007f00; }
.total-parent {
    font-size: 20px; font-weight: 500; padding-top: 16px;
   
}


/* ===================== Shipping & Billing ===================== */
.frame-parent10 { align-self: stretch; display: flex; flex-direction: row; gap: 32px; }
.shipping-details-parent, .billing-details-parent { flex: 1; display: flex; flex-direction: column; gap: 16px; }
.shipping-details { font-weight: 500; line-height: 30px; font-size: 20px; }
.address-wrapper {
    border-radius: 16px; background-color: #fff; border: 1px solid #e1e4e8;
    padding: 24px; font-size: 16px;
}
.payment-method-parent { width: 100%; display: flex; flex-direction: column; gap: 8px; margin-top: -20px; }
.headset-parent {
    display: flex; align-items: center; gap: 8px;
    font-size: 16px; color: #00b207; cursor: pointer;
}

/* MOBILE CSS ORDER ID  */
@media (max-width: 768px) { 
    /* 1. Main Layout & Overall Padding */
    .frame-group {
        width: 100%;
        gap: 32px;
        padding: 16px; 
        box-sizing: border-box;
    }

    /* 2. Header Section Adjustments */
    .frame-container {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .order-id-parent {
        font-size: 24px;
        line-height: 32px;
    }

    .btn {
        width: 123%;
        padding: 12px 16px;
        margin-right: -24px;
    }

    .order-placed-on,
    .status-shipped,
    .download-invoice {
        font-size: 14px;
        line-height: 20px;
    }

    /* 3. Product Table / Item List */
    .frame-parent3 {
        padding: 0;
        border: none;
        background-color: transparent;
    }

    .product-parent {
        display: none !important; /* Hide desktop header row */
    }

    .frame-parent5 {
        flex-direction: column;
        align-items: flex-start;
        padding: 16px 0;
        gap: 12px;
        border-bottom: 1px solid #e1e4e8;
    }

    .frame-parent5 .quantity,
    .frame-parent5 .grand-total {
        display: none !important; /* Hide desktop quantity/total columns */
    }

    /* Product Image Size */
    .frame-child {
        width: 80px !important;
        height: 80px !important;
    }
    
    /* 4. Totals Section */
    .frame-parent9 {
        margin-top: 0;
        padding: 16px; /* 16px padding */
        align-self: stretch;
        max-width: none;
        border-radius: 12px;
                width: 329px;
       
    }

    .total-parent {
        font-size: 18px;
        padding-top: 12px;
    }
    
    /* 5. Shipping & Billing Layout (Stacking) */
    .frame-parent10 { 
        display: flex;
        flex-direction: column; /* Stack vertically */
        gap: 16px; /* Space between shipping and billing */
        width: 100%;
    }

    /* 6. Shipping Details (Order: 1, Blue Border, 16px Padding) */
    .shipping-details-parent {
        order: 1; /* First */
    
        border-radius: 8px;
        padding: 16px;
        background-color: #fff;
        width: 100%;
        box-sizing: border-box;
    }

    .shipping-details-parent .shipping-details {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 12px;
        color: #0d0d0e;
    }

    .shipping-details-parent .address-wrapper {
        font-size: 14px;
        line-height: 20px;
        color: #000;
    }

    /* 7. Billing Details (Order: 2, Below Shipping, 16px Padding) */
    .billing-details-parent {
        order: 2; /* Second */
    
        border-radius: 12px;
        padding: 16px;
        background-color: #fff;
        width: 100%;
        box-sizing: border-box;
                margin-top: -21px;
    }

    .billing-details-parent .shipping-details {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 12px;
        color: #000;
    }

    .billing-details-parent .address-wrapper {
        font-size: 14px;
        line-height: 20px;
        color: #000;
    }

    /* 8. Payment Method */
    .payment-method-parent {
        margin-top: -23px;
        padding: 0 16px; /* 16px padding for content alignment */
    }
    .payment-method-parent h3,
    .payment-method-parent .shipping-details {
        font-size: 18px;
        margin-bottom: 12px;
    }
    .headset-parent {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    color: #00b207;
    cursor: pointer;
    margin-left: 13px;
    margin-top: -14px;
}
}
/* POPUP FOR DELETE ADDRESS*/
/* ===============================
   OVERLAY (BACKGROUND)
================================*/
.rectangle-div {
    width: 100%;
    height: 100vh;
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;   /* default hidden */
    z-index: 9998;
}

.dashboard-btn-parent {
    pointer-events: none;
}

.dashboard-btn-edit,
.dashboard-btn-remove {
    pointer-events: auto !important;
    position: relative;
    z-index: 10;
}

.dashboard-add-address-parent {
    cursor: pointer;
}

/* ===============================
   POPUP MAIN DESKTOP
================================*/
@media (min-width: 1025px) {

    /* MAIN POPUP WRAPPER */
    .popup-uniq {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 480px;                    /* 🔥 wider box */
        max-width: 90%;
        border-radius: 16px;
        background-color: #fff;
        display: none;                   /* default hidden */
        flex-direction: column;
        align-items: center;
        padding: 60px 32px 32px;
        box-sizing: border-box;
        gap: 32px;
        font-size: 16px;
        color: #1d252d;
        font-family: Poppins;
        z-index: 9999;
    }

    /* TOP ICON AREA */
    .journey-status-icons-uniq {
        width: 72px;
        height: 72px;
        border-radius: 100px;
     
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .iconography-uniq {
        height: 81px;
    width: 75px;
    position: relative;
    overflow: visible;
    }

    .vector-icon-uniq,
    .popup-vector-icon-uniq {
        position: absolute;
        inset: 0;
        max-width: 100%;
        max-height: 100%;
    }



    /* TEXT BLOCK */
    .delete-confirmation-parent-uniq {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
        text-align: center;
    }

    .delete-confirmation-uniq {
        font-weight: 600;
        font-size: 18px;
    }

    .are-you-sure-uniq {
        font-size: 14px;
        color: #485661;
        line-height: 20px;
    }



    /* BUTTON GROUP */
    .btn-parent-uniq {
        width: 100%;
        display: flex;
        justify-content: center; /* 🔥 center aligned */
        align-items: center;
        gap: 12px;
    }

    /* BOTH BUTTONS SAME WIDTH */
    .btn-uniq,
    .popup-btn-uniq {
        flex: 1;
        height: 44px;
    }

    .button-uniq,
    .popup-button-uniq {
        width: 100%;
        height: 44px;
        border-radius: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 500;
        box-sizing: border-box;
        cursor: pointer;
    }

    /* CANCEL */
    .button-uniq {
        background: #fff;
        border: 1px solid #00b207;
        color: #00b207;
    }

    /* DELETE */
    .popup-button-uniq {
        background: #00b207;
        color: #fff;
        border: none;
    }



    /* CLOSE (X) ICON */
    .component-9322-icon-uniq {
        width: 40px;
        height: 40px;
        position: absolute;
        top: 16px;
        right: 32px;
        border-radius: 32px;
        object-fit: contain;
        cursor: pointer;
    }
}

/* MOBILE CSS FOR POPUP */
/* ===============================
   MOBILE POPUP STYLE 
   Max 767px = Mobile
================================*/
@media (max-width: 767px) {

    /* OVERLAY */
    .rectangle-div {
        position: fixed;
        inset: 0;
        background: rgba(0,0,0,0.6);
        display: none;
        z-index: 9998;
    }

    /* BOTTOM SHEET POPUP */
    .popup-uniq {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #fff;
        border-radius: 24px 24px 0 0; /* top rounded only */
        padding: 54px 29px 34px;
        box-sizing: border-box;
        display: none;
        flex-direction: column;
        align-items: center;
        gap: 28px;
        z-index: 9999;
        animation: popupSlideUp 0.35s ease;
    }

    @keyframes popupSlideUp {
        from { transform: translateY(100%); }
        to { transform: translateY(0); }
    }


    /* CLOSE ICON */
    .component-9322-icon-uniq {
        width: 34px;
        height: 34px;
        position: absolute;
        top: 1px;
        right: 3px;
        cursor: pointer;
    }

    /* TOP ICON CIRCLE */
    .journey-status-icons-uniq {
        width: 64px;
        height: 64px;
        border-radius: 50%;

        display: flex;
        align-items: center;
        justify-content: center;
    }

    .iconography-uniq {
        width: 73px;
        height: 32px;
        position: relative;
    }

    /* TEXT BLOCK */
    .delete-confirmation-parent-uniq {
        text-align: center;
        gap: 6px;
        display: flex;
        flex-direction: column;
    }

    .delete-confirmation-uniq {
        font-size: 18px;
        font-weight: 600;
    }

    .are-you-sure-uniq {
        font-size: 14px;
        color: #485661;
        line-height: 20px;
        padding: 0 10px;
    }

    /* BUTTONS */
    .btn-parent-uniq {
        width: 100%;
        display: flex;
        gap: 10px;
    }

    .btn-uniq, .popup-btn-uniq {
        flex: 1;
        height: 44px;
        border-radius: 28px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 500;
    }

    /* CANCEL */
    .button-uniq {
        background: #fff;
        border: 1px solid #00b207;
        color: #00b207;
        width: 100%;
        height: 37px;
        border-radius: 28px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* YES DELETE */
    .popup-button-uniq {
        background: #00b207;
        color: #fff;
        width: 100%;
        height: 37px;
        border-radius: 28px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

/* ADD NEW ADDRESS POPUP */

/* ===========================
   OVERLAY
=========================== */
.overlay-uniq {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
    z-index: 100;
}

/* ===========================
   POPUP MAIN
=========================== */
.popup-uniq {
    width: 512px;
    max-height: 90vh;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    display: none;
    flex-direction: column;
    padding: 24px;
    box-sizing: border-box;
    text-align: left;
    font-family: Poppins;
    font-size: 16px;
    gap: 24px;
    border-radius: 12px;
    z-index: 200;
    box-shadow: 0 4px 40px rgba(0,0,0,0.15);

    overflow: hidden; /* IMPORTANT: Popup will not scroll */
}

/* ===========================
   HEADER
=========================== */
.popup-header-uniq {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.popup-title-uniq {
    font-size: 20px;
    font-weight: 600;
    color: #1d252d;
}

.popup-close-icon-uniq {
    width: 32px;
    height: 32px;
    cursor: pointer;
}

/* ===========================
   FIELDS — SCROLLABLE ONLY
=========================== */
.popup-fields-uniq {
    display: flex;
    flex-direction: column;
    gap: 16px;
        width: 462px;

    /* Only this scrolls */
    max-height: calc(90vh - 190px);
    overflow-y: auto;
    padding-right: 6px;
}

/* Hide scrollbar but keep scroll */
.popup-fields-uniq::-webkit-scrollbar {
    width: 0;
    height: 0;
}
.popup-fields-uniq {
    scrollbar-width: none;
}

/* ===========================
   FIELD ITEM
=========================== */
.field-uniq {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.label-uniq {
    font-size: 14px;
    color: #1d252d;
}

.label-uniq span {
    color: #e11900;
    font-weight: 600;
}

/* Input */
.input-uniq {
    width: 100%;
    height: 44px;
    border-radius: 8px;
    border: 1px solid #c3ccd2;
    padding: 10px 12px;
    font-size: 14px;
    outline: none;
    color: #000;
}

/* Two Column Row */
.field-row-uniq {
    display: flex;
    gap: 16px;
}

.field-half-uniq {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

/* Select */
.input-select-uniq {
    width: 100%;
    height: 44px;
    border-radius: 8px;
    border: 1px solid #c3ccd2;
    padding: 10px 12px;
    font-size: 14px;
    color: #707b89;
}

/* Checkbox */
.checkbox-wrap-uniq {
    display: flex;
    align-items: center;
    gap: 10px;
}

.checkbox-uniq {
    width: 18px;
    height: 18px;
}

.checkbox-label-uniq {
    font-size: 16px;
}

/* ===========================
   BOTTOM BUTTONS — STICKY
=========================== */
.popup-btn-area-uniq {
    width: 100%;
    display: flex;
    gap: 12px;

    padding-top: 10px;
    background: #fff;

    position: sticky;
    bottom: 0;  
}

/* Cancel Button */
.btn-cancel-uniq {
    flex: 1;
    height: 44px;
    border-radius: 32px;
    border: 1px solid #00b207;
    background: #fff;
    color: #00b207;
    font-size: 16px;
    font-weight: 500;
    font-family: Poppins;
    cursor: pointer;
}

/* Save Button */
.btn-save-uniq {
    flex: 1;
    height: 44px;
    border-radius: 32px;
    background: #00b207;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    font-family: Poppins;
    border: none;
}
.lock-scroll-addr {
    overflow: hidden !important;
    height: 100vh !important;
    touch-action: none; /* Mobile scroll lock */
}
/* ==========================================
   MOBILE FULL SCREEN POPUP
========================================== */

/* DESKTOP PE BILKUL NAHI CHALEGA              */
/* ============================================= */
@media (max-width: 768px) {

    /* ===========================
       ADD ADDRESS POPUP
    =========================== */
    .add-address {
        width: 100vw !important;
        height: 100vh !important;
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        background-color: #fff !important;
        overflow: hidden !important;
        display: flex !important;
        flex-direction: column !important;
        z-index: 999999 !important;
        font-family: Poppins, sans-serif;
    }

    .add-new-address-parent {
        align-self: stretch;
        background-color: #fff;
        border-bottom: 1px solid #e1e4e8;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 12px 16px;
        gap: 20px;
        position: relative;
    }

    .add-new-address {
        flex: 1;
        font-size: 18px;
        font-weight: 600;
        line-height: 30px;
    }
.component-9322-icon {
    width: 48px !important;
    height: 48px !important;
    cursor: pointer;
    flex-shrink: 0;
    padding: 4px;  /* extra clickable area */
}

    .input-fields-parent {
        flex: 1;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        padding: 24px 16px 100px 16px;   /* bottom padding buttons ke liye */
        gap: 16px;
        font-size: 14px;
    }

    .input-fields, .input-fields2, .input-fields6 {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .label-parent, .label-wrapper {
        display: flex;
        gap: 4px;
        align-items: center;
    }

    .label {
        font-weight: 500;
        line-height: 20px;
        color: #1d252d;
        margin-top: 15px;
    }

    .div {  /* red text */
        color: #e11900;
        font-weight: 600;
        font-size: 16px;
    }

    .cancel-mobile {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .cancel-mobile .button {
        background: #ffffff !important;
        color: #000000 !important;
        padding: 4px 9px !important;
        border-radius: 10px !important;
        font-size: 15px !important;
        font-weight: 500 !important;
        text-align: center;
    }

    .placeholder-wrapper, .placeholder-parent {
        height: 48px;
        border: 1.5px solid #c3ccd2;
        border-radius: 12px;
        padding: 0 14px;
        background: #fff;
        display: flex;
        align-items: center;
        font-size: 15px;
    }

    .placeholder, .placeholder6 {
        color: #707b89;
    }

    .placeholder-parent {
        justify-content: space-between;
    }

    .input-fields-group {
        gap: 16px;
        display: flex;
    }

    .input-fields6 {
        flex: 1;
    }

    .checkbox-parent {
        margin-top: 20px;
        display: flex;
        align-items: center;
        gap: 12px;
        font-size: 15px;
    }

    .checkbox {
        width: 22px;
        height: 22px;
    }

    .check-selected {
        width: 100%;
        height: 100%;
        border: 2px solid #8e9ba7;
        border-radius: 6px;
    }

    .make-this-my {
        color: #1d252d;
        font-weight: 500;
    }

    /* ===========================
       FIXED BOTTOM BUTTONS
    =========================== */
    .add-address-inner {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: #fff;
        border-top: 1px solid #e1e4e8;
        padding: 16px;
        z-index: 999;
    }

    .btn-parent {
        display: flex;
        gap: 31px;
    }
 
    .btn, .btn2 {
        flex: 1;                      /* Equal width */
        height: 41px;
        border-radius: 30px;
        font-weight: 600;
        font-size: 16px;
        display: flex;                 /* Center text */
        justify-content: center;
        align-items: center;
    }

    .btn {
        border: 2px solid #00b207;
        background: transparent;
        color: #00b207;
    }

    .btn2 {
        background: #00b207;
        color: #fff;
        border: none;
    }
   /* CSS (Recommended): */
.add-address.mobile-address-popup {
    display: none; 
}
.add-address.mobile-address-popup.active {
    display: flex !important; 
}
}

/* Desktop pe mobile wala bilkul nahi dikhega */
@media (min-width: 769px) {
    .mobile-address-popup {
        display: none !important;
    }
}

/* Mobile pe desktop wala bilkul nahi dikhega */
@media (max-width: 768px) {
    .desktop-address-popup {
        display: none !important;
    }
    .overlay-uniq {
        display: none !important;
    }
    body {
        overflow: hidden !important;
    }
}

/* SAVED ADDRESS SEC  */
/* --- Header Layout: Title Left, Add New Address Right --- */

.dashboard-saved-addresses-parent {
    align-self: stretch;
    display: flex;
    align-items: center; 
    /* Distributes space: Title left, Add New Address right */
    justify-content: space-between; 
    gap: 16px;
    font-size: 20px;
    margin-bottom: 20px; 
}

.dashboard-saved-addresses-title {
    line-height: 30px;
    font-weight: 500;
}

.dashboard-add-address-parent {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    color: #00b207; 
    flex-shrink: 0; 
}

/* --- Address Blocks Container --- */

.dashboard-address-block {
    align-self: stretch;
    border-radius: 16px;
    background-color: #fff;
    border: 1px solid #e1e4e8;
    display: flex;
    flex-direction: row; 
    align-items: flex-start; 
    padding: 24px;
    gap: 360px; 
    margin-bottom: 20px; 
}

/* Address Content (Left Side: Default Label + Details) */
.dashboard-address-content {
    display: flex;
    flex-direction: column; 
    align-items: flex-start;
    gap: 12px; 
    flex-grow: 1; 
    flex-shrink: 1; 
}

/* Default Label */
.dashboard-default-wrapper {
    border-radius: 16px;
    background-color: #e7ffe6;
    padding: 4px 12px;
    color: #007f00; 
    font-size: 14px;
    font-weight: 500;
}

/* Address Details */
.dashboard-address-details {
    line-height: 13px;
    color: #1d252d;
    font-size: 16px; 
    white-space: pre-line;
}

/* Buttons Parent (Right Side: Edit + Remove) */
.dashboard-btn-parent {
    display: flex;
    align-items: flex-start; 
    gap: 10px; 
    flex-shrink: 0; 
    margin-left: auto; 
}

/* Edit and Remove Buttons */
.dashboard-btn-edit,
.dashboard-btn-remove {
    height: 32px;
    border-radius: 32px;
    background-color: #fff;
    border: 1px solid #00b207; 
    color: #00b207;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px; 
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
}

@media (max-width: 767px) {
    
    .dashboard-address-block {
        align-self: auto;
        width: 109%;
        flex-direction: column; 
        align-items: flex-start;
        padding: 16px; 
        gap: 12px; 
        margin-bottom: 16px; 
                margin-left: 13px;
    }

    .dashboard-address-content {
        flex-direction: column; 
        align-items: flex-start;
        gap: 8px;  
        flex-grow: 1; 
        flex-shrink: 1; 
        width: 100%;
    }

    .dashboard-default-wrapper {
        padding: 4px 8px; 
        display: inline-flex !important;     /* ya inline-block */
        align-items: center;
        justify-content: center;
        padding: 8px 23px !important;        /* chhota padding */
        width: fit-content !important;      /* YE SABSE ZAROORI – stretch band */
        max-width: fit-content !important;
        min-width: unset !important;
        flex-shrink: 0;
        border-radius: 22px;
        background: rgba(231, 255, 230, 1);
    }
.dashboard-default-label {
        font-size: 11px !important;
        font-weight: 600 !important;
        color: rgba(0, 97, 0, 1)!important;
        white-space: nowrap !important;
        line-height: 1;
    }
    .dashboard-address-details {
        font-size: 14px; 
        line-height: 10px; 
    }
    
    .dashboard-btn-parent {
        align-self: flex-start;
        margin-left: 0; 
        display: flex;
        flex-direction: row; 
        align-items: center; 
        gap: 8px; 
        flex-shrink: 0;
    }

    .dashboard-btn-edit,
    .dashboard-btn-remove {
        height: 28px; 
        padding: 0 23px; 
        font-size: 13px;
    }
    
    .dashboard-saved-addresses-parent {
        justify-content: space-between;
        align-items: center;
        width: 109%;
                margin-left: 7px;
    }
}
/* END SAVED ADDRESS */


.sidebar-nav-item.active {
    background: #e8f8ec !important; /* light green bg */
    border-radius: 12px;
}

.sidebar-nav-item.active .item-text {
    color: #00b207 !important; /* green text */
}

.sidebar-nav-item.active img.nav-icon {
    filter: brightness(0) saturate(100%) invert(45%) sepia(90%) saturate(600%) hue-rotate(80deg);
}
/* iframe */
#dashboard-iframe {
    width: 100%;
    height: 100vh;
    border: none;
}

/* SIDEBAR NAVIGATION MENU (Keep its fixed width) */
.sidebar-links-group {
    width: 240px;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #e1e4e8;
    box-sizing: border-box;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 12px 0px;
    gap: 8px;
}

/* ACTIVE SIDEBAR ITEM */
.sidebar-nav-item.active {
    width: 240px;
    background-color: #e7ffe6;
    border-left: 3px solid #007f00;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    padding: 12px 24px;
    gap: 8px;
    color: #00b207;
    text-decoration: none;
    cursor: default;
}

/* DEFAULT SIDEBAR ITEM */
.sidebar-nav-item {
    align-self: stretch;
    display: flex;
    align-items: center;
    padding: 12px 24px;
    gap: 8px;
    color: #1d252d;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.1s;
}

.sidebar-nav-item:hover {
    background-color: #f3f6fa;
}

.nav-icon {
    width: 16px;
    position: relative;
    max-height: 100%;
}

.item-text {
    flex: 1;
    position: relative;
    line-height: 20px;
}


/* ================================================= */
/* PROFILE DETAILS CONTENT AREA (Now takes up remaining space) */
/* ================================================= */
.dashboard-content-area {
    /* 💥 FIX: Removed fixed width and added flex-grow */
    /* width: 956px; */
    flex-grow: 1;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    font-size: 20px;
}

.content-section-title {
    align-self: stretch;
    position: relative;
    line-height: 30px;
    font-weight: 500;
    margin-left: 10px;
}

.profile-details-card {
    align-self: stretch;
    border-radius: 12px;
    background-color: #fff;
    border: 1px solid #e1e4e8;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    gap: 32px;
    font-size: 14px;
    width: 882px;
    margin-top: 15px;
    margin-left: 5px;
}

.form-fields-group {
    /* Kept 600px width for form fields inside the card */
    width: 600px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.form-field-wrapper {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.input-label {
    position: relative;
    line-height: 20px;
}

.input-container-read-only,
.input-container-editable {
    align-self: stretch;
    height: 44px;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #c3ccd2;
    box-sizing: border-box;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    padding: 0 12px;
}

.form-input,
.form-input-readonly {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    font-family: Poppins;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #1d252d;
    background: transparent;
    padding: 0;
}

.form-input-readonly[readonly] {
    color: #485661;
}

/* BUTTON STYLING */
.save-details-btn {
    width: 200px;
    height: 40px;
    border-radius: 32px;
    background-color: #fff;
    border: 1px solid #00b207;
    box-sizing: border-box;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    font-size: 16px;
    color: #00b207;
    cursor: pointer;
    position: relative;
    line-height: 24px;
    font-weight: 500;
    transition: background-color 0.2s, color 0.2s;
    margin-top: 25px;
}

.save-details-btn:hover {
    background-color: #00b207;
    color: #fff;
}

/* ================================================= */
/* MOBILE STYLES (Max Width 768px) */
/* ================================================= */
@media (max-width: 768px) {

    /* NEW: Hide the top header/wrapper containing the "My Account" title, if applicable */
    .account-page-wrapper {
        display: none !important;
    }

    /* 1. Main Wrapper: Switch to Column Layout & Adjust Padding */
    .account-dashboard-wrapper {
        flex-direction: column;

        padding: 32px 16px;
        gap: 24px;
        max-width: 100%;
        /* Ensure it spans full screen width */
                margin-left: -12px;
    }

    /* 2. Hide Sidebar (Green My Account Navigation) */
    .sidebar-links-group {
        display: none;
    }

    /* 3. Dashboard Content Area: Full Width */
    .dashboard-content-area {
        width: 100%;
        align-self: stretch;
        margin-top: -31px;
    }

    /* Adjust Section Title Font Size for Mobile */
    .content-section-title {
        position: relative;
        font-size: 20px;
        line-height: 30px;
        font-weight: 500;
        font-family: Poppins;
        color: #1d252d;
        text-align: left;
        display: inline-block;
    }

    /* 4. Profile Details Card: Full Width and Adjusted Padding */
    .profile-details-card {
        width: 338px;
        /* Remove fixed width */
        align-self: stretch;
        padding: 20px;
        /* Slightly reduced padding */
        margin-top: 10px;
    }

    /* 5. Form Fields Group: Full Width */
    .form-fields-group {
        width: 154%;
        /* Remove fixed width */
        align-self: stretch;
    }

    /* 6. Save Button: Make it wider for better touch */
    .save-details-btn {
        width: 100%;
        /* Full width button for mobile */
        max-width: 300px;
        /* Optional: Limit max width if full width is too much */
        height: 42px;
        /* Slightly taller for easy tapping */
    }
}

/* FOOTER CSS */
/* ====== FOOTER BASE STYLE ====== */
.dh-footer {
    width: 100%;
    position: relative;
    background-color: #033121;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 80px 0px 60px;
    box-sizing: border-box;
    gap: 24px;
    text-align: left;
    font-size: 16px;
    color: #fff;
    font-family: "Poppins", sans-serif;
}

.dh-footer-container {
    width: 1120px;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: 0px 20px;
    max-width: 1120px;
}

/* Columns */
.dh-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    font-size: 14px;
    color: #e1e4e8;
}

/* Logo + About */
.dh-logo-about {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.dh-logo {
    width: 80px;
    object-fit: cover;
}

/* .dh-desc {
  
 
  	width: 100%;
  	position: relative;
  	font-size: 14px;
  	line-height: 20px;
  	font-family: Poppins;
  	color: #e1e4e8;
  	text-align: left;
  	display: inline-block;
} */
/* .dh-desc {
  width: 100%;
  position: relative;
  font-size: 15px;
  line-height: 20px;
  font-family: Poppins;
  color: #e1e4e8;
  text-align: left;
  display: -webkit-box;

  -webkit-box-orient: vertical;
  overflow: hidden;
} */
.dh-desc {
    max-width: 240px;
    /* maintain 3-line balance across devices */
    font-size: 15px;
    line-height: 22px;
    font-family: "Poppins", sans-serif;
    color: #e1e4e8;
    text-align: left;
    white-space: normal;
    word-break: break-word;
    overflow-wrap: break-word;
    margin-top: 8px;
}



/* Social Icons */
.dh-socials {
    display: flex;
    align-items: center;
    gap: 8px;
}

.dh-social-icon {
    height: 32px;
    width: 32px;
    border-radius: 50%;
    background-color: #fff;
    padding: 6px;
    box-sizing: border-box;
    cursor: pointer;
    transition: 0.3s ease;
}

.dh-social-icon:hover {
    opacity: 0.8;
}

/* Titles & Links */
.dh-title {
    line-height: 24px;
    font-weight: 600;
}

.dh-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    font-size: 14px;
    color: #e1e4e8;
}

.dh-links a {
    color: #e1e4e8;
    text-decoration: none;
    transition: 0.3s ease;
}

.dh-links a:hover {
    color: #fff;
}

/* Contact items */
.dh-contact {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #e1e4e8;
    text-decoration: none;
    line-height: 20px;
}

.dh-icon {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

/* Divider + Copyright */
.dh-footer-line {
    width: 1229px;
    height: 1px;
    border-top: 1px solid #36434e;
    box-sizing: border-box;
}

.dh-footer-copy {
    font-size: 14px;
    line-height: 20px;
    color: #c3ccd2;
    text-align: center;
}

/* ====== 📱 MOBILE RESPONSIVE ====== */
@media (max-width: 768px) {
    .dh-footer {
        padding: 40px 24px 40px;
        text-align: left;
        align-items: flex-start;
        gap: 24px;
    }

    .dh-footer-container {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        gap: 24px;
    }

    .dh-col {
        width: 100%;
        align-items: flex-start;
        text-align: left;
    }

    .dh-logo-about {
        align-items: flex-start;
    }

    .dh-logo {
        width: 80px;
        margin-bottom: -5px;
    }

    .dh-socials {
        justify-content: flex-start;
    }

    .dh-title {
        font-size: 16px;
        font-weight: 600;
    }

    .dh-links {
        align-items: flex-start;
        text-align: left;
        gap: 8px;
    }

    .dh-contact {
        justify-content: flex-start;
        text-align: left;
    }

    .dh-footer-line {
        width: 100%;
        margin-top: 24px;
    }

    /* ✅ Center only the copyright text on mobile */
    .dh-footer-copy {
        font-size: 12px;
        margin-top: 16px;
        text-align: center;
        width: 100%;
        align-self: center;
    }
}

.woocommerce-account .woocommerce {
  display: none;
}
/*  for mobile popup extra css*/

/* =================================================
   THE ULTIMATE FIX: HIDE BUTTONS EVERYWHERE EXCEPT POPUP
================================================= */

/* 1. Desktop aur Mobile ke buttons ko JAD SE HIDE KARO (List me nahi dikhenge) */
.popup-btn-area-uniq, 
.add-address-inner,
.btn-parent-uniq {
    display: none !important;
}

/* 2. DESKTOP: Jab desktop popup khula ho, tabhi uske button dikhao */
.desktop-address-popup.active .popup-btn-area-uniq,
.desktop-address-popup[style*="display: block"] .popup-btn-area-uniq {
    display: flex !important;
}

/* 3. MOBILE: Jab mobile popup 'active' ho, tabhi uske button dikhao */
.mobile-address-popup.active .add-address-inner {
    display: block !important;
}

/* =================================================
   MOBILE SCROLL & PHONE NUMBER FIX (Overlap se bachane ke liye)
================================================= */
@media (max-width: 768px) {
    .add-address.mobile-address-popup.active {
        display: flex !important;
        flex-direction: column !important;
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        background: #fff !important;
        z-index: 999999 !important;
        overflow-y: auto !important; /* Phone number niche nahi katega, scroll hoga */
        padding: 20px !important;
        box-sizing: border-box !important;
    }

    /* Desktop popup ko mobile pe bilkul khatam kar do */
    .desktop-address-popup {
        display: none !important;
    }
}

/* =================================================
   DESKTOP VISIBILITY FIX
================================================= */
@media (min-width: 769px) {
    /* Mobile popup ko desktop pe bilkul khatam kar do */
    .mobile-address-popup {
        display: none !important;
    }
}
/* 1. Global Hide: Saare buttons ko default hide karo taaki list me na dikhein */
.popup-btn-area-uniq, 
.add-address-inner,
.btn-parent-uniq {
    display: none !important;
}

/* 2. Desktop Popup Fix: Jab desktop popup khule, tabhi uske buttons dikhein */
.desktop-address-popup .popup-btn-area-uniq {
    display: flex !important; /* image_741543.png layout ke liye */
}

/* 3. Mobile Popup Fix: Jab mobile popup 'active' ho, tabhi uske buttons dikhein */
.mobile-address-popup.active .add-address-inner {
    display: block !important; /* image_734345.png layout ke liye */
}

/* 4. Mobile Scroll Fix: Taaki mobile number niche na kate */
@media (max-width: 768px) {
    .add-address.mobile-address-popup.active {
        display: flex !important;
        flex-direction: column !important;
        overflow-y: auto !important; /* image_733ba5.png overflow fix */
        max-height: 95vh !important;
    }
}

/* .adres form  */
/* ==============================
   MOBILE HEADER – HIDE CART PRICE
   (HTML TOUCH NAHI)
============================== */
@media (max-width: 768px) {

  /* ❌ Hide cart price text */
  .shopping-cart-wrapper-link
  .woocommerce-Price-amount,
  .shopping-cart-wrapper-link
  .shopping-cart,
  .shopping-cart-wrapper-link
  .div {
    display: none !important;
  }

  /* ✅ Cart icon + badge visible */
  .shopping-cart-wrapper,
  .shopping-cart-wrapper-link {
    display: flex !important;
    align-items: center;
  }

  /* Optional: icon ko thoda clean spacing */
  .shopping-cart-wrapper {
    margin-left: 8px;
  }
}
/* for both btn on desk */


/* for dropdown states */

/* for chkbox */

/* ===============================
   FOOTER GRADIENT – DESKTOP + MOBILE
   =============================== */
.dh-footer {
  background: linear-gradient(180deg, #005204 0%, #002902 100%) !important;
}
