/*
* Page: attendance-improvement
* Load this file ONLY on this specific page
*/

/*--------------------------------------------------------------
  ## Tokens / Base
--------------------------------------------------------------*/

body {
	--background-color: #5DB617;
}

/*--------------------------------------------------------------
  ## Quote Block (Gray Section)
--------------------------------------------------------------*/

.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;
}

/*--------------------------------------------------------------
  ## Page Background Layering
--------------------------------------------------------------*/

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 > * {
	position: relative;
	z-index: 2;
}



/*--------------------------------------------------------------
  ## Banner / Superpower
--------------------------------------------------------------*/

.banner_content h4 {
	color: var(--background-color);
	margin-bottom: 5px;
}

.banner_sec.fef-superpower {
	background-image: url("/wp-content/uploads/2026/01/green_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;
}

.banner_content p {
	max-width: 380px;
	width: 100%;
}

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

/*--------------------------------------------------------------
  ## FEF Quote / Ready
--------------------------------------------------------------*/

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

.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;
}

/*--------------------------------------------------------------
  ## Commitment
--------------------------------------------------------------*/

.fef-commitment.ai {
	background-color: #B3D7EF;
}

.fef-commitment.ai .info-box-title {
	color: #00599B;
}

.fef-commitment.ai .info-box-content {
	color: #595555;
	line-height: 1.4;
}

.fef-commitment.ai .info-box-content p a {
	color: #595555;
	line-height: 1.4;
	text-decoration:underline;
}

/*--------------------------------------------------------------
  ## Layout / Typography Tweaks
--------------------------------------------------------------*/

#main > .wrapper {
	padding: 0;
}

.fef-what .info-columns-items .info-columns-item-content p {
	font-size: 20px;
	line-height: 26px;
	font-weight: 500;
	color: #6b6b6b;
}

.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: 24px;
	line-height: 1.3;
}

.fef-what.ea h2.section-header-title{
	margin:70px 0 10px 0;
}


/*--------------------------------------------------------------
  ## Video Section
--------------------------------------------------------------*/

.video_section p {
	color: #0A2739;
	line-height: 1.5;
}

.video_section .section-header {
	margin-bottom:40px;
} 




/*--------------------------------------------------------------
  ## AI Communicate
--------------------------------------------------------------*/



/* AI communicate */
.ai-multi .info-box-content {
	color: #000;
	line-height: 1.3;
}

.ai-communicate,
.ai-communicate table,
.ai-communicate td,
.ai-communicate p,
.ai-communicate h3 {
	text-align: left;
	margin: 0;
	padding: 0;
}

.ai-communicate td.ai-communicate__right {
	text-align: right;
	vertical-align: bottom;
}

.ai-communicate .ai-communicate__img {
	width: 100%;
	max-width: 320px;
	vertical-align: bottom;
}

.ai-communicate__right {
	vertical-align: top;
}

.ai-communicate__left {
	vertical-align: top;
}

.ai-communicate .ai-communicate__h3 {
	margin: 20px 0 16px 0;
	font-size: 24px;
	font-weight: 800;
	color: #0a2739;
}

.ai-communicate table.ai-communicate__cols--grid3 td.col:nth-child(1) {
	width: 250px;
	margin-right: 40px;
}

.ai-communicate table.ai-communicate__cols--grid3 td.col:nth-child(3) {
	width: 250px;
	margin-right: 40px;
}

.ai-communicate table.ai-communicate__cols--grid3 td.col:last-child {
	width: 250px;
}

.ai-communicate table.ai-communicate__cols--grid2 td.col {
	width: 260px;
	margin-right: 40px;
}

.ai-communicate .ai-communicate__label {
	font-weight: 700;
}

.ai-communicate .ai-communicate__section {
	border-bottom: 1px solid #93c9f1;
}

.ai-communicate .ai-communicate__section--last {
	border-bottom: none;
}

.ai-communicate .ai-communicate__item {
	font-size: 16px;
	line-height: 1.45;
}

.ai-communicate td.col {
	margin-bottom: 20px;
}


/*--------------------------------------------------------------
  ## Proven Results Section
--------------------------------------------------------------*/

.proven_result_sec {
	background-color: #eaf4fb;
}

.proven_result_sec .info-box-content.fs-m p {
	color: #0A2739;
}

.proven_result_sec .btn {
	background-color: #00599B;
	border-color: #00599B;
}


/* AI proven 

.proven_result_sec .info-box-content {
	width:900px!important;
}*/

.ai-proven {
	max-width:800px;
	margin:10px auto 80px 0;
}

.ai-proven__title {
	font-size: 30px;
	font-weight: 800;
	margin-bottom:70px;
	text-align: left;
}

.ai-proven__card {
	background: #fff;
	border-radius: 14px;
	padding: 1px;
	border: solid 2px #429bd7;
}

.ai-proven__top {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin-bottom: 10px;
}

.ai-proven__top-metric {
	background: #429bd7;
	color: #fff;
	border-radius: 14px;
	padding: 0 0 0 30px;
	display: flex;
	align-items: center;
	gap: 5px;
	width: 100%;
	height: 110px;
}

.ai-proven__top-number {
	font-size: 72px;
	font-weight: 800;
	line-height: 1;
}

.ai-proven__top-text {
	font-size: 26px;
	font-weight: 600;
	max-width: 280px;
	text-align: left;
	line-height: 1.4;
}

.ai-proven__spotlight {
	background: #0a1e33;
	border-radius: 10px;
	padding: 18px 22px;
	color: #ffffff;
	text-align: center;
	width: 400px;
	height: 230px;
	margin: -120px 1px 0 1px;
}

.ai-proven__spotlight-label {
	font-size: 20px;
	letter-spacing: 5px;
	color: #f2c94c;
	margin-bottom: 8px;
}

.ai-proven__spotlight-label::after {
	content: "";
	display: block;
	width: 130px;
	height: 80px;
	margin: 12px auto 0;
	background: url("/wp-content/uploads/2025/12/ai-proven-tpslogo-e1766802672380.png") no-repeat center;
	background-size: cover;
}

.ai-proven__spotlight-org {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.1;
	display: inline-block;
	transform: scale(1, 1.4);
	letter-spacing: 1.2px;
	margin-top: 5px;
}

.ai-proven__stats {
	display: flex;
	align-items: stretch;
	gap: 24px;
}

.ai-proven__stat {
	flex: 1;
}

.ai-proven__stat-number {
	font-size: 52px;
	font-weight: 800;
	color: #429bd7;
	margin: -1px 0 0 20px;
	text-align: left;
}

.ai-proven__stat-text {
	font-size: 19px;
	line-height: 1.5;
	color: #429bd7;
	text-align: left;
	margin: -10px 0 20px 20px;
	font-weight: 800;
	width: 170px;
}

.ai-proven__divider {
	width: 1px;
	background: #429bd7;
	margin-bottom:10px;
}

.ai-proven__footnote {
	margin-top: 16px;
	font-size: 18px;
	color: #7ea1b8;
	font-style: italic;
}

.info-box-content .ai-proven__footnote {
	margin-bottom: 40px;
}

/* AI glance */
table.ai-glance {
	position: relative;
	width: 100%;
	max-width: 780px;
	margin: 0 auto 40px;
	border-collapse: separate !important;
	border-spacing: 0;
	background: #ffffff;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
	z-index: 1;
	overflow: hidden;
}

.ai-glance h2.info-box-title {
	font-size: 34px;
	margin-bottom: 40px;
}

.ai-glance tr {
	display: grid !important;
	grid-template-columns: 56px 1fr;
	align-items: stretch;
}

.ai-glance tr:nth-child(odd) {
	background: #f6fafe;
}

.ai-glance tr:nth-child(even) {
	background: #ffffff;
}

.ai-glance td {
	display: block;
	margin: 0;
	padding: 20px 24px;
	color: #0a2739;
	text-align: left;
	border: 1px solid #B3D7EF;
}

.ai-glance td.ai-glance__icon {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ai-glance td.ai-glance__icon::before {
	content: "✓";
	display: inline-flex;
	width: 24px;
	height: 24px;
	align-items: center;
	justify-content: center;
	background: #5db617;
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	border-radius: 9999px;
}

.ai-glance td.ai-glance__cell {
	font-size: 21px;
	font-weight: 600;
	line-height: 1;
}

.ai-glance .ai-glance__sub {
	margin-top: -8px;
	font-size: 16px;
	font-style: italic;
	font-weight: 400;
	color: #6b7c8f;
}

.ai-glance a.fef-qb2.btn {
	background: #00599b;
	border: 2px solid #00599b;
	color: #fff;
	white-space: nowrap;
	width: 270px;
	margin-right: 10px;
	font-size: 13px;
	height: 48px;
	line-height: 43px;
}

.ai-glance a.fef-qb1.btn {
	background: #fff;
	border: 2px solid #00599b;
	color: #00599b;
	width: 250px;
	white-space: nowrap;
	font-size: 13px;
	height: 48px;
	line-height: 43px;
}

/* AI resources */
.ai-resources .section-header.section-header-w-border {
	border: none;
}

.ai-resources .posts-grid-item-excerpt {
	margin-top: 15px;
}

.ai-resources .posts-carousel-items {
	padding-bottom: 30px;
	border-bottom: solid 1px #2382c1;
	border-bottom: none;
}

/* AI glance section background */
.section.info-box.info-box-layout-image-text.ai-glance::before {
	content: "";
	position: absolute;
	inset: 0;
	background: url("/wp-content/uploads/2025/12/ai-glance-bg-scaled-1.webp") no-repeat center top;
	background-size: cover;
	pointer-events: none;
	z-index: 0;
}


.ai-communicate .ai-communicate__item {
	font-size: 19px;
}

.section.ai-communicate .info-box-content.fs-s {
	padding-top: 20px;
}

.ai-communicate__section {
	padding: 15px 0;
}

table.ai-communicate__table {
	border-bottom: 1px solid #93c9f1;
}

td.ai-communicate__left {
	padding-bottom: 10px;
}

/*--------------------------------------------------------------
  ## “What” Section Variants
--------------------------------------------------------------*/

.fef-what.ea .info-columns-inner {
	border: none;
}

/*--------------------------------------------------------------
  ## Four Steps Section
--------------------------------------------------------------*/

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

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

/*--------------------------------------------------------------
  ## Tables / Rows
--------------------------------------------------------------*/

.ai-glance tr:nth-child(odd) {
	background: #F3F5F9;
}

/*--------------------------------------------------------------
  ## Desktop (>=1024px)
--------------------------------------------------------------*/



/*--------------------------------------------------------------
  ## Mobile Ordering (<=800px)
--------------------------------------------------------------*/

@media (max-width: 800px) {

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

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

/*--------------------------------------------------------------
  ## Tablet (768px - 1023px)
--------------------------------------------------------------*/

@media screen and (min-width: 768px) and (max-width: 1023px) {

	body .wrapper {
		max-width: 90%;
	}
}

/*--------------------------------------------------------------
  ## <=1023px
--------------------------------------------------------------*/

@media screen and (max-width: 1023px) {

	.video_section p {
		color: #0A2739;
		line-height: 1.5;
		font-size: 22px;
	}

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

	.banner_sec.fef-superpower {
		padding-bottom: 130px;
	}
}

/*--------------------------------------------------------------
  ## <=767px
--------------------------------------------------------------*/

@media screen and (max-width: 767px) {

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

	.banner_sec .info-columns-item-image img {
		max-width: 100%;
	}

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

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

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

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

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

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

	.ai-communicate__section {
		padding: 0;
	}
	img.ai-communicate__img{
		width:100px!important;
	}

	

	.fef-apart.ai-multi .info-box-primary::after {
		width: 80px;
		height: 80px;
	}

	.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;
	}

	.video_section p {
		line-height: 1.4;
		font-size: 19px;
	}
	
	.ai-glance h2.info-box-title {
	font-size: 24px;
	}
	td.ai-glance__cell{
		font-size: 18px!important;
	}
	.ai-glance .fef-qb2.btn{
		margin:10px;
	}
	.ai-glance .fef-qb1.btn, .ai-glance .fef-qb2.btn{
		width:250px!important;
	}
	

}



/*--------------------------------------------------------------
  ## <=480px
--------------------------------------------------------------*/

@media screen and (max-width: 480px) {

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

	.ai-communicate a.fef-qb2.btn {
		margin: 8px auto;
		display: block;
		max-width: fit-content;
		min-width: 250px;
	}

	.ai-communicate a.fef-qb1.btn {
		margin: 0 auto;
		display: block;
		max-width: fit-content;
	}

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
















@media (max-width:1023px) {
	.ai-proven {
		max-width:100%;
		padding:0 18px;
		box-sizing:border-box;
	}
	.ai-proven__top {
		flex-direction:column;
		gap:14px;
	}
	.ai-proven__top-metric {
		width:100%;
		height:auto;
		padding:16px 18px;
		box-sizing:border-box;
	}
	.ai-proven__top-number {
		font-size:44px;
	}
	.ai-proven__top-text {
		font-size:18px;
		max-width:none;
	}
	.ai-proven__spotlight {
		width:100%;
		height:auto;
		margin:0;
		padding:16px 18px;
		box-sizing:border-box;
	}
	.ai-proven__stats {
		flex-wrap:wrap;
		gap: 0;
	}
	.ai-proven__stat {
		/* 		flex:1 1 240px; */
		flex:1 1 auto;
		padding: 0 10px;
	}
	.ai-proven__stat-number {
		font-size:40px;
		margin-left:0;
		text-align: center;
	}
	.ai-proven__stat-text {
		font-size:16px;
		margin-left:0;
		width:auto;
		text-align: center;
	}
	.search-form .search-field {
		width: auto;
	}
}

@media (max-width:600px) {
	.ai-proven__title {
		font-size:24px;
	}
	.ai-proven__top-number {
		font-size:38px;
	}
	.ai-proven__top-text {
		font-size:16px;
	}
}
