.top-contact-bar {
	background: #2e7d32;
	color: #fff;
	padding: 8px 0;
	font-size: 14px;
}
.top-contact-bar a { color: #fff; text-decoration: none; }
.top-contact-bar .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.navbar-brand-long {
	font-size: 14px;
	white-space: normal;
	line-height: 1.3;
	max-width: 320px;
	color: #333 !important;
	font-weight: 700;
}
.daisheng-hero {
	background: linear-gradient(135deg, #1b5e20 0%, #2e7d32 50%, #388e3c 100%);
	color: #fff;
	padding: 80px 0 60px;
	text-align: center;
}
.daisheng-hero h1 { font-size: 42px; font-weight: 700; margin-bottom: 20px; }
.daisheng-hero p { font-size: 18px; max-width: 800px; margin: 0 auto 30px; line-height: 1.8; }
.service-card {
	background: #fff;
	border-radius: 8px;
	padding: 30px;
	margin-bottom: 30px;
	box-shadow: 0 2px 15px rgba(0,0,0,0.08);
	transition: transform 0.3s;
	border-left: 4px solid #388e3c;
}
.service-card:hover { transform: translateY(-5px); }
.service-card h4 { color: #1b5e20; font-weight: 700; margin-bottom: 15px; font-size: 22px; }
.service-card h5 { color: #2e7d32; font-weight: 600; margin-bottom: 10px; }
.service-card p { color: #555; line-height: 1.8; }
.service-sub-list { list-style: none; padding: 0; }
.service-sub-list li { padding: 8px 0; border-bottom: 1px solid #f0f0f0; color: #555; }
.service-sub-list li i { color: #388e3c; margin-right: 10px; }
.stats-banner {
	background: linear-gradient(135deg, #2e7d32, #1b5e20);
	color: #fff;
	padding: 60px 0;
}
.stats-banner .stat-item { text-align: center; padding: 20px; }
.stats-banner .stat-item h2 { font-size: 48px; font-weight: 700; }
.stats-banner .stat-item p { font-size: 16px; opacity: 0.9; }
.advantage-item {
	background: #f8f9fa;
	padding: 25px;
	border-radius: 8px;
	border-left: 4px solid #388e3c;
	margin-bottom: 20px;
}
.advantage-item h5 { color: #1b5e20; font-weight: 700; margin-bottom: 10px; }
.process-step { display: flex; margin-bottom: 30px; align-items: flex-start; }
.process-step .step-num {
	background: #388e3c;
	color: #fff;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	font-weight: 700;
	flex-shrink: 0;
	margin-right: 20px;
}
.process-step .step-content h5 { color: #1b5e20; font-weight: 700; margin-bottom: 5px; }
.process-step .step-content p { color: #666; line-height: 1.7; }
.warehouse-gallery {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 20px;
	margin-top: 30px;
}
.warehouse-gallery img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	border-radius: 8px;
	transition: transform 0.3s;
}
.warehouse-gallery img:hover { transform: scale(1.05); }
