/* Progress Sun services page
-------------------------------------------------------------- */
.services-page {
	background: #fff;
	color: #526273;
}

.services-page main {
	overflow: hidden;
}

.services-page .footer-clean-links {
	float: none;
	width: 100%;
}

.services-page .service-page-container {
	margin: 0 auto;
	max-width: 1170px;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}

.services-page .service-eyebrow {
	align-items: center;
	color: #b98d00;
	display: flex;
	font-size: 12px;
	font-weight: 800;
	gap: 10px;
	letter-spacing: 1.7px;
	line-height: 18px;
	margin-bottom: 13px;
	text-transform: uppercase;
}

.services-page .service-eyebrow::before {
	background: #f2c21a;
	content: "";
	display: block;
	height: 3px;
	width: 33px;
}

.services-page .service-section-header {
	margin-bottom: 46px;
}

.services-page .service-section-header h2 {
	color: #031c36;
	font-size: clamp(36px, 4vw, 53px);
	font-weight: 800;
	letter-spacing: -1.45px;
	line-height: 1.08;
	margin: 0;
}

.services-page .service-section-header > p,
.services-page .service-section-header-split > p {
	color: #5a6a7b;
	font-size: 17px;
	line-height: 29px;
	margin: 0;
}

.services-page .service-section-header-split {
	align-items: end;
	display: grid;
	gap: 70px;
	grid-template-columns: minmax(0, 1.15fr) minmax(330px, 0.85fr);
}

.services-page .service-section-header-centered {
	margin-left: auto;
	margin-right: auto;
	max-width: 820px;
	text-align: center;
}

.services-page .service-section-header-centered .service-eyebrow {
	justify-content: center;
}

.services-page .service-section-header-centered > p {
	margin-top: 20px;
}

/* Hero */
.services-page .service-page-hero {
	align-items: center;
	background:
		linear-gradient(90deg, rgba(3, 28, 54, 0.97) 0%, rgba(3, 28, 54, 0.86) 46%, rgba(3, 28, 54, 0.34) 100%),
		url("../images/new_images/romania-solar-installation-crane.jpeg") center 48% / cover no-repeat;
	display: flex;
	min-height: 680px;
	overflow: hidden;
	position: relative;
}

.services-page .service-page-hero::after {
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
	background-size: 48px 48px;
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.services-page .service-hero-content {
	padding-bottom: 125px;
	padding-top: 96px;
	position: relative;
	z-index: 1;
}

.services-page .service-breadcrumbs {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin-bottom: 38px;
}

.services-page .service-breadcrumbs,
.services-page .service-breadcrumbs a {
	color: rgba(255, 255, 255, 0.7);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.services-page .service-breadcrumbs a:hover,
.services-page .service-breadcrumbs a:focus {
	color: #f2c21a;
}

.services-page .service-breadcrumbs i {
	color: #f2c21a;
	font-size: 10px;
}

.services-page .service-hero-kicker {
	color: #f2c21a;
	display: block;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 2px;
	line-height: 19px;
	margin-bottom: 14px;
	text-transform: uppercase;
}

.services-page .service-page-hero h1 {
	color: #fff;
	font-size: clamp(50px, 6.1vw, 79px);
	font-weight: 800;
	letter-spacing: -2.5px;
	line-height: 0.99;
	margin: 0 0 24px;
	max-width: 900px;
	text-shadow: 0 4px 22px rgba(0, 0, 0, 0.3);
}

.services-page .service-page-hero h1 + p {
	color: rgba(255, 255, 255, 0.84);
	font-size: 19px;
	line-height: 31px;
	margin: 0 0 31px;
	max-width: 720px;
}

.services-page .service-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.services-page .service-hero-actions .flat-button {
	min-width: 184px;
	text-align: center;
}

.services-page .service-hero-actions .flat-button.style2 {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.52);
	color: #fff;
}

.services-page .service-hero-actions .flat-button.style2:hover,
.services-page .service-hero-actions .flat-button.style2:focus {
	background: #fff;
	border-color: #fff;
	color: #031c36;
}

.services-page .service-hero-proof {
	background: #f2c21a;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	z-index: 2;
}

.services-page .service-proof-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.services-page .service-proof-grid > div {
	border-right: 1px solid rgba(3, 28, 54, 0.2);
	color: #031c36;
	min-height: 88px;
	padding: 20px 24px 17px;
}

.services-page .service-proof-grid > div:last-child {
	border-right: 0;
}

.services-page .service-proof-grid strong,
.services-page .service-proof-grid span {
	display: block;
}

.services-page .service-proof-grid strong {
	font-size: 16px;
	font-weight: 800;
	line-height: 21px;
	margin-bottom: 4px;
}

.services-page .service-proof-grid span {
	font-size: 12px;
	font-weight: 600;
	line-height: 18px;
}

/* Scale and contracting */
.services-page .service-contract-section {
	background:
		linear-gradient(135deg, rgba(242, 194, 26, 0.07) 0%, transparent 35%),
		#f5f7fa;
	padding: 105px 0 101px;
}

.services-page .service-contract-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.services-page .service-contract-card {
	background: #fff;
	border: 1px solid #dfe6ed;
	box-shadow: 0 18px 46px rgba(3, 28, 54, 0.07);
	min-height: 285px;
	padding: 33px 34px 31px 108px;
	position: relative;
}

.services-page .service-contract-card::before {
	background: #f2c21a;
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	top: 0;
	width: 62px;
}

.services-page .service-contract-card-accent {
	background: #031c36;
	border-color: #031c36;
}

.services-page .service-card-number {
	color: #d6dde5;
	font-size: 42px;
	font-weight: 800;
	left: 31px;
	line-height: 1;
	position: absolute;
	top: 34px;
}

.services-page .service-contract-card-accent .service-card-number {
	color: rgba(255, 255, 255, 0.15);
}

.services-page .service-card-icon {
	align-items: center;
	background: #031c36;
	color: #f2c21a;
	display: flex;
	font-size: 22px;
	height: 48px;
	justify-content: center;
	margin-bottom: 21px;
	width: 48px;
}

.services-page .service-contract-card-accent .service-card-icon {
	background: #f2c21a;
	color: #031c36;
}

.services-page .service-contract-card h3 {
	color: #031c36;
	font-size: 22px;
	font-weight: 800;
	line-height: 28px;
	margin: 0 0 12px;
}

.services-page .service-contract-card p {
	color: #627181;
	font-size: 14px;
	line-height: 24px;
	margin: 0;
}

.services-page .service-contract-card-accent h3 {
	color: #fff;
}

.services-page .service-contract-card-accent p {
	color: rgba(255, 255, 255, 0.7);
}

/* PV systems */
.services-page .service-pv-section {
	background: #fff;
	padding: 106px 0;
}

.services-page .service-visual-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.services-page .service-visual-card {
	background: #fff;
	border: 1px solid #dfe5ec;
	box-shadow: 0 18px 45px rgba(3, 28, 54, 0.08);
	overflow: hidden;
}

.services-page .service-visual-card figure {
	height: 265px;
	margin: 0;
	overflow: hidden;
	position: relative;
}

.services-page .service-visual-card figure::after,
.services-page .service-beyond-card > figure::after,
.services-page .service-dual-media figure::after {
	background: linear-gradient(180deg, transparent 55%, rgba(3, 28, 54, 0.26) 100%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.services-page .service-visual-card img,
.services-page .service-beyond-card img,
.services-page .service-design-gallery img {
	display: block;
	height: 100%;
	object-fit: cover;
	transition: transform 0.55s ease;
	width: 100%;
}

.services-page .service-visual-card:hover img,
.services-page .service-beyond-card:hover img {
	transform: scale(1.025);
}

.services-page .service-visual-card-wide figure {
	height: 300px;
}

.services-page .service-visual-content {
	min-height: 190px;
	padding: 28px 30px 30px 74px;
	position: relative;
}

.services-page .service-visual-content > span {
	color: #d4dce4;
	font-size: 34px;
	font-weight: 800;
	left: 27px;
	line-height: 1;
	position: absolute;
	top: 30px;
}

.services-page .service-visual-content h3 {
	color: #031c36;
	font-size: 21px;
	font-weight: 800;
	line-height: 27px;
	margin: 0 0 11px;
}

.services-page .service-visual-content p {
	color: #627181;
	font-size: 14px;
	line-height: 23px;
	margin: 0;
}

/* Beyond PV */
.services-page .service-beyond-section {
	background: #f5f7fa;
	padding: 106px 0;
}

.services-page .service-beyond-grid {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.services-page .service-beyond-card {
	background: #fff;
	border: 1px solid #dfe5ec;
	box-shadow: 0 17px 44px rgba(3, 28, 54, 0.07);
	overflow: hidden;
}

.services-page .service-beyond-card > figure {
	height: 260px;
	margin: 0;
	overflow: hidden;
	position: relative;
}

.services-page .service-beyond-card > div:last-child {
	min-height: 205px;
	padding: 28px 29px 30px;
}

.services-page .service-beyond-feature,
.services-page .service-beyond-card:nth-child(2) {
	display: grid;
	grid-column: 1 / -1;
	grid-template-columns: minmax(0, 1.25fr) minmax(360px, 0.75fr);
}

.services-page .service-beyond-feature > figure,
.services-page .service-beyond-card:nth-child(2) > .service-dual-media {
	height: 340px;
}

.services-page .service-beyond-feature > div:last-child,
.services-page .service-beyond-card:nth-child(2) > div:last-child {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 340px;
	padding: 35px 37px;
}

.services-page .service-dual-media {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.services-page .service-dual-media figure {
	margin: 0;
	overflow: hidden;
	position: relative;
}

.services-page .service-solution-label {
	color: #b58b00;
	display: block;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 1.35px;
	line-height: 16px;
	margin-bottom: 9px;
	text-transform: uppercase;
}

.services-page .service-beyond-card h3 {
	color: #031c36;
	font-size: 22px;
	font-weight: 800;
	line-height: 28px;
	margin: 0 0 12px;
}

.services-page .service-beyond-card p {
	color: #627181;
	font-size: 14px;
	line-height: 24px;
	margin: 0;
}

/* Site assessment and design */
.services-page .service-design-section {
	background:
		linear-gradient(rgba(255, 255, 255, 0.026) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.026) 1px, transparent 1px),
		#031c36;
	background-size: 44px 44px;
	padding: 107px 0;
}

.services-page .service-section-header-light h2 {
	color: #fff;
}

.services-page .service-section-header-light > p {
	color: rgba(255, 255, 255, 0.7);
}

.services-page .service-design-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.services-page .service-design-card {
	background: #082844;
	border-top: 4px solid #f2c21a;
	overflow: hidden;
}

.services-page .service-design-gallery {
	display: grid;
	gap: 3px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	height: 275px;
}

.services-page .service-design-gallery figure {
	margin: 0;
	overflow: hidden;
}

.services-page .service-design-content {
	min-height: 240px;
	padding: 32px 31px 34px 78px;
	position: relative;
}

.services-page .service-design-content > span {
	align-items: center;
	border: 1px solid rgba(242, 194, 26, 0.55);
	color: #f2c21a;
	display: flex;
	font-size: 12px;
	font-weight: 800;
	height: 36px;
	justify-content: center;
	left: 30px;
	position: absolute;
	top: 34px;
	width: 36px;
}

.services-page .service-design-content h3 {
	color: #fff;
	font-size: 24px;
	font-weight: 800;
	line-height: 30px;
	margin: 0 0 13px;
}

.services-page .service-design-content p {
	color: rgba(255, 255, 255, 0.68);
	font-size: 14px;
	line-height: 24px;
	margin: 0;
}

/* Advisory */
.services-page .service-advisory-section {
	background: #fff;
	padding: 106px 0;
}

.services-page .service-advisory-grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.services-page .service-advisory-grid article {
	background: #fff;
	border: 1px solid #dfe5ec;
	box-shadow: 0 17px 42px rgba(3, 28, 54, 0.08);
	min-height: 275px;
	padding: 31px 29px 29px;
	position: relative;
}

.services-page .service-advisory-grid article::before {
	background: #f2c21a;
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	top: 0;
	width: 52px;
}

.services-page .service-advisory-icon {
	align-items: center;
	background: #031c36;
	color: #f2c21a;
	display: flex;
	font-size: 23px;
	height: 52px;
	justify-content: center;
	margin-bottom: 23px;
	width: 52px;
}

.services-page .service-advisory-grid h3 {
	color: #031c36;
	font-size: 20px;
	font-weight: 800;
	line-height: 26px;
	margin: 0 0 12px;
}

.services-page .service-advisory-grid p {
	color: #627181;
	font-size: 14px;
	line-height: 23px;
	margin: 0;
}

/* CTA */
.services-page .service-cta-section {
	background:
		linear-gradient(90deg, rgba(3, 28, 54, 0.97), rgba(3, 28, 54, 0.8)),
		url("../images/new_images/services/tracking-systems.jpg") center 55% / cover no-repeat;
	padding: 92px 0 95px;
}

.services-page .service-cta-layout {
	align-items: center;
	display: grid;
	gap: 54px;
	grid-template-columns: minmax(0, 1fr) auto;
}

.services-page .service-cta-kicker {
	color: #f2c21a;
	display: block;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 1.5px;
	line-height: 17px;
	margin-bottom: 13px;
	text-transform: uppercase;
}

.services-page .service-cta-layout h2 {
	color: #fff;
	font-size: clamp(36px, 4vw, 52px);
	font-weight: 800;
	letter-spacing: -1.4px;
	line-height: 1.08;
	margin: 0 0 15px;
}

.services-page .service-cta-layout p {
	color: rgba(255, 255, 255, 0.73);
	font-size: 16px;
	line-height: 27px;
	margin: 0;
	max-width: 720px;
}

.services-page .service-cta-actions {
	display: flex;
	flex-direction: column;
	gap: 11px;
	min-width: 210px;
}

.services-page .service-cta-actions .flat-button {
	text-align: center;
}

@media only screen and (max-width: 1199px) {
	.services-page .service-section-header-split {
		gap: 44px;
	}

	.services-page .service-visual-card figure {
		height: 245px;
	}
}

@media only screen and (max-width: 991px) {
	.services-page .service-page-container {
		padding-left: 24px;
		padding-right: 24px;
	}

	.services-page .service-page-hero {
		min-height: 720px;
	}

	.services-page .service-hero-content {
		padding-bottom: 218px;
		padding-top: 74px;
	}

	.services-page .service-proof-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.services-page .service-proof-grid > div {
		border-bottom: 1px solid rgba(3, 28, 54, 0.18);
		min-height: 82px;
	}

	.services-page .service-proof-grid > div:nth-child(2) {
		border-right: 0;
	}

	.services-page .service-proof-grid > div:nth-child(3),
	.services-page .service-proof-grid > div:nth-child(4) {
		border-bottom: 0;
	}

	.services-page .service-section-header-split {
		gap: 34px;
		grid-template-columns: 1fr 0.8fr;
	}

	.services-page .service-contract-card {
		padding-left: 94px;
	}

	.services-page .service-card-number {
		left: 25px;
	}

	.services-page .service-beyond-feature,
	.services-page .service-beyond-card:nth-child(2) {
		grid-template-columns: 1fr 0.85fr;
	}

	.services-page .service-design-grid {
		grid-template-columns: 1fr;
	}

	.services-page .service-design-card {
		display: grid;
		grid-template-columns: 1.05fr 0.95fr;
	}

	.services-page .service-design-gallery,
	.services-page .service-design-content {
		height: auto;
		min-height: 300px;
	}

	.services-page .service-advisory-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.services-page .service-advisory-grid article:last-child {
		grid-column: 1 / -1;
		justify-self: center;
		width: calc(50% - 10px);
	}
}

@media only screen and (max-width: 767px) {
	.services-page .service-page-container {
		padding-left: 18px;
		padding-right: 18px;
	}

	.services-page .service-page-hero {
		background-position: 62% center;
		min-height: 765px;
	}

	.services-page .service-hero-content {
		padding-bottom: 215px;
		padding-top: 49px;
	}

	.services-page .service-breadcrumbs {
		margin-bottom: 29px;
	}

	.services-page .service-page-hero h1 {
		font-size: 47px;
		letter-spacing: -1.5px;
	}

	.services-page .service-page-hero h1 + p {
		font-size: 16px;
		line-height: 26px;
	}

	.services-page .service-hero-actions .flat-button {
		min-width: 0;
		width: 100%;
	}

	.services-page .service-proof-grid > div {
		padding: 15px 13px 14px;
	}

	.services-page .service-proof-grid strong {
		font-size: 14px;
		line-height: 19px;
	}

	.services-page .service-proof-grid span {
		font-size: 10px;
		line-height: 15px;
	}

	.services-page .service-contract-section,
	.services-page .service-pv-section,
	.services-page .service-beyond-section,
	.services-page .service-design-section,
	.services-page .service-advisory-section {
		padding-bottom: 70px;
		padding-top: 72px;
	}

	.services-page .service-section-header {
		margin-bottom: 34px;
	}

	.services-page .service-section-header h2 {
		font-size: 34px;
		letter-spacing: -0.8px;
	}

	.services-page .service-section-header-split {
		display: block;
	}

	.services-page .service-section-header-split > p {
		font-size: 16px;
		line-height: 27px;
		margin-top: 22px;
	}

	.services-page .service-contract-grid,
	.services-page .service-visual-grid,
	.services-page .service-beyond-grid,
	.services-page .service-advisory-grid {
		grid-template-columns: 1fr;
	}

	.services-page .service-contract-card {
		min-height: 0;
		padding: 29px 25px 29px 88px;
	}

	.services-page .service-card-number {
		font-size: 36px;
		left: 22px;
		top: 31px;
	}

	.services-page .service-visual-card figure,
	.services-page .service-visual-card-wide figure {
		height: 235px;
	}

	.services-page .service-visual-content {
		min-height: 0;
		padding: 26px 23px 28px 67px;
	}

	.services-page .service-visual-content > span {
		font-size: 30px;
		left: 22px;
		top: 28px;
	}

	.services-page .service-beyond-feature,
	.services-page .service-beyond-card:nth-child(2) {
		display: block;
		grid-column: auto;
	}

	.services-page .service-beyond-card > figure,
	.services-page .service-beyond-feature > figure,
	.services-page .service-beyond-card:nth-child(2) > .service-dual-media {
		height: 245px;
	}

	.services-page .service-beyond-feature > div:last-child,
	.services-page .service-beyond-card:nth-child(2) > div:last-child,
	.services-page .service-beyond-card > div:last-child {
		min-height: 0;
		padding: 27px 24px 29px;
	}

	.services-page .service-design-card {
		display: block;
	}

	.services-page .service-design-gallery {
		height: 230px;
		min-height: 0;
	}

	.services-page .service-design-content {
		min-height: 0;
		padding: 29px 23px 31px 69px;
	}

	.services-page .service-design-content > span {
		left: 22px;
		top: 31px;
	}

	.services-page .service-advisory-grid article,
	.services-page .service-advisory-grid article:last-child {
		grid-column: auto;
		min-height: 0;
		width: 100%;
	}

	.services-page .service-cta-section {
		padding: 72px 0 75px;
	}

	.services-page .service-cta-layout {
		grid-template-columns: 1fr;
	}

	.services-page .service-cta-actions {
		min-width: 0;
	}
}

@media only screen and (max-width: 479px) {
	.services-page .service-page-hero {
		min-height: 790px;
	}

	.services-page .service-page-hero h1 {
		font-size: 40px;
	}

	.services-page .service-proof-grid > div {
		min-height: 90px;
	}

	.services-page .service-contract-card {
		padding-left: 72px;
	}

	.services-page .service-card-number {
		font-size: 31px;
		left: 18px;
	}

	.services-page .service-visual-card figure,
	.services-page .service-visual-card-wide figure,
	.services-page .service-beyond-card > figure,
	.services-page .service-beyond-feature > figure,
	.services-page .service-beyond-card:nth-child(2) > .service-dual-media {
		height: 210px;
	}

	.services-page .service-design-gallery {
		grid-template-columns: 1fr;
		height: 330px;
	}
}
