/* Dark Gray Theme for Homepage */
body {
  background-color: #1a1d20 !important;
  color: #00ff66 !important;
  font-family: system-ui, -apple-system, sans-serif !important;
}

/* Card Styling */
.card, .service-card, div[class*="bg-slate-"], div[class*="bg-zinc-"] {
  background-color: #24282d !important;
  border: 1px solid #00ff66 !important;
  border-radius: 12px !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4) !important;
  transition: all 0.3s ease !important;
}

.card:hover, .service-card:hover {
  box-shadow: 0 0 15px rgba(0, 255, 102, 0.3) !important;
  border-color: #33ff88 !important;
}

/* Headers & Text */
h1, h2, h3, h4, .text-slate-100, .text-zinc-100 {
  color: #00ff66 !important;
}

.text-slate-400, .text-zinc-400, p, span {
  color: #a3ffca !important;
}

/* Icons & Badges */
i, svg {
  color: #00ff66 !important;
}

/* Buttons */
button, a {
  color: #00ff66 !important;
}
