/*Ckub Hub*/
.hub-hero {
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('assets/img/education/campus-3.webp');
    background-size: cover;
    color: white;
    padding: 60px 0;
}

.stats-card {
    transition: transform 0.3s;
    border: none;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

    .stats-card:hover {
        transform: translateY(-5px);
    }

.enler-item {
    transition: all 0.2s ease;
}

    .enler-item:hover {
        background-color: #f8f9fa; /* Hafif bir gri tonu */
        padding-left: 5px; /* Hafif bir kayma efekti */
        border-bottom-color: var(--accent-color) !important; /* Alt çizgi rengi değişsin */
    }

    .enler-item i {
        color: var(--accent-color);
        opacity: 0.7;
    }
/*Club arama*/
.search-area {
    background: #f8f9fa;
    padding: 30px 0;
    border-bottom: 1px solid #dee2e6;
}

/* Kartın ana gövdesi */
.club-card {
    border: none;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    background: #fff;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}

/* ÜST ALAN (Renkli Kısım) */
.card-header-horizontal {
    background: #1abc9c; /* İstediğin açık yeşil tonu */
    padding: 15px;
    color: white;
    position: relative;
    display: flex;
    align-items: center;
}
/* 1. Resim Sol Tarafta */
.president-img {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,0.5);
    object-fit: cover;
    margin-right: 15px;
}

/* 2-3-4. İsim, Ünvan ve Mail */
.president-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.p-name {
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0;
}

.p-title {
    font-size: 0.9rem;
    opacity: 0.9;
}

.p-mail {
    font-size: 0.85rem;
    color: rgba(255,255,255,0.8);
    text-decoration: none;
}

/* 5. Sağ Üst Köşede Fakülte İsmi */
.faculty-text {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 0.65rem;
    font-weight: 600;
    background: red; /*rgba(255,255,255,0.15);*/
    padding: 2px 8px;
    border-radius: 4px;
}

/* ALT ALAN (Renksiz Kısım) */
.card-body-flat {
    padding: 15px;
    background: #fff;
}

/* Kulüp İsmi Sola Yaslı */
.club-name-row {
    font-size: 1.2rem;
    font-weight: 1000;
    color: #333;
    margin-bottom: 12px;
    text-align: left;
}

/* Danışmanlar Yan Yana */
.guide-grid {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.guide-box {
    flex: 1;
    background: #f8f9fa;
    padding: 8px;
    border-radius: 6px;
    border-left: 3px solid #1abc9c;
}

.guide-label {
    font-size: 0.8rem;
    color: #999;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
}

.guide-name {
    font-size: 0.75rem;
    font-weight: 700;
    color: #444;
    display: block;
}
/*.adv-mail { font-size: 0.75rem; color: rgba(255,255,255,0.8); text-decoration: none; }*/

/* Sosyal Medya ve İncele (Eski güzel hali) */
.card-footer-action {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    border-top: 1px solid #eee;
}

.social-black a {
    color: #333;
    font-size: 1.1rem;
    margin-right: 10px;
    transition: 0.3s;
}

    .social-black a:hover {
        color: #1abc9c;
    }
/*Etkinlik Detay Kartları*/
.detail-card {
    border: none;
    border-radius: 15px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.07);
    background: #fff;
    padding: 25px;
    margin-bottom: 25px;
}

.side-poster {
    width: 100%;
    border-radius: 12px;
    margin-bottom: 20px;
    object-fit: cover;
}

.club-title {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 1.8rem;
    color: #333;
}

/* İstatistik Kartları */
.stat-mini-card {
    background: #f8f9fa;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    border: 1px solid #eee;
    flex: 1;
}

.stat-val {
    display: block;
    font-weight: 800;
    color: #1abc9c;
    font-size: 1.1rem;
}

.stat-lbl {
    font-size: 0.7rem;
    color: #888;
    text-transform: uppercase;
}

/* Yönetim Kutuları & Resimler */
.person-circle-img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 12px;
    border: 2px solid #1abc9c;
}

.management-box {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 12px;
    padding: 15px;
    display: flex;
    align-items: center;
    height: 100%;
    transition: 0.3s;
}

    /* Hover Efekti: Üzerine gelince kenarlık yeşil olur */
    .management-box:hover {
        border-color: #1abc9c;
        background: #f9fff3;
    }

/* Etkinlik Kartları (Tam Genişlik İçin) */
.event-grid-card {
    border: 2px solid transparent;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    height: 100%;
}

    .event-grid-card:hover {
        border-color: #1abc9c;
        transform: translateY(-5px);
    }

.event-grid-img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}

.document-item {
    transition: all 0.3s ease;
}

    .document-item:hover {
        background-color: #fff !important;
        border-color: #1abc9c !important;
        transform: scale(1.02);
    }

.doc-icon i {
    line-height: 1;
}
/* Takvim Kartı Özel Stili */
.calendar-card {
    border: none;
    border-radius: 15px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.07);
    background: #fff;
    padding: 20px;
}

/* Takvim İçindeki Butonları Özelleştirme (Bootstrap Uyumu) */
.fc-button-primary {
    background-color: #1abc9c !important;
    border-color: #1abc9c !important;
}

.fc-daygrid-event {
    cursor: pointer;
    border-radius: 4px;
    padding: 2px 5px;
}

.fc-event-title {
    font-weight: 600;
    font-size: 0.85rem;
}

/* Takvim Yüksekliği */
#calendar {
    max-height: 700px;
}
/*Event stilleri*/
.event-detail-container {
    background: #fdfdfd;
    padding: 40px 0;
}

.info-card {
    border: none;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    background: #fff;
    padding: 30px;
    margin-bottom: 25px;
}

/* Dikey Afiş Alanı */
.event-poster-wrapper {
    position: sticky;
    top: 100px;
}

.event-poster {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
    object-fit: cover;
}

/* Başlık ve Alt Başlık */
.event-main-title {
    font-weight: 800;
    font-size: 2.5rem;
    color: #1a5c37;
    margin-bottom: 10px;
}

.organizer-info {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

/* Künye İkonları */
.spec-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 30px;
}

.spec-item {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 12px;
    border-left: 4px solid #1abc9c;
}

.spec-label {
    font-size: 0.75rem;
    text-transform: uppercase;
    color: #888;
    font-weight: 700;
    display: block;
}

.spec-value {
    font-size: 1rem;
    font-weight: 700;
    color: #333;
}

/* Konuşmacı Kutusu */
.speaker-box {
    display: flex;
    align-items: center;
    padding: 15px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #eee;
    margin-bottom: 15px;
}

.speaker-img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;
    border: 2px solid #f0f0f0;
}

/* Program Akışı */
.timeline-item {
    border-left: 3px solid #1abc9c;
    padding-left: 20px;
    position: relative;
    margin-bottom: 20px;
}

    .timeline-item::before {
        content: '';
        position: absolute;
        left: -8px;
        top: 0;
        width: 13px;
        height: 13px;
        background: #1abc9c;
        border-radius: 50%;
    }
/* Giriş Sayfası Arka Planı */
.login-body {
    background: linear-gradient(135deg, #003366 0%, #0056b3 100%);
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

/* Login Kartı */
.login-card {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    overflow: hidden;
    width: 100%;
    max-width: 450px;
    transition: all 0.3s ease;
}

.login-header {
    background: #f8f9fa;
    padding: 40px 30px 20px;
    text-align: center;
    border-bottom: 1px solid #eee;
}

.login-logo {
    width: 80px;
    margin-bottom: 15px;
}

.login-body-content {
    padding: 40px 30px;
}

/* Input Alanları */
.form-floating > .form-control:focus {
    border-color: #1abc9c;
    box-shadow: 0 0 0 0.25rem rgba(26, 188, 156, 0.25);
}

/* Giriş Butonu */
.btn-login {
    background: #1abc9c;
    border: none;
    color: white;
    font-weight: 700;
    padding: 12px;
    border-radius: 10px;
    transition: 0.3s;
    text-transform: uppercase;
    letter-spacing: 1px;
}

    .btn-login:hover {
        background: #16a085;
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(26, 188, 156, 0.4);
    }

/* Alt Linkler */
.login-footer {
    text-align: center;
    padding: 20px;
    font-size: 0.9rem;
    color: #666;
}

    .login-footer a {
        color: #0056b3;
        text-decoration: none;
        font-weight: 600;
    }
/* Seçilen saat butonunun stili */
.slot-selected {
    background-color: #1abc9c !important;
    color: white !important;
    border-color: #16a085 !important;
    font-weight: bold;
    box-shadow: 0 4px 8px rgba(26, 188, 156, 0.3);
}

/* Üzerine gelince el işareti çıksın */
.time-slot {
    cursor: pointer;
    transition: all 0.2s;
}

/* --- RESİMDEKİ MİNİMALİST KULÜP KARTLARI --- */
.club-minimal-card {
    background: #ffffff;
    border-radius: 15px; /* Resimdeki gibi yumuşak köşeler */
    padding: 45px 20px; /* Dikeyde geniş boşluk */
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 25px rgba(0,0,0,0.03); /* Çok hafif bir gölge */
    border: 1px solid transparent;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

    .club-minimal-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 20px 40px rgba(0,0,0,0.08);
        border-color: #f0f0f0;
    }

.club-icon-wrapper {
    width: 70px;
    height: 70px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .club-icon-wrapper img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

.club-name-minimal {
    font-size: 1.05rem;
    font-weight: 700;
    color: #334155; /* Resimdeki gibi koyu gri/lacivert tonu */
    margin: 0;
    line-height: 1.4;
    transition: color 0.3s ease;
}

.club-minimal-card:hover .club-name-minimal {
    color: #1abc9c; /* Üzerine gelince senin yeşiline dönsün */
}