.top-contact-bar { background: #1b1b1a; color: #fff; padding: 8px 0; font-size: 14px; }
.top-contact-bar a { color: #ffdc39; text-decoration: none; }
.top-contact-bar .container { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; }
.logo-text-area { padding: 15px 0; background: #ffdc39; }
.logo-text-area a { color: #000; font-size: 16px; font-weight: 700; text-decoration: none; font-family: 'Rubik', sans-serif; letter-spacing: 1px; line-height: 1.4; display: block; }
.logo-text-area a:hover { color: #333; }
.service-card { background: #fff; border: 1px solid #e5e5e5; padding: 30px 20px; text-align: center; transition: 0.3s; height: 100%; }
.service-card:hover { box-shadow: 0 4px 15px rgba(0,0,0,0.1); transform: translateY(-3px); }
.service-card span.fa { font-size: 40px; color: #ffdc39; margin-bottom: 15px; }
.service-card h5 { font-size: 18px; font-weight: 600; margin-bottom: 10px; color: #222; }
.service-card p { font-size: 14px; color: #777; }
.stats-grid { text-align: center; padding: 30px 15px; }
.stats-grid p.counter { font-size: 3em; font-weight: 700; color: #ffdc39; }
.stats-grid h3 { font-size: 18px; color: #222; margin-top: 10px; }
.wuxi-intro { background: #f8f9fa; padding: 60px 0; }
