


/* Üst manşet düzeni */
.ust-manset-row {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    margin-bottom: 10px;
}

/* Ana manşet (sol slider) */
.ana-manset {
    width: 63%;
}

/* Sağ manşet */
.sag-manset {
    width: 35%;
}

/* Slider container'ları */
.slider-container {
    width: 100%;
    position: relative;
    margin-bottom: 0;
}

/* Swiper temel stilleri */
.swiper {
    width: 100%;
    margin: 0;
    overflow: hidden;
}

.swiper-wrapper {
    display: flex;
}

.swiper-slide {
    position: relative;
    width: 100%;
    flex-shrink: 0;
}

.swiper-slide img {
    display: block;
    width: 100%;
    max-width: 1280px;
    height: auto;
    max-height: 720px;
    object-fit: cover;
}


/* Başlık stilleri */
.slide-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    color: #fff;
}

.ana-manset .slide-caption {
    background: rgba(0, 0, 0, 0.4);
    padding: 15px;
}

.sag-manset .slide-caption {
    background: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0.3), transparent);
    padding: 20px 15px 15px;
}

.alt-manset .slide-caption {
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
}

.slide-caption h3 {
    margin: 0;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
}

.ana-manset .slide-caption h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
}

.sag-manset .slide-caption h3 {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.9);
}

.alt-manset .slide-caption h3 {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Pagination stilleri */
.slider-pagination {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0;
    padding: 0;
}

.ana-pagination .page {
    color: #ffffff;
    font-size: 18px;
    padding: 2px 0;
    margin: 0;
    background-color: #222222;
    border: 0.2px solid #c7c7c7;
    text-align: center;
    transition: all 0s ease;
    flex: 1;
    text-decoration: none;
    font-weight: 600;
}

.sag-pagination .page {
    color: #ffffff;
    font-size: 18px;
    padding: 5px 0;
    margin: 0;
    background-color: #222222;
    border: 0.2px solid #353535;
    text-align: center;
    transition: all 0s ease;
    flex: 1;
    text-decoration: none;
    font-weight: 500;
}

.slider-pagination .page:hover {
    background-color: #d92330;
    color: #fff;
}

.slider-pagination .active {
    background-color: #d92330;
    color: #fff;
}

/* Navigasyon düğmeleri */
.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
}

.swiper-button-next {
    right: 10px;
}

.swiper-button-prev {
    left: 10px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-family: "swiper-icons";
    font-size: 24px;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
}
/* Alt manşet özellikleri */
.alt-manset {
    display: none; /* Varsayılan olarak gizle (masaüstünde görünmeyecek) */
}

/* Mobil cihazlar için responsive ayarlar */
@media (max-width: 992px) {
    .alt-manset {
        display: block; /* Mobil ekranlarda göster */
    }
    
    .alt-manset .swiper {
        width: 100%; /* Swiper container'ın ekran genişliğine uyum sağlaması */
    }
    
    .alt-manset .swiper-slide {
        width: calc(50% - 5px) !important; /* Spacer değerini de göz önüne alarak genişlik hesaplama */
    }
    
    .alt-manset .swiper-wrapper {
        display: flex !important;
    }
    
    .alt-manset .swiper-slide img {
        width: 100%; /* Resmin slide genişliğine uyum sağlaması */
        height: 330px !important; /* Yüksekliği sabit tutalım ve artıralım */
        object-fit: cover; /* Resmin oranını koruyarak kapsayıcıyı doldurmasını sağlar */
    }
    
    /* Navigasyon butonlarını mobil için optimize edelim */
    .alt-manset .swiper-button-next,
    .alt-manset .swiper-button-prev {
        transform: scale(0.7); /* Butonları biraz küçültelim */
    }
}

/* Daha küçük ekranlar için ek optimizasyon */
@media (max-width: 576px) {
    .alt-manset .swiper-slide img {
        height: 210px !important; /* Daha küçük ekranlarda biraz daha düşük yükseklik */
    }
}

/* Responsive ayarlar */
@media (max-width: 992px) {
    .ust-manset-row {
        flex-direction: column;
    }
    
    .ana-manset {
        width: 100%;
        margin-bottom: 10px;
    }
    
    /* Sağ manşet artık mobil görünümde %100 genişliğinde ancak görünür */
    .sag-manset {
        width: 100%;
        margin-bottom: 10px;
    }
}

/* Mobil cihazlarda sağ manşeti gizle */
@media (max-width: 768px) {
    .sag-manset {
        display: none; /* Sağ manşeti mobil ekranlarda gizle */
    }
    
    .ana-manset {
        width: 100%; /* Ana manşetin tüm genişliği kaplamasını sağla */
    }
    
    .alt-manset {
        display: block; /* Mobil cihazlarda alt manşeti göster */
    }
    
    .slide-caption h3 {
        font-size: 14px;
    }
    
    .slider-pagination .page {
        padding: 4px 0;
        font-size: 15px;
        font-weight: 700;
    }
    
    .swiper-button-next,
    .swiper-button-prev {
        width: 30px;
        height: 30px;
    }
    
    .swiper-button-next::after,
    .swiper-button-prev::after {
        font-size: 20px;
    }
}

@media (max-width: 576px) {
    .alt-manset .swiper-slide img {
        height: 160px;
    }
    
    .alt-manset .slide-caption h3 {
        font-size: 12px;
    }
}

/* Manşet altı alanı */
.kategori {
    margin: 20px auto;
    max-width: 1000px;
    padding: 0 5px; /* Mobil ekranlarda kenar boşluğu ekler */
    box-sizing: border-box; /* Padding'in genişliği etkilememesi için */
    font-size: 15px;

}

.kategori h2 {
    font-size: 20px;
    color: black;
    position: relative;
    text-align: left;
    
}

.kategori h2::before {
    content: "📌";
    color: red;
    margin-right: 0px;
    font-size: 35px; /* Noktanın boyutunu büyütür */
    padding-left: 30px; /* Soldan 10px boşluk verdik */
    padding-right: 5px; /* Soldan 10px boşluk verdik */
}

.haberler {
    display: flex;
    gap: 10px;
    margin-top: 15px;
    justify-content: center;
    flex-wrap: wrap; /* Mobil görünümde elemanların alt alta geçmesini sağlar */
    font-family: 'Spectral' !important; 
    font-size: 16px;
    line-height: 1; /* Satır aralığı */

}

.haberler img {
    margin-bottom: 5px; /* Resim ile başlık arasına boşluk */
}

.haberler h2 {
    margin-top: 0; /* İstersen başlığın üst boşluğunu sıfırlayabilirsin */
}

.haber {
    width: 222px;
    max-width: 100%; /* Mobil ekranlarda taşmayı önler */
}

/* Ekran genişliği 768px ve altında olduğunda */
@media (max-width: 768px) {
    .kategori {
        margin: 15px auto;
    }
    
    .kategori h2 {
        font-size: 18px;
    }
    
    .haberler {
        gap: 10px;
    }
    
    .haber {
        width: calc(50% - 10px); /* İki haber yan yana */
    }
}

/* Ekran genişliği 480px ve altında olduğunda */
@media (max-width: 480px) {
    .kategori h2 {
        font-size: 16px;
    }
    
    .haberler {
        gap: 15px;
    }
    
    .haber {
        width: 100%; /* Tam genişlik - alt alta sıralanır */
    }
}

.acontainer {
    max-width: 925px;
    margin: 0 auto;
  

}

.news-image {
    max-width: 950px;
    width: 100%;
    margin: 0 auto 20px;
    display: block;
    object-fit: cover;
}

.news-content {
    display: flex;
    flex-direction: row;
    gap: 30px;
    margin-bottom: 30px;
}

.news-text {
    flex: 2;
   
}

.news-text h1 {
    font-size: 15px;
    margin-bottom: 15px; 
}

.news-text h2 {
    font-size: 20px;
    margin-bottom: 15px !important; 
    font-family: 'Spectral' !important; 

}

.news-text p {
    margin-bottom: 15px;
    font-family: 'Spectral' !important; 
    font-size: 17px;
    line-height: 20px;
}


.right-sidebar {
    flex: 0.90;
    font-size: 15px;
    font-weight: 200; /* veya başka bir değer */
}

.sidebar-title {
    font-size: 25px;
    font-weight: 200; /* veya başka bir değer */
    font-weight: bold;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 2px solid #938e8e;
    color: #938e8e; /* Burada başlık rengi */

}

.news-list {
    list-style: none;
}

.news-list-item {
    display: flex;
    padding: 10px 0;
    border-bottom: 1px solid #e0e0e0;
}

.news-list-text {
    flex: 2;
    font-size: 14px;
    font-weight: bold;
}

.news-list-image {
    flex: 1;
    margin-left: 10px;
    
}

.news-list-image img {
    width: 100%;
    height: 70px;
    object-fit: cover;
}

.social-share {
    margin: 10px 0;
}

.social-share a {
    display: inline-block;
    padding: 8px 8px;
    margin-right: 10px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    color: white;
    text-decoration: none;
}

.tags {
    margin: 20px 0;
}

.tag {
    display: inline-block;
    padding: 2px 10px;
    margin-right: 5px;
    margin-bottom: 5px;
    border-radius: 30px;
    font-size: 12px;
    color: #666;
    border: 1px solid #E0E0E0;
}

.tag:hover {
    background-color: #000;
    color: #fff;
}

.newsletter {
    margin: 30px 0;
    padding: 20px;
    border: 2px dashed #ccc;
    text-align: center;
}



.newsletter input {
    padding: 10px;
    width: 70%;
    margin-right: 10px;
    border: 1px solid #ccc;
}

.newsletter button {
    padding: 10px 15px;
    background-color: #ff6600;
    color: white;
    border: none;
    cursor: pointer;
}

.more-news {
    font-weight: 550; /* veya başka bir değer */
}

.more-news h2 {
    font-size: 30px;
    font-weight: 700; /* veya başka bir değer */
    border-bottom: 2px solid #938e8e;
    color: #938e8e; /* Burada başlık rengi */
}

.more-news-grid {
    display: grid;
    grid-template-columns: repeat(2, 0fr);
    gap: 10px;
}

.more-news-item {
    display: flex;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 15px;
}

.more-news-image {
    width: 350px;
    margin-right: 5px;
}

.more-news-image img {
    width: 350px;
    height: 100px;
    object-fit: cover;
}



.divider {
    height: 3px;
    background-color: #e0e0e0;
    margin: 20px 0;
}

.category {
    display: inline-block;
    background-color: none;
    color: #ec1a2e;
    padding: 0px 0px;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0px;
    margin-top: 10px;
    text-decoration: none;
}

/* Responsive design */
@media (max-width: 768px) {
    .news-content {
        flex-direction: column;
    }
    
    .more-news-grid {
        grid-template-columns: 1fr;
    }
    
    .social-share a {
        padding: 6px 10px;
        margin-bottom: 5px;
        font-size: 12px;
    }
}
.breaking-news-container {
    background-color: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
  /*  padding: 10px 0;  */
    position: relative;
    overflow: hidden;
}

.breaking-news-wrapper {
    display: flex;
    align-items: center;
}

.breaking-news-label {
    background-color: #222222;
    color: white;
    font-weight: 800;
    padding: 4px 8px;
    border-radius: 3px;
    margin-right: -11px;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.breaking-news-label i {
    margin-right: 5px;
}

.breaking-news-slider {
    flex: 1;
    overflow: hidden;
    position: relative;
    height: 40px; /* Sabit yükseklik ekleyerek kaymaları önlüyoruz */
}

.news-ticker {
    position: relative;
    width: 100%;
}

.news-item {
    padding: 8px 15px;
    white-space: nowrap;
    flex-shrink: 0;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: opacity 0.5s ease;
}

/* Masaüstü ve mobil için aynı düzen */
@media (min-width: 769px), (max-width: 768px) {
    .news-item {
        width: 100%;
    }
}

.news-link {
    color: #333;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.3s;
}

.news-link:hover {
    color: #d92330;
}

.navigation-arrows {
    display: flex;
    margin-left: 10px;
}

.prev-arrow, .next-arrow {
    background-color: #f1f1f1;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s;
    margin: 0 3px;
    font-size: 18px;
    font-weight: bold;
    color: #555;
}

.prev-arrow:hover, .next-arrow:hover {
    background-color: #e74c3c;
    color: white;
}

/* Mobil için ayarlar */
@media (max-width: 768px) {
    .news-ticker {
        flex-direction: column;
    }
    
    .news-item {
        width: 100%;
        text-align: center;
    }
    
    .breaking-news-label {
        margin-bottom: 0;
    }
}

.blog-meta h1 {
    font-family: 'DM Serif Display', serif !important;
    font-size: 50px;
    font-weight: 580;
    letter-spacing: -0px; /* Harfleri biraz birbirine yaklaştırır */
    line-height: 1; /* Satırlar arası boşluk */

}

.blog-meta h3,
.blog-meta a {
    font-family: 'Noto Sans', serif !important;
    font-weight: 500;
    font-size: 16px;
}

/* Yazarlar bölümü */
.authors-section {
    padding: 50px 0;
    text-align: center;
    background-color: #f4f4f4;
    font-family: 'Arial', sans-serif;
}

.section-title {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 40px;
    color: #333;
}

/* Yazarlar listesi */
.authors-list {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    margin-top: 20px;
}

/* Yazar kartı */
.author-card {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    width: 300px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.author-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

/* Yazar resmi */
.author-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-bottom: 3px solid #ddd;
}

/* Yazar bilgileri */
.author-info {
    padding: 20px;
}

.author-name {
    font-size: 1.4rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

.author-bio {
    font-size: 1rem;
    color: #555;
    margin-bottom: 15px;
    line-height: 1.5;
}

