
/* ------------------------------------------------------------------ */
/* Footer Styling */
.footer {
    background-color: #333;
    color: #fff;
    padding: 40px 10px;
    width: 100%;
}

.footer h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.footer p {
    font-size: 14px;
    line-height: 1.6;
}

.footer-links {
    list-style-type: none;
    padding-left: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #fff;
    text-decoration: none;
}

.footer-links a:hover {
    color: #28a745;
    text-decoration: underline;
}

.footer .copyright {
    margin-top: 30px;
    font-size: 14px;
    color: #bbb;
}

/* Media Queries for Responsive Footer */
@media (max-width: 768px) {
    .footer {
        text-align: center;
    }

    .footer .col-md-4 {
        margin-bottom: 30px;
    }
}
