.ai-history-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
	padding-top: 50px;
}

.ai-history-container h2 {
  text-align: center;
  margin-bottom: 2rem;
}

/* Timeline container with arrow background */
.timeline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
}

.timeline::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50px;
  right: 200px; /* Make space for arrowhead */
  height: 200px;
  background-color: #ccc;
  transform: translateY(-50%);
  z-index: 0;
}

.timeline::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 200px solid transparent;
  border-bottom: 200px solid transparent;
  border-left: 200px solid #ccc; /* Arrow color */
  z-index: 0;
}

.timeline-box {
	background-color: #0b3d5c;
	color: white;
	border-radius: 6px;
	padding: 1rem;
	flex: 1 1 200px;
	min-width: 200px;
	min-height: 170px;
	z-index: 1;
	position: relative;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.timeline-box:not(:first-child) {
  margin-left: 20px;
}
.timeline-box h3 {
	margin-bottom: 0;
	font-size: 1.4rem;
	color: #fff;
}
.timeline-box p { 
	font-size: 1rem;
	line-height: 1.2;
	margin-bottom: 8px;
}
.timeline-box p:last-of-type {
	margin-bottom: 0;
}
/* Mobile layout */
@media (max-width: 768px) {
  .timeline {
    flex-direction: column;
    align-items: center;
    background: none;
  }
}
.history-desc {
	margin-top: 8rem;
}
/* AI types */
.ai-evolution-container {
	background: linear-gradient(to right, #2a005f, #000000);
	color: white;
}
.ai-circle {
	position: relative;
	background-color: #3e8fbf;
	color: white;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 1.1rem;
	margin-bottom: 1rem;
	margin-left: 40px;
	margin-top: 20px;
}
.ai-node:not(:last-of-type) .ai-circle::after {
	content: "\f324";
	font-family: "Font Awesome 5 Pro";
	position: absolute;
	top: 35%;
	left: 100%;
	margin-left: 50px;
	font-size: 2rem;
	color: white;
}
.ai-node ul {
	list-style-type: disc;
	padding-left: 20px;
	text-align: left;
	font-size: 0.95rem;
}
.date-timeline .card__body { 
	background: #003D5C;
	min-height: 168px;
}
.date-timeline .card__body h5,
.date-timeline .card__body p { color: #fff; }
.date-timeline .card__body p:last-of-type {margin-bottom: 0}
.date-timeline .card__footer p {font-size: 1rem}
.date-timeline .card__footer {
	min-height: 301px;
	display: flex;
	flex-direction: column;
	flex-grow: 0;
}
.card__footer .button.button--small {
	margin-top: auto; /* pushes button to bottom of footer */
	align-self: flex-start; /* optional: align left; use center/right as needed */
}
.sfContentBlock>ul.quick_links li:not(:last-child) {padding-bottom: 0}
.in-this-section h6 {margin-bottom: 12px}
.in-this-section .quick_links a {padding: 0}
.feedback {
	border: 1px solid #00547e;
	border-radius: 4px;
	background: #f7fcff;
	padding: 15px;
}
.grid.ai-evolution-container { margin-right: 0; }
@media (max-width: 907.98px) {
/*	.grid__unit.main_unit, .grid__unit.sidebar_unit { padding-right: 12px }*/
	.ai-history-container {padding-top: 0}
	.ai-history-container .timeline,
	.ai-history-container .timeline .timeline-box { display: block; }
	.ai-history-container .timeline .timeline-box {
		position: relative;
		margin-left: 0;
	}
	.ai-history-container .timeline .timeline-box:not(:last-of-type) {margin-bottom: 60px}
	.ai-history-container .timeline .timeline-box:not(:last-of-type)::after {
		content: "\f322";
		font-family: "Font Awesome 5 Pro";
		position: absolute;
		bottom: -50px;
		left: 50%;
		transform: translateX(-50%);
		font-size: 2rem;
		color: #ccc;
		line-height: 1;
		pointer-events: none;
	}
	.timeline { position: relative;	}
	.timeline::before,
	.timeline::after { display: none; }
	.history-desc { margin-top: 2.5rem }
	.space-t-300.history-ai-wrapper { margin-top: 2.5rem !important }
}
@media (max-width: 1019.98px) {
	.ai-node:not(:last-of-type) .ai-circle::after {display: none}
	.ai-node { position: relative }
	.grid--compact > .ai-node:not(:last-of-type) { padding-bottom: 60px }
	.ai-node ul { margin-bottom: 10px !important }
	.ai-node:not(:last-of-type)::after {
		content: "\f322";
		font-family: "Font Awesome 5 Pro";
		position: absolute;
		bottom: 20px;
		left: 60px;
		transform: translateX(-50%);
		font-size: 2rem;
		color: #fff;
		line-height: 1;
		pointer-events: none;
	}
	.date-timeline .card__footer,
	.date-timeline .card__body { min-height: unset !important }
}


























