/**
 * Water Purifier Page Styles - Lokenath Marketing
 * Page-specific styles for the RO Water Purifier service page
 * 
 * Contents:
 * - Page-specific customizations (if any)
 * - Service-specific components
 */

/* =====================
   WATER PURIFIER SPECIFIC
   ===================== */

/* This file can be used for any water purifier page-specific styles.
   Currently, all styles are shared in common.css */

/* Example: Override check-list color for this page */
.check-list li::before {
  color: #5a0f98; /* Primary color */
}