.footer-section {
    background: linear-gradient(to right, #1c1c1c, #000000);
}

.footer-title {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 8px;
    font-size: 14px;
}

.footer-links a {
    color: #ddd;
    text-decoration: none;
    transition: 0.3s;
}

.footer-links a:hover {
    color: #ffffff;
    padding-left: 5px;
}

.footer-logo-box {
    background: #eaeaea;
    padding: 40px 20px;
    text-align: center;
    border-radius: 4px;
}

.logo-title {
    color: #7b5ba7;
    font-weight: 600;
    margin: 0;
}

.logo-sub {
    color: #f0b14a;
    font-style: italic;
    font-size: 20px;
}

.social-icons a {
    color: #fff;
    margin-right: 10px;
    font-size: 18px;
    transition: 0.3s;
}

.social-icons a:hover {
    color: #f0b14a;
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.2);
    font-size: 14px;
}