/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 09 2025 | 20:42:53 */
body.single-solution .wrapper {
	position: relative;
}
body.single-solution header {
	display: none;
}
body.single-solution .mega-menu {
    margin-top: -73px;
}
body.single-solution .hero-section .evlt-paragraph__text p:nth-child(2) {
	color: var(--p1);
	font-size: 36px;
	font-style: normal;
	font-weight: 500;
	line-height: 42px; /* 116.667% */
}
body.single-solution .hero-section .evlt-paragraph__text li {
	list-style-position: inside
}
.solution-featured-image img {
	width: 100vw;
    object-fit: cover;
}
body.single-solution .header {
	position: sticky;
	top: 0;
	background: #fff;
}
.solution-main-menu-row {
    height: 73px;
    position: sticky;
    top: 80px;
	z-index: 10;
}
.solution-main-menu-row .layout-row__content {
	color: #fff;
	display: flex;
	gap: 30px;
	align-items: center;
}
.solution-main-menu-row h6 {
	padding-bottom: 5px;
}
.solution-main-menu {
	display: flex;
	gap: 30px;
}
.solution-main-menu a {
	color: #FFF;
	text-decoration: none;
	font-family: var(--bold-font-family);
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 30px; /* 150% */
	height: 70px;
	display: flex;
    flex-direction: column;
    justify-content: center;
	transition: color 0.3s ease-out;
}
.solution-main-menu a.selected {
	border-bottom: var(--p5) 3px solid;
	color: var(--p5);
}
.solution-main-menu a:hover {
	color: var(--p5);
	border-bottom: #fff 3px solid;
}
.solution-menu {
	display: flex;
	gap: 8px;
}
.solution-menu a.selected {
	background: var(--p5);
}
.solution-menu a {
	display: flex;
    padding: 3px 15px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    text-align: center;
    font-family: var(--bold-font-family);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
}
.solution-menu a:hover {
	background: var(--p5);
}
.solution-header::before {
	content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 20%;
    background-image: url(https://stg-finlease-staging.kinsta.cloud/wp-content/uploads/2024/04/section-overlay.svg);
    background-position: bottom left;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: contain;
}
.solution-header .evlt-image::after {
	content: url(https://stg-finlease-staging.kinsta.cloud/wp-content/uploads/2024/04/Pink-Plus.svg);
    position: absolute;
    bottom: 40px;
    right: 40px;
}
.solution-header .evlt-paragraph {
	margin-right: 60px;
	margin-bottom: 20px;
}
.solution-header .evlt-paragraph__intro-text p {
	margin-block-start: 0;
    margin-block-end: 0;
}
.solution-header .evlt-image__img {
	border-radius: 15px;
	height: 100%;
    object-fit: cover;
    max-height: 620px;
    width: 100%;
}
.solution-pills {
	display: flex;
	gap: 5px;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.solution-pill {
	display: flex;
	padding: 6px 12px;
	align-items: flex-start;
	gap: 10px;
	border-radius: 20px;
	border: 1px solid var(--p3);
	color: var(--p1-600);
	font-family: var(--main-font-family);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 14px; /* 116.667% */
	text-decoration: none;
}
.finance-carousel .modular-slider__item:nth-child(3) .solution-pills {
	flex-direction: column;
	gap: 10px;
}
.finance-carousel .modular-slider__item:nth-child(3) .solution-pill {
	width: fit-content;
    border: none;
    padding: 0;
}
.finance-carousel .modular-slider__item:nth-child(3) .solution-pill::before {
	content: '\2014 ';
}
.solution-pill:hover {
	background: var(--p3);
}
.solution-cta-row .evlt-video {
	border-radius: 15px;
	clip-path: border-box;
}
.solution-cta-media, .solution-cta-media img {
	border-radius: 15px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.solution-cta-media .evlt-image {
    height: 100%;
}
/*
.solution-cta-row:nth-child(2n) .layout-row__content .evlt-image, .solution-cta-row:nth-child(2n) .layout-row__content .evlt-div.solution-cta-media {
	order: 3;
}
.solution-cta-row:nth-child(2n) .layout-row__content .evlt-div {
	order: 1;
}
.solution-cta-row:nth-child(2n) .layout-row__content p {
	order: 2;
}
*/
.solution-call-out-block .evlt-paragraph__cta {
	margin: 0 auto;
}
.solution-call-out-block .evlt-paragraph__main-title {
	margin-bottom: 30px;
}
.solution-call-out-block .evlt-paragraph__intro-text {
	margin-bottom: 60px;
}
.solution-pills:empty, .solution-pills:blank {
	display: none;
}

/* RESPONSIVE */
@media (max-width: 1366px) {
	.solution-header {
		padding-top: 15px;
	}
	.solution-menu {
		gap: 10px;
	}
	.solution-menu a {
		padding: 10px 20px;
		font-size: 14px;
		line-height: 14px;
	}
}
@media (max-width: 1280px) {
	body.single-solution .hero-section .evlt-paragraph__text p:nth-child(2) {
		font-size: 30px;
		line-height: 36px;
	}
}

@media (max-width: 767px) {
	body.single-solution .hero-section .evlt-paragraph__text p:nth-child(2) {
		font-size: 24px;
		line-height: 30px;
	}
	.solution-main-menu-row .wp-block-heading {
		display: none;
	}
	.solution-main-menu {
		gap: 10px;
		overflow-x: scroll;
	}
	.solution-main-menu a {
		font-size: 13px;
		line-height: 13px;
	}
	.solution-menu {
		gap: 5px;
		flex-wrap: wrap;
	}
	.solution-menu a {
		padding: 7px 14px;
		font-size: 13px;
		line-height: 13px;
	}
	#solution-main-menu-2886 {
		font-size: 0px;
		line-height: 0px;
	}
	#solution-main-menu-2886::before {
		content: "Civil";
		font-size: 13px;
		line-height: 13px;
	}
	.solution-header .evlt-paragraph {
		margin-right: 0px;
	}
	.solution-cta-row .layout-row__content:not(.layout-row__content--preview), .solution-cta-row .layout-row:nth-child(2n) .layout-row__content:not(.layout-row__content--preview), .solution-header .layout-row__content:not(.layout-row__content--preview), .solution-header .layout-row:nth-child(2n) .layout-row__content:not(.layout-row__content--preview) {
		row-gap: 30px !important;
	}
	.solution-header .evlt-image::after {
		content: url(https://stg-finlease-staging.kinsta.cloud/wp-content/uploads/2024/06/Pink-Plus-med.svg);
		bottom: 20px;
		right: 20px;
	}
	.solution-main-menu-row {
		top: 55px;
	}
}