:root {
	--green: #42E38E;
	--dark: #4B4E5A;
	--dark2: #3D404A;
	--light: #F5F7F8;
	--white: #fff;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box
}

body {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.7;
	color: #333
}

.container {
	width: 92%;
	max-width: 1280px;
	margin: auto
}

header {
	position: sticky;
	top: 0;
	z-index: 1000;
	background: rgba(61, 64, 74, .96);
	backdrop-filter: blur(6px);
}

.nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 14px 0
}

.nav img {
	height: 48px
}

.nav a {
	color: #fff;
	text-decoration: none;
	margin-left: 20px
}

.hero {
	min-height: 68vh;
	display: flex;
	align-items: center;
	background: linear-gradient(rgba(61, 64, 74, .82), rgba(61, 64, 74, .82)), url('hero.jpg') center/cover;
	color: #fff;
	text-align: center;
}

.hero-content {
	max-width: 900px;
	margin: auto;
	padding: 30px 20px
}

.hero h1 {
	font-size: 3.5rem;
	line-height: 1.1;
	margin-bottom: 20px
}

.hero p {
	font-size: 1.15rem;
	margin-bottom: 30px
}

.subtitle {
	color: var(--green);
	font-weight: bold;
	font-size: 1.3rem;
	margin-bottom: 20px
}

.btn {
	display: inline-block;
	background: var(--green);
	color: #222;
	padding: 15px 30px;
	text-decoration: none;
	border-radius: 6px;
	font-weight: bold
}

.stats {
	background: var(--green);
	padding: 20px 0
}

.stats-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	text-align: center
}

.stats h3 {
	font-size: 2.2rem
}

section {

	padding: 40px 0
}

.section-title {
	text-align: center;
	color: var(--dark);
	font-size: 2.2rem;
	margin-bottom: 40px
}

.clients {
	background: var(--light)
}

.client-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 18px
}

.client {
	background: #fff;
	padding: 20px;
	border-radius: 8px;
	text-align: center;
	font-weight: bold;
	box-shadow: 0 3px 10px rgba(0, 0, 0, .08)
}

.services {
	background: var(--light)
}

.solutions-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	gap: 25px
}

.card {
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 5px 18px rgba(0, 0, 0, .08)
}

.card img {
	width: 100%;
	height: 320px;
	object-fit: cover;
}

.card_columns {
	width: 100%;
	height: 320px;
	object-fit: cover;
        object-position: 100% 80%;  
}

.card-content {
	padding: 25px
}

.card h3 {
	margin-bottom: 10px;
	color: var(--dark)
}

.about p,
.manufacturing p {
	max-width: 950px;
	margin: auto;
	text-align: center
}

.features {
	background: var(--light)
}

.feature-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 20px
}

.feature {
	background: #fff;
	padding: 25px;
	border-left: 5px solid var(--green);
	border-radius: 6px
}

.contact {
	background: var(--dark);
	color: #fff;
	text-align: center
}

.contact p {
	color: #E2E8F0;
	font-size: 1.1rem;
	max-width: 600px;
	margin: 0 auto 40px;
	opacity: 0.9;
	line-height: 1.6;
}

footer {
	background: var(--dark2);
	color: #fff;
	text-align: center;
	padding: 20px
}

footer p {
	font-size: 0.85rem;
	margin: 0;
	opacity: 0.7;
}

footer a {
	color: #2ECC87;
	text-decoration: none;
	font-weight: 600;
	font-size: 0.95rem;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	transition: opacity 0.2s;
}

@media(max-width:900px) {
	.hero h1 {
		font-size: 2.3rem
	}

	.stats-grid {
		grid-template-columns: repeat(2, 1fr)
	}

	.gallery-grid {
		grid-template-columns: 1fr
	}

	.large,
	.small {
		min-height: 250px
	}
}


.manufactured {

	padding: 90px 0;

	background: #ffffff;

}

.manufactured-grid {

	display: grid;

	grid-template-columns: 1fr 1fr;

	gap: 40px;

	align-items: center;

}

.manufactured-image img {

	width: 100%;

	border-radius: 12px;

	box-shadow: 0 20px 40px rgba(0, 0, 0, .12);

}

.manufactured h2 {

	margin-bottom: 20px;
	color: var(--dark);
	font-size: 2.2rem;
}

.ticks {

	display: grid;

	grid-template-columns: 1fr 1fr;

	gap: 15px;

	margin-top: 35px;

	font-weight: 600;

}

.section-tag {

	display: inline-block;

	background: #39d98a;

	color: #fff;

	padding: 8px 16px;

	border-radius: 50px;

	font-size: .8rem;

	letter-spacing: 2px;

	margin-bottom: 20px;

	font-weight: 700;

}

@media(max-width:900px) {

	.feature-grid {

		grid-template-columns: 1fr;

	}


	.manufactured-grid {

		display: flex;

		flex-direction: column;

	}

	.manufactured-content {

		order: 1;

	}

	.manufactured-content h2 {

		text-align:center;
		color: var(--dark);
		font-size: 2.2rem;

	}

	.manufactured-image {

		order: 2;
		margin-top: 10px;

	}


	.ticks {

		grid-template-columns: 1fr;

	}

}

.eco-box {

	background: #eefaf3;

	border-left: 4px solid #39d98a;

	padding: 20px;

	margin-top: 30px;

	border-radius: 8px;

}