/* footer start */
.lilac-footer {
background-color: #f3e5f5;
padding: 50px 20px 30px;
font-size: 0.95rem;
}

.lilac-footer a {
color: #4a148c;
text-decoration: none;
}

.lilac-footer a:hover {
text-decoration: underline;
color: #7b1fa2;
}

.lilac-footer h5 {
font-weight: 600;
color: #4a148c;
}

.text-purple {
color: #7e2ecf;
}