
/* .theme-solid .card {
	border: 0;
	background-color: white;
    box-shadow: inset 1px -6px 2px 0 rgb(81 126 241 / 25%);
	border-radius: 16px;
	height: 100%;
}

.theme-solid .header-area .menu-container {
    background-color: var(--white);
    box-shadow: inset 1px -6px 2px 0 rgb(81 126 241 / 25%);
    border-radius: 16px;
    padding: 10px 10px 10px 24px;
    display: flex;
    width: 100%;
    align-items: center;
}

.theme-transparent .card {
    border: 0;
    background-color: #f8faff42;
    box-shadow: 0 0 7px 0px rgb(141 141 141 / 34%);
    border-radius: 16px;
    border: 1px solid white;
    height: 100%;
    backdrop-filter: blur(3px);
}

.theme-transparent .header-area .menu-container {
    background-color: #f8faff42;
    box-shadow: 0 0 7px 0px rgb(141 141 141 / 34%);
    border-radius: 16px;
    padding: 10px 10px 10px 24px;
    display: flex;
    width: 100%;
    align-items: center;
    border: 1px solid white;
	backdrop-filter: blur(3px);
}

.theme-transparent .edit-container {
    max-width: 900px;
    background: #ffffff;
    padding: 24px 24px 18px 24px;
    border-radius: 10px;
}

.theme-transparent .text-muted {
    color: #696969 !important;
}

.theme-transparent .header-area .navbar-info .nav-link.active {
    color: #424242;
    background-color: #ffffff;
    backdrop-filter: blur(7px);
} */

/* Base visuals */
#tjid-glow-orbs-wrap .tjid-glow-orb{
  position:fixed;
  border-radius:50%;
  filter: blur(var(--tjid-blur,160px));
  opacity: var(--tjid-opacity,.55);
  will-change: transform;
  pointer-events: none;
}

/* Animations */
@keyframes tjid-glow-drift-a{
  0%{transform:translate(0,0) scale(1)}
  50%{transform:translate(32px,-18px) scale(1.06)}
  100%{transform:translate(0,0) scale(1)}
}
@keyframes tjid-glow-drift-b{
  0%{transform:translate(0,0) scale(1)}
  50%{transform:translate(-28px,24px) scale(1.04)}
  100%{transform:translate(0,0) scale(1)}
}
@media (prefers-reduced-motion: reduce){
  #tjid-glow-orbs-wrap .tjid-glow-orb{ animation: none !important; }
}

/* -------------------------------------------------------------------------------------------------------------------- */
/* ============================================
   Glow Orb Presets — COMPLETE SET
   Two-color variables consumed by the orbs JS.
   Apply with: #tjid-glow-orbs-wrap.orb-theme-<slug>
   ============================================ */

/* Sky & Violet */
#tjid-glow-orbs-wrap.orb-theme-sv {
  --tjid-glow-1: #8ab4f8; /* Sky    */
  --tjid-glow-2: #a78bfa; /* Violet */
}

/* Blue & Red */
#tjid-glow-orbs-wrap.orb-theme-bar {
  --tjid-glow-1: #3b82f6; /* Blue */
  --tjid-glow-2: #ef4444; /* Red  */
}

/* Red & Green */
#tjid-glow-orbs-wrap.orb-theme-rag {
  --tjid-glow-1: #ef4444; /* Red   */
  --tjid-glow-2: #10b981; /* Green */
}

/* Green & Purple */
#tjid-glow-orbs-wrap.orb-theme-gpr {
  --tjid-glow-1: #10b981; /* Green  */
  --tjid-glow-2: #8b5cf6; /* Purple */
}

/* ───────────────── Extra palettes (earlier batch) ───────────── */

/* Sky & Rose */
#tjid-glow-orbs-wrap.orb-theme-sbr {
  --tjid-glow-1: #60a5fa; /* Sky Blue */
  --tjid-glow-2: #fb7185; /* Rose     */
}

/* Magenta & Orange Pop */
#tjid-glow-orbs-wrap.orb-theme-mop {
  --tjid-glow-1: #d946ef; /* Magenta/Fuchsia */
  --tjid-glow-2: #fb923c; /* Orange          */
}

/* Lime & Magenta */
#tjid-glow-orbs-wrap.orb-theme-lgm {
  --tjid-glow-1: #84cc16; /* Lime    */
  --tjid-glow-2: #d946ef; /* Magenta */
}

/* Cyan & Amber */
#tjid-glow-orbs-wrap.orb-theme-cya {
  --tjid-glow-1: #06b6d4; /* Cyan  */
  --tjid-glow-2: #f59e0b; /* Amber */
}

/* Lime & Rose */
#tjid-glow-orbs-wrap.orb-theme-lmr {
  --tjid-glow-1: #84cc16; /* Lime */
  --tjid-glow-2: #f43f5e; /* Rose */
}

/* Gold & Royal Blue */
#tjid-glow-orbs-wrap.orb-theme-grb {
  --tjid-glow-1: #f59e0b; /* Gold */
  --tjid-glow-2: #3b82f6; /* Blue */
}

/* Purple & Lime */
#tjid-glow-orbs-wrap.orb-theme-prl {
  --tjid-glow-1: #8b5cf6; /* Purple */
  --tjid-glow-2: #84cc16; /* Lime   */
}

/* Seafoam & Blue */
#tjid-glow-orbs-wrap.orb-theme-smb {
  --tjid-glow-1: #34d399; /* Seafoam/Emerald */
  --tjid-glow-2: #2563eb; /* Indigo-Blue     */
}

/* Violet & Pink */
#tjid-glow-orbs-wrap.orb-theme-vpk {
  --tjid-glow-1: #8b5cf6; /* Violet */
  --tjid-glow-2: #ec4899; /* Pink   */
}

/* Turquoise & Sand */
#tjid-glow-orbs-wrap.orb-theme-tqs {
  --tjid-glow-1: #14b8a6; /* Turquoise */
  --tjid-glow-2: #fbbf24; /* Sand/Amber */
}

/* Aqua & Magenta */
#tjid-glow-orbs-wrap.orb-theme-aqm {
  --tjid-glow-1: #22d3ee; /* Aqua    */
  --tjid-glow-2: #db2777; /* Magenta */
}

/* Ocean & Emerald */
#tjid-glow-orbs-wrap.orb-theme-oce {
  --tjid-glow-1: #0ea5e9; /* Ocean Blue */
  --tjid-glow-2: #10b981; /* Emerald    */
}

/* Lavender & Blush */
#tjid-glow-orbs-wrap.orb-theme-lav {
  --tjid-glow-1: #a78bfa; /* Lavender */
  --tjid-glow-2: #f9a8d4; /* Blush    */
}

/* Frost & Azure */
#tjid-glow-orbs-wrap.orb-theme-frz {
  --tjid-glow-1: #93c5fd; /* Frosty Blue */
  --tjid-glow-2: #06b6d4; /* Azure/Cyan  */
}

/* ───────────── New ones to match your UI chips ─────────────── */

/* Cyan & Blue */
#tjid-glow-orbs-wrap.orb-theme-cbo {
  --tjid-glow-1: #06b6d4; /* Cyan */
  --tjid-glow-2: #3b82f6; /* Blue */
}

/* Pink & Orange */
#tjid-glow-orbs-wrap.orb-theme-pno {
  --tjid-glow-1: #ec4899; /* Pink   */
  --tjid-glow-2: #f97316; /* Orange */
}

/* Sunrise (orange ➜ violet) */
#tjid-glow-orbs-wrap.orb-theme-sun {
  --tjid-glow-1: #f97316; /* Orange  */
  --tjid-glow-2: #8b5cf6; /* Violet  */
}

/* Seafoam (soft greens/teal) */
#tjid-glow-orbs-wrap.orb-theme-sea {
  --tjid-glow-1: #34d399; /* Seafoam/Emerald */
  --tjid-glow-2: #22d3ee; /* Aqua            */
}

/* Galaxy (indigo ➜ violet) */
#tjid-glow-orbs-wrap.orb-theme-glx {
  --tjid-glow-1: #6366f1; /* Indigo  */
  --tjid-glow-2: #a855f7; /* Violet  */
}

/* Aurora (green ➜ cyan) */
#tjid-glow-orbs-wrap.orb-theme-aur {
  --tjid-glow-1: #22c55e; /* Green */
  --tjid-glow-2: #06b6d4; /* Cyan  */
}

/* Fire (red ➜ amber) */
#tjid-glow-orbs-wrap.orb-theme-fir {
  --tjid-glow-1: #ef4444; /* Red   */
  --tjid-glow-2: #f59e0b; /* Amber */
}

/* Ice (pale blue ➜ soft gray) */
#tjid-glow-orbs-wrap.orb-theme-ice {
  --tjid-glow-1: #93c5fd; /* Ice Blue */
  --tjid-glow-2: #e5e7eb; /* Frost    */
}

/* ---------------------------------------------------------------------------------------------------------------------------------- */

/* ============================================
   THEME: Transparent (Pro)
   -------------------------------------------- */
.theme-transparent .card {
  border: 0;
  background-color: #f8faff42;
  box-shadow: 0 0 7px 0 rgb(141 141 141 / 34%);
  border-radius: 16px;
  border: 1px solid #ffffff;
  height: 100%;
  backdrop-filter: blur(3px);
}
.theme-transparent .header-area .menu-container {
  background-color: #f8faff42;
  box-shadow: 0 0 7px 0 rgb(141 141 141 / 34%);
  border-radius: 16px;
  padding: 10px 10px 10px 24px;
  display: flex;
  width: 100%;
  align-items: center;
  border: 1px solid #ffffff;
  backdrop-filter: blur(3px);
}
/* Mobile */
.theme-transparent .mobile-sidebar{
  background-color: #f8faff42;
  box-shadow: 0 0 7px 0 rgb(141 141 141 / 34%);
  border: 1px solid #ffffff;
  border-radius: 16px;
  backdrop-filter: blur(3px);
}
.theme-transparent .mobile-nav a{
  color: #424242;
}
.theme-transparent .mobile-nav a.active{
  color: #424242;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 3px 10px;
  
}
.theme-transparent .edit-container {
  max-width: 900px;
  background: #ffffff;
  padding: 24px 24px 18px 24px;
  border-radius: 10px;
}
.theme-transparent .text-muted { color: #696969 !important; }
.theme-transparent .header-area .navbar-info .nav-link.active {
  color: #424242;
  background-color: #ffffff;
  backdrop-filter: blur(7px);
}

/* //------------------------------------------ */
/* ============================================
   THEME: Solid White (Free)
   -------------------------------------------- */
.theme-solid .card {
  border: 0;
  background-color: #ffffff;
  box-shadow: inset 1px -6px 2px rgb(81 126 241 / 25%);
  border-radius: 16px;
  border: 1px solid #f3f6fa;
  height: 100%;
}
.theme-solid .header-area .menu-container {
  background-color: #ffffff;
  /* box-shadow: 0 1px 8px 0 rgb(0 0 0 / 08%); */
  border-radius: 16px;
  padding: 10px 10px 10px 24px;
  border: 1px solid #eef2f7;
}
/* Mobile */
.theme-solid .mobile-sidebar{
  background-color: #ffffff;
  box-shadow: 0 1px 8px 0 rgb(0 0 0 / 08%);
  border: 1px solid #eef2f7;
  border-radius: 16px;
}
.theme-solid .mobile-nav a{
  color: #0f172a;
}
.theme-solid .mobile-nav a.active{
  color: #0f172a;
  background-color: #eef2ff;
  border-radius: 10px;
  padding: 3px 10px;
}
.theme-solid .edit-container {
  max-width: 900px;
  background: #ffffff;
  padding: 24px 24px 18px 24px;
  border-radius: 10px;
}
.theme-solid .text-muted { color: #6b7280 !important; }
.theme-solid .header-area .navbar-info .nav-link.active {
  color: #0f172a;
  background-color: #eef2ff;
}

/* //------------------------------------------ */
/* ============================================
   THEME: Flat White (Free)
   -------------------------------------------- */
.theme-flat .card {
  border: 0;
  background-color: #ffffff;
  box-shadow: 0 2px 14px 0 rgb(141 141 141 / 24%), 0 0 0 1px #f3f6fa inset;
  border-radius: 16px;
  border: 1px solid #ffffff;
  height: 100%;
}
.theme-flat .header-area .menu-container {
  background-color: #ffffff;
  box-shadow: 0 2px 14px 0 rgb(141 141 141 / 24%);
  border-radius: 16px;
  padding: 10px 10px 10px 24px;
  border: 1px solid #ffffff;
}
/* Mobile */
.theme-flat .mobile-sidebar{
  background-color: #ffffff;
  box-shadow: 0 2px 14px 0 rgb(141 141 141 / 24%);
  border: 1px solid #ffffff;
  border-radius: 16px;
}
.theme-flat .mobile-nav a{
  color: #0f172a;
}
.theme-flat .mobile-nav a.active{
  color: #0f172a;
  background-color: #f1f5f9;
  border-radius: 10px;
  padding: 3px 10px;
}
.theme-flat .edit-container {
  max-width: 900px;
  background: #ffffff;
  padding: 24px 24px 18px 24px;
  border-radius: 10px;
}
.theme-flat .text-muted { color: #6b7280 !important; }
.theme-flat .header-area .navbar-info .nav-link.active {
  color: #0f172a;
  background-color: #f1f5f9;
}

/* //------------------------------------------ */
/* ============================================
   THEME: Transparent Blue (Pro)
   -------------------------------------------- */
.theme-blue .card {
  border: 0;
  background-color: #e6f1ff4a;
  box-shadow: 0 0 8px 0 rgb(70 140 255 / 25%);
  border-radius: 16px;
  border: 1px solid #ffffff;
  height: 100%;
  backdrop-filter: blur(3px);
  color: #000;
}
.theme-blue .header-area .menu-container {
  background-color: #e6f1ff4a;
  box-shadow: 0 0 8px 0 rgb(70 140 255 / 25%);
  border-radius: 16px;
  padding: 10px 10px 10px 24px;
  border: 1px solid #ffffff;
  backdrop-filter: blur(3px);
}
/* Mobile */
.theme-blue .mobile-sidebar{
  background-color: #e6f1ff4a;
  box-shadow: 0 0 8px 0 rgb(70 140 255 / 25%);
  border: 1px solid #ffffff;
  border-radius: 16px;
  backdrop-filter: blur(3px);
}
.theme-blue .mobile-nav a{
  color: #23408e;
}
.theme-blue .mobile-nav a.active{
  color: #23408e;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 3px 10px;
}
.theme-blue .edit-container {
  max-width: 900px;
  background: #ffffff;
  padding: 24px 24px 18px 24px;
  border-radius: 10px;
}
.theme-blue .text-muted { color: #667085 !important; }
.theme-blue .header-area .navbar-info .nav-link.active {
  color: #23408e;
  background-color: #ffffff;
  backdrop-filter: blur(6px);
}

/* //------------------------------------------ */
/* ============================================
   THEME: Mint Breeze (Pro)
   -------------------------------------------- */
.theme-mint .card {
  border: 0;
  background-color: #e8fff44a; /* minty glass */
  box-shadow: 0 0 8px 0 rgb(34 211 173 / 24%);
  border-radius: 16px;
  border: 1px solid #ffffff;
  height: 100%;
  backdrop-filter: blur(3px);
}
.theme-mint .header-area .menu-container {
  background-color: #e8fff44a;
  box-shadow: 0 0 8px 0 rgb(34 211 173 / 24%);
  border-radius: 16px;
  padding: 10px 10px 10px 24px;
  border: 1px solid #ffffff;
  backdrop-filter: blur(3px);
}
/* Mobile */
.theme-mint .mobile-sidebar{
  background-color: #e8fff44a;
  box-shadow: 0 0 8px 0 rgb(34 211 173 / 24%);
  border: 1px solid #ffffff;
  border-radius: 16px;
  backdrop-filter: blur(3px);
}
.theme-mint .mobile-nav a{
  color: #065f46;
}
.theme-mint .mobile-nav a.active{
  color: #065f46;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 3px 10px;
}
.theme-mint .edit-container {
  max-width: 900px; background: #ffffff; padding: 24px 24px 18px; border-radius: 10px;
}
.theme-mint .text-muted { color: #5f6b65 !important; }
.theme-mint .header-area .navbar-info .nav-link.active {
  color: #065f46; background-color: #ffffff; backdrop-filter: blur(6px);
}

/* //------------------------------------------ */
/* ============================================
   THEME: Ocean (Pro)
   -------------------------------------------- */
.theme-ocean .card {
  border: 0;
  background-color: #e8fbff4a;
  box-shadow: 0 0 8px 0 rgb(6 182 212 / 24%);
  border-radius: 16px;
  border: 1px solid #ffffff;
  height: 100%;
  backdrop-filter: blur(3px);
}
.theme-ocean .header-area .menu-container {
  background-color: #e8fbff4a;
  box-shadow: 0 0 8px 0 rgb(6 182 212 / 24%);
  border-radius: 16px;
  padding: 10px 10px 10px 24px;
  border: 1px solid #ffffff;
  backdrop-filter: blur(3px);
}
/* Mobile */
.theme-ocean .mobile-sidebar{
  background-color: #e8fbff4a;
  box-shadow: 0 0 8px 0 rgb(6 182 212 / 24%);
  border: 1px solid #ffffff;
  border-radius: 16px;
  backdrop-filter: blur(3px);
}
.theme-ocean .mobile-nav a{
  color: #0b4f6c;
}
.theme-ocean .mobile-nav a.active{
  color: #0b4f6c;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 3px 10px;
}
.theme-ocean .edit-container {
  max-width: 900px; background: #ffffff; padding: 24px 24px 18px; border-radius: 10px;
}
.theme-ocean .text-muted { color: #5f6b7c !important; }
.theme-ocean .header-area .navbar-info .nav-link.active {
  color: #0b4f6c; background-color: #ffffff; backdrop-filter: blur(6px);
}

/* //------------------------------------------ */
/* ============================================
   THEME: Sunset (Pro)
   -------------------------------------------- */
.theme-sunset .card {
  border: 0;
  background-color: #fff3e64a;
  box-shadow: 0 0 8px 0 rgb(245 158 11 / 26%);
  border-radius: 16px;
  border: 1px solid #ffffff;
  height: 100%;
  backdrop-filter: blur(3px);
}
.theme-sunset .header-area .menu-container {
  background-color: #fff3e64a;
  box-shadow: 0 0 8px 0 rgb(245 158 11 / 26%);
  border-radius: 16px;
  padding: 10px 10px 10px 24px;
  border: 1px solid #ffffff;
  backdrop-filter: blur(3px);
}
/* Mobile */
.theme-sunset .mobile-sidebar{
  background-color: #fff3e64a;
  box-shadow: 0 0 8px 0 rgb(245 158 11 / 26%);
  border: 1px solid #ffffff;
  border-radius: 16px;
  backdrop-filter: blur(13px);
}
.theme-sunset .mobile-nav a{
  color: #003b45;
}
.theme-sunset .mobile-nav a.active{
  color: #003b45;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 3px 10px;
}
.theme-sunset .edit-container {
  max-width: 900px; background: #ffffff; padding: 24px 24px 18px; border-radius: 10px;
}
.theme-sunset .text-muted { color: #725b44 !important; }
.theme-sunset .header-area .navbar-info .nav-link.active {
  color: #7c2d12; background-color: #ffffff; backdrop-filter: blur(6px);
}

/* //------------------------------------------ */
/* ============================================
   THEME: Lavender (Pro)
   -------------------------------------------- */
.theme-lavender .card {
  border: 0;
  background-color: #f7e9ff4a;
  box-shadow: 0 0 8px 0 rgb(167 139 250 / 26%);
  border-radius: 16px;
  border: 1px solid #ffffff;
  height: 100%;
  backdrop-filter: blur(3px);
}
.theme-lavender .header-area .menu-container {
  background-color: #f7e9ff4a;
  box-shadow: 0 0 8px 0 rgb(167 139 250 / 26%);
  border-radius: 16px;
  padding: 10px 10px 10px 24px;
  border: 1px solid #ffffff;
  backdrop-filter: blur(3px);
}
/* Mobile */
.theme-lavender .mobile-sidebar{
  background-color: #f7e9ff4a;
  box-shadow: 0 0 8px 0 rgb(167 139 250 / 26%);
  border: 1px solid #ffffff;
  border-radius: 16px;
  backdrop-filter: blur(3px);
}
.theme-lavender .mobile-nav a{
  color: #5b21b6;
}
.theme-lavender .mobile-nav a.active{
  color: #5b21b6;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 3px 10px;
}
.theme-lavender .edit-container {
  max-width: 900px; background: #ffffff; padding: 24px 24px 18px; border-radius: 10px;
}
.theme-lavender .text-muted { color: #6a5a77 !important; }
.theme-lavender .header-area .navbar-info .nav-link.active {
  color: #5b21b6; background-color: #ffffff; backdrop-filter: blur(6px);
}

/* //------------------------------------------ */
/* ============================================
   THEME: Sand (Pro)
   -------------------------------------------- */
.theme-sand .card {
  border: 0;
  background-color: #fff8dd73;
  box-shadow: 0 0 8px 0 rgb(250 204 21 / 24%);
  border-radius: 16px;
  border: 1px solid #ffffff;
  height: 100%;
  backdrop-filter: blur(14px);
}
.theme-sand .header-area .menu-container {
  background-color: #fff8dd73;
  box-shadow: 0 0 8px 0 rgb(250 204 21 / 24%);
  border-radius: 16px;
  padding: 10px 10px 10px 24px;
  border: 1px solid #ffffff;
  backdrop-filter: blur(14px);
}
/* Mobile */
.theme-sand .mobile-sidebar{
  background-color: #fff8dd73;
  box-shadow: 0 0 8px 0 rgb(250 204 21 / 24%);
  border: 1px solid #ffffff;
  border-radius: 16px;
  backdrop-filter: blur(14px);
}
.theme-sand .mobile-nav a{
  color: #7c5100;
}
.theme-sand .mobile-nav a.active{
  color: #7c5100;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 3px 10px;
}
.theme-sand .edit-container {
  max-width: 900px; background: #ffffff; padding: 24px 24px 18px; border-radius: 10px;
}
.theme-sand .text-muted { color: #7a6a49 !important; }
.theme-sand .header-area .navbar-info .nav-link.active {
  color: #7c5100; background-color: #ffffff; backdrop-filter: blur(6px);
}

/* //------------------------------------------ */
/* ============================================
   THEME: Soft Slate (Pro)
   -------------------------------------------- */
.theme-slate .card {
  border: 0;
  background-color: #eef2f77d;
  box-shadow: 0 0 8px 0 rgb(100 116 139 / 22%);
  border-radius: 16px;
  border: 1px solid #ffffff;
  height: 100%;
  backdrop-filter: blur(14px);
}
.theme-slate .header-area .menu-container {
  background-color: #eef2f77d;
  box-shadow: 0 0 8px 0 rgb(100 116 139 / 22%);
  border-radius: 16px;
  padding: 10px 10px 10px 24px;
  border: 1px solid #ffffff;
  backdrop-filter: blur(14px);
}
/* Mobile */
.theme-slate .mobile-sidebar{
  background-color: #eef2f77d;
  box-shadow: 0 0 8px 0 rgb(100 116 139 / 22%);
  border: 1px solid #ffffff;
  border-radius: 16px;
  backdrop-filter: blur(14px);
}
.theme-slate .mobile-nav a{
  color: #0f172a;
}
.theme-slate .mobile-nav a.active{
  color: #0f172a;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 3px 10px;
}
.theme-slate .edit-container {
  max-width: 900px; background: #ffffff; padding: 24px 24px 18px; border-radius: 10px;
}
.theme-slate .text-muted { color: #5b6471 !important; }
.theme-slate .header-area .navbar-info .nav-link.active {
  color: #0f172a; background-color: #ffffff; backdrop-filter: blur(6px);
}

/* //------------------------------------------ */
/* ============================================
   THEME: Dark (Creator)
   -------------------------------------------- */
body.theme-dark { background: #0f131a; color: #e5e7eb; }
.theme-dark .card {
  border: 0;
  background-color: #111827e6;
  box-shadow: 0 1px 10px 0 rgb(0 0 0 / 35%);
  border-radius: 16px;
  border: 1px solid #1f2937;
  height: 100%;
  color: #e5e7eb;
}

.theme-dark .card-body, .theme-dark .card {
  color: #e5e7eb;
  background-color: #111827e6;
}

.theme-dark .card-body .work-card-vertical, .theme-dark .work-card-footer, .theme-dark .course-card-modern, .theme-dark .course-card-modern .card-body, .theme-dark .personal-project-card {
  background-color: #000000e6;
  color: #ffffff;
}

.theme-dark .work-card-vertical, .theme-dark .course-card-modern, .theme-dark .personal-project-card {
  border: none;
}

.theme-dark .stat-box, .theme-dark .list-box, .theme-dark .lets-talk-together-card .scrolling-info{
  background-color: #000000;
  color: #ffffff;
} 

.theme-dark .work-bullets li, .theme-dark .profile3d-bio, .theme-dark .course-desc, .personal-project-card{
  color: #d7d7d7;
}
.theme-dark .header-area .menu-container {
  background-color: #111827e6;
  box-shadow: 0 1px 10px 0 rgb(0 0 0 / 35%);
  border-radius: 16px;
  padding: 10px 10px 10px 24px;
  border: 1px solid #1f2937;
  backdrop-filter: blur(4px);
}

.theme-dark .pp-desc{
  color: #6294db;
}

.theme-dark .cta-outline{
  background-color: #00000000;
}

.theme-dark .services-item {
    background: #ffffff14; 
}





/* Mobile */
.theme-dark .mobile-sidebar{
  background-color: #111827e6;
  box-shadow: 0 1px 10px 0 rgb(0 0 0 / 35%);
  border: 1px solid #1f2937;
  border-radius: 16px;
  backdrop-filter: blur(4px);
}
.theme-dark .mobile-nav a{
  color: #ffffff;
}
.theme-dark .mobile-nav a.active{
  color: #0b1220;
  background-color: #e5e7eb;
  border-radius: 10px;
  padding: 3px 10px;
}
.theme-dark .edit-container {
  max-width: 900px; background: #0b1220; padding: 24px 24px 18px; border-radius: 10px; color:#e5e7eb;
}
.theme-dark .text-muted { color: #d7dbe1 !important;}
.theme-dark .header-area .navbar-info .nav-link.active {
    color: #0b1220;
    background-color: #00000000;
    backdrop-filter: blur(6px);
    /* border: 1px solid white; */
}

.theme-dark a, .theme-dark p, .theme-dark span,.theme-dark small , .theme-dark .lets-talk-together-card .card-title{ 
	color: #d7dbe1 !important;
}

.theme-dark .portfolio-card{
	background: #f9f9f90d;
}

.theme-dark .portfolio-card.has-more-info:hover {
    background: #ffffff00;
}

/* .theme-dark .industry-experience-board {
    background: #f7faff00;
}

.theme-dark .edu-block-modern {
    border-left: none;
    background: #ffffff00;
}

.theme-dark .edu-major {
  background: #0c0c0c;
} */

.theme-dark .edu-chip , .theme-dark .edu-major , .theme-dark  .edu-block-modern , .theme-dark .industry-experience-board {
    background: #1b186f17;}

	
.theme-dark .edu-date-badge {
    background: #eef1fa52;
}
.theme-dark .industry-card-desc, .theme-dark th{
    color: #ffffff;
}

.theme-dark  .industry-feed-card {
    background: #ffffff00;
}

.theme-dark  .industry-card-desc:hover {
    color: black;
}

.theme-dark .industry-card-body {
    color: #27336a;
}

.theme-dark .wlsx-20250901-container {
    width: 350px;
    background: #00000094;
    border-radius: 16px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    font-family: Arial, sans-serif;
    padding: 20px 25px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    backdrop-filter: blur(10px);
}
.theme-dark  .list-group-item {
    background-color: #00000082;
}

/* ===== COMPREHENSIVE DARK THEME FIXES ===== */

/* Headings - ensure light color */
.theme-dark h1, .theme-dark h2, .theme-dark h3, 
.theme-dark h4, .theme-dark h5, .theme-dark h6 {
    color: #f3f4f6 !important;
}

/* Card titles and text */
.theme-dark .card-title {
    color: #f3f4f6 !important;
}

.theme-dark .card-text,
.theme-dark .card-body {
    color: #e5e7eb !important;
}

/* Links */
.theme-dark a:not(.btn) {
    color: #93c5fd !important;
}

.theme-dark a:not(.btn):hover {
    color: #000000 !important;
}

/* Form elements */
.theme-dark input:not([type="checkbox"]):not([type="radio"]),
.theme-dark textarea,
.theme-dark select {
    background: #1f2937 !important;
    border-color: #374151 !important;
    color: #e5e7eb !important;
}

.theme-dark input::placeholder,
.theme-dark textarea::placeholder {
    color: #6b7280 !important;
}

.theme-dark input:focus,
.theme-dark textarea:focus,
.theme-dark select:focus {
    border-color: #60a5fa !important;
    box-shadow: 0 0 0 3px rgba(96, 165, 250, 0.1) !important;
}

/* Labels */
.theme-dark label {
    color: #f3f4f6 !important;
}

/* Buttons */
.theme-dark .btn-primary {
    background: #3b82f6 !important;
    border-color: #3b82f6 !important;
    color: white !important;
}

.theme-dark .btn-secondary {
    background: #374151 !important;
    border-color: #4b5563 !important;
    color: #e5e7eb !important;
}

.theme-dark .btn-outline-primary {
    border-color: #3b82f6 !important;
    color: #3b82f6 !important;
}

.theme-dark .btn-outline-primary:hover {
    background: #3b82f6 !important;
    color: white !important;
}

/* Tables */
.theme-dark table {
    color: #e5e7eb !important;
}

.theme-dark thead th {
    background: #1f2937 !important;
    color: #f3f4f6 !important;
    border-color: #374151 !important;
}

.theme-dark tbody td {
    border-color: #374151 !important;
    color: #e5e7eb !important;
}

.theme-dark tbody tr:hover {
    background: #1f2937 !important;
}

/* Modals */
.theme-dark .modal-content {
    background: #111827 !important;
    color: #e5e7eb !important;
    border-color: #1f2937 !important;
}

.theme-dark .modal-header {
    border-bottom-color: #374151 !important;
}

.theme-dark .modal-footer {
    border-top-color: #374151 !important;
}

.theme-dark .modal-title {
    color: #f3f4f6 !important;
}

/* Dropdowns */
.theme-dark .dropdown-menu {
    background: #1f2937 !important;
    border-color: #374151 !important;
}

.theme-dark .dropdown-item {
    color: #e5e7eb !important;
}

.theme-dark .dropdown-item:hover {
    background: #374151 !important;
    color: #f3f4f6 !important;
}

/* Badges */
.theme-dark .badge {
    background: #374151 !important;
    color: #e5e7eb !important;
}

.theme-dark .badge-primary {
    background: #3b82f6 !important;
    color: white !important;
}

/* Alerts */
.theme-dark .alert {
    background: #1f2937 !important;
    border-color: #374151 !important;
    color: #e5e7eb !important;
}

/* List groups */
.theme-dark .list-group-item {
    background: #1f2937 !important;
    border-color: #374151 !important;
    color: #e5e7eb !important;
}

.theme-dark .list-group-item:hover {
    background: #374151 !important;
}

/* Navs and tabs */
.theme-dark .nav-link {
    color: #9ca3af !important;
}

.theme-dark .nav-link.active {
    color: #f3f4f6 !important;
}

.theme-dark .nav-tabs {
    border-bottom-color: #374151 !important;
}

.theme-dark .nav-tabs .nav-link.active {
    background: #1f2937 !important;
    border-color: #374151 #374151 transparent !important;
}

/* Breadcrumbs */
.theme-dark .breadcrumb {
    background: #1f2937 !important;
}

.theme-dark .breadcrumb-item {
    color: #9ca3af !important;
}

.theme-dark .breadcrumb-item.active {
    color: #e5e7eb !important;
}

/* Pagination */
.theme-dark .page-link {
    background: #1f2937 !important;
    border-color: #374151 !important;
    color: #e5e7eb !important;
}

.theme-dark .page-link:hover {
    background: #374151 !important;
    color: #f3f4f6 !important;
}

.theme-dark .page-item.active .page-link {
    background: #3b82f6 !important;
    border-color: #3b82f6 !important;
}

/* Progress bars */
.theme-dark .progress {
    background: #1f2937 !important;
}

/* Tooltips */
.theme-dark .tooltip-inner {
    background: #1f2937 !important;
    color: #e5e7eb !important;
}

/* Popovers */
.theme-dark .popover {
    background: #1f2937 !important;
    border-color: #374151 !important;
}

.theme-dark .popover-header {
    background: #111827 !important;
    border-bottom-color: #374151 !important;
    color: #f3f4f6 !important;
}

.theme-dark .popover-body {
    color: #e5e7eb !important;
}

/* Fix specific problem areas */
.theme-dark .industry-card-body {
    color: #e5e7eb !important;
}

.theme-dark .industry-card-desc:hover {
    color: #f3f4f6 !important;
}

/* ===== END DARK THEME FIXES ===== */

/* //------------------------------------------ */
/* ============================================
   THEME: Midnight (Creator)
   -------------------------------------------- */
body.theme-midnight { background: #0b1220; color: #e8edf6; }
.theme-midnight .card {
  border: 0;
  background-color: #0f172ae6;
  box-shadow: 0 1px 10px 0 rgb(0 0 0 / 36%);
  border-radius: 16px;
  border: 1px solid #1e293b;
  height: 100%;
  color: #e8edf6;
}
.theme-midnight .mobile-sidebar{
  background-color: #0f172ae6;
  backdrop-filter: blur(11px);
}
.theme-midnight .mobile-nav a{
	color: white;
}
.theme-midnight .header-area .menu-container {
  background-color: #0f172ae6;
  box-shadow: 0 1px 10px 0 rgb(0 0 0 / 36%);
  border-radius: 16px;
  padding: 10px 10px 10px 24px;
  border: 1px solid #1e293b;
  backdrop-filter: blur(4px);
}
/* Mobile (extended) */
.theme-midnight .mobile-sidebar{
  box-shadow: 0 1px 10px 0 rgb(0 0 0 / 36%);
  border: 1px solid #1e293b;
  border-radius: 16px;
}
.theme-midnight .mobile-nav a.active{
  color: #0b1220;
  background-color: #e8edf6;
  border-radius: 10px;
  padding: 3px 10px;
}
.theme-midnight .edit-container {
  max-width: 900px; background: #0b1220; padding: 24px 24px 18px; border-radius: 10px; color:#e8edf6;
}
.theme-midnight .text-muted { color: #9fb0c8 !important; }
.theme-midnight .header-area .navbar-info .nav-link.active {
  color: #0b1220; background-color: #e8edf6; backdrop-filter: blur(6px);
}

/* //------------------------------------------ */
/* ============================================
   THEME: Obsidian (Creator)
   -------------------------------------------- */
body.theme-obsidian { background: #0a0f19; color: #e6eefc; }
.theme-obsidian .card {
  border: 0;
  background-color: #0a0f19e6;
  box-shadow: 0 1px 10px 0 rgb(0 0 0 / 40%);
  border-radius: 16px;
  border: 1px solid #0f172a;
  height: 100%;
  color: #e6eefc;
}
.theme-obsidian .mobile-sidebar{
  background-color: #0a0f19e6;
  backdrop-filter: blur(11px);
}
.theme-obsidian .mobile-nav a{
	color: white;
}
.theme-obsidian .header-area .menu-container {
  background-color: #0a0f19e6;
  box-shadow: 0 1px 10px 0 rgb(0 0 0 / 40%);
  border-radius: 16px;
  padding: 10px 10px 10px 24px;
  border: 1px solid #0f172a;
  backdrop-filter: blur(4px);
}
/* Mobile (extended) */
.theme-obsidian .mobile-sidebar{
  box-shadow: 0 1px 10px 0 rgb(0 0 0 / 40%);
  border: 1px solid #0f172a;
  border-radius: 16px;
}
.theme-obsidian .mobile-nav a.active{
  color: #0a0f19;
  background-color: #e6eefc;
  border-radius: 10px;
  padding: 3px 10px;
}
.theme-obsidian .edit-container {
  max-width: 900px; background: #0a0f19; padding: 24px 24px 18px; border-radius: 10px; color:#e6eefc;
}
.theme-obsidian .text-muted { color: #a6b2cc !important; }
.theme-obsidian .header-area .navbar-info .nav-link.active {
  color: #0a0f19; background-color: #e6eefc; backdrop-filter: blur(6px);
}

/* //------------------------------------------ */
/* ============================================
   THEME: Neon Pop (Creator)
   -------------------------------------------- */
body.theme-neon { background: #0a0d0f; color: #eafef7; }
.theme-neon .card {
  border: 0;
  background-color: #0a0d0fe6;
  box-shadow: 0 0 18px 0 rgb(52 211 153 / 20%), 0 0 18px 0 rgb(167 139 250 / 18%) inset;
  border-radius: 16px;
  border: 1px solid #093a2f;
  height: 100%;
  color: #eafef7;
}
.theme-neon .header-area .menu-container {
  background-color: #0a0d0fe6;
  box-shadow: 0 0 18px 0 rgb(52 211 153 / 20%);
  border-radius: 16px;
  padding: 10px 10px 10px 24px;
  border: 1px solid #093a2f;
  backdrop-filter: blur(4px);
}
/* Mobile */
.theme-neon .mobile-sidebar{
  background-color: #0a0d0fe6;
  box-shadow: 0 0 18px 0 rgb(52 211 153 / 20%);
  border: 1px solid #093a2f;
  border-radius: 16px;
  backdrop-filter: blur(4px);
}
.theme-neon .mobile-nav a{
  color: #ffffff;
}
.theme-neon .mobile-nav a.active{
  color: #041b16;
  background: linear-gradient(90deg,#34d399,#a78bfa);
  border-radius: 10px;
  padding: 3px 10px;
}
.theme-neon .edit-container {
  max-width: 900px; background: #071214; padding: 24px 24px 18px; border-radius: 10px; color:#eafef7;
}
.theme-neon .text-muted { color: #b2ffe8 !important; }
.theme-neon .header-area .navbar-info .nav-link.active {
  color: #041b16; background: linear-gradient(90deg,#34d399,#a78bfa); backdrop-filter: blur(6px);
}

/* //------------------------------------------ */
/* ============================================
   THEME: Cyber (Creator)
   -------------------------------------------- */
body.theme-cyber { background: #060b10; color: #e6fff7; }
.theme-cyber .card {
  border: 0;
  background-color: #07131de6;
  box-shadow: 0 0 18px 0 rgb(34 211 238 / 20%), 0 0 18px 0 rgb(163 230 53 / 16%) inset;
  border-radius: 16px;
  border: 1px solid #0b3c46;
  height: 100%;
  color: #e6fff7;
}
.theme-cyber .header-area .menu-container {
  background-color: #07131de6;
  box-shadow: 0 0 18px 0 rgb(34 211 238 / 20%);
  border-radius: 16px;
  padding: 10px 10px 10px 24px;
  border: 1px solid #0b3c46;
  backdrop-filter: blur(4px);
}
/* Mobile */
.theme-cyber .mobile-sidebar{
  background-color: #07131de6;
  box-shadow: 0 0 18px 0 rgb(34 211 238 / 20%);
  border: 1px solid #0b3c46;
  border-radius: 16px;
  backdrop-filter: blur(4px);
}
.theme-cyber .mobile-nav a{
  color: #ffffff;
}
.theme-cyber .mobile-nav a.active{
  color: #051018;
  background: linear-gradient(90deg,#22d3ee,#a3e635);
  border-radius: 10px;
  padding: 3px 10px;
}
.theme-cyber .edit-container {
  max-width: 900px; background: #051018; padding: 24px 24px 18px; border-radius: 10px; color:#e6fff7;
}
.theme-cyber .text-muted { color: #a8fff2 !important; }
.theme-cyber .header-area .navbar-info .nav-link.active {
  color: #051018; background: linear-gradient(90deg,#22d3ee,#a3e635); backdrop-filter: blur(6px);
}

/* //------------------------------------------ */
/* ============================================
   THEME: AMOLED (Creator)
   -------------------------------------------- */
body.theme-amoled { background: #000000; color: #f5f5f5; }
.theme-amoled .card {
  border: 0;
  background-color: #000000e6;
  box-shadow: 0 1px 14px 0 rgb(0 0 0 / 55%);
  border-radius: 16px;
  border: 1px solid #6d6d6d6b;
  height: 100%;
  color: #f5f5f5;
}
.theme-amoled .header-area .menu-container {
  background-color: #000000e6;
  box-shadow: 0 1px 14px 0 rgb(0 0 0 / 55%);
  border-radius: 16px;
  padding: 10px 10px 10px 24px;
  border: 1px solid #6d6d6d6b;
  backdrop-filter: blur(3px);
  color: white;
}
/* Mobile */
.theme-amoled .mobile-sidebar{
  background-color: #000000e6;
  box-shadow: 0 1px 14px 0 rgb(0 0 0 / 55%);
  border: 1px solid #6d6d6d6b;
  border-radius: 16px;
  backdrop-filter: blur(3px);
}
.theme-amoled .mobile-nav a{
  color: #ffffff;
}
.theme-amoled .mobile-nav a.active{
  color: #000;
  background-color: #f5f5f5;
	border-radius: 4px;
	padding: 3px 10px;
}
.theme-amoled .edit-container {
  max-width: 900px; background: #0a0a0a; padding: 24px 24px 18px; border-radius: 10px; color:#f5f5f5;
}
.theme-amoled .text-muted { color: #bdbdbd !important; }
.theme-amoled .header-area .navbar-info .nav-link.active {
  color: #000; background-color: #f5f5f5; backdrop-filter: blur(6px);
}


/* Keep latest shadow overrides */
.theme-flat .card {
	/* box-shadow: 0 1px 2px 0 rgba(26, 31, 44, 0.25); */
    box-shadow: 0 0 7px 0px rgb(141 141 141 / 34%);
}

.theme-flat .header-area .menu-container {
    box-shadow: 0 0 7px 0px rgb(141 141 141 / 34%);
}

/* --------------------------------------------------------------------------------- */



.theme-blue .text-muted {
    color: #696969 !important;
}

.theme-blue .card {
    border: 0;
    background-color: #1eb8d00d;
    /* box-shadow: 0 1px 2px 0 rgba(26, 31, 44, 0.25); */
    box-shadow: 0 0 7px 0px rgb(141 141 141 / 34%);
    border-radius: 16px;
    border: 1px solid white;
    height: 100%;
    backdrop-filter: blur(3px);
    color: #000000;
}

.theme-blue .header-area .menu-container {
    background-color: #1eb8d00d;
    box-shadow: 0 0 7px 0px rgb(141 141 141 / 34%);
    border-radius: 16px;
    padding: 10px 10px 10px 24px;
    display: flex;
    width: 100%;
    align-items: center;
    /* gap: 15px; */
    border: 1px solid white;
	backdrop-filter: blur(3px);
}

/* -------------------------------------------------------------------------------- */