/* Genel Banner Bölümü */
.haberler-main-section {
    width: 100%;
    margin-top: -155px;
    position: relative;
    z-index: 10;
}

.haberler-banner-wrapper {
    height: 225px;
    width: 100%;
    padding: 0;
    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: 
        766px -59px, 
        center center;
    background-repeat: no-repeat;
}

.haberler-banner-content {
    display: flex;
    align-items: center;
    height: 100%;
}

.haberler-banner-breadcrumb {
    padding-top: 155px;
    margin-top: 0;
    margin-left: 430px;
    align-self: flex-start;
}

.haberler-logo {
    width: 28px;
    height: 13px;
    flex-shrink: 0;
}

.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;
}
.ek-gorsel-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 12px;
}
.ek-gorsel-link {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3; /* ya da 16 / 9 */
  overflow: hidden;
  border-radius: 12px;
  background-color: #f5f5f5;
}
.ek-gorsel-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.ek-gorsel-link:hover .ek-gorsel-image {
  transform: scale(1.05);
}

/* Banner Bölümü Medya Sorguları */
@media (max-width: 1200px) {
    .haberler-banner-breadcrumb {
        margin-left: 100px;
    }
    .haberler-banner-wrapper {
        background-size: 
            800px 100%,
            cover;
    }
}

@media (max-width: 992px) {
    .haberler-banner-breadcrumb {
        margin-left: 50px; 
    }
}

@media (max-width: 768px) {
    .haberler-banner-wrapper {
        height: 180px;
        background-size: 
            0 0,
            cover;
    }
    .haberler-banner-breadcrumb {
        margin-left: 20px;
    }
    .haberler-main-section {
        margin-top: -155px
    }
}

@media (max-width: 576px) {
    .haberler-banner-breadcrumb {
        margin-left: 15px;
    }
}

/* Haber Başlık Bölümü */
.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-left: 15px;
    padding-right: 15px;
}

.haberler-baslik-row {
    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: 0;
    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; 
}
.haberler-section-slogan
{
    padding: 0;
}
.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;
}

/* Haber Başlık Bölümü Medya Sorguları */
@media (max-width: 768px) {
    .haberler-section-logo-baslik,
    .haberler-section-slogan {
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {
    .haberler-baslik-wrapper {
        padding-top: 15px;
    }
    .baslik-text {
        font-size: 24px;
    }
    .baslik-logo {
        width: 50px;
        height: 23px;
    }
    .slogan-content {
        font-size: 15px;
    }
}

/* Haber Detay Bölümü */
.haber-detay-section {
    margin-top: 40px; 
    padding-bottom: 60px; 
}

.haber-detay-wrapper {
    max-width: 1060px; 
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.haber-detay-picture {
    margin-bottom: 20px;
}

.detay-image {
    width: 100%;
    aspect-ratio: 1060 / 470;
    object-fit: cover;
    border-radius: 20px;
    transition: transform 0.5s ease, opacity 0.5s ease;
    opacity: 1;
}

.detay-image:hover {
    transform: scale(1.03);
    opacity: 0.85;
}

.haber-detay-content {
    max-width: 800px; 
}

.detay-location-date-wrapper {
    display: flex; 
    align-items: center; 
    gap: 10px; 
}

.detay-konum, 
.detay-tarih {
    font-family: 'DM Sans', sans-serif;
    font-weight: 400; 
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.03em; 
    color: #B1B1B1;
    display: inline-flex;
    align-items: center; 
}

.haber-detay-main-title {
    font-family: 'DM Sans', sans-serif;
    font-weight: 600;
    font-size: 64px;
    line-height: 73px;
    letter-spacing: -0.03em; 
    color: #343434;
    font-size: clamp(32px, 5vw, 64px); 
    line-height: 1.2;
}

.haber-detay-ozet,
.haber-detay-full-text p {
    font-family: 'DM Sans', sans-serif;
    font-weight: 300; 
    font-size: 16px;
    line-height: 28px; 
    letter-spacing: -0.03em; 
    color: #343434;
}

.haber-detay-sub-title {
    font-family: 'DM Sans', sans-serif;
    font-weight: 600; 
    font-size: 16px;
    line-height: 18px;
    letter-spacing: -0.03em; 
    color: #343434;
    margin-bottom: 5px; 
}

.haber-detay-phone {
    font-family: 'DM Sans', sans-serif;
    font-weight: 600; 
    font-size: 18px; 
    line-height: 18px;
    letter-spacing: -0.03em; 
    color: #343434;
    text-decoration: none; 
}

.haber-detay-phone-link {
    text-decoration: none;
}
.haber-detay-phone-link:hover .haber-detay-phone {
    opacity: 0.8;
}

/* Haber Detay Slider Bölümü */
.haber-detay-slider .slider-title {
    font-family: 'DM Sans', sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #343434;
    
}

.slider-image-wrapper {
    width: 100%;
    aspect-ratio: 340 / 232;
    border-radius: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease, opacity 0.5s ease;
    opacity: 1;
}
.slider-image-wrapper:hover img {
    transform: scale(1.08);
    opacity: 0.85;
}

.slider-image-wrapper:hover .slider-image {
    transform: scale(1.05); 
}

/* Diğer Haberler Bölümü */

.haberler-slider-wrapper {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.haber-detay-ilgili-haberler .slider-title {
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    font-style: normal; 
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #939393;
    
    text-align: left;
   
}
.haberler-slider-row {
    padding-bottom: 40px;
    align-items: stretch;
 
}
.slider-card-body1 {
    
    display: flex;
    flex-direction: column; 
    flex-grow: 1; 
    padding-bottom: 15px;
}
.slider-card1 {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 345px;
    min-height: 459px;
    border: none !important; 
    border-bottom: 1px solid #e0e0e0;

    
    
}
.slider-card-image-wrapper1 {
    width: 310px; 
    height: 210px; 
    overflow: hidden;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 17px; 
}

.slider-card-image1 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.slider-card-image-wrapper1:hover .slider-card-image1 {
    
    transform: scale(1.05); 
}
.slider-card-title1 {
    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; 
    min-height: 52px;
    max-height: 52px;
    flex-shrink: 0;
}
.slider-card-summary1 {
    font-family: 'DM Sans', sans-serif;
    font-weight: 300;
    font-style: normal; 
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -3%;
    color: #B1B1B1;
    width: 100%;
    max-width: 310px;
    max-height: 38px;
    margin-bottom: 10px;
}

.slider-button1 {
    width: 309px;
    height: 48px;
    background-color: #B1B1B1;
    color: #FFFFFF; 
    font-family: 'DM Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 8px; 
    display: flex; 
    justify-content: center;
    align-items: center; 
    border-radius: 8px; 
    transition: background-color 0.3s ease;
}
.slider-button1:hover {
    background-color: #F69930;
}

/* KONUM VE TARİH YAN YANA ALAN */
.manset-location-date-wrapper1 {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 15px;
}

.location-item,
.date-item {
    display: flex;
    align-items: center;
    gap: 5px;
}

.manset-icon {
    width: 18px;
    height: 20px;
}

.manset-location-text1,
.manset-date-text1 {
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.57;
    letter-spacing: -0.03em;
    color: #B1B1B1;
    display: block;
}

.diger-haberler-baslik {
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #939393;
  margin-bottom: 30px;
  text-align: left; /* 🔁 sola hizalama */
}

