/* Header sayfayla birlikte kayar - Bu dosya en son yüklensin (Bootstrap ve style.css'ten sonra) */
/* Firefox ve tüm tarayıcılar için yüksek öncelik */
header.modern-header-blue,
header.site-header-custom,
body > header.modern-header-blue,
body > header.site-header-custom,
.modern-header-blue.site-header-custom,
header[class*="modern-header"],
body header.site-header-custom,
body header.modern-header-blue {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    width: auto !important;
}
/* position: fixed / sticky'i kesin iptal */
body header.modern-header-blue[style],
body header.site-header-custom[style] {
    position: relative !important;
    top: auto !important;
}
