/* Vibrant Theme — same as About Us page — COLOR ONLY, no layout changes */
:root{
  --theme-primary:#7c3aed;
  --theme-primary-light:#ede9fe;
  --theme-primary-dark:#1a1033;
  --theme-warning:#ff6a00;
  --theme-danger:#ec4899;
  --theme-green:#06b6d4;
  --blue:#7c3aed;
  --theme-gray:rgb(248,247,255);
  --theme-primary-accent:#f5f3ff;
  --theme-dark:#0f172a;
}
/* Buttons / badges that used var(--theme-primary) will now be vibrant violet — no layout change */
.bg-theme-primary{ background-color: var(--theme-primary) !important; }
.bg-theme-primary-dark{ background-color: var(--theme-primary-dark) !important; }
.bg-theme-primary-light{ background-color: var(--theme-primary-light) !important; }
.bg-theme-primary-accent{ background-color: var(--theme-primary-accent) !important; }
.text-theme-primary{ color: var(--theme-primary) !important; }
.text-theme-primary-dark{ color: var(--theme-primary-dark) !important; }
.border-theme-primary{ border-color: var(--theme-primary) !important; }
.btn-theme-warning{ border-color: var(--theme-warning) !important; }
.btn-theme-warning:hover{ background-color: var(--theme-warning) !important; }
.table-theme td,.table-theme th{ --bs-table-bg: var(--theme-primary); }
/* Banner / sticky bars — keep geometry, only recolor */
.banner-content{ background-color: rgba(255,255,255,0.96) !important; border-bottom-color: var(--theme-warning) !important; }
.count-tab h2.text-theme-primary{ color: var(--theme-primary) !important; }
#stickyMenu-lg{ background: linear-gradient(90deg,#1a1033 0%,#4c1d95 40%,#7c3aed 70%,#ff6a00 100%) !important; }
#stickyMenu-sm ul li{ background: linear-gradient(90deg,#1a1033 0%,#7c3aed 60%,#ff6a00 100%) !important; }
.link-icon{ background: linear-gradient(135deg,#ff6a00,#ec4899) !important; }
/* Keep all spacing / display / grid exactly as before — only color overrides here */
