.footer {
    background: linear-gradient(to right, #D32F2F,  #003893); /* Nepali flag colors */
    color: white;
    text-align: center;
    padding: 15px 0;
    margin-top: 10px;
    margin-bottom: 2px;
    font-size: 10px;
    border-top: 4px solid white; /* A small white border for contrast */
}

.footer-links {
    margin-bottom: 5px;
}

.footer-links a {
    color: white;
    text-decoration: none;
    margin: 0 0;
    transition: color 0.3s;
	font-size: 14px;
	font-weight: bold;
}

.footer-links a:hover {
    text-decoration: underline;
}

.span-text {
	color: grey;
	padding: 0 5px;
}

.footer-text {
    font-size: 12px;
    opacity: 0.9;
	color: white;
}

.footer-text a {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

.footer-text a:hover {
    text-decoration: underline;
}
