/* css styles */



/* Navbar styling */
.navbar {
    background-color: #0F2537 !important;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #fff !important;
}

/* Resume Styling */
.cv-sidebar {
    border-right: 1px solid #eee;
    padding-right: 20px;
}

.cv-sidebar h2 {
    font-size: 1.2rem;
    border-bottom: 2px solid #df6919;
    /* Superhero orange */
    padding-bottom: 5px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.cv-main h2 {
    font-size: 1.5rem;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #df6919;
    /* Superhero orange */
}

.cv-main h3 {
    font-size: 1.2rem;
    margin-top: 20px;
    margin-bottom: 5px;
}

.cv-main ul {
    margin-bottom: 15px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .cv-sidebar {
        border-right: none;
        border-bottom: 1px solid #eee;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
}