/* sub-header rengini navbar ile eşitle */
.sub-header.bg-dark.py-2.border-bottom {
  background-color: rgba(0, 0, 0, 0.55) !important; /* Arife mavisi */
  opacity: 1 !important; /* varsa opaklık kaldırır */
font-size: 0.95rem !important; /* yazılar biraz daha büyük */
}

/* İçindeki yazılar (ikonlar, linkler) beyaz olsun */
.sub-header.bg-dark.py-2.border-bottom,
.sub-header.bg-dark.py-2.border-bottom a,
.sub-header.bg-dark.py-2.border-bottom span {
  color: #fff !important;
}

/* Hover renkleri */
.sub-header.bg-dark.py-2.border-bottom a:hover {
  color: #fcce58 !important;
}
