    .etiket_class {
      background-color: #e9ecef;
      border-radius: 15px;
      color: #333333;
      display: inline-block;
      font-size: 14px;
      line-height: 16px;
      margin-bottom: 10px;
      margin-right: 10px;
      padding: 7px 7px 7px 7px;
      text-decoration:none;
    }
    .etiket_class:hover  {
      background-color: #aaa;
      color: #fff;
    }

    #backToTop {
      position: fixed;
      bottom: 20px;
      right: 20px;
      display: none;
      z-index: 1000;
      background-color: #194c82;
      border: none;
      color: white;
      padding: 10px;
      border-radius: 50%;
      cursor: pointer;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    }

    .carousel-caption {
      position: absolute;
      bottom: 20px; /* Alt boşluk */
      left: 20px; /* Sol boşluk */
      right: 20px; /* Sol boşluk */
      color: white; /* Yazı rengi */
      font-weight: bold;
      background-color: rgba(121, 0, 0, 0.5); /* Arka plan rengi */
      padding: 20px; /* İçerik boşluğu */
      border-radius: 5px; /* Kenar yuvarlama */
    }

    .carousel-caption-alt {
     bottom: 20px; /* Alt boşluk */
     left: 20px; /* Sol boşluk */
     right: 20px; /* Sol boşluk */
     color: white; /* Yazı rengi */
     font-weight: bold;
     background-color: rgba(121, 0, 0, 0.5); /* Arka plan rengi */
     padding: 7px; /* İçerik boşluğu */
     border-radius: 5px; /* Kenar yuvarlama */
   }


   swiper-container {
    width: 100%;
  }

  swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    justify-content: center;
    align-items: center;
  }

  swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 7px;
  }

  .nav-pills .nav-link {
    background-color: #dee4eb; 
    color: black;
    font-weight: bold;
  }

  .nav-pills .nav-link.active {
    background-color: #ca2527; 
  }

  .nav {
    justify-content: center; 
  }

  .nav-item {
    margin: 2px;
  }


/* styles.css */
body {
  font-family: Arial, sans-serif;
}

.search-container {
  position: relative;
  margin: 20px;
}

#search-input {
  padding: 5px;
  margin-left: 5px;
  display: none; /* Başlangıçta gizli */
}

#search-btn {
  font-size: 18px;
  cursor: pointer;
}

.zoom-img {
  width: 100%; 
  height: 200px;  
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.zoom-img img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
  transition: all .3s ease-in-out;
}

.zoom-img img:hover {
  transform: scale(1.1);
  filter: brightness(0.7);
}

.breadcrumb {
  background-color: #f8f9fa;
  border-radius: .5rem;
  padding: .75rem 1rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.breadcrumb a {
  color: #194c82;  
  text-decoration: none;
  font-weight: 600;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: "/";
  color: black;
}

.breadcrumb-sosyal {
  background-color: #FBFBFB;
  border-radius: .5rem;
  padding: .75rem 1rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.breadcrumb-genel {
  background-color: #FBFBFB;
  border-radius: .5rem;
  padding: .75rem 1rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-decoration: none;

}
.breadcrumb-genel a {
  color: #194c82;  
  text-decoration: none;
  font-weight: 600;
}

.breadcrumb-kategori {
  background-color: #FBFBFB;
  border-radius: .5rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  height: 40px;
  margin: 10px;
  color: #194c82;  
  font-weight: 600;
  font-size: 14px;
}

.yvideo-container {
  max-width: 100%;
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  background: #000;
}

.yvideo-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.haber-icerik img {
 height: auto;
 max-width: 100%; 
 display: block;
}