/* Asmorix Student Registration — Enroll Now look, wider layout */
body.page-slug-student-registration-form .toptech-single-blog--thumb,
body.page-slug-student-registration-form .toptech-single-blog-title,
body.page-slug-student-registration-form .page-list-single,
body.page-slug-student-registration-form .entry-header,
body.page-slug-student-registration-form .comments-area,
body.page-slug-student-registration-form #comments,
body.page-slug-course-registration .toptech-single-blog--thumb,
body.page-slug-course-registration .toptech-single-blog-title,
body.page-slug-course-registration .page-list-single,
body.page-slug-course-registration .entry-header,
body.page-slug-course-registration .comments-area,
body.page-slug-course-registration #comments {
	display: none !important;
}

body.page-slug-student-registration-form .toptech-blog-area,
body.page-slug-student-registration-form .toptech-blog-area > .container,
body.page-slug-student-registration-form .toptech-single-blog-details,
body.page-slug-student-registration-form .toptech-single-blog-content,
body.page-slug-student-registration-form .single-blog-content,
body.page-slug-course-registration .toptech-blog-area,
body.page-slug-course-registration .toptech-blog-area > .container,
body.page-slug-course-registration .toptech-single-blog-details,
body.page-slug-course-registration .toptech-single-blog-content,
body.page-slug-course-registration .single-blog-content {
	padding: 0 !important;
	margin: 0 !important;
	max-width: none !important;
	width: 100% !important;
	background: transparent !important;
	box-shadow: none !important;
	border: 0 !important;
}

.asmorix-reg {
	--reg-blue: #0c5adb;
	--reg-blue-deep: #0946b0;
	--reg-navy: #041424;
	--reg-yellow: #ffd200;
	--reg-muted: #5b6b7c;
	--reg-line: #e4ebf3;
	--reg-soft: #f4f7fb;
	--reg-ok: #15803d;
	--reg-danger: #e11d48;
	--reg-font: "Nunito", "Poppins", sans-serif;
	--reg-display: "Rajdhani", "Nunito", sans-serif;
	font-family: var(--reg-font);
	color: var(--reg-navy);
	padding: 36px 20px 72px;
	background:
		radial-gradient(900px 420px at 12% 0%, rgba(12, 90, 219, 0.14), transparent 55%),
		radial-gradient(700px 360px at 92% 18%, rgba(255, 210, 0, 0.12), transparent 50%),
		linear-gradient(180deg, #eef4fb 0%, #f7fafd 42%, #ffffff 100%);
}

.asmorix-reg *,
.asmorix-reg *::before,
.asmorix-reg *::after {
	box-sizing: border-box;
}

.asmorix-reg__shell {
	width: min(1240px, 100%);
	margin: 0 auto;
}

.asmorix-reg__card {
	display: grid;
	grid-template-columns: minmax(280px, 0.95fr) 1.55fr;
	background: #fff;
	border-radius: 22px;
	overflow: hidden;
	box-shadow:
		0 0 0 1px rgba(255, 255, 255, 0.28),
		0 28px 80px rgba(4, 20, 36, 0.16);
}

/* —— Aside —— */
.asmorix-reg__aside {
	position: relative;
	padding: 34px 28px 30px;
	background: linear-gradient(165deg, #062a63 0%, #0c5adb 48%, #0a3f9e 100%);
	color: #fff;
	overflow: hidden;
}

.asmorix-reg__aside::before {
	content: "";
	position: absolute;
	inset: auto -40px -60px auto;
	width: 220px;
	height: 220px;
	border-radius: 50%;
	background: rgba(255, 210, 0, 0.16);
	pointer-events: none;
}

.asmorix-reg__aside::after {
	content: "";
	position: absolute;
	top: -50px;
	left: -40px;
	width: 160px;
	height: 160px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.08);
	pointer-events: none;
}

.asmorix-reg__aside-eyebrow {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	margin: 0 0 14px;
	padding: 5px 10px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.14);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #fff;
}

.asmorix-reg__aside-title {
	position: relative;
	z-index: 1;
	margin: 0 0 10px;
	font-family: var(--reg-display);
	font-size: clamp(26px, 3vw, 34px);
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: -0.02em;
	color: #fff;
}

.asmorix-reg__aside-title span {
	color: var(--reg-yellow);
}

.asmorix-reg__aside-lead {
	position: relative;
	z-index: 1;
	margin: 0 0 18px;
	font-size: 14px;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.86);
}

.asmorix-reg__aside-heading {
	position: relative;
	z-index: 1;
	margin: 0 0 10px;
	font-family: var(--reg-display);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--reg-yellow);
}

.asmorix-reg__aside-list {
	position: relative;
	z-index: 1;
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 10px;
}

.asmorix-reg__aside-list li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 13.5px;
	font-weight: 600;
	line-height: 1.4;
	color: #fff;
}

.asmorix-reg__aside-list li svg {
	width: 18px;
	height: 18px;
	flex-shrink: 0;
	margin-top: 1px;
	color: var(--reg-yellow);
}

.asmorix-reg__aside-chips {
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 18px;
}

.asmorix-reg__aside-chips span {
	display: inline-flex;
	padding: 5px 10px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.18);
	font-size: 11.5px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.02em;
}

.asmorix-reg__aside-foot {
	position: relative;
	z-index: 1;
	margin-top: 22px;
	padding-top: 16px;
	border-top: 1px solid rgba(255, 255, 255, 0.18);
	font-size: 12.5px;
	color: rgba(255, 255, 255, 0.8);
}

.asmorix-reg__aside-foot a {
	color: #fff;
	font-weight: 800;
	text-decoration: none;
	border-bottom: 1px solid rgba(255, 210, 0, 0.55);
}

/* —— Form body —— */
.asmorix-reg__body {
	position: relative;
	z-index: 1;
	padding: 30px 34px 28px;
	background: linear-gradient(180deg, #ffffff 0%, #fbfcfe 100%);
}

.asmorix-reg__body::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(90deg, #ffd200 0%, #ffe566 40%, #0c5adb 100%);
}

.asmorix-reg__title {
	margin: 0 0 4px;
	font-family: var(--reg-display);
	font-size: clamp(24px, 2.8vw, 32px);
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: -0.02em;
	color: var(--reg-navy);
}

.asmorix-reg__title span {
	color: var(--reg-blue);
}

.asmorix-reg__lead {
	margin: 0 0 18px;
	font-size: 16.5px;
	line-height: 1.6;
	font-weight: 600;
	color: var(--reg-muted);
	max-width: 68ch;
}

.asmorix-reg__form {
	display: grid;
	gap: 12px;
}

.asmorix-reg__section {
	margin: 8px 0 0;
	padding: 0;
	font-family: var(--reg-display);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--reg-blue);
}

.asmorix-reg__section:first-child {
	margin-top: 0;
}

.asmorix-reg__row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
}

.asmorix-reg__row--4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.asmorix-reg__field {
	display: grid;
	gap: 5px;
	min-width: 0;
}

.asmorix-reg__label {
	margin: 0;
	font-size: 12.5px;
	font-weight: 700;
	color: var(--reg-navy);
}

.asmorix-reg__label em {
	font-style: normal;
	color: var(--reg-danger);
}

.asmorix-reg__field input,
.asmorix-reg__field select,
.asmorix-reg__field textarea {
	width: 100%;
	min-height: 44px;
	padding: 0 12px;
	border: 1.5px solid var(--reg-line);
	border-radius: 10px;
	background: #fff;
	font: 600 14.5px/1.3 var(--reg-font);
	color: var(--reg-navy);
	outline: none;
	transition: border-color 0.18s ease, box-shadow 0.18s ease;
	appearance: none;
	-webkit-appearance: none;
}

.asmorix-reg__field select {
	padding-right: 36px;
	background-color: #fff;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23041424' d='M1.4.6L6 5.2 10.6.6 12 2 6 8 0 2z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 14px center;
	cursor: pointer;
}

.asmorix-reg__field select option,
.asmorix-reg__field select optgroup {
	color: var(--reg-navy);
	background: #fff;
	font-weight: 600;
}

.asmorix-reg__field textarea {
	min-height: 44px;
	padding-top: 10px;
	padding-bottom: 10px;
	resize: vertical;
}

.asmorix-reg__field input::placeholder,
.asmorix-reg__field textarea::placeholder {
	color: #93a0b0;
	font-weight: 600;
}

.asmorix-reg__field input:hover,
.asmorix-reg__field select:hover,
.asmorix-reg__field textarea:hover {
	border-color: #c9d6e8;
}

.asmorix-reg__field input:focus,
.asmorix-reg__field select:focus,
.asmorix-reg__field textarea:focus {
	border-color: var(--reg-blue);
	box-shadow: 0 0 0 3px rgba(12, 90, 219, 0.12);
}

.asmorix-reg__field input.is-invalid,
.asmorix-reg__field select.is-invalid,
.asmorix-reg__field textarea.is-invalid {
	border-color: #e74c3c;
	box-shadow: 0 0 0 3px rgba(231, 76, 60, 0.1);
}

.asmorix-reg__actions {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 10px;
	margin-top: 6px;
	align-items: stretch;
}

.asmorix-reg__submit {
	width: 100%;
	min-height: 48px;
	border: 0;
	border-radius: 12px;
	background: linear-gradient(135deg, #ffd200 0%, #ffc400 55%, #f5b800 140%);
	color: var(--reg-navy);
	font-family: var(--reg-display);
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	cursor: pointer;
	box-shadow: 0 12px 28px rgba(255, 210, 0, 0.38);
	position: relative;
	overflow: hidden;
	transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.asmorix-reg__submit::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 3px;
	background: var(--reg-blue);
}

.asmorix-reg__submit:hover {
	filter: brightness(1.04);
	transform: translateY(-1px);
	box-shadow: 0 16px 32px rgba(255, 210, 0, 0.48);
}

.asmorix-reg__submit:disabled {
	opacity: 0.72;
	cursor: wait;
	transform: none;
}

.asmorix-reg__reset {
	min-height: 48px;
	padding: 0 20px;
	border: 1.5px solid var(--reg-line);
	border-radius: 12px;
	background: #fff;
	color: var(--reg-blue);
	font-family: var(--reg-font);
	font-size: 13.5px;
	font-weight: 800;
	cursor: pointer;
	transition: background 0.15s ease, border-color 0.15s ease;
}

.asmorix-reg__reset:hover {
	background: var(--reg-soft);
	border-color: #c9d6e8;
}

.asmorix-reg__msg {
	display: none;
	padding: 10px 12px;
	font-size: 12.5px;
	font-weight: 700;
	border-radius: 10px;
}

.asmorix-reg__msg.is-on {
	display: block;
}

.asmorix-reg__msg--ok {
	background: #e8f8ee;
	border: 1px solid #b7e4c7;
	color: var(--reg-ok);
}

.asmorix-reg__msg--err {
	background: #fef2f2;
	border: 1px solid #fecaca;
	color: #b91c1c;
}

@media (max-width: 1100px) {
	.asmorix-reg__row--4 {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 900px) {
	.asmorix-reg {
		padding: 20px 12px 56px;
	}

	.asmorix-reg__card {
		grid-template-columns: 1fr;
		border-radius: 18px;
	}

	.asmorix-reg__aside {
		padding: 24px 20px 22px;
	}

	.asmorix-reg__body {
		padding: 22px 18px 20px;
	}

	.asmorix-reg__row,
	.asmorix-reg__row--4 {
		grid-template-columns: 1fr;
	}

	.asmorix-reg__actions {
		grid-template-columns: 1fr;
	}
}
