  
  :root {
  --c1: #fd2b99;
  --c2: #23bcf8;
   --bs-body-font-family: 'Noto Sans', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}

body,
.form-control,
.form-select,
.btn{
  font-family: var(--bs-body-font-family) !important;
}

/* Özellikle select & option */
select,
.form-select,
select option,
.form-select option{
  font-family: var(--bs-body-font-family) !important;
  font-size: 0.95rem; /* istersen */
}

.container-fluid {
    max-width:1600px;
}

/* Header */
.exornext-header {
  background-color: #090935;
  color: #fff;
  min-height: 140px;
}

.nav-icon-link {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
}

.nav-icon-link i {
  display: block;
}

.exornext-btn {
  background: linear-gradient(90deg, var(--c1), var(--c2) 51%, var(--c1)) var(--x, 0) / 200%;
  border: none;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 10px 20px;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size:14px;
  transition: 0.5s;
}

.exornext-btn:hover {
  opacity: 0.9;
   --x: 100%;
   color:white;
}

/* Search Input */
.search-wrapper {
  width: 600px;
  position: relative;
}

.exornext-header .search-input {
  width: 100%;
  padding-right: 50px;
  height: 60px;
  border-radius: 10px;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.exornext-header .search-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  height: 48px;
  width: 48px;
  background: #fd2b99;
  border: none;
  border-radius: 5px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-bolumu {
    margin-top:-100px;
}

.entry-container .entry-box a {
    color:#fd2b99!important;
}

#tab-entryler .entry-card, #tab-favoriler .entry-card {
    width:100%;
}
  
  
  .login-wrapper {
      min-height: 100vh;
      display: flex;
    }
    .login-image {
      background: url('/images/giris-bg.jpg') no-repeat center center;
      background-size: cover;
    }
    
   .oylama-icons i {
    font-size: 24px;
    cursor: pointer;
    color: #ccc;
    transition: color 0.2s;
  }
  .oylama-icons i.filled {
    color: #f7a800;
  }
  
  .mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 280px;
  height: 100%;
  background: #090935;
  color: #fff;
  transition: right 0.3s ease;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  padding: 20px;
}

.mobile-menu.active {
  right: 0;
}

.mobile-menu-header {
  display: flex;
  justify-content: flex-end;
}

.close-menu {
  background: none;
  border: none;
  color: #fff;
  font-size: 32px;
  cursor: pointer;
}

.mobile-menu-links {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.mobile-menu-links li {
  margin-bottom: 20px;
}

.mobile-menu-links a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
}

.mobile-menu-btn {
  background: linear-gradient(90deg, var(--c1), var(--c2) 51%, var(--c1)) var(--x, 0) / 200%;
  padding: 10px 20px;
  border-radius: 15px;
  display: inline-block;
  color: white;
  font-weight: bold;
  text-align: center;
}

.menu-toggle {
  border: none;
  background: none;
  padding: 8px 12px;
  border-radius: 5px;
  color: #fff;
  font-size: 34px;
  display: none; /* Masaüstünde gizli */}
  
  .filter-dropdown {
  position: absolute;
  top: 70px;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.2);
  padding: 15px;
  z-index: 1000;
  color: #000;
}

.filter-dropdown .form-check {
  margin-bottom: 10px;
}

 #sistem-bildirim-badge {
   position: absolute !important;
  right: -10px !important;
  top: 7px !important;
  font-size: 0.65rem !important;
  z-index: 9999 !important;
 
  }

.arama-filtreleri {
  background: #fff;
  padding: 10px;
  border-radius: 8px;
  position: absolute;
  width: 100%;
  top: 65px;
  left: 0;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  z-index: 10;
}

.arama-filtreleri label {
  margin-right: 10px;
  font-size: 13px;
}

#arama-sonuclari {
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  max-height: 300px;
  overflow-y: auto;
  z-index: 1000;
}

#arama-sonuclari a {
  display: block;
  padding: 10px 15px;
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #eee;
}

#arama-sonuclari a:hover {
  background: #f2f2f2;
}

.detailed-search {
  position: relative;
}

#filterContainer input {
  font-size: 14px;
  padding: 8px;
}

#detayliAramaBtn {
  background: linear-gradient(90deg, var(--c1), var(--c2) 51%, var(--c1)) var(--x, 0) / 200%;
  color: white;
  border: none;
  padding: 8px 20px;
  border-radius: 8px;
}

.search-wrapper .btn-outline-light {
  white-space: nowrap;
  border: 2px solid #d7d7d7;
  color: #373232;
  transition: all 0.3s ease;
  z-index: 1;
  position: relative;
  left: 65%;
  top: 10px;
}

.search-wrapper .btn-outline-light:hover {
  background-color: #fff;
  color: #000;
}

.entry-box {
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
}



.exornext-footer {
  background: url('/assets/images/footer-bg.jpg') no-repeat center center;
  background-size: cover;
  color: white;
  padding: 50px 0 30px;
  font-size: 14px;
}

.footer-menu a {
  color: #fff;
  margin: 0 10px;
  text-decoration: none;
  white-space: nowrap;
}

.footer-menu a:hover {
  text-decoration: underline;
}

.footer-social a {
  color: #fff;
  margin-left: 8px;
  font-size: 18px;
  transition: color 0.2s;
}

.footer-social a:hover {
  color: var(--c2, #23bcf8);
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.2);
  padding-top: 15px;
  margin-top: 20px;
  font-size: 13px;
}

.custom-marquee {
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 30px;
  position: relative;
}


.marquee-track {
  display: flex;
  gap: 20px;
  animation: scroll-left 50s linear infinite;
}

.marquee-track.reverse {
  display: flex;
  gap: 20px;
  animation: scroll-loop-right 50s linear infinite;
}

@keyframes scroll-loop-right {
  0%   { transform: translateX(-100%); }
  100% { transform: translateX(0%); }
}

@keyframes scroll-left {
  0%   { transform: translateX(0%); }
  100% { transform: translateX(-100%); }
}

@keyframes scroll-right {
  0%   { transform: translateX(0%); }
  100% { transform: translateX(100%); }
}


.entry-card {
  flex: 0 0 auto;
  width: 300px;
  text-decoration: none;
  color: inherit;
}

.itemInner {
  border: 1px solid #ddd;
  padding: 15px;
  background: white;
  border-top-left-radius: 14px;
  border-bottom-right-radius: 14px;
  min-height: 115px;
}

.itemInner b {
  font-size: 16px;
  font-weight: 600;
  max-width: 200px;
}

.itemInner span {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.itemInner small {
  font-size: 12px;
  color: #666;
}

.entryBottom {
  margin-top: 10px;
  font-size: 14px;
  color: #555;
}

.writen {
  display: flex;
  align-items: center;
}

.writen p {
  font-size: 13px;
  margin: 0;
}

.writen img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 4px;
}

.reklam-karti .itemInner {
  background: #f7f7f7;
  text-align: center;
  padding: 20px;
  min-height: 115px;
}

.exornext-baslik {
    font-size: 25px;
  margin: 10px 0 10px 0;
  color: #fd2b99;
  font-family: Noto Sans;
  font-weight:900;
}

.reklam-karti {
    max-width:50%;
}  

.tab-content {
    background:white;
    padding: 10px;
    min-height:350px;
}

.tab-content .entry-box {
    background:none;
    border:none;
    box-shadow:none;
}

.tab-content .itemInner  {
    background:#F2F3FE!important;
    color:black;
}

.tab-content a {
    text-decoration:none;
}

#entryTabs button {
    background:linear-gradient(90deg, var(--c1), var(--c2) 51%, var(--c1)) var(--x, 0) / 200%;
    color:white;
    
    
    border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.blog-carousel {
  position: relative;
}

.blog-carousel .slick-prev,
.blog-carousel .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.blog-carousel .slick-prev {
  left: -20px; /* veya 0 ya da -10 gibi */
  font-size:0px;
}

.blog-carousel .slick-next {
  right: -20px;
   font-size:0px;
}

.blog-carousel .slick-prev:before,
.blog-carousel .slick-next:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 22px;
  color: #333;
  opacity: 1;
}

.blog-carousel .slick-prev:before {
  content: "\f104"; /* fa-chevron-left */
}

.blog-carousel .slick-next:before {
  content: "\f105"; /* fa-chevron-right */
}

.slick-slide .card {
    min-height:480px;
}

.slick-slide .card h5 {
    font-size: 1.1rem;
  font-weight: 600;
}

.slick-slide .card .card-text {
    font-size:15px;
}


.burc-modal .modal-content {
  background: url('assets/images/burc-popup.png') no-repeat center center;
  background-size: cover;
  border: none;
  border-radius: 15px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.6);
  color: white;
  position: relative;
}

.burc-modal .modal-header {
  display: none; /* Eski başlık kısmını kaldırıyoruz */
}

.burc-modal .modal-body {
  background: rgba(0, 0, 0, 0.4); /* Hafif koyu filtre okunabilirlik için */
  padding: 1.5rem;
  border-radius: 10px;
}

.burc-modal .btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
  filter: invert(1);
}

.burc-modal .btn-light {
  background-color: white;
  color: black;
  border: none;
  transition: 0.3s;
}
.burc-modal .btn-light:hover {
  background-color: #f8f9fa;}


.modal {
    background:url(https://hostidex.com/assets/images/burc-popup.png) cover center !important;
    border:none!important;
}

.uye-profil .nav-link {
     background:#D5E0E7!important;
     color:#655F5F!important;
     margin:0px 4px;
}

.uye-profil .nav-link.active {
    background: #6C91A8 !important;
  color: white !important;
}

.demo-avatar-option {
    position: relative;
    border: 2px solid transparent;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    transition: border-color 0.3s;
  }

  .demo-avatar-option.selected {
    border-color: #0d6efd;
  }

  .demo-avatar-option input[type="radio"] {
    display: none;
  }

  .demo-avatar-option img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 6px;
  }

  .avatar-upload-box {
    width: 100px;
    height: 100px;
    border: 2px dashed #ccc;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    cursor: pointer;
    transition: border-color 0.3s;
  }

  .avatar-upload-box:hover {
    border-color: #0d6efd;
  }

  .avatar-upload-box input[type="file"] {
    display: none;
  }
  
  /* chat.css */
#chat-popup {
  display: none;
  flex-direction: column;
  position: fixed;
  bottom: 90px;
  right: 20px;
  width: 340px;
  max-height: 500px;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  z-index: 10000;
  overflow: hidden;
}

#chat-popup-header {
  background-color: #0d6efd;
  color: white;
  padding: 10px;
  font-weight: bold;
  text-align: center;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

#chat-popup-body {
  flex: 1;
  overflow-y: auto;
  padding: 10px;
  background-color: #f8f9fa;
}

#chat-popup-footer {
  display: flex;
  padding: 8px;
  border-top: 1px solid #ddd;
  background-color: white;
}

#chat-popup-footer input {
  flex: 1;
  padding: 6px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-right: 5px;
}

#chat-popup-footer button {
  padding: 6px 12px;
  border: none;
  background-color: #0d6efd;
  color: white;
  border-radius: 4px;
}

.chat-message {
  margin-bottom: 8px;
}

.chat-message.me {
  text-align: right;
}

.chat-message.you {
  text-align: left;
}

.chat-message .msg-text {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 16px;
  max-width: 70%;
  word-break: break-word;
}

.chat-message.me .msg-text {
  background-color: #0d6efd;
  color: white;
}

.chat-message.you .msg-text {
  background-color: #e9ecef;
  color: black;
}

.chat-message .msg-time {
  font-size: 0.75em;
  color: #888;
  margin-top: 2px;
}

.burc-entry-box {
  background: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 10px;
  box-shadow: 0 0 6px rgba(0,0,0,0.04);
  transition: transform 0.2s;
  height: 100%;
  min-width: 31.2%;
  cursor:pointer;
}

.burc-entry-box:hover {
  transform: translateY(-3px);
  box-shadow: 0 0 12px rgba(0,0,0,0.1);
}

.burc-entry-box .fw-bold {
  font-size: 1rem;
}

.giris-alani {
    background:#090935!important;
}

.giris-alani label {
    color:white!important;
}

.giris-alani a {
    color:white!important;
    text-decoration :none;
}

.giris-alani a:hover {
    color:#39adee!important;
}

.login-wrapper .giris-alani::after {
    height: 100vh!important;
  position: absolute!important;
  width: 59px!important;
}

#chat-popup {
    right:20px!important; width:450px!important;
}

.avatarimiz {
    width: 120px; height: 120px; object-fit: cover; z-index: 10; top:-30px!important
}

.rumuz-adi {
    
}

.chat-kul {
    height: 80vh; overflow-y: auto;
}

.ana-entry-alani .entry-card {
    width:100%!important;
}

.entry-detay-rumuz {
    color:#3e2251 !important;
}

.accordion-button, .accordion-button:not(.collapsed) {
    background:linear-gradient(160deg, var(--c1, #fd2b99), var(--c2, #23bcf8) 51%, var(--c1, #fd2b99)) var(--x, 0) / 200%!important; color:white; font-weight: 700;
}

/* Arama dropdown'ının en altına ipucu */
#arama-sonuclari::after {
  content: "İpucu: kişi aramak için aramana '@' işareti ekle";
  display: block;
  padding: .5rem .75rem;
  font-size: .8rem;
  color: #6c757d;
  border-top: 1px solid rgba(0,0,0,.08);
  pointer-events: none;       /* tıklanamaz olsun */
  white-space: normal;        /* metin taşarsa alt satıra geçsin */
}


  
  
  /* Responsive */
  
  
@media (max-width:1440px) {
.burc-entry-box {    
min-width: 30.7%;   
}



}

@media (max-width:1300px) and (min-width:1200px) {
  
}

@media (max-width:1200px) and (min-width:1090px) {
   

}
    
    
    



@media (max-width:1277px) and (min-width:800px) {
    
.head-logo{
    margin-right:280px;
}

.uye-profil .nav-item {
    font-size:14px;
}

.avatar-camera {
    position: absolute!important;
    bottom:-10px!important;
}

.rumuz-adi {
    padding-left:50px;
}


}


@media (max-width: 768px) {
  .search-wrapper {
    width: 100%;
    padding: 0 20px;
  }
  
  .exornext-header .container-fluid {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
 .nav-icon-link {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 12px; /* İstersen yazıyı biraz küçültebiliriz mobilde */
  }
  
  .exornext-btn {
      width:100%;
      font-size:14px;
  }
  
  .exornext-header .exornext-btn {
      font-size:12px;
      min-width: 48%;
  }
  
  .nav-icon-link i {
    margin-bottom: 4px;
    font-size:1.4em!important;
    margin-top: 4px;
    margin-right: 3px;
  }
  
  .exornext-btn {
      padding:8px;
      
  }
  
  .entryduzen-btn {
      font-size:11px;
  }
  
  .baslik-entry {
      min-width: 45%;
      font-size:18px;
  }
  
  .dil-secenekleri {
      display:none;
  }
  
  .butonlar {
      min-width: 25%;
  }
  
  .dropdown button {
      padding:4px;
      font-size:13px;
  }
  
  .logo-bolumu {
      margin-top:-15px;
      align-items:unset!important;
      justify-content:space-around;
  }
  
  .exornext-header {
      min-height: 196px;
  }
  
  .menu-toggle {
    display: block;
    position: absolute;
    right: 18px;
    top: 15.3%;
    transform: translateY(-50%);
  }
  
  .marquee-track {
  display: flex;
  gap: 20px;
  animation: scroll-left 10s linear infinite;
}

.marquee-track.reverse {
  display: flex;
  gap: 20px;
  animation: scroll-loop-right 10s linear infinite;

}


.row.row-cols-4 {
    row-gap: 1rem;
    column-gap: 0.5rem;
  }
  .burc-entry-box {
    padding: 1rem 0.5rem;
    min-width: 29.5%;
  }
  .burc-entry-box img {
    max-height: 80px !important;
  }
  
  #entryTabs button {
     font-size: 14px;
    min-width: 330px;
    margin-bottom: 6px;
  }
  
  .search-wrapper .btn-outline-light {
      display:none;
  }
  
  #chat-popup {
      width: 95%!important;
      right:0!important;
  }
  
  .avatarimiz {
      width:75px;
      height:75px;
      top:43px!important;
  }
  
  .rumuz-adi h4 {
      position: relative;
    top: 58px;
  }
  
  .uye-profil .nav-link {
      min-width:166px;
      margin-bottom:3px;
  }
  
  #arkadaslik-butonlari {
      z-index:5;
  }
  
  .chat-kul {
    height: 20vh;
    overflow-y: unset;
}
}
