/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/

/* Ana Taşıyıcı: Masonry (Sütun) Yapısı */
.alfabetik-firma-container {
    column-count: 3; /* Yan yana 3 sütun olsun */
    column-gap: 30px; /* Sütunlar arası boşluk */
    width: 100%;
}

/* Mobilde tek sütuna düşsün */
@media (max-width: 768px) {
    .alfabetik-firma-container {
        column-count: 1;
    }
}

/* Her Bir Harf Bloğu (A, B, C kutuları) */
.harf-blogu {
    break-inside: avoid; 
    background: #fff;
    margin-bottom: 30px; 

}

/* Harf Başlığı (A, B, C...) */
.harf-baslik {
    font-size: 24px;
    font-weight: 700;
    color: #7f2ef8; 
    border-bottom: 2px solid #f1f1f1;
    padding-bottom: 10px;
    margin-bottom: 15px;
    margin-top: 0;
}

/* Liste Yapısı */
.firma-linkleri {
    list-style: none; 
    padding: 0;
    margin: 0;
}

.firma-linkleri li {
    margin-bottom: 8px;
}

/* Linkler */
.firma-linkleri li a {
    text-decoration: none;
    color: #333;
    font-size: 15px;
    transition: color 0.2s ease;
}

.firma-linkleri li a:hover {
    color: #d32f2f; /* Üzerine gelince kırmızı olsun */
    padding-left: 5px; /* Hafif sağa kaysın */
}

.yonetimkurulu img{
	mix-blend-mode: luminosity;
    transition: all 0.4s ease;
}

.w-grid-item-h:hover .yonetimkurulu img{
	mix-blend-mode: normal;
}

.yonetimkurulu:hover img{
	mix-blend-mode: normal;
}



