.mohammad-foodstuff-hero,
.mohammad-foodstuff-hero * {
	box-sizing: border-box;
}

.mohammad-foodstuff-hero {
	position: relative;
	z-index: 1;
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	overflow: hidden;
	background:
		radial-gradient(circle at 10% 20%, rgba(208, 167, 83, 0.16) 0 2px, transparent 2px),
		linear-gradient(180deg, #fbf7ed 0%, #fbf7ed 100%);
	background-size: 26px 26px, cover;
	font-family: Inter, Arial, sans-serif;
}

.mohammad-foodstuff-overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
}

.mohammad-foodstuff-hero::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: min(58vw, 1080px);
	height: clamp(470px, 41vw, 620px);
	background:
		radial-gradient(circle at 18% 16%, rgba(255, 207, 93, 0.11) 0%, rgba(255, 207, 93, 0) 24%),
		radial-gradient(circle at center, rgba(255,255,255,0.035) 1px, transparent 1.2px),
		linear-gradient(180deg, #0a5a43 0%, #064b37 100%);
	background-size: auto, 26px 26px, cover;
	border-top-left-radius: 340px;
	border-bottom-left-radius: 340px;
	box-shadow: inset 2px 0 0 rgba(198, 146, 43, 0.42), inset 0 2px 0 rgba(198, 146, 43, 0.26);
	z-index: 0;
}

.mohammad-foodstuff-hero::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: min(58vw, 1080px);
	height: clamp(470px, 41vw, 620px);
	border-top-left-radius: 340px;
	border-bottom-left-radius: 340px;
	border-left: 1px solid rgba(212, 171, 90, 0.55);
	border-top: 1px solid rgba(212, 171, 90, 0.35);
	background: radial-gradient(circle at 55% 28%, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0) 34%);
	pointer-events: none;
	z-index: 1;
}

.mohammad-foodstuff-container {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}

.mohammad-foodstuff-hero-row {
	position: relative;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 34px;
	min-height: 530px;
	padding: 34px 0 24px;
}

.mohammad-foodstuff-content {
	position: relative;
	z-index: 4;
	flex: 0 0 41.5%;
	max-width: 41.5%;
	padding-top: 0;
}

.mohammad-foodstuff-badge {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	width: fit-content;
	border: 1px solid rgba(198, 146, 43, 0.38);
	background: #fffdf8;
	box-shadow: 0 8px 22px rgba(16, 48, 35, 0.06);
	white-space: nowrap;
}

.mohammad-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	flex: 0 0 auto;
}

.mohammad-icon svg {
	display: block;
	width: 1em;
	height: 1em;
}

.mohammad-foodstuff-title,
.mohammad-foodstuff-title span {
	font-family: "Playfair Display", Georgia, serif;
	font-style: normal;
}

.mohammad-foodstuff-title {
	max-width: 680px;
	font-size: 60px;
	font-weight: 700;
	line-height: 1.05;
	letter-spacing: -0.03em;
	color: #084c35;
	text-wrap: balance;
}

.mohammad-foodstuff-title-main,
.mohammad-foodstuff-title-highlight {
	display: block;
}

.mohammad-foodstuff-title-highlight {
	color: #c28b23;
}

.mohammad-foodstuff-description,
.mohammad-foodstuff-description p {
	max-width: 610px;
	font-family: Inter, Arial, sans-serif;
	font-style: normal;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.72;
	color: #47545a;
}

.mohammad-foodstuff-description p:last-child {
	margin-bottom: 0;
}

.mohammad-foodstuff-buttons {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 18px;
}

.mohammad-foodstuff-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	border: 1px solid transparent;
	text-decoration: none !important;
	line-height: 1;
	transition: all 220ms ease;
	min-height: 52px;
}

.mohammad-foodstuff-button:hover {
	transform: translateY(-2px);
	text-decoration: none !important;
}

.mohammad-button-primary {
	box-shadow: 0 8px 18px rgba(0, 73, 47, 0.18);
}

.mohammad-foodstuff-visual {
	position: relative;
	z-index: 2;
	flex: 0 0 54%;
	max-width: 54%;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	min-width: 0;
}

.mohammad-foodstuff-visual-inner {
	position: relative;
	width: 100%;
	min-height: 540px;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	line-height: 0;
	overflow: visible;
}

.mohammad-foodstuff-visual-inner img {
	display: block;
	width: auto;
	height: 540px;
	max-width: none;
	object-fit: contain;
	object-position: bottom right;
	transform: translateX(34px) translateY(16px);
	filter: drop-shadow(0 24px 34px rgba(4, 35, 24, 0.14));
}

.mohammad-floating-labels {
	position: absolute;
	inset: 0;
	z-index: 4;
	pointer-events: none;
}

.mohammad-floating-label {
	position: absolute;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 42px;
	padding: 10px 16px;
	white-space: nowrap;
	line-height: 1;
	transform: translate(-50%, -50%);
	border: 1px solid rgba(20, 46, 36, 0.08);
	border-radius: 14px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
	background: #ffffff;
	font-family: Inter, Arial, sans-serif;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0;
	color: #32433d;
}

.mohammad-floating-label .mohammad-icon,
.mohammad-floating-label .mohammad-floating-label-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	line-height: 1;
	color: #2b6a54;
	flex: 0 0 auto;
}

.mohammad-floating-label .mohammad-icon svg,
.mohammad-floating-label .mohammad-icon i,
.mohammad-floating-label .mohammad-floating-label-icon svg,
.mohammad-floating-label .mohammad-floating-label-icon i {
	display: block;
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.mohammad-foodstuff-cards {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	align-items: stretch;
	gap: 18px;
	margin-top: 22px;
}

.mohammad-foodstuff-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	text-decoration: none !important;
	border: 1px solid rgba(0, 73, 47, 0.08);
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
	transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease, background-color 220ms ease;
}

.mohammad-foodstuff-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.12);
	text-decoration: none !important;
}

.mohammad-foodstuff-card-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}

.mohammad-foodstuff-card-icon svg,
.mohammad-foodstuff-card-icon i {
	display: block;
}

.mohammad-foodstuff-card-title {
	display: block;
	text-decoration: none;
}

.mohammad-foodstuff-card-line {
	display: block;
	border-radius: 99px;
}

@media (max-width: 1200px) {
	.mohammad-foodstuff-title {
		font-size: 54px;
	}

	.mohammad-foodstuff-content {
		flex-basis: 43%;
		max-width: 43%;
	}

	.mohammad-foodstuff-visual {
		flex-basis: 53%;
		max-width: 53%;
	}

	.mohammad-foodstuff-visual-inner img {
		height: 500px;
		transform: translateX(18px) translateY(10px);
	}
}

@media (max-width: 1024px) {
	.mohammad-foodstuff-hero::before,
	.mohammad-foodstuff-hero::after {
		height: 560px;
	}

	.mohammad-foodstuff-hero-row {
		flex-direction: column;
		align-items: stretch;
		min-height: 0;
		padding: 34px 0 12px;
	}

	.mohammad-foodstuff-content {
		flex-basis: auto !important;
		max-width: 100% !important;
		width: 100%;
	}

	.mohammad-foodstuff-visual {
		width: 100%;
		max-width: 100%;
		justify-content: center !important;
	}

	.mohammad-foodstuff-visual-inner {
		margin-top: 0 !important;
		max-width: 920px;
		min-height: 0;
		justify-content: center;
	}

	.mohammad-foodstuff-visual-inner img {
		width: 100%;
		height: auto;
		max-width: 860px;
		transform: none;
	}

	.mohammad-foodstuff-cards {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.mohammad-foodstuff-hero {
		min-height: auto !important;
	}

	.mohammad-foodstuff-hero::before,
	.mohammad-foodstuff-hero::after {
		height: 100%;
	}

	.mohammad-foodstuff-hero::before {
		width: 100%;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
		background:
			radial-gradient(circle at 78% 18%, rgba(255, 207, 93, 0.10) 0%, rgba(255, 207, 93, 0) 26%),
			radial-gradient(circle at center, rgba(255,255,255,0.03) 1px, transparent 1.2px),
			linear-gradient(180deg, #fbf7ec 0%, #f7f0df 48%, #0b5a43 48%, #054836 100%);
		background-size: auto, 22px 22px, cover;
		box-shadow: none;
	}

	.mohammad-foodstuff-hero::after {
		width: 100%;
		right: 0;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
		border-left: 0;
		border-top: 0;
		background: none;
	}

	.mohammad-foodstuff-title {
		font-size: 36px;
	}

	.mohammad-foodstuff-description,
	.mohammad-foodstuff-description p {
		font-size: 15px;
	}

	.mohammad-foodstuff-badge {
		white-space: normal;
	}

	.mohammad-foodstuff-buttons {
		width: 100%;
	}

	.mohammad-foodstuff-button {
		width: 100%;
	}

	.mohammad-foodstuff-cards {
		grid-template-columns: 1fr;
	}

	.mohammad-floating-label {
		min-height: 38px;
		padding: 9px 13px;
		font-size: 12px;
		gap: 8px;
	}
}

/* Foodstuff About Section */
.mohammad-foodstuff-about,
.mohammad-foodstuff-about * {
	box-sizing: border-box;
}

.mohammad-foodstuff-about {
	position: relative;
	z-index: 1;
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	overflow: hidden;
	background: #fbf8f1;
	background-image: linear-gradient(116deg, #fffdf8 0%, #fbf7ef 62%, #ffffff 100%);
	font-family: Inter, Arial, sans-serif;
	min-height: 590px;
	padding: 28px 24px 58px;
}

.mohammad-foodstuff-about-overlay {
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
}

.mohammad-foodstuff-about-container {
	position: relative;
	z-index: 3;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}

.mohammad-foodstuff-about-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 68px;
}

.mohammad-foodstuff-about-image-right .mohammad-foodstuff-about-row {
	flex-direction: row-reverse;
}

.mohammad-foodstuff-about-image-col {
	position: relative;
	z-index: 2;
	flex: 0 0 52%;
	max-width: 52%;
	min-width: 0;
}

.mohammad-foodstuff-about-image-wrap {
	position: relative;
	width: 100%;
	overflow: hidden;
	line-height: 0;
	border: 3px solid #c7922e;
	border-radius: 30px 90px 28px 70px;
	box-shadow: 0 14px 42px rgba(11, 45, 31, 0.08);
	background: #fffaf0;
}

.mohammad-foodstuff-about-image-wrap img {
	display: block;
	width: 100%;
	height: auto;
	max-width: none;
	object-fit: cover;
	border-radius: 30px 90px 28px 70px;
}

.mohammad-foodstuff-about-content {
	position: relative;
	z-index: 4;
	flex: 1 1 auto;
	max-width: 520px;
	min-width: 0;
}

.mohammad-foodstuff-about-subheading {
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 9px;
	font-family: Inter, Arial, sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #c08a25;
	margin: 0 0 20px;
}

.mohammad-foodstuff-about-subheading::after {
	content: "";
	display: block;
	width: 38px;
	height: 2px;
	background: #c08a25;
}

.mohammad-foodstuff-about-title {
	font-family: "Playfair Display", Georgia, serif;
	font-size: 54px;
	font-weight: 800;
	line-height: 1.08;
	letter-spacing: -0.022em;
	color: #064d34;
	margin: 0;
	text-transform: none;
	font-style: normal;
}

.mohammad-foodstuff-about-divider {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	gap: 14px;
	margin: 22px 0 22px;
	color: #c08a25;
}

.mohammad-foodstuff-about-divider-line {
	display: inline-block;
	width: 118px;
	height: 2px;
	background: #d5a956;
}

.mohammad-foodstuff-about-divider-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	line-height: 1;
	color: #c08a25;
}

.mohammad-foodstuff-about-divider-icon svg,
.mohammad-foodstuff-about-divider-icon i {
	display: block;
	width: 1em;
	height: 1em;
	color: currentColor;
	fill: currentColor;
}

.mohammad-foodstuff-about-divider-icon svg path {
	fill: currentColor;
}


.mohammad-foodstuff-about-description {
	font-family: Inter, Arial, sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.75;
	color: #2d3430;
	margin: 0;
}

.mohammad-foodstuff-about-description p {
	margin: 0 0 12px;
}

.mohammad-foodstuff-about-description p:last-child {
	margin-bottom: 0;
}

.mohammad-foodstuff-about-button-wrap {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-top: 32px;
}

.mohammad-foodstuff-about-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	min-height: 50px;
	padding: 0 28px;
	border: 1px solid rgba(2, 79, 49, 0.25);
	border-radius: 6px;
	background: #005237;
	color: #d6a23a;
	font-family: Inter, Arial, sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none !important;
	box-shadow: 0 9px 18px rgba(0, 72, 48, 0.18);
	transition: transform 220ms ease, box-shadow 220ms ease, color 220ms ease, background-color 220ms ease, border-color 220ms ease;
}

.mohammad-foodstuff-about-button:hover,
.mohammad-foodstuff-about-button:focus {
	transform: translateY(-2px);
	box-shadow: 0 13px 24px rgba(0, 72, 48, 0.22);
	color: #ffffff;
	background: #003f2a;
	text-decoration: none !important;
}

.mohammad-foodstuff-about-button-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	line-height: 1;
	color: currentColor;
}

.mohammad-foodstuff-about-button-icon svg,
.mohammad-foodstuff-about-button-icon i {
	display: block;
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.mohammad-foodstuff-about-leaf {
	position: absolute;
	top: 80px;
	right: 62px;
	z-index: 1;
	width: 170px;
	color: #d8bd83;
	opacity: 0.14;
	pointer-events: none;
}

.mohammad-foodstuff-about-leaf svg {
	display: block;
	width: 100%;
	height: auto;
}

.mohammad-foodstuff-about-wave {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	z-index: 2;
	width: 100%;
	line-height: 0;
	pointer-events: none;
}

.mohammad-foodstuff-about-wave svg {
	display: block;
	width: 100%;
	height: 90px;
}

.mohammad-foodstuff-about-wave-green {
	fill: #004d33;
}

.mohammad-foodstuff-about-wave-gold {
	stroke: #c7922e;
}

@media (max-width: 1024px) {
	.mohammad-foodstuff-about {
		padding: 48px 20px 86px;
	}

	.mohammad-foodstuff-about-row,
	.mohammad-foodstuff-about-image-right .mohammad-foodstuff-about-row {
		flex-direction: column;
		gap: 34px;
	}

	.mohammad-foodstuff-about-image-col,
	.mohammad-foodstuff-about-content {
		flex-basis: 100%;
		max-width: 100%;
		width: 100%;
	}

	.mohammad-foodstuff-about-title {
		font-size: 42px;
	}

	.mohammad-foodstuff-about-leaf {
		right: 12px;
		top: 92px;
		width: 120px;
	}
}

@media (max-width: 767px) {
	.mohammad-foodstuff-about {
		padding: 40px 16px 78px;
	}

	.mohammad-foodstuff-about-title {
		font-size: 34px;
	}

	.mohammad-foodstuff-about-divider-line {
		width: 76px;
	}

	.mohammad-foodstuff-about-button {
		width: 100%;
	}

	.mohammad-foodstuff-about-button-wrap {
		width: 100%;
	}

	.mohammad-foodstuff-about-image-wrap,
	.mohammad-foodstuff-about-image-wrap img {
		border-radius: 22px 54px 22px 42px;
	}
}

/* Foodstuff Services Section */
.mohammad-foodstuff-services,
.mohammad-foodstuff-services * {
	box-sizing: border-box;
}

.mohammad-foodstuff-services {
	position: relative;
	z-index: 1;
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	overflow: hidden;
	background: #fdfbf6;
	font-family: Inter, Arial, sans-serif;
	padding: 36px 24px 60px;
}

.mohammad-foodstuff-services-container {
	position: relative;
	z-index: 3;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}

.mohammad-foodstuff-services-header {
	max-width: 980px;
	margin: 0 auto 30px;
	text-align: center;
}

.mohammad-foodstuff-services-subheading-wrap {
	margin-bottom: 8px;
}

.mohammad-foodstuff-services-subheading {
	display: inline-block;
	position: relative;
	font-family: Inter, Arial, sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #c7922e;
}

.mohammad-foodstuff-services-title {
	margin: 0;
	font-family: "Playfair Display", Georgia, serif;
	font-size: 64px;
	font-weight: 700;
	line-height: 1.08;
	letter-spacing: -0.03em;
	color: #064d34;
}

.mohammad-foodstuff-services-description {
	max-width: 760px;
	margin: 16px auto 0;
	font-family: Inter, Arial, sans-serif;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.65;
	color: #474d53;
}

.mohammad-foodstuff-services-divider {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin: 10px auto 12px;
}

.mohammad-foodstuff-services-divider-top {
	margin-top: 4px;
	margin-bottom: 10px;
}

.mohammad-foodstuff-services-divider-bottom {
	margin-top: 14px;
	margin-bottom: 0;
}

.mohammad-foodstuff-services-divider-line {
	display: block;
	width: 76px;
	height: 2px;
	border-radius: 999px;
	background: #dfbf7f;
}

.mohammad-foodstuff-services-divider-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	line-height: 1;
	color: #c7922e;
}

.mohammad-foodstuff-services-divider-icon svg,
.mohammad-foodstuff-services-divider-icon i {
	display: block;
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.mohammad-foodstuff-services-grid {
	display: grid;
	grid-template-columns: repeat(var(--mf-services-columns, 3), minmax(0, 1fr));
	gap: 22px;
	position: relative;
	z-index: 3;
}

.mohammad-foodstuff-service-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	text-align: center;
	min-height: 272px;
	padding: 36px 28px 32px;
	background: #fff;
	border: 1px solid rgba(199, 146, 46, 0.45);
	border-radius: 22px;
	text-decoration: none !important;
	transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease, background-color 220ms ease;
}

.mohammad-foodstuff-service-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 16px 30px rgba(5, 41, 28, 0.08);
	border-color: #c7922e;
}

.mohammad-foodstuff-service-card-icon-wrap {
	margin-bottom: 18px;
}

.mohammad-foodstuff-service-card-icon {
	--mf-service-accent: #c7922e;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 56px;
	line-height: 1;
	color: #0c4c35;
}

.mohammad-foodstuff-service-card-icon svg,
.mohammad-foodstuff-service-card-icon i {
	display: block;
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.mohammad-foodstuff-service-card-title {
	margin: 0;
	font-family: "Playfair Display", Georgia, serif;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.2;
	color: #123d2f;
}

.mohammad-foodstuff-service-card-divider {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin: 10px auto 14px;
}

.mohammad-foodstuff-service-card-divider-line {
	display: block;
	width: 34px;
	height: 2px;
	border-radius: 999px;
	background: #c7922e;
}

.mohammad-foodstuff-service-card-divider-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	line-height: 1;
	color: #c7922e;
}

.mohammad-foodstuff-service-card-divider-icon svg,
.mohammad-foodstuff-service-card-divider-icon i {
	display: block;
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.mohammad-foodstuff-service-card-description {
	font-family: Inter, Arial, sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.6;
	color: #474d53;
}

.mohammad-foodstuff-service-card-description p,
.mohammad-foodstuff-service-card-description br {
	margin: 0;
}

.mohammad-foodstuff-services-decor-left {
	position: absolute;
	left: 0;
	top: 46px;
	z-index: 1;
	width: 130px;
	line-height: 0;
	pointer-events: none;
}

.mohammad-foodstuff-services-decor-left img {
	display: block;
	width: 100%;
	height: auto;
}

.mohammad-foodstuff-services-leaf {
	position: absolute;
	z-index: 1;
	color: rgba(199, 146, 46, 0.18);
	pointer-events: none;
}

.mohammad-foodstuff-services-leaf svg {
	display: block;
	width: 100%;
	height: auto;
}

.mohammad-foodstuff-services-leaf-left {
	left: 26px;
	top: 32px;
	width: 160px;
}

.mohammad-foodstuff-services-leaf-right {
	right: 18px;
	top: 88px;
	width: 126px;
}

@media (max-width: 1360px) {
	.mohammad-foodstuff-services-decor-left {
		display: none;
	}
}

@media (max-width: 1024px) {
	.mohammad-foodstuff-services {
		padding: 36px 20px 52px;
	}

	.mohammad-foodstuff-services-title {
		font-size: 50px;
	}

	.mohammad-foodstuff-services-grid {
		grid-template-columns: repeat(var(--mf-services-tablet-columns, 2), minmax(0, 1fr));
	}

	.mohammad-foodstuff-services-leaf-right {
		right: -12px;
		top: 80px;
		width: 96px;
	}

	.mohammad-foodstuff-services-leaf-left {
		left: -10px;
		width: 120px;
	}
}

@media (max-width: 767px) {
	.mohammad-foodstuff-services {
		padding: 32px 16px 44px;
	}

	.mohammad-foodstuff-services-header {
		margin-bottom: 24px;
	}

	.mohammad-foodstuff-services-title {
		font-size: 36px;
	}

	.mohammad-foodstuff-services-description {
		font-size: 15px;
	}

	.mohammad-foodstuff-services-divider-line {
		width: 54px;
	}

	.mohammad-foodstuff-services-grid {
		grid-template-columns: 1fr;
	}

	.mohammad-foodstuff-service-card {
		min-height: 0;
	}

	.mohammad-foodstuff-services-leaf-right,
	.mohammad-foodstuff-services-leaf-left {
		display: none;
	}
}

/* Foodstuff Process Section */
.mohammad-foodstuff-process,
.mohammad-foodstuff-process * {
	box-sizing: border-box;
}

.mohammad-foodstuff-process {
	position: relative;
	z-index: 1;
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	overflow: hidden;
	background: #fdfbf6;
	font-family: Inter, Arial, sans-serif;
	padding: 36px 24px 32px;
}

.mohammad-foodstuff-process-container {
	position: relative;
	z-index: 3;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}

.mohammad-foodstuff-process-header {
	max-width: 1100px;
	margin: 0 auto 30px;
	text-align: center;
}

.mohammad-foodstuff-process-subheading-wrap {
	margin-bottom: 4px;
}

.mohammad-foodstuff-process-subheading {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	font-family: Inter, Arial, sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #c7922e;
}

.mohammad-foodstuff-process-subheading::before,
.mohammad-foodstuff-process-subheading::after {
	content: "";
	display: block;
	width: 56px;
	height: 2px;
	background: #dfbf7f;
	border-radius: 999px;
}

.mohammad-foodstuff-process-divider {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin: 6px auto 8px;
}

.mohammad-foodstuff-process-divider-line {
	display: block;
	width: 14px;
	height: 2px;
	border-radius: 999px;
	background: #dfbf7f;
}

.mohammad-foodstuff-process-divider-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	line-height: 1;
	color: #c7922e;
}

.mohammad-foodstuff-process-divider-icon svg,
.mohammad-foodstuff-process-divider-icon i {
	display: block;
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.mohammad-foodstuff-process-title {
	margin: 0;
	font-family: "Playfair Display", Georgia, serif;
	font-size: 62px;
	font-weight: 700;
	line-height: 1.08;
	letter-spacing: -0.03em;
	color: #064d34;
}

.mohammad-foodstuff-process-description {
	max-width: 780px;
	margin: 16px auto 0;
	font-family: Inter, Arial, sans-serif;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.6;
	color: #474d53;
}

.mohammad-foodstuff-process-grid {
	display: grid;
	grid-template-columns: repeat(var(--mf-process-columns, 4), minmax(0, 1fr));
	gap: 28px;
	position: relative;
	z-index: 3;
}

.mohammad-foodstuff-process-step {
	position: relative;
	min-width: 0;
}

.mohammad-foodstuff-process-card {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	min-height: 366px;
	padding: 26px 28px 28px;
	background: #ffffff;
	border: 1px solid rgba(216, 201, 178, 0.55);
	border-radius: 22px;
	transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.mohammad-foodstuff-process-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 16px 30px rgba(5, 41, 28, 0.08);
}

.mohammad-foodstuff-process-icon-area {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 14px;
}

.mohammad-foodstuff-process-icon-wrap {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 112px;
	height: 112px;
	border-radius: 50%;
	border: 2px solid #e5c37e;
	background: #ffffff;
}

.mohammad-foodstuff-process-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 46px;
	line-height: 1;
	color: #0b4d34;
}

.mohammad-foodstuff-process-icon svg,
.mohammad-foodstuff-process-icon i {
	display: block;
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.mohammad-foodstuff-process-number {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 50%);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	height: 42px;
	padding: 0 10px;
	border-radius: 999px;
	background: #d6a23a;
	color: #ffffff;
	font-family: Inter, Arial, sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	box-shadow: 0 8px 18px rgba(214, 162, 58, 0.24);
}

.mohammad-foodstuff-process-card-title {
	margin: 12px 0 0;
	font-family: "Playfair Display", Georgia, serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.22;
	color: #123d2f;
}

.mohammad-foodstuff-process-card-line {
	display: block;
	width: 44px;
	height: 2px;
	margin: 10px auto 14px;
	border-radius: 999px;
	background: #d6a23a;
}

.mohammad-foodstuff-process-card-description {
	font-family: Inter, Arial, sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.6;
	color: #474d53;
}

.mohammad-foodstuff-process-connector {
	position: absolute;
	top: 170px;
	right: -15px;
	transform: translateX(100%);
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	width: 58px;
	pointer-events: none;
}

.mohammad-foodstuff-process-connector-line {
	flex: 1 1 auto;
	display: block;
	border-top: 3px dotted #d6a23a;
}

.mohammad-foodstuff-process-connector-arrow {
	display: block;
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 9px solid #d6a23a;
}

.mohammad-foodstuff-process-leaf {
	position: absolute;
	z-index: 1;
	color: rgba(199, 146, 46, 0.18);
	pointer-events: none;
}

.mohammad-foodstuff-process-leaf svg {
	display: block;
	width: 100%;
	height: auto;
}

.mohammad-foodstuff-process-leaf-left {
	left: -16px;
	top: 68px;
	width: 130px;
}

.mohammad-foodstuff-process-leaf-right {
	right: -12px;
	bottom: 36px;
	width: 110px;
}

@media (max-width: 1200px) {
	.mohammad-foodstuff-process-connector {
		display: none;
	}
}

@media (max-width: 1024px) {
	.mohammad-foodstuff-process {
		padding: 36px 20px 40px;
	}

	.mohammad-foodstuff-process-title {
		font-size: 48px;
	}

	.mohammad-foodstuff-process-grid {
		grid-template-columns: repeat(var(--mf-process-tablet-columns, 2), minmax(0, 1fr));
	}

	.mohammad-foodstuff-process-leaf-left {
		left: -24px;
		width: 100px;
	}

	.mohammad-foodstuff-process-leaf-right {
		right: -24px;
		width: 88px;
	}
}

@media (max-width: 767px) {
	.mohammad-foodstuff-process {
		padding: 32px 16px 36px;
	}

	.mohammad-foodstuff-process-title {
		font-size: 34px;
	}

	.mohammad-foodstuff-process-description {
		font-size: 15px;
	}

	.mohammad-foodstuff-process-subheading {
		gap: 12px;
		font-size: 14px;
	}

	.mohammad-foodstuff-process-subheading::before,
	.mohammad-foodstuff-process-subheading::after {
		width: 36px;
	}

	.mohammad-foodstuff-process-grid {
		grid-template-columns: 1fr;
	}

	.mohammad-foodstuff-process-card {
		min-height: 0;
	}

	.mohammad-foodstuff-process-icon-wrap {
		width: 96px;
		height: 96px;
	}

	.mohammad-foodstuff-process-leaf-left,
	.mohammad-foodstuff-process-leaf-right {
		display: none;
	}
}

/* Foodstuff CTA Banner */
.mohammad-foodstuff-cta-section,
.mohammad-foodstuff-cta-section * {
	box-sizing: border-box;
}

.mohammad-foodstuff-cta-section {
	position: relative;
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	font-family: Inter, Arial, sans-serif;
}

.mohammad-foodstuff-cta-container {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
}

.mohammad-foodstuff-cta-banner {
	--mf-cta-bg-start: #003b2b;
	--mf-cta-bg-end: #00513d;
	position: relative;
	overflow: hidden;
	padding: 34px 34px 22px;
	border: 2px solid #cf983a;
	border-radius: 40px;
	background:
		radial-gradient(circle at 16% 28%, rgba(255,255,255,0.14) 0%, rgba(255,255,255,0) 24%),
		radial-gradient(circle at 76% 34%, rgba(255,196,79,0.14) 0%, rgba(255,196,79,0) 28%),
		linear-gradient(90deg, var(--mf-cta-bg-start) 0%, #024432 38%, var(--mf-cta-bg-end) 100%);
	box-shadow: 0 20px 40px rgba(0, 55, 39, 0.16);
}

.mohammad-foodstuff-cta-overlay {
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		radial-gradient(circle at center, rgba(255,255,255,0.05) 1px, transparent 1.2px) center/8px 8px,
		linear-gradient(180deg, rgba(0,0,0,0.03), rgba(0,0,0,0.14));
	opacity: 0.23;
	mask-image: linear-gradient(180deg, rgba(0,0,0,0.6), rgba(0,0,0,0.2));
}

.mohammad-foodstuff-cta-row {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	gap: 24px;
	min-height: 520px;
}

.mohammad-foodstuff-cta-content {
	flex: 0 0 44%;
	max-width: 44%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	padding: 8px 0 0 24px;
}

.mohammad-foodstuff-cta-title {
	margin: 0;
	font-family: "Playfair Display", Georgia, serif;
	font-size: 72px;
	font-weight: 700;
	line-height: 1.02;
	letter-spacing: -0.035em;
	color: #ffffff;
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.mohammad-foodstuff-cta-description {
	max-width: 640px;
	margin-top: 22px;
	font-family: Inter, Arial, sans-serif;
	font-size: 19px;
	font-weight: 500;
	line-height: 1.55;
	color: #ffffff;
}

.mohammad-foodstuff-cta-buttons {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 18px;
	margin-top: 34px;
	flex-wrap: nowrap;
}

.mohammad-foodstuff-cta-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	min-width: 240px;
	padding: 16px 26px;
	flex: 0 0 auto;
	border-radius: 20px;
	text-decoration: none !important;
	font-family: Inter, Arial, sans-serif;
	font-size: 17px;
	font-weight: 700;
	line-height: 1;
	box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
	transition: transform 220ms ease, box-shadow 220ms ease, opacity 220ms ease;
}

.mohammad-foodstuff-cta-button:hover,
.mohammad-foodstuff-cta-button:focus {
	transform: translateY(-2px);
	box-shadow: 0 14px 26px rgba(0, 0, 0, 0.18);
	opacity: 0.96;
}

.mohammad-foodstuff-cta-btn-primary {
	background: #d4a24b;
	color: #143427;
}

.mohammad-foodstuff-cta-btn-secondary {
	background: #ffffff;
	color: #143427;
}

.mohammad-foodstuff-cta-button-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	line-height: 1;
	color: currentColor;
}

.mohammad-foodstuff-cta-button-icon svg,
.mohammad-foodstuff-cta-button-icon i {
	display: block;
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.mohammad-foodstuff-cta-features {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	gap: 0;
	max-width: 710px;
	margin-top: auto;
	background: rgba(4, 57, 42, 0.92);
	border: 1px solid #cf983a;
	border-radius: 24px;
	overflow: hidden;
	backdrop-filter: blur(1.5px);
}

.mohammad-foodstuff-cta-feature-item {
	flex: 1 1 25%;
	min-width: 145px;
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 18px 16px;
}

.mohammad-foodstuff-cta-feature-item:not(:last-child) {
	border-right: 1px solid #cf983a;
}

.mohammad-foodstuff-cta-feature-icon {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 36px;
	line-height: 1;
	color: #d4a24b;
}

.mohammad-foodstuff-cta-feature-icon svg,
.mohammad-foodstuff-cta-feature-icon i {
	display: block;
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.mohammad-foodstuff-cta-feature-text {
	display: inline-block;
	font-family: Inter, Arial, sans-serif;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.28;
	color: #ffffff;
}

.mohammad-foodstuff-cta-image-col {
	flex: 0 0 52%;
	max-width: 52%;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}

.mohammad-foodstuff-cta-image-wrap {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}

.mohammad-foodstuff-cta-image-wrap img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 860px;
	object-fit: contain;
	object-position: bottom right;
	filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.26));
}

@media (max-width: 1200px) {
	.mohammad-foodstuff-cta-title {
		font-size: 58px;
	}

	.mohammad-foodstuff-cta-content {
		flex-basis: 48%;
		max-width: 48%;
		padding-left: 8px;
	}

	.mohammad-foodstuff-cta-image-col {
		flex-basis: 48%;
		max-width: 48%;
	}

	.mohammad-foodstuff-cta-feature-item {
		min-width: 160px;
		flex-basis: 50%;
	}

	.mohammad-foodstuff-cta-feature-item:nth-child(2n) {
		border-right: 0;
	}

	.mohammad-foodstuff-cta-feature-item:nth-child(-n+2) {
		border-bottom: 1px solid #cf983a;
	}
}

@media (max-width: 1024px) {
	.mohammad-foodstuff-cta-banner {
		padding: 28px 24px 20px;
		border-radius: 28px;
	}

	.mohammad-foodstuff-cta-container {
		max-width: 100% !important;
	}

	.mohammad-foodstuff-cta-row {
		min-height: 0;
		flex-direction: column;
		gap: 12px;
	}

	.mohammad-foodstuff-cta-content,
	.mohammad-foodstuff-cta-image-col {
		max-width: 100%;
		flex-basis: 100%;
	}

	.mohammad-foodstuff-cta-content {
		padding: 0;
	}

	.mohammad-foodstuff-cta-title {
		font-size: 50px;
	}

	.mohammad-foodstuff-cta-description {
		font-size: 17px;
	}

	.mohammad-foodstuff-cta-image-wrap {
		justify-content: center;
	}

	.mohammad-foodstuff-cta-image-wrap img {
		max-width: 720px;
	}

	.mohammad-foodstuff-cta-features {
		max-width: 100%;
		margin-top: 28px;
	}
}

@media (max-width: 767px) {
	.mohammad-foodstuff-cta-title {
		font-size: 38px;
	}

	.mohammad-foodstuff-cta-description {
		font-size: 15px;
		margin-top: 16px;
	}

	.mohammad-foodstuff-cta-buttons {
		gap: 14px;
		margin-top: 24px;
		flex-wrap: wrap;
	}

	.mohammad-foodstuff-cta-button {
		min-width: 100%;
		width: 100%;
		font-size: 16px;
	}

	.mohammad-foodstuff-cta-feature-item {
		min-width: 100%;
		flex-basis: 100%;
		border-right: 0 !important;
	}

	.mohammad-foodstuff-cta-feature-item:not(:last-child) {
		border-bottom: 1px solid #cf983a;
	}
}


/* CTA Banner final full-width correction */
.mohammad-foodstuff-cta-section {
	--mf-cta-bg-start: #003b2b;
	--mf-cta-bg-end: #00513d;
	overflow: hidden;
	background:
		radial-gradient(circle at 16% 28%, rgba(255,255,255,0.14) 0%, rgba(255,255,255,0) 24%),
		radial-gradient(circle at 76% 34%, rgba(255,196,79,0.14) 0%, rgba(255,196,79,0) 28%),
		linear-gradient(90deg, var(--mf-cta-bg-start) 0%, #024432 38%, var(--mf-cta-bg-end) 100%);
}

.mohammad-foodstuff-cta-banner {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	padding-top: 48px;
	padding-bottom: 34px;
}

.mohammad-foodstuff-cta-row {
	min-height: 590px;
	align-items: center;
}

.mohammad-foodstuff-cta-content {
	flex-basis: 48%;
	max-width: 48%;
	padding-left: 0;
}

.mohammad-foodstuff-cta-buttons {
	gap: 30px;
	margin-top: 34px;
	margin-bottom: 40px;
	flex-wrap: nowrap;
}

.mohammad-foodstuff-cta-button {
	min-width: 250px;
}

.mohammad-foodstuff-cta-features {
	width: max-content;
	max-width: 100%;
	margin-top: 0;
	flex-wrap: nowrap;
}

.mohammad-foodstuff-cta-feature-item {
	flex: 0 0 auto;
	min-width: 150px;
	padding: 18px 16px;
}

.mohammad-foodstuff-cta-feature-text {
	white-space: nowrap;
}

.mohammad-foodstuff-cta-image-col {
	flex-basis: 50%;
	max-width: 50%;
}

.mohammad-foodstuff-cta-image-wrap img {
	width: 108%;
	max-width: none;
	height: auto;
}

@media (max-width: 1200px) {
	.mohammad-foodstuff-cta-features {
		width: 100%;
		flex-wrap: wrap;
	}

	.mohammad-foodstuff-cta-feature-item {
		flex: 1 1 50%;
		min-width: 0;
	}

	.mohammad-foodstuff-cta-feature-text {
		white-space: normal;
	}
}

@media (max-width: 1024px) {
	.mohammad-foodstuff-cta-banner {
		border-radius: 0;
		padding-top: 36px;
		padding-bottom: 32px;
	}

	.mohammad-foodstuff-cta-content,
	.mohammad-foodstuff-cta-image-col {
		max-width: 100%;
		flex-basis: 100%;
	}

	.mohammad-foodstuff-cta-buttons {
		margin-bottom: 32px;
	}

	.mohammad-foodstuff-cta-image-wrap img {
		width: 100%;
		max-width: 780px;
	}
}

@media (max-width: 767px) {
	.mohammad-foodstuff-cta-buttons {
		flex-wrap: wrap;
		gap: 14px;
	}

	.mohammad-foodstuff-cta-button {
		min-width: 100%;
	}

	.mohammad-foodstuff-cta-features {
		width: 100%;
		flex-wrap: wrap;
	}

	.mohammad-foodstuff-cta-feature-item {
		flex-basis: 100%;
	}
}

/* Foodstuff Contact Section */
.mohammad-foodstuff-contact,
.mohammad-foodstuff-contact * {
	box-sizing: border-box;
}

.mohammad-foodstuff-contact {
	position: relative;
	z-index: 1;
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	overflow: hidden;
	background: #fdfaf4;
	background-image: radial-gradient(circle at 35% 30%, rgba(199, 146, 46, 0.05), transparent 26%), linear-gradient(115deg, #fffdf8 0%, #fbf6ee 58%, #fffdf9 100%);
	font-family: Inter, Arial, sans-serif;
	padding: 26px 24px 40px;
}

.mohammad-foodstuff-contact-container {
	position: relative;
	z-index: 3;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}

.mohammad-foodstuff-contact-header {
	max-width: 1180px;
	margin: 0 auto 22px;
	text-align: center;
}

.mohammad-foodstuff-contact-subheading-wrap {
	margin-bottom: 2px;
}

.mohammad-foodstuff-contact-subheading {
	display: inline-block;
	font-family: Inter, Arial, sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #c7922e;
}

.mohammad-foodstuff-contact-divider {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin: 1px auto 6px;
}

.mohammad-foodstuff-contact-divider-line {
	display: block;
	width: 44px;
	height: 2px;
	border-radius: 999px;
	background: #d8ad5e;
}

.mohammad-foodstuff-contact-divider-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	line-height: 1;
	color: #d8ad5e;
}

.mohammad-foodstuff-contact-divider-icon svg,
.mohammad-foodstuff-contact-divider-icon i {
	display: block;
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.mohammad-foodstuff-contact-title {
	margin: 0;
	font-family: "Playfair Display", Georgia, serif;
	font-size: 38px;
	font-weight: 700;
	line-height: 1.12;
	letter-spacing: -0.02em;
	color: #064d34;
}

.mohammad-foodstuff-contact-description {
	max-width: 1080px;
	margin: 7px auto 0;
	font-family: Inter, Arial, sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
	color: #414b53;
}

.mohammad-foodstuff-contact-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	gap: 30px;
	align-items: stretch;
}

.mohammad-foodstuff-contact-card,
.mohammad-foodstuff-contact-form-card {
	position: relative;
	overflow: hidden;
	background: #fff;
	border: 1px solid rgba(210, 172, 106, 0.32);
	border-radius: 14px;
	box-shadow: 0 12px 34px rgba(51, 38, 18, 0.09);
}

.mohammad-foodstuff-contact-card {
	min-height: 486px;
	padding: 28px 30px 0;
}

.mohammad-foodstuff-contact-info-list {
	position: relative;
	z-index: 3;
	padding-bottom: 170px;
}

.mohammad-foodstuff-contact-info-item {
	display: grid;
	grid-template-columns: 88px minmax(0, 1fr);
	align-items: center;
	gap: 20px;
	padding: 0 0 22px;
	margin: 0 0 22px;
}

.mohammad-foodstuff-contact-info-item:not(:last-child) {
	border-bottom: 1px solid rgba(199, 146, 46, 0.32);
}

.mohammad-foodstuff-contact-info-icon-wrap {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 68px;
	height: 68px;
	border: 1px solid #d8ad5e;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.75);
	justify-self: center;
}

.mohammad-foodstuff-contact-info-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 32px;
	line-height: 1;
	color: #064d34;
}

.mohammad-foodstuff-contact-info-icon svg,
.mohammad-foodstuff-contact-info-icon i {
	display: block;
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.mohammad-foodstuff-contact-info-content {
	min-height: 88px;
	padding-left: 28px;
	border-left: 1px solid rgba(199, 146, 46, 0.32);
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.mohammad-foodstuff-contact-info-label {
	margin-bottom: 9px;
	font-family: Inter, Arial, sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #c7922e;
}

.mohammad-foodstuff-contact-info-text {
	font-family: Inter, Arial, sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.58;
	color: #173c32;
}

.mohammad-foodstuff-contact-bottom-image {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	line-height: 0;
	pointer-events: none;
}

.mohammad-foodstuff-contact-bottom-image::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: -32px;
	height: 70px;
	background: linear-gradient(180deg, #fff 0%, rgba(255,255,255,0.65) 45%, rgba(255,255,255,0) 100%);
	z-index: 2;
}

.mohammad-foodstuff-contact-bottom-image img {
	display: block;
	width: 100%;
	height: auto;
	min-height: 170px;
	object-fit: cover;
	object-position: bottom center;
}

.mohammad-foodstuff-contact-form-card {
	padding: 28px 28px 28px;
}

.mohammad-foodstuff-contact-form {
	display: flex;
	flex-direction: column;
	gap: 17px;
}

.mohammad-foodstuff-contact-field-label {
	display: block;
	margin-bottom: 7px;
	font-family: Inter, Arial, sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	color: #173c32;
}

.mohammad-foodstuff-contact-input {
	display: block;
	width: 100%;
	min-height: 40px;
	padding: 0 15px;
	border: 1px solid rgba(199, 146, 46, 0.35);
	border-radius: 5px;
	background: #fffdf8;
	font-family: Inter, Arial, sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.45;
	color: #26332e;
	outline: none;
	box-shadow: none;
	transition: border-color 180ms ease, box-shadow 180ms ease;
}

.mohammad-foodstuff-contact-input:focus {
	border-color: #c7922e;
	box-shadow: 0 0 0 3px rgba(199, 146, 46, 0.12);
}

textarea.mohammad-foodstuff-contact-input {
	min-height: 96px;
	padding-top: 13px;
	resize: vertical;
}

select.mohammad-foodstuff-contact-input {
	appearance: auto;
}

.mohammad-foodstuff-contact-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	width: 100%;
	min-height: 48px;
	margin-top: 4px;
	border: 0;
	border-radius: 999px;
	background: #005237;
	color: #fff;
	font-family: Inter, Arial, sans-serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	box-shadow: 0 10px 22px rgba(0, 67, 44, 0.18), inset 0 0 0 1px rgba(214, 162, 58, 0.35);
	cursor: pointer;
	transition: transform 220ms ease, box-shadow 220ms ease, background-color 220ms ease;
}

.mohammad-foodstuff-contact-submit:hover,
.mohammad-foodstuff-contact-submit:focus {
	transform: translateY(-2px);
	background: #003f2a;
	box-shadow: 0 14px 26px rgba(0, 67, 44, 0.22), inset 0 0 0 1px rgba(214, 162, 58, 0.5);
}

.mohammad-foodstuff-contact-submit-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	line-height: 1;
	color: #d6a23a;
}

.mohammad-foodstuff-contact-submit-icon svg,
.mohammad-foodstuff-contact-submit-icon i {
	display: block;
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.mohammad-foodstuff-contact-message {
	margin: 0 0 18px;
	padding: 13px 16px;
	border-radius: 8px;
	font-family: Inter, Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.45;
}

.mohammad-foodstuff-contact-message-success {
	background: rgba(0, 82, 55, 0.10);
	border: 1px solid rgba(0, 82, 55, 0.22);
	color: #064d34;
}

.mohammad-foodstuff-contact-message-error {
	background: rgba(174, 39, 39, 0.08);
	border: 1px solid rgba(174, 39, 39, 0.22);
	color: #8b1f1f;
}

.mohammad-foodstuff-contact-leaf {
	position: absolute;
	z-index: 1;
	color: rgba(199, 146, 46, 0.18);
	pointer-events: none;
}

.mohammad-foodstuff-contact-leaf svg {
	display: block;
	width: 100%;
	height: auto;
}

.mohammad-foodstuff-contact-leaf-left {
	left: 6px;
	top: 16px;
	width: 112px;
}

.mohammad-foodstuff-contact-leaf-right {
	right: 16px;
	top: 250px;
	width: 112px;
}

@media (max-width: 1024px) {
	.mohammad-foodstuff-contact {
		padding: 36px 20px 44px;
	}

	.mohammad-foodstuff-contact-title {
		font-size: 34px;
	}

	.mohammad-foodstuff-contact-grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.mohammad-foodstuff-contact-card {
		min-height: 460px;
	}

	.mohammad-foodstuff-contact-leaf-right {
		display: none;
	}
}

@media (max-width: 767px) {
	.mohammad-foodstuff-contact {
		padding: 32px 16px 38px;
	}

	.mohammad-foodstuff-contact-title {
		font-size: 30px;
	}

	.mohammad-foodstuff-contact-description {
		font-size: 13px;
	}

	.mohammad-foodstuff-contact-card,
	.mohammad-foodstuff-contact-form-card {
		border-radius: 12px;
	}

	.mohammad-foodstuff-contact-card {
		padding: 22px 18px 0;
	}

	.mohammad-foodstuff-contact-info-list {
		padding-bottom: 150px;
	}

	.mohammad-foodstuff-contact-info-item {
		grid-template-columns: 64px minmax(0, 1fr);
		gap: 12px;
	}

	.mohammad-foodstuff-contact-info-icon-wrap {
		width: 58px;
		height: 58px;
	}

	.mohammad-foodstuff-contact-info-icon {
		font-size: 26px;
	}

	.mohammad-foodstuff-contact-info-content {
		padding-left: 16px;
	}

	.mohammad-foodstuff-contact-form-card {
		padding: 22px 18px;
	}

	.mohammad-foodstuff-contact-leaf-left {
		display: none;
	}
}

/* Contact Section Refinement - full-width split background and floating image badges */
.mohammad-foodstuff-contact {
	background: #fdfaf4 !important;
	background-color: #fdfaf4 !important;
	background-image:
		radial-gradient(circle at 14% 22%, rgba(214, 162, 58, 0.08), transparent 20%),
		radial-gradient(circle at 78% 30%, rgba(214, 162, 58, 0.05), transparent 22%),
		linear-gradient(115deg, #fffdf8 0%, #fbf6ee 58%, #fffdf9 100%) !important;
}

.mohammad-foodstuff-contact-title {
	font-family: "Playfair Display", Georgia, serif !important;
	font-size: 42px;
	line-height: 1.12;
	letter-spacing: -0.024em;
}

.mohammad-foodstuff-contact-subheading,
.mohammad-foodstuff-contact-description,
.mohammad-foodstuff-contact-info-label,
.mohammad-foodstuff-contact-info-text,
.mohammad-foodstuff-contact-field-label,
.mohammad-foodstuff-contact-input,
.mohammad-foodstuff-contact-submit,
.mohammad-foodstuff-contact-badge-text {
	font-family: Inter, Arial, sans-serif !important;
}

.mohammad-foodstuff-contact-description {
	font-size: 18px;
	line-height: 1.6;
	max-width: 980px;
}

.mohammad-foodstuff-contact-grid {
	grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
	gap: 34px;
	align-items: stretch;
}

.mohammad-foodstuff-contact-card,
.mohammad-foodstuff-contact-form-card {
	border-radius: 24px;
	box-shadow: 0 18px 34px rgba(34, 28, 16, 0.08);
}

.mohammad-foodstuff-contact-card {
	min-height: 540px;
	padding: 30px 30px 20px;
	background: linear-gradient(180deg, rgba(255,255,255,0.96) 0%, rgba(255,252,246,0.98) 62%, rgba(251,245,232,0.98) 100%);
}

.mohammad-foodstuff-contact-info-list {
	padding-bottom: 0;
}

.mohammad-foodstuff-contact-info-item {
	grid-template-columns: 88px minmax(0, 1fr);
	gap: 18px;
	padding: 0 0 24px;
	margin: 0 0 24px;
}

.mohammad-foodstuff-contact-info-content {
	min-height: 92px;
}

.mohammad-foodstuff-contact-info-label {
	font-size: 14px;
	margin-bottom: 10px;
}

.mohammad-foodstuff-contact-info-text {
	font-size: 17px;
	font-weight: 600;
	line-height: 1.6;
}

.mohammad-foodstuff-contact-form-card {
	padding: 30px;
	background: rgba(255,255,255,0.95);
}

.mohammad-foodstuff-contact-field-label {
	font-size: 15px;
	margin-bottom: 9px;
}

.mohammad-foodstuff-contact-input {
	min-height: 46px;
	padding: 0 16px;
	font-size: 14px;
	background: #fffcf6;
}

textarea.mohammad-foodstuff-contact-input {
	min-height: 122px;
	padding-top: 14px;
}

.mohammad-foodstuff-contact-form {
	gap: 18px;
}

.mohammad-foodstuff-contact-submit {
	min-height: 54px;
	font-size: 17px;
	margin-top: 8px;
}

.mohammad-foodstuff-contact-visual {
	position: relative;
	min-height: 230px;
	margin-top: 16px;
	border-radius: 20px;
	overflow: hidden;
	background: linear-gradient(180deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.02) 28%, rgba(248,231,199,0.36) 100%);
}

.mohammad-foodstuff-contact-scene-image {
	position: absolute;
	left: -30px;
	right: -30px;
	bottom: -6px;
	z-index: 1;
	line-height: 0;
	opacity: 0.96;
}

.mohammad-foodstuff-contact-scene-image::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: -2px;
	height: 76px;
	background: linear-gradient(180deg, rgba(255,255,255,0.92) 0%, rgba(255,255,255,0.55) 48%, rgba(255,255,255,0) 100%);
}

.mohammad-foodstuff-contact-scene-image img {
	display: block;
	width: 100%;
	height: auto;
	min-height: 165px;
	object-fit: cover;
	object-position: center bottom;
}

.mohammad-foodstuff-contact-product-image {
	position: absolute;
	right: 18px;
	bottom: 0;
	z-index: 2;
	width: min(70%, 320px);
	line-height: 0;
}

.mohammad-foodstuff-contact-product-image img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
	object-position: bottom right;
	filter: drop-shadow(0 20px 24px rgba(75, 52, 12, 0.18));
}

.mohammad-foodstuff-contact-floating-badges {
	position: absolute;
	inset: 0;
	z-index: 3;
	pointer-events: none;
}

.mohammad-foodstuff-contact-badge {
	position: absolute;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 9px 14px;
	border-radius: 999px;
	background: rgba(255,255,255,0.96);
	box-shadow: 0 12px 18px rgba(48, 40, 18, 0.10);
	border: 1px solid rgba(199, 146, 46, 0.18);
	color: #214236;
	white-space: nowrap;
}

.mohammad-foodstuff-contact-badge-1 { top: 14px; right: 44px; }
.mohammad-foodstuff-contact-badge-2 { top: 58px; left: 18px; }
.mohammad-foodstuff-contact-badge-3 { top: 150px; right: 8px; }
.mohammad-foodstuff-contact-badge-4 { bottom: 16px; right: 56px; }

.mohammad-foodstuff-contact-badge-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	line-height: 1;
	color: #0b6245;
}

.mohammad-foodstuff-contact-badge-icon svg,
.mohammad-foodstuff-contact-badge-icon i {
	display: block;
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.mohammad-foodstuff-contact-badge-text {
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
	color: #214236;
}

@media (max-width: 1024px) {
	.mohammad-foodstuff-contact-title {
		font-size: 42px;
	}

	.mohammad-foodstuff-contact-description {
		font-size: 16px;
	}

	.mohammad-foodstuff-contact-card {
		min-height: 0;
	}

	.mohammad-foodstuff-contact-visual {
		min-height: 250px;
	}

	.mohammad-foodstuff-contact-product-image {
		width: min(62%, 330px);
	}
}

@media (max-width: 767px) {
	.mohammad-foodstuff-contact {
		background-image:
			radial-gradient(circle at 14% 18%, rgba(214, 162, 58, 0.08), transparent 22%),
			linear-gradient(180deg, #fffdf8 0%, #fbf6ee 100%) !important;
	}

	.mohammad-foodstuff-contact-title {
		font-size: 32px;
	}

	.mohammad-foodstuff-contact-description {
		font-size: 14px;
	}

	.mohammad-foodstuff-contact-card,
	.mohammad-foodstuff-contact-form-card {
		border-radius: 18px;
	}

	.mohammad-foodstuff-contact-form-card,
	.mohammad-foodstuff-contact-card {
		padding: 22px 18px;
	}

	.mohammad-foodstuff-contact-visual {
		min-height: 210px;
		margin-top: 10px;
	}

	.mohammad-foodstuff-contact-product-image {
		right: 10px;
		width: 72%;
	}

	.mohammad-foodstuff-contact-badge {
		padding: 8px 12px;
	}

	.mohammad-foodstuff-contact-badge-1 { top: 8px; right: 10px; }
	.mohammad-foodstuff-contact-badge-2 { top: 56px; left: 8px; }
	.mohammad-foodstuff-contact-badge-3 { top: 106px; right: 6px; }
	.mohammad-foodstuff-contact-badge-4 { bottom: 10px; right: 26px; }

	.mohammad-foodstuff-contact-info-text {
		font-size: 15px;
	}
}

/* Foodstuff Header Widget */
.mohammad-foodstuff-header-wrap,
.mohammad-foodstuff-header-wrap * {
	box-sizing: border-box;
}

.mohammad-foodstuff-header-wrap {
	position: relative;
	width: 100%;
	font-family: Inter, Arial, sans-serif;
}

.mohammad-foodstuff-header-container {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding-left: 18px;
	padding-right: 18px;
}

.mohammad-foodstuff-header-topbar {
	position: relative;
	z-index: 2;
	background: #005437;
}

.mohammad-foodstuff-header-topbar-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	width: 100%;
}

.mohammad-foodstuff-header-topbar-shortcode {
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	flex: 0 0 auto;
	max-width: 42%;
	padding: 10px 0;
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.35;
}

.mohammad-foodstuff-header-topbar-shortcode a {
	color: inherit;
}

.mohammad-foodstuff-header-topbar-shortcode * {
	max-width: 100%;
}

.mohammad-foodstuff-header-topbar-items {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	flex: 1 1 auto;
	min-width: 0;
	flex-wrap: wrap;
	padding: 14px 0;
}

.mohammad-foodstuff-header-topbar-item {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	position: relative;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.35;
	color: #ffffff;
}

.mohammad-foodstuff-header-topbar-item:not(:last-child)::after {
	content: "";
	position: absolute;
	right: -9px;
	top: 50%;
	width: 1px;
	height: 20px;
	background: rgba(255,255,255,0.28);
	transform: translateY(-50%);
}

.mohammad-foodstuff-header-topbar-item a {
	color: inherit;
	text-decoration: none;
}

.mohammad-foodstuff-header-topbar-item a:hover {
	opacity: 0.9;
}

.mohammad-foodstuff-header-topbar-icon {
	color: #d6a23a;
	font-size: 18px;
	line-height: 1;
	flex: 0 0 auto;
}

.mohammad-foodstuff-header-topbar-icon svg,
.mohammad-foodstuff-header-topbar-icon i {
	display: block;
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.mohammad-foodstuff-header-main {
	background: #ffffff;
	border-bottom: 2px solid #d3a03d;
}

.mohammad-foodstuff-header-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	padding: 8px 0 6px;
}

.mohammad-foodstuff-header-brand {
	flex: 0 0 auto;
	max-width: 320px;
}

.mohammad-foodstuff-header-brand-link {
	display: inline-flex;
	align-items: center;
	gap: 16px;
	text-decoration: none !important;
}

.mohammad-foodstuff-header-logo img {
	display: block;
	width: 100%;
	max-width: 300px;
	height: auto;
}

.mohammad-foodstuff-header-brand-text {
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 6px;
}

.mohammad-foodstuff-header-brand-title {
	font-family: "Playfair Display", Georgia, serif;
	font-size: 42px;
	line-height: 0.95;
	font-weight: 700;
	letter-spacing: -0.03em;
	color: #0a5138;
}

.mohammad-foodstuff-header-brand-subtitle {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-family: Inter, Arial, sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.12em;
	color: #c8952e;
}

.mohammad-foodstuff-header-brand-subtitle::before,
.mohammad-foodstuff-header-brand-subtitle::after {
	content: "";
	display: inline-block;
	width: 28px;
	height: 1px;
	background: #c8952e;
}

.mohammad-foodstuff-header-right {
	flex: 1 1 auto;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 22px;
	min-width: 0;
}

.mohammad-foodstuff-header-nav {
	flex: 1 1 auto;
	min-width: 0;
}

.mohammad-foodstuff-header-menu {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 34px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.mohammad-foodstuff-header-menu li {
	position: relative;
	margin: 0;
	padding: 0;
}

.mohammad-foodstuff-header-menu li a {
	position: relative;
	display: inline-flex;
	align-items: center;
	padding: 10px 0;
	font-family: Inter, Arial, sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.25;
	color: #111111;
	text-decoration: none;
	transition: color 220ms ease;
}

.mohammad-foodstuff-header-menu li a::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -2px;
	height: 2px;
	background: #d3a03d;
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform 220ms ease;
}

.mohammad-foodstuff-header-menu li.current-menu-item > a,
.mohammad-foodstuff-header-menu li a:hover {
	color: #0a5138;
}

.mohammad-foodstuff-header-menu li.current-menu-item > a::after,
.mohammad-foodstuff-header-menu li a:hover::after {
	transform: scaleX(1);
}

.mohammad-foodstuff-header-nav-divider {
	width: 1px;
	height: 42px;
	background: rgba(17,17,17,0.18);
	flex: 0 0 auto;
}

.mohammad-foodstuff-header-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	padding: 16px 20px;
	min-height: 50px;
	border: 1px solid #d3a03d;
	border-radius: 8px;
	background: #0a5138;
	color: #d3a03d;
	font-family: Inter, Arial, sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none !important;
	white-space: nowrap;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.16);
	transition: transform 220ms ease, box-shadow 220ms ease, background-color 220ms ease;
}

.mohammad-foodstuff-header-button:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 22px rgba(0, 0, 0, 0.18);
	background: #0e6547;
	text-decoration: none !important;
}

.mohammad-foodstuff-header-button-icon {
	line-height: 1;
	font-size: 18px;
}

.mohammad-foodstuff-header-button-icon svg,
.mohammad-foodstuff-header-button-icon i {
	display: block;
	width: 1em;
	height: 1em;
	fill: currentColor;
}

@media (max-width: 1200px) {
	.mohammad-foodstuff-header-row {
		gap: 22px;
	}

	.mohammad-foodstuff-header-menu {
		gap: 24px;
	}

	.mohammad-foodstuff-header-menu li a {
		font-size: 16px;
	}

	.mohammad-foodstuff-header-brand-title {
		font-size: 34px;
	}
}

@media (max-width: 1024px) {
	.mohammad-foodstuff-header-topbar-items {
		justify-content: center;
		gap: 12px 22px;
	}

	.mohammad-foodstuff-header-topbar-item:not(:last-child)::after {
		display: none;
	}

	.mohammad-foodstuff-header-row {
		flex-direction: column;
		align-items: stretch;
		padding: 24px 0 22px;
	}

	.mohammad-foodstuff-header-brand {
		max-width: 100%;
	}

	.mohammad-foodstuff-header-right {
		flex-direction: column;
		align-items: stretch;
		gap: 16px;
	}

	.mohammad-foodstuff-header-nav {
		width: 100%;
	}

	.mohammad-foodstuff-header-menu {
		justify-content: center;
	}

	.mohammad-foodstuff-header-nav-divider {
		display: none;
	}

	.mohammad-foodstuff-header-button {
		align-self: center;
	}
}

@media (max-width: 767px) {
	.mohammad-foodstuff-header-container {
		padding-left: 14px;
		padding-right: 14px;
	}

	.mohammad-foodstuff-header-topbar-items {
		align-items: flex-start;
		justify-content: flex-start;
	}

	.mohammad-foodstuff-header-topbar-item {
		width: 100%;
		font-size: 13px;
	}

	.mohammad-foodstuff-header-brand-link {
		flex-wrap: wrap;
	}

	.mohammad-foodstuff-header-logo img {
		max-width: 240px;
	}

	.mohammad-foodstuff-header-brand-title {
		font-size: 30px;
	}

	.mohammad-foodstuff-header-brand-subtitle {
		font-size: 12px;
	}

	.mohammad-foodstuff-header-menu {
		gap: 10px 18px;
		justify-content: flex-start;
	}

	.mohammad-foodstuff-header-menu li a {
		font-size: 15px;
	}

	.mohammad-foodstuff-header-button {
		width: 100%;
		font-size: 16px;
	}
}


/* Foodstuff Footer Widget */
.mohammad-foodstuff-footer,
.mohammad-foodstuff-footer * {
	box-sizing: border-box;
}

.mohammad-foodstuff-footer {
	--mf-footer-accent: #d6a23a;
	position: relative;
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	overflow: hidden;
	background-color: #004d35;
	background-image:
		radial-gradient(circle at 50% 52%, rgba(255,255,255,0.055) 0 1px, transparent 1.2px),
		radial-gradient(circle at 70% 24%, rgba(214,162,58,0.10), transparent 28%),
		linear-gradient(180deg, #00563b 0%, #003f2d 100%);
	background-size: 9px 9px, auto, cover;
	color: #ffffff;
	font-family: Inter, Arial, sans-serif;
	padding-top: 76px;
}

.mohammad-foodstuff-footer a {
	color: inherit;
	text-decoration: none;
}

.mohammad-foodstuff-footer-container {
	position: relative;
	z-index: 3;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding-left: 28px;
	padding-right: 28px;
}

.mohammad-foodstuff-footer-curve {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 76px;
	z-index: 5;
	background: #fff8ec;
	border-bottom: 3px solid var(--mf-footer-accent);
	clip-path: ellipse(70% 68% at 50% 0%);
}

.mohammad-foodstuff-footer-curve::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -3px;
	height: 3px;
	background: var(--mf-footer-accent);
}

.mohammad-foodstuff-footer-curve-icon {
	position: absolute;
	left: 50%;
	bottom: -30px;
	transform: translateX(-50%);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 68px;
	height: 68px;
	border-radius: 50%;
	background: #004d35;
	border: 4px solid var(--mf-footer-accent);
	color: var(--mf-footer-accent);
	font-size: 28px;
	box-shadow: 0 8px 20px rgba(0,0,0,0.18);
}

.mohammad-foodstuff-footer-curve-icon svg,
.mohammad-foodstuff-footer-curve-icon i {
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.mohammad-foodstuff-footer-bg-map {
	position: absolute;
	inset: 80px 18% 80px 26%;
	z-index: 1;
	opacity: 0.13;
	background:
		radial-gradient(circle at 24% 42%, rgba(214,162,58,0.75) 0 1px, transparent 1.5px),
		radial-gradient(circle at 58% 47%, rgba(214,162,58,0.55) 0 1px, transparent 1.5px);
	background-size: 10px 10px, 12px 12px;
	mask-image: radial-gradient(ellipse at center, #000 0%, #000 56%, transparent 74%);
	pointer-events: none;
}

.mohammad-foodstuff-footer-art-left,
.mohammad-foodstuff-footer-art-right {
	position: absolute;
	z-index: 1;
	pointer-events: none;
	opacity: 0.16;
	width: 190px;
	height: 190px;
	border: 2px solid var(--mf-footer-accent);
	border-radius: 60% 40% 50% 50%;
}

.mohammad-foodstuff-footer-art-left {
	left: -42px;
	bottom: 128px;
	transform: rotate(-18deg);
}

.mohammad-foodstuff-footer-art-right {
	right: -42px;
	bottom: 110px;
	transform: rotate(22deg);
}

.mohammad-foodstuff-footer-main {
	position: relative;
	z-index: 3;
	display: grid;
	grid-template-columns: 1.1fr 0.82fr 1.05fr 1.2fr;
	gap: 58px;
	padding: 62px 0 58px;
}

.mohammad-foodstuff-footer-brand {
	max-width: 310px;
}

.mohammad-foodstuff-footer-logo-img {
	display: block;
	max-width: 175px;
	height: auto;
	margin: 0 0 18px;
}

.mohammad-foodstuff-footer-logo-mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 92px;
	height: 92px;
	border: 2px solid var(--mf-footer-accent);
	border-radius: 50%;
	color: var(--mf-footer-accent);
	margin-bottom: 16px;
}

.mohammad-foodstuff-footer-logo-mark span {
	font-family: "Playfair Display", Georgia, serif;
	font-size: 38px;
	font-weight: 700;
	line-height: 1;
}

.mohammad-foodstuff-footer-brand-title {
	margin: 0;
	font-family: "Playfair Display", Georgia, serif;
	font-size: 34px;
	font-weight: 700;
	line-height: 1.06;
	letter-spacing: -0.02em;
	color: #ffffff;
}

.mohammad-foodstuff-footer-brand-divider,
.mohammad-foodstuff-footer-heading-divider {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	color: var(--mf-footer-accent);
	margin: 22px 0;
}

.mohammad-foodstuff-footer-brand-divider span,
.mohammad-foodstuff-footer-heading-divider span {
	display: block;
	width: 72px;
	height: 1px;
	background: var(--mf-footer-accent);
}

.mohammad-foodstuff-footer-heading-divider span {
	width: 54px;
}

.mohammad-foodstuff-footer-brand-divider i,
.mohammad-foodstuff-footer-heading-divider i {
	font-size: 15px;
	line-height: 1;
}

.mohammad-foodstuff-footer-description {
	font-family: Inter, Arial, sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.62;
	color: rgba(255,255,255,0.88);
}

.mohammad-foodstuff-footer-heading {
	margin: 0;
	font-family: "Playfair Display", Georgia, serif;
	font-size: 29px;
	font-weight: 700;
	line-height: 1.1;
	color: #f1c970;
	text-shadow: 0 2px 10px rgba(0,0,0,0.18);
}

.mohammad-foodstuff-footer-heading-divider {
	margin: 12px 0 20px;
}

.mohammad-foodstuff-footer-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.mohammad-foodstuff-footer-list li {
	border-bottom: 1px solid rgba(255,255,255,0.12);
}

.mohammad-foodstuff-footer-link {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 13px 0;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.35;
	color: rgba(255,255,255,0.9);
	transition: color 200ms ease, transform 200ms ease;
}

.mohammad-foodstuff-footer-link i {
	color: var(--mf-footer-accent);
	font-size: 13px;
}

.mohammad-foodstuff-footer-link:hover {
	color: #ffffff;
	transform: translateX(4px);
}

.mohammad-foodstuff-footer-contact-list {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.mohammad-foodstuff-footer-contact-item {
	display: grid;
	grid-template-columns: 56px minmax(0, 1fr);
	gap: 18px;
	align-items: center;
}

.mohammad-foodstuff-footer-contact-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	border: 1px solid var(--mf-footer-accent);
	color: #ffffff;
	font-size: 21px;
}

.mohammad-foodstuff-footer-contact-icon svg,
.mohammad-foodstuff-footer-contact-icon i {
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.mohammad-foodstuff-footer-contact-label {
	margin-bottom: 6px;
	font-size: 15px;
	font-weight: 700;
	color: var(--mf-footer-accent);
}

.mohammad-foodstuff-footer-contact-text {
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
	color: rgba(255,255,255,0.9);
}

.mohammad-foodstuff-footer-action-row {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-top: 28px;
	padding-top: 28px;
	border-top: 1px solid rgba(214,162,58,0.55);
}

.mohammad-foodstuff-footer-whatsapp,
.mohammad-foodstuff-footer-call {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--mf-footer-accent);
	border-radius: 14px;
	color: #ffffff;
	transition: transform 200ms ease, background-color 200ms ease;
}

.mohammad-foodstuff-footer-whatsapp {
	gap: 12px;
	min-height: 56px;
	padding: 0 26px;
	font-size: 15px;
	font-weight: 700;
}

.mohammad-foodstuff-footer-call {
	width: 56px;
	height: 56px;
	background: #f0bb56;
	color: #004d35;
	font-size: 20px;
}

.mohammad-foodstuff-footer-whatsapp:hover,
.mohammad-foodstuff-footer-call:hover {
	transform: translateY(-2px);
	background-color: rgba(255,255,255,0.08);
}

.mohammad-foodstuff-footer-bottom {
	position: relative;
	z-index: 3;
	border-top: 2px solid var(--mf-footer-accent);
	padding: 24px 0;
}

.mohammad-foodstuff-footer-bottom-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 22px;
}

.mohammad-foodstuff-footer-copyright {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	font-size: 14px;
	font-weight: 500;
	color: rgba(255,255,255,0.9);
}

.mohammad-foodstuff-footer-copyright i {
	color: var(--mf-footer-accent);
	font-size: 20px;
}

.mohammad-foodstuff-footer-socials {
	display: flex;
	align-items: center;
	gap: 14px;
}

.mohammad-foodstuff-footer-social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border: 1px solid var(--mf-footer-accent);
	border-radius: 50%;
	color: #ffffff;
	font-size: 15px;
	transition: transform 200ms ease, background-color 200ms ease;
}

.mohammad-foodstuff-footer-social-link:hover {
	transform: translateY(-2px);
	background: rgba(255,255,255,0.08);
}

.mohammad-foodstuff-footer-social-link svg,
.mohammad-foodstuff-footer-social-link i {
	width: 1em;
	height: 1em;
	fill: currentColor;
}

@media (max-width: 1100px) {
	.mohammad-foodstuff-footer-main {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 42px;
	}
}

@media (max-width: 767px) {
	.mohammad-foodstuff-footer {
		padding-top: 56px;
	}

	.mohammad-foodstuff-footer-curve {
		height: 58px;
	}

	.mohammad-foodstuff-footer-curve-icon {
		width: 54px;
		height: 54px;
		bottom: -24px;
		font-size: 22px;
	}

	.mohammad-foodstuff-footer-container {
		padding-left: 18px;
		padding-right: 18px;
	}

	.mohammad-foodstuff-footer-main {
		grid-template-columns: 1fr;
		gap: 34px;
		padding: 44px 0 42px;
	}

	.mohammad-foodstuff-footer-brand {
		max-width: 100%;
	}

	.mohammad-foodstuff-footer-brand-title {
		font-size: 30px;
	}

	.mohammad-foodstuff-footer-heading {
		font-size: 27px;
	}

	.mohammad-foodstuff-footer-bottom-row {
		flex-direction: column;
		text-align: center;
	}

	.mohammad-foodstuff-footer-action-row {
		flex-wrap: wrap;
	}

	.mohammad-foodstuff-footer-whatsapp {
		flex: 1 1 auto;
	}
}


/* Header mobile drawer and submenu update */
.mohammad-foodstuff-header-mobile-quote,
.mohammad-foodstuff-header-mobile-toggle,
.mohammad-foodstuff-header-mobile-drawer-head,
.mohammad-foodstuff-header-mobile-overlay {
	display: none;
}

.mohammad-foodstuff-header-menu .menu-item-has-children {
	position: relative;
}

.mohammad-foodstuff-submenu-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	padding: 0;
	margin-left: 6px;
	border: 0;
	background: transparent;
	color: #0a5138;
	font-size: 13px;
	line-height: 1;
	cursor: pointer;
	transition: transform 220ms ease, color 220ms ease, background-color 220ms ease;
}

.mohammad-foodstuff-submenu-toggle svg,
.mohammad-foodstuff-submenu-toggle i {
	display: block;
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.mohammad-foodstuff-submenu-indicator {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: transform 220ms ease;
}

.mohammad-foodstuff-header-menu .sub-menu {
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 50;
	min-width: 230px;
	padding: 10px 0;
	margin: 0;
	list-style: none;
	background: #ffffff;
	border: 1px solid rgba(211, 160, 61, 0.28);
	border-radius: 12px;
	box-shadow: 0 16px 32px rgba(0, 0, 0, 0.12);
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: opacity 200ms ease, transform 200ms ease, visibility 200ms ease;
}

.mohammad-foodstuff-header-menu li:hover > .sub-menu,
.mohammad-foodstuff-header-menu li:focus-within > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.mohammad-foodstuff-header-menu .sub-menu .sub-menu {
	left: 100%;
	top: 0;
	transform: translateX(10px);
}

.mohammad-foodstuff-header-menu .sub-menu li:hover > .sub-menu,
.mohammad-foodstuff-header-menu .sub-menu li:focus-within > .sub-menu {
	transform: translateX(0);
}

.mohammad-foodstuff-header-menu .sub-menu li {
	width: 100%;
}

.mohammad-foodstuff-header-menu .sub-menu li a {
	display: flex;
	width: 100%;
	padding: 10px 16px;
	font-size: 15px;
	white-space: nowrap;
}

.mohammad-foodstuff-header-menu .sub-menu li a::after {
	display: none;
}

.mohammad-foodstuff-header-menu .sub-menu .mohammad-foodstuff-submenu-toggle {
	position: absolute;
	right: 8px;
	top: 8px;
}

@media (max-width: 1024px) {
	body.mohammad-foodstuff-mobile-menu-open {
		overflow: hidden;
	}

	.mohammad-foodstuff-header-main {
		position: relative;
		z-index: 100;
	}

	.mohammad-foodstuff-header-row {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto 44px;
		align-items: center;
		gap: 10px;
		padding: 12px 0;
	}

	.mohammad-foodstuff-header-brand {
		max-width: none;
		min-width: 0;
	}

	.mohammad-foodstuff-header-brand-link {
		max-width: 100%;
		gap: 8px;
		flex-wrap: nowrap;
	}

	.mohammad-foodstuff-header-logo img {
		max-width: clamp(104px, 28vw, 190px);
	}

	.mohammad-foodstuff-header-brand-text {
		gap: 3px;
		min-width: 0;
	}

	.mohammad-foodstuff-header-brand-title {
		font-size: clamp(20px, 4vw, 30px);
		line-height: 1;
	}

	.mohammad-foodstuff-header-brand-subtitle {
		font-size: 10px;
		letter-spacing: 0.08em;
		white-space: nowrap;
	}

	.mohammad-foodstuff-header-brand-subtitle::before,
	.mohammad-foodstuff-header-brand-subtitle::after {
		width: 16px;
	}

	.mohammad-foodstuff-header-right {
		display: block;
		min-width: 0;
	}

	.mohammad-foodstuff-header-button-desktop,
	.mohammad-foodstuff-header-nav-divider {
		display: none !important;
	}

	.mohammad-foodstuff-header-mobile-quote {
		display: flex;
		align-items: center;
		justify-content: center;
		min-width: 0;
	}

	.mohammad-foodstuff-header-button-mobile {
		min-height: 40px;
		max-width: 170px;
		padding: 10px 13px;
		gap: 8px;
		border-radius: 8px;
		font-size: 13px;
		line-height: 1.1;
		white-space: normal;
		text-align: center;
		box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
	}

	.mohammad-foodstuff-header-button-mobile .mohammad-foodstuff-header-button-icon {
		font-size: 13px;
	}

	.mohammad-foodstuff-header-mobile-toggle {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		justify-self: end;
		flex-direction: column;
		gap: 5px;
		width: 44px;
		height: 44px;
		padding: 0;
		border: 1px solid rgba(211, 160, 61, 0.45);
		border-radius: 10px;
		background: #fffdf8;
		color: #0a5138;
		box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
		cursor: pointer;
	}

	.mohammad-foodstuff-header-mobile-toggle span {
		display: block;
		width: 20px;
		height: 2px;
		border-radius: 99px;
		background: currentColor;
	}

	.mohammad-foodstuff-header-nav {
		position: fixed;
		left: 0;
		top: 0;
		bottom: 0;
		z-index: 999999;
		width: var(--mohammad-mobile-menu-width, 310px);
		max-width: 90vw;
		height: 100vh;
		min-width: 0;
		padding: 0 0 24px;
		background: #ffffff;
		overflow-x: hidden;
		overflow-y: auto;
		box-shadow: 18px 0 34px rgba(0, 0, 0, 0.18);
		transform: translateX(-110%);
		transition: transform 260ms ease;
	}

	.mohammad-foodstuff-header-wrap.is-menu-open .mohammad-foodstuff-header-nav {
		transform: translateX(0);
	}

	.mohammad-foodstuff-header-mobile-drawer-head {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 14px;
		padding: 18px 18px 14px;
		border-bottom: 1px solid rgba(211, 160, 61, 0.24);
		font-family: "Playfair Display", Georgia, serif;
		font-size: 22px;
		font-weight: 700;
		line-height: 1.1;
		color: #0a5138;
	}

	.mohammad-foodstuff-header-mobile-close {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 36px;
		height: 36px;
		padding: 0;
		border: 1px solid rgba(211, 160, 61, 0.35);
		border-radius: 50%;
		background: #fffdf8;
		color: #0a5138;
		font-size: 26px;
		line-height: 1;
		cursor: pointer;
	}

	.mohammad-foodstuff-header-menu {
		display: block;
		padding: 10px 18px 28px;
		margin: 0;
		list-style: none;
	}

	.mohammad-foodstuff-header-menu li {
		display: block;
		width: 100%;
		border-bottom: 1px solid rgba(211, 160, 61, 0.18);
	}

	.mohammad-foodstuff-header-menu li a {
		display: inline-flex;
		align-items: center;
		width: 100%;
		min-height: 48px;
		padding: 13px 0;
		font-size: 16px;
		font-weight: 700;
	}

	.mohammad-foodstuff-header-menu li a::after {
		display: none;
	}

	.mohammad-foodstuff-header-menu .menu-item-has-children > a {
		width: calc(100% - 48px);
		padding-right: 12px;
	}

	.mohammad-foodstuff-submenu-toggle,
	.mohammad-foodstuff-header-menu .sub-menu .mohammad-foodstuff-submenu-toggle {
		position: absolute;
		right: 0;
		top: 6px;
		width: 40px;
		height: 40px;
		margin: 0;
		border: 1px solid rgba(211, 160, 61, 0.22);
		border-radius: 50%;
		background: rgba(211, 160, 61, 0.08);
	}

	.mohammad-foodstuff-header-menu .submenu-open > .mohammad-foodstuff-submenu-toggle .mohammad-foodstuff-submenu-indicator {
		transform: rotate(180deg);
	}

	.mohammad-foodstuff-header-menu .sub-menu,
	.mohammad-foodstuff-header-menu .sub-menu .sub-menu {
		position: static;
		left: auto;
		top: auto;
		min-width: 0;
		width: 100%;
		max-height: 0;
		padding: 0 0 0 14px;
		margin: 0;
		border: 0;
		border-radius: 0;
		box-shadow: none;
		background: transparent;
		opacity: 1;
		visibility: visible;
		transform: none;
		overflow: hidden;
		transition: max-height 240ms ease;
	}

	.mohammad-foodstuff-header-menu .submenu-open > .sub-menu {
		max-height: 900px;
		padding-bottom: 8px;
	}

	.mohammad-foodstuff-header-menu .sub-menu li {
		border-bottom: 0;
	}

	.mohammad-foodstuff-header-menu .sub-menu li a {
		min-height: 42px;
		padding: 10px 0;
		font-size: 14px;
		font-weight: 600;
		white-space: normal;
		color: #34433d;
	}

	.mohammad-foodstuff-header-mobile-overlay {
		display: block;
		position: fixed;
		inset: 0;
		z-index: 999998;
		background: rgba(0, 0, 0, 0.42);
		opacity: 0;
		visibility: hidden;
		transition: opacity 220ms ease, visibility 220ms ease;
	}

	.mohammad-foodstuff-header-wrap.is-menu-open .mohammad-foodstuff-header-mobile-overlay {
		opacity: 1;
		visibility: visible;
	}
}

@media (max-width: 480px) {
	.mohammad-foodstuff-header-container {
		padding-left: 12px;
		padding-right: 12px;
	}

	.mohammad-foodstuff-header-row {
		grid-template-columns: minmax(0, 1fr) auto 40px;
		gap: 8px;
	}

	.mohammad-foodstuff-header-logo img {
		max-width: clamp(92px, 25vw, 128px);
	}

	.mohammad-foodstuff-header-button-mobile {
		max-width: 132px;
		min-height: 36px;
		padding: 8px 10px;
		font-size: 11px;
		border-radius: 7px;
	}

	.mohammad-foodstuff-header-button-mobile .mohammad-foodstuff-header-button-icon {
		display: none;
	}

	.mohammad-foodstuff-header-mobile-toggle {
		width: 40px;
		height: 40px;
	}
}

/* Contact mobile one-column refinement */
@media (max-width: 1024px) {
	.mohammad-foodstuff-contact-grid {
		grid-template-columns: 1fr !important;
		gap: 24px;
	}
}

@media (max-width: 767px) {
	.mohammad-foodstuff-contact {
		padding: 30px 14px 36px;
	}

	.mohammad-foodstuff-contact-header {
		margin-bottom: 18px;
	}

	.mohammad-foodstuff-contact-title {
		font-size: 30px;
		line-height: 1.16;
	}

	.mohammad-foodstuff-contact-description {
		font-size: 14px;
		line-height: 1.55;
	}

	.mohammad-foodstuff-contact-card,
	.mohammad-foodstuff-contact-form-card {
		width: 100%;
		padding: 20px 16px;
		border-radius: 16px;
	}

	.mohammad-foodstuff-contact-info-item {
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
		gap: 12px;
		padding: 0 0 20px;
		margin: 0 0 20px;
	}

	.mohammad-foodstuff-contact-info-content {
		min-height: 0;
		width: 100%;
		padding-left: 0;
		border-left: 0;
		align-items: center;
	}

	.mohammad-foodstuff-contact-info-icon-wrap {
		width: 56px;
		height: 56px;
	}

	.mohammad-foodstuff-contact-info-icon {
		font-size: 25px;
	}

	.mohammad-foodstuff-contact-info-label {
		font-size: 13px;
		margin-bottom: 7px;
	}

	.mohammad-foodstuff-contact-info-text {
		font-size: 14px;
		line-height: 1.55;
		word-break: break-word;
	}

	.mohammad-foodstuff-contact-form {
		gap: 15px;
	}

	.mohammad-foodstuff-contact-input {
		min-height: 44px;
		font-size: 14px;
	}

	textarea.mohammad-foodstuff-contact-input {
		min-height: 110px;
	}

	.mohammad-foodstuff-contact-submit {
		min-height: 50px;
		font-size: 15px;
	}

	.mohammad-foodstuff-contact-visual {
		min-height: 170px;
		margin-top: 12px;
	}

	.mohammad-foodstuff-contact-floating-badges {
		display: none;
	}
}

/* Top bar mobile one-line rotating text update */
@media (max-width: 767px) {
	.mohammad-foodstuff-header-topbar .mohammad-foodstuff-header-container {
		padding-left: 12px;
		padding-right: 12px;
	}

	.mohammad-foodstuff-header-topbar-content {
		display: block;
	}

	.mohammad-foodstuff-header-topbar-shortcode {
		justify-content: center;
		max-width: 100%;
		width: 100%;
		padding: 7px 0;
		font-size: 12px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.mohammad-foodstuff-header-topbar-shortcode:empty {
		display: none;
	}

	.mohammad-foodstuff-header-topbar-items {
		position: relative;
		min-height: 38px;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 7px 0;
		gap: 0;
		flex-wrap: nowrap;
		overflow: hidden;
	}

	.mohammad-foodstuff-header-topbar-item,
	.mohammad-foodstuff-header-topbar-item a,
	.mohammad-foodstuff-header-topbar-item span:not(.mohammad-icon) {
		min-width: 0;
		max-width: 100%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.mohammad-foodstuff-header-topbar-item {
		width: 100%;
		justify-content: center;
		gap: 8px;
		font-size: 12px;
		line-height: 1.2;
		text-align: center;
	}

	.mohammad-foodstuff-header-topbar-icon {
		font-size: 14px;
	}

	.mohammad-foodstuff-header-topbar-item:not(:last-child)::after {
		display: none !important;
	}

	.mohammad-foodstuff-header-topbar-items.is-rotating .mohammad-foodstuff-header-topbar-item {
		display: flex;
		position: absolute;
		left: 0;
		right: 0;
		top: 50%;
		padding: 0 2px;
		opacity: 0;
		visibility: hidden;
		transform: translateY(-35%);
		transition: opacity 260ms ease, transform 260ms ease, visibility 260ms ease;
	}

	.mohammad-foodstuff-header-topbar-items.is-rotating .mohammad-foodstuff-header-topbar-item.is-active {
		opacity: 1;
		visibility: visible;
		transform: translateY(-50%);
	}
}

/* Request Quote Form Widget */
.mohammad-quote-form-widget,
.mohammad-quote-form-widget * {
	box-sizing: border-box;
}

.mohammad-quote-form-widget {
	width: 100%;
	font-family: Inter, Arial, sans-serif;
}

.mohammad-quote-form-card {
	width: 100%;
	padding: 32px;
	border-radius: 22px;
	background: #ffffff;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.mohammad-quote-form-header {
	margin-bottom: 22px;
}

.mohammad-quote-form-title {
	margin: 0 0 8px;
	font-family: "Playfair Display", Georgia, serif;
	font-size: clamp(30px, 4vw, 46px);
	font-weight: 800;
	line-height: 1.08;
	letter-spacing: -0.03em;
	color: #0a5138;
}

.mohammad-quote-form-description {
	margin: 0;
	font-size: 16px;
	line-height: 1.65;
	color: #53635d;
}

.mohammad-quote-message {
	margin: 0 0 18px;
	padding: 12px 14px;
	border-radius: 10px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.45;
}

.mohammad-quote-message-success {
	background: rgba(10, 81, 56, 0.10);
	color: #0a5138;
}

.mohammad-quote-message-error {
	background: rgba(180, 43, 43, 0.10);
	color: #9f1f1f;
}

.mohammad-quote-form {
	width: 100%;
}

.mohammad-quote-form-fields {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.mohammad-quote-field {
	display: flex;
	flex-direction: column;
	gap: 8px;
	min-width: 0;
}

.mohammad-quote-field-width-100 {
	flex: 0 0 100%;
	max-width: 100%;
}

.mohammad-quote-field-width-50 {
	flex: 1 1 calc(50% - 8px);
	max-width: calc(50% - 8px);
}

.mohammad-quote-field-width-33 {
	flex: 1 1 calc(33.333% - 11px);
	max-width: calc(33.333% - 11px);
}

.mohammad-quote-field-label,
.mohammad-quote-radio-legend {
	margin: 0;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.3;
	color: #0a5138;
}

.mohammad-quote-required {
	color: #c8952e;
}

.mohammad-quote-input {
	width: 100%;
	min-height: 50px;
	padding: 12px 14px;
	border: 1px solid rgba(211,160,61,0.34);
	border-radius: 10px;
	background: #fffdf8;
	color: #1f2c28;
	font-family: Inter, Arial, sans-serif;
	font-size: 15px;
	line-height: 1.35;
	outline: none;
	box-shadow: none;
	transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.mohammad-quote-input:focus {
	border-color: #d3a03d;
	box-shadow: 0 0 0 3px rgba(211,160,61,0.15);
}

textarea.mohammad-quote-input {
	min-height: 130px;
	resize: vertical;
}

select.mohammad-quote-input {
	appearance: auto;
}

.mohammad-quote-radio-group {
	margin: 0;
	padding: 0;
	border: 0;
}

.mohammad-quote-radio-legend {
	display: block;
	width: 100%;
	margin: 0 0 10px;
	padding: 0;
}

.mohammad-quote-radio-option {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0 16px 8px 0;
	font-size: 15px;
	line-height: 1.4;
	color: #1f2c28;
	cursor: pointer;
}

.mohammad-quote-radio-option input {
	width: 16px;
	height: 16px;
	accent-color: #0a5138;
}

.mohammad-quote-recaptcha-wrap {
	margin-top: 18px;
}

.mohammad-quote-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: auto;
	min-height: 52px;
	margin-top: 22px;
	padding: 14px 24px;
	border: 0;
	border-radius: 10px;
	background: #0a5138;
	color: #d3a03d;
	font-family: Inter, Arial, sans-serif;
	font-size: 16px;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
	cursor: pointer;
	box-shadow: 0 10px 22px rgba(0,0,0,0.16);
	transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.mohammad-quote-submit:hover,
.mohammad-quote-submit:focus {
	background: #0e6547;
	transform: translateY(-1px);
	box-shadow: 0 14px 28px rgba(0,0,0,0.18);
}

.mohammad-quote-submit-icon,
.mohammad-quote-submit-icon svg,
.mohammad-quote-submit-icon i {
	display: inline-flex;
	width: 1em;
	height: 1em;
	fill: currentColor;
}

@media (max-width: 767px) {
	.mohammad-quote-form-card {
		padding: 22px 16px;
		border-radius: 16px;
	}

	.mohammad-quote-form-header {
		margin-bottom: 18px;
	}

	.mohammad-quote-form-title {
		font-size: 30px;
		line-height: 1.14;
	}

	.mohammad-quote-form-description {
		font-size: 14px;
		line-height: 1.55;
	}

	.mohammad-quote-form-fields {
		display: block;
	}

	.mohammad-quote-field,
	.mohammad-quote-field-width-100,
	.mohammad-quote-field-width-50,
	.mohammad-quote-field-width-33 {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 100% !important;
		flex: 0 0 100% !important;
		flex-basis: 100% !important;
		margin-bottom: 16px;
	}

	.mohammad-quote-field:last-child {
		margin-bottom: 0;
	}

	.mohammad-quote-input {
		min-height: 46px;
		font-size: 14px;
	}

	.mohammad-quote-radio-option {
		display: flex;
		width: 100%;
		margin-right: 0;
	}

	.mohammad-quote-recaptcha-wrap {
		overflow-x: auto;
	}

	.mohammad-quote-submit {
		width: 100%;
		min-height: 50px;
		font-size: 15px;
	}
}

@media (max-width: 767px) {
	.mohammad-foodstuff-header-topbar[data-mobile-rotate="no"] .mohammad-foodstuff-header-topbar-items {
		justify-content: flex-start;
		gap: 18px;
		overflow-x: auto;
		overflow-y: hidden;
	}

	.mohammad-foodstuff-header-topbar[data-mobile-rotate="no"] .mohammad-foodstuff-header-topbar-item {
		width: auto;
		flex: 0 0 auto;
		justify-content: flex-start;
	}
}

/* v2026.4 mobile topbar, service image cards, floating WhatsApp, sticky footer updates */
.mohammad-foodstuff-header-mobile-topline {
	display: none;
}

@media (max-width: 767px) {
	.mohammad-foodstuff-header-topbar-mobile-simple .mohammad-foodstuff-header-topbar-content {
		display: none !important;
	}

	.mohammad-foodstuff-header-topbar-mobile-simple .mohammad-foodstuff-header-topbar-items {
		display: none !important;
	}

	.mohammad-foodstuff-header-topbar-mobile-simple .mohammad-foodstuff-header-mobile-topline {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 10px;
		min-height: 38px;
		padding: 7px 0;
		width: 100%;
		font-family: Inter, Arial, sans-serif;
		font-size: 12px;
		font-weight: 700;
		line-height: 1.2;
		color: #ffffff;
	}

	.mohammad-foodstuff-header-mobile-topline-phone,
	.mohammad-foodstuff-header-mobile-topline-shortcode {
		display: inline-flex;
		align-items: center;
		min-width: 0;
		color: inherit;
		text-decoration: none !important;
	}

	.mohammad-foodstuff-header-mobile-topline-phone {
		gap: 7px;
		flex: 1 1 auto;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.mohammad-foodstuff-header-mobile-topline-phone span:not(.mohammad-icon) {
		min-width: 0;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.mohammad-foodstuff-header-mobile-topline-icon {
		flex: 0 0 auto;
		font-size: 13px;
		color: #d6a23a;
	}

	.mohammad-foodstuff-header-mobile-topline-icon svg,
	.mohammad-foodstuff-header-mobile-topline-icon i {
		display: block;
		width: 1em;
		height: 1em;
		fill: currentColor;
	}

	.mohammad-foodstuff-header-mobile-topline-shortcode {
		flex: 0 0 auto;
		justify-content: flex-end;
		max-width: 48%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.mohammad-foodstuff-header-mobile-topline-shortcode * {
		max-width: 100%;
	}
}

.mohammad-foodstuff-service-card-has-image {
	position: relative;
	min-height: 320px;
	padding: 0 !important;
	overflow: hidden;
	align-items: stretch;
	justify-content: flex-end;
	background: #111;
	border: 0;
}

.mohammad-foodstuff-service-card-has-image:hover {
	transform: translateY(-4px);
}

.mohammad-foodstuff-service-card-image {
	position: absolute;
	inset: 0;
	z-index: 1;
	line-height: 0;
}

.mohammad-foodstuff-service-card-image img {
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	transition: transform 260ms ease;
}

.mohammad-foodstuff-service-card-has-image:hover .mohammad-foodstuff-service-card-image img {
	transform: scale(1.04);
}

.mohammad-foodstuff-service-card-overlay {
	position: relative;
	z-index: 2;
	width: 100%;
	margin-top: auto;
	padding: 18px 18px 20px;
	background: rgba(0, 0, 0, 0.82);
	text-align: left;
}

.mohammad-foodstuff-service-card-has-image .mohammad-foodstuff-service-card-title,
.mohammad-foodstuff-service-card-has-image .mohammad-foodstuff-service-card-description {
	color: #ffffff !important;
}

.mohammad-foodstuff-service-card-has-image .mohammad-foodstuff-service-card-title {
	font-size: 24px;
}

.mohammad-foodstuff-service-card-has-image .mohammad-foodstuff-service-card-description {
	margin-top: 8px;
	font-size: 14px;
	line-height: 1.45;
	opacity: 0.94;
}

@media (max-width: 767px) {
	.mohammad-foodstuff-service-card-has-image {
		min-height: 270px;
		width: 100%;
	}

	.mohammad-foodstuff-service-card-overlay {
		padding: 15px 16px 17px;
	}

	.mohammad-foodstuff-service-card-has-image .mohammad-foodstuff-service-card-title {
		font-size: 21px;
	}

	.mohammad-foodstuff-services-grid {
		grid-template-columns: 1fr !important;
	}
}

@media (max-width: 767px) {
	.mohammad-foodstuff-about {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.mohammad-foodstuff-about-container {
		max-width: 100% !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.mohammad-foodstuff-about-image-col {
		width: 100vw !important;
		max-width: 100vw !important;
		flex-basis: 100vw !important;
		margin-left: calc(50% - 50vw) !important;
		margin-right: calc(50% - 50vw) !important;
	}

	.mohammad-foodstuff-about-image-wrap,
	.mohammad-foodstuff-about-image-wrap img {
		width: 100% !important;
		max-width: 100% !important;
		border-radius: 0 !important;
	}

	.mohammad-foodstuff-about-image-wrap {
		border-left: 0 !important;
		border-right: 0 !important;
	}

	.mohammad-foodstuff-about-content {
		padding-left: 16px;
		padding-right: 16px;
	}
}

.mohammad-foodstuff-footer-floating-whatsapp {
	display: none;
}

@media (max-width: 767px) {
	.mohammad-foodstuff-footer-floating-whatsapp {
		display: inline-flex;
		position: fixed;
		right: 16px;
		bottom: 88px;
		z-index: 9997;
		align-items: center;
		justify-content: center;
		width: 56px;
		height: 56px;
		border-radius: 50%;
		background: #25d366;
		color: #ffffff !important;
		font-size: 30px;
		box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
		text-decoration: none !important;
	}

	.mohammad-foodstuff-footer-floating-whatsapp:hover {
		transform: translateY(-2px);
	}

	.mohammad-foodstuff-footer-floating-whatsapp-image,
	.mohammad-foodstuff-footer-floating-whatsapp-image img {
		display: block;
		width: 30px;
		height: 30px;
		object-fit: contain;
	}
}

.mohammad-mobile-sticky-footer-wrap,
.mohammad-mobile-sticky-footer-wrap * {
	box-sizing: border-box;
}

.mohammad-mobile-sticky-footer-wrap {
	display: none;
}

.mohammad-mobile-sticky-footer {
	display: flex;
	align-items: stretch;
	justify-content: space-around;
	gap: 0;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9996;
	min-height: 64px;
	padding: 7px max(8px, env(safe-area-inset-left)) calc(7px + env(safe-area-inset-bottom)) max(8px, env(safe-area-inset-right));
	background: #ffffff;
	border-top: 1px solid rgba(199, 146, 46, 0.35);
	box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.12);
}

.mohammad-mobile-sticky-footer-link {
	flex: 1 1 0;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 4px;
	min-width: 0;
	padding: 2px 4px;
	font-family: Inter, Arial, sans-serif;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.15;
	text-align: center;
	color: #064d34;
	text-decoration: none !important;
}

.mohammad-mobile-sticky-footer-icon,
.mohammad-mobile-sticky-footer-image {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	font-size: 22px;
	line-height: 1;
	color: #c7922e;
}

.mohammad-mobile-sticky-footer-icon svg,
.mohammad-mobile-sticky-footer-icon i,
.mohammad-mobile-sticky-footer-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	fill: currentColor;
}

.mohammad-mobile-sticky-footer-text {
	display: block;
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media (max-width: 767px) {
	.mohammad-mobile-sticky-footer-wrap {
		display: block;
	}

	body:has(.mohammad-mobile-sticky-footer-wrap) {
		padding-bottom: 72px;
	}
}

.mohammad-mobile-sticky-footer-wrap.show-desktop {
	display: block;
}


/* Hero service cards with images */
.mohammad-foodstuff-card {
	overflow: hidden;
}

.mohammad-foodstuff-card--has-image {
	padding: 0 !important;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: flex-start;
	gap: 0;
}

.mohammad-foodstuff-card-image {
	display: block;
	width: 100%;
	line-height: 0;
}

.mohammad-foodstuff-card-image img {
	display: block;
	width: 100%;
	height: 220px;
	object-fit: cover;
}

.mohammad-foodstuff-card-title-overlay {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 12px;
	width: 100%;
	padding: 16px 18px;
	background: #000000;
}

.mohammad-foodstuff-card--has-image .mohammad-foodstuff-card-title {
	width: 100%;
	color: #ffffff;
}

.mohammad-foodstuff-card--has-image .mohammad-foodstuff-card-line {
	margin-top: 0;
}


/* Sticky header */
.mohammad-foodstuff-header-wrap.mohammad-foodstuff-header-sticky {
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.10);
}

.mohammad-foodstuff-header-wrap.mohammad-foodstuff-header-sticky .mohammad-foodstuff-header-mobile-overlay {
	position: fixed;
}
