{% load static %}

{{ title|escape }}

{{ description|escape }}

.service-category-card:hover .btn-outline-primary { background-color: var(--bs-primary); color: white; border-color: var(--bs-primary); } /* Ensure text is properly aligned and readable */ .service-category-card h3 { font-weight: 600; color: var(--bs-dark); margin-top: 0.5rem; margin-bottom: 1rem; } .service-category-card p { color: var(--bs-gray-700); line-height: 1.6; font-size: 0.95rem; } /* Responsive adjustments */ @media (max-width: 991.98px) { .service-card-wrapper { padding: 0 8px; margin-bottom: 16px;