body {
	background: #f7f8fa;
	font-family: Arial, sans-serif;
	color: #111;
}

.form-page {
	max-width: 1120px;
	margin: 40px auto;
	background: #fff;
	padding: 26px;
	box-shadow: 0 10px 35px rgba(0, 0, 0, 0.04);
	border-radius: 18px 18px 0 0;
}

.event-header {
	overflow: hidden;
	margin: -26px -26px 22px;
	border-radius: 18px 18px 0 0;
	background: #17375e;
}

.event-header-content {
	position: relative;
	display: flex;
	min-height: 210px;
	padding: 35px 20px;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	background: linear-gradient(135deg, #0f2745 0%, #17375e 45%, #3f709b 100%);
}

.event-header-content::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at top right, rgba(255, 255, 255, 0.14), transparent 42%);
	pointer-events: none;
}

.event-header-content > * {
	position: relative;
	z-index: 1;
}

.hero-title {
	margin: 0;
	font-size: clamp(18px, 4vw, 28px);
	font-weight: 800;
	color: #fff;
	line-height: 1.25;
	text-transform: uppercase;
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

.hero-title sup {
	position: relative;
	top: -0.45em;
	font-size: 55%;
}

.hero-second-title {
	margin: 14px 0 0;
	font-size: clamp(17px, 3vw, 23px);
	font-weight: 800;
	color: rgba(255, 255, 255, 0.95);
	line-height: 1.25;
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

.event-info {
	display: flex;
	padding: 15px 20px;
	align-items: center;
	justify-content: center;
	gap: 30px;
	background: #0d2340;
	color: #fff;
}

.event-info-item {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	font-size: 15px;
	font-weight: 600;
}

.event-info-item i {
	color: #fff;
	font-size: 17px;
}

@media (max-width: 767px) {
	.event-header {
		margin: -15px -15px 20px;
	}

	.event-header-content {
		min-height: 180px;
		padding: 30px 15px;
	}

	.hero-title {
		font-size: 18px;
	}

	.hero-second-title {
		font-size: 16px;
	}

	.event-info {
		flex-direction: column;
		gap: 8px;
		padding: 13px 15px;
	}
}

/* .hero-title { */
	/* font-size: 21px; */
	/* font-weight: 800; */
	/* color: #061a38; */
	/* margin-bottom: 8px; */
/* } */

.hero-title {
	font-size: clamp(18px, 4vw, 28px);
	font-weight: 800;
	color: #fff;
	line-height: 1.25;
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

.hero-second-title {
	font-size: clamp(16px, 3vw, 23px);
	font-weight: 800;
	color: rgba(255, 255, 255, 0.9);
	line-height: 1.25;
	margin-top: 5px;
	margin-bottom: 8px;
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

@media (max-width: 575px) {
	.hero-box {
		height: auto;
		min-height: 180px;
		padding: 30px 15px;
	}
}

.hero-logo {
	max-width: 200px;
	height: auto;
}

.deadline {
	margin-top: 20px;
	font-size: 16px;
	color: #555;
}

.deadline strong {
	color: #f00;
}

.required-note {
	font-size: 16px;
	color: #555;
	margin-bottom: 18px;
}

.required {
	color: #f00;
}

.form-label {
	font-weight: 700;
	margin-bottom: 12px;
	color: #000;
}

.form-control,
.form-select {
	height: 46px;
	border-color: #d7d7d7;
	border-radius: 7px;
	font-size: 15px;
	padding-left: 18px;
	padding-right: 18px;
}

.form-control:focus,
.form-select:focus {
	box-shadow: none;
	border-color: #8ab7c7;
}

.form-group {
	margin-bottom: 20px;
}

.divider {
	border-top: 1px solid #ddd;
	margin: 18px 0 28px;
}

.btn-submit {
	background: #0b5ed7;
	color: #fff;
	border: 0;
	border-radius: 6px;
	padding: 12px 34px;
	font-weight: 700;
}

.btn-submit:hover {
	background: #084db4;
	color: #fff;
}

@media (max-width: 767px) {
	.form-page {
		margin: 0;
		padding: 15px;
		margin-top: 10px;
	}
}

.iti {
	width: 100%;
}

.iti input {
	width: 100%;
}