
    footer {
        background: #1d2b46;
        color: white;
        padding: 20px 0;
    }

    footer .footer-logo {
        max-height: 100px;
    }

    footer h6 {
        font-weight: bold;
        margin-bottom: 15px;
    }

    footer p {
        margin: 0;
    }

    footer a {
        color: white;
        text-decoration: none;
        margin-bottom: 5px;
    }

    footer a:hover {
        color: #b3c7f9;
        text-decoration: underline;
    }

    footer .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    footer .container .d-flex {
        flex-direction: column;
    }

    footer .container .d-flex.align-items-center {
        flex-direction: row;
    }

    footer .container .d-flex a {
        margin-bottom: 8px;
    }

    footer .container .d-flex a i {
        font-size: 20px;
    }

    footer .container .d-flex a:hover i {
        color: #b3c7f9;
    }

    .footer-social-icons a {
        font-size: 18px;
        margin-right: 15px;
    }

    .footer-social-icons a:hover {
        color: #b3c7f9;
    }
