/* ============================================
   ENOGEN STEWARDSHIP PAGE - NEW SECTIONS
   ============================================ */

.stewardship-header {
	padding-top: 60px;
	padding-bottom: 60px;
}
	.stewardship-header h1 {
		margin-bottom: 30px;
		color: #439539;
	}
/* STEWARDSHIP SUPPORT SECTION */
	.stewardship-support {
		padding: 60px 0;
		background: #fff;
	}

.stewardship-support .section-header {
	margin-bottom: 40px;
	text-align: center;
}

/*.stewardship-support .section-header h2 {
	font-size: 2rem;
	font-weight: 700;
	color: #439539;
	letter-spacing: 1px;
	position: relative;
	display: inline-block;
	margin-bottom: 15px;
}

.stewardship-support .section-header h2::before {
	content: '';
	position: absolute;
	top: -15px;
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
	height: 3px;
	background: #d4d965;
}*/

.stewardship-support .section-intro {
	font-size: 21px;
	color: #55565A;
	margin-top: 15px;
	margin-bottom: 40px;
}

/* Resource Boxes */
.resource-boxes {
	margin-bottom: 50px;
}

.resource-box-item {
	margin-bottom: 30px;
}

.resource-box {
	display: block;
	background: #439539;
	color: white;
	padding: 25px;
	border-radius: 3px;
	text-decoration: none;
	transition: all 0.3s ease;
	position: relative;
	min-height: 120px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.resource-box:hover {
	background: #3a7a2f;
	box-shadow: 0 4px 12px rgba(67, 149, 57, 0.2);
	transform: translateY(-3px);
}

.resource-box h3 {
	font-size: 1.1rem;
	font-weight: 600;
	color: white;
	margin: 0;
	padding-right: 30px;
	line-height: 1.4;
}

.download-icon {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 28px;
	height: 28px;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.download-icon svg {
	width: 18px;
	height: 18px;
}

/* Stewardship Description */
.stewardship-description {
	background: #f5f5f5;
	padding: 30px;
	margin-bottom: 40px;
	border-radius: 3px;
}

.stewardship-description p {
	margin: 0 0 15px 0;
	font-size: 1.0rem;
	line-height: 1.6;
	color: #55565A;
}

.stewardship-description p:last-child {
	margin-bottom: 0;
}

/* Partner Logos */
.partner-logos {
	text-align: center;
	padding-top: 30px;
	border-top: 1px solid #e0e0e0;
}

.partner-logos img {
	max-height: 50px;
	margin: 0 20px;
	display: inline-block;
	vertical-align: middle;
	opacity: 0.8;
	transition: opacity 0.3s ease;
}

.partner-logos img:hover {
	opacity: 1;
}

/* ============================================
   STEPS TO STEWARDSHIP SECTION
   ============================================ */

.steps-to-stewardship {
	padding: 60px 0;
	background: #f9fae8;
}

.steps-to-stewardship .section-header {
	margin-bottom: 40px;
	text-align: center;
}

/*.steps-to-stewardship .section-header h2 {
	font-size: 2rem;
	font-weight: 700;
	color: #439539;
	letter-spacing: 1px;
	position: relative;
	display: inline-block;
	margin-bottom: 15px;
}*/

/*.steps-to-stewardship .section-header h2::before {
	content: '';
	position: absolute;
	top: -15px;
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
	height: 3px;
	background: #d4d965;
}*/
.lineBackground span.whiteBackground {
	background: #f9fae8;
}
.lineBackground span.grayBackground {
	background: white;
	color: #439539;
}

.steps-to-stewardship .section-intro {
	font-size: 1.15rem;
	color: #55565A;
	margin-top: 15px;
	margin-bottom: 40px;
}
	/* Stewardship Steps */
	.stewardship-steps {
		max-width: 900px;
		margin: 0 auto;
	}

.step-item {
	display: flex;
	margin-bottom: 20px;
	background: white;
	border-radius: 3px;
	overflow: hidden;
	border-left: 5px solid #439539;
	transition: all 0.3s ease;
	height: 132px;
	width: 923px;
	border: 2px solid #439539;
}

		.step-item:hover {
			box-shadow: 0 2px 8px rgba(67, 149, 57, 0.15);
			transform: translateX(5px);
		}

.step-number {
	background: transparent url('https://assets.syngentaebiz.com/images/media/enogen-stewardship-step-background.jpg')0% 0% no-repeat padding-box;
	color: #C1CD23;
	display: flex;
	align-items: center;
	justify-content: center;
	font: normal normal 700 80px/109px "Noto Sans", sans-serif;
	text-align: center;
	flex-shrink: 0;
	width: 132px;
	height: 132px;
	background-size: cover;
	background-position: 100% 75%;
}

.step-content {
	flex: 1;
	padding: 10px 14px;
	align-content: center;
	
}
	.step-content p {
		font: normal normal 21px/28px "Noto Sans", sans-serif;
		letter-spacing: 0px;
		color: #55565A;
	}


		.step-content h3 {
			font-size: 1.1rem;
			font-weight: 600;
			color: #439539;
			margin: 0 0 8px 0;
			line-height: 1.3;
		}

		.step-content p {
			margin: 0;
			font-size: 21px;
			/*line-height: 1.5;*/
			color: #55565A;
		}
	/* ============================================
   RESPONSIVE DESIGN
   ============================================ */

	@media (max-width: 767px) {
		.step-content p {
			margin: 0;
			font-size: 18px !important;
			/*line-height: 1.5;*/
			color: #55565A;
		}
		.stewardship-support,
		.steps-to-stewardship {
			padding: 40px 0;
		}

			.stewardship-support .section-header h2,
			.steps-to-stewardship .section-header h2 {
				font-size: 1.6rem;
			}

			.stewardship-support .section-intro,
			.steps-to-stewardship .section-intro {
				font-size: 1rem;
			}

		.resource-box {
			min-height: 100px;
		}

			.resource-box h3 {
				font-size: 1rem;
				padding-right: 35px;
			}

		.partner-logos img {
			max-height: 40px;
			margin: 10px;
		}

	/*	.step-number {
			width: 50px;
			font-size: 1.5rem;
		}*/

		.step-content {
			padding: 15px 20px;
		}

			/*.step-content h3 {
				font-size: 1rem;
			}

			.step-content p {
				font-size: 0.9rem;
			}*/
	}

	@media (max-width: 480px) {
		.stewardship-support .section-header h2,
		.steps-to-stewardship .section-header h2 {
			font-size: 1.4rem;
		}

		.resource-box {
			padding: 20px;
			min-height: auto;
		}

			.resource-box h3 {
				font-size: 0.95rem;
			}

		.stewardship-description {
			padding: 20px;
		}

			.stewardship-description p {
				font-size: 0.95rem;
			}

		/*.step-number {
			width: 45px;
			font-size: 1.3rem;
		}*/

		.step-content {
			padding: 12px 15px;
		}

		/*	.step-content h3 {
				font-size: 0.95rem;
				margin-bottom: 5px;
			}

			.step-content p {
				font-size: 0.85rem;
			}*/
	}
	/* ============================================
   ANIMATIONS
   ============================================ */

	@keyframes slideIn {
		from {
			opacity: 0;
			transform: translateY(20px);
		}

		to {
			opacity: 1;
			transform: translateY(0);
		}
	}

	.step-item {
		animation: slideIn 0.4s ease forwards;
	}

		.step-item:nth-child(1) {
			animation-delay: 0.05s;
		}

		.step-item:nth-child(2) {
			animation-delay: 0.1s;
		}

		.step-item:nth-child(3) {
			animation-delay: 0.15s;
		}

		.step-item:nth-child(4) {
			animation-delay: 0.2s;
		}

		.step-item:nth-child(5) {
			animation-delay: 0.25s;
		}

		.step-item:nth-child(6) {
			animation-delay: 0.3s;
		}

		.step-item:nth-child(7) {
			animation-delay: 0.35s;
		}
.greenBar {
	text-decoration-line: none;
}
.external-link {
	width: 46px;
	height: 46px;
}
.mm-breadcrumbs{
/*display:none;*/
}
.stewardshipfont {
	font-size:21px !important;
}
.step-item {
	width: 100%;
}
.smallWhite {
	font: normal normal 700 21px/35px "Open Sans", sans-serif !important;
}
@media (max-width: 767px) {
	.mktb-standard .mktb-mobile-bk {
		display: block;
		width: 100%;
		aspect-ratio: 375 / 180 !important; /* adjust to match your expected banner height */
		background-repeat: no-repeat;
		background-position: center; /* or: center top */
		background-size: cover;
		margin-top: -75px; /* keep only if you truly need this overlap */
	}

	.step-item {
		width: 100%;
		height: auto;
	}

	.step-number {
		width: 90px;
		height: auto;
	}

	.stewardship-header h1 {
		font: normal normal 800 36px/42px "Noto Sans", sans-serif;
		padding-left: 20px;
		padding-right: 20px;
	}

	.stewardship-header p {
		padding-left: 20px;
		padding-right: 20px;
		font: normal normal 400 21px/28px "Noto Sans", sans-serif;
	}

	.lineBackground span.whiteBackground {
		font: normal normal 800 24px/26px "Noto Sans", sans-serif !important;
		display: inline-block;
		white-space: normal;
		max-width: 14ch;
	}

	.steps-to-stewardship .section-intro {
		font: normal normal 400 21px/28px "Noto Sans", sans-serif !important;
		padding-left: 20px;
		padding-right: 20px;
	}

	step-content p {
		font: normal normal bold 18px / 24px Noto Sans;
	}

	.lineBackground span.grayBackground {
		font: normal normal 800 24px/26px "Noto Sans", sans-serif !important;
		display: inline-block;
		white-space: normal;
		max-width: 14ch;
	}

	.smallWhite {
		font: normal normal bold 21px/24px "Noto Sans", sans-serif !important;
		letter-spacing: 0px;
		color: #FFFFFF;
	}
}