/* ==========================================================================
   1. GENEL AYARLAR, RESET VE DEĞİŞKENLER
   ========================================================================== */
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800&display=swap&subset=latin-ext');
@import url('swiper.min.css');

:root {
    --cherry-red: #d60000;
    --black: #000;
    --white: #fff;
    --gray: #bbb;
    --very-light-pink: #e8e8e8;
    --black-two: #353535;
}

html { overflow-y: scroll; } /* Kayma Engelleyici */

body {
    font-family: 'Poppins', sans-serif;
    background-color: #fff;
    color: #000;
    margin: 0; padding: 0;
    font-size: 14px;
    overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; transition: all 0.3s ease; }
ul, li { list-style: none; padding: 0; margin: 0; }
:focus { outline: none; }

@media screen and (max-width: 768px) {
        .mobil-ozel-bosluk {
            margin-top: 45px !important;
        }
    }

/* ==========================================================================
   2. TİPOGRAFİ (BAŞLIKLAR VE METİN)
   ========================================================================== */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #000;
    margin-top: 0; margin-bottom: 15px;
    letter-spacing: -0.5px;
    padding-left: 0 !important; margin-left: 0 !important;
}

h1 { font-size: 44px; line-height: 1.4; font-weight: 800; } /* Haber Detay Başlığı */
h2 { font-size: 22px; line-height: 1.5; font-weight: 550; color: #444; } /* Spot */
h3 { font-size: 20px; line-height: 1.4; color: #000; } /* Ara Başlık */
h4 { font-size: 18px; line-height: 1.4; }
h5 { font-size: 16px; line-height: 1.4; }
h6 { font-size: 14px; line-height: 1.4; text-transform: uppercase; }

p { font-size: 17px; line-height: 1.7; margin-bottom: 20px; color: #222; }

/* Tipografi Mobil Ayarı */
@media (max-width: 768px) {
    h1 { font-size: 26px; line-height: 1.3; }
    h2 { font-size: 19px; line-height: 1.4; }
    h3 { font-size: 18px; }
    p  { font-size: 16px; line-height: 1.6; }
}

/* ==========================================================================
   3. LAYOUT & GRID SİSTEMİ (CONTAINER, ROW, COL)
   ========================================================================== */
.container { 
    width: 100%; 
    padding-right: 15px !important; padding-left: 15px !important; 
    margin-right: auto; margin-left: auto; 
}
.row { 
    display: flex; flex-wrap: wrap; 
    margin-right: -15px !important; margin-left: -15px !important; 
}
.col-12 { 
    flex: 0 0 100%; max-width: 100%; 
    padding-right: 8px !important; padding-left: 12px !important; 
}

/* Responsive Grid */
@media (min-width: 576px) { .container { max-width: 540px; } }
@media (min-width: 768px) { 
    .container { max-width: 720px; } 
    .col-md-4 { flex: 0 0 33.333333%; max-width: 33.333333%; padding: 0 15px; }
    .col-md-8 { flex: 0 0 66.666667%; max-width: 66.666667%; padding: 0 15px; }
}
@media (min-width: 992px) { 
    .container { max-width: 960px; } 
    .col-lg-4 { flex: 0 0 33.333333%; max-width: 33.333333%; padding: 0 15px; }
    .col-lg-8 { flex: 0 0 66.666667%; max-width: 66.666667%; padding: 0 15px; }
    .col-lg-9 { flex: 0 0 75%; max-width: 75%; padding: 0 15px; }
    .col-lg-3 { flex: 0 0 25%; max-width: 25%; padding: 0 15px; }
    
    /* Masaüstü Sıfırlamalar */
    .masaustu-hiza-fix, .masaustu-ayar, .ortahaber-ozel-fix, .kenar-ayar { padding: 0 !important; }
    .masaustu-ayar { margin-left: -3px !important; }
}
@media (min-width: 1200px) { .container { max-width: 1140px; } }

/* MOBİL KRİTİK EŞİTLEME */
@media (max-width: 991px) {
    .container { padding-left: 15px !important; padding-right: 15px !important; }
    .row, .mobil-row-fix { margin-left: -15px !important; margin-right: -15px !important; }
    .col-12, .mobil-padding-7 { padding-left: 15px !important; padding-right: 15px !important; }
    
    /* Header Hizalama Fix */
    .masaustu-ayar { margin-left: 0 !important; }
    .kenar-ayar { padding-left: 0 !important; padding-right: 0 !important; }
}

.sidebar-widget { margin-bottom: 45px; display: block; width: 100%; }
.sidebar-widget:last-child { margin-bottom: 0; }

/* ==========================================================================
   4. HEADER VE MENÜ
   ========================================================================== */
.top-bar { background-color: #111; color: #bbb; font-size: 12px; padding: 6px 0; border-bottom: 1px solid #222; }
.top-bar a { color: #bbb; margin-right: 15px; }
.top-bar a:hover { color: #d60000; }
.top-social a { margin-left: 10px; font-size: 14px; color: #bbb; }
.top-social a:hover { color: #fff; }

.main-header { background-color: #ffffff; padding: 10px 0; box-shadow: 0 2px 10px rgba(0,0,0,0.05); position: relative; z-index: 1000; border-bottom: 1px solid #eee; }
.site-logo img { max-height: 38px; width: auto; }

.navbar-nav .nav-link { 
    color: #000 !important; font-weight: 700; font-size: 14px; 
    text-transform: uppercase; padding: 10px 12px !important; 
    transition: color 0.3s; letter-spacing: -0.2px; white-space: nowrap; 
}
.navbar-nav .nav-link:hover { color: #d60000 !important; }

.search-btn { background: none; border: none; font-size: 18px; color: #000; cursor: pointer; padding: 5px; }
.search-overlay { position: absolute; top: 100%; right: 0; background: #fff; padding: 15px; box-shadow: 0 5px 15px rgba(0,0,0,0.1); display: none; width: 300px; z-index: 999; border: 1px solid #eee; }
.search-overlay.active { display: block; }

.navbar-toggler { border-color: rgba(0,0,0,0.1); padding: 5px 10px; }
.navbar-toggler-icon { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

@media (max-width: 991px) { 
    .navbar-collapse { background: #fff; padding: 15px; margin-top: 10px; border-top: 1px solid #eee; } 
    .top-bar { display: none; } 
}

/* ==========================================================================
   5. SON DAKİKA MODÜLÜ
   ========================================================================== */
.breaking-news-bar { width: 100%; background: #d60000; height: 40px; display: flex; align-items: center; overflow: hidden; border-bottom: 0px solid #b30000; box-shadow: 0 2px 5px rgba(0,0,0,0.1); margin-bottom: 0.0rem !important; }
.bn-label { background: #000; color: #fff; padding: 0 20px; font-weight: 700; font-size: 13px; height: 100%; display: flex; align-items: center; z-index: 20; position: relative; box-shadow: 2px 0 5px rgba(0,0,0,0.2); }
.bn-label i { margin-right: 8px; color: #ffcc00; }
.bn-ticker-wrap { flex: 1; overflow: hidden; display: flex; align-items: center; height: 100%; }
.bn-ticker-move { display: inline-block; white-space: nowrap; animation: ticker-scroll 80s linear infinite; padding-left: 20px; }
.breaking-news-bar:hover .bn-ticker-move { animation-play-state: paused; }
.bn-time { color: #ffcc00; font-weight: 700; font-size: 13px; margin-right: 5px; }
.bn-link { color: #fff !important; text-decoration: none !important; font-size: 13px; font-weight: 600; margin-right: 30px; position: relative; }
.bn-link::after { content: '•'; color: #fff; opacity: 0.5; position: absolute; right: -18px; top: 0; }
@keyframes ticker-scroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* ==========================================================================
   6. ANASAYFA MANŞET & SLIDER (MAIN, SIDE, TOP GRID)
   ========================================================================== */
.news-card__image-wrapper { width: 100%; height: 460px; position: relative; overflow: hidden; background-color: #000; border-radius: 5px; }
.news-card__image { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; opacity: 0.9; }
.news-card:hover .news-card__image { transform: scale(1.05); opacity: 1; }
.overlay-gradient { position: absolute; bottom: 0; left: 0; width: 100%; height: 80%; background: linear-gradient(to top, rgba(0,0,0,0.9), transparent); pointer-events: none; z-index: 5; }

.news-card__title { position: absolute; left: 20px; right: 20px; bottom: 50px; z-index: 10; color: #fff !important; font-weight: 700; line-height: 1.3; margin: 0; font-size: 22px; text-shadow: 1px 1px 3px rgba(0,0,0,0.8); transition: color 0.3s ease; }
.news-card:hover .news-card__title { color: #d60000 !important; text-shadow: none; }
.news-card__category { z-index: 20; position: absolute; top: 0; left: 0; background-color: #d60000; color: #fff; padding: 5px 10px; font-size: 12px; font-weight: bold; border-bottom-right-radius: 10px; }

/* Yan Haberler */
.side-wrapper { width: 100%; height: 222px; position: relative; overflow: hidden; background-color: #000; border-radius: 5px; }
.side-img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; opacity: 0.9; }
.side-wrapper:hover .side-img { transform: scale(1.05); opacity: 1; }
.side-title { position: absolute; left: 20px; right: 20px; bottom: 15px; z-index: 10; color: #fff !important; font-size: 17px; font-weight: 700; letter-spacing: -0.3px; line-height: 21px; margin: 0; text-shadow: 1px 1px 3px rgba(0,0,0,0.8); transition: color 0.3s ease; }
.side-wrapper:hover .side-title { color: #d60000 !important; text-shadow: none; }
.side-date { z-index: 20; position: absolute; top: 0; left: 0; background-color: #d60000; color: #fff; padding: 5px 10px; font-size: 12px; font-weight: bold; border-bottom-right-radius: 10px; }

/* Manşet Pagination */
.manset-pagination-custom { bottom: 15px !important; left: 0; width: 100%; text-align: center; position: absolute; z-index: 20; }
.manset-pagination-custom .swiper-pagination-bullet { width: 12px; height: 12px; background: #ddd; opacity: 1; margin: 0 5px !important; display: inline-block; border-radius: 50%; transition: all 0.3s; }
.manset-pagination-custom .swiper-pagination-bullet-active { background: #d60000; width: 25px; border-radius: 10px; }

/* Manşet Aralığı Düzeltme (Masaüstü Fix) */
@media (min-width: 992px) {
    .manset-aralik-fix { margin-left: -5px !important; margin-right: -5px !important; }
    .manset-aralik-fix > div[class*="col-"] { padding-left: 0px !important; padding-right: 0px !important; }
}

@media (max-width: 991px) {
    .side-wrapper { margin-bottom: 15px; } 
    .news-card__image-wrapper { height: 300px; }
}

/* Manşet Üst (Standart Grid) */
.manset-main-wrapper { width: 100%; padding: 0; }
.manset-row { display: flex; flex-wrap: wrap; margin-left: -15px !important; margin-right: -15px !important; }
.manset-col { position: relative; margin-bottom: 20px; padding-left: 15px !important; padding-right: 15px !important; }

.manset-img-wrapper { position: relative; overflow: hidden; border-radius: 5px; background-color: #f0f0f0; margin-bottom: 12px; height: 140px; }
.manset-img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.manset-img-wrapper:hover .manset-img { transform: scale(1.1); }

.manset-title { color: #000; font-size: 17px; font-weight: 700; letter-spacing: -0.3px; line-height: 21px; max-height: 42px; overflow: hidden; margin: 0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; transition: color 0.3s ease; }
.manset-col:hover .manset-title { color: #d60000; }

@media (min-width: 992px) {
    .manset-main-wrapper { padding-left: 15px; padding-right: 15px; }
    .manset-col { width: 16.666667%; padding-left: 8px !important; padding-right: 8px !important; }
    .manset-row { margin-left: -8px !important; margin-right: -8px !important; }
}

@media (max-width: 991px) { 
    .manset-col { width: 50%; padding-left: 15px !important; padding-right: 15px !important; }
    .manset-row { margin-left: -15px !important; margin-right: -15px !important; }
}

/* ==========================================================================
   7. HABER KARTLARI & ÖZEL MODÜLLER (ORTA VE ALT ALAN)
   ========================================================================== */
/* Orta Haberler (Kategori Başlık ve Kartlar) */
.cat-header-wrapper { display: flex; align-items: center; width: 100%; margin-bottom: 20px; margin-top: 10px; padding-left: 0 !important; margin-left: 0 !important; }
.cat-title { margin: 0; padding-right: 15px; font-size: 24px; font-weight: 800; text-transform: uppercase; line-height: 1; white-space: nowrap; }
.cat-title a { color: #000 !important; text-decoration: none !important; transition: color 0.3s ease; }
.cat-title a:hover { color: #d60000 !important; }
.cat-line { flex-grow: 1; height: 3px; background-color: #d60000; border-radius: 2px; }
.cat-more { padding-left: 15px; font-size: 12px; font-weight: 700; white-space: nowrap; text-transform: uppercase; }
.cat-more a { color: #000 !important; text-decoration: none !important; transition: color 0.3s ease; }
.cat-more a:hover { color: #d60000 !important; }

.cat-news-item { display: block; text-decoration: none !important; margin-bottom: 20px; }
.cat-img-wrapper { position: relative; overflow: hidden; background-color: #eee; margin-bottom: 12px; border-radius: 5px; }
.cat-img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.4s ease; }
.cat-news-item:hover .cat-img { transform: scale(1.05); }

.cat-date { position: absolute; top: 0; left: 0; background-color: #d60000; color: #fff; padding: 4px 10px; font-size: 11px; font-weight: 700; border-bottom-right-radius: 5px; z-index: 5; }
.cat-news-title { color: #000; font-family: 'Poppins', sans-serif; font-size: 16px; margin: 0; line-height: 1.4; font-weight: 700; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; height: 44px; }
.cat-news-item:hover .cat-news-title { color: #d60000; }

.cat-grid-container { display: grid; width: 100%; margin: 0; padding: 0; padding-right: 0px; gap: 16px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.cat-col { position: relative; width: 100%; }

@media (max-width: 991px) {
    .cat-grid-container { display: flex !important; flex-wrap: wrap !important; gap: 0 !important; margin-left: -15px !important; margin-right: -15px !important; width: calc(100% + 30px) !important; padding: 0 !important; }
    .cat-grid-container > div, .kategori-kart-wrapper { width: 100% !important; padding-left: 15px !important; padding-right: 15px !important; margin-bottom: 0px !important; box-sizing: border-box !important; }
}

/* Alt Özel Haber (Teknoloji Kartları) */
.ozel-kart-link { display: block; position: relative; text-decoration: none !important; overflow: hidden; border-radius: 8px; }
.ozel-kart-wrapper { height: 320px; position: relative; background-color: #000; overflow: hidden; border-radius: 8px; }
.ozel-kart-img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; opacity: 0.9; }
.ozel-kart-link:hover .ozel-kart-img { transform: scale(1.1); opacity: 1; }
.ozel-kart-date { position: absolute; top: 0; left: 0; background-color: #d60000; color: #fff; padding: 4px 10px; font-size: 11px; font-weight: 700; border-bottom-right-radius: 5px; z-index: 10; line-height: 1.5; }
.ozel-kart-title { position: absolute; bottom: 20px; left: 20px; right: 20px; color: #fff; font-size: 20px; font-weight: 800; line-height: 1.3; z-index: 10; margin: 0; text-shadow: 2px 2px 4px rgba(0,0,0,0.9); letter-spacing: -0.5px; transition: color 0.3s ease; }
.ozel-kart-link:hover .ozel-kart-title { color: #d60000 !important; text-shadow: none; }
.ozel-overlay { position: absolute; bottom: 0; left: 0; width: 100%; height: 70%; background: linear-gradient(to top, rgba(0,0,0,0.9), transparent); z-index: 5; pointer-events: none; }

@media (max-width: 768px) {
    .ozel-kart-wrapper { height: 250px; }
    .ozel-kart-title { font-size: 17px; }
}

/* ==========================================================================
   8. SIDEBAR VE WIDGETLAR (HAVA, SOSYAL, LİSTE)
   ========================================================================== */
/* Hava Durumu */
.weather-head{display:flex;justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:12px}
.weather-title{font-weight:800;font-size:16px;letter-spacing:-.2px; padding-left:0 !important; margin-left:0 !important;}
.weather-city{color:#666;font-size:12px;margin-top:2px}
.weather-now{text-align:right}
.weather-temp{font-size:28px;font-weight:800;line-height:1}
.weather-desc{font-size:12px;color:#666;margin-top:4px}
.weather-meta{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:10px 0 12px}
.wm-item span{display:block;font-size:11px;color:#666;margin-bottom:4px}
.wm-item b{font-size:13px}
.weather-days{display:flex;flex-direction:column;gap:8px}
.wday{display:flex;justify-content:space-between;align-items:center;padding:10px;border-radius:10px;background:#fafafa;border:1px solid #f0f0f0}
.wday-left{display:flex;gap:10px;align-items:center}
.wday-name{font-weight:700;font-size:12px;color:#111;min-width:42px}
.wday-icon i{font-size:18px;color:#d60000}
.wday-range{font-size:12px;color:#111;font-weight:700}
.weather-foot{margin-top:10px;color:#888}
.weather-select{width:100%;border:1px solid #eee;border-radius:10px;padding:10px 12px;font-weight:700;font-size:13px;background:#fff;outline:none;margin-top:8px}
.weather-select:focus{border-color:#d60000;box-shadow:0 0 0 3px rgba(214,0,0,.12)}

/* Sosyal Medya Barlar */
.modern-social-wrapper { display: flex; flex-direction: column; gap: 10px; }
.social-bar { display: flex; align-items: center; text-decoration: none !important; color: #fff !important; border-radius: 8px; overflow: hidden; height: 48px; transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); position: relative; }
.social-bar:hover { transform: translateX(5px); box-shadow: 0 4px 12px rgba(0,0,0,0.15); }
.social-icon-box { width: 50px; height: 100%; display: flex; align-items: center; justify-content: center; background-color: rgba(0,0,0,0.15); min-width: 50px; }
.social-icon-box svg { display: block; }
.social-name { flex-grow: 1; padding-left: 15px; font-weight: 600; font-size: 14px; letter-spacing: 0.3px; }
.social-action { padding-right: 15px; font-size: 11px; text-transform: uppercase; font-weight: 700; opacity: 0.8; }
.facebook { background-color: #3b5998; }
.instagram { background-color: #e4405f; }
.x-twitter { background-color: #000000; }
.youtube { background-color: #cd201f; }
.social-bar::after { content: ""; position: absolute; top: 0; left: -100%; width: 50%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent); transition: 0.5s; }
.social-bar:hover::after { left: 100%; }

/* Sidebar Diğer Haberler Widget (Resimli Liste) */
.sidebar-widget-title {
    font-size: 18px; 
    font-weight: 800; 
    color: #000;
    text-transform: uppercase;
    border-bottom: 2px solid #eee; 
    position: relative;
    padding-bottom: 10px; 
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}
.sidebar-widget-title::after {
    content: ''; 
    position: absolute; 
    bottom: -2px; 
    left: 0;
    width: 40px; 
    height: 2px; 
    background: #d60000;
}

.other-news-item { display: flex; align-items: flex-start; margin-bottom: 18px; text-decoration: none !important; }
.other-news-img-wrap {
    flex: 0 0 100px; height: 70px; border-radius: 6px; 
    overflow: hidden; margin-right: 15px; background: #f0f0f0; position: relative;
}
.other-news-img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.other-news-item:hover .other-news-img { transform: scale(1.1); }
.other-news-content { flex: 1; padding-top: 2px; }
.other-news-title {
    font-size: 14px; font-weight: 700; line-height: 1.4; color: #111; margin: 0;
    display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; transition: color 0.3s ease;
}
.other-news-item:hover .other-news-title { color: #d60000; }

/* ==========================================================================
   9. HABER & YAZAR DETAY (ORTAK VE ÖZEL ALANLAR)
   ========================================================================== */
/* Detay Yapısı (75/25 Layout) */
.detail-row.zorla-yan-yana { display: flex !important; flex-wrap: nowrap !important; align-items: flex-start !important; width: 100% !important; gap: 2rem !important; margin-left: 0 !important; margin-right: 0 !important; }
.detail-main.fix-75 { flex: 0 0 calc(75% - 1rem) !important; max-width: calc(75% - 1rem) !important; width: calc(75% - 1rem) !important; padding-left: 0 !important; min-width: 0; }
.detail-side.fix-25 { flex: 0 0 calc(25% - 1rem) !important; max-width: calc(25% - 1rem) !important; width: calc(25% - 1rem) !important; padding: 0 !important; min-width: 0; }

@media (max-width: 991px) {
    .detail-row.zorla-yan-yana { flex-wrap: wrap !important; gap: 0 !important; margin-left: -15px !important; margin-right: -15px !important; width: auto !important; }
    .detail-main.fix-75, .detail-side.fix-25 { flex: 0 0 100% !important; max-width: 100% !important; width: 100% !important; padding-left: 15px !important; padding-right: 15px !important; text-align: left !important; }
    .detail-main.fix-75 img { display: block; margin-left: auto; margin-right: auto; max-width: 100%; height: auto; }
}

/* Paylaş Butonları (Global) */
.share-modern { display: flex; flex-wrap: wrap; gap: 10px; margin: 10px 0 20px; }
.share-btn { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; padding: 0; border-radius: 50%; color: #fff !important; transition: all .2s ease; box-shadow: 0 4px 6px rgba(0,0,0,.15); border: none; text-decoration: none !important; }
.share-btn span { display: none; }
.share-btn i { font-size: 20px; }
.share-btn:hover { transform: translateY(-3px); opacity: 0.9; box-shadow: 0 8px 15px rgba(0,0,0,.25); color: #fff !important; }
/* Marka Renkleri */
.share-btn.a2a_button_facebook { background-color: #1877f2; }
.share-btn.a2a_button_x { background-color: #000000; }
.share-btn.a2a_button_whatsapp { background-color: #25d366; }
.share-btn.a2a_button_email { background-color: #d60000; }
.share-btn.a2a_button_print { background-color: #555555; }

/* Paylaşım Alanı Özelleştirmeleri (Yazar/Detay) */
.share-area .share-modern { margin: 0 !important; gap: 5px !important; }
.share-area .share-btn { width: 32px !important; height: 32px !important; font-size: 14px !important; }
@media (max-width: 576px) {
    .share-area { width: 100%; display: flex; justify-content: center; margin-bottom: 10px; }
}

/* Haber Detay Resmi (Kare Crop) */
.article-image img {
    width: 100% !important; 
    height: 457px !important; 
    aspect-ratio: 1 / 1 !important; 
    object-fit: cover !important;    
    object-position: center center !important; 
    border-radius: 8px !important; 
}

/* Yazar Detay & Author Box */
.yazar-wrapper { position: relative; }
.yazar-header { display: flex; align-items: center; width: 100%; margin-bottom: 25px; }
.yazar-header h2 { margin: 0; padding-right: 15px; font-size: 24px; font-weight: 800; color: #000; line-height: 1; white-space: nowrap; }
.yazar-line { flex-grow: 1; height: 3px; background-color: #d60000; border-radius: 2px; }
.yazar-item { text-align: center; display: block; padding-bottom: 2px; }
.yazar-img {
    width: 80px !important; height: 100px !important;
    object-fit: cover !important; max-width: none !important;
    border-radius: 5px; border: 1px solid #ddd;
    margin: 0 auto 15px auto; 
    display: block; transition: border-color 0.3s ease; box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.yazar-item:hover .yazar-img { border-color: #d60000; }
.yazar-name { font-size: 17px; font-weight: 700; color: #d60000; margin-bottom: 5px; line-height: 1.3; letter-spacing: -0.8px; }
.yazar-name:hover { color: #b30000; }
.yazar-title { color: #000; font-size: 15px; font-weight: 500; line-height: 1.3; letter-spacing: -0.8px; height: 42px; overflow: hidden; margin: 0 auto; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; width: 95%; }
.yazar-title:hover { color: #d60000; }

.yazar-swiper-container { padding-bottom: 50px !important; position: relative; overflow: hidden; }
@media (max-width: 991px) {
    .yazar-swiper-container { margin-left: -15px !important; margin-right: -15px !important; width: calc(100% + 30px) !important; padding-left: 15px !important; padding-right: 15px !important; }
}
.yazar-pagination-custom { bottom: 0 !important; left: 0; width: 100%; text-align: center; position: absolute; z-index: 10; line-height: 0; }
.yazar-pagination-custom .swiper-pagination-bullet { width: 12px; height: 12px; background: #bbb; opacity: 1; margin: 0 5px !important; display: inline-block; border-radius: 50%; transition: all 0.3s; }
.yazar-pagination-custom .swiper-pagination-bullet-active { background: #d60000; width: 25px; border-radius: 10px }

/* Author Box (Haber İçi Yazar Kutusu) */
.author-box {
    display: flex; align-items: center; background-color: #f8f9fa; border: 1px solid #dee2e6; 
    border-radius: 8px; padding: 15px; margin-bottom: 30px; gap: 20px; min-height: auto; height: auto;      
}
.author-box .yazar-img { margin-bottom: 0 !important; }

@media (max-width: 768px) {
    .author-box { flex-direction: column; align-items: center; text-align: center; padding: 20px; }
    .author-box .author-info { width: 100%; }
    .author-box h3, .author-box h1 { text-align: center; }
    .author-box h1.article-title { font-size: 22px !important; line-height: 1.4 !important; }
    .author-box .text-muted { justify-content: center; display: flex; flex-wrap: wrap; }
}

/* Benzer Haberler (Related) */
.related-news-area { margin-top: 40px; padding-top: 20px; border-top: 1px solid #eee; }
.related-item { display: block; text-decoration: none !important; transition: transform 0.3s ease; }
.related-item:hover { transform: translateY(-5px); }
.related-img-box { height: 140px; overflow: hidden; border-radius: 5px; margin-bottom: 10px; position: relative; }
.related-img-box img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.related-item:hover .related-img-box img { transform: scale(1.1); }
.related-title { font-size: 14px; font-weight: 700; line-height: 1.4; color: #111; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; margin: 0; }
.related-item:hover .related-title { color: #d60000; }

/* ==========================================================================
   10. KATEGORİ, ARŞİV VE SAYFALAMA
   ========================================================================== */
/* Kategori Kartları */
.kategori-kart { position: relative; display: block; width: 100%; text-decoration: none !important; }
.kategori-img-wrap { height: 180px; position: relative; overflow: hidden; border-radius: 5px; background-color: #f0f0f0; margin-bottom: 12px; }
.kategori-img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.kategori-kart:hover .kategori-img { transform: scale(1.1); }
.kategori-date { position: absolute; top: 0; left: 0; z-index: 20; background-color: #d60000; color: #fff; padding: 5px 10px; font-size: 11px; font-weight: 700; line-height: 1; border-bottom-right-radius: 10px; }
.kategori-title { color: #000; font-family: 'Poppins', sans-serif; font-size: 17px; font-weight: 700; letter-spacing: -0.3px; line-height: 1.3; margin: 0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; transition: color 0.3s ease; }
.kategori-kart:hover .kategori-title { color: #d60000; }

/* Arşiv Sayfası ve Arama */
.archive-search-box { background-color: #f8f9fa; border: 1px solid #dee2e6; border-radius: 8px; padding: 20px; }
.archive-item { display: flex; background: #fff; border: 1px solid #eee; border-radius: 8px; overflow: hidden; margin-bottom: 20px; transition: all 0.3s ease; }
.archive-item:hover { box-shadow: 0 5px 15px rgba(0,0,0,0.08); border-color: #d60000; transform: translateY(-3px); }
.archive-img-wrap { width: 220px; min-width: 220px; height: 140px; position: relative; overflow: hidden; }
.archive-img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.archive-item:hover .archive-img { transform: scale(1.1); }
.archive-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; justify-content: center; }
.archive-title { font-size: 20px; font-weight: 700; line-height: 1.4; margin-bottom: 10px; color: #000; text-decoration: none !important; }
.archive-title:hover { color: #d60000; }
.archive-spot { font-size: 15px; color: #555; line-height: 1.5; margin-bottom: 10px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.archive-meta { font-size: 12px; color: #888; font-weight: 600; }

@media (max-width: 768px) {
    .archive-item { flex-direction: column; }
    .archive-img-wrap { width: 100%; height: 200px; }
    .archive-title { font-size: 18px; }
}

.btn-filtre { background-color: #d60000 !important; color: #fff !important; border: none !important; transition: all 0.3s ease; }
.btn-filtre:hover { background-color: #000000 !important; color: #fff !important; transform: translateY(-2px); }

/* Pagination (Global) */
.pagination-wrapper { margin-top: 30px; margin-bottom: 30px; text-align: center; width: 100%; }
.pagination-wrapper .pagination { display: inline-flex; padding-left: 0; list-style: none; justify-content: center; gap: 5px; }
.pagination-wrapper .page-link { display: block; color: #333; background-color: #fff; border: 1px solid #eee; padding: 8px 14px; border-radius: 4px; font-weight: 600; font-size: 14px; text-decoration: none; transition: all 0.3s ease; }
.pagination-wrapper .page-item.active .page-link { background-color: #d60000; border-color: #d60000; color: #fff; }
.pagination-wrapper .page-link:hover { color: #d60000; background-color: #f9f9f9; border-color: #ddd; }

/* ==========================================================================
   11. FOOTER
   ========================================================================== */
.site-footer { background-image: url('../images/footerbg.jpg'); background-size: cover; background-position: center; background-repeat: no-repeat; color: #fff; padding-top: 50px; position: relative; z-index: 10; font-family: 'Poppins', sans-serif; width: 100%; overflow: hidden; }
.footer-logo { height: 45px !important; width: auto !important; max-width: none !important; display: inline-block !important; }
.footer-overlay { background-color: rgba(0, 0, 0, 0.20); position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.footer-title { font-size: 16px; font-weight: 700; color: #fff; text-transform: uppercase; border-bottom: 2px solid #d60000; padding-bottom: 10px; margin-bottom: 20px; display: inline-block; padding-left: 0 !important; }

.footer-menu { list-style: none; padding: 0; margin: 0; }
.footer-menu li { margin-bottom: 10px; }
.footer-menu a { color: #ccc; text-decoration: none; font-size: 14px; transition: color 0.3s; }
.footer-menu a:hover { color: #d60000; padding-left: 5px; }

.footer-bottom { background-color: #000; padding: 20px 0; margin-top: 40px; border-top: 1px solid #222; font-size: 13px; color: #888; }
.footer-social a { color: #fff; margin-left: 15px; font-size: 18px; transition: transform 0.3s, color 0.3s; }
.footer-social a:hover { color: #d60000; transform: scale(1.2); }

@media (max-width: 991px) {
    .footer-widget { margin-bottom: 30px; text-align: center; }
    .footer-logo { margin-left: auto !important; margin-right: auto !important; display: block !important; margin-bottom: 0px; height: 38px !important; }
    .footer-bottom .text-start, .footer-bottom .text-end { text-align: center !important; }
    .footer-social { margin-top: 15px; justify-content: center; display: flex; }
    .footer-social a { margin: 0 10px; }
}

/* ==========================================================================
   12. VİZYONDAKİLER
   ========================================================================== */
    .cinema-strip-wrapper {
        position: relative;
        background: #fff;
        border: 1px solid #eee;
        border-radius: 6px;
        padding: 15px 0;
    }

    .cinema-strip {
        display: flex;
        overflow-x: auto; /* Yatay kaydırma */
        gap: 15px;
        padding: 0 0px;
        /* Scrollbar Gizleme */
        scrollbar-width: none; 
        -ms-overflow-style: none;
        /* CSS smooth özelliğini kaldırdık, JS ile yapacağız */
        scroll-behavior: auto; 
    }
    .cinema-strip::-webkit-scrollbar { display: none; }

    /* KART YAPISI */
    .movie-card {
        flex: 0 0 130px; /* Sabit Genişlik */
        text-decoration: none;
        position: relative;
        transition: transform 0.2s;
        cursor: pointer;
    }
    .movie-card:hover { transform: translateY(-3px); }

    /* POSTER ALANI */
    .poster-wrap {
        width: 130px;
        height: 195px;
        border-radius: 6px;
        overflow: hidden;
        background: #f0f0f0;
        position: relative;
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }
    
    .movie-poster {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* TARİH ETİKETİ */
    .date-badge {
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(214, 0, 0, 0.9);
        color: #fff;
        font-size: 10px;
        padding: 3px 8px;
        border-bottom-right-radius: 6px;
        font-weight: 600;
        z-index: 2;
    }

    /* BAŞLIK */
    .movie-title-strip {
        margin-top: 8px;
        font-family: 'Poppins', sans-serif;
        font-size: 13px;
        font-weight: 700;
        color: #000;
        text-align: center;
        line-height: 1.3;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        height: 34px;
    }
    
    .movie-card:hover .movie-title-strip { color: #d60000; }

    /* OKLAR */
    .strip-nav {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: #fff;
        border: 1px solid #ddd;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        cursor: pointer;
        z-index: 10;
        color: #333;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s;
    }
    .strip-nav:hover { background: #d60000; color: #fff; border-color: #d60000; }
    .strip-nav.left { left: 5px; }
    .strip-nav.right { right: 5px; }
}