/* DaiMu.html styles */
.contact-bar { background: linear-gradient(135deg, #9c27b0 0%, #7b1fa2 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, #9c27b0 0%, #7b1fa2 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: #9c27b0; text-decoration: none; }
.agile_inner_breadcrumb ul li i { margin: 0 10px; }
.hero-section { background: linear-gradient(135deg, #9c27b0 0%, #7b1fa2 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: #9c27b0; font-size: 22px; margin-bottom: 15px; border-left: 4px solid #9c27b0; padding-left: 15px; }
.service-card h5 { color: #333; font-size: 18px; margin: 15px 0 8px; }
.service-card p { color: #666; line-height: 1.8; }
.feature-list { list-style: none; padding: 0; }
.feature-list li { padding: 8px 0; border-bottom: 1px solid #eee; }
.feature-list li:last-child { border-bottom: none; }
.feature-list li i { color: #9c27b0; margin-right: 10px; }
.stats-bar { background: linear-gradient(135deg, #9c27b0 0%, #7b1fa2 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: #9c27b0; margin-bottom: 20px; }
.cta-btn { display: inline-block; background: #9c27b0; color: #fff; padding: 12px 30px; border-radius: 25px; text-decoration: none; font-size: 16px; transition: background 0.3s; }
.cta-btn:hover { background: #7b1fa2; color: #fff; }
.footer h2 a { color: #fff; text-decoration: none; font-size: 14px; }
