.searchen-hero--default {
	position: relative;
	overflow: visible;
	padding-top: 5rem;

	padding-bottom: 5rem;

}

.searchen-hero__columns {
	margin-bottom: 0;
	gap: 56px;
	align-items: center;
}

.searchen-hero__col {
	min-height: 560px;
}

.searchen-hero__content {
	max-width: 560px;
	padding-top: 18px;
}
.searchen-hero__content.is-layout-constrained > * + * {
	margin-block-start: 0;
}
.searchen-hero__eyebrow {
	    display: inline-flex !important;
	align-items: center;
	gap: 10px;
	margin: 0 0 24px;
	padding: 10px 18px;
	border-radius: 999px;
	background: var(--wp--preset--color--light-blue);
	color: var(--wp--preset--color--text);
	box-shadow: 0 12px 28px rgba(17, 45, 96, 0.08);
}

.searchen-hero__eyebrow-icon,
.searchen-hero__eyebrow-text {
	margin: 0;
}
.searchen-hero__eyebrow-icon,
.searchen-hero__eyebrow-icon figure {
	margin: 0;
}

.searchen-hero__eyebrow .searchen-core-icon-block,
.searchen-hero__floating-card .searchen-core-icon-block {
	flex: 0 0 auto;
	line-height: 1;
}

.searchen-hero__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
}

.searchen-hero__floating-card {
	display: inline-flex;
	align-items: center;
	gap: 0.75rem;
}

.searchen-hero__eyebrow-text {
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--wp--preset--color--accent);
}
.has-material-icon {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
}

.has-material-icon::before {
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
	speak: none;
	text-transform: none;
	letter-spacing: normal;
	white-space: nowrap;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-variation-settings:
		'FILL' 1,
		'wght' 400,
		'GRAD' 0,
		'opsz' 24;
}
.has-material-icon.nogap{
   
    gap: 0;
}
.searchen-service-card__icon::before
{
    font-size:1.5rem;
}
.searchen-service-card--light .searchen-service-card__icon::before
{
    color:var(--wp--preset--color--accent);
}
.searchen-service-card--featured .searchen-service-card__icon::before
{
    color:var(--wp--preset--color--white);
}
.searchen-service-card__arrow::before
{
    color:var(--wp--preset--color--accent);
}
.icon-outlined::before
{
     font-family: 'Material Symbols Outlined'; }
.icon-rounded::before  { font-family: 'Material Symbols Rounded'; }
.icon-sharp::before    { font-family: 'Material Symbols Sharp'; }

.icon-safety-fill::before {
	content: 'safety_check';
}

.icon-check-fill::before {
	content: 'check_circle';
}
.icon-commuter::before {
	content: 'directions_bus';
}

.icon-charter::before {
	content: 'groups';
}

.icon-grh::before {
	content: 'warning';
}
.searchen-icon-placeholder {
	font-size: 0;
	line-height: 0;
	opacity: 0;
	display: inline-block;
	width: 0;
	height: 0;
	overflow: hidden;
}
.icon-arrow-right::before {
	content: 'arrow_right_alt';
	font-variation-settings:
		'FILL' 0,
		'wght' 400,
		'GRAD' 0,
		'opsz' 24;
}

.searchen-hero__eyebrow-text.has-material-icon::before {
	font-size: 1.1rem;
	color: var(--wp--preset--color--accent);
}

.searchen-hero__floating-title.has-material-icon::before {
	font-size: 1.2rem;
	color: var(--wp--preset--color--accent);
}

.searchen-hero__title {
	margin: 0 0 24px;
	font-size: clamp(56px, 7vw, 90px);
	font-weight: 800;
	line-height: 0.9;
	letter-spacing: -0.06em;
	color: var(--wp--preset--color--primary);
}

.searchen-hero__title em {
	font-style: italic;
	font-weight: 800;
	color: var(--wp--preset--color--secondary);
}

.searchen-hero__text {
	margin: 0 0 34px;
	max-width: 510px;
	font-size: 18px;
	line-height: 1.7;
	color: #5d6677;
}

.searchen-hero__buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.searchen-hero__button {
	margin: 0;
}

.searchen-hero__button .wp-block-button__link {
	padding: 18px 30px;
	border-radius: 999px;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	box-shadow: none;
	transition: all 0.2s ease;
}



.searchen-hero__main-image,
.searchen-hero__main-image figure {
	margin: 0;
}

.searchen-hero__main-image img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
	border-radius: 36px;
	box-shadow: 0 20px 42px rgba(19, 48, 103, 0.14);
	
}

.searchen-hero__col--right {
	position: relative;
}

.searchen-hero__floating-card {
	position: absolute !important;
	z-index: 3;
	display: flex !important;
	flex-direction:column !important;
	align-items: center;
	gap: 12px;
	padding: 14px 16px;
	max-width:150px !important;
	border-radius: 18px;
	background: var(--wp--preset--color--surface-alt);
	box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
}

.searchen-hero__floating-card--bottom {
	left: -50px;
	bottom: -24px;
}

.searchen-hero__floating-icon,
.searchen-hero__floating-title,
.searchen-hero__floating-subtext {
	margin: 0;
}
.searchen-hero__floating-icon,
.searchen-hero__floating-icon figure {
	margin: 0;
	flex-shrink: 0;
}

.searchen-hero__floating-icon img {
	display: block;
	width: 42px;
	height: 42px;
	object-fit: contain;
}

.searchen-hero__floating-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 999px;
	background: var(--wp--preset--color--light-blue);
	color: var(--wp--preset--color--primary);
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	flex-shrink: 0;
}

.searchen-hero__floating-text.is-layout-constrained > * + * {
	margin-block-start: 2px;
}

.searchen-hero__floating-title {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	color: var(--wp--preset--color--primary);
}

.searchen-hero__floating-subtext {
	font-size: 12px;
	line-height: 1.3;
	color: var(--wp--preset--color--muted);
}


@media (max-width: 781px) {
	.searchen-hero__floating-card {
		display: none !important;
	}
}
@media (max-width: 781px) {
	.searchen-hero__columns {
		gap: 28px;
	}

	.searchen-hero__col {
		min-height: auto;
	}

	.searchen-hero__content {
		padding-top: 0;
	}

	.searchen-hero__title {
		font-size: 50px;
	}

	.searchen-hero__text {
		font-size: 17px;
		margin-bottom: 28px;
	}

	.searchen-hero__button .wp-block-button__link {
		padding: 16px 24px;
		font-size: 16px;
	}


}

.searchen-services--elite {
	padding-top: 6rem;
	padding-bottom: 6rem;
}

.searchen-services__inner {
	max-width: 1200px;
}

.searchen-services__heading {
	margin-bottom: 4rem;
}

.searchen-services__heading.is-layout-constrained > * + * {
	margin-block-start: 0;
}

.searchen-services__title {
	margin: 0 0 1rem;
	font-size: clamp(2.25rem, 4vw, 3.5rem);
	font-weight: 800;
	line-height: 1.05;
	letter-spacing: -0.03em;
	color: var(--wp--preset--color--primary);
}

.searchen-services__intro {
	max-width: 42rem;
	margin: 0 auto;
	color: var(--wp--preset--color--text);
}

.searchen-services__columns {
	gap: 2rem;
	margin-bottom: 0;
}

.searchen-service-card {
	position: relative;
	height: 100%;
	padding: 2rem;
	border-radius: 24px;
	transition: transform 0.45s ease, box-shadow 0.45s ease, background-color 0.25s ease;
}

.searchen-service-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
}

.searchen-service-card--light {
	background: var(--wp--preset--color--white);
	border: 1px solid color-mix(in srgb, var(--wp--preset--color--border) 35%, transparent);
	box-shadow: 0 1px 2px rgb(0 0 0 / 0.06);
}

.searchen-service-card--featured {
	background: var(--wp--preset--color--dark);
	box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
	overflow: hidden;
}

.searchen-service-card__featured-blob {
	position: absolute;
	top: 0;
	right: 0;
	width: 8rem;
	height: 8rem;
	border-bottom-left-radius: 999px;
	background: rgb(255 255 255 / 0.1);
	pointer-events: none;
}

.searchen-service-card__icon-wrap {
	width: 4rem;
	height: 4rem;
	border-radius: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1.5rem;
	transition: background-color 0.25s ease;
}

.searchen-service-card__icon-wrap--primary {
	background: color-mix(in srgb, var(--wp--preset--color--accent) 10%, transparent);
}

.searchen-service-card__icon-wrap--secondary {
	background: color-mix(in srgb, var(--wp--preset--color--accent) 10%, transparent);
}

.searchen-service-card__icon-wrap--featured {
	background: rgb(255 255 255 / 0.2);
}

.searchen-service-card__icon,
.searchen-service-card__icon figure,
.searchen-service-card__arrow,
.searchen-service-card__arrow figure {
	margin: 0;
}

.searchen-service-card__icon img {
	width: 32px;
	height: 32px;
	display: block;
	object-fit: contain;
}

.searchen-service-card__title {
	margin: 0 0 1rem;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.15;
	color: var(--wp--preset--color--accent);
}

.searchen-service-card__title--featured {
	color: var(--wp--preset--color--white);
}

.searchen-service-card__text {
	margin: 0 0 1.5rem;
	line-height: 1.7;
	color: var(--wp--preset--color--muted);
}

.searchen-service-card__text--featured {
	color: rgb(255 255 255 / 0.8);
}

.searchen-service-card__link-row {
	gap: 0.5rem;
	justify-content: flex-start;
}

.searchen-service-card__link,
.searchen-service-card__link a {
	margin: 0;
	font-weight: 700;
	color: var(--wp--preset--color--accent);
	text-decoration: none;
}

.searchen-service-card__link--featured,
.searchen-service-card__link--featured a {
	color: var(--wp--preset--color--white);
}

.searchen-service-card__arrow img {
	width: 18px;
	height: 18px;
	display: block;
	object-fit: contain;
}

.searchen-service-card__arrow--featured img {
	filter: brightness(0) invert(1);
}

@media (max-width: 781px) {
	.searchen-services--elite {
		padding-top: 4.5rem;
		padding-bottom: 4.5rem;
	}

	.searchen-services__heading {
		margin-bottom: 3rem;
	}

	.searchen-services__columns {
		gap: 1.5rem;
	}

	.searchen-service-card {
		padding: 1.5rem;
	}

	.searchen-service-card__title {
		font-size: 1.5rem;
	}
}

.searchen-about--collage {
	position: relative;
	padding-top: 6rem;
	padding-bottom: 6rem;
	overflow: hidden;
}

.searchen-about--collage::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 400px;
	height: 400px;
	background: var(--wp--preset--color--primary);
	opacity: 0.08;
	border-radius: 50%;
	filter: blur(20px);
	transform: translate(25%, 25%);
	pointer-events: none;
}

.searchen-about__columns {
	gap: 4rem;
	margin-bottom: 0;
}

.searchen-about__media-wrap {
	position: relative;
}

.searchen-about__media-row {
	gap: 1.5rem;
	align-items: flex-end;
	justify-content: flex-start;
}

.searchen-about__image,
.searchen-about__image figure {
	margin: 0;
}

.searchen-about__image--tall img {
	width: 280px;
	height: 550px;
	object-fit: cover;
	border-radius: 999px;
	border: 4px solid var(--wp--preset--color--white);
	box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
	position: relative;
	z-index: 10;
	display: block;
}

.searchen-about__image--small img {
	width: 240px;
	height: 350px;
	object-fit: cover;
	border-radius: 999px;
	border: 4px solid var(--wp--preset--color--white);
	box-shadow: 0 20px 35px rgb(0 0 0 / 0.18);
	margin-bottom: 2rem;
	display: block;
}

.searchen-about__badge {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(30%, -50%);
	z-index: 20;
	width: 176px;
	height: 176px;
	border-radius: 999px;
	background: var(--wp--preset--color--surface);
	box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
	border: 1px solid color-mix(in srgb, var(--wp--preset--color--border) 30%, transparent);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 1rem;
}

.searchen-about__badge-icon,
.searchen-about__badge-icon figure {
	margin: 0 0 0.35rem;
}

.searchen-about__badge-icon img {
	width: 40px;
	height: 40px;
	display: block;
	object-fit: contain;
}

.searchen-about__badge-number {
	margin: 0;
	font-size: 2.5rem;
	font-weight: 900;
	line-height: 1;
	color: var(--wp--preset--color--primary);
}

.searchen-about__badge-label {
	margin: 0.35rem 0 0;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--wp--preset--color--muted);
}

.searchen-about__content {
	max-width: 40rem;
}

.searchen-about__content.is-layout-constrained > * + * {
	margin-block-start: 0;
}

.searchen-about__eyebrow {
	margin: 0 0 1rem;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--wp--preset--color--accent);
}

.searchen-about__title {
	margin: 0 0 1.5rem;
	font-size: clamp(2.25rem, 4vw, 3.5rem);
	font-weight: 800;
	line-height: 1.1;
	color: var(--wp--preset--color--primary);
}

.searchen-about__text {
	margin: 0 0 2rem;
	max-width: 38rem;
	line-height: 1.75;
	color: var(--wp--preset--color--muted);
}

.searchen-about__features {
	gap: 2rem;
	margin-bottom: 2.5rem;
}
.icon-calendar::before     { content: 'calendar_today'; }
.icon-location-bus::before { content: 'location_on'; }
.icon-bus-route::before    { content: 'directions_bus'; }
.icon-work::before         { content: 'work'; }
.icon-support::before      { content: 'support_agent'; }

.searchen-how {
	padding: clamp(4rem, 7vw, 7rem) 0;
	overflow: hidden;
}

.searchen-how__inner {
	position: relative;
}

.searchen-how__heading {
	margin-bottom: clamp(2.5rem, 5vw, 4.5rem);
}

.searchen-how__eyebrow {
	margin: 0 0 0.75rem;
	color: var(--wp--preset--color--accent);
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.searchen-how__title {
	margin: 0 0 1rem;
	max-width: 54rem;
	margin-left: auto;
	margin-right: auto;
}

.searchen-how__intro {
	margin: 0 auto;
	max-width: 42rem;
	color: var(--wp--preset--color--text);
}

.searchen-how__columns {
	gap: 1rem;
}

.searchen-how__column {
	display: flex;
}

.searchen-how__step {
	position: relative;
	width: 100%;
	padding: 0 0.75rem;
	text-align: center;
}

.searchen-how__step-top {
	position: relative;
	margin-bottom: 1.5rem;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.searchen-how__icon {
	width: 7rem;
	height: 7rem;
	margin: 0;
	border-radius: 9999px;
	background: #38BDF8;
	color: #ffffff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 16px 40px rgba(56, 189, 248, 0.25);
}

.searchen-how__icon.has-material-icon::before {
	font-size: 3rem;
}

.searchen-how__number {
	width: 2rem;
	height: 2rem;
	margin: -0.75rem 0 0;
	border-radius: 9999px;
	background: #0F172A;
	color: #ffffff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1;
	position: relative;
	z-index: 2;
}

.searchen-how__step-title {
	margin: 0 0 0.75rem;
	font-size: 1.25rem;
}

.searchen-how__step-text {
	margin: 0 auto;
	max-width: 13rem;
	color: #64748B;
	font-size: 0.95rem;
	line-height: 1.65;
}

@media (max-width: 781px) {
	.searchen-how__columns {
		gap: 2rem;
	}

	.searchen-how__step-text {
		max-width: 18rem;
	}
}
.searchen-about__feature {
	gap: 0.5rem;
	margin-bottom: 1rem;
}

.searchen-about__feature-icon,
.searchen-about__feature-icon figure {
	margin: 0;
	flex-shrink: 0;
}

.searchen-about__feature-icon img {
	width: 18px;
	height: 18px;
	display: block;
	object-fit: contain;
}

.searchen-about__feature-text {
	margin: 0;
	font-size: 0.95rem;
	font-weight: 700;
	color: var(--wp--preset--color--text);
}

.searchen-about__buttons {
	display: inline-flex;
	position: relative;
}

.searchen-about__button .wp-block-button__link {
	padding: 1rem 2rem;
	border-radius: 999px;
	background: #2EB8E6;
	color: var(--wp--preset--color--white);
	font-weight: 700;
	font-size: 1.125rem;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	padding-right: 4.25rem;
}

.searchen-about__button-arrow,
.searchen-about__button-arrow figure {
	margin: 0;
	position: absolute;
	right: 1rem;
	top: 50%;
	transform: translateY(-50%);
}

.searchen-about__button-arrow img {
	width: 28px;
	height: 28px;
	display: block;
	object-fit: contain;
	background: var(--wp--preset--color--white);
	border-radius: 999px;
	padding: 0.35rem;
}
.icon-commuter::before { content: 'directions_bus'; }
.icon-safety::before   { content: 'verified_user'; }
.icon-clock::before    { content: 'schedule'; }
.icon-bus::before      { content: 'airport_shuttle'; }
.icon-support::before  { content: 'support_agent'; }
.icon-arrow-right::before { content: 'arrow_right_alt'; }
@media (max-width: 1024px) {
	.searchen-about__columns {
		gap: 3rem;
	}

	.searchen-about__image--tall img {
		width: 220px;
		height: 430px;
	}

	.searchen-about__image--small img {
		width: 190px;
		height: 280px;
	}

	.searchen-about__badge {
		width: 148px;
		height: 148px;
		transform: translate(20%, -50%);
	}
}

@media (max-width: 781px) {
	.searchen-about--collage {
		padding-top: 4.5rem;
		padding-bottom: 4.5rem;
	}

	.searchen-about__columns {
		gap: 2.5rem;
	}

	.searchen-about__media-row {
		justify-content: center;
	}

	.searchen-about__image--tall img {
		width: 180px;
		height: 360px;
	}

	.searchen-about__image--small img {
		width: 160px;
		height: 230px;
		margin-bottom: 1.25rem;
	}

	.searchen-about__badge {
		width: 128px;
		height: 128px;
		right: 0;
		transform: translate(10%, -45%);
		padding: 0.75rem;
	}

	.searchen-about__badge-number {
		font-size: 2rem;
	}

	.searchen-about__badge-label {
		font-size: 0.65rem;
	}

	.searchen-about__features {
		gap: 1rem;
	}

	.searchen-about__button .wp-block-button__link {
		font-size: 1rem;
		padding: 0.95rem 1.5rem;
		padding-right: 3.5rem;
	}
}