/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    background-color: #f5f5f5;
    color: #333;
    line-height: 1.6;
}

.container {
    display: flex;
    min-height: 100vh;
    max-width: 1200px;
    margin: 0 auto;
    background: white;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

/* Sidebar Styles */
.sidebar {
    width: 35%;
    background: linear-gradient(135deg, #2c3e50, #34495e);
    color: white;
    padding: 2rem;
    position: relative;
}



/* Contact Section */
.contact-section {
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px dashed #f39c12;
}

.contact-section h3 {
    color: #f39c12;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.contact-section h3 i {
    margin-right: 0.5rem;
}

.contact-list {
    position: relative;
}

.contact-list::before {
    content: '';
    position: absolute;
    left: 8px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #f39c12;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1rem;
    position: relative;
}

.contact-marker {
    width: 16px;
    height: 16px;
    background: #f39c12;
    border-radius: 50%;
    margin-right: 1rem;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
}

.contact-content {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
}

.contact-content i {
    color: #f39c12;
    width: 16px;
}

/* Education Section */
.education-section h3 {
    color: #f39c12;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.education-section h3 i {
    margin-right: 0.5rem;
}

.timeline {
    position: relative;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 8px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #f39c12;
}

.timeline-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.5rem;
    position: relative;
}

.timeline-marker {
    width: 16px;
    height: 16px;
    background: #f39c12;
    border-radius: 50%;
    margin-right: 1rem;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
}

.timeline-content h4 {
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
    color: white;
}

.timeline-content p {
    font-size: 0.8rem;
    /* color: #bdc3c7; */
    margin-bottom: 0.25rem;
}

.timeline-content .year {
    font-size: 0.75rem;
    color: #f39c12;
    font-weight: 500;
}

/* Main Content Styles */
.main-content {
    width: 65%;
    background: #f8f9fa;
    padding: 2rem;
}

/* Header */
.header {
    margin-bottom: 2rem;
    text-align: left;
}

.header h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 0.5rem;
}

.header h2 {
    font-size: 1.2rem;
    font-weight: 500;
    color: #7f8c8d;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Section Styles */
.about-section,
.experience-section,
.skills-section {
    margin-bottom: 2rem;
}

.about-section h3,
.experience-section h3,
.skills-section h3 {
    color: #f39c12;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.about-section h3 i,
.experience-section h3 i,
.skills-section h3 i {
    margin-right: 0.5rem;
}

.about-section p {
    font-size: 1rem;
    line-height: 1.7;
    color: #555;
}

/* Experience Timeline */
.experience-section .timeline {
    position: relative;
}

.experience-section .timeline::before {
    content: '';
    position: absolute;
    left: 8px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #f39c12;
}

.experience-section .timeline-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 2rem;
    position: relative;
}

.experience-section .timeline-marker {
    width: 16px;
    height: 16px;
    background: #f39c12;
    border-radius: 50%;
    margin-right: 1rem;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
}

.experience-section .timeline-content {
    flex: 1;
}

/* Experience Section Enhancements */
.experience-section .timeline-item {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 24px rgba(44, 62, 80, 0.13);
    padding: 1.5rem 1.5rem 1.5rem 0.5rem;
    margin-bottom: 2.5rem;
    border-left: 5px solid #e67e22;
    border-right: 2px solid #e0e0e0;
    transition: box-shadow 0.2s, border-color 0.2s;
}

.experience-section .timeline-item:hover {
    box-shadow: 0 8px 32px rgba(44, 62, 80, 0.18);
    border-left: 5px solid #f39c12;
}

.experience-section .timeline-content {
    flex: 1;
    padding-left: 0.5rem;
}

.achievements {
    margin: 1rem 0 0.5rem 1.5rem;
    padding-left: 1.2rem;
    list-style: none;
}

.achievements li {
    position: relative;
    margin-bottom: 0.5rem;
    padding-left: 1.2em;
    font-size: 0.95em;
    color: #222;
    font-weight: 500;
}

.achievements li::before {
    content: '\2022';
    position: absolute;
    left: 0;
    color: #f39c12;
    font-size: 1.2em;
    line-height: 1;
    top: 0.1em;
}

.tech {
    margin-top: 0.8rem;
    font-size: 0.97em;
    color: #fff;
    background: linear-gradient(135deg, #e67e22 0%, #f39c12 50%, #e67e22 100%);
    border-left: 5px solid #d35400;
    padding: 0.7em 1.2em;
    border-radius: 0 8px 8px 0;
    display: inline-block;
    font-weight: 700;
    letter-spacing: 0.3px;
    box-shadow: 0 3px 12px rgba(230, 103, 34, 0.25);
    border: 2px solid #e67e22;
    position: relative;
}

.tech::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.05) 100%);
    border-radius: 0 6px 6px 0;
    pointer-events: none;
}

.job-header {
    margin-bottom: 0.7rem;
}

.job-header h4 {
    font-size: 1.15rem;
    color: #e67e22;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.job-header .year {
    font-size: 1rem;
    color: #7f8c8d;
    font-weight: 500;
}

.company {
    font-size: 1em;
    color: #34495e;
    font-weight: 700;
    margin-bottom: 0.3rem;
}

.company a, .tech a {
    color: #34495e;
    font-weight: 700;
    text-decoration: underline;
    transition: color 0.2s;
}

.company a:hover, .tech a:hover {
    color: #2c3e50;
}

.description {
    font-size: 1em;
    color: #1a1a1a;
    line-height: 1.7;
    padding-left: 0;
    border-left: none;
    margin-bottom: 0.5rem;
    font-weight: 500;
    background: #f8f9fa;
    padding: 0.8rem 1rem;
    border-radius: 6px;
    border-left: 3px solid #e67e22;
}

/* Skills Section */
.skills-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

.skill-item {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.skill-name {
    font-size: 0.9rem;
    font-weight: 500;
    color: #2c3e50;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.skill-bar {
    height: 8px;
    background: #ecf0f1;
    border-radius: 4px;
    overflow: hidden;
}

.skill-fill {
    height: 100%;
    background: #f39c12;
    border-radius: 4px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .container {
        flex-direction: column;
    }
    
    .sidebar,
    .main-content {
        width: 100%;
    }
    
    .sidebar {
        order: 2;
    }
    
    .main-content {
        order: 1;
    }
    
    .header h1 {
        font-size: 2rem;
    }
    
    .skills-grid {
        grid-template-columns: 1fr;
    }
    
    .profile-image {
        width: 120px;
        height: 120px;
    }

    .experience-section .timeline-item {
        padding: 1rem 0.5rem 1rem 0.5rem;
    }
    .tech {
        font-size: 0.95em;
        padding: 0.5em 0.7em;
    }
}

@media (max-width: 480px) {
    .container {
        margin: 0;
        box-shadow: none;
    }
    
    .sidebar,
    .main-content {
        padding: 1rem;
    }
    
    .header h1 {
        font-size: 1.5rem;
    }
    
    .job-header {
        flex-direction: column;
        gap: 0.5rem;
    }
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.timeline-item,
.skill-item {
    animation: fadeInUp 0.6s ease-out;
}

/* Hover Effects */
.skill-bar:hover .skill-fill {
    background: #e67e22;
}

.contact-item:hover .contact-marker,
.timeline-item:hover .timeline-marker {
    transform: scale(1.2);
    transition: transform 0.2s ease;
}

/* Print Styles */
@media print {
    .container {
        box-shadow: none;
        max-width: none;
    }
    
    .sidebar {
        background: #2c3e50 !important;
        -webkit-print-color-adjust: exact;
        color-adjust: exact;
    }
    
    .main-content {
        background: #f8f9fa !important;
        -webkit-print-color-adjust: exact;
        color-adjust: exact;
    }
} 