/**
 * Özel CSS - Tema Düzeltmeleri
 * Footer copyright bölümü düzeltmesi
 */

/* Copyright bölümünü siyah yap */
.bottom-footer-text {
    background-color: transparent !important;
    background: none !important;
    border-top: 1px solid rgba(255,255,255,0.1) !important;
}

.footer-copy-right,
.footer-copy-right .copyright {
    color: #ffffff !important;
    background: transparent !important;
}

/* Footer genel iyileştirmeler */
.footer.widget-footer {
    background-color: #1a1a1a !important;
}

.bottom-footer-text .container {
    padding: 20px 15px !important;
}

/* Sosyal medya ikonları */
.footer-social-icons .social-icons li a {
    color: #ffffff !important;
    transition: color 0.3s ease;
}

.footer-social-icons .social-icons li a:hover {
    color: #ff6b35 !important;
}

/* Footer logo boyutu */
.footer-logo {
    max-width: 150px !important;
    margin-bottom: 20px;
}

.footer-logo img {
    max-height: 50px !important;
    width: auto !important;
    height: auto !important;
}

