

/* =====

/* === Spider Noir Global Styles === */
body { background: #0a0a0a !important; color: #ccc !important; font-family: Arial, sans-serif; }
a { color: #e03100 !important; transition: color 0.2s; }
a:hover { color: #fff !important; }
h1, h2, h3, h4, h5, h6 { font-family: Arial, sans-serif; }
.wpdevart-main-header-border { border-bottom: 1px solid #222 !important; }
.wpdevart-main-header-bg-gradient { background: #0a0a0a !important; }
.wpdevart-top-header-border { border-bottom: 1px solid #222 !important; }
.wpdevart-top-header-gradient-color { background: #0a0a0a !important; }
.wpdevart-top-header-left, .wpdevart-top-header-right-content { color: #888 !important; }
.wpdevart-footer-one { background: #0d0d0d !important; border-top: 1px solid #222 !important; }
.wpdevart-main-container { background: #0a0a0a !important; }
.wpdevart-logo-text-gradient a { background: linear-gradient(to right, #e03100, #e03100) !important; -webkit-text-fill-color: transparent !important; -webkit-background-clip: text !important; }
.simple-navbar-wpdevart a { color: #ccc !important; }
.simple-navbar-wpdevart a:hover { color: #e03100 !important; }
.wpdevart-social-icons { background: #0a0a0a !important; border: 1px solid #333 !important; }
.wpdevart-social-icons a { fill: #888 !important; }
.wpdevart-social-icons:hover { box-shadow: none !important; }
.wpdevart-social-icons a:hover { fill: #e03100 !important; }
::selection { background: #e03100; color: #fff; }
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: #0a0a0a; }
::-webkit-scrollbar-thumb { background: #333; border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: #e03100; }
@media (max-width: 768px) {
  .wpdevart-top-header { display: none !important; }
  .wpdevart-header-container { padding: 0 12px !important; }
}

.home .page-banner { display: none !important; }
.home .wpdevart-main-container { padding-top: 0; }
