/* =========================================================
   Mezuniyet Panel Başlık Beyaz Force v44
   Amaç: Light tema lock sonrası hero/üst başlık yazılarının siyaha dönmesini engeller.
   Not: Bu dosya tüm CSS'lerden SONRA çağrılmalı veya footer'daki en son CSS olmalı.
========================================================= */

html.fp-theme-light-lock body [class*="hero"],
html.fp-theme-dark-lock body [class*="hero"],
html[data-panel-theme="light"] body [class*="hero"],
html[data-panel-theme="dark"] body [class*="hero"],
body.fp-theme-light-lock [class*="hero"],
body.fp-theme-dark-lock [class*="hero"],
body[data-panel-theme="light"] [class*="hero"],
body[data-panel-theme="dark"] [class*="hero"],
body [class*="hero"]{
    color:#ffffff!important;
}

html.fp-theme-light-lock body [class*="hero"] h1,
html.fp-theme-light-lock body [class*="hero"] h2,
html.fp-theme-light-lock body [class*="hero"] h3,
html.fp-theme-light-lock body [class*="hero"] h4,
html.fp-theme-light-lock body [class*="hero"] h5,
html.fp-theme-light-lock body [class*="hero"] h6,
html.fp-theme-light-lock body [class*="hero"] p,
html.fp-theme-light-lock body [class*="hero"] span,
html.fp-theme-light-lock body [class*="hero"] small,
html.fp-theme-light-lock body [class*="hero"] strong,
html.fp-theme-light-lock body [class*="hero"] .text-muted,
html.fp-theme-light-lock body [class*="hero"] .fw-semibold,
html.fp-theme-light-lock body [class*="hero"] .fw-bold,
html.fp-theme-light-lock body [class*="hero"] .breadcrumb-title,
html[data-panel-theme="light"] body [class*="hero"] h1,
html[data-panel-theme="light"] body [class*="hero"] h2,
html[data-panel-theme="light"] body [class*="hero"] h3,
html[data-panel-theme="light"] body [class*="hero"] h4,
html[data-panel-theme="light"] body [class*="hero"] h5,
html[data-panel-theme="light"] body [class*="hero"] h6,
html[data-panel-theme="light"] body [class*="hero"] p,
html[data-panel-theme="light"] body [class*="hero"] span,
html[data-panel-theme="light"] body [class*="hero"] small,
html[data-panel-theme="light"] body [class*="hero"] strong,
html[data-panel-theme="light"] body [class*="hero"] .text-muted,
html[data-panel-theme="light"] body [class*="hero"] .fw-semibold,
html[data-panel-theme="light"] body [class*="hero"] .fw-bold,
html[data-panel-theme="light"] body [class*="hero"] .breadcrumb-title,
html.fp-theme-dark-lock body [class*="hero"] h1,
html.fp-theme-dark-lock body [class*="hero"] h2,
html.fp-theme-dark-lock body [class*="hero"] h3,
html.fp-theme-dark-lock body [class*="hero"] h4,
html.fp-theme-dark-lock body [class*="hero"] h5,
html.fp-theme-dark-lock body [class*="hero"] h6,
html.fp-theme-dark-lock body [class*="hero"] p,
html.fp-theme-dark-lock body [class*="hero"] span,
html.fp-theme-dark-lock body [class*="hero"] small,
html.fp-theme-dark-lock body [class*="hero"] strong,
html.fp-theme-dark-lock body [class*="hero"] .text-muted,
html.fp-theme-dark-lock body [class*="hero"] .fw-semibold,
html.fp-theme-dark-lock body [class*="hero"] .fw-bold,
html.fp-theme-dark-lock body [class*="hero"] .breadcrumb-title,
body [class*="hero"] h1,
body [class*="hero"] h2,
body [class*="hero"] h3,
body [class*="hero"] h4,
body [class*="hero"] h5,
body [class*="hero"] h6,
body [class*="hero"] p,
body [class*="hero"] span,
body [class*="hero"] small,
body [class*="hero"] strong,
body [class*="hero"] .text-muted,
body [class*="hero"] .fw-semibold,
body [class*="hero"] .fw-bold,
body [class*="hero"] .breadcrumb-title{
    color:#ffffff!important;
    -webkit-text-fill-color:#ffffff!important;
}

/* Sadece açıklama/small metinleri biraz yumuşak beyaz kalsın */
html.fp-theme-light-lock body [class*="hero"] p,
html.fp-theme-light-lock body [class*="hero"] small,
html.fp-theme-light-lock body [class*="hero"] .text-muted,
html[data-panel-theme="light"] body [class*="hero"] p,
html[data-panel-theme="light"] body [class*="hero"] small,
html[data-panel-theme="light"] body [class*="hero"] .text-muted,
body [class*="hero"] p,
body [class*="hero"] small,
body [class*="hero"] .text-muted{
    color:rgba(255,255,255,.90)!important;
    -webkit-text-fill-color:rgba(255,255,255,.90)!important;
}
