/* Footer Theme Colors */
.site-footer {
    background: linear-gradient(135deg, #0073aa, #005a87) !important;
    color: white !important;
}

.site-footer h3 {
    color: white !important;
}

.site-footer p {
    color: rgba(255, 255, 255, 0.9) !important;
}

.site-footer a {
    color: rgba(255, 255, 255, 0.8) !important;
    transition: color 0.3s ease;
}

.site-footer a:hover {
    color: white !important;
}

.footer-bottom {
    background: rgba(0, 0, 0, 0.2) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.footer-bottom p {
    color: rgba(255, 255, 255, 0.8) !important;
}

/* Copyright Section Improvements */
.footer-bottom {
    padding: 20px 0 !important;
    text-align: center !important;
}

.footer-bottom p {
    font-size: 0.9rem !important;
    margin: 0 !important;
    color: white !important;
}

/* TuncSystem linki için özel stil */
.footer-bottom p:last-child {
    margin-top: 10px !important;
    font-size: 0.8rem !important;
    opacity: 0.9 !important;
}

.footer-bottom p:last-child a {
    color: rgba(255, 255, 255, 0.9) !important;
    text-decoration: underline !important;
    font-weight: 500 !important;
}

.footer-bottom p:last-child a:hover {
    color: white !important;
    text-decoration: underline !important;
}

/* Mobile Footer Centering */
@media (max-width: 768px) {
    .footer-content {
        text-align: center !important;
    }
    
    .footer-section {
        text-align: center !important;
    }
    
    .footer-section h3 {
        text-align: center !important;
    }
    
    .footer-section p {
        text-align: center !important;
    }
    
    .footer-section ul {
        text-align: center !important;
        padding: 0 !important;
    }
    
    .footer-section ul li {
        text-align: center !important;
    }
}
