﻿/*=== START FOOTER STYLE====*/

.footer {
    background: #0f2a44;
    color: #d6d6d6;
    text-align: center;
    padding: 70px 80px;
    font-size: 12px;
    /* ADD THESE */
    display: flex;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap; /* helps on small screens */
}

    .footer h2 {
        display: flex;
        margin-top: 5px;
        color: #d6d6d6;
        justify-content: center;
        text-align: center;
    }

.footer-content {
    max-width: 400px;
    text-align: left;
}

    .footer-content h3 {
        margin: 0 0 8px;
        font-size: 20px;
        font-weight: bold;
    }

    .footer-content h4 {
        color: #c8a75a;
    }

    .footer-content p {
        margin: 5px 0;
        line-height: 1.5;
    }

    .footer-content a {
        color: #ffffff;
        text-decoration: underline;
    }

.footer-copy {
    width: 100%;
    margin-top: 20px;
    font-size: 12px;
    opacity: 0.9;
    border-top: 1px solid rgba(255,255,255,0.3);
    padding-top: 10px;
    text-align: center;
}
/*END NEW FOOTER*/
