/* Footer Styles */
footer {
    background-color: #0c2461;
    color: white;
    padding: 60px 0 20px;
}

.footer-widget h4 {
    color: #f9ca24;
    font-size: 18px;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 10px;
}

.footer-widget h4:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background-color: #f9ca24;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #ddd;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-links a:hover {
    color: #f9ca24;
    padding-left: 5px;
}

.social-links a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: rgba(255,255,255,0.1);
    color: white;
    border-radius: 50%;
    margin-right: 10px;
    transition: all 0.3s ease;
}

.social-links a:hover {
    background: #f9ca24;
    color: #0c2461;
}

.copyright {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 20px;
    margin-top: 30px;
    text-align: center;
    color: #aaa;
    font-size: 14px;
}

/* Visitor Counter Styles */
.visitor-counter {
    display: inline-block;
    margin-left: 10px;
    color: #f9ca24;
    font-size: 0.9em;
    font-weight: 500;
    letter-spacing: 0.5px;
}

@media (max-width: 768px) {
    .visitor-counter {
        display: block;
        margin: 8px 0 0 0;
        text-align: left;
    }
}
