.footer-container {
    width: 100%;
    background-color: #111;
    color: #fff;
    padding: 10px 0;
    font-size: 14px;
    text-align: center;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
    text-align: left;
}

.footer-column {
    flex: 1;
    min-width: 200px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
}

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

.footer-links a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}

.footer-links a:hover {
    color: #1b4884;
}

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

.footer-contact p {
    margin: 5px 0;
}

.footer-contact a {
    color: #1b4884;
    text-decoration: none;
}

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

.footer-copy {
    margin-top: 40px;
    font-size: 16px;
    opacity: 0.8;
    text-align: center;
}
