.site-footer {
    background-color: #002b4d;
    color: white;
    padding: 30px 20px 15px;
    font-family: 'Segoe UI', sans-serif;
    margin-top: 40px;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1100px;
    margin: auto;
    gap: 20px;
}

.footer-left, .footer-center, .footer-right {
    flex: 1 1 250px;
}

.footer-left h5,
.footer-center h6,
.footer-right h6 {
    margin-bottom: 10px;
    color: #ffcc00;
}

.footer-right ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-right ul li {
    margin-bottom: 6px;
}

.footer-right ul li a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-right ul li a:hover {
    color: #ffcc00;
}

.footer-bottom {
    text-align: center;
    margin-top: 25px;
    font-size: 14px;
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 10px;
}




html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}


.content-wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.site-footer {
    background-color: #f5f5f5;
    padding: 20px 0;
    color: #333;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 20px;
}

.footer-left, .footer-center, .footer-right {
    flex: 1 1 200px;
    margin-bottom: 20px;
}

.footer-right ul {
    list-style: none;
    padding-left: 0;
}

.footer-right ul li a {
    text-decoration: none;
    color: #333;
}

.footer-bottom {
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    color: #666;
}
