.department-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin: 25px 0;
}

.pill {
  padding: 8px 16px;
  border-radius: 40px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  font-size: 14px;
  color: #333;
  font-weight: 500;
  letter-spacing: 0.3px;
}

.pill:hover {
  background-color: #8B1E2D; 
  color: #fff;
  border-color: #8B1E2D;
  transition: all 0.25s ease;
}

.section-title {
  letter-spacing: 1px;
  margin-bottom: 30px;
}

/* Section spacing */
.section {
  padding: 100px 0;
}

/* Timeline styling */
.timeline {
  margin: 20px 0 30px;
}

.timeline-number {
  font-size: 26px;
  font-weight: 700;
  color: #8B1E2D;  /* SGR maroon */
  display: block;
}

.timeline-label {
  font-size: 14px;
  color: #666;
}

test 

.zs-content ul {
  list-style: none !important;
  padding-left: 0 !important;
}

.zs-content ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 16px !important;
}

.zs-content ul li:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #8B1E2D;  /* SGR maroon */
  font-weight: bold;
}
