:root {
	--green: #164b38;
	--green2: #2d6b50;
	--sage: #e8efe8;
	--cream: #f8f5ee;
	--gold: #bd9b58;
	--ink: #1f2923;
	--muted: #657068;
	--white: #fff;
	--line: #dce3dc;
	--shadow: 0 16px 50px rgba(23,62,45,.12);
	--radius: 22px;
}

.mengcaiglobal-container {
	width: min(1380px,calc(100% - 40px));
	margin-inline: auto;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	font-style: normal;
	color: var(--ink);
	background: #fff;
	line-height: 1.65;
}

h1,h2,h3,h4 {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-style: normal;
	line-height: 1.12;
	margin: 0 0 16px;
}

h1 {
	font-size: clamp(46px,6vw,84px);
}

h2 {
	font-size: clamp(34px,4vw,56px);
}

h3 {
	font-size: 24px;
}

a {
	text-decoration: none;
	color: inherit;
}

img {
	max-width: 100%;
	display: block;
}

.mengcaiglobal-topbar {
	background: var(--green);
	color: #fff;
	font-size: 12px;
}

.mengcaiglobal-topbar .mengcaiglobal-container {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	padding: 8px 0;
}

.mengcaiglobal-topbar span {
	margin-right: 18px;
}

.mengcaiglobal-site-header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: rgba(255,255,255,.96);
	backdrop-filter: blur(14px);
	border-bottom: 1px solid rgba(0,0,0,.06);
}

.mengcaiglobal-header-grid {
	min-height: 84px;
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 30px;
}

.mengcaiglobal-brand {
	display: flex;
	align-items: center;
	gap: 11px;
	color: var(--green);
}

.mengcaiglobal-brand svg {
	width: 46px;
	height: 46px;
}

.mengcaiglobal-brand strong {
	font-size: 24px;
	letter-spacing: .8px;
}

.mengcaiglobal-brand small {
	display: block;
	font-size: 8px;
	letter-spacing: 1.4px;
}

.mengcaiglobal-main-nav {
	display: flex;
	justify-content: center;
	gap: 22px;
	align-items: center;
}

.mengcaiglobal-main-nav a {
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
}

.mengcaiglobal-main-nav a:hover,.mengcaiglobal-main-nav a.active {
	color: var(--green2);
}

.mengcaiglobal-main-nav a.active:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
	height: 2px;
	background: var(--gold);
}

.mengcaiglobal-menu-toggle {
	display: none;
	border: 0;
	background: none;
	font-size: 26px;
}

.mengcaiglobal-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 13px 20px;
	border-radius: 5px;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .4px;
	border: 1px solid transparent;
	cursor: pointer;
}

.mengcaiglobal-btn-primary {
	background: var(--green);
	color: #fff;
}

.mengcaiglobal-btn-outline {
	border-color: var(--green);
	color: var(--green);
	background: #fff;
}

.mengcaiglobal-btn-light {
	background: #fff;
	color: var(--green);
}

.mengcaiglobal-hero {
	min-height: 670px;
	background: linear-gradient(90deg,rgba(248,245,238,.96) 0%,rgba(248,245,238,.86) 42%,rgba(248,245,238,.08) 70%),url('../assets/images/hero.jpg') center/cover;
}

.mengcaiglobal-hero .mengcaiglobal-container {
	min-height: 670px;
	display: flex;
	align-items: center;
}

.mengcaiglobal-hero-copy {
	max-width: 620px;
}

.mengcaiglobal-hero-copy p {
	font-size: 18px;
	color: #4f5a53;
	max-width: 560px;
}

.mengcaiglobal-hero-copy h1 span {
	color: var(--green2);
}

.mengcaiglobal-eyebrow,.mengcaiglobal-kicker {
	color: #00b10f;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 1.8px;
}

.mengcaiglobal-hero-actions {
	display: flex;
	gap: 14px;
	margin-top: 28px;
	flex-wrap: wrap;
}

.mengcaiglobal-trust-strip {
	margin-top: -42px;
	position: relative;
	z-index: 3;
}

.mengcaiglobal-trust-grid {
	background: #fff;
	border-radius: 18px;
	box-shadow: var(--shadow);
	display: grid;
	grid-template-columns: repeat(6,1fr);
	padding: 24px;
}

.mengcaiglobal-trust-item {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 0 15px;
	border-right: 1px solid var(--line);
	color: var(--green);
}

.mengcaiglobal-trust-item:last-child {
	border: 0;
}

.mengcaiglobal-trust-item svg {
	width: 30px;
}

.mengcaiglobal-trust-item b {
	display: block;
	color: var(--ink);
}

.mengcaiglobal-section {
	padding: 92px 0;
}

.mengcaiglobal-section.alt {
	background: var(--cream);
}

.mengcaiglobal-section-heading {
	max-width: 760px;
	margin-bottom: 38px;
}

.mengcaiglobal-section-heading.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.mengcaiglobal-section-heading p {
	color: var(--muted);
	font-size: 17px;
}

.mengcaiglobal-grid-2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 54px;
	align-items: center;
}

.mengcaiglobal-grid-3 {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 24px;
}

.grid-4 {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 20px;
}

.mengcaiglobal-card {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	padding: 50px 60px;
	box-shadow: 0 10px 30px rgba(25,60,45,.06);
}
.page-template-page-news .mengcaiglobal-card {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	padding: 25px;
	box-shadow: 0 10px 30px rgba(25,60,45,.06);
}
.mengcaiglobal-card-icon {
	width: 54px;
	height: 54px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	background: var(--sage);
	color: var(--green);
	margin-bottom: 18px;
}

.mengcaiglobal-card-icon svg {
	width: 27px;
}

.mengcaiglobal-image-card {
	border-radius: var(--radius);
	overflow: hidden;
	box-shadow: var(--shadow);
	min-height: 470px;
	background-position: center;
	background-size: cover;
}

.mengcaiglobal-page-hero {
	padding: 118px 0 90px;
	color: #fff;
	background: linear-gradient(90deg, rgb(12 58 41), rgba(12, 55, 39, .3)), url(../images/slider2.webp) center / cover;
}

.mengcaiglobal-page-hero p {
	max-width: 650px;
	font-size: 18px;
}

.mengcaiglobal-breadcrumb {
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 18px;
	color: #d8e8df;
}

.mengcaiglobal-product-grid {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 20px;
}

.mengcaiglobal-product-card {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 16px;
	overflow: hidden;
}

.mengcaiglobal-product-card img {
	width: 100%;
	height: 220px;
	object-fit: cover;
}

.mengcaiglobal-product-card .mengcaiglobal-content {
	padding: 20px;
}

.mengcaiglobal-tag {
	display: inline-block;
	padding: 6px 10px;
	border-radius: 999px;
	background: var(--sage);
	color: var(--green);
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	margin-block: 15px;
}

.mengcaiglobal-process {
	display: grid;
	grid-template-columns: repeat(7,1fr);
	gap: 16px;
}

.mengcaiglobal-step {
	text-align: center;
	position: relative;
}

.mengcaiglobal-step .mengcaiglobal-num {
	width: 66px;
	height: 66px;
	border: 1px solid var(--line);
	border-radius: 50%;
	display: grid;
	place-items: center;
	margin: 0 auto 14px;
	color: var(--green);
	font-size: 22px;
	background: #fff;
}

.mengcaiglobal-step:not(:last-child):after {
    content: "";
    height: 1px;
    background: var(--gold);
    position: absolute;
    top: 33px;
    left: 70%;
    width: 80%;
    z-index: -1;
}

.mengcaiglobal-stats {
	background: var(--green);
	color: #fff;
	padding: 48px 0;
}

.mengcaiglobal-stats-grid {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	text-align: center;
}

.mengcaiglobal-stats b {
	font: 600 46px 'Playfair Display';
	display: block;
}

.mengcaiglobal-gallery {
	display: grid;
	grid-template-columns: 2fr 1fr 1fr;
	grid-auto-rows: 250px;
	gap: 16px;
}

.mengcaiglobal-gallery img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 16px;
}

.mengcaiglobal-gallery img:first-child {
	grid-row: span 2;
}

.mengcaiglobal-quote-box {
	background: var(--green);
	color: #fff;
	border-radius: var(--radius);
	padding: 40px;
}

.mengcaiglobal-form-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px;
}

.mengcaiglobal-form-group.full {
	grid-column: 1/-1;
}

label {
	display: block;
	font-weight: 700;
	font-size: 13px;
	margin-bottom: 7px;
}

input,select,textarea {
	width: 100%;
	padding: 14px;
	border: 1px solid #ccd6ce;
	border-radius: 8px;
	font: inherit;
	background: #fff;
}

textarea {
	min-height: 150px;
	resize: vertical;
}

.mengcaiglobal-faq-item {
	border-bottom: 1px solid var(--line);
}

.mengcaiglobal-faq-q {
	width: 100%;
	border: 0;
	background: none;
	padding: 22px 0;
	text-align: left;
	font: 700 18px 'DM Sans';
	display: flex;
	justify-content: space-between;
}

.mengcaiglobal-faq-a {
	display: none;
	padding: 0 0 22px;
	color: var(--muted);
}

.mengcaiglobal-faq-item.open .mengcaiglobal-faq-a {
	display: block;
}

.mengcaiglobal-blog-card img {
	height: 230px;
	width: 100%;
	object-fit: cover;
	border-radius: 14px;
}

.mengcaiglobal-footer {
	background: #113c2e;
	color: #dfe9e3;
	padding: 70px 0 22px;
}

.mengcaiglobal-footer-grid {
	display: grid;
	grid-template-columns: 1.5fr repeat(3,1fr);
	gap: 40px;
}

.mengcaiglobal-footer h4 {
	color: #fff;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 14px;
	text-transform: uppercase;
}

.mengcaiglobal-footer a {
	display: block;
	font-size: 13px;
	margin: 9px 0;
}

.mengcaiglobal-footer p {
	font-size: 13px;
}

.mengcaiglobal-footer-bottom {
	border-top: 1px solid rgba(255,255,255,.15);
	margin-top: 35px;
	padding-top: 20px;
	display: flex;
	justify-content: space-between;
	font-size: 12px;
}

.mengcaiglobal-cta-band {
	background: linear-gradient(100deg,var(--green),#36785b);
	color: #fff;
	padding: 58px 0;
}

.mengcaiglobal-cta-band .mengcaiglobal-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 30px;
}

.mengcaiglobal-list-check {
	list-style: none;
	padding: 0;
}

.mengcaiglobal-list-check li {
	margin: 11px 0;
}

.mengcaiglobal-list-check li:before {
	content: '✓';
	color: var(--gold);
	font-weight: bold;
	margin-right: 10px;
}

.mengcaiglobal-legal {
	max-width: 900px;
}

.mengcaiglobal-legal h2 {
	font-size: 32px;
	margin-top: 38px;
}

.mengcaiglobal-legal p,.mengcaiglobal-legal li {
	color: #58645d;
}

.filters {
	display: flex;
	gap: 10px;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 34px;
}

.filter-btn {
	border: 1px solid var(--line);
	background: #fff;
	padding: 10px 15px;
	border-radius: 999px;
}

.filter-btn.active {
	background: var(--green);
	color: #fff;
}

.mengcaiglobal-contact-cards {
/* 	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 18px; */
	margin-bottom: 35px;
}

.mengcaiglobal-map-placeholder {
	height: 420px;
	background: linear-gradient(rgba(22,75,56,.25),rgba(22,75,56,.25)),url('../images/building.jpg') center/cover;
	border-radius: var(--radius);
	display: grid;
	place-items: center;
	color: #fff;
	font-size: 28px;
}

.newsletter {
	display: flex;
}

.newsletter input {
	border-radius: 6px 0 0 6px;
}

.newsletter button {
	border: 0;
	background: var(--gold);
	padding: 0 15px;
}

.mengcaiglobal-back-top {
	position: fixed;
	right: 22px;
	bottom: 22px;
	width: 44px;
	height: 44px;
	border: 0;
	border-radius: 50%;
	background: var(--green);
	color: #fff;
	display: none;
}

.mengcaiglobal-back-top.show {
	display: block;
}

@media(max-width:1000px) {
	.mengcaiglobal-header-grid {
		grid-template-columns: auto auto 1fr;
	}

	.mengcaiglobal-main-nav {
		position: fixed;
		top: 84px;
		left: 0;
		right: 0;
		background: #fff;
		display: none;
		flex-direction: column;
		padding: 25px;
		box-shadow: var(--shadow);
	}

	.mengcaiglobal-main-nav.open {
		display: flex;
	}

	.mengcaiglobal-menu-toggle {
		display: block;
	}

	.mengcaiglobal-header-cta {
		justify-self: end;
	}

	.mengcaiglobal-trust-grid {
		grid-template-columns: repeat(3,1fr);
		row-gap: 22px;
	}

	.mengcaiglobal-trust-item:nth-child(3) {
		border: 0;
	}

	.grid-4,.mengcaiglobal-product-grid {
		grid-template-columns: repeat(2,1fr);
	}

	.mengcaiglobal-process {
		grid-template-columns: repeat(4,1fr);
	}

	.mengcaiglobal-step:after {
		display: none;
	}

	.mengcaiglobal-footer-grid {
		grid-template-columns: 1fr 1fr;
	}

	.mengcaiglobal-gallery {
		grid-template-columns: 1fr 1fr;
	}

	.mengcaiglobal-gallery img:first-child {
		grid-column: 1/-1;
		grid-row: auto;
	}

	.mengcaiglobal-hero {
		background-position: 65% center;
	}
}

@media(max-width:700px) {
	.mengcaiglobal-topbar {
		display: none;
	}

	.mengcaiglobal-header-grid {
		min-height: 72px;
	}

	.mengcaiglobal-header-cta {
		display: none;
	}

	.mengcaiglobal-main-nav {
		top: 72px;
	}

	.mengcaiglobal-hero,.mengcaiglobal-hero .mengcaiglobal-container {
		min-height: 620px;
	}

	.mengcaiglobal-hero {
		background: linear-gradient(rgba(248,245,238,.88),rgba(248,245,238,.93)),url('../assets/images/hero.jpg') center/cover;
	}

	.mengcaiglobal-trust-strip {
		margin-top: 0;
	}

	.mengcaiglobal-trust-grid,.mengcaiglobal-grid-2,.mengcaiglobal-grid-3,.grid-4,.mengcaiglobal-product-grid,.mengcaiglobal-form-grid,.mengcaiglobal-contact-cards,.mengcaiglobal-stats-grid,.mengcaiglobal-footer-grid {
		grid-template-columns: 1fr;
	}

	.mengcaiglobal-trust-item {
		border-right: 0;
		border-bottom: 1px solid var(--line);
		padding: 12px;
	}

	.mengcaiglobal-process {
		grid-template-columns: repeat(2,1fr);
	}

	.mengcaiglobal-section {
		padding: 68px 0;
	}

	.mengcaiglobal-gallery {
		grid-template-columns: 1fr;
		grid-auto-rows: 230px;
	}

	.mengcaiglobal-gallery img:first-child {
		grid-column: auto;
	}

	.mengcaiglobal-footer-bottom,.mengcaiglobal-cta-band .mengcaiglobal-container {
		flex-direction: column;
		align-items: flex-start;
	}

	.mengcaiglobal-brand strong {
		font-size: 20px;
	}

	.mengcaiglobal-page-hero {
		padding: 90px 0 70px;
	}
}