/* Footer Specific Styles */
footer .container {
    max-width: 1352px;
    margin-left: auto;
    margin-right: auto;
}

footer {
    min-height: 400px;
    height: auto;
    padding-top: 40px !important;
    padding-bottom: 20px !important;
}

/* Adjust grid gap and margins to fit the tighter height */
footer .gap-12 {
    gap: 1.5rem !important;
}

footer .mb-16 {
    margin-bottom: 2rem !important;
}

footer .pt-8 {
    padding-top: 1rem !important;
}