 .top-bar {
    width: 100%;
    min-height: 45px !important;
    background: #013f6e !important;
    color: #fff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 0 5% !important;
    /* Font locked */
    font-family: 'Segoe UI', sans-serif !important;
    font-size: 13px !important;
    font-weight: 500 !important; 
    overflow: hidden !important;
    margin: 0 !important;
    box-sizing: border-box !important;
}

.top-left { 
    display: flex !important; 
    align-items: center !important; 
    gap: 20px !important; 
}

.top-left a { 
    color: #fff !important; 
    text-decoration: none !important; 
    display: flex !important; 
    align-items: center !important; 
    font-size: 13px !important;
    font-weight: 500 !important;
    font-family: 'Segoe UI', sans-serif !important;
}

.top-left i { margin-right: 8px !important; }

/* Marquee Text - Fixed */
.marquee-container {
    flex-grow: 1 !important;
    overflow: hidden !important;
    margin: 0 20px !important;
    white-space: nowrap !important;
}

.marquee-text {
    display: inline-block !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    font-family: 'Segoe UI', sans-serif !important;
    animation: slideCustom 12s linear infinite;
}

@keyframes slideCustom {
    0% { transform: translateX(100%); }
    100% { transform: translateX(-100%); }
}

/* Top Right Icons - Fixed */
.top-right { 
    display: flex !important; 
    align-items: center !important; 
    gap: 10px !important; 
}

.top-right a { 
    width: 30px !important; 
    height: 30px !important; 
    display: flex !important; 
    align-items: center !important; 
    justify-content: center !important; 
    background: rgba(255,255,255,0.1) !important; 
    color: #fff !important; 
    text-decoration: none !important; 
    border-radius: 4px !important; 
    transition: all 0.3s ease !important;
}

.top-right a:hover {
    color: #ffcc00 !important; 
    background: rgba(255, 255, 255, 0.2) !important;
}

/* Responsive - Mobile Optimization */
@media(max-width: 768px) {
    .top-bar { 
        flex-direction: column !important; 
        padding: 8px 10px !important; 
        height: auto !important; 
    }
    .top-right { 
        display: none !important; 
    }
    .top-left { 
        width: 100% !important; 
        justify-content: center !important; 
        gap: 12px !important; /* Mobile par links ke beech ka gap thoda kam kiya */
    }
    /* Mobile par Number aur Email ka font size chota kiya */
    .top-left a { 
        font-size: 11px !important; 
    }
    .marquee-container { 
        margin: 6px 0 0 0 !important; 
        width: 100% !important; 
    }
    /* Mobile par 24 Hours Marquee Text ka font size chota kiya */
    .marquee-text { 
        font-size: 11px !important; 
    }
}
 /* ==========================================================================
   8. FOOTER SECTION (Cleaned from Poppins, Enforced Segoe UI & 12px)
   ========================================================================== */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css');
@import url('https://fonts.cdnfonts.com/css/ethnocentric');

.footer { 
    width: 100%; 
    background: #f5f5f5; 
    padding: 55px 6% 20px; 
    border-top: 1px solid #e5e7eb; 
    box-sizing: border-box;
}

/* यहाँ कॉलम काउंट को 6 से बदलकर 5 किया गया है ताकि लेआउट इमेज जैसा परफेक्ट दिखे */
.footer-container { 
    display: grid; 
    grid-template-columns: repeat(5, 1fr); 
    gap: 35px; 
    align-items: start;
}

.footer-col h3 { 
    font-size: 14px; /* थोड़ा बेहतर विज़िबिलिटी के लिए 14px किया गया है */
    color: #111827; 
    margin-bottom: 16px; 
    font-weight: 700;
}

.footer-col ul { 
    list-style: none; 
    padding: 0;
    margin: 0;
}

.footer-col ul li { 
    margin-bottom: 10px; 
}

/* होवर इफ़ेक्ट को केवल टेक्स्ट लिंक पर लागू किया ताकि बुलेट या पूरा बॉक्स न हिले */
.footer-col ul li a { 
    text-decoration: none; 
    color: #6b7280; 
    font-size: 13px; 
    transition: all 0.3s ease; 
    display: inline-block; 
}

.footer-col ul li a:hover { 
    color: #0067b8; 
    transform: translateX(3px); /* Scale की जगह TranslateX ज़्यादा क्लीन लुक देता है */
}

.tm-sup { 
    font-family: "Segoe UI", Arial, sans-serif !important;
    font-size: 8px; 
    vertical-align: super; 
    margin-left: 2px; 
}

/* Footer Branding & Layout Fixes */
.footer-brand-box { 
    text-align: center; 
    display: flex; 
    flex-direction: column; 
    align-items: center; 
    justify-content: center;
}

.footer-brand-icon { 
    width: 45px; /* इमेज के अनुसार साइज थोड़ा बड़ा किया */
    margin-bottom: 8px; 
    animation: footerCorpLoop 5s infinite ease-in-out; 
}

.footer-brand-title { 
    font-family: 'Ethnocentric Rg', sans-serif !important; 
    font-size: 14px; 
    color: #0067b8; 
    margin-bottom: 5px; 
    animation: footerCorpLoop 5s infinite ease-in-out 0.2s; 
    white-space: nowrap; 
}

.footer-brand-tagline { 
    font-family: "Segoe UI", Arial, sans-serif !important; 
    font-size: 10px; 
    color: #555555; 
    text-transform: uppercase; 
    animation: footerCorpLoop 5s infinite ease-in-out 0.4s; 
    white-space: nowrap; 
}

.footer-brand-ceo { 
    font-family: "Segoe UI", Arial, sans-serif !important; 
    font-size: 9px; 
    color: #718096; 
    font-style: italic; 
    animation: footerCorpLoop 5s infinite ease-in-out 0.6s; 
    white-space: nowrap; 
    margin-top: 2px;
}

/* Loop Animation */
@keyframes footerCorpLoop {
    0% { opacity: 0; transform: translateY(6px); }
    10%, 90% { opacity: 1; transform: translateY(0); }
    100% { opacity: 0; transform: translateY(-4px); }
}

/* Footer Bottom Layout */
.footer-bottom { 
    margin-top: 40px; 
    padding-top: 18px; 
    border-top: 1px solid #d1d5db; 
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
}

.footer-social { 
    display: flex; 
    gap: 18px; 
}

.footer-social a { 
    color: #6b7280 !important; 
    font-size: 16px; 
    transition: all 0.3s ease; 
    display: inline-block;
}

.footer-social a:hover { 
    color: #0067b8 !important; 
    transform: translateY(-3px); 
}

.footer-links { 
    display: flex; 
    gap: 15px; 
    font-size: 13px; 
    color: #6b7280; 
    align-items: center;
}

.footer-links a { 
    color: #6b7280; 
    text-decoration: none; 
    transition: color 0.3s ease; 
}

.footer-links a:hover { 
    color: #0067b8; 
}

/* Responsive Fixes (Mobile & Tablets) */
@media(max-width: 1100px) { 
    .footer-container { grid-template-columns: repeat(3, 1fr); gap: 25px; } 
}
@media(max-width: 768px) { 
    .footer-container { grid-template-columns: repeat(2, 1fr); gap: 20px; } 
}
@media(max-width: 600px) { 
    .footer-container { grid-template-columns: 1fr; gap: 30px; text-align: center; } 
    .footer-brand-box { margin-top: 10px; }
    .footer-bottom { flex-direction: column; gap: 20px; text-align: center; }
    .footer-links { flex-direction: column; gap: 10px; }
}
 /* ==========================================================================
   1. GLOBAL STYLES & RESET (Enforcing Segoe UI & 12px Font Size)
   ========================================================================== */
/* Universal Layout Reset */
*{
    margin: 0; 
    padding: 0; 
    box-sizing: border-box; 
}

/* Core Document Typography & Background */
body{
    font-family: "Segoe UI", Segoe, Tahoma, Arial, sans-serif; 
    font-size: 12px; /* Sabhi normal text ki size yahan 12px par lock ho gayi */
    background: #f8fafc;
    color: #111827;
    overflow-x: hidden;
}
.sign-in-btn a{
    display:flex;
    align-items:center;
    gap:5px;
    padding:5px 10px;
    text-decoration:none;
    color:#0067b8;
    background:#fff;
    border:1px solid rgba(0,103,184,.12);
    border-radius:8px;
    font-size:11px;
    font-weight:600;
    transition:all .3s ease;
    box-shadow:0 1px 6px rgba(0,0,0,.04);
}

.sign-in-btn a i{
    width:20px;
    height:20px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#0067b8;
    color:#fff;
    border-radius:50%;
    font-size:8px;
}

.sign-in-btn a:hover{
    transform:translateY(-1px);
    box-shadow:0 4px 12px rgba(0,103,184,.15);
}
/* ==========================================================================
   

/* ==========================================================================
   3. DESKTOP HEADER & NAVIGATION (Fixed Link Shifting / Bold Issue)
   ========================================================================== */
.header {
    height: 60px;
    background: #eef3f8;
    border-bottom: 1px solid #d8e2ea;
    display: flex;
    align-items: center;
    padding: 0 24px;
    position: relative;
}

.logo img {
    height: 42px;
    width: auto;
    display: block;
}

.nav {
    display: flex;
    gap: 24px;
    margin-left: 25px;
}

.nav a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #262626;
    font-family: "Segoe UI", Segoe, Tahoma, Arial, sans-serif !important;
    font-size: 12px !important; /* 12px Fixed */
    font-weight: 400 !important; /* Font weight strictly locked to prevent bold layout shifting */
    padding: 18px 0;
    transition: color 0.2s ease; /* Scale transition removed to keep text stable */
    transform: none !important; /* Blocks any scaling glitches */
}

/* Hover, Active aur Focus states par text ka weight aur size bilkul same locked rahega */
.nav a:hover,
.nav a.active,
.nav a:focus {
    color: #0067b8 !important;
    font-weight: 400 !important; 
    transform: none !important; 
}

/* Underline Animation (Sirf bottom line smoothly stretch hogi, text nahi hilega) */
.nav a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 12px;
    width: 100%;
    height: 2px;
    background: #0067b8;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .2s ease;
}

.nav a:hover::after,
.nav a.active::after {
    transform: scaleX(1);
}

.right-menu {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 22px;
    position: relative;
    height: 100%; 
}

/* All Menu Trigger */
.all-menu {
    cursor: pointer;
    font-size: 12px; /* 12px Fixed */
    padding: 16px 8px;
    user-select: none;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: transform 0.2s ease, color 0.2s ease;
}

.all-menu:hover {
    color: #0067b8;
    transform: scale(1.05);
}

.all-menu::after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    transform: rotate(45deg);
    margin-top: -3px;
    transition: transform 0.2s ease;
}

.all-menu.active::after {
    transform: rotate(-135deg);
    margin-top: 3px;
}

/* Cart Container */
.cart-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.cart-svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: #0067b8;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform 0.2s ease;
}

.cart-container:hover .cart-svg {
    transform: scale(1.25);
}

.cart-container::after {
    content: "Shop Now";
    position: absolute;
    bottom: -32px;
    left: 50%;
    transform: translateX(-50%) scale(0.8);
    background: #0067b8;
    color: #fff;
    font-size: 12px; /* Tooltip text 12px */
    padding: 4px 8px;
    border-radius: 4px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.15s ease, transform 0.15s ease, visibility 0.15s ease;
    box-shadow: 0 2px 5px rgba(0,0,0,0.15);
    z-index: 10000;
}

.cart-container:hover::after {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) scale(1);
}

/* ==========================================================================
   4. DESKTOP MEGA MENU - STABILIZED & LOCKED
   ========================================================================== */
.mega-menu {
    display: none !important;
    position: absolute !important;
    top: 60px !important;
    right: 0 !important;
    width: 1200px !important;
    max-width: 95vw !important;
    background: #eef3f8 !important;
    padding: 25px !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 30px !important;
    border: 1px solid #d8e2ea !important;
    border-top: none !important;
    z-index: 9999 !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08) !important;
}

.mega-menu.show {
    display: grid !important;
}

.mega-column h4 {
    font-size: 12px !important;
    margin-bottom: 12px !important;
    color: #111 !important;
    border-bottom: 1px solid #d8e2ea !important;
    padding-bottom: 5px !important;
    font-weight: 700 !important;
}

.mega-column a {
    display: block !important;
    font-size: 12px !important;
    color: #444 !important;
    text-decoration: none !important;
    margin-bottom: 10px !important;
    transition: color 0.2s ease !important; /* Scale animation hata di taaki items na hile */
    transform: none !important;
}

.mega-column a:hover {
    color: #0067b8 !important;
    transform: none !important; /* Shifting khatam */
}

/* ==========================================================================
   5. CORPORATE BRANDING & ANIMATIONS (Kept Brand Font, Reset Rest to 12px)
   ========================================================================== */
.corporate-brand-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.corporate-brand-icon {
    width: 48px;
    height: 48px;
    object-fit: contain;
    margin-bottom: 8px;
    opacity: 0;
    transform: scale(0.9);
}

.corporate-brand-title {
    font-family: 'Ethnocentric Rg', sans-serif !important; /* Brand Font Kept */
    font-size: 14px; /* Title size kept for visibility */
    color: #0067b8;
    letter-spacing: 1.5px;
    font-weight: 600;
    margin-bottom: 5px;
    opacity: 0;
    white-space: nowrap;
    position: relative;
}

.corporate-brand-title span.tm-mark {
    font-family: "Segoe UI", Arial, sans-serif !important; /* Microsoft Font */
    font-size: 8px; /* TM mark font size kept */
    font-weight: bold;
    vertical-align: super;
    position: relative;
    top: -4px;
    margin-left: 2px;
    letter-spacing: 0;
    color: #0067b8;
}

.corporate-brand-tagline {
    font-family: "Segoe UI", Arial, sans-serif !important; /* Microsoft Font */
    font-size: 10px; /* Tagline size kept */
    color: #555555;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
    opacity: 0;
    text-transform: uppercase;
    white-space: nowrap;
}

.corporate-brand-ceo {
    font-family: "Segoe UI", Arial, sans-serif !important; /* Microsoft Font */
    font-size: 8px; 
    color: #718096;
    font-style: italic;
    opacity: 0;
    white-space: nowrap;
}

.mega-corner-branding-box {
    grid-column: 4;
    align-self: center;
    justify-self: center;
    position: relative;
    width: 100%;
    padding: 10px 0;
}

/* FadeInUp Looping Animation */
.mega-menu.show .corporate-brand-icon,
.mobile-menu.active .corporate-brand-icon { 
    animation: corpFadeInUp 5s infinite ease-in-out; 
}
.mega-menu.show .corporate-brand-title,
.mobile-menu.active .corporate-brand-title { 
    animation: corpFadeInUp 5s infinite ease-in-out 0.2s; 
}
.mega-menu.show .corporate-brand-tagline,
.mobile-menu.active .corporate-brand-tagline { 
    animation: corpFadeInUp 5s infinite ease-in-out 0.4s; 
}
.mega-menu.show .corporate-brand-ceo,
.mobile-menu.active .corporate-brand-ceo { 
    animation: corpFadeInUp 5s infinite ease-in-out 0.6s; 
}

@keyframes corpFadeInUp {
    0% { opacity: 0; transform: translateY(6px); }
    10%, 90% { opacity: 1; transform: translateY(0); }
    100% { opacity: 0; transform: translateY(-4px); }
}

/* ==========================================================================
   6. MOBILE HEADER & NAVIGATION
   ========================================================================== */
.mobile-header {
    display: none;
    height: 54px;
    background: #eef3f8;
    padding: 0 15px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #d8e2ea;
}

.mobile-left, .mobile-right {
    display: flex;
    gap: 15px;
    align-items: center;
}

.mobile-left i {
    font-size: 20px;
    cursor: pointer;
}

.mobile-shop-box {
    display: flex;
    align-items: center;
    gap: 6px;
    background: rgba(0, 103, 184, 0.1);
    padding: 6px 12px;
    border-radius: 20px;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.mobile-shop-box:active {
    transform: scale(0.95);
}

.mobile-shop-box .cart-svg {
    width: 18px;
    height: 18px;
}

.mobile-shop-box span {
    font-size: 12px; /* 12px Fixed */
    color: #0067b8;
    font-weight: 600;
}

/* Mobile Menu Slide Drawer */
.mobile-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 310px; 
    height: 100%;
    background: #f4f7fa;
    overflow-y: auto;
    transition: .3s ease;
    z-index: 9999;
    box-shadow: 2px 0 10px rgba(0,0,0,0.1);
}

.mobile-menu.active {
    left: 0;
}

.mobile-menu-top {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 20px 15px 15px 15px; 
    border-bottom: 1px solid #d8e2ea;
    background: #eef3f8;
}

.mobile-menu-top .corporate-brand-icon { width: 36px; height: 36px; margin-bottom: 6px; }
.mobile-menu-top .corporate-brand-title { font-size: 14px; letter-spacing: 1px; margin-bottom: 3px; white-space: nowrap; }
.mobile-menu-top .corporate-brand-title span.tm-mark { font-size: 8px; top: -3px; }
.mobile-menu-top .corporate-brand-tagline { font-size: 10px; letter-spacing: 0.3px; margin-bottom: 3px; white-space: nowrap; }
.mobile-menu-top .corporate-brand-ceo { font-size: 8px; white-space: nowrap; }

.mobile-menu-top .close-btn {
    position: absolute;
    top: 10px;
    right: 12px;
    font-size: 18px;
    cursor: pointer;
    color: #444;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-menu-body {
    padding: 10px 15px 30px 15px;
}

.mobile-link {
    display: block;
    padding: 13px 0;
    text-decoration: none;
    color: #111;
    font-size: 12px; /* 12px Fixed */
    border-bottom: 1px solid #e2e8f0;
}

.mobile-all {
    padding: 14px 0;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    color: #0067b8;
    font-size: 12px;
}

.mobile-all.hide { display: none; }
.mobile-all-content { display: none; }
.mobile-all-content.show { display: block; }

.back-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 0;
    font-weight: 600;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
    color: #444;
    margin-bottom: 10px;
    font-size: 12px;
}

.mobile-category-item { border-bottom: 1px solid #e2e8f0; }

.mobile-category-btn {
    padding: 14px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-weight: 600;
    color: #333;
    font-size: 12px;
}

.mobile-category-btn i { transition: transform 0.2s; }
.mobile-category-btn.open i { transform: rotate(180deg); }

.mobile-submenu {
    display: none;
    padding-left: 15px;
    background: #eef3f8;
}

.mobile-submenu.show { display: block; }

.mobile-submenu a {
    display: block;
    padding: 11px 0;
    text-decoration: none;
    font-size: 12px; /* 12px Fixed */
    color: #555;
}

/* ==========================================================================
   7. RESPONSIVE MEDIA QUERIES
   ========================================================================== */
@media(max-width: 991px) {
    .header { display: none; }
    .mobile-header { display: flex; }
}

@media(min-width: 992px) {
    .mobile-menu { display: none !important; }
}



/* ==========================================================================
   9. BACK TO TOP BUTTON CONFIGURATIONS
   ========================================================================== */
#backToTopBtn {
    display: none; /* Default hidden */
    position: fixed; 
    bottom: 30px; 
    right: 30px; 
    z-index: 9999;
    background: #ffffff;
    color: #2563eb;
    border: 2px solid #e2e8f0;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    cursor: pointer;
    padding: 0;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

#backToTopBtn:hover {
    background: #2563eb;
    color: #ffffff;
    border-color: #2563eb;
}

.btn-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    width: 100%;
    height: 100%;
}

.progress-ring {
    position: absolute;
    top: -2px;
    left: -2px;
    transform: rotate(-90deg);
}

.progress-ring__circle {
    transition: stroke-dashoffset 0.1s;
}
