.top-contact-bar { background: #1a73e8; 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; }
.logo-text { font-size: 16px; font-weight: bold; color: #333; text-decoration: none; }
.logo-text:hover { color: #1a73e8; }
.hero-section-new { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: #fff; padding: 80px 0; }
.hero-section-new h1 { font-size: 36px; margin-bottom: 20px; }
.hero-section-new p { font-size: 18px; line-height: 1.8; }
.service-card { background: #fff; border-radius: 8px; box-shadow: 0 4px 15px rgba(0,0,0,0.1); padding: 30px; margin-bottom: 30px; transition: transform 0.3s; }
.service-card:hover { transform: translateY(-5px); }
.service-card h3 { color: #1a73e8; margin-bottom: 15px; }
.service-card .icon { font-size: 48px; color: #1a73e8; margin-bottom: 15px; }
.advantage-item { padding: 20px; border-left: 4px solid #1a73e8; margin-bottom: 20px; background: #f8f9fa; }
.advantage-item h4 { color: #333; margin-bottom: 10px; }
.stats-section { background: #1a73e8; color: #fff; padding: 60px 0; }
.stats-section .stat-item { text-align: center; }
.stats-section .stat-number { font-size: 48px; font-weight: bold; }
.stats-section .stat-label { font-size: 16px; margin-top: 10px; }
.culture-section { padding: 60px 0; background: #f8f9fa; }
.culture-item { padding: 20px; margin-bottom: 20px; }
.culture-item h4 { color: #764ba2; margin-bottom: 10px; }
.timeline-section { padding: 60px 0; }
.timeline-item { position: relative; padding-left: 30px; margin-bottom: 30px; border-left: 3px solid #1a73e8; }
.timeline-item::before { content: ''; position: absolute; left: -9px; top: 0; width: 15px; height: 15px; border-radius: 50%; background: #1a73e8; }
.timeline-item h4 { color: #1a73e8; margin-bottom: 10px; }
.cta-section { background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%); color: #fff; padding: 60px 0; text-align: center; }
.cta-section h2 { margin-bottom: 20px; }
.btn-primary-custom { background: #fff; color: #f5576c; padding: 12px 30px; border-radius: 25px; text-decoration: none; font-weight: bold; display: inline-block; }
.btn-primary-custom:hover { background: #f5f5f5; color: #f5576c; }
.nav-inner a { color: #333; }
.dark-nav .navbar-nav > li > a { color: #333; }
.section-padding { padding: 60px 0; }
.cta-text { font-size: 18px; margin-bottom: 30px; }
.footer-link { color: #fff; }
.bg-light-gray { background: #f8f9fa; }
