/* ===============================
HEADER YAPISI AYIRMA (STABLE)
=============================== */

/* Header üst-alt ayır */
#page-topbar .navbar-header {
display: flex;
flex-direction: column;
align-items: stretch;
}

/* ===============================
LOGO ÜSTTE TAM ORTA
=============================== */

#page-topbar .navbar-brand-box {
width: 100%;
text-align: center;
margin: 10px 0;
}

#page-topbar .navbar-brand-box a {
display: inline-block;
}

#page-topbar .navbar-brand-box img {
margin: 0 auto;
display: block;
max-height: 90px;
width: auto;
}

/* ===============================
ALTTA MENÜ + ICONLAR
=============================== */

#page-topbar .navbar-header > .d-flex {
width: 100%;
}

#page-topbar .navbar-header > .d-flex:last-child {
display: flex;
justify-content: space-between;
align-items: center;
}

/* ===============================
✅ FONT AWESOME KESİN SABİT
(SAYFA DEĞİŞSE BİLE BOZULMAZ)
=============================== */

.fa,
.fa:before,
[class^="fa-"]:before,
[class*=" fa-"]:before {
font-family: 'FontAwesome' !important;
font-style: normal !important;
font-weight: normal !important;
speak: none;
display: inline-block;
text-decoration: inherit;
text-align: center;
line-height: 1;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

/* ❌ İKON BOZAN KURAL BİLİNÇLİ OLARAK YOK */
