/* Footer */
.footer {
    background: #f4f4f4;
    padding: 40px 20px;
}

.footer-logo img {
    max-width: 180px;
}

.footer h5 {
    font-weight: bold;
}

.footer a {
    color: black;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

.footer-bottom {
    font-size: 14px;
    border-top: 1px solid #ccc;
    padding-top: 20px;
    margin-top: 20px;
}

.footer-bottom a {
    color: #333;
    font-size: 18px;
    transition: color 0.3s ease;
}

.footer-bottom a:hover {
    color: #ff0055;
}

@media (max-width: 768px) {
    .footer {
        text-align: center;
    }
}
