.footer-light {
    background-color: #f8f9fa;
    padding: 70px 0;
    border-top: 2px solid #e9ecef;
}
.footer-light h6 {
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 25px;
}
.footer-light ul {
    list-style: none;
    padding: 0;
}
.footer-light ul li {
    margin-bottom: 12px;
}
.footer-light a {
    color: #495057;
    text-decoration: none;
    transition: color 0.2s;
}
.footer-light a:hover {
    color: #0d6efd;
}
.social-icons-rounded a {
    display: inline-block;
    width: 36px;
    height: 36px;
    background: #0d6efd;
    color: white;
    border-radius: 50%;
    text-align: center;
    line-height: 36px;
    margin-right: 10px;
    transition: transform 0.3s;
}
.social-icons-rounded a:hover {
    transform: translateY(-3px);
    color: white;
}
.payment-methods i {
    font-size: 28px;
    margin-right: 15px;
    color: #6c757d;
}
.company-info {
    padding: 20px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
.logo-footer {
    max-height:80px;
    margin-bottom: 25px;
}