/* Modern Footer Styles */
.footer-17 {
    background-color: #111;
    color: #aaa;
    padding-top: 60px;
    padding-bottom: 20px;
}

.footer-17 h1, .footer-17 h2, .footer-17 h3, .footer-17 h4, .footer-17 h5, .footer-17 h6, .footer-17 p, .footer-17 li, .footer-17 a, .footer-17 address {
    font-family: 'Bebas Neue', sans-serif;
}

.footer17-sub {
    padding-top: 0;
}

.footer-logo-col {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.footer-logo {
    max-height: 80px;
    filter: grayscale(100%) brightness(3);
    transition: all 0.3s ease;
}

.footer-logo:hover {
    filter: grayscale(0%) brightness(1);
}

.footer-title {
    font-size: 1.8rem;
    color: #fff;
    margin-bottom: 25px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-list li {
    margin-bottom: 12px;
    font-size: 1.1rem;
}

.footer-list li i {
    margin-right: 12px;
    color: #0096FF;
}

.footer-list li a {
    color: #aaa;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-list li a:hover {
    color: #fff;
}

.social-icons {
    margin-top: 20px;
    margin-bottom: 20px;
}

.social-icons a {
    font-size: 24px;
    color: #aaa;
    margin: 0 10px;
    transition: color 0.3s ease, transform 0.3s ease;
}

.social-icons a:hover {
    color: #fff;
    transform: scale(1.1);
}

.payment-img {
    max-width: 150px; /* Increased from 120px */
    margin-top: 15px;
    filter: none; /* Removed grayscale filter */
}

.copy-footer-29 {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #333;
    font-size: 0.9rem;
    color: #666;
}

.copy-footer-29 a {
    color: #888;
    text-decoration: none;
    transition: color 0.3s ease;
}

.copy-footer-29 a:hover {
    color: #fff;
}