NITRO PCs 🇬🇩 GD
💼

Enterprise & Business Solutions

Nitro PCs Grenada • Grand Anse Lab

Empowering businesses, architectural studios, 3D artists, and government offices across Grenada with high-reliability computing.

CAD & 3D Render High-core-count workstations, NVIDIA RTX GPUs, and NVMe RAID storage.
Office Fleets Turnkey office desktop deployments, multi-display setups, and local IT maintenance.
🚚 Free delivery and on-site setup available within St. George!
/* ===== NITRO PCS GRENADA — CUSTOM HEADER STYLES (paste into Additional CSS) ===== */ .nitro-header { position: fixed; top: 10px; left: 0; right: 0; z-index: 9999; display: flex; flex-direction: column; align-items: center; padding: 0 8px; pointer-events: none; } .nitro-navbar { pointer-events: auto; width: 100%; max-width: 1024px; border-radius: 999px; border: 1px solid rgba(255,255,255,0.15); background: rgba(2,6,23,0.65); box-shadow: 0 8px 25px rgba(0,0,0,0.25); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); padding: 8px 14px; display: flex; align-items: center; justify-content: space-between; gap: 8px; font-family: inherit; } /* Left */ .nitro-left { display: flex; align-items: center; gap: 8px; flex-shrink: 0; } .nitro-brand { display: flex; align-items: center; gap: 6px; text-decoration: none; } .nitro-logo { height: 32px; width: 32px; border-radius: 999px; background: linear-gradient(to top right, #9333ea, #d946ef, #fbbf24); padding: 2px; display: flex; align-items: center; justify-content: center; transition: box-shadow .2s; } .nitro-brand:hover .nitro-logo { box-shadow: 0 0 12px rgba(168,85,247,0.5); } .nitro-logo-inner { height: 100%; width: 100%; border-radius: 999px; background: #020617; display: flex; align-items: center; justify-content: center; font-weight: 900; font-size: 14px; background: -webkit-linear-gradient(#020617,#020617); color: #d8b4fe; } .nitro-logo-inner { background: #020617; background-clip: padding-box; } .nitro-brand-text { color: #fff; font-weight: 900; font-size: 13px; text-transform: uppercase; letter-spacing: -0.02em; white-space: nowrap; } .nitro-brand-text .accent { color: #c084fc; } .nitro-flag { display: flex; align-items: center; gap: 4px; border-radius: 999px; border: 1px solid rgba(255,255,255,0.2); background: rgba(255,255,255,0.1); padding: 3px 10px; color: #fff; font-size: 12px; backdrop-filter: blur(6px); } .flag-code { font-size: 10px; font-weight: 900; letter-spacing: 0.05em; color: #e2e8f0; display: none; } /* Desktop nav */ .nitro-nav-desktop { display: none; align-items: center; gap: 4px; } .nitro-nav-btn { border-radius: 999px; padding: 6px 12px; font-size: 12px; font-weight: 600; color: #cbd5e1; background: transparent; border: none; cursor: pointer; transition: all .15s; display: inline-flex; align-items: center; gap: 6px; } .nitro-nav-btn:hover { color: #fff; background: rgba(255,255,255,0.1); } .nitro-nav-btn.active { background: #fff; color: #020617; box-shadow: 0 1px 2px rgba(0,0,0,0.1); } .nitro-builder-btn { color: #e9d5ff; } .nitro-builder-btn.active { background: #9333ea; color: #fff; box-shadow: 0 0 14px rgba(168,85,247,0.5); border: 1px solid rgba(192,132,252,0.4); } .dot { height: 6px; width: 6px; border-radius: 999px; display: inline-block; animation: nitro-pulse 1.5s infinite; } .dot-purple { background: #d8b4fe; } .dot-green { background: #34d399; } @keyframes nitro-pulse { 0%,100% { opacity: 1; } 50% { opacity: .4; } } /* Right */ .nitro-right { display: flex; align-items: center; gap: 6px; flex-shrink: 0; } .nitro-whatsapp-btn { display: inline-flex; align-items: center; gap: 6px; border-radius: 999px; padding: 6px 14px; font-size: 12px; font-weight: 700; color: #fff; border: 1px solid rgba(192,132,252,0.4); cursor: pointer; background: linear-gradient(to right, #9333ea, #c026d3, #7e22ce); box-shadow: 0 0 16px rgba(168,85,247,0.45); transition: transform .1s, filter .15s; } .nitro-whatsapp-btn:hover { filter: brightness(1.1); } .nitro-whatsapp-btn:active { transform: scale(0.95); } .wa-icon { height: 14px; width: 14px; flex-shrink: 0; } .nitro-hamburger { display: flex; height: 30px; width: 30px; align-items: center; justify-content: center; border-radius: 999px; border: 1px solid rgba(255,255,255,0.2); background: rgba(255,255,255,0.1); color: #fff; cursor: pointer; transition: background .15s, transform .1s; } .nitro-hamburger:hover { background: rgba(255,255,255,0.2); } .nitro-hamburger:active { transform: scale(0.95); } .nitro-hamburger svg { height: 16px; width: 16px; } /* Mobile dropdown */ .nitro-mobile-menu { pointer-events: auto; width: 100%; max-width: 320px; margin-top: 8px; border-radius: 16px; border: 1px solid rgba(255,255,255,0.2); background: rgba(2,6,23,0.95); box-shadow: 0 16px 40px rgba(0,0,0,0.85); backdrop-filter: blur(24px); padding: 12px; display: none; flex-direction: column; gap: 8px; } .nitro-mobile-menu.open { display: flex; } .nitro-mobile-business { width: 100%; text-align: left; padding: 10px; border-radius: 12px; border: 1px solid rgba(168,85,247,0.4); background: linear-gradient(to right, rgba(59,7,100,0.7), rgba(88,28,135,0.4), rgba(15,23,42,0.8)); display: flex; align-items: center; justify-content: space-between; cursor: pointer; } .mb-left { display: flex; align-items: center; gap: 10px; } .mb-icon { height: 32px; width: 32px; border-radius: 8px; background: rgba(168,85,247,0.2); border: 1px solid rgba(192,132,252,0.3); display: flex; align-items: center; justify-content: center; } .mb-title { display: block; font-size: 12px; font-weight: 700; color: #fff; } .mb-sub { display: block; font-size: 10px; color: rgba(216,180,254,0.8); } .mb-pill { font-size: 10px; font-weight: 700; color: #d8b4fe; background: rgba(168,85,247,0.2); padding: 2px 8px; border-radius: 999px; border: 1px solid rgba(192,132,252,0.3); } .nitro-mobile-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; padding-top: 4px; border-top: 1px solid rgba(255,255,255,0.1); } .mg-btn { padding: 8px 4px; border-radius: 12px; text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; background: rgba(255,255,255,0.05); color: #cbd5e1; border: none; cursor: pointer; font-size: 10px; } .mg-btn.active { background: #fff; color: #020617; font-weight: 700; } .mg-btn.purple { color: #e9d5ff; background: rgba(59,7,100,0.3); border: 1px solid rgba(168,85,247,0.2); } .mg-btn.purple.active { background: #9333ea; color: #fff; } .nitro-mobile-footer { padding-top: 8px; border-top: 1px solid rgba(255,255,255,0.1); display: flex; align-items: center; justify-content: space-between; font-size: 10px; color: #94a3b8; } .free-delivery { color: #34d399; font-weight: 600; } /* Modal */ .nitro-modal-overlay { display: none; position: fixed; inset: 0; z-index: 10000; align-items: center; justify-content: center; background: rgba(0,0,0,0.75); backdrop-filter: blur(6px); padding: 16px; } .nitro-modal-overlay.open { display: flex; } .nitro-modal { width: 100%; max-width: 480px; border-radius: 14px; border: 1px solid rgba(255,255,255,0.15); background: rgba(2,6,23,0.95); backdrop-filter: blur(24px); padding: 24px; box-shadow: 0 25px 50px rgba(0,0,0,0.5); color: #e2e8f0; } .nitro-modal-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 12px; border-bottom: 1px solid rgba(255,255,255,0.1); } .nitro-modal-head-left { display: flex; align-items: center; gap: 10px; } .nitro-modal-icon { height: 36px; width: 36px; border-radius: 8px; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15); display: flex; align-items: center; justify-content: center; font-size: 18px; } .nitro-modal-head-left h3 { margin: 0; font-size: 15px; font-weight: 600; color: #fff; } .nitro-modal-head-left p { margin: 2px 0 0; font-size: 11px; color: #94a3b8; } .nitro-modal-close { height: 32px; width: 32px; border-radius: 999px; border: 1px solid rgba(255,255,255,0.1); background: rgba(255,255,255,0.05); color: #94a3b8; cursor: pointer; } .nitro-modal-close:hover { color: #fff; } .nitro-modal-body { padding-top: 14px; font-size: 12px; line-height: 1.6; color: #cbd5e1; } .nitro-modal-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding-top: 6px; } .nitro-modal-card { border-radius: 8px; border: 1px solid rgba(255,255,255,0.1); background: rgba(255,255,255,0.03); padding: 12px; } .nitro-modal-card strong { display: block; color: #fff; margin-bottom: 3px; } .nitro-modal-card span { color: #94a3b8; font-size: 11px; } .nitro-modal-note { margin-top: 10px; border-radius: 8px; border: 1px solid rgba(16,185,129,0.3); background: rgba(6,78,59,0.3); padding: 10px; font-size: 12px; color: #6ee7b7; } .nitro-modal-footer { padding-top: 10px; display: flex; justify-content: flex-end; } .nitro-modal-close-btn { border-radius: 8px; background: #fff; color: #020617; font-weight: 600; padding: 8px 16px; font-size: 12px; border: none; cursor: pointer; box-shadow: 0 4px 10px rgba(0,0,0,0.2); } .nitro-modal-close-btn:hover { background: #e2e8f0; } /* Push page content down so it's not hidden under the fixed header */ body { padding-top: 70px !important; } /* Desktop breakpoint */ @media (min-width: 768px) { .nitro-nav-desktop { display: flex; } .nitro-hamburger, .nitro-mobile-menu { display: none !important; } .flag-code { display: inline; } body { padding-top: 60px !important; } }
Shopping Cart