/* Custom Portfolio Styles */

body { 
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; 
    padding-top: 70px; /* Accounts for the fixed navbar */
}

.section-heading { 
    border-bottom: 2px solid #0d6efd; /* Bootstrap primary blue */
    padding-bottom: 10px; 
    margin-bottom: 20px; 
}

.resume-item { 
    margin-bottom: 25px; 
}

.bg-light-custom { 
    background-color: #f8f9fa; 
    padding: 40px 0; 
    border-radius: 8px;
}

/* Add a slight hover effect to projects and jobs */
.resume-item:hover {
    transform: translateX(5px);
    transition: transform 0.3s ease;
}