        /* =========================================
           PROJE SLIDER CSS
           ========================================= */

        .projects-section {
            position: relative;
            padding: 100px 0;
            /* REFERANS GÖRSELDEKİ EFEKT: 
               Arka planın %60'ı koyu lacivert, %40'ı beyaz. 
               Böylece kartlar iki rengin ortasında asılı kalır. */
            background: linear-gradient(to bottom, var(--primary-1000) 65%, var(--white) 65%);
        }

        .section-header {
            text-align: center;
            color: var(--white);
            margin-bottom: 50px;
         
        }

        .section-header h2 {
            font-size: 2.5rem;
            font-weight: 800;
            margin: 0;
            line-height: 1.2;
        }

        /* --- SLIDER YAPISI --- */
        .projects-slider-wrapper {
            overflow: hidden; /* Taşmaları gizle */
            width: 100%;
            position: relative;
            padding-bottom: 20px; /* Gölgeler kesilmesin */
        }

        .projects-track {
            display: flex;
            gap: 30px; /* Kartlar arası boşluk */
            transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
            cursor: grab;
        }

        .projects-track:active {
            cursor: grabbing;
        }

        /* --- KART TASARIMI --- */
.project-card {
    display: block; /* Link olduğu için blok eleman gibi davranmalı */
    text-decoration: none; /* Link alt çizgisini kaldır */
    color: inherit; /* Rengi koru */
    
    /* Eski ayarlar aynen kalıyor */
    min-width: calc((100% - 90px) / 4);
    height: 450px;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

/* Linke tıklandığında outline çıkmaması için (Opsiyonel) */
.project-card:focus {
    outline: none;
}
        /* Arka Plan Resmi */
        .project-bg {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.6s ease;
        }

        /* Overlay (Gradient) - Yazıların okunması için */
        .project-overlay {
            position: absolute;
            top: 0; left: 0; width: 100%; height: 100%;
            background: linear-gradient(to top, rgba(13, 23, 60, 0.95) 0%, rgba(13, 23, 60, 0.3) 50%, rgba(13, 23, 60, 0) 100%);
            z-index: 1;
        }

        /* İçerik */
        .project-content {
            position: absolute;
            bottom: 30px;
            left: 30px;
            z-index: 2;
            color: var(--white);
            transform: translateY(0);
            transition: transform 0.4s ease;
        }

        /* Küçük Çizgi */
        .project-line {
            width: 30px;
            height: 3px;
            background-color: var(--accent); /* Sarı Çizgi */
            margin-bottom: 10px;
            display: block;
            transition: width 0.3s ease;
        }

        .project-subtitle {
            font-size: 0.85rem;
            text-transform: uppercase;
            letter-spacing: 1px;
            opacity: 0.8;
            margin-bottom: 5px;
            display: block;
           
        }

        .project-title {
            font-size: 1.5rem;
            font-weight: 700;
            margin: 0;
            line-height: 1.1;
            
        }

        /* Yuvarlak Hover Butonu (Referanstaki Kırmızı/Turuncu Top) */
        .project-hover-btn {
            position: absolute;
            top: 30px;
            right: 30px;
            width: 50px;
            height: 50px;
            background-color: var(--accent); /* Sarı */
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--primary-1000);
            font-size: 1.2rem;
            z-index: 3;
            
            /* Başlangıçta gizli ve yukarıda */
            opacity: 0;
            transform: translateY(-20px) rotate(-45deg);
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            box-shadow: 0 5px 15px rgba(242, 169, 0, 0.4);
        }

        /* --- HOVER EFEKTLERİ --- */
        .project-card:hover .project-bg {
            transform: scale(1.1); /* Resim yakınlaşır */
        }

        .project-card:hover .project-hover-btn {
            opacity: 1;
            transform: translateY(0) rotate(0); /* Buton düşer ve düzelir */
        }

        .project-card:hover .project-line {
            width: 50px; /* Çizgi uzar */
        }

        .project-card:hover .project-content {
            transform: translateY(-10px); /* Yazı hafif yukarı kalkar */
        }

        /* --- NAVİGASYON DOTS (Alt Çizgiler) --- */
        .project-dots {
            display: flex;
            justify-content: center;
            gap: 10px;
            margin-top: 40px;
        }

        .p-dot {
            width: 40px;
            height: 4px;
            background-color: #ddd; /* Beyaz zemin üzerindeyiz */
            cursor: pointer;
            transition: all 0.3s;
            border-radius: 2px;
        }

        .p-dot.active {
            background-color: var(--primary); /* Lacivert */
            width: 60px;
        }

        /* --- RESPONSIVE AYARLAR --- */
        
        /* Tablet (2 Kart Gösterim) */
        @media (max-width: 992px) {
            .projects-section {
                background: linear-gradient(to bottom, var(--primary-1000) 55%, var(--white) 55%);
            }
            .project-card {
                min-width: calc((100% - 30px) / 2); /* 2 sütun */
            }
            .section-header h2 { font-size: 2rem; }
        }

        /* Mobil (1 Kart Gösterim) */
        @media (max-width: 576px) {
            .projects-section {
                background: var(--primary-1000); /* Mobilde tamamen koyu olsun, daha şık durur */
                padding: 60px 0;
            }
            .project-card {
                min-width: 100%; /* 1 sütun */
                height: 400px;
            }
            .projects-track {
                gap: 15px; /* Mobilde boşluk daha az */
            }
            .project-hover-btn {
                opacity: 1; /* Mobilde hover olmadığı için buton hep görünsün */
                transform: translateY(0);
            }
        }