/**
 * Footer Alanı Daraltma CSS
 * Tarih: 29.05.2025
 */

/* Footer ana container */
.site-footer {
    padding-top: 40px !important;
    padding-bottom: 20px !important;
}

/* Footer üst kısmı */
.main-footer {
    padding-top: 30px !important;
    padding-bottom: 20px !important;
}

/* Footer widget alanları */
.footer-widget {
    margin-bottom: 20px !important;
}

/* Footer başlıkları */
.footer-widget h5 {
    margin-bottom: 15px !important;
    font-size: 18px !important;
}

/* Footer menü öğeleri */
.ft-menu-list li {
    margin-bottom: 6px !important;
}

/* Footer bottom bölümü */
.footer-bottom {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

/* SNR Soft Logo ve altındaki metin */
.footer-widget img.attachment-full {
    max-height: 60px !important;
    margin-bottom: 10px !important;
}

.footer-widget p.m-b30 {
    margin-bottom: 15px !important;
}

/* Menü başlık ve öğe aralıkları */
.ft-menu-list {
    margin-bottom: 0 !important;
}

/* Görsel üst boşluğu */
.footer-widget img {
    margin-top: 0 !important;
}

/* Dış boşlukları azaltma */
@media (min-width: 992px) {
    .site-footer {
        margin-top: 40px !important;
    }
}

/* Mobil cihazlarda daha da kompakt */
@media (max-width: 767px) {
    .site-footer {
        padding-top: 30px !important;
        padding-bottom: 15px !important;
    }
    
    .footer-widget {
        margin-bottom: 15px !important;
    }
    
    .main-footer {
        padding-top: 20px !important;
        padding-bottom: 15px !important;
    }
}
