/* 白山代妈样式 */
.contact-bar {
    background: #d32f2f;
    color: white;
    padding: 8px 0;
    font-size: 14px;
}

.contact-bar a {
    color: white;
    text-decoration: none;
}

.logo-text {
    font-size: 16px;
    font-weight: bold;
    color: #d32f2f;
    text-decoration: none;
}

.logo-text:hover {
    color: #b71c1c;
}

.service-section {
    background: #f8f9fa;
    padding: 40px 0;
    margin-bottom: 30px;
}

.service-item {
    background: white;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.service-item h5 {
    color: #d32f2f;
    margin-bottom: 15px;
}
