/* ======================================= */
/* EASTECH Footer ZORLU GÜNCELLEME KODU */
/* ======================================= */

/* 1. ANA KONTEYNER AYARLARI (Footer) */
#main-container #footer-area #footer {
    /* Arkaplan Rengi: BEYAZ */
    background-color: #FFFFFF !important; 
    /* Metin rengi: Koyu gri/siyah */
    color: #333333 !important; 
    /* Dikey Boşluk */
    padding: 40px 0 !important; 
}

/* 2. LİNK VE BAŞLIK AYARLARI */
/* Footer içindeki tüm bağlantıları koyu renge çevirir */
#main-container #footer-area #footer a {
    color: #333333 !important;
    text-decoration: none !important; 
}

/* Linklerin üzerine gelindiğinde */
#main-container #footer-area #footer a:hover {
    color: #007bff !important; 
}

/* Sütun Başlıkları (H3, H4 vb.) */
#main-container #footer-area #footer .footer-column h3, 
#main-container #footer-area #footer .footer-column h4 {
    color: #1a1a1a !important; 
    font-size: 1.1em !important; 
    font-weight: 700 !important; 
    margin-bottom: 18px !important; 
    text-transform: uppercase !important; 
}

/* 3. EN ALT BİLGİ SATIRI (Copyright ve Altyapı) */
#main-container #copyright-section, 
#main-container .alt-footer-bar {
    /* Arkaplanı hafif bir gri yapar */
    background-color: #f5f5f5 !important; 
    color: #666666 !important;
    padding: 15px 0 !important;
    font-size: 0.9em !important;
    text-align: center !important;
}

/* Sosyal medya ve tanıtım kısmı metin rengi */
#main-container #footer-area #footer p {
    color: #333333 !important;
}

/* Liste elemanları ve başlıklar arası boşluk */
#main-container #footer-area #footer ul {
    list-style: none !important;
    padding-left: 0 !important;
}
</style>
/* WHATSAPP BUTONU CSS KODU (Nihai Boyut ve Yumuşak Hover Efekti) */

#konumu-zorla-sabit-buton {
    /* Konum ve Z-Index */
    z-index: 9999999 !important; 
    
    /* NIHAI GÖRÜNÜM AYARLARI (140x40 Görselinize Uyumlu) */
    width: 140px; /* GENİŞLİK AYARLANDI */
    height: 40px; /* YÜKSEKLİK AYARLANDI */
    
    /* GÖRÜNÜM */
    background-color: #25D366; /* Standart WhatsApp Yeşili */
    border-radius: 4px; /* Köşeleri hafif yuvarladık */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); /* Hafif gölge */
    
    /* METİN VE LİNK KURALLARI */
    text-decoration: none !important; /* Altındaki çizgiyi kaldırdık */
    
    /* YUMUŞAK GEÇİŞ KURALI (Hover'a hazırlık) */
    transition: all 0.3s ease; /* Renk ve gölge değişimi 0.3 saniyede olacak */
    
    /* İÇERİĞİ ORTALAMA KURALLARI */
    display: flex; 
    align-items: center;
    justify-content: center;
}

#konumu-zorla-sabit-buton:hover {
    background-color: #128C7E; /* Hover Rengi: Bir ton koyu */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); /* Yükselme efekti için gölgeyi büyüttük */
    cursor: pointer; /* Fare imlecini el işaretine çevirir */
}

/* İçindeki görsel için kural: Görselin butonun içine tam olarak sığmasını sağladık */
#konumu-zorla-sabit-buton img {
    max-width: 100%; 
    max-height: 100%; 
    width: auto !important; 
    height: auto !important; 
    display: block; /* Görselin doğru hizalanmasını sağlar */
}

p.baslik a {
    color: #ffffff !important;
}