.resume-title { font-size: 36px; color: #123a61;
margin-bottom: 8px; }
.title-underline { width: 50px; height: 6px;
background: #38bdf8; margin: 8px 0 18px 0;
border-radius: 3px; }

.timeline {
border-left: 3px solid #1e3a61;
padding-left: 28px;
margin-left: 10px;
}
.timeline-item {
display: flex;
gap: 16px;
margin-bottom: 30px;
align-items: flex-start;
}
.marker {
width: 16px;
height: 16px;
border-radius: 50%;
background: white;
border: 3px solid #1e3a61;
margin-left: -37px;
margin-top: 4px;
}

.item-content h3 {
font-size: 18px;
margin: 0 0 8px 0;
color: #0f172a;
}
.item-content ul { margin-top:
8px; margin-left: 18px; color:
#333; }
.item-content p { margin: 8px 0;
color: #333; line-height: 1.6; }
.school { color: #444; margin: 6px
0; }

.year-badge {
display: inline-block;
background: #e8f1fb;
color: #123a61;
padding: 6px 10px;
border-radius: 6px;
font-weight: 600;
margin-bottom: 8px;
margin-top: 6px;
}
.personal h2, .education h2 {
font-size: 22px;
color: #123a61;
margin: 12px 0 12px 0;
}