/*

    Title: Footer
    Author: QBIT
    Date: 06/08/2024

   File path: ../../../../uploads/

*/

/* Footer styles */
footer {
	color: #999;
	background: linear-gradient(to bottom, #333 33.3%, #000 100%); 
	padding-top: 30px;
}

footer a {
	color: #999;
}

footer ul {
	margin-bottom: 20px;
}

footer h5,
footer h6 {
	color: #999;
}

.copyright {
	margin-bottom: 20px;
}

/* Media queries */
@media (max-width: 64em) 
{
	/* Add specific styles if needed */
}