/*
* Page: family-engagement-foundations
* Load this file ONLY on this specific page
*/

/* Tokens */
body {
	--background-color: #FF8A54;
}

/* Global layout */
.info-columns-item {
	display: flex;
	flex-direction: column;
}

/* Proven cards */
.info-columns-boxed.fef-proven .info-columns-item-title {
	order: 1;
	color: #666666;
}

.info-columns-boxed.fef-proven .info-columns-item-image {
	order: 3;
	color: #666666;
}

.info-columns-boxed.fef-proven {
	margin: 0;
}

/* Case studies header */
#case-studies .section-header-w-border {
	border: none;
	margin: 0;
}

/* Commitment */
.fef-commitment {
	margin: -40px 0 40px 0;
}

.fef-commitment h3 {
	font-size: 28px;
}

.fef-commitment .info-columns-item:nth-child(1) {
	width: 65%;
}

.fef-commitment .info-columns-item:nth-child(2) {
	width: 25%;
}

/* Quote section base */
.section.section-bg-gray.s-quote.section-pb-default {
	background: #FFFFFF !important;
}

.section-bg-gray .s-quote-inner.iva-trigger.iva-bottom-top {
	background: #0A2739 !important;
	border-radius: 20px;
	margin-top: 0;
}

.section-bg-gray .s-quote-content {
	color: #FFFFFF !important;
	text-align: left;
	font-size: 26px;
	font-weight: 500;
	margin: 0;
}

.section-bg-gray .s-quote-content::before,
.section-bg-gray .s-quote-inner::after,
.section-bg-gray .s-quote-inner::before {
	display: none !important;
	content: none !important;
}

.s-quote-inner {
	padding: 0;
}

div.wrapper.clearfix {
	padding: 0px !important;
}

/* Page background blobs */
body #page-inner {
	position: relative;
	z-index: 0;
}

body #page-inner::before {
	content: "";
	position: absolute;
	top: 170px;
	left: 0;
	width: 100%;
	height: 4000px;
	background: url("/wp-content/uploads/2025/12/bg-solutions.png") no-repeat top center;
	background-size: cover;
	pointer-events: none;
	z-index: 0;
}

body #page-inner::after {
	content: "";
	position: absolute;
	top: 3870px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 2200px;
	height: 1820px;
	background: url("/wp-content/uploads/2025/12/bg-gradient-blob2.webp") no-repeat top center;
	background-size: cover;
	pointer-events: none;
	z-index: 1;
}

body #page-inner > * {
	position: relative;
	z-index: 2;
}

/* Overflow safety */
#main,
.site-content,
.site-content .content-area,
.site-content .site-main,
.section,
.section .wrapper,
.section .section-inner,
.section .section-content,
.info-box-inner,
.info-columns-items,
.tns-outer {
	overflow: visible !important;
}

.section,
.section .wrapper,
.section-header {
	position: relative;
}

/* Hero / Superpower */
.section.fef-superpower .info-columns-item.text-align-left h3.info-columns-item-title {
	color: #0A2739 !important;
}

.section.fef-superpower .info-columns-item.text-align-left .info-columns-item-content p:first-child {
	color: #FF8A54;
	font-weight: 500 !important;
	margin-top: 10px;
}

.section.fef-superpower .info-columns-item.text-align-left .info-columns-item-content a.fef-qb1.btn {
	background-color: #0A2739 !important;
	font-weight: normal;
	padding: 0 30px !important;
	width: auto;
	margin-top: 20px;
}

/* Section heading pill */
h2.section-header-title.bg-heading-wrap {
	background-color: #FF8A54;
	display: inline-block;
	font-size: 22px !important;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 8px 15px;
	border-radius: 8px;
	letter-spacing: 2px;
}

/* AI Communicate */
.ai-communicate .section-header.text-align-left .section-header-content p {
	color: #FFFFFF;
	font-size: 32px;
	line-height: 40px;
	font-weight: 600;
}

.section.ai-communicate {
	background-color: #FFFFFF;
}

.section.ai-communicate .section-header h2.section-header-title.bg-heading-wrap.fs-s br {
	display: none;
}

.section.ai-communicate .info-columns-items {
	position: relative;
}

.section.ai-communicate .info-columns-items .info-columns-item:first-child {
	width: 100% !important;
}

.section.ai-communicate .info-columns-items .info-columns-item:last-child {
	position: absolute;
	right: 0;
	bottom: 0;
	text-align: right;
	margin: 0;
}

.section.ai-communicate .info-columns-items .info-columns-item:last-child img {
	max-width: 280px;
	vertical-align: bottom;
}

.section.ai-communicate .info-columns-item-image {
	margin: 0;
}

body div#page-inner::before {
	content: none !important;
}

/* Proven Strengthen buttons */
.fef-proven-strengthen a.fef-qb2.btn {
	background-color: #429BD7 !important;
	width: auto !important;
	padding-left: 60px !important;
	padding-right: 60px !important;
}

/* What makes it different */
.section.fef-what .info-columns-inner.iva-trigger .section-header-content p {
	color: #616161;
}

.section.fef-what .wrapper {
	border: none;
	border-bottom: 0;
}

.fef-proven-strengthen,
.fef-what {
	background-color: #FFFFFF;
}

/* Proven results */
.section.fef-proven-results {
	background-color: #EAF4FB;
}

.section.fef-proven-results h2.info-box-title {
	background-color: #FF8A54;
	display: inline-block;
	font-size: 22px !important;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 10px 15px 8px;
	border-radius: 8px;
	margin-bottom: 20px;
}

.section.fef-proven-results .info-box-content p {
	color: #616161;
	font-size: 30px;
	line-height: 1.3;
	margin:20px 0;
}

.fef-proven-results .info-box-inner {
	margin-bottom: 0;
}

/* Proven section */
.section.fef-proven {
	background: #EAF4FB;
	margin-bottom: 0;
}

.section.fef-proven .info-columns-inner .section-header h2.section-header-title {
	color: #294252 !important;
	text-transform: inherit;
	background-color: transparent !important;
	padding: 0;
	font-size: 24px !important;
	font-weight: 900;
}

.section.fef-proven .iva-bottom-top.iva-active {
	box-shadow: 16px 16px 42px rgb(87 104 116 / 40%);
	margin-bottom: 50px;
}

/* Pilot demo buttons */
.section.info-box-layout-image-text.pilot-demo-buttons {
	background-color: #EAF4FB;
}

.section.info-box.section a.fef-qb1.btn {
	background-color: #FFFFFF !important;
	color: #00599B;
	border-color: #00599B;
}

.pilot-demo-buttons a.fef-qb2.btn {
	background-color: #00599B;
	color: #FFFFFF;
}

/* Four steps */
.section.four-steps {
	background: linear-gradient(
		180deg,
		#328ED2 0%,
		#0F71BA 27%,
		#06406B 57%,
		#001E35 100%
	);
}

.four-steps .section-header h2.section-header-title.bg-heading-wrap {
	background-color: transparent !important;
	border: none;
	padding: 0;
}

.section.four-steps .info-columns-content-after p {
	color: #FFFFFF;
	text-align: left;
	font-size: 24px;
	font-style: italic;
}

/* Quote / ready callout */
.fef-ready.fef-quote {
	min-height: 280px;
	align-items: end;
}

.fef-ready__left {
	max-width: 640px;
	padding: 30px 30px 30px 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}

.fef-ready.fef-quote h2 {
	margin: 0 0 10px;
}

.fef-ready.fef-quote p {
	line-height: 1.4;
	color: #B4B7B9;
	font-size: 22px;
}

/* Banner superpower */
.banner_sec.fef-superpower {
	background-image: url("/wp-content/uploads/2026/01/orange_bg.svg");
	background-size: cover;
	background-position: bottom;
	padding-bottom: 250px;
}

.fef-superpower .info-columns-item:nth-child(1) {
	justify-content: center;
}

.banner_sec img {
	max-width: 500px;
	width: 100%;
}

.banner_sec .info-columns-item-image {
	text-align: right;
}

.fef-superpower .info-columns-item:nth-child(1) .info-columns-item-content {
	font-size: 25px;
	line-height: 1.3;
}

/* Apart section */
.section.fef-apart.ai-multi {
	margin-top: -160px;
}

.fef-apart .info-box-primary h2 {
	font-size: 35px;
	margin: 0;
}

.fef-what .section-header-content p {
	font-size: 30px;
	line-height: 1.3;
}

/* Foundations list */
.foundation_sec:before {
	content: "";
	height: 100%;
	width: 100%;
	background-image: url("https://swrightx.com/wp-content/uploads/2026/01/left_round_vector.svg");
	position: absolute;
	left: 0;
	background-repeat: no-repeat;
	background-size: 150px;
	background-position: left center;
}

.foundation_sec ul {
	padding: 0;
}

.foundation_sec li {
	padding: 30px 0;
	margin: 0;
	list-style-type: none;
	border-bottom: 1px solid #429BD7;
	border-top: 0;
}

.foundation_sec li:last-child {
	border: none;
}

.foundation_sec h4 {
	margin: 0 0 10px;
	max-width: 600px;
}

.foundation_sec p {
	font-size: 21px;
	line-height: 1.4;
	max-width: 600px;
}

.foundation_sec .wrapper .info-columns-inner {
	border-bottom: 1px solid #429BD7;
}

.foundation_sec li p a {
	color:#666;
	text-decoration:underline;
}

/* Mobile stacking helpers */
@media (max-width: 800px) {
	.mobile-stack1 .info-columns-item:nth-child(1) {
		order: 1;
	}

	.mobile-stack2 .info-columns-item:nth-child(2) {
		order: 1;
	}
}

/* Quote section mobile */
@media (max-width: 740px) {
	.section-bg-gray .s-quote-inner.iva-trigger.iva-bottom-top {
		background: #0A2739 !important;
		border-radius: 20px;
		margin-top: 0;
	}
}

/* Tablet wrapper */
@media screen and (min-width: 768px) and (max-width: 1023px) {
	body .wrapper {
		max-width: 90%;
	}
}

/* Mobile */
@media screen and (max-width: 767px) {
	body .tns-controls button {
		font-size: 12px;
		margin-top: -15px;
	}

	body.info-box-title.fs-m {
		font-size: 22px;
	}
	

	.section.fef-proven-results h2.info-box-title {
		font-size: 18px !important;
	}

	.info-columns-boxed .info-columns-inner {
		padding: 20px;
	}

	.four-steps .section-header h2.section-header-title.bg-heading-wrap .impact-how-box {
		font-size: 16px;
	}

	.ai-communicate .section-header.text-align-left .section-header-content p {
		font-size: 16px;
		line-height: 24px;
	}

	h2.section-header-title.bg-heading-wrap {
		font-size: 16px !important;
	}

	.section.ai-communicate .section-header h2.section-header-title.bg-heading-wrap.fs-s {
		position: static;
	}

	.section.ai-communicate .info-columns-items {
		margin-top: 0;
	}

	.section.ai-communicate .info-columns-items .info-columns-item:first-child .info-columns-item-content > h4 {
		padding-top: 20px !important;
		margin-bottom: 10px;
		font-size: 20px;
	}

	.section.info-box.section a.fef-qb1.btn {
		margin-left: 0;
	}

	.ai-communicate .section-header::after {
		top: 10px;
		right: 10px;
		width: 40px;
		height: 70px;
	}

	.section.ai-communicate .info-columns-items .info-columns-item:last-child {
		width: 100%;
		position: static;
		margin: 0 !important;
	}
	.ai-communicate .info-columns-item-image img{
		height:300px;
	}
	.foundation_sec::before{
		display:none;
	}

	.foundation_sec li:first-child {
		padding-top: 0;
	}

	.fef-apart .info-box-primary h2 {
		font-size: 24px;
	}

	.foundation_sec ul h4,
	.foundation_sec ul p {
		max-width: 100%;
	}

	.foundation_sec li {
		padding: 20px 0;
	}

	.foundation_sec p {
		font-size: 19px;
	}

	.foundation_sec h4 {
		margin: 0 0 2px;
		font-size: 21px;
	}

	.foundation_sec li:last-child {
		padding-bottom: 0;
	}

	.section.fef-superpower {
		padding-bottom: 180px;
	}

	.banner_sec .info-columns-item-image {
		text-align: left;
	}

	.fef-superpower .info-columns-item:nth-child(1) .info-columns-item-content {
		font-size: 20px;
	}

	.fef-ready__left {
		padding: 30px;
	}

	.fef-what .section-header {
		margin-bottom: 10px;
	}

	.fef-what .section-header-content p {
		font-size: 19px;
	}

	.fef-what .section-header-content.fs-l {
		margin-top: 0;
	}

	.fef-proven-results .info-box-content p {
		font-size: 19px;
	}

	.fef-ready.fef-quote p {
		font-size: 18px;
	}

	.section.fef-apart.ai-multi {
		margin-top: -120px;
	}

	.ai-communicate .section-header {
		margin: 0;
	}
}

/* Mobile buttons */
@media screen and (max-width: 480px) {
	.section.fef-superpower {
		padding-bottom: 140px;
	}

	.section.info-box.section a.fef-qb2.btn {
		margin: 0 auto;
		display: block;
		max-width: fit-content;
		min-width: 250px;
	}

	.section.info-box.section a.fef-qb1.btn {
		margin: 15px auto 0;
		display: block;
		max-width: fit-content;
		min-width: 250px;
	}

	.fef-superpower .info-columns-item:nth-child(1) .info-columns-item-content {
		font-size: 18px;
	}
}

/* Quote / ready callout reference */
.fef-ready.fef-quote {
	min-height: 280px;
	align-items: end;
}

.fef-ready__left {
	max-width: 640px;
	padding: 30px 30px 30px 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}

.fef-ready.fef-quote h2 {
	margin: 0 0 10px;
}

.fef-ready.fef-quote p {
	line-height: 1.4;
	color: #B4B7B9;
	font-size: 22px;
}

.section.fef-apart.ai-multi {
	margin-top: -160px;
}

@media screen and (max-width: 767px) {
	.section.fef-apart.ai-multi {
		margin-top: -120px;
	}

	.fef-ready.fef-quote p {
		font-size: 18px;
	}
}
