.alumni-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.alumni-header {
    background: linear-gradient(135deg, #000000 0%, #022847 100%);
    color: white;
    padding: 2rem 0;
    margin-bottom: 2rem;
    border-radius: 10px;
}

.alumni-header-content {
    display: flex;
    align-items: center;
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.alumni-profile-image {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 4px solid white;
    object-fit: cover;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.alumni-profile-info h1 {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
    color: white;
}

.alumni-profile-info .title {
    font-size: 1.2rem;
    opacity: 0.9;
    margin-bottom: 0.5rem;
}

.alumni-profile-info .location {
    font-size: 1rem;
    opacity: 0.8;
}

.alumni-main-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 2rem;
    margin-bottom: 2rem;
}

.alumni-card {
    background: white;
    border-radius: 10px;
    padding: 2rem;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    margin-bottom: 2rem;
}

.alumni-card h2 {
    color: #022847;
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    border-bottom: 2px solid #022847;
    padding-bottom: 0.5rem;
}

.timeline {
    position: relative;
    padding-left: 2rem;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #022847;
}

.timeline-item {
    position: relative;
    margin-bottom: 2rem;
    padding-left: 1rem;
}

.timeline-item::before {
    content: '';
    position: absolute;
    left: -1.5rem;
    top: 0.5rem;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #667eea;
    border: 3px solid white;
    box-shadow: 0 0 0 3px #667eea;
}

.timeline-item h3 {
    color: #ffffff;
    margin-bottom: 0.5rem;
}

.timeline-item .company {
    color: #667eea;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.timeline-item .date {
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}

.timeline-item p {
    color: #ffffff;
    line-height: 1.5;
}

.alumni-contact-info {
    list-style: none;
}

.alumni-contact-info li {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.alumni-contact-info .icon {
    width: 20px;
    height: 20px;
    background: #667eea;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 0.8rem;
}

.skills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.skill-tag {
    background: #667eea;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.skill-tag:hover {
    background: #764ba2;
    transform: translateY(-2px);
}

.achievements {
    list-style: none;
}

.achievements li {
    margin-bottom: 1rem;
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 5px;
    border-left: 4px solid #667eea;
}

.alumni-btn {
    background: #667eea;
    color: white;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1rem;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    margin-right: 1rem;
    margin-bottom: 1rem;
}

.alumni-btn:hover {
    background: #764ba2;
    transform: translateY(-2px);
}

.alumni-btn-secondary {
    background: transparent;
    color: #667eea;
    border: 2px solid #667eea;
}

.alumni-btn-secondary:hover {
    background: #667eea;
    color: white;
}

.alumni-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}

.alumni-modal-content {
    background-color: white;
    margin: 15% auto;
    padding: 2rem;
    border-radius: 10px;
    width: 80%;
    max-width: 500px;
    position: relative;
}

.alumni-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    position: absolute;
    right: 1rem;
    top: 1rem;
}

.alumni-close:hover {
    color: #000;
}

@media (max-width: 768px) {
    .alumni-header-content {
        flex-direction: column;
        text-align: center;
    }

    .alumni-main-content {
        grid-template-columns: 1fr;
    }

    .alumni-profile-info h1 {
        font-size: 2rem;
    }
}


.alumni-icon{
    color: blue;
}

.alumni-icon i.fa-linkedin-in {
    color: #0077b5;
    font-size: 18px;
}

.alumni-contact-info a {
    color: #0077b5;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.3s ease;
}

.alumni-contact-info a:hover {
    color: #000000; /* hover zamanı tünd mavi */
    text-decoration: none;
}


  .alumni-card-certificate {
    width: 320px;      /* kiçik ölçü */
    height: auto;
    padding: 20px;
    background: #fff;
    border: 2px solid #4b6584;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    text-align: center;
    margin-bottom: 20px;
  }

  .alumni-card-certificate h2 {
    margin: 0 0 15px;
    font-size: 20px;
    color: #2d3436;
    text-transform: uppercase;
  }

  .alumni-card-certificate p {
    margin: 6px 0;
    font-size: 14px;
    color: #333;
  }

  @media print {
    body {
      background: none;
      gap: 10px;
    }
    .alumni-card-certificate {
      box-shadow: none;
      page-break-inside: avoid;
    }
  }