footer {
    background-color: #333;
    color: white;
    text-align: center;
    padding: 15px;
    position: relative;
    width: 100%;
}



footer p {
    margin: 0;
    font-size: 1em;
}

footer img {
    max-width: 100%;
    height: auto;
    max-height: 70px;
    margin: 10px 0;
}


.footer-links a {
    color: orange;
    text-decoration: none;
  
}

.footer-links a:hover {
    text-decoration: underline;
}

.footer-copyright {
    margin-top: 10px;
    font-size: 0.9em;
}

@media (max-width: 768px) {
    footer {
        padding: 20px 10px;
    }

    .footer-links {
        font-size: 0.8em;
    }

    .footer-copyright {
        font-size: 0.8em;
    }

    footer img {
        max-height: 50px;
    }
}

.footer-logo-bottom {
    max-width: 100%;
    height: auto;
    max-height: 60px;
    margin-top: 15px;
}

@media (max-width: 768px) {
    .footer-logo-bottom {
        max-height: 50px;
    }
}

.footer-divider {
    border: none;
    border-top: 1px solid white;
    margin: 20px 0;
}
