body {
    font-family: 'Inter', sans-serif;
    line-height: 1.5;
    color: #333;
}

.hero {
    background: linear-gradient(135deg, #1a73e8, #42a5f5);
    color: white;
}

.service-card:hover {
    transform: scale(1.02);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.contact-info-item {
    margin-bottom: 1.5rem;
}

.qrcode-box {
    background: #f8fafc;
    padding: 2rem;
    border-radius: 0.75rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.py-24 {
    padding-top: 12rem!important;
    padding-bottom: 12rem!important;
}

.bg-center {
    background-position: 0 -595px!important;
}
.eaddr::before{
    content: 'contact@chunghang.cn';
}
