/**
 * AdsRealTime.com 2026 - GALAXY REBORN MASTER
 * Version: 2.1.0 Optimized - [LOW GLARE EDITION]
 */

/* --- 1. CORE VARIABLES --- */
:root {
    --galaxy-dark: #0b0f19;
    --cyber-lime: #CCFF00;
    --electric-blue: #00D1FF;
    --neon-cyan: #4df3ff;
    --slate-gray: #475569; /* Muted for low glare */
    --footer-gray: #64748b;
    --pure-white: #FFFFFF;
}

/* --- 2. GLOBAL DARK FOUNDATION --- */
body, #mainWrapper, #headerWrapper, #logoWrapper, #contentMainWrapper, .centerColumn {
    background-color: var(--galaxy-dark) !important;
    color: var(--pure-white) !important;
    border: none !important;
}

body { font-family: 'Segoe UI', Roboto, Arial, sans-serif; font-size: 72.5%; line-height: 140%; margin: 0; }
.onerow-fluid { width: 95% !important; margin: auto; }

/* Typography & Links */
h1, h2, h3, .productName { color: var(--pure-white) !important; }
a { color: var(--electric-blue); text-decoration: none !important; transition: 0.3s; }
a:hover { color: var(--cyber-lime) !important; }

/* --- 3. LOGO & HEADER --- */
#logoWrapper {
    padding: 30px 0;
    text-align: center;
    background: radial-gradient(circle, #112240 0%, #0b0f19 70%);
}

#logo img {
    max-height: 120px; /* Adjusted for your 451x151 scale */
    filter: drop-shadow(0 0 10px rgba(0, 209, 255, 0.2)); /* Reduced glare */
    transition: 0.3s ease;
}

#logo img:hover {
    transform: scale(1.02);
    filter: drop-shadow(0 0 15px rgba(204, 255, 0, 0.4));
}

/* --- 4. NAVIGATION (HORIZONTAL) --- */
#navMainWrapper, #navCatTabsWrapper, #navEZPagesTop {
    background-color: #050c18 !important;
    border-bottom: 1px solid #1a2a6c;
}

#navMain ul, #navCatTabs ul, #navEZPagesTop ul {
    display: flex !important;
    justify-content: center !important;
    list-style: none !important;
    padding: 12px 0 !important;
    margin: 0 !important;
}

#navMain ul li, #navCatTabs ul li, #navEZPagesTop ul li { margin: 0 15px !important; }

#navMain ul li a, #navCatTabs ul li a, #navEZPagesTop ul li a {
    color: var(--neon-cyan) !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    font-size: 1.1em;
}

/* --- 5. THE BUTTONS --- */
.btn, .buy-button, #cartAdd input[type="submit"] {
    background-color: var(--cyber-lime) !important;
    color: #000 !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    border: none !important;
    padding: 12px 24px !important;
    border-radius: 4px;
    box-shadow: 0 4px 15px rgba(204, 255, 0, 0.2);
}

/* --- 6. FOOTER & WHITE-LABELING (LOW GLARE) --- */
#navSuppWrapper {
    background-color: #050c18 !important;
    border-top: 1px solid #1a2a6c;
    margin-top: 40px;
}

/* Specifically target the legal bar to remove Zen Cart and Glare */
#siteinfoLegal {
    background-color: #05070a !important;
    font-size: 0 !important; /* Hides original text */
    color: transparent !important;
    padding: 30px 0 !important;
    text-align: center !important;
    border-top: 1px solid #111827;
}

#siteinfoLegal a[href*="zen-cart.com"] { display: none !important; }

#siteinfoLegal::before {
    content: "Copyright © 2026 AdsRealTime.com. All Rights Reserved.";
    font-size: 12px !important;
    color: var(--slate-gray) !important; /* Muted gray */
    display: block;
    margin-bottom: 5px;
}

#siteinfoLegal a:not([href*="zen-cart.com"]) {
    font-size: 12px !important;
    color: var(--footer-gray) !important; /* Muted blue-gray */
}

/* Hide Unused Elements */
#indexDefaultHeading, .centerColumn h1, #bannerSix, #bannerFive { display: none !important; }
/* --- FOOTER LINKS: HORIZONTAL & CENTERED --- */
#navSuppWrapper {
    background-color: #050c18 !important;
    border-top: 1px solid #1a2a6c;
    padding: 20px 0 !important;
    width: 100% !important;
}

#navSupp ul {
    display: flex !important;
    flex-direction: row !important; /* Forces horizontal */
    flex-wrap: wrap !important;     /* Allows wrapping on mobile */
    justify-content: center !important; /* Centers them */
    align-items: center !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

#navSupp ul li {
    display: inline-block !important;
    margin: 5px 15px !important; /* Space between links */
}

#navSupp ul li a {
    color: #475569 !important; /* Muted Slate Gray to match low-glare */
    font-weight: 600 !important;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
    transition: 0.3s ease;
}

#navSupp ul li a:hover {
    color: #00D1FF !important; /* Electric Blue highlight on hover */
}
/* --- ADSREALTIME GALAXY THEME REFINEMENT --- */

/* 1. Darken the entire Header area */
#headerWrapper, #navMainWrapper, #logoWrapper, #navCatTabsWrapper {
    background-color: #0b0f19 !important;
    border: none !important;
}

/* 2. Style the Navigation Links to Neon Blue */
#navMain ul li a, #navCatTabs ul li a, #navEZPagesTop ul li a {
    color: #4df3ff !important;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.9em;
}

#navMain ul li a:hover, #navCatTabs ul li a:hover {
    color: #CCFF00 !important; /* Neon Lime highlight */
}

/* 3. Clean up the Category Tabs */
#navCatTabsWrapper {
    border-bottom: 1px solid #1a2a6c;
    margin-bottom: 10px;
}

/* 4. REMOVE "Powered by Zen Cart" & SEO Author Tag */
/* This hides the text visually without breaking the PHP */
.legalCopyright {
    font-size: 0; /* Hides all text in the div */
    color: transparent;
}

.legalCopyright a {
    display: none !important; /* Hides the links */
}

/* 5. RE-INSERT CLEAN COPYRIGHT ONLY */
.legalCopyright::before {
    content: "Copyright © 2026 AdsRealTime.com. All Rights Reserved.";
    font-size: 13px; /* Set desired font size */
    color: #64748b;
    visibility: visible;
    display: block;
    padding: 10px 0;
}

/* 6. Fix the logo container to prevent white flashes */
#logoWrapper {
    text-align: center;
    padding: 20px 0;
}