.footer-section {
background: linear-gradient(to right, #0f172a, #1e293b);
}

.footer-logo {
    height: 50px;
}

.footer-title {
    color: orange;
    margin-bottom: 15px;
}

.footer-section ul {
    list-style: none;
    padding: 0;
}

.footer-section ul li {
    margin-bottom: 8px;
    cursor: pointer;
}

.footer-section ul li:hover {
    color: orange;
}

.footer-line {
    border-color: rgba(255,255,255,0.2);
}

.social-icons i {
    font-size: 20px;
    margin-left: 15px;
    cursor: pointer;
}

.state-badge {
    display: inline-block;
    background: #334155;
    padding: 5px 10px;
    margin: 3px;
    border-radius: 5px;
    font-size: 12px;
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.2);
    font-size: 14px;
}

 .social-icons a {
    display: inline-block;
    margin-right: 10px;
    font-size: 18px;
    color: #fff;
    background: rgba(255,255,255,0.1);
    padding: 10px;
    border-radius: 50%;
    transition: 0.3s;
}

.social-icons a:hover {
    background: #ff9800;
    color: #000;
}