.footer {
    border-top: 2px solid #000;
    background-color: #fff;
    font-family: "Poppins", sans-serif;
    color: #000;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 20px;
    display: flex;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
    align-items: flex-start;
}

.footer-left,
.footer-center,
.footer-right {
    flex: 1;
    min-width: 250px;
}

.footer-left {
    text-align: left;
}

.footer-logo {
    max-width: 160px;
    margin-bottom: 5px;
}

.footer-left p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 5px;
}

.footer-social {
    font-size: 22px;
    color: #000;
    text-decoration: none;
    margin-bottom: 5px;
    display: inline-block;
    transition: color 0.3s ease;
}

.footer-social:hover {
    color: #f38128;
}

.footer-address {
    font-size: 14px;
    line-height: 1.6;
}

.footer-center,
.footer-right {
    text-align: center;
}

.footer-center h4,
.footer-right h4 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 15px;
}

.footer-center ul,
.footer-right ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-center ul li,
.footer-right ul li {
    margin-bottom: 5px;
}

.footer-center ul li a,
.footer-right ul li a {
    font-size: 14px;
    line-height: 1.5;
    color: #000;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-center ul li a:hover,
.footer-right ul li a:hover {
    color: #f38128;
}

.footer-right ul li i {
    margin-right: 8px;
}

.footer-bottom {
    text-align: center;
    padding: 15px 20px;
    font-size: 13px;
}

.footer-bottom hr {
    margin-bottom: 10px;
    border: none;
    border-top: 1px solid #ccc;
}
