/* DaiSheng 唐山代生 - 室内设计 */
.design-card {
	background: #fff;
	padding: 25px;
	margin-bottom: 20px;
	border-radius: 8px;
	box-shadow: 0 3px 15px rgba(0,0,0,0.1);
	transition: all 0.3s;
	border-top: 4px solid #8e44ad;
}
.design-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}
.design-card h4 {
	margin-top: 0;
	color: #333;
}
.design-card p {
	color: #666;
}
.design-card i {
	font-size: 36px;
	color: #8e44ad;
	margin-bottom: 15px;
}
.interior-showcase {
	padding: 20px;
	margin-bottom: 20px;
	background: #f9f9f9;
	border-radius: 5px;
}
.interior-showcase h4 {
	color: #8e44ad;
	margin-top: 0;
}
.interior-showcase p {
	color: #666;
}
