/**
* Theme Name: Greenly Child
* Description: This is a child theme of Greenly, generated by Merlin WP.
* Author: <a href="https://creativesplanet.com/">Creative's Planet</a>
* Template: greenly
* Version: 1.1
*/

:root {
	--eco-green: #82bd42;
	--eco-green-dark: #1f7a35;
	--eco-text: #20252b;
	--eco-muted: #667085;
}

.eco-project-counter {
	background: linear-gradient(135deg, #1f7a35 0%, #82bd42 100%);
	color: #fff;
	margin: 0 auto 70px;
	padding: 44px 20px;
	position: relative;
	z-index: 2;
}

.eco-project-counter__inner {
	align-items: center;
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(220px, 1.1fr) repeat(3, minmax(130px, .7fr));
	margin: 0 auto;
	max-width: 1180px;
}

.eco-project-counter__eyebrow {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.eco-project-counter__title {
	color: #fff;
	font-size: 34px;
	line-height: 1.18;
	margin: 0;
}

.eco-project-counter__text {
	color: rgba(255, 255, 255, .86);
	font-size: 16px;
	line-height: 1.7;
	margin: 12px 0 0;
	max-width: 520px;
}

.eco-project-counter__item {
	background: rgba(255, 255, 255, .14);
	border: 1px solid rgba(255, 255, 255, .26);
	border-radius: 8px;
	padding: 24px 18px;
	text-align: center;
}

.eco-project-counter__number {
	display: block;
	font-size: 42px;
	font-weight: 800;
	line-height: 1;
}

.eco-project-counter__label {
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.35;
	margin-top: 10px;
}

.eco-services-seo {
	color: var(--eco-muted);
	font-size: 17px;
	line-height: 1.75;
	margin: 18px auto 34px;
	max-width: 980px;
}

.eco-services-seo strong {
	color: var(--eco-text);
}

.wpcf7-form input::placeholder,
.wpcf7-form textarea::placeholder {
	color: #8d97a3;
	opacity: 1;
}

.wpcf7-submit,
input[type="submit"],
button[type="submit"] {
	border-radius: 4px;
	font-weight: 700;
}

@media (max-width: 991px) {
	.eco-project-counter__inner {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.eco-project-counter__intro {
		grid-column: 1 / -1;
	}
}

@media (max-width: 575px) {
	.eco-project-counter {
		margin-bottom: 42px;
		padding: 34px 16px;
	}

	.eco-project-counter__inner {
		grid-template-columns: 1fr;
	}

	.eco-project-counter__title {
		font-size: 27px;
	}

	.eco-project-counter__number {
		font-size: 36px;
	}
}
