:root {
  --body-bg: #fbfbfb;
  --main-menu-bg: #fbfbfb;
  --main-menu-btn-bg: #fe9961;
  --main-menu-font-color: #484848;
  --main-menu-font-highlight-color: #286efb;
  --main-menu-sticky-bg: #72c2f8;
  --main-menu-sticky-font-color: #fff;
  --main-banner-bg: #fbfbfb;
  --mobile-menu-bg: #85d4f3;
  --mobile-menu-sidebar-bg: #85d4f3;
  --mobile-menu-font-color: #484848;
  --main-banner-height: 500px;
  --icons-color: #fe9961;
  --breadcrumb-background: #edf8ff;
  --breadcrumb-font-color: #626262;
  --site-btn-bg: #fe9961;
  --site-btn-font-color: #fff;
  --main-banner: url(http://localhost:8000/uploads/identities/site-banner.jpg);
  --breadcrumb-image: url(http://localhost:8000/uploads/identities/site-breadcrumb-image.png);
  --testimonials-banner: url(http://localhost:8000/uploads/identities/site-breadcrumb-image.jpg);

  --brand-blue: #286efb;
  --brand-blue-hover: #1e56ca;
  --brand-yellow: #ffd700;
  --brand-yellow-hover: #fdd835;
  --brand-yellow-dark: #854d0e;

  --text-dark: #0f172a;
  --text-muted: #64748b;
  --text-subtle: #94a3b8;

  --bg-light: #fbfbfb;
  --bg-soft: #f8fafc;
  --white: #ffffff;

  --border-light: #f1f5f9;
  --border-subtle: #e2e8f0;
  --border-input: #cbd5e1;

  --blue-soft: #e8f3fd;
  --blue-subtle: #eff6ff;

  --success-green: #10b981;
  --success-bg: #dcfce7;
  --success-text: #15803d;

  --danger-red: #ef4444;
  --deadline-red: #e11d48;

  --section-padding: 80px;
  --border-radius: 24px;
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.05);
  --shadow-lg:
    0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
