/* --- FINAL AND OPTIMIZED FOOTER STYLES (using Flexbox) --- */
.site-footer {
    background: #4B0FC5; /* Purple Background */
    color: white;
    padding: 50px 8%;
    margin-top: 40px;
}
.footer-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
}
.footer-col {
    flex: 1;
    min-width: 200px;
    text-align: left;
}
.site-footer h3 {
    font-weight: bold;
    color: white;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 1.1em;
    border-bottom: none;
}
.site-footer p, .site-footer div {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px;
}
.site-footer a {
    display: block;
    color: white;
    text-decoration: none;
    font-size: 14px;
    margin-bottom: 10px;
}
.site-footer a:hover {
    color: #FFB74D;
}
.site-footer .footer-social a {
    display: inline-block;
    margin-right: 15px;
}