/* ==========================
   Default Theme (Fallback)
========================== */
:root {

  --primary-color: #333;
  --secondary-color: #777;
  --accent-color: #ccc;
  --white: #fff;
  --text-color: #212529;
  --but-b: #1E88E5;
  --but-b1: #0059ff;
  --but-bh: #1565C0;
  --but-b2: #2368A4;
  --but-b3: #005577;
  --but-o: #FB8C00;
  --but-oh:#EF6C00;
  --but-g:#B0BEC5;
  --but-gh:#90A4AE;
}

/* ========================== */
html[data-theme="Restaurants & Food"] {
  --primary-color: #d62828;
  --secondary-color: #f77f00;
  --accent-color: #fcbf49;
  --background-color: #fff8f0;
  --text-color: #2b2b2b;
}

/* ========================== */
html[data-theme="Health & Medical"] {
  --primary-color: #0077b6;
  --secondary-color: #00b4d8;
  --accent-color: #90e0ef;
  --background-color: #e0f7fa;
  --text-color: #1a1a1a;
}

/* ========================== */
html[data-theme="Shopping & Stores"] {
  --primary-color: #198754;
  --secondary-color: #28a745;
  --accent-color: #a3d9a5;
  --background-color: #f4fef4;
  --text-color: #1c1c1c;
}

/* ========================== */
html[data-theme="Education"] {
  --primary-color: #3f51b5;
  --secondary-color: #5c6bc0;
  --accent-color: #c5cae9;
  --background-color: #f3f4ff;
  --text-color: #212121;
}

/* ========================== */
html[data-theme="Beauty & Cosmetic Services"] {
  --primary-color: #b5179e;
  --secondary-color: #f72585;
  --accent-color: #ffb3c6;
  --background-color: #fff0f6;
  --text-color: #2e2e2e;
}

/* ========================== */
html[data-theme="Entertainment & Events"] {
  --primary-color: #ff6f61;
  --secondary-color: #ffa07a;
  --accent-color: #ffe5b4;
  --background-color: #fffaf5;
  --text-color: #2e2e2e;
}

/* ========================== */
html[data-theme="Public Services"] {
  --primary-color: #6c757d;
  --secondary-color: #adb5bd;
  --accent-color: #dee2e6;
  --background-color: #f8f9fa;
  --text-color: #1c1c1c;
}

/* ========================== */
html[data-theme="Real Estate"] {
  --primary-color: #0d6efd;
  --secondary-color: #1e90ff;
  --accent-color: #bcd4ff;
  --background-color: #f0f8ff;
  --text-color: #1a1a1a;
}