/* Roboto Serif Font */
@import url('https://fonts.googleapis.com/css2?family=Roboto+Serif:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Space+Grotesk:wght@500;600;700&display=swap');

/* Local display font for the home tagline (add font files under `assets/fonts/`) */
@font-face {
    font-family: 'Athler';
    src: url('../fonts/Athler-ExtraBold.woff2') format('woff2'),
         url('../fonts/Athler-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Athler';
    src: url('../fonts/Athler-Bold.woff2') format('woff2'),
         url('../fonts/Athler-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Light Theme with Blue Shades */
:root {
    --primary-blue: #008BFF;
    --secondary-blue: #1E96FF;
    --tertiary-blue: #003AFF;
    --accent-blue: #1EC9FF;
    --neon-blue: #2DE2FF;
    --neon-blue-2: #00A3FF;
    --white: #FFFFFF;
    --light-gray: #E9ECEF;
    --medium-gray: #ccd1d5;
    --dark-gray: #6C757D;
    --red-magenta: #E91E63;
    --text-dark: #212529;
    --text-muted: #6C757D;
    --price: #0055FF;
    --home-bg: #05060a;
    --home-panel: #0a0e19;
    --home-border: rgba(45, 226, 255, 0.18);
    --home-text: #eaf2ff;
    --home-muted: rgba(234, 242, 255, 0.72);
}

/* Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Add padding to the image with class img-fluid rounded */
.img-fluid.rounded {
    padding: 2px;
}

body {
    font-family: 'Roboto Serif', serif;
    background: var(--white);
    color: var(--text-dark);
    line-height: 1.6;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

/* =========================================================
   Home (Futuristic / Dark)
   ========================================================= */
body.home {
    background: radial-gradient(1200px 700px at 20% 10%, rgba(45, 226, 255, 0.12), transparent 60%),
        radial-gradient(900px 600px at 85% 20%, rgba(0, 163, 255, 0.12), transparent 55%),
        var(--home-bg);
    color: var(--home-text);
    font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

/* Neo theme across the site (all pages) */
body.neo {
    background: radial-gradient(1100px 650px at 18% 10%, rgba(45, 226, 255, 0.10), transparent 62%),
        radial-gradient(900px 600px at 86% 20%, rgba(0, 163, 255, 0.10), transparent 58%),
        var(--home-bg);
    color: var(--home-text);
    font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

body.neo p,
body.neo span,
body.neo div,
body.neo li,
body.neo td,
body.neo th {
    color: var(--home-text);
}

body.neo a {
    color: rgba(45, 226, 255, 0.92);
}

body.neo a:hover {
    color: var(--white);
    text-decoration: none;
}

body.neo h1,
body.neo h2,
body.neo h3,
body.neo h4,
body.neo h5,
body.neo h6 {
    color: rgba(234, 242, 255, 0.98);
    text-shadow: 0 0 22px rgba(45, 226, 255, 0.12);
}

body.home .home-shell {
    padding-left: clamp(14px, 3vw, 52px);
    padding-right: clamp(14px, 3vw, 52px);
}

body.neo .home-shell {
    padding-left: clamp(14px, 3vw, 52px);
    padding-right: clamp(14px, 3vw, 52px);
}

body.neo .home-shell > main {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

body.home p,
body.home span,
body.home div,
body.home li,
body.home td,
body.home th {
    color: var(--home-text);
}

body.home a {
    color: var(--neon-blue);
}

body.home a:hover {
    color: var(--white);
    text-decoration: none;
}

body.home h1,
body.home h2,
body.home h3,
body.home h4,
body.home h5,
body.home h6 {
    color: var(--white);
    text-shadow: 0 0 22px rgba(45, 226, 255, 0.15);
}

body.home .navbar {
    background: rgba(5, 6, 10, 0.55) !important;
    border-bottom: 1px solid rgba(45, 226, 255, 0.16);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.35);
}

body.neo .navbar {
    background: rgba(5, 6, 10, 0.55) !important;
    border-bottom: 1px solid rgba(45, 226, 255, 0.16);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.35);
}

body.neo .navbar .container {
    max-width: 1280px;
}

body.neo .navbar .navbar-collapse {
    gap: 14px;
}

body.neo .navbar .navbar-nav {
    align-items: center;
}

body.neo .navbar .navbar-nav.mx-auto {
    gap: 8px;
}

body.neo .navbar .navbar-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

body.neo .navbar .navbar-brand img {
    filter: drop-shadow(0 0 14px rgba(45, 226, 255, 0.18));
}

body.neo .navbar .nav-link {
    color: rgba(234, 242, 255, 0.74) !important;
    font-weight: 600;
    font-size: 0.95rem;
    padding: 10px 14px;
    border-radius: 999px;
}

body.neo .navbar .nav-link.active {
    color: var(--white) !important;
    background: rgba(45, 226, 255, 0.12);
    border: 1px solid rgba(45, 226, 255, 0.22);
    box-shadow: 0 0 18px rgba(45, 226, 255, 0.12);
}

body.neo .navbar .nav-pill {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.10);
}

body.neo .navbar .nav-pill:hover {
    background: rgba(45, 226, 255, 0.10);
    border-color: rgba(45, 226, 255, 0.28);
    transform: translateY(-1px);
}

body.home .navbar .navbar-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

body.home .navbar .navbar-brand img {
    filter: drop-shadow(0 0 14px rgba(45, 226, 255, 0.18));
}

body.home .navbar .nav-link {
    color: rgba(234, 242, 255, 0.74) !important;
    font-weight: 600;
    font-size: 0.95rem;
    padding: 10px 14px;
    border-radius: 999px;
}

body.home .navbar .nav-link.active {
    color: var(--white) !important;
    background: rgba(45, 226, 255, 0.12);
    border: 1px solid rgba(45, 226, 255, 0.22);
    box-shadow: 0 0 18px rgba(45, 226, 255, 0.12);
}

body.home .navbar .nav-pill {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.10);
}

body.home .navbar .nav-pill:hover {
    background: rgba(45, 226, 255, 0.10);
    border-color: rgba(45, 226, 255, 0.28);
    transform: translateY(-1px);
}

body.home .nav-link:hover {
    color: var(--neon-blue) !important;
}

body.home .card {
    background: linear-gradient(180deg, rgba(10, 14, 25, 0.95), rgba(10, 14, 25, 0.75));
    border-color: rgba(45, 226, 255, 0.16);
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.5);
}

body.neo .card {
    background: linear-gradient(180deg, rgba(10, 14, 25, 0.95), rgba(10, 14, 25, 0.75));
    border-color: rgba(45, 226, 255, 0.16);
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.5);
}

body.neo .card .card-title,
body.neo .card .card-text,
body.neo .card .card-header {
    color: var(--home-text);
}

body.neo .card:hover {
    border-color: rgba(45, 226, 255, 0.35);
    box-shadow: 0 18px 55px rgba(0, 0, 0, 0.6), 0 0 28px rgba(45, 226, 255, 0.10);
}

body.neo .text-muted {
    color: rgba(234, 242, 255, 0.62) !important;
}

body.neo .form-control,
body.neo .form-select {
    background: rgba(10, 14, 25, 0.75);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(234, 242, 255, 0.92);
}

body.neo .form-control::placeholder {
    color: rgba(234, 242, 255, 0.45);
}

body.neo .form-control:focus,
body.neo .form-select:focus {
    border-color: rgba(45, 226, 255, 0.45);
    box-shadow: 0 0 0 0.2rem rgba(45, 226, 255, 0.12);
}

body.neo .btn-secondary {
    background: rgba(255, 255, 255, 0.06);
    color: rgba(234, 242, 255, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.14);
}

body.neo .btn-secondary:hover {
    background: rgba(45, 226, 255, 0.10);
    border-color: rgba(45, 226, 255, 0.22);
    color: rgba(234, 242, 255, 0.98);
}

body.neo .address-section,
body.neo .price-display,
body.neo .mobile-search-filters,
body.neo .mobile-product-card {
    background: rgba(10, 14, 25, 0.78) !important;
    border-color: rgba(45, 226, 255, 0.16) !important;
    color: rgba(234, 242, 255, 0.92);
}

body.neo .add-address-btn {
    border-color: rgba(45, 226, 255, 0.38) !important;
    color: rgba(45, 226, 255, 0.92) !important;
}

body.neo .add-address-btn:hover {
    background: rgba(45, 226, 255, 0.14) !important;
    color: rgba(234, 242, 255, 0.98) !important;
}

body.neo .table {
    color: rgba(234, 242, 255, 0.92);
}

body.neo .table thead th {
    color: rgba(234, 242, 255, 0.78);
    border-bottom-color: rgba(255, 255, 255, 0.12);
}

body.neo .table td,
body.neo .table th {
    border-color: rgba(255, 255, 255, 0.10);
}

body.home .card .card-title,
body.home .card .card-text {
    color: var(--home-text);
}

body.home .card:hover {
    border-color: rgba(45, 226, 255, 0.35);
    box-shadow: 0 18px 55px rgba(0, 0, 0, 0.6), 0 0 28px rgba(45, 226, 255, 0.10);
}

body.home .price {
    color: var(--neon-blue);
}

body.home .btn-outline-light {
    border: 1px solid rgba(45, 226, 255, 0.28) !important;
    background: rgba(10, 14, 25, 0.35);
    color: var(--home-text) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

body.home .btn-outline-light:hover {
    background: rgba(45, 226, 255, 0.12);
    border-color: rgba(45, 226, 255, 0.55) !important;
    color: var(--white) !important;
    transform: translateY(-2px);
}

/* Screenshot-like home hero */
.neo-hero {
    position: relative;
    border-radius: 22px;
    border: 1px solid rgba(45, 226, 255, 0.14);
    background: linear-gradient(180deg, rgba(5, 6, 10, 0.82), rgba(5, 6, 10, 0.72));
    box-shadow: 0 22px 90px rgba(0, 0, 0, 0.65);
    overflow: hidden;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

.neo-hero__inner {
    position: relative;
    z-index: 2;
    padding: clamp(22px, 4.3vw, 64px);
}

.neo-hero__bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.neo-hero__grid {
    position: absolute;
    inset: 0;
    opacity: 0.38;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
    background-size: 88px 88px;
    filter: blur(0.1px);
    mask-image: radial-gradient(circle at 35% 30%, rgba(0,0,0,1), rgba(0,0,0,0) 70%);
}

.neo-hero__vignette {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(1100px 700px at 22% 30%, rgba(45, 226, 255, 0.14), transparent 58%),
        radial-gradient(900px 650px at 85% 40%, rgba(0, 163, 255, 0.14), transparent 62%),
        radial-gradient(900px 900px at 50% 50%, transparent 40%, rgba(0,0,0,0.75) 92%);
}

.neo-kicker {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: rgba(45, 226, 255, 0.85);
    letter-spacing: 0.22em;
    text-transform: uppercase;
    font-size: 0.78rem;
    font-family: 'Athler', 'Space Grotesk', 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    font-weight: 800;
}

.neo-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--neon-blue);
    box-shadow: 0 0 18px rgba(45, 226, 255, 0.55);
}

.neo-title {
    margin-top: 18px;
    font-family: 'Space Grotesk', 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 0.92;
    font-size: clamp(3.0rem, 5.2vw, 5.4rem);
    color: rgba(234, 242, 255, 0.98);
    text-shadow: 0 18px 60px rgba(0, 0, 0, 0.55);
}

.neo-title__neon {
    color: var(--neon-blue);
    text-shadow: 0 0 26px rgba(45, 226, 255, 0.28);
}

.neo-lead {
    margin-top: 18px;
    max-width: 58ch;
    color: rgba(234, 242, 255, 0.64);
    font-size: 1.02rem;
    font-weight: 500;
}

.neo-btn {
    border-radius: 999px;
    padding: 12px 20px;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.neo-btn--primary {
    color: #001114 !important;
    background: linear-gradient(180deg, rgba(45, 226, 255, 1), rgba(0, 163, 255, 0.92));
    box-shadow: 0 16px 45px rgba(0, 163, 255, 0.18), 0 0 28px rgba(45, 226, 255, 0.12);
}

.neo-btn--primary:hover {
    transform: translateY(-2px);
    color: #001114 !important;
}

.neo-btn--ghost {
    color: rgba(234, 242, 255, 0.86) !important;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
}

.neo-btn--ghost:hover {
    transform: translateY(-2px);
    background: rgba(45, 226, 255, 0.08);
    border-color: rgba(45, 226, 255, 0.22) !important;
    color: rgba(234, 242, 255, 0.96) !important;
}

.spec-panel {
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(10, 16, 28, 0.78), rgba(6, 10, 18, 0.72));
    border: 1px solid rgba(45, 226, 255, 0.14);
    box-shadow: 0 20px 70px rgba(0, 0, 0, 0.55);
    overflow: hidden;
    max-width: 520px;
    margin-left: auto;
}

.spec-panel__cube {
    position: relative;
    height: 240px;
    display: grid;
    place-items: center;
    background: radial-gradient(420px 240px at 50% 40%, rgba(45, 226, 255, 0.12), transparent 62%);
}

.spec-panel__cube::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(closest-side at 50% 55%, rgba(45, 226, 255, 0.10), transparent 68%);
    opacity: 0.9;
    pointer-events: none;
}

.spec-canvas {
    width: 100%;
    height: 100%;
    display: block;
}

.spec-panel__label {
    position: absolute;
    bottom: 14px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.72rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(234, 242, 255, 0.55);
}

.spec-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    padding: 18px;
}

.spec-card {
    border-radius: 16px;
    background: rgba(5, 6, 10, 0.45);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 14px 14px 12px;
    box-shadow: inset 0 0 0 1px rgba(45, 226, 255, 0.05);
    min-height: 78px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.spec-value {
    font-weight: 800;
    font-size: 1.25rem;
    color: rgba(45, 226, 255, 0.92);
}

.spec-name {
    margin-top: 2px;
    font-size: 0.82rem;
    color: rgba(234, 242, 255, 0.62);
}

.neo-strip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 18px;
    border-radius: 14px;
    border: 1px solid rgba(45, 226, 255, 0.10);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.18));
    overflow-x: auto;
    scrollbar-width: none;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.neo-strip::-webkit-scrollbar { display: none; }

.neo-strip__item {
    flex: 0 0 auto;
    font-size: 0.74rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(234, 242, 255, 0.62);
    font-weight: 700;
    white-space: nowrap;
}

.neo-strip__dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: rgba(45, 226, 255, 0.65);
    flex: 0 0 auto;
}

/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--primary-blue);
    font-weight: 600;
    margin-bottom: 1rem;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.75rem;
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1rem;
}

p,
span,
div,
li,
td,
th {
    color: var(--text-dark);
}

a {
    color: var(--secondary-blue);
    text-decoration: none;
    transition: all 0.3s ease;
}

a:hover {
    color: var(--primary-blue);
    text-decoration: underline;
}

/* Navbar */
.navbar {
    background: var(--primary-blue) !important;
    box-shadow: 0 2px 10px rgba(61, 30, 255, 0.2);
    padding: 1rem 0;
    display: none;
}

@media (min-width: 769px) {
    .navbar {
        display: block;
    }
}

.navbar-brand {
    color: var(--white) !important;
    font-weight: 700;
    font-size: 1.1rem;
}

.navbar-brand img {
    margin-right: 10px;
}

.nav-link {
    color: var(--white) !important;
    font-weight: 500;
    margin: 0 0.5rem;
    transition: all 0.3s ease;
}

.nav-link:hover {
    color: var(--accent-blue) !important;
    transform: translateY(-2px);
}

.navbar-toggler {
    border-color: var(--white);
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Buttons */
.btn {
    font-family: 'Roboto Serif', serif;
    font-weight: 500;
    border-radius: 8px;
    padding: 0.75rem 1.5rem;
    transition: all 0.3s ease;
    border: none;
}

.btn-primary {
    background: linear-gradient(135deg, var(--secondary-blue), var(--primary-blue));
    color: var(--white);
    box-shadow: 0 4px 15px rgba(30, 150, 255, 0.3);
}

.btn-primary:hover {
    background: linear-gradient(135deg, var(--primary-blue), var(--tertiary-blue));
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(30, 150, 255, 0.4);
    color: var(--white);
}

.btn-secondary {
    background: var(--medium-gray);
    color: var(--text-dark);
    border: 1px solid var(--dark-gray);
}

.btn-secondary:hover {
    background: var(--dark-gray);
    color: var(--white);
}

.btn-success {
    background: #28a745;
    color: var(--white);
}

.btn-danger {
    background: var(--red-magenta);
    color: var(--white);
}

.btn-warning {
    background: #ffc107;
    color: var(--text-dark);
}

.btn-info {
    background: var(--accent-blue);
    color: var(--white);
}

/* Gradient Buy Now Button */
.btn-gradient-success {
    background: linear-gradient(135deg, #28a745, #20c997);
    color: var(--white);
    border: none;
    font-weight: 500;
    border-radius: 8px;
    padding: 0.75rem 1.5rem;
    transition: all 0.3s ease;
    text-decoration: none !important;
}

.btn-gradient-success:hover {
    background: linear-gradient(135deg, #20c997, #17a2b8);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(40, 167, 69, 0.4);
    color: var(--white) !important;
    text-decoration: none !important;
}

.buy-now-btn {
    text-decoration: none !important;
}

.buy-now-btn:hover {
    text-decoration: none !important;
}

/* Product Card Clickable */
.product-card-clickable {
    cursor: pointer;
    transition: all 0.3s ease;
}

.product-card-clickable:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(30, 150, 255, 0.2);
}

/* Cards */
.card {
    background: var(--white);
    border: 1px solid var(--medium-gray);
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    overflow: hidden;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(30, 150, 255, 0.2);
    border-color: var(--secondary-blue);
}

.card-header {
    background: linear-gradient(135deg, var(--light-gray), var(--medium-gray));
    border-bottom: 1px solid var(--medium-gray);
    color: var(--text-dark);
    font-weight: 600;
}

/* Admin Card Headers - Neo Theme */
body.neo .card-header {
    background: linear-gradient(180deg, rgba(20, 25, 40, 0.9), rgba(15, 20, 35, 0.9));
    border-bottom: 1px solid rgba(45, 226, 255, 0.2);
    color: #2DE2FF;
    font-weight: 600;
}

body.neo .card-header h5,
body.neo .card-header h4,
body.neo .card-header h3 {
    color: #2DE2FF;
    margin: 0;
}

/* Admin Content Area - Neo Theme */
body.neo main {
    background: rgba(5, 6, 10, 0.4);
}

/* Admin Page Headers - Neo Theme */
body.neo .d-flex.justify-content-between.flex-wrap {
    border-bottom: 2px solid rgba(45, 226, 255, 0.2);
    padding-bottom: 1rem;
}

body.neo .h2,
body.neo main .d-flex h1 {
    color: #2DE2FF;
    text-shadow: 0 0 20px rgba(45, 226, 255, 0.2);
}

/* Admin Buttons - Neo Theme */
body.neo .btn-primary {
    background: linear-gradient(135deg, rgba(45, 226, 255, 0.3), rgba(0, 139, 255, 0.3));
    border: 1px solid rgba(45, 226, 255, 0.4);
    color: #2DE2FF;
}

body.neo .btn-primary:hover {
    background: linear-gradient(135deg, rgba(45, 226, 255, 0.5), rgba(0, 139, 255, 0.5));
    border-color: #2DE2FF;
    color: #e0e0ff;
}

body.neo .btn-danger {
    background: rgba(220, 53, 69, 0.3);
    border: 1px solid rgba(220, 53, 69, 0.6);
    color: #ff6b9d;
}

body.neo .btn-danger:hover {
    background: rgba(220, 53, 69, 0.5);
    border-color: #ff6b9d;
}

.card-body {
    padding: 1.5rem;
}

.card-title {
    color: var(--primary-blue);
    font-weight: 600;
}

.card-text {
    color: var(--text-muted);
}

/* Forms */
.form-control,
.form-select {
    background: var(--white);
    border: 2px solid var(--medium-gray);
    border-radius: 8px;
    color: var(--text-dark);
    padding: 0.5rem;
    transition: all 0.3s ease;
}

.form-control:focus,
.form-select:focus {
    background: var(--white);
    border-color: var(--secondary-blue);
    box-shadow: 0 0 0 0.2rem rgba(30, 150, 255, 0.25);
    color: var(--text-dark);
}

.form-control::placeholder {
    color: var(--text-muted);
}

.form-label {
    color: var(--text-dark);
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.form-text {
    color: var(--text-muted);
    font-size: 0.875rem;
}

/* Tables */
.table {
    background: var(--white);
    color: var(--text-dark);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

body.neo .table {
    background: rgba(10, 14, 25, 0.6);
    color: rgba(224, 224, 255, 0.9);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.3);
}

body.neo .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: rgba(45, 226, 255, 0.02);
}

body.neo .table-striped>tbody>tr:nth-of-type(even) {
    background-color: rgba(45, 226, 255, 0.05);
}

body.neo .table-striped>tbody>tr:hover {
    background-color: rgba(45, 226, 255, 0.08);
}

.table th {
    background: var(--light-gray);
    color: var(--primary-blue);
    font-weight: 600;
    border-color: var(--medium-gray);
}

.table td {
    border-color: var(--medium-gray);
    color: var(--text-dark);
}

.table-striped>tbody>tr:nth-of-type(odd)>td {
    background-color: var(--light-gray);
}

/* Alerts */
.alert {
    border: none;
    border-radius: 8px;
    padding: 1rem 1.5rem;
    margin-bottom: 1rem;
}

.alert-success {
    background: rgba(40, 167, 69, 0.1);
    color: #155724;
    border-left: 4px solid #28a745;
}

.alert-danger {
    background: rgba(233, 30, 99, 0.1);
    color: #721c24;
    border-left: 4px solid var(--red-magenta);
}

.alert-warning {
    background: rgba(255, 193, 7, 0.1);
    color: #856404;
    border-left: 4px solid #ffc107;
}

.alert-info {
    background: rgba(30, 201, 255, 0.1);
    color: #0c5460;
    border-left: 4px solid var(--accent-blue);
}

/* Alerts - Neo Theme */
body.neo .alert-success {
    background: rgba(40, 167, 69, 0.15);
    color: #5eead4;
    border-left: 4px solid #10b981;
}

body.neo .alert-danger {
    background: rgba(220, 53, 69, 0.15);
    color: #ff6b9d;
    border-left: 4px solid #dc3545;
}

body.neo .alert-warning {
    background: rgba(255, 193, 7, 0.15);
    color: #fbbf24;
    border-left: 4px solid #ffc107;
}

body.neo .alert-info {
    background: rgba(59, 130, 246, 0.15);
    color: #60a5fa;
    border-left: 4px solid #3b82f6;
}

/* Badges */
.badge {
    font-size: 0.75em;
    padding: 0.5em 0.75em;
    border-radius: 6px;
    font-weight: 500;
}

.bg-success {
    background-color: #28a745 !important;
}

.bg-danger {
    background-color: var(--red-magenta) !important;
}

.bg-warning {
    background-color: #ffc107 !important;
}

.bg-info {
    background-color: var(--accent-blue) !important;
}

.bg-primary {
    background-color: var(--primary-blue) !important;
}

.bg-secondary {
    background-color: var(--dark-gray) !important;
}

/* Footer */

/* Footer */
.footer .row {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}

@media (max-width: 768px) {
    .footer .row {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .footer .col-lg-3 {
        flex: 1 1 50%;
        text-align: left;
    }

    .footer .col-lg-3:nth-child(1) {
        flex: 1 1 100%;
        text-align: center;
        order: 1;
    }

    .footer .col-lg-3:nth-child(2),
    .footer .col-lg-3:nth-child(3) {
        order: 2;
        text-align: left;
    }

    .footer .col-lg-3:nth-child(4) {
        order: 3;
        text-align: right;
    }
}


.footer {
    background: #000000 !important;
    color: var(--white);
    padding: 0.1rem 0;
    margin-top: auto;
    border-top: 3px solid var(--primary-blue);
    font-size: 0.2rem;
    /* Smaller font size */
}

.footer h5 {
    color: var(--white);
    margin-bottom: 0.1rem;
    font-size: .9rem;
}

.footer p,
.footer a {
    color: #cccccc;
    margin-bottom: 0.1rem;
    font-size: 0.6rem;
}

.footer a:hover {
    color: var(--accent-blue);
}

.footer .logo {
    max-height: 20px;
    margin-bottom: 0.1rem;
}

/* Hero Section */
.hero {
    background: linear-gradient(135deg, var(--light-gray), var(--white));
    padding: 1rem 0;
    text-align: center;
    border-bottom: 1px solid var(--medium-gray);
}

.hero h1 {
    font-size: 2.5rem;
    margin-bottom: 1.5 rem;
    background: linear-gradient(135deg, var(--primary-blue), var(--secondary-blue));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero .lead {
    font-size: 1.25rem;
    color: var(--text-muted);
    margin-bottom: 1.5 rem;
}

/* Featured Products */
.featured-products {
    padding: 0.5 rem 0;
}

.featured-products .card-img-top {
    height: 200px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.featured-products .card:hover .card-img-top {
    transform: scale(1.05);
}

.price {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--price);
}

/* Color Selection */
.color-selection {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

.color-option-label {
    cursor: pointer;
    display: inline-block;
}

.color-option {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 3px solid var(--medium-gray);
    transition: all 0.3s ease;
    display: block;
    cursor: pointer;
}

.color-option:hover {
    border-color: var(--secondary-blue);
    transform: scale(1.1);
}

.color-option.selected {
    border-color: var(--primary-blue);
    box-shadow: 0 0 0 3px rgba(61, 30, 255, 0.3);
    transform: scale(1.1);
}

/* Specification Cards */
.specification-card {
    background: var(--white);
    border: 2px solid var(--medium-gray);
    border-radius: 12px;
    padding: 2rem;
    margin-bottom: 2rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.specification-card h4 {
    color: var(--primary-blue);
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid var(--light-gray);
}

/* Order Cards */
.order-card {
    background: var(--white);
    border: 1px solid var(--medium-gray);
    border-radius: 12px;
    margin-bottom: 2rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.order-card .card-header {
    background: linear-gradient(135deg, var(--light-gray), var(--medium-gray));
    border-bottom: 1px solid var(--medium-gray);
    padding: 1rem 1.5rem;
}

/* Status Badges */
.status-badge {
    font-size: 0.8em;
    padding: 0.4rem 0.8rem;
    border-radius: 20px;
    font-weight: 500;
}

/* Color Preview */
.color-preview {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-block;
    border: 2px solid var(--medium-gray);
    margin-right: 8px;
    vertical-align: middle;
}

/* Range Slider */
.form-range {
    background: transparent;
    height: 6px;
}

.form-range::-webkit-slider-track {
    background: var(--medium-gray);
    border-radius: 3px;
    height: 6px;
}

.form-range::-webkit-slider-thumb {
    background: var(--primary-blue);
    border: none;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    box-shadow: 0 2px 6px rgba(61, 30, 255, 0.3);
}

.form-range::-moz-range-track {
    background: var(--medium-gray);
    border-radius: 3px;
    height: 6px;
}

.form-range::-moz-range-thumb {
    background: var(--primary-blue);
    border: none;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    box-shadow: 0 2px 6px rgba(61, 30, 255, 0.3);
}

/* Admin Sidebar */
.sidebar {
    background: var(--white);
    border-right: 2px solid var(--medium-gray);
    min-height: calc(100vh - 76px);
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
}

.sidebar .nav-link {
    color: var(--text-dark) !important;
    padding: 1rem 1.5rem;
    border-radius: 8px;
    margin: 0.25rem 1rem;
    transition: all 0.3s ease;
    font-weight: 500;
}

.sidebar .nav-link:hover,
.sidebar .nav-link.active {
    background: linear-gradient(135deg, var(--secondary-blue), var(--primary-blue));
    color: var(--white) !important;
    transform: translateX(5px);
}

/* Admin Sidebar - Neo Theme */
body.neo .sidebar {
    background: linear-gradient(180deg, rgba(10, 14, 25, 0.95), rgba(10, 14, 25, 0.75));
    border-right: 2px solid rgba(45, 226, 255, 0.2);
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.4);
}

body.neo .sidebar .nav-link {
    color: rgba(224, 224, 255, 0.8) !important;
}

body.neo .sidebar .nav-link:hover,
body.neo .sidebar .nav-link.active {
    background: linear-gradient(135deg, rgba(45, 226, 255, 0.15), rgba(0, 139, 255, 0.15));
    color: #2DE2FF !important;
    border-left: 3px solid #2DE2FF;
    padding-left: calc(1.5rem - 3px);
}

/* Admin Navbar - Neo Theme */
body.neo .navbar {
    background: linear-gradient(180deg, rgba(10, 14, 25, 0.95), rgba(10, 14, 25, 0.75));
    border-bottom: 1px solid rgba(45, 226, 255, 0.2);
}

body.neo .navbar .navbar-brand {
    color: #2DE2FF !important;
    font-weight: 600;
}

body.neo .navbar .nav-link {
    color: rgba(224, 224, 255, 0.8) !important;
    transition: color 0.3s ease;
}

body.neo .navbar .nav-link:hover {
    color: #2DE2FF !important;
}

/* Admin Tables and Forms - Neo Theme */
body.neo table {
    color: rgba(224, 224, 255, 0.9);
}

body.neo table thead {
    border-bottom: 2px solid rgba(45, 226, 255, 0.3);
}

body.neo table thead th {
    color: #2DE2FF;
    font-weight: 600;
    border-color: rgba(45, 226, 255, 0.2);
}

body.neo table tbody tr {
    border-color: rgba(45, 226, 255, 0.1);
}

body.neo table tbody tr:hover {
    background: rgba(45, 226, 255, 0.05);
}

body.neo table tbody td {
    border-color: rgba(45, 226, 255, 0.1);
}

/* Admin Modal - Neo Theme */
body.neo .modal-content {
    background: linear-gradient(180deg, rgba(10, 14, 25, 0.95), rgba(10, 14, 25, 0.75));
    border: 1px solid rgba(45, 226, 255, 0.2);
}

body.neo .modal-header {
    border-bottom: 1px solid rgba(45, 226, 255, 0.2);
}

body.neo .modal-header .btn-close {
    filter: invert(1) brightness(1.3);
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .desktop-only {
        display: none !important;
    }

    .mobile-only {
        display: block !important;
    }

    .navbar.mobile-only {
        display: flex !important;
    }

    .navbar.desktop-only {
        display: none !important;
    }

    .product-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .mobile-bottom-nav {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: var(--white);
        border-top: 1px solid var(--medium-gray);
        display: flex;
        justify-content: space-around;
        padding: 0.5rem 0;
        z-index: 1000;
    }

    body.home .mobile-bottom-nav {
        background: rgba(5, 6, 10, 0.82);
        border-top: 1px solid rgba(45, 226, 255, 0.18);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }

    body.neo .mobile-bottom-nav {
        background: rgba(5, 6, 10, 0.82);
        border-top: 1px solid rgba(45, 226, 255, 0.18);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }

    .mobile-bottom-nav a {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-decoration: none;
        color: var(--text-dark);
        font-size: 0.8rem;
        padding: 0.5rem;
    }

    body.home .mobile-bottom-nav a {
        color: rgba(234, 242, 255, 0.82);
    }

    body.neo .mobile-bottom-nav a {
        color: rgba(234, 242, 255, 0.82);
    }

    .mobile-bottom-nav a i {
        font-size: 1.2rem;
        margin-bottom: 0.2rem;
    }

    .mobile-bottom-nav a.active {
        color: var(--primary-blue);
    }

    body.home .mobile-bottom-nav a.active {
        color: var(--neon-blue);
    }

    .mobile-search-filters {
        background: var(--light-gray);
        padding: 1rem;
        display: none;
    }

    .mobile-search-filters.show {
        display: block;
    }

    .mobile-product-card {
        display: flex;
        padding: 0.5rem;
        border: 1px solid var(--medium-gray);
        border-radius: 8px;
        margin-bottom: 1rem;
        background: var(--white);
    }

    .mobile-product-card .product-image {
        width: 35%;
        padding: 2px;
    }

    .mobile-product-card .product-image img {
        width: 100%;
        height: auto;
        border-radius: 4px;
    }

    .mobile-product-card .product-info {
        flex: 1;
        padding-left: 1rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .mobile-product-card .product-name {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 0.2rem;
        color: var(--text-dark);
    }

    .mobile-product-card .product-category {
        font-size: 10px;
        color: var(--text-muted);
        margin-bottom: 0.2rem;
    }

    .mobile-product-card .product-price {
        font-size: 16px;
        font-weight: 700;
        color: var(--price);
    }

    body {
        overflow-x: hidden;
        margin: 0;
        padding: 0;
        padding-bottom: 60px;
        /* Space for bottom nav */
    }

    body.neo .mobile-bottom-nav a.active {
        color: var(--neon-blue);
    }
}

@media (min-width: 769px) {
    .desktop-only {
        display: block !important;
    }

    .mobile-only {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .container {
        padding-left: 10px;
        padding-right: 10px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .navbar .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .hero h1 {
        font-size: 2.5rem;
    }

    .hero .lead {
        font-size: 1.1rem;
    }

    .specification-card {
        padding: 1.5rem;
    }

    .color-option {
        width: 35px;
        height: 35px;
    }

    .sidebar {
        min-height: auto;
    }

    .navbar-collapse {
        background: var(--primary-blue);
        margin-top: 1rem;
        border-radius: 8px;
        padding: 1rem;
    }

    .table-responsive {
        font-size: 0.875rem;
        overflow-x: auto;
    }

    .card {
        margin-bottom: 1rem;
    }

    .product-grid {
        grid-template-columns: repeat(2, 1fr);
        /* Changed from 1fr */
        gap: 1rem;
    }

    .desktop-header {
        display: none;
    }

    .mobile-header {
        display: flex;
    }

    .specification-card {
        padding: 1rem;
        margin-bottom: 1rem;
    }

    .color-selection {
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .admin-sidebar {
        position: fixed;
        top: 0;
        left: -250px;
        width: 250px;
        height: 100vh;
        transition: left 0.3s ease;
        z-index: 1000;
    }

    .admin-sidebar.show {
        left: 0;
    }
}

@media (max-width: 576px) {
    .product-grid .card-text {
        display: none;
        /* Add this line to hide the description on mobile */
    }

    .product-grid {
        grid-template-columns: 1fr;
    }

    .container {
        padding-left: 0px;
        padding-right: 0px;
    }

    .navbar {
        padding: 0.5rem 0;
    }

    .navbar .container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .hero {
        padding: 0;
    }

    .hero h1 {
        font-size: 2rem;
    }

    .specification-card {
        padding: 0rem;
    }

    .btn {
        padding: 0.5rem 1rem;
        font-size: 0.9rem;
    }

    .color-selection {
        justify-content: center;
    }

    .navbar-brand {
        font-size: 1.0rem;
    }

    .nav-link {
        font-size: 0.9rem;
    }

    .navbar-brand img {
        height: 30px;
    }

    .form-control,
    .form-select {
        font-size: 12px;
        /* Prevents zoom on iOS */
    }

    .table-responsive {
        font-size: 0.8rem;
    }

    .card-body {
        padding: 1rem;
    }

    /* Fix mobile viewport issues */
    html {
        overflow-x: hidden;
    }

    body {
        width: 100vw;
        overflow-x: hidden;
    }

    .row {
        margin: 0;
        margin-right: 0;
    }

    .col,
    .col-* {
        padding-left: 5px;
        padding-right: 5px;
    }
}

/* Search and Filter Styles */


.search-filter-section {
    background: var(--light-gray);
    padding: 1.5rem 0;
    margin-bottom: 2rem;
    border-radius: 8px;
}

.search-input {
    border-radius: 25px;
    padding: 0.75rem 1.5rem;
    border: 2px solid var(--medium-gray);
}

.search-input:focus {
    border-color: var(--secondary-blue);
    box-shadow: 0 0 0 0.2rem rgba(30, 150, 255, 0.25);
}

/* Neo overrides for Products filters/search (removes the light bar) */
body.neo .search-filter-section {
    background: rgba(10, 14, 25, 0.78);
    border: 1px solid rgba(45, 226, 255, 0.14);
    padding: 16px 16px;
    margin-bottom: 22px;
    border-radius: 16px;
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.35);
}

body.neo .search-input {
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.12);
}

body.neo .search-input:focus {
    border-color: rgba(45, 226, 255, 0.45);
    box-shadow: 0 0 0 0.2rem rgba(45, 226, 255, 0.12);
}

body.neo .filter-select {
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.12);
}

body.neo .mobile-search-header {
    background: rgba(5, 6, 10, 0.72);
    border: 1px solid rgba(45, 226, 255, 0.14);
    border-radius: 16px;
    padding: 10px 10px;
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.35);
}

body.neo .mobile-search-header .btn {
    border-radius: 999px;
}

body.neo .mobile-product-card .product-name {
    color: rgba(234, 242, 255, 0.92) !important;
    font-weight: 700;
}

/* Auth (Login/Register) */
body.neo .auth-shell {
    max-width: 560px;
    margin: 40px auto 0;
    padding: 0 12px;
}

body.neo .auth-card {
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(10, 14, 25, 0.92), rgba(10, 14, 25, 0.75));
    border: 1px solid rgba(45, 226, 255, 0.16);
    box-shadow: 0 22px 90px rgba(0, 0, 0, 0.55);
    padding: 28px 22px;
}

body.neo .auth-card .text-muted {
    color: rgba(234, 242, 255, 0.62) !important;
}

/* Product Image Gallery */
.product-image-gallery {
    position: relative;
}

.product-image-main {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 8px;
    transition: opacity 0.1s ease-in-out;
    /* Added for fade effect */
}

.product-image-thumbnails {
    display: flex;
    gap: 10px;
    margin-top: 15px;
    overflow-x: auto;
}

.product-image-thumb {
    width: 80px;
    height: 8-px;
    object-fit: contain;
    border-radius: 4px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.product-image-thumb:hover,
.product-image-thumb.active {
    border-color: var(--secondary-blue);
}

/* Loading Animation */
.loading {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 3px solid var(--medium-gray);
    border-radius: 50%;
    border-top-color: var(--primary-blue);
    animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* Utility Classes */
.text-primary {
    color: var(--primary-blue) !important;
}

.text-secondary {
    color: var(--secondary-blue) !important;
}

.text-muted {
    color: var(--text-muted) !important;
}

.bg-light {
    background-color: var(--light-gray) !important;
}

.border-primary {
    border-color: var(--primary-blue) !important;
}

/* Featured Badge */
.featured-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: var(--red-magenta);
    color: var(--white);
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 600;
    z-index: 10;
}

/* Product Grid */
.product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

/* Force 3-column grid on desktop */
@media (min-width: 769px) {
    .product-grid {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 1.5rem !important;
    }
}

@media (max-width: 768px) {
    .product-grid {
        grid-template-columns: 1fr;
    }
}

.product-grid .card-img-top {
    height: 300px;
    object-fit: cover;
    transition: opacity 0.1s ease-in-out;
    /* Added for fade effect */
}

/* Address Section */
.address-section {
    background: var(--light-gray);
    border: 2px solid var(--medium-gray);
    border-radius: 8px;
    padding: 1rem;
    margin-bottom: 1rem;
}

.add-address-btn {
    border: 2px dashed var(--secondary-blue);
    background: transparent;
    color: var(--secondary-blue);
    padding: 1rem;
    border-radius: 8px;
    width: 100%;
    transition: all 0.3s ease;
}

.add-address-btn:hover {
    background: var(--secondary-blue);
    color: var(--white);
}

/* Price Display */
.price-display {
    background: var(--light-gray);
    border: 2px solid var(--medium-gray);
    border-radius: 8px;
    padding: 1rem;
    text-align: center;
}

.price-note {
    color: var(--red-magenta);
    font-weight: 600;
    font-style: italic;
}

/* Home hero spacing tweaks for mobile */
@media (max-width: 768px) {
    .neo-hero {
        margin-top: 0 !important;
        padding-top: 0 !important;
        margin-bottom: 5px !important;
        /* exact 5px gap below hero */
    }

    .neo-hero__inner {
        padding: 20px 18px;
    }

    .neo-title {
        font-size: clamp(2.4rem, 10vw, 3.4rem);
        line-height: 0.98;
    }

    .spec-panel {
        max-width: 100%;
    }

    .neo-strip {
        justify-content: flex-start;
        gap: 10px;
        padding: 10px 12px;
    }

    .featured-products {
        padding-top: 0 !important;
        /* remove extra space above featured section */
    }
}

/* ========================================
   Admin Dashboard Dark Theme Overrides
   ======================================== */

/* Dashboard cards - replace Bootstrap colors with neo dark theme */
body.neo .card {
    background: linear-gradient(180deg, rgba(10, 14, 25, 0.9), rgba(10, 14, 25, 0.75));
    border: 1px solid rgba(45, 226, 255, 0.15);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

body.neo .card.bg-primary,
body.neo .card.bg-success,
body.neo .card.bg-warning,
body.neo .card.bg-danger,
body.neo .card.bg-info {
    background: linear-gradient(135deg, rgba(45, 100, 255, 0.15), rgba(0, 139, 255, 0.1)) !important;
    border: 1px solid rgba(45, 226, 255, 0.2) !important;
}

body.neo .card-body {
    color: rgba(234, 242, 255, 0.9);
}

body.neo .card-title {
    color: rgba(234, 242, 255, 0.95);
    font-weight: 600;
}

body.neo .card-text {
    color: rgba(234, 242, 255, 0.75);
}

/* Admin dashboard stat cards */
body.neo .stat-card {
    background: linear-gradient(135deg, rgba(10, 14, 25, 0.95), rgba(20, 30, 50, 0.85));
    border: 1px solid rgba(45, 226, 255, 0.15);
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

body.neo .stat-card h5 {
    color: rgba(45, 226, 255, 0.9);
    font-weight: 600;
    margin-bottom: 0.5rem;
}

body.neo .stat-card .number {
    color: rgba(234, 242, 255, 0.95);
    font-size: 1.8rem;
    font-weight: 700;
}

/* Bulk discount form styling */
body.neo .discount-form {
    background: linear-gradient(180deg, rgba(10, 14, 25, 0.95), rgba(10, 14, 25, 0.75));
    border: 1px solid rgba(45, 226, 255, 0.15);
    border-radius: 12px;
    padding: 1.5rem;
}

body.neo .discount-form .form-label {
    color: rgba(234, 242, 255, 0.9);
    font-weight: 500;
}

body.neo .discount-form .form-control,
body.neo .discount-form .form-select {
    background: rgba(5, 10, 20, 0.7);
    border: 1px solid rgba(45, 226, 255, 0.2);
    color: rgba(234, 242, 255, 0.9);
}

body.neo .discount-form .form-control:focus,
body.neo .discount-form .form-select:focus {
    background: rgba(5, 10, 20, 0.9);
    border-color: rgba(45, 226, 255, 0.5);
    color: rgba(234, 242, 255, 0.95);
    box-shadow: 0 0 0 0.2rem rgba(45, 226, 255, 0.15);
}

body.neo .discount-form .form-control::placeholder {
    color: rgba(234, 242, 255, 0.4);
}

/* Discount table dark theme */
body.neo .discount-table {
    background: linear-gradient(180deg, rgba(10, 14, 25, 0.95), rgba(10, 14, 25, 0.85));
}

body.neo .discount-table table {
    color: rgba(234, 242, 255, 0.9);
}

body.neo .discount-table thead th {
    background: linear-gradient(90deg, rgba(20, 30, 60, 0.8), rgba(15, 25, 50, 0.8));
    border-bottom: 2px solid rgba(45, 226, 255, 0.2);
    color: rgba(45, 226, 255, 0.95);
    font-weight: 600;
    padding: 0.75rem;
}

body.neo .discount-table tbody tr {
    border-bottom: 1px solid rgba(45, 226, 255, 0.1);
    background: rgba(10, 14, 25, 0.6);
}

body.neo .discount-table tbody tr:hover {
    background: rgba(45, 100, 255, 0.08);
}

body.neo .discount-table tbody td {
    padding: 0.75rem;
    color: rgba(234, 242, 255, 0.85);
}

/* Admin settings card */
body.neo .settings-card {
    background: linear-gradient(180deg, rgba(10, 14, 25, 0.95), rgba(10, 14, 25, 0.75));
    border: 1px solid rgba(45, 226, 255, 0.15);
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

body.neo .settings-card .card-body {
    color: rgba(234, 242, 255, 0.9);
}

/* Custom order page full dark theme */
body.neo .custom-order-container {
    background: linear-gradient(135deg, #0f0f1a 0%, #1a1a2e 100%);
    min-height: 100vh;
}

body.neo .custom-order-card {
    background: linear-gradient(180deg, rgba(10, 14, 25, 0.95), rgba(10, 14, 25, 0.75));
    border: 1px solid rgba(45, 226, 255, 0.15);
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
}

body.neo .custom-order-card .form-label {
    color: rgba(234, 242, 255, 0.9);
    font-weight: 500;
}

body.neo .custom-order-card .form-control,
body.neo .custom-order-card .form-select,
body.neo .custom-order-card textarea {
    background: rgba(5, 10, 20, 0.7);
    border: 1px solid rgba(45, 226, 255, 0.2);
    color: rgba(234, 242, 255, 0.9);
    border-radius: 8px;
}

body.neo .custom-order-card .form-control:focus,
body.neo .custom-order-card .form-select:focus,
body.neo .custom-order-card textarea:focus {
    background: rgba(5, 10, 20, 0.9);
    border-color: rgba(45, 226, 255, 0.5);
    color: rgba(234, 242, 255, 0.95);
    box-shadow: 0 0 0 0.2rem rgba(45, 226, 255, 0.15);
}

body.neo .custom-order-card h3 {
    color: rgba(45, 226, 255, 0.95);
    font-weight: 600;
    border-bottom: 2px solid rgba(45, 226, 255, 0.2);
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
}

body.neo .custom-order-card h5 {
    color: rgba(234, 242, 255, 0.9);
    font-weight: 600;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}

body.neo .specification-card {
    background: rgba(5, 10, 20, 0.6);
    border: 1px solid rgba(45, 226, 255, 0.15);
    border-radius: 8px;
}

body.neo .specification-card label {
    color: rgba(234, 242, 255, 0.85);
}

/* Button styling for admin pages */
body.neo .btn-primary {
    background: linear-gradient(135deg, rgba(45, 226, 255, 0.3), rgba(0, 139, 255, 0.3));
    border: 1px solid rgba(45, 226, 255, 0.4);
    color: rgba(45, 226, 255, 0.95);
}

body.neo .btn-primary:hover {
    background: linear-gradient(135deg, rgba(45, 226, 255, 0.5), rgba(0, 139, 255, 0.5));
    border-color: rgba(45, 226, 255, 0.6);
    color: #2DE2FF;
}

body.neo .btn-danger {
    background: rgba(220, 53, 69, 0.3);
    border: 1px solid rgba(220, 53, 69, 0.5);
    color: rgba(255, 150, 150, 0.9);
}

body.neo .btn-danger:hover {
    background: rgba(220, 53, 69, 0.5);
    border-color: rgba(220, 53, 69, 0.7);
    color: #ff9999;
}

/* Admin page body background */
body.neo.admin {
    background: linear-gradient(135deg, #050610 0%, #0f0f1a 50%, #1a1a2e 100%);
    color: rgba(234, 242, 255, 0.9);
}

body.neo h2 {
    color: rgba(45, 226, 255, 0.95);
    font-weight: 600;
    border-bottom: 2px solid rgba(45, 226, 255, 0.15);
    padding-bottom: 0.75rem;
    margin-bottom: 1.5rem;
}

body.neo h5 {
    color: rgba(234, 242, 255, 0.9);
}

/* Badge styling for admin */
body.neo .badge {
    background: rgba(45, 226, 255, 0.2);
    color: rgba(45, 226, 255, 0.95);
}

body.neo .badge.bg-success {
    background: rgba(40, 167, 69, 0.25) !important;
    color: rgba(100, 200, 100, 0.95) !important;
}

body.neo .badge.bg-danger {
    background: rgba(220, 53, 69, 0.25) !important;
    color: rgba(255, 150, 150, 0.95) !important;
}

body.neo .badge.bg-warning {
    background: rgba(255, 193, 7, 0.25) !important;
    color: rgba(255, 200, 100, 0.95) !important;
}

body.neo .badge.bg-info {
    background: rgba(23, 162, 184, 0.25) !important;
    color: rgba(100, 200, 255, 0.95) !important;
}
