/* IBTIKAR Technologies Brand — blue-cyan gradient theme */
:root {
  /* Core brand colors (from logo: #3e6fb7 blue + #41bded cyan) */
  --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;

  /* Icon accent color */
  --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;
}
