/* ===============================
   NAVBAR
================================ */
.navbar {
  background: linear-gradient(90deg, #2b003b, #3a0057);
  margin: 0;
  padding: 0;
}

/* ===============================
   CONTAINER
================================ */
.navbar .container {
  display: flex;
  align-items: center;
  min-height: 110px;   /* LOGOYA YER AÇ */
}


/* ===============================
   MENU
================================ */
.navbar-nav {
  display: flex;
  align-items: center;
  gap: 26px;
  flex-wrap: nowrap;
}

.navbar-nav .nav-item {
  white-space: nowrap;
}

.navbar-nav .nav-link {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 0;
  white-space: nowrap;
}

.navbar-nav .nav-link:hover {
  color: #ff5bbd;
}

/* ===============================
   NAVBAR ALT BOŞLUK KAPAT
================================ */
.navbar + * {
  margin-top: 0 !important;
}

/* ===============================
   SUB HEADER (ÜST SİYAH BAR)
================================ */
.sub-header,
.top-bar {
  font-size: 14.5px;
  font-weight: 500;
}
/* LOGO ALANI */
.navbar-brand {
  display: flex;
  align-items: center;
  height: 100%;
}

/* LOGONUN KENDİSİ */
.siteLogo,
.navbar-brand img {
  height: 80px;        /* ideal ve dengeli */
  width: auto;
  max-height: none;
}

}
.navbar .container {
  min-height: 120px;
  align-items: center;
}
/* NAVBAR */
.navbar {
  background: linear-gradient(90deg, #2b003b, #3a0057);
  padding: 0;
}

/* CONTAINER – logoya alan aç */
.navbar .container {
  display: flex;
  align-items: center;
  min-height: 120px;
}

/* LOGO ALANI */
.navbar-brand {
  display: flex;
  align-items: center;
  padding: 0;
  margin-right: 40px;
}

/* LOGONUN KENDİSİ */
.navbar-brand img,
.siteLogo {
  height: 85px;        /* ← BURASI ÖNEMLİ */
  width: auto;
  max-height: unset;
  object-fit: contain;
}
/* LOGO KESİNLİKLE KÜÇÜLMESİN */
.navbar-brand {
  flex-shrink: 0;
}

/* BOOTSTRAP'I EZ */
.navbar-brand img,
.siteLogo {
  height: 80px !important;
  max-height: none !important;
  width: auto !important;
  display: block;
}
/* BOŞLUK YOK ET */
.navbar,
.navbar * {
  margin-bottom: 0 !important;
}

.navbar + * {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.navbar::before,
.navbar::after,
.navbar + *::before,
.navbar + *::after {
  display: none !important;
  content: none !important;
}

/* LOGO TIKLANABİLİR GÖRÜNSÜN */
.navbar-brand,
.navbar-brand img {
  cursor: pointer !important;
}

/* GLOBAL CURSOR NORMALE DÖNSÜN */
body {
  cursor: default !important;
}
.image-popup-close {
  display: none !important;
}
#footer-links {
  display: none !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
