.top-contact-bar { background: #6a11cb; 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: #6a11cb; }
.banner-section { background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%); color: #fff; padding: 70px 0; }
.banner-section h1 { font-size: 40px; margin-bottom: 15px; }
.banner-section p { font-size: 17px; line-height: 1.8; }
.service-list { padding: 50px 0; }
.service-item { display: flex; align-items: flex-start; padding: 25px; margin-bottom: 20px; background: #fff; border-radius: 8px; box-shadow: 0 3px 15px rgba(0,0,0,0.08); transition: all 0.3s; }
.service-item:hover { transform: translateX(10px); box-shadow: 0 5px 25px rgba(0,0,0,0.12); }
.service-item .icon-wrap { min-width: 60px; height: 60px; background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-right: 20px; }
.service-item .icon-wrap i { font-size: 24px; color: #fff; }
.service-item .content h3 { color: #6a11cb; margin-bottom: 10px; }
.service-item .content p { color: #666; line-height: 1.6; }
.service-item .content ul { margin-top: 10px; padding-left: 20px; }
.service-item .content ul li { color: #666; line-height: 1.8; }
.cert-section { background: #f8f9fa; padding: 50px 0; }
.cert-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 15px; margin-top: 30px; }
.cert-item { background: #fff; padding: 15px; border-radius: 6px; text-align: center; box-shadow: 0 2px 8px rgba(0,0,0,0.05); }
.cert-item i { font-size: 32px; color: #6a11cb; margin-bottom: 10px; }
.cert-item p { font-size: 14px; color: #333; }
.culture-section { padding: 50px 0; background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%); }
.culture-section h2 { color: #6a11cb; margin-bottom: 20px; }
.culture-section p { line-height: 1.8; color: #555; }
.stats-bar { background: #6a11cb; color: #fff; padding: 40px 0; }
.stats-bar .stat { text-align: center; }
.stats-bar .stat .num { font-size: 42px; font-weight: bold; }
.stats-bar .stat .label { font-size: 15px; margin-top: 5px; }
.cta-section { background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%); color: #fff; padding: 50px 0; text-align: center; }
.btn-cta { background: #fff; color: #6a11cb; padding: 12px 30px; border-radius: 25px; text-decoration: none; font-weight: bold; display: inline-block; margin-top: 15px; }
.nav-inner a { color: #333; }
.dark-nav .navbar-nav > li > a { color: #333; }
.heading-center { text-align: center; margin-bottom: 40px; color: #6a11cb; }
.heading-center-sm { text-align: center; color: #6a11cb; }
.sub-text-center { text-align: center; color: #666; margin-top: 10px; }
.footer-link { color: #fff; }
.bg-light-gray { background: #f8f9fa; }
