﻿.HeaderBaslik {
    font-size: 18px;
    text-align: center;
    margin: 60px 0px 0px 0px;
    font-weight: 700;
}

.HeaderAtaturkBanner {
    float: right !important;
    max-height: none !important;
    width: 90% !important;
    margin: 12px 0px 0px 0px !important;
}

/* Yönetim Paneli Butonu - Header */
.admin-panel-link {
    background: linear-gradient(135deg, #af232e 0%, #d32f3a 100%);
    color: #ffffff !important;
    padding: 6px 14px !important;
    border-radius: 20px;
    font-weight: 600 !important;
    font-size: 12px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(175, 35, 46, 0.3);
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.admin-panel-link:hover {
    background: linear-gradient(135deg, #8f1c25 0%, #af232e 100%);
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(175, 35, 46, 0.5);
    transform: translateY(-1px);
}

.admin-panel-link i {
    font-size: 13px;
}

/* Mobil için responsive */
@media (max-width: 768px) {
    .admin-panel-link {
        font-size: 11px;
        padding: 5px 10px !important;
    }
}
/* HABER BANDI - Kurumsal Slider */
.HaberBandi { /* Ana kapsayıcı */
    padding: 20px 0;
}

/* Shared Header - Alt ayırıcı (kurumsal) */
header.wf100.header {
    border-bottom: 2px solid rgba(225, 73, 86, 0.22);
    box-shadow: 0 1px 0 rgba(31,42,55,.03);
}
.hb-content { padding-top: 15px; margin-left: 10px; border-right:1px solid #000000; min-height: 276px; }
/* Kurumsal Header Menü */
.header-navbar { border: 0; box-shadow: none; }
.header-brand { padding: 10px 0 6px 0; }
.header-menu { padding-top: 8px; }
.header-nav > li > a {
    color: #1f2a37;
    font-weight: 600;
    padding: 14px 16px;
}
.header-nav > li > a:hover,
.header-nav > li.open > a,
.header-nav > li.active > a { color: #af232e; background: transparent; }

/* Sağdaki arama butonunu menü ile hizala */
.header-navbar .navbar-right > li > a {
    color: #1f2a37;
    font-weight: 600;
    padding: 14px 16px;
}
.header-navbar .navbar-right > li > a:hover { color: #af232e; background: transparent; }
.header-navbar .navbar-right .search-icon { display: inline-flex; align-items: center; }

/* Menü arka planını kurumsal şerit ile ayır */
.logo-nav-row { background: #ffffff; }
.header-menu { border-top: 2px solid rgba(175,35,46,.12); }
.header-top { padding: 10px 0; }
.header-logo img { height: 150px; }
.header-banner-img { max-height: 100px; margin: 34px 0; }
.header-search-btn { display:inline-flex; align-items:center; justify-content:center; width:44px; height:44px; border-radius:50%; color:#1f2a37; border:1px solid rgba(0,0,0,.1); }
.header-search-btn:hover { color:#af232e; border-color: rgba(175,35,46,.4); }
.header-top-search {     display: flex;
        align-items: center;
        justify-content: flex-end;
        height: 150px; }

/* Mobil görünüm: sağ banner ve arama butonu gizlenir */
@media (max-width: 767px) {
    .HeaderBaslik {
        font-size: 20px;
        text-align: center;
        margin: 25px 0px 0px 0px;
    }
    .header-top-banner,
    .header-top-search { display: none !important; }
    .header-top-left { text-align: center; }
    .header-logo img { height: 96px; }
    .header-top { padding: 8px 0; }
}
.BorderBottomCizgisi {
    border-bottom: 3px solid rgba(175, 35, 46, .22);
    box-shadow: 0 1px 0 rgba(31,42,55,.03);
    margin-bottom:20px;
}
.HaberSliderResim{
    width:100%!important;
}

.AtaturkImza{
    width:100px !important;
}

.hb-desc{
    font-size: 18px;
}

.HaberBandi{
    background: #fffafa;
    background-image: url(/assets/images/HaberBg.png);
    animation: bg-slide 200s linear infinite;
    margin-bottom: 50px;
}


@keyframes bg-slide {
    0% {
        background-position: 0 bottom;
    }

    100% {
        background-position: -100% bottom;
    }
}
/* Haber başlığını kurumsal olarak öne çıkar */
#haberBandi .hb-title {
    position: relative;
    margin: 6px 0 12px 0;
    padding-left: 16px; /* Sol şerit için boşluk */
    font-size: 24px; /* Haber başlığını belirginleştir */
    font-weight: 900;
    line-height: 1.25;
    color: #2a2541; /* Kurumsal koyu ton */
}

#haberBandi .hb-title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    bottom: 4px;
    width: 6px; /* Vurgu şeridi kalınlaştırıldı */
    background-color: #af232e; /* Kurumsal birincil renk */
    border-radius: 2px;
}

/* Haber etiketinin belirgin ve kurumsal görünmesi */
#haberBandi .hb-tag {
    display: inline-block;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .3px;
    text-transform: uppercase;
    color: #af232e;
    background: rgba(175,35,46,.08);
    border: 1px solid rgba(175,35,46,.25);
    border-radius: 999px;
    margin-bottom: 8px;
}


.SliderGorsel {
    border:7px solid #2a2541;
    height: 275px;
    width:100%;
    overflow: hidden;
    /* border: 2px solid #fff; */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    position: relative;
}


.HaberGorsel {
    border: 7px solid #2a2541;
    height: 175px;
    width: 100%;
    overflow: hidden;
    /* border: 2px solid #fff; */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    position: relative;
}

.KurumsalGorsel {
    border: 7px solid #2a2541;
    height: 330px;
    width: 100%;
    overflow: hidden;
    /* border: 2px solid #fff; */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    position: relative;
}




/* Slayt görselleri için sınıflar - Razor yolu CSS'te çalışır */
/* Artık inline style ile yönetiliyor */


/* Sağ taraftaki haber listesi */
.hb-list ul {
    margin: 0;
    padding: 0;
  
}
.hb-list .hb-list-item {
    padding: 10px 10px;
    border-bottom: 1px solid #e9ecef;
    cursor: pointer;
    transition: background-color .15s ease;
    border-radius: 5px;
    margin-bottom: 3px;
    border: 1px solid  transparent;
}
.hb-list { max-height: 360px; overflow-y: auto; }
.hb-list .hb-list-item:hover { background-color: #f9ebeb; border: 1px solid #999; }
.hb-list .hb-list-item.active { background-color: #f9ebeb; border: 1px solid #999; }
.hb-list .media { display: flex; align-items: center; }
.hb-list .media-left { float: none; margin-right: 10px; }
.hb-list .media-body { display: flex; flex-direction: column; justify-content: center; }
.hb-list .hb-list-thumb {
    width: 64px;
    height: 48px;
    object-fit: cover;
    border-radius: 4px;
}
.hb-list .hb-list-title {
  
    font-size: 14px;
    font-weight: 600;
}
.hb-list .hb-list-desc {
    margin: 0;
    font-size: 12px;
    color: #141617;
}

/* Kontrollerin kurumsal görünümü */
#haberBandi .carousel-control {
    width: 60px; /* Dar alan, içeride yuvarlak buton */
    background: transparent;
    opacity: 1;
    text-shadow: none;
    box-shadow: none;
    transition: background-color .2s ease;
}

#haberBandi .left.carousel-control { left: -18px; }
#haberBandi .right.carousel-control { right: -18px; }



#haberBandi .carousel-control:hover {
    background: transparent;
}

/* Onur Köşesi - Banner Slider görselleri */
.onur-banner {
    width: 100%;
    border-radius: 4px;
}

/* Haber arama barı */
.news-search-bar { margin: 20px 0 20px 0; }
.news-search-form .input-group { width: 100%; }
.news-search-input {
    height: 44px;
    border: 2px solid rgba(175,35,46,.35);
    border-right: 0;
    box-shadow: none;
}
.news-search-input:focus { border-color: rgba(175,35,46,.6); outline: 0; }
.news-search-btn { height: 44px; padding: 0 16px; border-radius: 0 4px 4px 0; }

/* Haber başlık ellipsis - 2 satır göster */
.news-title-ellipsis {
    min-height: 52px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 26px;
    margin-bottom: 15px !important;
}

.news-title-ellipsis a {
    color: inherit;
    text-decoration: none;
}

/* Haber açıklama ellipsis - 2 satır göster */
.news-desc-ellipsis {
    min-height: 60px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 30px;
}

/* Haber kartı içerik bölümüne min-height ekleyerek sıraların kaymamasını sağlıyoruz */
.new-txt.d-flex.flex-column {
    min-height: 180px;
}

/* Hiyerarşik düzende ilk personel (başkan/yönetici) için özel stil */
.team-box-center-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 50px;
}

.team-box-center {
    max-width: 260px;
    width: 260px;
    margin: 0 !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15) !important;
    border: 2px solid #af232e;
    text-align: center;
}

.team-box-center .team-thumb {
    width: 100%;
}

.team-box-center .team-thumb img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.team-box-center .team-txt {
    padding: 20px 15px !important;
    width: 100%;
}

.team-box-center .team-txt h5 {
    font-size: 18px !important;
    margin-bottom: 8px;
    font-weight: 700;
}

.team-box-center .team-txt .dep {
    font-size: 14px;
    color: #af232e;
    display: block;
    margin-bottom: 12px;
    font-weight: 600;
}

/* Responsive - Mobilde tam genişlik */
@media (max-width: 768px) {
    .team-box-center {
        max-width: 100%;
        width: 100%;
    }
}


/* Haber detay yan menü */
.tsk-sidebar .widget { margin-bottom: 18px; background:#fff; border:1px solid #eee; border-radius:6px; }
.tsk-sidebar .widget-title { margin:0; padding:10px 12px; font-weight:700; color:#2a2541; border-bottom:1px solid #eee; }
.tsk-sidebar .widget-list { list-style:none; margin:0; padding:8px 12px; }
.tsk-sidebar .widget-list li { margin:6px 0; }
.tsk-sidebar .widget-list a { color:#1f2a37; }
.tsk-sidebar .widget-list a:hover { color:#af232e; }

/* Haber detay ve sidebar */
.tsk-article-title { font-size: 32px; font-weight: 800; color: #2a2541; margin-bottom: 8px; }
.tsk-article-meta { margin: 0 0 12px 0; padding: 0; list-style: none; color: #6b7280; font-size: 13px; }
.tsk-article-meta li { display: inline-block; margin-right: 10px; }
.tsk-article-hero { margin: 10px 0 16px 0; }
.tsk-article-body p { margin-bottom: 14px; }
.tsk-article-tags a { display: inline-block; margin-right: 6px; font-size: 12px; padding: 3px 8px; border:1px solid rgba(175,35,46,.35); border-radius: 999px; color:#2a2541; }
.tsk-article-share a { margin-left: 8px; color: #2a2541; }

.tsk-sidebar .tsk-widget { margin-bottom: 20px; }
.tsk-widget-title { font-size: 16px; font-weight: 700; color: #2a2541; margin-bottom: 10px; border-bottom: 2px solid rgba(175,35,46,.22); padding-bottom: 6px; }
.tsk-news-list, .tsk-cat-list, .tsk-quick-links { list-style: none; margin: 0; padding: 0; }
.tsk-news-list li, .tsk-cat-list li, .tsk-quick-links li { margin-bottom: 8px; }
.tsk-news-list li span { color: #6b7280; font-size: 12px; margin-left: 6px; }

/* Ana sayfa diğer başlıkları biraz küçült - haberi öne çıkar */
.main-content .title-style-1 h2,
.main-content .title-style-2 h2 { font-size: 24px; font-weight: 700; }

/* Dairesel, kurumsal ok butonları */
#haberBandi .carousel-control .glyphicon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 44px;
    height: 44px;
    margin: 0;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: #af232e; /* Kurumsal birincil renk */
    color: #fff;
    font-size: 16px;
    line-height: 44px;
    text-align: center;
    border: 1px solid rgba(175,35,46,.4);
    box-shadow: 0 4px 12px rgba(0,0,0,.12);
    transition: background-color .2s ease, box-shadow .2s ease;
}

#haberBandi .carousel-control:hover .glyphicon,
#haberBandi .carousel-control:focus .glyphicon {
    background-color: #8f1c25; /* Hover tonu (kurumsal koyu) */
    box-shadow: 0 6px 16px rgba(0,0,0,.18);
}

/* Responsive iyileştirmeler */
@media (max-width: 991px) {
    #haberBandi .hb-slide { min-height: 0; }
    #haberBandi .hb-content { padding-top: 15px; margin-left: 10px; border:none; margin-bottom: 30px;;}
}

@media (max-width: 575px) {
    #haberBandi .carousel-control { width: 48px; }
    #haberBandi .carousel-control .glyphicon { width: 38px; height: 38px; line-height: 38px; font-size: 14px; }
    #haberBandi .left.carousel-control { left: -12px; }
    #haberBandi .right.carousel-control { right: -12px; }
}

.OnurKosesi {
    background: #2a2541;
    min-height: 385px;
}

/* TARİHÇE SAYFASI STİLLERİ */
.history-page {
    background: #fff;
    padding: 40px 0;
}

.history-header {
    text-align: center;
    margin-bottom: 50px;
    padding-bottom: 30px;
    border-bottom: 3px solid rgba(175, 35, 46, 0.22);
}

.history-title {
    font-size: 36px;
    font-weight: 800;
    color: #2a2541;
    margin-bottom: 15px;
    position: relative;
}

.history-title:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: #af232e;
    border-radius: 2px;
}

.history-section {
    margin-bottom: 40px;
    padding: 30px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    border-left: 5px solid #af232e;
}

.history-section h4 {
    font-size: 24px;
    font-weight: 700;
    color: #2a2541;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(175, 35, 46, 0.15);
}

.history-section h5 {
    font-size: 20px;
    font-weight: 600;
    color: #af232e;
    margin: 25px 0 15px 0;
}

.history-section p {
    font-size: 16px;
    line-height: 1.7;
    color: #4a5568;
    margin-bottom: 15px;
}

.founders-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.founders-list li {
    padding: 12px 20px;
    margin-bottom: 8px;
    background: #f8f9fa;
    border-left: 4px solid #af232e;
    border-radius: 4px;
    font-weight: 600;
    color: #2a2541;
    transition: all 0.3s ease;
}

.founders-list li:hover {
    background: #f0f0f0;
    transform: translateX(5px);
}

.purpose-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.purpose-list li {
    padding: 15px 20px;
    margin-bottom: 12px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    font-size: 15px;
    line-height: 1.6;
    color: #4a5568;
    transition: all 0.3s ease;
}

.purpose-list li:hover {
    border-color: #af232e;
    box-shadow: 0 2px 8px rgba(175, 35, 46, 0.1);
}

.purpose-list li i {
    color: #af232e;
    margin-right: 10px;
    font-size: 16px;
}

.presidents-timeline {
    margin: 30px 0;
}

.president-item {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    padding: 20px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.president-item:hover {
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transform: translateY(-2px);
}

.president-item.current {
    border-color: #af232e;
    background: linear-gradient(135deg, #fff 0%, #fef7f7 100%);
}

.president-number {
    width: 50px;
    height: 50px;
    background: #af232e;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    margin-right: 20px;
    flex-shrink: 0;
}

.president-item.current .president-number {
    background: #8f1c25;
    box-shadow: 0 4px 12px rgba(175, 35, 46, 0.3);
}

.president-info h5 {
    font-size: 18px;
    font-weight: 700;
    color: #2a2541;
    margin: 0 0 5px 0;
}

.president-period {
    font-size: 14px;
    color: #6b7280;
    margin: 0;
    font-weight: 500;
}

.building-info {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 8px;
    margin: 20px 0;
}

.building-cost {
    background: #fff;
    padding: 20px;
    border-radius: 6px;
    margin-top: 20px;
    border: 1px solid #e2e8f0;
}

.building-cost h6 {
    font-size: 16px;
    font-weight: 600;
    color: #2a2541;
    margin-bottom: 15px;
}

.building-cost ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.building-cost li {
    padding: 8px 0;
    border-bottom: 1px solid #f1f5f9;
    font-size: 14px;
    color: #4a5568;
}

.building-cost li:last-child {
    border-bottom: none;
}

.history-quote {
    background: linear-gradient(135deg, #af232e 0%, #8f1c25 100%);
    color: #fff;
    padding: 30px;
    border-radius: 10px;
    margin: 40px 0;
    text-align: center;
    position: relative;
    box-shadow: 0 8px 25px rgba(175, 35, 46, 0.3);
}

.history-quote:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #af232e;
}

.history-quote p {
    font-size: 18px;
    font-style: italic;
    line-height: 1.6;
    margin: 0;
    color: #fff;
}

.history-quote i {
    font-size: 24px;
    opacity: 0.7;
    margin: 0 10px;
}

/* Responsive Tasarım */
@media (max-width: 768px) {
    .history-title {
        font-size: 28px;
    }
    
    .history-section {
        padding: 20px;
        margin-bottom: 30px;
    }
    
    .president-item {
        flex-direction: column;
        text-align: center;
        padding: 15px;
    }
    
    .president-number {
        margin-right: 0;
        margin-bottom: 15px;
    }
    
    .history-quote {
        padding: 20px;
    }
    
    .history-quote p {
        font-size: 16px;
    }
}

/* ÜYE KULÜPLER SAYFASI STİLLERİ */
.clubs-wrapper {
    background: #fff;
    padding: 0;
}

.clubs-wrapper h2 {
    font-size: 32px;
    font-weight: 800;
    color: #2a2541;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
}

.clubs-wrapper h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: #af232e;
    border-radius: 2px;
}

/* Kulüp Arama Barı */
.clubs-search-bar {
    margin: 30px 0;


}

.clubs-search-form .input-group {
    width: 100%;
}

.clubs-search-input {
    height: 48px;
    border: 2px solid rgba(175,35,46,.35);
    border-right: 0;
    box-shadow: none;
    font-size: 16px;
    padding: 12px 16px;
}

.clubs-search-input:focus {
    border-color: rgba(175,35,46,.6);
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(175,35,46,.25);
}

.clubs-search-btn {
    height: 48px;
    padding: 0 20px;
    border-radius: 0 4px 4px 0;
    font-size: 16px;
    font-weight: 600;
}

/* Kulüpler Tablosu */
.clubs-table-wrapper {
    margin-top: 40px;
}

.clubs-table {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,.08);
    margin-bottom: 0;
}

.clubs-table thead {
    background: linear-gradient(135deg, #2a2541 0%, #af232e 100%);
}

.clubs-table thead th {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 18px 15px;
    border: none;
    vertical-align: middle;
}

.clubs-table thead th i {
    margin-right: 8px;
    opacity: 0.9;
}

.clubs-table tbody tr {
    border-bottom: 1px solid #e9ecef;
    transition: all 0.3s ease;
}

.clubs-table tbody tr:hover {
    background-color: #f8f9fa;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0,0,0,.1);
}

.clubs-table tbody tr:last-child {
    border-bottom: none;
}

.clubs-table tbody td {
    padding: 20px 15px;
    vertical-align: middle;
    font-size: 14px;
    border: none;
}

/* Kulüp Adı Stili */
.club-name {
    display: flex;
    flex-direction: column;
}

.club-name strong {
    font-size: 16px;
    font-weight: 700;
    color: #2a2541;
    margin-bottom: 4px;
}

.club-code {
    font-size: 12px;
    color: #6b7280;
    font-weight: 500;
    background: #f1f5f9;
    padding: 2px 8px;
    border-radius: 12px;
    display: inline-block;
    width: fit-content;
}

/* Lig Badge Stilleri */
.league-badge {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.league-badge.league-1 {
    background: linear-gradient(135deg, #af232e, #8f1c25);
    color: #fff;
}

.league-badge.league-2 {
    background: linear-gradient(135deg, #2a2541, #1a1a2e);
    color: #fff;
}

.league-badge.league-3 {
    background: linear-gradient(135deg, #6b7280, #4b5563);
    color: #fff;
}

/* Telefon Linki */
.phone-link {
    color: #2a2541;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.phone-link:hover {
    color: #af232e;
    text-decoration: none;
}

.phone-link:before {
    content: "📞";
    margin-right: 6px;
    font-size: 12px;
}

/* Fax Numarası */
.fax-number {
    color: #6b7280;
    font-weight: 500;
}

.fax-number:before {
    content: "📠";
    margin-right: 6px;
    font-size: 12px;
}

/* Adres Bilgisi */
.address-info {
    display: flex;
    flex-direction: column;
}

.address-info strong {
    font-size: 14px;
    font-weight: 700;
    color: #2a2541;
    margin-bottom: 2px;
}

.address-info small {
    font-size: 12px;
    color: #6b7280;
}

/* Detay Butonu */
.clubs-table .btn-outline-primary {
    border-color: #af232e;
    color: #af232e;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 20px;
    transition: all 0.3s ease;
}

.clubs-table .btn-outline-primary:hover {
    background-color: #af232e;
    border-color: #af232e;
    color: #fff;
    transform: translateY(-1px);
}

/* Pagination */
.clubs-pagination {
    margin: 40px 0;
    text-align: center;
}

.clubs-pagination .pagination {
    display: inline-flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.375rem;
}

.clubs-pagination .page-link {
    color: #2a2541;
    font-weight: 600;
    border: 1px solid #dee2e6;
    padding: 10px 15px;
    margin: 0 2px;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.clubs-pagination .page-link:hover {
    color: #fff;
    background-color: #af232e;
    border-color: #af232e;
}

.clubs-pagination .page-item.active .page-link {
    background-color: #af232e;
    border-color: #af232e;
    color: #fff;
}

/* Kulüp İstatistikleri */
.clubs-stats {
    margin-top: 50px;
    padding: 40px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 12px;
}

.stat-box {
    text-align: center;
    padding: 30px 20px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,.08);
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.stat-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(175,35,46,.15);
}

.stat-box i {
    font-size: 36px;
    color: #af232e;
    margin-bottom: 15px;
    display: block;
}

.stat-box strong {
    font-size: 32px;
    font-weight: 800;
    color: #2a2541;
    display: block;
    margin-bottom: 8px;
}

.stat-box span {
    font-size: 14px;
    color: #6b7280;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Responsive Tasarım - Kulüpler */
@media (max-width: 768px) {
    .clubs-wrapper h2 {
        font-size: 24px;
    }
    
    .clubs-search-bar {
        margin: 20px 0;
    }
    
    .clubs-search-input,
    .clubs-search-btn {
        height: 44px;
    }
    
    .clubs-table thead th {
        font-size: 12px;
        padding: 12px 8px;
    }
    
    .clubs-table tbody td {
        padding: 15px 8px;
        font-size: 13px;
    }
    
    .club-name strong {
        font-size: 14px;
    }
    
    .league-badge {
        font-size: 10px;
        padding: 4px 8px;
    }
    
    .stat-box {
        padding: 20px 15px;
    }
    
    .stat-box i {
        font-size: 28px;
    }
    
    .stat-box strong {
        font-size: 24px;
    }
}

@media (max-width: 576px) {
    .clubs-table-wrapper {
        margin-top: 20px;
    }
    
    .clubs-table {
        font-size: 12px;
    }
    
    .clubs-table thead th {
        padding: 10px 6px;
        font-size: 11px;
    }
    
    .clubs-table tbody td {
        padding: 12px 6px;
    }
    
    .club-name {
        min-width: 120px;
    }
    
    .address-info,
    .phone-link {
        font-size: 12px;
    }
    
    .clubs-pagination .page-link {
        padding: 8px 12px;
        font-size: 12px;
    }
}

/* KULÜP DETAY SAYFASI STİLLERİ - MODERN CARD DESIGN */
.club-detail-header {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px;
    margin-bottom: 40px;
    box-shadow: 0 10px 30px rgba(0,0,0,.1);
    border: none;
    position: relative;
    overflow: hidden;
}

.club-detail-header:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    Color:white;
    background: linear-gradient(90deg, #af232e 0%, #2a2541 50%, #af232e 100%);
}


.club-logo {
    width: 180px;
    height: 180px;
    border-radius: 20px;
    border: 4px solid #fff;
    padding: 10px;
    box-shadow: 0 8px 25px rgba(0,0,0,.15);
    object-fit: contain;
    transition: all 0.4s ease;
}

.club-logo:hover {
    transform: rotate(5deg) scale(1.08);
    box-shadow: 0 12px 35px rgba(175,35,46,.25);
}

.club-main-info {
    padding-left: 15px;
}

.club-title {
    font-size: 32px;
    font-weight: 900;
    background: linear-gradient(135deg, #2a2541, #af232e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 20px;
    position: relative;
    line-height: 1.1;
    text-shadow: 0 2px 4px rgba(0,0,0,.1);
}

.club-title:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #af232e, #2a2541);
    border-radius: 10px;
}

.club-colors {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.color-badge {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    margin-right: 8px;
    display: inline-block;
    box-shadow: 0 4px 12px rgba(0,0,0,.15);
    border: 3px solid #fff;
    transition: transform 0.3s ease;
}

.color-badge:hover {
    transform: scale(1.1);
}

.club-colors-text {
    font-size: 14px;
    font-weight: 600;
    color: #2a2541;
    margin-left: 8px;
}

.club-foundation {
    margin-bottom: 12px;
    font-size: 14px;
    color: #4a5568;
}

.club-foundation i {
    color: #af232e;
    margin-right: 6px;
}

.club-foundation strong {
    color: #2a2541;
    margin-right: 4px;
}

.club-league {
    margin-top: 8px;
}

/* Detay İçerik Bölümleri - Modern Card */
.club-detail-content {
    margin-top: 20px;
}

.detail-section {
    background: #fff;
    border-radius: 20px;
    margin-bottom: 30px;
    box-shadow: 0 8px 25px rgba(0,0,0,.08);
    overflow: hidden;
    border: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.detail-section:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,.12);
}

.section-header {
    background: linear-gradient(135deg, #2a2541 0%, #af232e 100%);
    color: #fff;
    padding: 20px 25px;
    border-bottom: none;
    position: relative;
}

.section-header:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.3), transparent);
}

.section-header h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 800;
    color:white;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.section-header h3 i {
    margin-right: 12px;
    font-size: 16px;
    opacity: 0.9;
}

.section-content {
    padding: 25px;
}

/* Alt Bölüm Başlıkları */
.info-subsection {
    margin-bottom: 35px;
    padding-bottom: 25px;
}

.info-subsection:not(:last-child) {
    border-bottom: 2px solid rgba(175,35,46,.1);
}

.subsection-title {
    font-size: 18px;
    font-weight: 700;
    color: #2a2541;
    margin-bottom: 20px;
    padding-bottom: 8px;
    position: relative;
    display: flex;
    align-items: center;
}

.subsection-title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background: linear-gradient(90deg, #af232e, #2a2541);
    border-radius: 1px;
}

.subsection-title i {
    margin-right: 10px;
    color: #af232e;
    font-size: 16px;
}

/* Bilgi Öğeleri - Modern Card Style */
.info-item {
    margin-bottom: 20px;
    padding: 18px 20px;
    background: linear-gradient(135deg, #ffffff, #f8f9fa);
    border-radius: 15px;
    border: 2px solid transparent;
    box-shadow: 0 4px 15px rgba(0,0,0,.05);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.info-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #af232e, #2a2541);
}

.info-item:hover {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(175,35,46,.1);
    border-color: rgba(175,35,46,.2);
}

.info-item label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    color: #6b7280;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.info-item label i {
    margin-right: 4px;
    color: #af232e;
}

.info-item span {
    font-size: 14px;
    font-weight: 600;
    color: #2a2541;
}

.president-name {
    font-size: 16px !important;
    font-weight: 800 !important;
    color: #af232e !important;
}

/* Yönetim Kurulu Üyeleri - Modern Card */
.board-members .member-item {
    background: linear-gradient(135deg, #fff, #f8f9fa);
    border: 2px solid transparent;
    border-radius: 15px;
    padding: 16px 20px;
    margin-bottom: 15px;
    transition: all 0.4s ease;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0,0,0,.05);
    position: relative;
    overflow: hidden;
}

.member-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #af232e, #2a2541, #af232e);
    transform: translateX(-100%);
    transition: transform 0.4s ease;
}

.member-item:hover:before,
.member-item.hover-effect:before {
    transform: translateX(0);
}

.member-item:hover,
.member-item.hover-effect {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    border-color: rgba(175,35,46,.3);
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(175,35,46,.15);
}

.member-item i {
    color: #af232e;
    margin-right: 8px;
    font-size: 14px;
}

.member-item span {
    font-size: 14px;
    font-weight: 600;
    color: #2a2541;
}

/* Federasyon Delegeleri - Yönetim Kurulu Tarzı */
.delegates .delegate-item {
    background: linear-gradient(135deg, #fff, #f8f9fa);
    border: 2px solid transparent;
    border-radius: 15px;
    padding: 16px 20px;
    margin-bottom: 15px;
    transition: all 0.4s ease;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0,0,0,.05);
    position: relative;
    overflow: hidden;
}

.delegate-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #2a2541, #af232e, #2a2541);
    transform: translateX(-100%);
    transition: transform 0.4s ease;
}

.delegate-item:hover:before,
.delegate-item.hover-effect:before {
    transform: translateX(0);
}

.delegate-item:hover,
.delegate-item.hover-effect {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    border-color: rgba(42,37,65,.3);
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(42,37,65,.15);
}

.delegate-info {
    display: flex;
    align-items: center;
}

.delegate-info i {
    color: #2a2541;
    margin-right: 12px;
    font-size: 16px;
    flex-shrink: 0;
}

.delegate-details {
    display: flex;
    flex-direction: column;
}

.delegate-name {
    font-size: 14px;
    font-weight: 600;
    color: #2a2541;
    line-height: 1.2;
}

.delegate-role {
    font-size: 11px;
    color: #6b7280;
    margin-top: 2px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* İletişim Bölümü - Modern Card */
.contact-section {
    position: sticky;
    top: 20px;
}

.contact-info .contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
    padding: 20px;
    background: linear-gradient(135deg, #ffffff, #f8f9fa);
    border-radius: 18px;
    border: 2px solid transparent;
    box-shadow: 0 6px 20px rgba(0,0,0,.08);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.contact-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(180deg, #af232e, #2a2541);
}

.contact-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(175,35,46,.12);
    border-color: rgba(175,35,46,.2);
}

.contact-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #af232e, #2a2541);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
    box-shadow: 0 4px 15px rgba(175,35,46,.2);
    transition: transform 0.3s ease;
}

.contact-item:hover .contact-icon {
    transform: scale(1.1) rotate(5deg);
}

.contact-icon i {
    color: #fff;
    font-size: 14px;
}

.contact-details {
    flex: 1;
}

.contact-details label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}

.contact-details span,
.contact-details a {
    font-size: 13px;
    color: #2a2541;
    line-height: 1.4;
    font-weight: 600;
}

.contact-details .phone-link {
    text-decoration: none;
    color: #af232e;
    font-weight: 700;
    transition: all 0.3s ease;
}

.contact-details .phone-link:hover {
    color: #8f1c25;
    text-decoration: none;
}

.contact-details .no-info {
    color: #9ca3af;
    font-style: italic;
    font-weight: 400;
}

/* Hızlı Bilgiler - Minimal */
.quick-info-section {
    margin-top: 25px;
}

.quick-stats .stat-item {
    display: flex;
    align-items: center;
    padding: 15px;
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 6px;
    margin-bottom: 12px;
    transition: all 0.3s ease;
}

.stat-item:hover {
    border-color: #af232e;
    box-shadow: 0 3px 10px rgba(175,35,46,.1);
    transform: translateY(-1px);
}

.stat-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #2a2541, #1a1a2e);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    flex-shrink: 0;
}

.stat-icon i {
    color: #fff;
    font-size: 14px;
}

.stat-details {
    display: flex;
    flex-direction: column;
}

.stat-number {
    font-size: 20px;
    font-weight: 800;
    color: #af232e;
    line-height: 1;
    margin-bottom: 3px;
}

.stat-label {
    font-size: 11px;
    color: #6b7280;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Geri Dön Butonu - Basit ve Okunabilir */
.back-button-section {
    margin-top: 30px;
}

.back-button-section .btn {
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 25px;
    background: linear-gradient(135deg, #af232e, #2a2541);
    border: none;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.back-button-section .btn:hover {
    background: linear-gradient(135deg, #8f1c25, #1a1a2e);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(175,35,46,.25);
    color: #fff;
}

.back-button-section .btn:focus {
    color: #fff;
    box-shadow: 0 0 0 0.2rem rgba(175,35,46,.25);
}

/* Responsive Tasarım - Kulüp Detay */
@media (max-width: 768px) {
    .club-detail-header {
        padding: 20px 15px;
        margin-bottom: 25px;
    }
    
    .club-logo {
        width: 80px;
        height: 80px;
    }
    
    .club-title {
        font-size: 22px;
        margin-bottom: 12px;
    }
    
    .club-main-info {
        padding-left: 0;
        text-align: center;
        margin-top: 15px;
    }
    
    .section-header {
        padding: 12px 15px;
    }
    
    .section-header h3 {
        font-size: 14px;
    }
    
    .section-content {
        padding: 15px;
    }
    
    .info-subsection {
        margin-bottom: 25px;
        padding-bottom: 20px;
    }
    
    .subsection-title {
        font-size: 16px;
        margin-bottom: 15px;
    }
    
    .info-item {
        margin-bottom: 12px;
        padding: 10px;
    }
    
    .contact-item {
        flex-direction: column;
        text-align: center;
    }
    
    .contact-icon {
        margin-right: 0;
        margin-bottom: 8px;
        align-self: center;
    }
    
    .stat-item {
        padding: 12px;
    }
    
    .stat-icon {
        width: 35px;
        height: 35px;
    }
    
    .stat-icon i {
        font-size: 12px;
    }
    
    .stat-number {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .club-detail-header {
        padding: 15px 10px;
    }
    
    .club-title {
        font-size: 20px;
    }
    
    .club-logo {
        width: 70px;
        height: 70px;
    }
    
    .section-header {
        padding: 10px 12px;
    }
    
    .section-content {
        padding: 12px;
    }
    
    .member-item,
    .delegate-item {
        padding: 10px 12px;
        margin-bottom: 8px;
    }
    
    .delegate-info {
        align-items: flex-start;
    }
    
    .delegate-info i {
        margin-top: 2px;
    }
    
    .contact-item {
        padding: 12px;
        margin-bottom: 12px;
    }
    
    .stat-item {
        padding: 10px;
    }
}

/* DÖKÜMAN BANKASI SAYFASI STİLLERİ */
.documents-wrapper {
    background: #fff;
    padding: 0;
}

.documents-wrapper h2 {
    font-size: 32px;
    font-weight: 800;
    color: #2a2541;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
}

.documents-wrapper h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: #af232e;
    border-radius: 2px;
}

/* Döküman Arama Barı */
.documents-search-bar {
    margin: 30px 0 40px 0;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.documents-search-form .input-group {
    width: 100%;
}

.documents-search-input {
    height: 48px;
    border: 2px solid rgba(175,35,46,.35);
    border-right: 0;
    box-shadow: none;
    font-size: 16px;
    padding: 12px 16px;
}

.documents-search-input:focus {
    border-color: rgba(175,35,46,.6);
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(175,35,46,.25);
}

.documents-search-btn {
    height: 48px;
    padding: 0 20px;
    border-radius: 0 4px 4px 0;
    font-size: 16px;
    font-weight: 600;
}

/* Döküman Kategorileri */
.document-category {
    background: #fff;
    border-radius: 20px;
    margin-bottom: 30px;
    box-shadow: 0 8px 25px rgba(0,0,0,.08);
    overflow: hidden;
    border: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.document-category:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(0,0,0,.12);
}

.category-header {
    background: linear-gradient(135deg, #2a2541 0%, #af232e 100%);
    color: #fff;
    padding: 20px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .category-header h3 {
        margin: 0;
        font-size: 18px;
        font-weight: 800;
        display: flex;
        align-items: center;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #fff;
    }

.category-header h3 i {
    margin-right: 12px;
    font-size: 16px;
    opacity: 0.9;
}

.category-count {
    background: rgba(255,255,255,.2);
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.category-content {
    padding: 25px;
}

/* Döküman Öğeleri */
.document-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    margin-bottom: 15px;
    background: linear-gradient(135deg, #ffffff, #f8f9fa);
    border-radius: 15px;
    border: 2px solid transparent;
    box-shadow: 0 4px 15px rgba(0,0,0,.05);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.document-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #af232e, #2a2541);
}

.document-item:hover {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(175,35,46,.1);
    border-color: rgba(175,35,46,.2);
}

.document-info {
    display: flex;
    align-items: center;
    flex: 1;
}

.document-icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.document-icon i {
    font-size: 20px;
}

.document-icon .fa-file-pdf {
    background: linear-gradient(135deg, #dc3545, #b02a37);
    color: #fff;
}

.document-icon .fa-file-excel {
    background: linear-gradient(135deg, #28a745, #1e7e34);
    color: #fff;
}

.document-icon .fa-file-word {
    background: linear-gradient(135deg, #007bff, #0056b3);
    color: #fff;
}

.document-item:hover .document-icon {
    transform: scale(1.1) rotate(5deg);
}

.document-details {
    flex: 1;
}

.document-title {
    font-size: 16px;
    font-weight: 700;
    color: #2a2541;
    margin: 0 0 8px 0;
    line-height: 1.3;
}

.document-meta {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.document-meta span {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #6b7280;
    font-weight: 500;
}

.document-meta i {
    margin-right: 4px;
    font-size: 11px;
}

.document-type {
    background: linear-gradient(135deg, #af232e, #2a2541);
    color: #fff !important;
    padding: 2px 8px;
    border-radius: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* İndirme Butonu */
.document-actions {
    margin-left: 20px;
    display: flex;
    gap: 10px;
    align-items: center;
}

.btn-edit {
    background: linear-gradient(135deg, #ffc107, #ff9800);
    border: none;
    color: #000;
    padding: 12px 20px;
    border-radius: 25px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.btn-edit:hover {
    background: linear-gradient(135deg, #ff9800, #f57c00);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255,193,7,.4);
    color: #000;
    text-decoration: none;
}

.btn-edit i {
    font-size: 11px;
}

.btn-download {
    background: linear-gradient(135deg, #af232e, #2a2541);
    border: none;
    color: #fff;
    padding: 12px 20px;
    border-radius: 25px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.btn-download:hover {
    background: linear-gradient(135deg, #8f1c25, #1a1a2e);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(175,35,46,.3);
    color: #fff;
    text-decoration: none;
}

.btn-download i {
    font-size: 11px;
}

/* Responsive Tasarım - Döküman Bankası */
@media (max-width: 768px) {
    .documents-wrapper h2 {
        font-size: 24px;
    }
    
    .documents-search-bar {
        margin: 20px 0 30px 0;
    }
    
    .documents-search-input,
    .documents-search-btn {
        height: 44px;
    }
    
    .category-header {
        padding: 15px 20px;
    }
    
    .category-header h3 {
        font-size: 16px;
    }
    
    .category-content {
        padding: 20px;
    }
    
    .document-item {
        flex-direction: column;
        align-items: flex-start;
        padding: 15px;
    }
    
    .document-info {
        width: 100%;
        margin-bottom: 15px;
    }
    
    .document-actions {
        margin-left: 0;
        width: 100%;
        flex-direction: column;
    }
    
    .btn-edit,
    .btn-download {
        width: 100%;
        justify-content: center;
    }
    
    .document-meta {
        gap: 10px;
    }
}

@media (max-width: 576px) {
    .category-header {
        padding: 12px 15px;
    }
    
    .category-content {
        padding: 15px;
    }
    
    .document-item {
        padding: 12px;
    }
    
    .document-icon {
        width: 40px;
        height: 40px;
        margin-right: 12px;
    }
    
    .document-icon i {
        font-size: 16px;
    }
    
    .document-title {
        font-size: 14px;
    }
    
    .document-meta span {
        font-size: 11px;
    }
}

/* CEZALI OYUNCULAR SAYFASI STİLLERİ */
.penalized-wrapper {
    background: #fff;
    padding: 0;
}

.penalized-wrapper h2 {
    font-size: 32px;
    font-weight: 800;
    color: #2a2541;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
}

.penalized-wrapper h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: #af232e;
    border-radius: 2px;
}

/* Cezalı Oyuncu Arama Barı */
.penalized-search-bar {
    margin: 30px 0;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.penalized-search-form .input-group {
    width: 100%;
}

.penalized-search-input {
    height: 48px;
    border: 2px solid rgba(175,35,46,.35);
    border-right: 0;
    box-shadow: none;
    font-size: 16px;
    padding: 12px 16px;
}

.penalized-search-input:focus {
    border-color: rgba(175,35,46,.6);
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(175,35,46,.25);
}

.penalized-search-btn {
    height: 48px;
    padding: 0 20px;
    border-radius: 0 4px 4px 0;
    font-size: 16px;
    font-weight: 600;
}

/* Cezalı Oyuncular Tablosu */
.penalized-table-wrapper {
    margin-top: 40px;
}

.penalized-table {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,.08);
    margin-bottom: 0;
}

.penalized-table thead {
    background: linear-gradient(135deg, #2a2541 0%, #af232e 100%);
}

.penalized-table thead th {
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 16px 12px;
    border: none;
    vertical-align: middle;
}

.penalized-table thead th i {
    margin-right: 6px;
    opacity: 0.9;
}

.penalized-table tbody tr {
    border-bottom: 1px solid #e9ecef;
    transition: all 0.3s ease;
    height: 70px;
    min-height: 70px;
}

.penalized-table tbody tr:hover {
    background-color: #f8f9fa;
    box-shadow: 0 2px 8px rgba(0,0,0,.1);
}

.penalized-table tbody tr:last-child {
    border-bottom: none;
}

.penalized-table tbody td {
    padding: 20px 12px;
    vertical-align: top;
    font-size: 13px;
    border: none;
    position: relative;
    height: auto;
    line-height: 1.4;
}

/* Oyuncu Adı Stili */
.player-name {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 2px;
}

.player-name strong {
    font-size: 14px;
    font-weight: 700;
    color: #2a2541;
    margin-bottom: 4px;
    line-height: 1.3;
    display: block;
}

.player-number {
    font-size: 11px;
    color: #6b7280;
    font-weight: 600;
    background: #f1f5f9;
    padding: 2px 8px;
    border-radius: 10px;
    display: inline-block;
    width: fit-content;
    margin-top: 0;
}

/* Takım Bilgisi */
.OyuncuBilgi {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    min-width: 140px;
    margin-top: 2px;
}

.OyuncuBilgi strong {
    font-size: 14px;
    font-weight: 700;
    color: #2a2541;
    margin-bottom: 4px;
    line-height: 1.3;
    display: block;
}

.OyuncuBilgi small {
    font-size: 11px;
    color: #6b7280;
    line-height: 1.2;
    display: block;
    margin-top: 0;
}

/* Ceza Badge Stilleri */
.penalty-badge {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 15px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.penalty-badge.penalty-red {
    background: linear-gradient(135deg, #dc3545, #c82333);
    color: #fff;
}

.penalty-badge.penalty-yellow {
    background: linear-gradient(135deg, #ffc107, #e0a800);
    color: #212529;
}

.penalty-badge.penalty-misconduct {
    background: linear-gradient(135deg, #fd7e14, #e55100);
    color: #fff;
}

.penalty-badge.penalty-violence {
    background: linear-gradient(135deg, #6f42c1, #5a2d91);
    color: #fff;
}

/* Tarih Bilgisi */
.date-info {
    font-size: 12px;
    font-weight: 600;
    color: #2a2541;
}

/* Süre Badge */
.duration-badge {
    background: linear-gradient(135deg, #6c757d, #495057);
    color: #fff;
    padding: 3px 8px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Devreden Ceza */
.previous-penalty {
    font-size: 12px;
    font-weight: 600;
}

/* Durum Badge Stilleri */
.status-badge {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 15px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.status-badge.status-active {
    background: linear-gradient(135deg, #dc3545, #c82333);
    color: #fff;
}

.status-badge.status-completed {
    background: linear-gradient(135deg, #28a745, #1e7e34);
    color: #fff;
}

/* Satır Durumu Vurguları */
.penalized-table tbody tr.penalty-active {
    border-left: 4px solid #dc3545;
}

.penalized-table tbody tr.penalty-completed {
    border-left: 4px solid #28a745;
    opacity: 0.7;
}

.penalized-table tbody tr.has-previous-penalty {
    background: linear-gradient(135deg, #fff8f0, #fff);
}

/* Pagination */
.penalized-pagination {
    margin: 40px 0;
    text-align: center;
}

.penalized-pagination .pagination {
    display: inline-flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.375rem;
}

.penalized-pagination .page-link {
    color: #2a2541;
    font-weight: 600;
    border: 1px solid #dee2e6;
    padding: 10px 15px;
    margin: 0 2px;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.penalized-pagination .page-link:hover {
    color: #fff;
    background-color: #af232e;
    border-color: #af232e;
}

.penalized-pagination .page-item.active .page-link {
    background-color: #af232e;
    border-color: #af232e;
    color: #fff;
}

/* Ceza İstatistikleri */
.penalty-stats {
    margin-top: 50px;
    padding: 40px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 12px;
}

/* Responsive Tasarım - Cezalı Oyuncular */
@media (max-width: 768px) {
    .penalized-wrapper h2 {
        font-size: 24px;
    }
    
    .penalized-search-bar {
        margin: 20px 0;
    }
    
    .penalized-search-input,
    .penalized-search-btn {
        height: 44px;
    }
    
    .penalized-table thead th {
        font-size: 11px;
        padding: 12px 8px;
    }
    
    .penalized-table tbody td {
        padding: 15px 8px;
        font-size: 12px;
    }
    
    .player-name strong {
        font-size: 13px;
    }
    
    .penalty-badge {
        font-size: 10px;
        padding: 3px 6px;
    }
    
    .OyuncuBilgi strong {
        font-size: 12px;
    }
}

@media (max-width: 576px) {
    .penalized-table-wrapper {
        margin-top: 20px;
    }
    
    .penalized-table {
        font-size: 11px;
    }
    
    .penalized-table thead th {
        padding: 10px 6px;
        font-size: 10px;
    }
    
    .penalized-table tbody td {
        padding: 12px 6px;
    }
    
    .player-name {
        min-width: 100px;
    }
    
    .date-info {
        font-size: 11px;
    }
    
    .penalized-pagination .page-link {
        padding: 8px 12px;
        font-size: 12px;
    }
}

.HaberListeBaslik {
    width: 100%;
    max-height: 52px;
    overflow: hidden;
}

.HaberListeKisaAciklama {
  height: 75px;
 
    padding-top:10px;
    overflow: hidden;
}