/* =====================================
   REPLACE LEARN-THEME PURPLE ONLY
   ===================================== */

/* Sidebar base purple */
#sidebar {
  background-color: #0B1F33 !important;
}

/* Purple header behind logo */
#sidebar #header {
  background-color: #0B1F33 !important;
}

/* Search bar background */
#sidebar .searchbox {
  background-color: #1F3A5F !important;
}

/* Purple strip behind active menu item (About me) */
#sidebar ul.topics > li.active > a {
  background-color: #1F3A5F !important;
}

/* Hover state */
#sidebar ul.topics > li > a:hover {
  background-color: #1F3A5F !important;
}

/* Search input itself */
#sidebar .searchbox input {
  background-color: #1F3A5F !important;
  color: #FFFFFF !important;
}

/* Icons that were purple */
#sidebar i,
#sidebar svg {
  color: #4DA3FF !important;
}

/* Text inside sidebar */
#sidebar,
#sidebar a,
#sidebar span,
#sidebar li {
  color: #FFFFFF !important;
}
/* ===============================
   HEADER WRAPPER (remove purple)
   =============================== */
#header-wrapper {
  background-color: #0B1F33 !important;
  background: #0B1F33 !important;
}
/* ===============================
   HOME / ABOUT LINK BAR
   =============================== */

/* Background of the homelinks section */
#homelinks {
  background-color: #0B1F33 !important;
}

/* Link inside homelinks */
#homelinks a {
  background-color: #0B1F33 !important;
  color: #FFFFFF !important;
}

/* Hover state */
#homelinks a:hover {
  background-color: #1F3A5F !important;
  color: #FFFFFF !important;
}

/* Icon color */
#homelinks i {
  color: #4DA3FF !important;
}
#header-wrapper,
#header {
  border-bottom: none !important;
}
#body-inner h4:first-of-type {
  text-align: center;
  font-weight: 300;
  letter-spacing: 0.03em;
  margin-top: -14px;
  margin-bottom: 32px;
  opacity: 0.85;
}
/* Case study subtitle under the big page title */
#body-inner h4:first-of-type {
  text-align: center !important;
  font-size: 1.35rem !important;
  font-weight: 500 !important;
  color: #2b2b2b !important;   /* darker */
  opacity: 1 !important;       /* remove light fade */
  margin-top: -18px !important;
  margin-bottom: 34px !important;
  letter-spacing: 0.02em;
}
/* Make section headings (Overview, Business Challenge, etc.) more “enterprise” */
#body-inner h2 {
  font-size: 2.1rem !important;
  font-weight: 600 !important;
  color: #3a3a3a !important;     /* softer than black */
  margin-top: 38px !important;
  margin-bottom: 14px !important;
}

/* Improve paragraph readability */
#body-inner p,
#body-inner li {
  color: #2f2f2f;
  font-size: 1.05rem;
  line-height: 1.65;
}
/* Make the big page title slightly darker for better contrast */
#body-inner h1 {
  color: #222 !important;
}
/* ===============================
   SIDEBAR MENU: SINGLE LINE + ELLIPSIS
   =============================== */

#sidebar ul.topics li a {
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: block !important;
  line-height: 1.3 !important;
  padding-top: 9px !important;
  padding-bottom: 9px !important;
}
