/* ==========================================================================
   SİTEDEKİ TÜM #ff5e14 TURUNCULARINI #1681C5 MAVİSİNE ÇEVİRME KODU
   ========================================================================== */

/* 1. YAZI VE METİN RENKLERİ (Örn: Tarihler, Başlıklar, İkonlar) */
*:not(input):not(textarea) {
    color: inherit; /* Genel akışı bozmamak için */
}

/* Doğrudan rengi #ff5e14 olan veya inline style ile yazılmış tüm metinleri mavi yap */
[style*="color: #ff5e14"]-any,
[style*="color:#ff5e14"],
[color="#ff5e14"],
.orange-color, /* Varsa genel turuncu sınıfları */
span:contains("#ff5e14") {
    color: #1681C5 !important;
}

/* 2. ARKA PLAN RENKLERİ (Örn: Butonlar, Header, Çizgiler, Bloklar) */
[style*="background: #ff5e14"],
[style*="background:#ff5e14"],
[style*="background-color: #ff5e14"],
[style*="background-color:#ff5e14"],
.orange-bg {
    background: #1681C5 !important;
    background-color: #1681C5 !important;
}

/* 3. KENARLIK VE ÇİZGİLER (Örn: Başlık altı çizgileri, kutu kenarlıkları) */
[style*="border-color: #ff5e14"],
[style*="border-color:#ff5e14"],
[style*="border-bottom-color: #ff5e14"],
[style*="border-bottom-color:#ff5e14"],
[style*="border-top-color: #ff5e14"],
[style*="border-top-color:#ff5e14"] {
    border-color: #1681C5 !important;
}

/* 4. TEMANIN VEYA EKLENTİLERİN CSS DOSYALARINDAKİ TURUNCULARI EZMEK İÇİN */
a:hover,
.post-meta span,
.entry-meta span,
.widget-title::after,
.widgettitle::after,
.btn,
.button,
input[type="submit"],
.elementor-button,
.vc_row {
    /* Eğer bu elementlerden herhangi biri o turuncuyu kullanıyorsa maviyle ez */
    --theme-primary-color: #1681C5 !important;
    --primary-color: #1681C5 !important;
}