/* California Medical Billing Page – Hero background override */
.texas-hero-bg {
    background: url('https://images.unsplash.com/photo-1501594907352-04cda38ebc29?auto=format&fit=crop&w=1920&q=80') center/cover no-repeat !important;
}

/* View All Cities button – ensure font displays correctly */
.cities-section .view-all-btn {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.5px;
}
