/* Education Section Styles */
.section {
    max-width: 1200px;
    margin: 60px auto;
    padding: 40px;
}

.section h2 {
    font-size: 2.5rem;
    margin-bottom: 40px;
    border-bottom: 2px solid #EE2E31;
    padding-bottom: 10px;
}

.section h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.education-item {
    margin-bottom: 40px;
    padding: 20px;
    background-color: rgba(201, 228, 202, 0.05);
    border-radius: 8px;
    border-left: 4px solid #EE2E31;
}

.edu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.duration {
    color: #EE2E31;
    font-weight: bold;
    font-family: 'Google Sans Code', monospace;
}

.institution {
    font-weight: bold;
    font-size: 1.1rem;
    margin: 5px 0;
}

.honors {
    font-style: italic;
    opacity: 0.8;
    margin: 5px 0 15px 0;
}

ul {
    margin: 15px 0;
    padding-left: 25px;
}

li {
    margin: 10px 0;
    line-height: 1.7;
}
