/* Complaint Redressal Page Styles */

/* Breadcrumb */
.breadcrumb-section a:hover {
    color: #1e3a8a;
    text-decoration: underline;
}

/* Contact Cards */
.contact-card { transition: all 0.3s ease; }
.contact-card:hover { transform: translateY(-4px); box-shadow: 0 8px 16px rgba(0,0,0,0.1); }

/* Accordion and Download Cards styles preserved */
