.home .header-container.lp-header-bg {
	background-image: none !important;
}

.home .lp-home-banner-contianer {
	background-image: url("/wp-content/uploads/2025/01/three-gradutes-friends-graduation-gowns-walking-campus-scaled-3.jpg") !important;
	background-position: 50% 18% !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

.home .header-container.lp-header-bg.so-home-hero-stable {
	min-height: var(--so-home-hero-stable-height);
}

.lp-home-banner-contianer-inner-new-search .lp-search-bar {
	overflow: visible;
	background: transparent;
}

.so-home-search {
	position: relative;
	width: min(100%, 820px);
	margin: 0 auto;
	padding: 14px;
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: 16px;
	background: #18232f;
	box-shadow: 0 18px 40px rgba(15, 23, 42, .24);
	font-family: "Atkinson Hyperlegible", Arial, sans-serif;
	text-align: left;
}

.so-home-search__form {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 10px;
	margin: 0;
}

.so-home-search__field {
	position: relative;
	min-width: 0;
}

.so-home-search__field label {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.so-home-search__field svg {
	position: absolute;
	top: 50%;
	left: 17px;
	z-index: 1;
	color: #475569;
	transform: translateY(-50%);
	pointer-events: none;
}

.so-home-search__field input {
	width: 100%;
	height: 56px;
	margin: 0;
	padding: 0 18px 0 50px;
	border: 2px solid transparent;
	border-radius: 10px;
	background: #fff;
	color: #0f172a;
	font-size: 17px;
	line-height: 1.4;
	box-shadow: none;
	transition: border-color 180ms ease, box-shadow 180ms ease;
}

.so-home-search__field input::placeholder {
	color: #64748b;
	opacity: 1;
}

.so-home-search__field input:focus {
	border-color: #56b65d;
	outline: 0;
	box-shadow: 0 0 0 4px rgba(86, 182, 93, .22);
}

.so-home-search__form button {
	min-width: 172px;
	min-height: 56px;
	padding: 0 22px;
	border: 0;
	border-radius: 10px;
	background: #56b65d;
	color: #07150a;
	font-size: 17px;
	font-weight: 700;
	cursor: pointer;
	transition: background 180ms ease, box-shadow 180ms ease;
}

.so-home-search__form button:hover {
	background: #67c96e;
	box-shadow: 0 8px 20px rgba(86, 182, 93, .26);
}

.so-home-search__form button:focus-visible,
.so-home-search__routes a:focus-visible,
.so-home-search__results a:focus-visible {
	outline: 3px solid #fbbf24;
	outline-offset: 3px;
}

.so-home-search__help {
	margin: 9px 4px 0;
	color: #dbe5ef;
	font-size: 14px;
	line-height: 1.45;
}

.so-home-search__routes {
	display: flex;
	align-items: center;
	gap: 9px;
	margin: 7px 4px 0;
	color: #b8c6d5;
	font-size: 14px;
}

.so-home-search__routes a {
	color: #fff;
	font-weight: 700;
	text-decoration: underline;
	text-decoration-color: rgba(255, 255, 255, .45);
	text-underline-offset: 3px;
}

.so-home-search__routes a:hover {
	color: #b9f1bd;
	text-decoration-color: currentColor;
}

.so-home-search__results {
	position: absolute;
	top: calc(100% + 10px);
	left: 14px;
	right: 14px;
	z-index: 1000;
	max-height: min(520px, 62vh);
	overflow-y: auto;
	border: 1px solid #dbe4ee;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 24px 58px rgba(15, 23, 42, .26);
	color: #0f172a;
}

.so-home-search__results[hidden] {
	display: none;
}

.so-home-search__group + .so-home-search__group {
	border-top: 1px solid #e5eaf0;
}

.so-home-search__group-title {
	margin: 0;
	padding: 12px 16px 7px;
	color: #475569;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .04em;
	line-height: 1.3;
	text-transform: uppercase;
}

.so-home-search__results [role="option"] {
	display: grid;
	grid-template-columns: 38px minmax(0, 1fr) auto;
	align-items: center;
	gap: 11px;
	min-height: 62px;
	padding: 9px 16px;
	border: 0;
	color: #0f172a;
	text-decoration: none;
	cursor: pointer;
	transition: background 160ms ease;
}

.so-home-search__results [role="option"]:hover,
.so-home-search__results [role="option"].is-active {
	background: #edf9ee;
	color: #0f172a;
}

.so-home-search__result-icon {
	display: grid;
	width: 38px;
	height: 38px;
	place-items: center;
	border-radius: 10px;
	background: #e8f6e9;
	color: #237a2a;
}

.so-home-search__result-icon svg {
	width: 22px;
	height: 22px;
}

.so-home-search__result-copy {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 2px;
}

.so-home-search__result-copy strong {
	overflow: hidden;
	color: #0f172a;
	font-size: 16px;
	line-height: 1.25;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.so-home-search__result-copy > span {
	overflow: hidden;
	color: #64748b;
	font-size: 14px;
	line-height: 1.3;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.so-home-search__result-type {
	padding: 5px 9px;
	border-radius: 999px;
	background: #f1f5f9;
	color: #475569;
	font-size: 12px;
	font-weight: 700;
}

.so-home-search__all {
	display: block;
	padding: 13px 16px;
	border-top: 1px solid #e5eaf0;
	background: #f8fafc;
	color: #176c20;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
}

.so-home-search__all:hover {
	background: #edf9ee;
	color: #125817;
}

.so-home-search__empty {
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding: 18px;
}

.so-home-search__empty strong {
	color: #0f172a;
	font-size: 16px;
}

.so-home-search__empty span {
	color: #475569;
	font-size: 14px;
	line-height: 1.45;
}

.so-home-search.is-loading .so-home-search__field::after {
	position: absolute;
	top: 19px;
	right: 16px;
	width: 18px;
	height: 18px;
	border: 2px solid #cbd5e1;
	border-top-color: #237a2a;
	border-radius: 50%;
	content: "";
	animation: so-home-search-spin .7s linear infinite;
}

@keyframes so-home-search-spin {
	to { transform: rotate(360deg); }
}

@media (max-width: 767px) {
	.so-home-search {
		width: calc(100% - 20px);
		padding: 10px;
		border-radius: 14px;
	}

	.so-home-search__form {
		grid-template-columns: 1fr;
	}

	.so-home-search__form button {
		width: 100%;
		min-height: 50px;
	}

	.so-home-search__results {
		left: 10px;
		right: 10px;
		max-height: 54vh;
	}

	.so-home-search__result-type {
		display: none;
	}

	.so-home-search__results [role="option"] {
		grid-template-columns: 38px minmax(0, 1fr);
	}

	.so-home-search__routes {
		justify-content: center;
		flex-wrap: wrap;
	}
}

@media (prefers-reduced-motion: reduce) {
	.so-home-search *,
	.so-home-search *::before,
	.so-home-search *::after {
		scroll-behavior: auto !important;
		transition: none !important;
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
	}
}
