.banner-img {
	width: 100%;
	height: auto;
	display: block;
}

.event-table {
	width: 100%;
	margin-top: 30px;
	border-collapse: separate;
	border-spacing: 0;
	border: 1px solid #dee2e6;
	border-radius: 8px;
	overflow: hidden;
}

.event-table th {
	background-color: #28387d;
	color: #ffffff;
	padding: 15px;
	text-align: left;
	font-weight: 600;
}

.event-table td {
	padding: 15px;
	border-top: 1px solid #dee2e6;
	vertical-align: middle;
}

.event-table tr:hover {
	background-color: #f8f9fa;
}

.registration-link {
	display: inline-block;
	padding: 8px 16px;
	background-color: #28387d;
	color: #ffffff !important;
	border-radius: 4px;
	text-decoration: none;
	font-weight: 500;
	transition: background-color 0.3s;
}

.registration-link:hover {
	background-color: #1a2556;
}

.status-completed {
	color: #6c757d;
	font-style: italic;
}

.status-soon {
	color: #28387d;
	font-weight: 500;
}

.section-title h1 {
	color: #28387d;
	font-weight: bold;
	margin-bottom: 20px;
}
