/* DaiSheng Custom Styles */
.page-hero-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
    color: #fff;
    text-align: center;
}

.page-hero-section h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
}

.page-hero-section .lead {
    font-size: 20px;
    opacity: 0.9;
    margin-bottom: 30px;
}

.hero-badges {
    margin-top: 30px;
}

.hero-badges .badge {
    display: inline-block;
    padding: 10px 20px;
    background: rgba(255,255,255,0.2);
    color: #fff;
    border-radius: 25px;
    margin: 5px;
    font-size: 14px;
}

.service-grid-section {
    padding: 80px 0;
}

.service-grid {
    margin-top: 50px;
}

.service-grid-item {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    margin-bottom: 30px;
    display: flex;
    transition: all 0.3s ease;
}

.service-grid-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

.service-grid-icon {
    font-size: 48px;
    color: #4facfe;
    margin-right: 20px;
    min-width: 60px;
}

.service-grid-content h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #333;
}

.service-grid-content p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 15px;
}

.service-grid-content ul {
    list-style: none;
    padding: 0;
}

.service-grid-content ul li {
    padding: 5px 0;
    color: #666;
    font-size: 14px;
}

.service-grid-content ul li:before {
    content: "✓ ";
    color: #4facfe;
    font-weight: bold;
    margin-right: 10px;
}

.certifications-section {
    padding: 80px 0;
}

.certifications-section.bg-light {
    background: #f8f9fa;
}

.cert-item {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    margin-bottom: 30px;
}

.cert-item i {
    font-size: 48px;
    color: #4facfe;
    margin-bottom: 20px;
}

.cert-item h4 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #333;
}

.cert-item p {
    color: #666;
    font-size: 14px;
}

.service-areas-section {
    padding: 80px 0;
}

.service-area-content {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    margin-bottom: 30px;
}

.service-area-content h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #4facfe;
}

.service-area-content p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
}

.area-tags {
    margin-top: 20px;
}

.area-tags .tag {
    display: inline-block;
    padding: 5px 15px;
    background: #e3f2fd;
    color: #4facfe;
    border-radius: 20px;
    margin: 5px;
    font-size: 12px;
}

.stats-section {
    padding: 80px 0;
}

.stats-section.bg-light {
    background: #f8f9fa;
}

.stats-row {
    margin-top: 50px;
}

.stat-box {
    background: #fff;
    padding: 40px 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    margin-bottom: 30px;
}

.stat-box h2 {
    font-size: 48px;
    color: #4facfe;
    font-weight: 700;
    margin-bottom: 10px;
}

.stat-box p {
    color: #666;
    font-size: 16px;
}

.contact-cta-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
    color: #fff;
    text-align: center;
}

.contact-cta-section h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.contact-cta-section p {
    font-size: 18px;
    margin-bottom: 30px;
    opacity: 0.9;
}

.cta-buttons .btn {
    margin: 0 10px;
}

.logo-text {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    display: inline-block;
    line-height: 1.4;
}

.navbar-brand {
    padding: 15px;
}
