/* Mevcut stil kodlarını buraya ekleyin */

        /* About sayfasına özel stiller */
        .about-hero {
            background: url('../images/homepage/ı.jpeg') no-repeat center center;
            background-size: cover;
            height: 400px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: rgb(91, 1, 1);
            text-align: center;
            position: relative;
        }

        .about-hero::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0, 0, 0, 0.5);
        }

        .about-hero h1 {
            font-size: 48px;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
            position: relative;
            z-index: 1;
        }

        /* --------------------------------*/
        /* Banner Styles */
        .about-hero {
            background: url('../images/homepage/ı.jpeg') no-repeat center center;
            background-size: cover;
            height: 400px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            text-align: center;
            position: relative;
        }

        .about-hero::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0, 0, 0, 0.5);
        }

        .about-hero h1 {
            font-size: 52px;
            font-weight: 700;
            text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.7);
            position: relative;
            z-index: 1;
            letter-spacing: 1px;
        }

        .about-hero p {
            font-size: 20px;
            font-weight: 500;
            max-width: 600px;
            margin: 0 auto;
            position: relative;
            z-index: 1;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
            line-height: 1.5;
        }


        /* --------------------- */

        .team-member {
            text-align: center;
            margin-bottom: 30px;
        }

        .team-member img {
            width: 200px;
            height: 200px;
            border-radius: 50%;
            object-fit: cover;
            margin-bottom: 15px;
        }

        .mission-vision {
            background-color: #f8f9fa;
            padding: 60px 0;
        }

        .mission-vision .card {
            border: none;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            height: 100%;
        }

        .stats {
            background-color: #627a93;
            color: white;
            padding: 60px 0;
        }

        .stat-item {
            text-align: center;
        }

        .stat-item .number {
            font-size: 48px;
            font-weight: bold;
            margin-bottom: 10px;
        }