/* Anasayfa Haberler — görsel kartlar */

.kku-haber-zone {
  position: relative;
  padding: 8px 0 28px;
  background:
    radial-gradient(ellipse 50% 40% at 100% 0%, rgba(201, 21, 27, 0.06), transparent 55%),
    radial-gradient(ellipse 40% 35% at 0% 100%, rgba(5, 49, 112, 0.05), transparent 50%),
    #f7f8fa;
  overflow: hidden;
}

.kku-haber-zone .container {
  position: relative;
  z-index: 1;
}

.kku-haber-zone .news-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 24px;
  height: 420px;
  box-shadow: 0 6px 22px rgba(1, 23, 47, 0.08);
  border: 1px solid rgba(1, 23, 47, 0.06);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  position: relative;
}

.kku-haber-zone .news-card::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 3px;
  background: linear-gradient(90deg, #c9151b, #053170);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.kku-haber-zone .news-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 36px rgba(1, 23, 47, 0.14);
}

.kku-haber-zone .news-card:hover::after {
  opacity: 1;
}

.kku-haber-zone .news-link,
.kku-haber-zone .news-link:hover,
.kku-haber-zone .news-link:focus,
.kku-haber-zone .news-link:active,
.kku-haber-zone .news-link:visited {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none !important;
  color: inherit;
  outline: 0 !important;
}

.kku-haber-zone .news-link .news-title,
.kku-haber-zone .news-link .news-meta,
.kku-haber-zone .news-link span {
  text-decoration: none !important;
}

.kku-haber-zone .news-image {
  position: relative;
  height: 230px;
  overflow: hidden;
  background: #e8eef4;
  flex-shrink: 0;
}

.kku-haber-zone .news-image img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center 18%;
  transform: none;
  transform-origin: center 22%;
  transition: transform 0.7s ease;
}

.kku-haber-zone .news-card:hover .news-image img {
  transform: scale(1.06);
}

.kku-haber-zone .news-overlay {
  display: block;
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(1, 23, 47, 0) 45%,
    rgba(1, 23, 47, 0.55) 100%
  );
  pointer-events: none;
  z-index: 1;
}

.kku-haber-zone .news-date-badge {
  position: absolute;
  left: 14px;
  bottom: 14px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: #053170;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.02em;
  box-shadow: 0 4px 14px rgba(1, 23, 47, 0.18);
}

.kku-haber-zone .news-date-badge i {
  color: #c9151b;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
}

.kku-haber-zone .news-content {
  padding: 18px 18px 16px;
  background: #fff;
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.kku-haber-zone .news-title {
  font-size: 17px !important;
  font-weight: 700 !important;
  color: #01172f;
  line-height: 1.4 !important;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0 0 14px !important;
  transition: color 0.25s ease;
}

.kku-haber-zone .news-card:hover .news-title {
  color: #c9151b;
}

.kku-haber-zone .news-meta {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-top: 12px;
  border-top: 1px solid rgba(1, 23, 47, 0.08);
}

.kku-haber-zone .news-cta,
.kku-haber-zone .news-cta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  color: #053170;
  transition: color 0.2s ease, gap 0.2s ease;
}

.kku-haber-zone .news-card:hover .news-cta {
  color: #c9151b;
  gap: 10px;
}

.kku-haber-zone .news-cta i {
  font-size: 12px !important;
}

.kku-haber-zone #kkusliderHaber.carousel {
  position: relative;
  padding-bottom: 72px;
  margin-bottom: 8px;
}

.kku-haber-zone .carousel-indicators {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  margin: 0;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 4px 16px rgba(1, 23, 47, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  z-index: 10;
}

.kku-haber-zone .carousel-indicators li {
  position: relative !important;
  width: 11px !important;
  height: 11px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: rgba(5, 49, 112, 0.22) !important;
  text-indent: -9999px;
  overflow: hidden !important;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease;
}

.kku-haber-zone .carousel-indicators li.active {
  background: #c9151b !important;
  transform: scale(1.2);
}

.kku-haber-zone .thumb-popup {
  display: none !important;
}

@media (max-width: 991px) {
  .kku-haber-zone .news-card {
    height: 400px;
  }

  .kku-haber-zone .news-image {
    height: 210px;
  }
}

@media (max-width: 767px) {
  .kku-haber-zone {
    padding: 4px 0 18px;
  }

  .kku-haber-zone .news-card {
    height: auto;
    min-height: 0;
  }

  .kku-haber-zone .news-image {
    height: 200px;
  }

  .kku-haber-zone .news-title {
    font-size: 16px;
    -webkit-line-clamp: 3;
  }

  .kku-haber-zone #kkusliderHaber.carousel {
    padding-bottom: 56px;
  }
}
