﻿/* =============================================
   NAVIQUE EXPRESS — OTHER / SERVICES STYLES
   Clean, responsive
   ============================================= */

/* Moved to homePage.css — this file kept for any page-specific overrides */

/* Service card image-based variant styling is now in homePage.css */
/* (.services-section, .service-card, .overlay, etc.) */

/* Page-specific overrides if needed */
.services-section .works-title {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
    color: var(--md-primary);
    margin-bottom: 8px;
}