/* ZhuYun.html styles */
.contact-bar { background: linear-gradient(135deg, #00bcd4 0%, #00838f 100%); color: #fff; padding: 10px 0; font-size: 14px; }
.contact-bar .container { display: flex; justify-content: space-between; align-items: center; }
.contact-bar a { color: #fff; text-decoration: none; }
.contact-bar a:hover { color: #ffd54f; }
.contact-bar i { margin-right: 5px; }
.logo-text { font-size: 16px; font-weight: bold; line-height: 1.3; }
.logo-text a { color: #fff; text-decoration: none; }
.logo-text a:hover { color: #ffd54f; }
.navbar-header h1 { margin: 0; font-size: 18px; }
.banner-2 { background: linear-gradient(135deg, #00bcd4 0%, #00838f 100%); min-height: 200px; }
.services-breadcrumb { background: #f5f5f5; padding: 15px 0; }
.agile_inner_breadcrumb ul { list-style: none; padding: 0; margin: 0; }
.agile_inner_breadcrumb ul li { display: inline; color: #666; }
.agile_inner_breadcrumb ul li a { color: #00bcd4; text-decoration: none; }
.agile_inner_breadcrumb ul li i { margin: 0 10px; }
.hero-section { background: linear-gradient(135deg, #00bcd4 0%, #00838f 100%); color: #fff; padding: 60px 0; text-align: center; }
.hero-section h2 { font-size: 42px; margin-bottom: 20px; }
.hero-section p { font-size: 18px; max-width: 800px; margin: 0 auto; line-height: 1.8; }
.service-grid { padding: 60px 0; }
.service-card { background: #fff; border-radius: 8px; padding: 30px; box-shadow: 0 4px 15px rgba(0,0,0,0.1); margin-bottom: 30px; transition: transform 0.3s; }
.service-card:hover { transform: translateY(-5px); }
.service-card h4 { color: #00bcd4; font-size: 22px; margin-bottom: 15px; border-left: 4px solid #00bcd4; padding-left: 15px; }
.service-card h5 { color: #333; font-size: 18px; margin: 15px 0 8px; }
.service-card p { color: #666; line-height: 1.8; }
.data-highlight { background: #e0f7fa; padding: 15px; border-radius: 8px; margin-top: 15px; }
.data-highlight strong { color: #00838f; }
.stats-bar { background: linear-gradient(135deg, #00bcd4 0%, #00838f 100%); color: #fff; padding: 40px 0; }
.stat-box { text-align: center; padding: 20px; }
.stat-box .counter { font-size: 36px; font-weight: bold; }
.cta-section { background: #f8f9fa; padding: 40px 0; text-align: center; }
.cta-section h3 { color: #00bcd4; margin-bottom: 20px; }
.cta-btn { display: inline-block; background: #00bcd4; color: #fff; padding: 12px 30px; border-radius: 25px; text-decoration: none; font-size: 16px; transition: background 0.3s; }
.cta-btn:hover { background: #00838f; color: #fff; }
.footer h2 a { color: #fff; text-decoration: none; font-size: 14px; }
