/*
 * Aydin Custom CSS
 * Feature Widget Hover Efektleri
 * Oluşturulma: 2025-12-17
 */

/* Feature Widget - Hover'da Text Rengi Değişimi */
/* Daha güçlü selector - text-heading-default'u override eder */
.elementor-widget-pix-feature:hover h6.pix-feature-title.text-heading-default,
.elementor-widget-pix-feature:hover .pix-feature-title {
    color: #c62828 !important; /* Koyu kırmızı - icon rengine uyumlu */
    transition: color 0.3s ease-in-out;
}

/* İsteğe bağlı: Description text için de hover efekti */
.elementor-widget-pix-feature:hover .pix-feature-text {
    color: #424242 !important; /* Daha koyu gri */
    transition: color 0.3s ease-in-out;
}

/*
 * Renk Alternatifleri (istediğinizi kullanabilirsiniz):
 *
 * Primary Kırmızı: #c62828
 * Turuncu: #f57c00
 * Mavi: #1976d2
 * Yeşil: #388e3c
 * Mor: #7b1fa2
 * Siyah: #212121
 */
