﻿.about-container {
    display: flex;
    min-height: 600px;
    max-width: 1400px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    position: relative;
    margin-top: 20px !important;
}

.left-menu {
    width: 250px;
    background-color: #f5f5f5;
    padding: 20px 0;
    position: relative;
}

.menu-items {
    display: flex;
    flex-direction: column;
}

.menu-item {
    padding: 15px 20px;
    color: #333;
    cursor: pointer;
    border-left: 4px solid transparent;
    transition: all 0.3s ease;
}

    .menu-item:hover {
        background-color: rgba(0, 163, 224, 0.1);
        color: #00A3E0;
    }

    .menu-item.active {
        border-left-color: #00A3E0;
        background-color: #fff;
        color: #00A3E0;
        font-weight: bold;
    }

.content-area {
    flex: 1;
    padding: 30px;
    overflow-x: auto;
}

.content-title {
    color: #00A3E0;
    margin-bottom: 30px;
    font-size: 24px;
    border-bottom: 2px solid #eee;
    padding-bottom: 15px;
}

.content-body {
    line-height: 1.6;
}

.milestone {
    margin: 15px 0;
    padding: 10px;
    background-color: rgba(0, 163, 224, 0.05);
    border-left: 3px solid #00A3E0;
}

.arrow-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.left-arrow {
    left: -5px;
}

.right-arrow {
    right: -5px;
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .about-container {
        margin: 0 20px;
    }
}

@media (max-width: 768px) {
    .about-container {
        margin: 0;
        flex-direction: column;
    }

    .left-menu {
        width: 100%;
        padding: 0;
        overflow: hidden;
    }

    .menu-items {
        flex-direction: row;
        flex-wrap: nowrap;
        background-color: #f5f5f5;
        overflow-x: auto;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none; /* IE and Edge */
        white-space: nowrap;
        padding: 0 15px;
    }

        .menu-items::-webkit-scrollbar {
            display: none; /* Chrome, Safari, Opera */
        }

    .menu-item {
        padding: 15px 20px;
        border-left: none;
        border-bottom: 3px solid transparent;
        text-align: center;
        flex: 0 0 auto;
        position: relative;
    }

        .menu-item.active {
            border-left: none;
            border-bottom: 3px solid #00A3E0;
        }

    .content-area {
        padding: 20px;
    }

    .arrow-icon {
        display: inline;
    }
}

@media (min-width: 769px) {
    .arrow-icon {
        display: none;
    }
}

@media (max-width: 480px) {
    .content-title {
        font-size: 20px;
    }

    .menu-item {
        padding: 12px 15px;
        font-size: 14px;
    }

    .content-body {
        font-size: 14px;
    }
}

/* Print styles */
@media print {
    .left-menu {
        display: none;
    }

    .content-area {
        padding: 0;
    }

    .about-container {
        box-shadow: none;
    }
}

.table-container {
    margin: 20px auto;
    max-width: 100%; /* Tam genişlik için */
    overflow-x: auto; /* Yatay kaydırma */
    border: 1px solid #ddd; /* Görsel iyileştirme için */
    border-radius: 5px; /* Köşeleri yuvarlama */
}

.ownership-table, .company-info-table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    background-color: #f5f5f5;
}

.ownership-table {
    width: 100%;
    min-width: 600px; /* Küçük ekranlar için yatay kaydırma */
    border-collapse: collapse;
    text-align: left;
    background-color: #f5f5f5;
}

.table-amount {
    text-align: right !important;
}

.ownership-table th,
.ownership-table td {
    padding: 12px 15px;
    border: 1px solid #ccc;
    text-align: left; /* Metni sola hizalama */
    white-space: nowrap; /* Satır taşmasını engelle */
}

.ownership-table thead {
    background-color: #00A3E0;
    color: #fff;
}

.ownership-table th {
    font-weight: bold;
    background-color: #00A3E0;
    color: #fff;
    text-align: left; /* Başlık hizası */
}

.ownership-table tbody tr:nth-child(odd) {
    background-color: #f5f5f5;
}

.ownership-table tbody tr:nth-child(even) {
    background-color: rgba(0, 163, 224, 0.1);
}


.ownership-table th,
.ownership-table td,
.company-info-table th,
.company-info-table td {
    padding: 12px 15px;
    border: 1px solid #ccc; /* Daha yumuşak bir renk */
}

.ownership-table th,
.company-info-table th {
    font-weight: bold;
    background-color: #00A3E0;
    color: #fff;
}

.ownership-table tbody tr:nth-child(odd) {
    background-color: #f5f5f5; /* Varsayılan arka plan */
}

.ownership-table tbody tr:nth-child(even) {
    background-color: rgba(0, 163, 224, 0.1); /* Daha açık arka plan */
}

.ownership-table tfoot {
    background-color: #fff; /* Tüm toplam satırını nötr yap */
    font-weight: bold;
}

    .ownership-table tfoot td {
        text-align: left;
    }



.company-info-table tbody tr:nth-child(odd) {
    background-color: #f5f5f5;
}

.company-info-table tbody tr:nth-child(even) {
    background-color: rgba(0, 163, 224, 0.1);
}




.grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.yk-card {
    border: 1px solid #ddd;
    padding: 15px;
    text-align: center;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.yk-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 10px;
}

.yk-card h2 {
    font-size: 18px;
    margin: 10px 0;
    color: #333;
}

.yk-card h4 {
    font-size: 14px;
    color: #666;
}

@media (max-width: 768px) {
    .grid-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .grid-container {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .ownership-table th,
    .ownership-table td {
        padding: 8px 10px;
        font-size: 14px;
    }
}


.modal {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.6);
    transition: visibility 0.3s, opacity 0.3s ease;
}

    .modal.show {
        visibility: visible;
        opacity: 1;
    }

.modal-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 12px;
    max-width: 600px;
    width: 90%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.modal-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 15px;
}

    .modal-header img {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        object-fit: cover;
        margin-bottom: 10px;
    }

    .modal-header h2 {
        font-size: 1.5rem;
        font-weight: 600;
        margin: 0;
        text-align: center;
        color: #00A3E0;
    }

    .modal-header h4 {
        font-size: 1rem;
        font-weight: 500;
        color: #666;
        margin: 5px 0 0 0;
        text-align: center;
    }

.modal-body {
    text-align: justify;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #333;
}

.close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 1.5rem;
    font-weight: bold;
    cursor: pointer;
    color: #999;
    transition: color 0.3s ease;
}

    .close-button:hover {
        color: #333;
    }




.yk-card {
    cursor: pointer; /* Changes cursor to pointer on hover */
    transition: transform 0.2s; /* Smooth transition for scaling */
}

    .yk-card:hover {
        transform: scale(1.05); /* Slightly enlarge the card on hover */
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Add shadow effect */
    }


.reports-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 20px;
}

.report-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    background-color: #f5f5f5;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s, box-shadow 0.2s;
}

    .report-item:hover {
        transform: translateY(-3px);
        box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
    }

.report-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.report-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 14px;
    color: #00A3E0;
    transition: color 0.2s;
}

    .report-link:hover {
        color: #005b9f;
    }

    .report-link svg {
        margin-left: 8px;
        fill: #00A3E0;
        transition: fill 0.2s;
    }

    .report-link:hover svg {
        fill: #005b9f;
    }


.timeline-title {
    font-size: 1.8rem;
    color: #333;
    margin-bottom: 20px;
    text-align: left;
}

.timeline-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 1rem;
    text-align: left;
}

    .timeline-table thead {
        background-color: #f4f4f4;
    }

    .timeline-table th,
    .timeline-table td {
        border: 1px solid #ddd;
        padding: 10px 15px;
    }

    .timeline-table th {
        font-weight: bold;
        text-align: center;
    }

    .timeline-table tbody tr:nth-child(even) {
        background-color: #f9f9f9;
    }

    .timeline-table tbody tr:hover {
        background-color: #f1f1f1;
    }
