.haberler-main-section {
    width: 100%;
    margin-top: -155px;
    position: relative;
    z-index: 10;
}

.haberler-banner-wrapper {
  height: 275px;
  width: 100%;
  padding-top: 170px;
  position: relative;
  overflow: hidden;
  background-image: url("/static/img/haberler-banner-zemin.svg"), 
                    url("/static/img/haberler-main-banner.svg"); 
  background-size: 871px 409px, cover;
  background-position: 800px -79px, center center;
  background-repeat: no-repeat;
}


.haberler-banner-content {
    display: flex;
    align-items: flex-start;
    height: 100%;
    padding-top: 10px;
}
.container-1060 {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  
  padding-right: 16px;
}

.haberler-banner-breadcrumb {
  position: static; 
  display: flex;
  align-items: flex-start;
  gap: 8px;
  
  border-radius: 6px;
}


.haberler-logo{
    width: 28px;
    height: 13px;
    
}

.haberler-link-ana,
.haberler-link-aktif {
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
}

.haberler-link-ana {
    color: #808285;
    margin-right: 0;
}

.haberler-link-aktif {
    color: #F69930;
}

/*Haber Başlık Section*/
.haberler-baslik-section {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #F5F3F3;
}

.haberler-baslik-wrapper {
    max-width: 1060px;
    margin-left: auto;
    margin-right: auto;
    
    padding-right: 15px;
}

.haberler-baslik-row {
    width: 100%;
    max-width: 1060px;
    display: flex;
    align-items: center;
    max-width: 100%;
    min-height: 110px;
}

.haberler-section-logo-baslik {
    display: flex; 
    justify-content: flex-start;
    
}

.logo-baslik-content {
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

.baslik-logo {
    width: 63px;
    height: 29px;
}

.baslik-text {
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0;
    color: #939393;
    display: block; 
    margin-top: -6px;
}

.slogan-content {
    max-width: 425px; 
    height: 73px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 300;
    font-size: 17px;
    line-height: 1.06;
    letter-spacing: -0.03em;
    color: #939393;
    display: flex;
    align-items: center;
}


/* --- MEDYA SORGULARI --- */


@media (max-width: 1200px) {
   
}


@media (max-width: 992px) {
     .haberler-baslik-wrapper{
        padding-top: 15px;
     }
}


@media (max-width: 768px) {
    .haberler-banner-wrapper {
        display: flex;
        align-items: center;
        height: 200px;
        background-size: 
            0 0,
            cover;
    }
    .container-1060{
        
        padding-bottom: 20px;
    }
    .haberler-banner-breadcrumb {
        margin-left: 20px;
    }
    .haberler-banner-content{
        padding-bottom: 20px;
    }
    
 

    .haberler-section-logo-baslik,
    .haberler-section-slogan {
        margin-bottom: 20px;
    }
     .haberler-baslik-wrapper{
        padding-top: 15px;
     }
}


@media (max-width: 576px) {
    .haberler-slider-row {
    display: flex;
    justify-content: left;
    padding-bottom: 40px;
    align-items: stretch; 
}
    .haberler-slider-wrapper {
    
    max-width: 1100px;
    margin-left: 0;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

    .haberler-baslik-wrapper{
    padding-top: 15px;
    }
    .baslik-text {
        font-size: 24px;
    }
    .baslik-logo {
        width: 50px;
        height: 23px;
    }
    .slogan-content {
        font-size: 15px;
    }
    
    .haberler-banner-breadcrumb {
        margin-left: 15px;
    }
}



/* 7. HABERLER MANŞET SECTION STILLERİ                    */

.haberler-manset-section {
    padding-top: 50px;
    padding-bottom: 50px;
    
}

.haberler-manset-wrapper {
    max-width: 1060px; 
    margin-left: auto;  
    margin-right: auto;
    padding-left: 10px;
    min-height: 380px;
    height: 380px;

    box-shadow: 0px 1px 1px 0px #0000003d;
    background-color: #fff;
    border-radius: 8px;
}

.haberler-manset-row {
    align-items: center; 
    padding-left: 20px;
}

/* --- SOL SÜTUN: RESİM --- */
.haberler-manset-picture {
    padding: 0 ;
    
}

.manset-image-wrapper {
  width: 100%;
  aspect-ratio: 16 / 9; /* isteğe göre 340 / 232 de olur */
  border-radius: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  box-sizing: border-box;
}
.manset-image-wrapper a {
  display: block;
  width: 100%;
  height: 100%;
}
.manset-image {
  width: 100%;
  height: 100%;
  object-fit: cover; 
  display: block;
  transition: transform 0.5s ease, opacity 0.5s ease;
  opacity: 1;
}

.manset-image-wrapper:hover .manset-image {
  transform: scale(1.05);
  opacity: 0.85;
}


/* --- SAĞ SÜTUN: İÇERİK --- */
.haberler-manset-baslik {
    padding-left: 20px;
    padding-right: 120px;
}

.haberler-manset-baslik > * {
    margin-bottom: 15px;
}

.manset-sub-title {
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.083;
    letter-spacing: -0.03em;
    color: #939393;
    text-transform: uppercase;
}

.manset-main-title {
    font-family: 'DM Sans', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.083;
    letter-spacing: -0.03em;
    color: #343434;
    margin-top: 0;
}

/* KONUM VE TARİH YAN YANA ALAN */
.manset-location-date-wrapper {
    display: flex;
    align-items: center;
    gap: 15px; 
    margin-bottom: 10px;
    
    padding-left: 0; 
}
.location-item,
.date-item {
    display: flex;
    align-items: center;
    gap:5px;
}

.manset-icon {
    width: 18px;
    height: 20px;
}

.manset-location-text,
.manset-date-text {
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.57;
    letter-spacing: -0.03em;
    color: #B1B1B1;
    display: block;
}

/* SUMMARY */
.manset-summary {
    font-family: 'DM Sans', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.285;
    letter-spacing: -0.03em;
    color: #343434;
    margin-bottom: 40px;
}

/* BUTTON */
.manset-button {
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    font-size: 16px;
    width: 100%;
    max-width: 309px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background-color: #B1B1B1;
    
    color: #fff;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.manset-button:hover {
    background-color: #ffaa5a;
    border-color: #ffaa5a;
    color: #fff;
}

/* --- RESPONSIVE AYARLAR (MOBİL İÇİN) --- */
@media (min-width: 992px) { 
    .manset-image-wrapper {
        max-width: 520px; 
        height: 351px;
    }
}

@media (max-width: 991.98px) {
    .haberler-manset-row {
    align-items: center; 
    padding-left: 0 !important; 
        padding-right: 0 !important;
        margin-left: 0 !important; 
        margin-right: 0 !important;
        width: 100% !important;
}

    .haberler-manset-baslik {
        padding-left: 15px;
        padding-top: 30px;
    }
    .haberler-manset-wrapper {
        
        min-height: auto; 
        height: auto; 
        padding-top: 20px;
        padding-bottom: 20px;
    }

    
    .manset-image-wrapper {
        height: auto;
    }
}

@media (max-width: 576px) {
    /* --- HABERLER BANNER BÖLÜMÜ --- */
    .haberler-baslik-wrapper{
        padding-top: 15px;
    }
    .baslik-text {
        font-size: 24px;
    }
    .baslik-logo {
        width: 50px;
        height: 23px;
    }
    .slogan-content {
        font-size: 15px;
    }
    .haberler-banner-breadcrumb {
        margin-left: 15px;
    }
    .manset-image-wrapper {
        max-width: 100%;
        height: auto;
    }
  
    .haberler-manset-section {
        padding-top: 10px;
        padding-bottom: 50px;
    }
   
    .haberler-manset-row {
       padding-left: 0 !important; 
        padding-right: 0 !important;
        margin-left: 0 !important; 
        margin-right: 0 !important;
        width: 100% !important;
    }

    .haberler-manset-picture {
        max-width: 100%;
        margin: 0;
        padding-left: 15px; 
        padding-right: 15px; 
    }
    
    .haberler-manset-baslik {
    
        padding-left: 15px; 
        padding-right: 15px; 
    }
    
    
    .slider-card {
        margin-left: 0;
        margin-right: auto;
        margin-bottom: 10px;
    }
}




/* 8. HABERLER SLIDER/LİSTE SECTION STILLERİ               */


.haberler-slider-section {
    
    padding-bottom: 50px;
}

.haberler-slider-wrapper {
    
    max-width: 1060px;
    margin-left: auto;
    margin-right: auto;
    
    padding-right: 15px;
}
.haberler-slider-row {
    display: flex;
    justify-content: flex-start;
    padding-bottom: 40px;
    align-items: stretch; 
}


/* --- KART KAPSAYICISI (GÜNCELLENDİ) --- */
.slider-card {
    display: flex;
    flex-direction: column;
    width: 100%; 
    max-width: 345px; 
     min-height: 459px;
    
    
    border: none !important; 
    border-bottom: 1px solid #e0e0e0;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1); /* Hafif gölge ekledim */

    transition: transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
    cursor: pointer;
}
.slider-card:hover {
    /* KART ZOOM EFEKTİ */
    transform: translateY(-5px); /* Hafifçe yukarı kaydır */
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15); /* Gölgeyi derinleştir */
}

/* --- RESİM ALANI --- */
.slider-card-image-wrapper {
    width: 100%;
    aspect-ratio: 340 / 232;
    
    overflow: hidden;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto; 
    padding: 15px 15px;
}

.slider-card-image {
    width: 100%;
    height: 100%;
    object-fit: cover; /* tam görünüm */
    display: block;
    transition: transform 0.5s ease, opacity 0.5s ease;
    opacity: 1;
    border-radius: 5px;
}

.slider-card-image-wrapper:hover .slider-card-image {
    transform: scale(1.05);
    opacity: 0.85;
}





/* --- KART İÇERİK  --- */

.slider-card-body {
    display: flex;
    flex-direction: column; 
    flex-grow: 1; 
   padding-bottom: 15px;
}


/* İKON BOYUTLARI (GÜNCELLENDİ) */
.card-icon {
    display: block;
}
.location-item .card-icon {
    width: 18px; /* Konum ikonu genişliği */
    height: 20px; /* Konum ikonu yüksekliği */
}
.date-item .card-icon {
    width: 20px; /* Takvim ikonu genişliği */
    height: 20px; /* Takvim ikonu yüksekliği */
}




/* --- BAŞLIK (GÜNCELLENDİ) --- */
.slider-card-title {
    font-family: 'DM Sans', sans-serif;
    font-weight: 600;
    font-style: normal; 
    font-size: 24px;
    line-height: 26px;
    letter-spacing: -3%;
    vertical-align: middle;
    color: #343434; 
   
}

/* --- İÇERİK ÖZETİ (GÜNCELLENDİ) --- */
.slider-card-summary {
    font-family: 'DM Sans', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.285; 
    letter-spacing: -0.03em;
    color: #B1B1B1;
    width: 100%;
    max-width: 310px;
    max-height: 38px;
    margin-bottom: 10px;
    
    
}


/* --- SLIDER BUTONU (GÜNCELLENDİ) --- */

.more-news-button-row{
    padding-bottom:20px ;
}
.more-news-button {
    /* İstenen boyutlar */
    width: 340px;
    height: 48px;

    /* İstenen tasarım özellikleri */
    border-radius: 8px;
    background-color: #D9D9D9; 
    border: 1px solid #D9D9D9;
    
    /* İstenen metin stilleri */
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 32px; /* Dikey ortalama için height ile orantılı */
    letter-spacing: 0;
    text-align: center;
    color: #262626; /* İstenen yazı rengi */
    
    /* Display ayarları */
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.more-news-button:hover {
    /* #D9D9D9'un biraz daha koyusu: #C0C0C0 */
    background-color: #f69930; 
    border-color: #C0C0C0;
    color: #ffffff;
}

@media (max-width: 1150px) {

    .haberler-slider-wrapper {
        max-width: 100%;
    }
}

@media (max-width: 991.98px) {
    
    .slider-card-body {
        padding: 15px 10px;
    }
    .slider-card {
        width: 100%; 
        height: auto;
    }
    .slider-card-image-wrapper {
        width: 90%;
    }
}

