/* ============================================
SERVICE PAGE IMPROVEMENTS
============================================ */
.service-hero {
min-height: 50vh;
}
@media (max-width: 768px) {
.service-hero {
min-height: auto;
padding: 2rem 0;
}
.service-hero .med-grid {
grid-template-columns: 1fr !important;
}
.service-hero .med-hide-mobile {
display: none !important;
}
}
/* Popular badge - animation in animations.css */
.popular-badge {
/* animation: pulse-badge 2s infinite; - moved to animations.css */
}
/* Service content cards - animations moved to animations.css */
.med-card {
color: var(--med-text);
}
.med-card h2,
.med-card h3,
.med-card h4 {
color: var(--med-text);
}
.med-card p,
.med-card div {
color: var(--med-text-light);
}
