﻿body {
    background-color: #000 !important;
}

.core-body {
    margin: 0;
    padding: 0;
    background: url('/img/core_bg.png') no-repeat center center fixed;
    background-size: 100% 1000px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: top;
}

    /*.core-body::before {
        content: "\f121";*/ /* fa-code */
        /*font-family: "Font Awesome 6 Free";
        font-weight: 900;
        font-size: 300px;
        color: rgba(255, 255, 255, 0.03);*/ /* Ultra saydam */
        /*position: fixed;
        bottom: 10%;
        right: 5%;
        z-index: -1;
        pointer-events: none;
        user-select: none;
    }*/

.design-body {
    margin: 0;
    padding: 0;
    background: url('/img/design_bg.png') no-repeat center center fixed;
    background-size: 100% 1000px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: top;
}

    /*.design-body::before {
        content: "\f03e";*/ /* fa-code */
        /*font-family: "Font Awesome 6 Free";
        font-weight: 900;
        font-size: 300px;
        color: rgba(255, 255, 255, 0.03);*/ /* Ultra saydam */
        /*position: fixed;
        bottom: 10%;
        right: 5%;
        z-index: 0;
        pointer-events: none;
        user-select: none;
    }*/

.diverse-body {
    margin: 0;
    padding: 0;
    background: url('/img/diverse_bg.png') no-repeat center center fixed;
    background-size: 100% 1000px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: top;
}

    /*body::before {
        content: "\f121";*/ /* fa-code */
        /*font-family: "Font Awesome 6 Free";
        font-weight: 900;
        font-size: 300px;
        color: rgba(255, 255, 255, 0.03);*/ /* Ultra saydam */
        /*position: fixed;
        bottom: 10%;
        right: 5%;
        z-index: -1;
        pointer-events: none;
        user-select: none;
    }*/

.lab-body {
    margin: 0;
    padding: 0;
    background: url('/img/lab_bg.png') no-repeat center center fixed;
    background-size: 100% 1000px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: top;
}

    /*.lab-body::before {
        content: "\f121";*/ /* fa-code */
        /*font-family: "Font Awesome 6 Free";
        font-weight: 900;
        font-size: 300px;
        color: rgba(255, 255, 255, 0.03);*/ /* Ultra saydam */
        /*position: fixed;
        bottom: 10%;
        right: 5%;
        z-index: -1;
        pointer-events: none;
        user-select: none;
    }*/

.blog-body {
    margin: 0;
    padding: 0;
    background: url('/img/log_bg.png') no-repeat center center fixed;
    background-size: 100% 1000px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: top;
}

    /*.blog-body::before {
        content: "\f121";*/ /* fa-code */
        /*font-family: "Font Awesome 6 Free";
        font-weight: 900;
        font-size: 300px;
        color: rgba(255, 255, 255, 0.03);*/ /* Ultra saydam */
        /*position: fixed;
        bottom: 10%;
        right: 5%;
        z-index: -1;
        pointer-events: none;
        user-select: none;
    }*/

.odentity-body {
    margin: 0;
    padding: 0;
    background: url('/img/odentity_bg.png') no-repeat center center fixed;
    background-size: 100% 1000px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: top;
}

    /*.odentity-body::before {
        content: "\f121";*/ /* fa-code */
        /*font-family: "Font Awesome 6 Free";
        font-weight: 900;
        font-size: 300px;
        color: rgba(255, 255, 255, 0.03);*/ /* Ultra saydam */
        /*position: fixed;
        bottom: 10%;
        right: 5%;
        z-index: -1;
        pointer-events: none;
        user-select: none;
    }*/

.contact-body {
    margin: 0;
    padding: 0;
    background: url('/img/contact_bg2.png') no-repeat center center fixed;
    background-size: 100% 1000px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: top;
}

    /*.contact-body::before {
        content: "\f121";*/ /* fa-code */
        /*font-family: "Font Awesome 6 Free";
        font-weight: 900;
        font-size: 300px;
        color: rgba(255, 255, 255, 0.03);*/ /* Ultra saydam */
        /*position: fixed;
        bottom: 10%;
        right: 5%;
        z-index: -1;
        pointer-events: none;
        user-select: none;
    }*/

/*.hero-banner {
    position: relative;
    width: 100%;*/ /* istediğin yükseklik */
    /*overflow: hidden;
    z-index: 1;
}

    .hero-banner img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        filter: brightness(0.7);*/ /* biraz karartma istersen */
        /*user-select: none;
        pointer-events: none;
    }*/

/* İÇERİK PANELİ */
/* BAŞLANGIÇ */
#main-panel {
    position: relative;
    z-index: 1;
    color: #fff;
    padding: 30px;
    background-color: #121212;
    border-radius: 5px;
    max-width: 1200px;
    margin: 200px auto 100px auto;
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
}
/* Breadcrumb */
.breadcrumb-container {
    background-color: rgba(255, 255, 255, 0.85); /* Yarı saydam beyaz */
    padding: 8px 16px;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
    max-width: fit-content;
}
.breadcrumb-item a {
    color: #00bcd4;
    text-decoration:none;
}
.breadcrumb-item.active {
    color: #00e676;
}
.breadcrumb-item + .breadcrumb-item::before {
    color: #ffffff; /* Slash rengi beyaz */
}
/* Başlık Kısmı */
.panel-header {
    background: linear-gradient(145deg, #1e1e1e, #2c2c2c);
    padding: 20px 30px;
    border-radius: 16px;
    box-shadow: 0 0 10px rgba(255,255,255,0.05);
    margin-bottom: 30px;
}
    .panel-header .title {
        color: #ff0055;
    }
    .panel-header h2 {
        font-size: 24px;
        margin-bottom: 5px;
        color: #00bcd4;
        font-style: italic;
    }

/* Başlık Çizgisi */
.separator-line {
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #00bcd4, #008fa1);
    border-radius: 2px;
    margin-top: 10px;
    margin-bottom: 15px;
}

/* Öne Çıkanlar ve Galeri Yazısı Stili */
.section-title h3 {
    color: #00e676;
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding-bottom: 10px;
}

/* Öne Çıkan Kartların Stili */
.mini-featured-card {
    transition: transform 0.3s ease;
    border: 2px solid #ffc10720; /* hafif sarı sınır */
    border-radius: 0.75rem;
}

    .mini-featured-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 20px rgba(255, 193, 7, 0.2); /* Sarımsı hafif gölge */
    }

/* Kart Rozetleri */
.badge {
    font-size: 0.75rem;
    padding: 0.4em 0.6em;
    border-radius: 0.5rem;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    transition: transform 0.2s ease;
}

    .badge:hover {
        transform: scale(1.05);
    }

/* İçeriklerin Yer Aldığı Kart Kısmı */
.cards-overview {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;
    background-color: #1e1e1e;
    padding: 30px;
    border-radius: 16px;
}

/* Kart Yapısı */
.card-item {
    flex: 1 1 180px;
    background-color: #1a1a1a;
    border-radius: 14px;
    padding: 20px;
    box-shadow: inset 0 0 0 transparent, 0 4px 12px rgba(0,0,0,0.6);
    transition: 0.3s ease;
}

    .card-item:hover {
        background-color: #222;
        box-shadow: 0 0 10px rgba(0, 188, 212, 0.2);
    }

    .card-item h4 {
        font-size: 16px;
        color: #00bcd4;
        margin-bottom: 10px;
    }

        .card-item h4::after {
            content: '';
            display: block;
            width: 40px;
            height: 2px;
            background: linear-gradient(90deg, #00bcd4, #008fa1);
            margin-top: 6px;
        }
@media (max-width: 768px) {
    .card-img-top {
        max-height: 200px;
    }
}
/* BİTİŞ */

/* ---------------------------------------------------------------------------------------- */


.quick-actions {
    margin-bottom: 30px;
    background-color: #191919;
    border-radius: 12px;
    padding: 20px;
}

    .quick-actions h3 {
        font-size: 18px;
        color: #00e676;
        margin-bottom: 10px;
    }

.actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

    .actions a {
        background-color: #00bcd4;
        padding: 8px 14px;
        color: #fff;
        border-radius: 8px;
        font-weight: bold;
        transition: background 0.3s ease;
        text-decoration: none;
    }

        .actions a:hover {
            background-color: #008fa1;
        }

.recent-section {
    background-color: #1e1e1e;
    padding: 20px;
    border-radius: 14px;
}

    .recent-section h3 {
        color: #ffc107;
        margin-bottom: 20px;
    }

.recent-lists {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;
}

    .recent-lists h4 {
        font-size: 16px;
        color: #e91e63;
        margin-bottom: 8px;
    }

    .recent-lists ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .recent-lists li {
        background-color: #292929;
        margin-bottom: 6px;
        padding: 8px;
        border-radius: 8px;
        font-size: 14px;
        color: #ccc;
    }


/* SAĞ PANEL */
/* BAŞLANGIÇ */
.right-sidebar {
    background-color: #1a1a1a;
    position: fixed;
    top: 200px;
    right: 30px;
    width: 70px;
    height: 70px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    z-index: 999;
    border-radius: 12px;
    transition: width 0.4s ease;
}

    .right-sidebar:hover {
        position: fixed;
        top: 200px;
        right: 30px;
        width: 200px;
        display: flex;
        flex-direction: column;
        gap: 20px;
        z-index: 999;
    }

    .open-arrow{
        padding-top:20px;
        padding-left:20px;
    }

    .right-sidebar:hover .open-arrow{
        display:none;
    }


.sidebar-box {
    opacity: 0;
    background-color: #1a1a1a;
    color: #ccc;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 0 12px rgba(0, 188, 212, 0.1);
    backdrop-filter: blur(6px);
    transition: opacity 0.4s ease, transform 0.3s ease;
    transform: translateX(10px);
}
    .sidebar-box h5 {
        font-size: 16px;
        color: #00bcd4;
        margin-bottom: 12px;
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .sidebar-box p,
    .sidebar-box ul {
        font-size: 14px;
        margin: 0;
    }
.right-sidebar:hover .sidebar-box {
    opacity: 1;
    transform: translateX(0);
}
.stats-box ul {
    list-style: none;
    padding: 0;
}

.stats-box li {
    margin-bottom: 6px;
}

.sidebar-social-icons {
    display: flex;
    gap: 10px;
}
  
    .sidebar-social-icons a {
        color: #00bcd4;
        font-size: 18px;
        transition: color 0.3s;
    }

        .sidebar-social-icons a:hover {
            color: #ffffff;
        }

@media (max-width: 992px) {
    .right-sidebar {
        display: none;
    }
}
/* BİTİŞ */

/* ---------------------------------------------------------------------------------------- */

/* GALERİ OVERLAY */
/* BAŞLANGIÇ */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
}

.overlay-content {
    background: linear-gradient(145deg, #1e1e1e, #2c2c2c);
    padding: 15px;
    border-radius: 10px;
    max-width: 80%;
    max-height: 90%;
    text-align: center;
    position: relative;
    box-shadow: 0 0 15px rgba(0,0,0,0.5);
    overflow-y: auto;
}
    .overlay-content::-webkit-scrollbar {
        width: 6px;
    }

    .overlay-content::-webkit-scrollbar-thumb {
        background-color: #888;
        border-radius: 3px;
    }


.nav-arrow {
    position: absolute;
    top: 50%;
    font-size: 3rem;
    color: white;
    cursor: pointer;
    z-index: 10000;
    user-select: none;
    padding: 0 15px;
    transform: translateY(-50%);
}

.left-arrow {
    left: 20px;
}

.right-arrow {
    right: 20px;
}

#overlay-name {
    color: #00bcd4;
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 10px;
}
    .overlay-content img {
        max-width: 100%;
        max-height: 60vh;
        border-radius: 10px;
        margin-bottom: 10px;
    }

    .overlay-content p {
        font-size: 1rem;
        color: #fff;
    }

/* Yeni görselin girişi (sağdan gelir) */
.fade-slide-enter {
    opacity: 0;
    transform: translateX(100%);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

/* Yeni görselin girişi (soldan gelir) */
.fade-slide-enter-left {
    opacity: 0;
    transform: translateX(-100%);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

/* Görselin animasyonla aktif hale gelmesi */
.fade-slide-active {
    opacity: 1;
    transform: translateX(0);
}

/* Overlay Kapatma Butonu */
.close-btn {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 28px;
    font-weight: bold;
    color: #ff5555;
    cursor: pointer;
    transition: 0.2s ease;
}


    .close-btn:hover {
        color: #fff;
    }

/* BİTİŞ */

/* ---------------------------------------------------------------------------------------- */

/* FADE EFEKTİ */
/* BAŞLANGIÇ */
.fade-in {
    animation: fadeIn 0.3s ease forwards;
}

.fade-out {
    animation: fadeOut 0.3s ease forwards;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: scale(0.95);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(0.95);
    }
}
/* BİTİŞ */

/* ---------------------------------------------------------------------------------------- */

/* SAYFALAMA STİLİ */
/* BAŞLANGIÇ */
.pagination .page-link {
    background-color: #1e1e1e; /* Arka plan rengini değiştir */
    color: #00bcd4; /* Yazı rengini ayarla */
    border: 1px solid #00bcd4; /* Kenarlık ekle */
}

    .pagination .page-link:hover {
        background-color: #00bcd4; /* Hover olduğunda renk değiştir */
        color: #fff;
    }
/* BİTİŞ */

/* ---------------------------------------------------------------------------------------- */

