/* IBTIKAR Technologies Brand — blue-cyan gradient theme
   Source: logo SVG (cls-2 = #3E6FB7 primary blue, cls-3 = #41BDED cyan) */
:root {
  /* ── Brand colors ──────────────────────────────────────────────────────── */
  --client-primary: #3e6fb7;
  --client-primary-dark: #2a4f89;
  --client-primary-light: #41bded;
  --client-primary-hover: #345fa0;

  /* Light tints (backgrounds, badges, highlights) */
  --client-50: #f0f7ff;
  --client-100: #dceeff;
  --client-200: #b3d9ff;

  /* Mid tones (borders, text accents) */
  --client-500: #41bded;
  --client-600: #3e6fb7;
  --client-700: #345fa0;
  --client-800: #2a4f89;
  --client-900: #1f3f72;

  /* ── Neutral — text ────────────────────────────────────────────────────── */
  --client-text-primary: #2f343d;
  --client-text-secondary: #696969;
  --client-text-muted: #9ea2a8;
  --client-text-light: #6c727a;
  --client-white: #ffffff;
  --client-black: #000000;

  /* ── Neutral — borders & backgrounds ──────────────────────────────────── */
  --client-border-light: #cccccc;
  --client-border-muted: #ebecef;
  --client-bg-accent: #eaf2ff;
  --client-pagination-dot: #cbced1;
  --client-pagination-dot-inactive: #c4c4c4;

  /* ── Semantic ──────────────────────────────────────────────────────────── */
  --client-danger: #ec0d2a;
  --client-icon-accent: #41bded;

  /* ── Sidebar gradient ──────────────────────────────────────────────────── */
  --client-sidebar-from: #41bded;
  --client-sidebar-to: #3e6fb7;

  /* ── Active link styling ───────────────────────────────────────────────── */
  --client-active-link-bg: #3e6fb7;
  --client-active-link-border: #3e6fb7;
  --client-active-link-from: #dceeff;
  --client-active-link-via: #f0f7ff;

  /* ── Header gradient ───────────────────────────────────────────────────── */
  --client-header-from: #41bded;
  --client-header-via: #3e6fb7;
  --client-header-to: #2a4f89;

  /* ── Button gradient ───────────────────────────────────────────────────── */
  --client-button-from: #41bded;
  --client-button-via: #3e6fb7;
  --client-button-to: #41bded;

  /* ── Gradient text ─────────────────────────────────────────────────────── */
  --client-gradient-text-from: #41bded;
  --client-gradient-text-to: #3e6fb7;

  /* ── Scrollbar ─────────────────────────────────────────────────────────── */
  --scrollbar-thumb: #2a4f89;
  --scrollbar-thumb-hover: #1f3f72;
}
