.footer {
        background-color: #fff; 
        padding: 30px 50px;
        border-top: 1px solid #ddd; 
        width: 100%;
        max-width: 1170px;
        margin: 0 auto;
}
.footer-content {
        display: flex;
        justify-content: space-between; 
        max-width: 1200px; 
        margin: 0 auto; 
}
.footer-column {
        flex: 1; 
        margin-right: 20px; 
        text-align: left;
}
.footer-column:last-child {
        margin-right: 0; 
}
.footer-column h3 {
        font-size: 16px;
        font-weight: bold;
        color: #333; 
        margin-bottom: 15px;
        text-transform: uppercase 
}
.footer-column p,
.footer-column a {
        font-size: 14px;
        color: #555; 
        line-height: 1.6; 
        text-decoration: none; 
}
.footer-column a:hover {
        color: #007bff; 
} 
.footer-column.contact h3 {
        color: #c0392b; 
} 
.footer-copyright {
        text-align: center;
        margin-top: 20px;
        font-size: 12px;
        color: #888;
        padding-top: 10px;
        border-top: 1px solid #ddd;
}
.footer-copyright a {
        color: #888;
        text-decoration: none;
}
.footer-copyright a:hover {
        color: #007bff;
} 
.footer-column > * {
    margin-bottom: 0;
}
@media (max-width: 768px) {
        .footer {
                padding: 20px 15px; 
        }
        .footer-content {
                flex-direction: column; 
        }
        .footer-column {
                margin-right: 0; 
                margin-bottom: 30px; 
        }
        .footer-column:last-child {
                margin-bottom: 0; 
        }
        .footer-column h3 {
                font-size: 14px; 
        }
        .footer-column p,
        .footer-column a {
                font-size: 15px; 
        }
        .footer-copyright {
                font-size: 15px; 
                padding: 10px 15px; 
        }
}
