@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&family=Roboto:wght@400;700&display=swap');

:root {
    --primary: #ec0000;
    --primary-dark: #8E1C21;
    --white: #fff;
}

html {
    scroll-behavior: smooth;
}
/* Genel */
body {
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    color: #111;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

/* Header */
.header {
    position: sticky;
    top: 0;
    width: 100%;
    height: 56px;
    background: var(--primary);
    display: flex;
    align-items: center;
    z-index: 888;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;

}

.site-logo h1{
    display: none;
    visibility: hidden;

}
#wpadminbar {
    z-index: 555 !important;
}

.tab-menu-section {
    border-radius: 14px;
}

.tab-menu-title {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .8px;
    margin-bottom: 10px;
    color: #666;
}

.tab-menu-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.tab-menu-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 14px;
    background: #f8f9fa;
    border-radius: 12px;
    text-decoration: none;
    color: #222;
    transition: all .25s ease;
}

.tab-menu-item:hover {
    background: #ec0000;
    color: #fff;
    transform: translateX(4px);
}

.tab-menu-text {
    font-weight: 500;
    font-size: 15px;
}

.tab-menu-badge {
    background: #e1e1e1;
    color: #333;
    font-size: 12px;
    padding: 3px 9px;
    border-radius: 20px;
    line-height: 18px;
    font-weight: 700;
}

.tab-menu-item:hover .tab-menu-badge {
    background: rgba(255,255,255,.25);
    color: #fff;
}

.tab-page-item i {
    opacity: .5;
}

.tab-menu-item:hover i {
    opacity: 1;
}






.container-fluid {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Logo */
.logo-container {
    display: flex;
    align-items: center;
    max-width: 256px;
}

.logo-container a {
    margin-right: 15px;
    color: var(--white);
}

.logo-container i,
.right-menu a,
.main-nav a,
.logo-container img {
    transition: opacity .3s ease;
}

.logo-container i {
    font-size: 25px;
}

.logo-container img {
    width: 200px;
}

.logo-container a:hover i,
.right-menu a:hover,
.main-nav a:hover,
.logo-container a:hover img {
    opacity: .8;
}

/* Menü */
.main-nav {
    display: flex;
    gap: 1rem;
    font-weight: 700;
    font-size: 1.2rem;
}

.main-nav a {
    color: var(--white);
    text-decoration: none;
}

/* Sağ Menü */
.right-menu {
    display: flex;
    gap: 1rem;
    width: 100%;
    max-width: 256px;
    justify-content: flex-end;
}

.right-menu a {
    color: var(--white);
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: .5rem;
}

.right-menu i {
    margin-top: 5px;
}

/* Profil */
.profile {
    background: var(--primary-dark);
    border-radius: 15px;
    padding: 0 .75rem;
    text-decoration: none;
}

.profile i {
    margin-top: 0;
}

.search-body {
    padding: 5px;
    background: #fff;
    border-bottom: 1px solid #EFEFEF;

}

.search-form {
    max-width: 450px;
}

.search-input {
    height: 40px;
    border-radius: 4px;
    padding-left: 20px;
    border: 1px solid #e5e7eb;
}

.search-input:focus {
    box-shadow: none;
    border-color: var(--primary-dark);
}

.search-btn {
    height: 40px;
    padding: 0 22px;
    border-radius: 4px;
    background: var(--primary);
    color: #fff;
}

.search-btn:hover {
    background: var(--primary-dark);
    color: #fff;
}

.ads970x250 {
    position: relative;
    padding: 25px;
    margin: 0;
    display: flex;
    background: #EFEFEF;
    border-bottom: 1px solid #e5e7eb;
    width: 100%;
    height: 300px;
    align-items: center;
    justify-content: center;
}

.ads970x250-alt {
    position: relative;
    width: 970px;
    height: 250px;
    background: #EFEFEF;

}

.footer-ads970x250 {
    position: relative;
    padding: 25px;
    margin: 0;
    display: flex;
    background: #EFEFEF;
    border-bottom: 1px solid #e5e7eb;
    width: 100%;
    height: 300px;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
}

.footer-ads970x250-alt {
    position: relative;
    width: 970px;
    height: 250px;
    background: #EFEFEF;

}


.main {
    margin: auto;
    margin-top: 56px;
    width: 100%;
    max-width: 1350px;
    position: relative;
    height: auto;
    display: flex;
    gap: 25px;
    justify-content: space-between;
}


.left-aside {
    display: flex;
    flex-direction: column;
    width: 120px;
    height: auto;
    padding: 0;
}

.left-aside-alt, .right-aside-alt {
    position: sticky;
    margin: 0;
    top: 75px;
    padding: 0;
    display: flex;
    width: 120px;
    height: 600px;
    background: #efefef;
}

.right-aside {
    display: flex;
    flex-direction: column;
    width: 120px;
    height: auto;
    padding: 0;
}


.main-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1060px;
    height: auto;

}

.article-main-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1060px;
    height: auto;

}

.cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    width: 100%;
}

/* Make whole card clickable */
.card-breaking a.main-link {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.card-breaking {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    background: white;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}

/* Image */
.card-breaking figure {
    aspect-ratio: 650 / 490;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.card-breaking img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
}

.card-breaking:hover img {
    transform: scale(1.05);
}


.card-content {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 10px;
    margin: 0;
}

.card-content h2 {
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 400;

}

.card-content a {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* kaç satır */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-decoration: none;
    color: #111;
}

.card-meta {
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 11px;
    gap: 5px;
    text-align: center;
    opacity: .6;
}


.card-meta time {
    padding: 3px 5px;
    background: #ff0000;
    line-height: 15px;
    border-radius: 14px;
}

.card-meta span {
    padding: 3px 5px;
    background: #ff0000;
    line-height: 14px;
    border-radius: 14px;
}


.manset {
    position: relative;
    margin-top: 10px;
    display: flex;
    width: 100%;
    max-width: 1060px;
    gap: 10px;
}

/* SOL - responsive alan */
.manset-left {
    display: flex;
    flex-direction: column;
    flex: 1; /* kalan alanı al */
    min-width: 0; /* ⚠️ swiper için şart */
    padding: 0;
}

/* SAĞ - SABİT */
.manset-right {
    display: flex;
    flex-direction: column;
    width: 336px;
    height: auto;
    flex-shrink: 0; /* asla küçülme */
}

.ads336x280 {
    display: flex;
    flex-direction: column;
    width: 336px;
    height: 280px;
    background: #EFEFEF;
    margin-bottom: 10px;
    border-radius: 4px;

    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}

.social-card {
    width: 336px;
    background: #fff;
    border-radius: 4px;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}

.social-card h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 14px;
    text-align: center;
    color: #111;
}

.social-links {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.social-links a {
    flex: 1;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-size: 22px;
    color: #fff;
    transition: all .25s ease;
    text-decoration: none;
}

/* Platform renkleri */
.social-links a:nth-child(1) {
    background: #1877f2;
}

/* Facebook */
.social-links a:nth-child(2) {
    background: #000;
}

/* X */
.social-links a:nth-child(3) {
    background: #0a66c2;
}

/* LinkedIn */
.social-links a:nth-child(4) {
    background: #e4405f;
}

/* Instagram */
.social-links a:nth-child(5) {
    background: #25d366;
}

/* WhatsApp */

.social-links a:hover {
    transform: translateY(-3px);
    filter: brightness(1.1);
}


.mySwiper {
    width: 100%;
    max-width: 1060px;
    height: auto;
    padding-bottom: 56px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
    border-bottom-left-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

.swiper-slide {
    position: relative;
}

.swiper-slide figure {
    margin: 0;
    position: relative;
}

.swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
}

.swiper-slide figcaption {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.75));
    padding: 20px;
    display: none;
    visibility: hidden;
}

.swiper-slide h3 {
    margin: 0;
    color: #fff;
    font-size: 20px;
    line-height: 1.3;
}


.swiper-pagination {
    position: absolute !important;
    bottom: 1px !important;
    left: 0 !important;
    width: 100%;
    display: flex !important;
    justify-content: center !important;
    padding: 10px 15px !important;
    background: #fff;

}

/* Pagination numeric */
.swiper-pagination-bullet {
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    color: #000;
    background: #fff;
    opacity: 1;
    border: 1px solid #ddd;
    border-radius: 36px;
    font-weight: 700;
}

.swiper-pagination-bullet-active {
    background: #ff0000;
    color: #fff;
    border: 1px solid #ff0000;

}


.ads300x50 {
    position: relative;
    width: 100%;
    padding: 10px;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    border-radius: 4px;
    background: #EFEFEF;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}

.ads300x50-alt {
    position: relative;
    width: 300px;
    height: 50px;
    margin: auto;
}


.card-grid-manset-alt {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    margin-top: 10px;
}

/* Kart */


.empty-card {
    width: 100%;
    height: auto;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;

}

/* Figure */
.empty-card figure {
    margin: 0;
}

/* Görsel */
.empty-card img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

/* Başlık alanı */
.empty-card figcaption {
    padding: 12px 14px;
}

/* 2 satır + ... */
.empty-card h3 {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.35;
    color: #111;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

    overflow: hidden;
    text-overflow: ellipsis;
}

.card-link {
    display: block;
    color: inherit;
    text-decoration: none;
    height: 100%;
}


.cat-title {
    position: relative;
    padding: 0;
    font-size: 35px;
    font-weight: 900;
    margin-top: 25px;
    letter-spacing: -3px;
    width: 100%;
    border-bottom: 3px solid #ff0000;
}


.site-footer {
    background: #111;
    color: #bbb;
    font-size: 14px;
}

.footer-container {
    max-width: 1200px;
    margin: auto;
    padding: 40px 16px 24px;
}

/* TOP */
.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    border-bottom: 1px solid #222;
    padding-bottom: 24px;
}

.footer-brand {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer-copy {
    font-size: 12px;
    color: #777;
}

.footer-social {
    display: flex;
    gap: 14px;
}

.footer-social a {
    width: 38px;
    height: 38px;
    background: #1c1c1c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    transition: all .25s ease;
    line-height: 15px;
}

.footer-social a:hover {
    background: #ff3b3b;
}

/* MENU */
.footer-menu {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding: 32px 0;
}

.footer-menu a {
    display: block;
    color: #bbb;
    text-decoration: none;
    padding: 6px 0;
    font-size: 14px;
}

.footer-menu a:hover {
    color: #fff;
}

/* BOTTOM */
.footer-bottom {
    border-top: 1px solid #222;
    padding-top: 16px;
}

.footer-bottom p {
    font-size: 12px;
    color: #777;
    line-height: 1.6;
    margin: 0;
}
.breadcrumb-wrap {
    max-width: 1060px;
    margin-top: 15px;
    margin-bottom: 5px;
    padding: 0 5px;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 13px;


}

.breadcrumb-item {
    color: #666;
}

.breadcrumb-item a {
    color: #EC1600;
    text-decoration: none;
}

.breadcrumb-item a:hover {
    text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "›";
    margin: 0 3px;
    color: #aaa;
}
.article-main-content h1 {
    padding: 0;
    margin: 0;
}
.excerpt {
    font-size: 18px;
    padding: 0;
    margin:15px 0;
    color: #878787;

}

.news-detail-text {
    font-size: 13px;
    font-weight: 700;
    line-height: 17px;
    margin-top: 15px;
    text-align: left;
}

.news-tags__link {
    background-color: #A0191D;
    border-radius: 18px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    letter-spacing: -.56px;
    line-height: 16px;
    margin-bottom: 10px;
    margin-right: 5px;
    padding: 5px 10px;
    text-decoration: none;
}















.share-buttons {
    display: flex;
    gap: 5px;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.share-btn {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f2f2f2;
    color: #333;
    font-size: 16px;
    border: none;
    cursor: pointer;
    transition: all 0.25s ease;
    text-decoration: none;
}

.share-btn:hover {
    transform: translateY(-2px);
    background: #e6e6e6;
}

/* Marka renkleri (hover) */
.share-btn.facebook:hover { background: #1877f2; color: #fff; }
.share-btn.x:hover        { background: #000; color: #fff; }
.share-btn.linkedin:hover { background: #0a66c2; color: #fff; }
.share-btn.whatsapp:hover { background: #25d366; color: #fff; }
.share-btn.mail:hover     { background: #6c757d; color: #fff; }
.share-btn.copy:hover     { background: #198754; color: #fff; }











.main-icerik {
    position: relative;
    max-width: 1060px;
    padding: 0;
    margin-top: 25px;
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
    gap: 25px;
}

.main-icerik-left {
    display: flex;
    flex-direction: column;
    flex: 1; /* kalan alanı al */
    min-width: 0; /* ⚠️ swiper için şart */
    padding: 0;
    background: #fff;


}
/* ===============================
   HABER İÇERİK ALANI
================================ */

.main-icerik-left {
    font-size: 18px;
    line-height: 1.75;
    color: #1f2937;
    word-wrap: break-word;
}

/* Paragraflar */
.main-icerik-left p {
    margin: 0 0 18px;
    font-family: 'Roboto', sans-serif;

}

/* Başlıklar */
.main-icerik-left h2,
.main-icerik-left h3,
.main-icerik-left h4,
.main-icerik-left h5,
.main-icerik-left h6 {
    margin: 32px 0 14px;
    font-weight: 700;
    line-height: 1.35;
    color: #111827;
}


/* Linkler */
.main-icerik-left a {
    color: #2563eb;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
}

.main-icerik-left a:hover {
    color: #1d4ed8;
}

/* Görseller */
.main-icerik-left img {
    max-width: 100%;
    height: auto;
    margin: 20px 0;
    display: block;
}

/* WordPress figure */
.main-icerik-left figure {
    margin: 25px 0;
}

.main-icerik-left figcaption {
    font-size: 14px;
    color: #6b7280;
    text-align: center;
    margin-top: 8px;
}

/* Listeler */
.main-icerik-left ul,
.main-icerik-left ol {
    margin: 0 0 20px 25px;
}

.main-icerik-left li {
    margin-bottom: 8px;
}

/* Blockquote */
.main-icerik-left blockquote {
    border-left: 4px solid #2563eb;
    padding: 10px;
    background: #f8fafc;
    font-style: italic;
    margin: 10px 0;
}
.main-icerik-left blockquote p {
    margin: 0;
}

/* Kod bloğu */
.main-icerik-left pre {
    background: #0f172a;
    color: #e5e7eb;
    padding: 10px;
    overflow-x: auto;
    font-size: 14px;
}

.main-icerik-left code {
    font-size: 14px;
}

/* Tablo */
.main-icerik-left table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
}

.main-icerik-left th,
.main-icerik-left td {
    border: 1px solid #e5e7eb;
    padding: 12px;
    text-align: left;
}

.main-icerik-left th {
    background: #f3f4f6;
    font-weight: 600;
}

/* ===============================
   VIDEO – RESPONSIVE 16:9
================================ */
/* ===============================
   VIDEO – %100 ÇALIŞAN ÇÖZÜM
================================ */

/* iframe ve video her durumda görünür */
/* ===============================
   RESPONSIVE VIDEO – NET ÇÖZÜM
================================ */

.main-icerik-left iframe,
.main-icerik-left video {
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    display: block;
}

/* WordPress embed blokları */
.main-icerik-left .wp-block-embed iframe,
.main-icerik-left .wp-block-video video {
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
}


/* ===============================
   GALERİ
================================ */

.main-icerik-left .wp-block-gallery {
    margin: 30px 0;
}



.main-icerik-right {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
    width: 300px;
    height: auto;
    flex-shrink: 0;
}




.ads300x250 {
    position: relative;
    width: 300px;
    height: 250px;
    background: #EFEFEF;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
    margin-bottom: 25px;
}




.category-main-content-right  .ads300x250 {
    position: sticky;
    top:76px;
}


.aside-content-cards {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 300px;
    height: auto;
}

.aside-content-card {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
    margin-bottom:10px;
}

.aside-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.aside-card-image {
    width: 100%;
    aspect-ratio: 650 / 490;
    overflow: hidden;
    margin: 0;

}

.aside-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.aside-card-body {
    padding: 10px;
}

.aside-card-title {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.35;
    margin: 0 0 8px;
    color: #111;
    display: -webkit-box;
    -webkit-line-clamp: 2;       /* 🔴 2 satırdan sonra ... */
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;

}








.category-main-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1060px;
    height: auto;

}




.main-category-title {
    position: relative;
    width:  100%;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}





.category-main-content-alt {
    position: relative;
    max-width: 1060px;
    padding: 0;
    margin-top: 25px;
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
    gap: 25px;
}

.category-main-content-left {
    display: flex;
    flex-direction: column;
    flex: 1; /* kalan alanı al */
    min-width: 0; /* ⚠️ swiper için şart */
    padding: 0;

}

.category-main-content-right {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
    width: 300px;
    height: auto;
    flex-shrink: 0;
}

.fb-post-card {
    position: relative !important;
    width: 100% !important;
    background: #ffffff !important;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
    margin-bottom: 25px !important;
    overflow: hidden !important;
}

/* Tüm kartı kaplayan link */
.card-overlay-linka {
    position: absolute !important;
    inset: 0 !important;
    z-index: 10 !important;
    text-indent: -9999px !important;
    pointer-events: auto !important; /* KRİTİK */
}

/* Kart içeriği tıklamayı almasın */
.fb-post-card *:not(.card-overlay-linka) {
    position: relative !important;
    z-index: 1 !important;
    pointer-events: none !important;
}


/* Header */
.fb-post-header {
    display: flex;
    align-items: center;
    padding: 12px;
}

.fb-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.fb-user-info span {
    display: block;
    font-size: 12px;
    color: #65676b;
}

/* Metin */
.fb-post-text {
    padding: 10px;
    font-size: 14px;
    color: #050505;
    margin: 0;
    color: #6c757d;
}
/* Metin */
.fb-post-text p{
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* kaç satır */
    -webkit-box-orient: vertical;
    overflow: hidden;

}

/* Görsel */
.fb-post-image img {
    width: 100% !important;
    height: auto !important;
    display: block;
}

.fb-post-image {
    margin: 0;
}
/* İçerik */
.fb-post-content {
    padding: 12px;
}

.fb-post-content h2 {
    font-size: 16px;
    color: #6c757d;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* kaç satır */
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 700;
}

.fb-post-content a {
    color: #6c757d;
    text-decoration: none;
    font-size: 14px;
}






.pagination .page-link {
    color: #333;
    border-radius: 6px;
    margin: 0 4px;
}

.pagination .page-item.active .page-link {
    background-color: #0d6efd;
    border-color: #0d6efd;
    color: #fff;
}

.pagination .page-link:hover {
    background-color: #f1f1f1;
}


.category-pagination .page-numbers {
    display: inline-block;
    padding: 6px 12px;
    margin: 0 3px;
    border: 1px solid #ddd;
    color: #000;
    text-decoration: none;
}

.category-pagination .page-numbers.current {
    background: #0d6efd;
    color: #fff;
    border-color: #0d6efd;
}

.category-pagination .page-numbers:hover {
    background: #f1f1f1;
}


/* RESPONSIVE */
@media (max-width: 900px) {
    .footer-menu {
        grid-template-columns: repeat(2, 1fr);
    }




    .main-icerik {
        display: flex;
        flex-direction: column;
        gap: 0px;
        align-items: center;
    }

    .main-icerik-left {
       width: 100%;
        max-width: 800px;

    }

    .main-icerik-right {
        display: none;
        visibility: hidden;
    }





    .category-main-content-alt {
        display: flex;
        flex-direction: column;
        gap: 0px;
        align-items: center;
    }

    .category-main-content-left {
        width: 100%;
        max-width: 800px;

    }

    .category-main-content-right {
        display: none;
        visibility: hidden;
    }






}

@media (max-width: 500px) {
    .footer-top {
        flex-direction: column;
        align-items: flex-start;
    }
}


/* 800px ve altı → 2’li */
@media (max-width: 800px) {
    .card-grid-manset-alt {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}


/* Responsive */
@media (max-width: 1375px) {
    .main {
        justify-content: center;
    }


    .left-aside, .right-aside {
        display: none;
        visibility: hidden;
    }
}


@media (max-width: 1115px) {
    .main-nav {
        display: none;
        visibility: hidden;
    }
}


@media (max-width: 1090px) {

.category-main-content-alt {
    padding: 0 10px;
}


}

@media (max-width: 1076px) {


    .cards-grid {
        gap: 5px;
        padding: 0 5px;
    }

    .cat-title {
        padding: 0 5px;

    }

    .manset {
        gap: 5px;
        padding: 0 5px;
    }

    .card-grid-manset-alt {
        gap: 5px;
        padding: 0 5px;
    }

    .article-main-content {
    padding: 0 15px;
    }
}


@media (max-width: 1041px) {

    .mySwiper {
        padding-bottom: 45px;
    }

    .swiper-pagination-bullet {
        width: 25px;
        height: 25px;
        line-height: 25px;

    }

    .ads970x250 {
        display: none;
        visibility: hidden;
    }


    .footer-ads970x250 {
        display: none;
        visibility: hidden;
    }
.site-footer {
    margin-top: 60px;
}

}


@media (max-width: 896px) {
    .swiper-pagination-bullet {
        margin: 0 2px !important;
    }

}


@media (max-width: 888px) {


    .card-meta {
        gap: 2px;
    }

    .card-content h2 {
        padding: 0;
        margin: 0;
        font-size: 13px;
        font-weight: 400;
    }

}

/* =====================
   800px ALTINDA
===================== */
@media (max-width: 800px) {
    .manset {
        flex-direction: column;
    }

    .manset-right {
        width: 100%;
        height: auto;
        align-items: center;
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .manset-left {
        width: 100%;
    }

    /* Pagination numeric */
    .swiper-pagination-bullet {
        width: 36px;
        height: 36px;
        line-height: 36px;

    }
}


@media (max-width: 636px) {

    .mySwiper {
        padding-bottom: 35px;
    }

    .swiper-pagination {
        padding: 5px 0 !important;
    }


    .swiper-pagination-bullet {
        width: 25px;
        height: 25px;
        line-height: 25px;
    }


}


@media (max-width: 549px) {
    .cards-grid {
        display: none;
        visibility: hidden;
    }

    .main {
        margin-top: 10px;
    }


}


/* Responsive */
@media (max-width: 448px) {

    .mySwiper {
        padding-bottom: 30px;
    }

    /* Pagination numeric */
    .swiper-pagination-bullet {
        width: 20px;
        height: 20px;
        text-align: center;
        line-height: 21px;
        font-size: 14px;
        color: #000;
        background: #fff;
        border: none;
        border-radius: 0;
        font-weight: 700;
    }

    .swiper-pagination-bullet-active {
        background: #ff0000;
        color: #fff;
        border-radius: 20px;
    }

}

/* Responsive */
@media (max-width: 538px) {
    .profile {
        display: none !important;
        visibility: hidden !important;
    }


}