.haber-icerik-orta-alan {
  max-width: 1060px; 
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}



/*******/
.haber-wrapper {
 
  padding-bottom: 100px;
  background-color: #F5F3F3;
  
  
}
.haber-ana-div{
  margin-left: 50px;
}
.haber-baslik-wrapper-col
{
  padding-left: 0;
}
.logo-baslik-slogan {
  display: flex;
  margin: 0 auto;
  margin-bottom: 30px;
  padding: 0;
  padding-top: 10px;
  text-align: left;
}
.logo-baslik-kapsayici {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 2px;
 padding-left: 0;
}
.logo-container-haber {
  width: 63.29px;
  height: 29.74px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.logo-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 100%;
  background: linear-gradient(to right, 
    transparent 0%, 
    rgba(255, 255, 255, 0.8) 50%,
    transparent 100%
  ); 
  box-shadow: 0 0 10px rgba(255, 255, 255, 1);
  transform: skewX(-20deg) translateX(-100%);
  animation: logoShineLine 2s ease-in-out infinite;
  pointer-events: none;
  z-index: 2;
}
.logo-img-haber {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
  object-fit: contain;
}

.haberler-progress-row .row{
  padding: 0;
  margin: 0;
}

@keyframes logoShineLine {
  0% {
    transform: skewX(-20deg) translateX(-100%);
  }
  100% {
    transform: skewX(-20deg) translateX(200%);
  }
}

.logo-title {
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 22px;
  color: #000000;
  margin: 0;
  padding: 0;
  
}
.haber-slogan {
    width: 425px; 
    height: 73px;
    margin-top: 40px !important; 
     margin-bottom: 0 !important; 
     padding: 0;
}

.slogan-text {
  font-family: 'DM Sans', sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 18px;
  letter-spacing: -0.03em;
  color: #939393;
}

/*başlıklar */
.section-heading {
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  text-transform: uppercase;
  color: #939393;
}

  /*Slider alanı*/
  .haber-slider-container {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding-bottom: 8px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .haber-slider-container::-webkit-scrollbar {
    display: none;
  }


.haber-card {
  width: 345px;
  height: 459px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0px 1px 1px 0px #0000001A;
  padding: 18px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}



.haber-resim {
  
     width: 100%;
  max-width: 310px;
  max-height: 210px;
  object-fit: cover;
    border-radius: 5px;
    margin-bottom: 12px;
    align-self: center; 
}

.konum-icon {
  width: 18px;
  height: 20px;
}

.takvim-icon {
  width: 20px;
  height: 20px;
}

.konum-text {
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.03em;
  color: #B1B1B1;
  vertical-align: middle;
}

.haber-baslik {
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 26px;
  letter-spacing: -0.03em;
  color: #343434;
  
}

.haber-icerik {
  font-family: 'DM Sans', sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.03em;
  color: #B1B1B1;
  flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.haber-button-wrapper {
  margin-top: auto; 
  width: 100%;
  max-width: 310px;
}


.haber-button {
  display: block;
  width: 100%;
  max-width: 310px;
  height: 48px;
  
  border-radius: 8px;
  background-color: #B1B1B1;
  border: none;
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  line-height: 48px; /* dikey ortalama için */
  text-decoration: none; /* alt çizgiyi kaldırır */
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.haber-button:hover {
  background-color: #F69930;
}

/*progress */
.haber-progres {
  width: 610px;
  height: 4px;
  background-color: #B1B1B1;
  border-radius: 2px;
  position: relative;
  opacity: 1;
}

.haber-progres-inner {
  height: 100%;
  width: 0%;
  background-color: #F69930;
  border-radius: 2px;
  transition: width 0.3s ease;
}

 
/*Bültenler*/
.bulten-kolon {
  padding-left: 15px;
  padding-right: 15px;
}

.bulten-card {
  width: 100%;
  max-width: 345px;
  height: 215px;
  background-color: #B1B1B1;
  border-radius: 10px;
  
  padding: 18px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 21px;
  
  
}

.bulten-card:hover {
  background-color: #F69930;
}

/* Üst: Konum + Takvim */
.bulten-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.bulten-meta .konum-icon,
.bulten-meta .takvim-icon {
  width: 18px;
  height: 20px;
}
.bulten-meta .konum-text {
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.03em;
  color: #ffffff;
}

/* Başlık */
.bulten-baslik {
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 26px;
  letter-spacing: -0.03em;
  color: #ffffff;
  margin-bottom: 12px;
}

/* Buton */
.bulten-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 310px;
  height: 48px;
  border-radius: 8px;
  background-color: #808285;
  border: none;
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  transition: background-color 0.3s ease;
  

}
.bulten-button:hover {
  background-color: #D6790F;
}


.haber-card,
.bulten-card {
  
    transition: transform 0.3s ease, box-shadow 0.3s ease;
   
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
   
    will-change: transform, box-shadow;
}

.haber-card:hover {
    
    transform: scale(1.03); 
   
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
    
    z-index: 100; 
}


.bulten-card:hover {
   
    transform: scale(1.02);
   
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    z-index: 5;
}


@media (max-width: 1024px) {
  .haber-slider-container {
    width: 100%;
    max-width: 345px;
    
    padding-left: 0;
    padding-right: 0;
  }

  .haber-card {
    flex: 0 0 100%;
    max-width: 100%;
  }
   .logo-title {
   font-size: 24px;
}
.bulten-baslik{
  font-size: 20px;
}

}
@media (max-width: 768px) {
  .haber-baslik-wrapper-col{
    width: 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .haber-wrapper{
    padding-bottom: 25px;
  }
  .logo-baslik-kapsayici {
 
  padding-left: 10px;
  padding-right: 15px;
}
 
  .logo-container-haber
  {
    width: 53px;
    height: 20px;
  }
 .logo-img-haber{
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  margin: 0;
}

  .logo-title {
   font-size: 24px;
  
}
  
   .haber-slider-container {
    width: 100%;
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 16px;
  }
  .haber-card {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    scroll-snap-align: start;
  }
   .bulten-kolon {
    padding-left: 15px; 
    padding-right: 15px;
  }

  .bulten-card {
    max-width: 100%;
  }
  .bulten-button {
    max-width: 100%;
  }
  .haber-slogan {
        width: 100%; 
        height: auto;
        margin-top: 10px !important; 
        padding-left: 15px;
        padding-right: 15px;
    }
  .bulten-baslik{
  font-size: 24px;
}
     

}