.bg-dark.text-primary {
    display: none !important;
}
.sub-header{
    display: none !important;
}
/* === GENEL === */
.nav-link:hover,
.nav-item:hover {
  background-color: #0f2f75 !important;
}
/* ===== TOP BAR (telefon + mail kısmı) ===== */
.sub-header{
    background: linear-gradient(90deg, #2c5364, #203a43, #0f2027);
    border-bottom: 1px solid rgba(255,255,255,0.08);
    font-size: 13px;
    color: #e0e0e0;
}

.sub-header a{
    color:#e0e0e0;
    text-decoration:none;
}

.sub-header a:hover{
    color:#ffffff;
}


/* NAVBAR YAPISINI YATAY YAP */
.navbar .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}

/* LOGO SOL */
.navbar-brand{
    margin: 0;
}

.navbar-brand img{
    height: 100px;
}

/* MENÜ SAĞ */
.navbar-collapse{
    justify-content: flex-end !important;
}

.navbar-nav{
    display: flex;
    gap: 30px;
}

/* NAVBAR ŞEFFAF (HERO ÜSTÜ) */
.navbar{
    background: rgba(0,0,0,0.4);
    backdrop-filter: blur(6px);
    padding: 15px 40px;
    transition: .3s;
}

/* LINKLER */
.navbar-nav .nav-link{
    color: #fff !important;
    font-weight: 500;
}


.navbar{
    position: fixed;
    top: 0;
    width: 100%;
    background:#0f2f75 !important;
    z-index: 999;
}
.navbar .nav-link{
    font-size:19px !important;
    font-weight:600;
    letter-spacing:0.8px;
}
.navbar-brand{
    margin-right:40px; /* yazılardan uzaklaştırır */
    margin-left:0;
}


/* ÜST BAR */
.sub-header{
    background: linear-gradient(90deg, #2c5364, #203a43, #0f2027);
    border-bottom: 1px solid rgba(255,255,255,0.08);
    font-size: 13px;
    color: #e0e0e0;
}

.sub-header a{
    color:#e0e0e0;
    text-decoration:none;
}

.sub-header a:hover{
    color:#ffffff;
}

/* NAVBAR */
.navbar{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100px; /* ÖNEMLİ */
    background:#0f2f75 !important;
    z-index: 999;
    display: flex;
    align-items: center;
    padding: 0 40px;
}

/* CONTAINER */
.navbar .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* LOGO */
.navbar-brand img{
    height: 80px;
}

/* MENU */
.navbar-collapse{
    justify-content: flex-end !important;
}

.navbar-nav{
    display: flex;
    gap: 30px;
}

/* LINK */
.navbar-nav .nav-link{
    color: #fff !important;
    font-size:19px;
    font-weight:600;
    letter-spacing:0.8px;
}

/* HOVER */
.nav-link:hover,
.nav-item:hover {
    background: none !important;
}

/* NAVBAR FIX */
.navbar {
  background: #0f2f75 !important; /* tam dolu renk */
  backdrop-filter: none !important;
}

/* eğer bootstrap bg-dark varsa override */
.navbar.bg-dark {
  background: #0f2f75 !important;
}

/* navbar içi container */
.navbar .container {
  background: #0f2f75 !important;
}
.navbar-toggler{
    border:1px solid rgba(255,255,255,.2) !important;
}

.navbar-toggler-icon{
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}