body {
    font-family: 'Lato', sans-serif;
    color: #545E6C;
    background: #f5f5f5;
    font-size: 16px;
    padding: 30px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700
}

a {
    color: #171f14
}

a:hover {
    text-decoration: underline;
    color: #000
}

a:focus {
    text-decoration: none
}

p {
    line-height: 1.5
}

.wrapper {
    display: grid;
    grid-template-columns:repeat(10, 1fr);
    background: #394d32;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1)
}

.sidebar-wrapper {
    grid-column: span 3;
    order: 1;
    background: #394d32;
    color: #fff
}

.sidebar-wrapper a {
    color: #fff
}

.sidebar-wrapper .profile-container {
    padding: 30px;
    background: rgba(0, 0, 0, 0.2);
    text-align: center;
    color: #fff
}

.sidebar-wrapper .name {
    font-size: 32px;
    font-weight: 900;
    margin-top: 0;
    margin-bottom: 10px
}

.sidebar-wrapper .tagline {
    color: rgba(255, 255, 255, 0.6);
    font-size: 18px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0
}

.sidebar-wrapper .profile {
    margin-bottom: 15px
}

.sidebar-wrapper .avatar {
    max-width: 100px;
    margin-bottom: 15px;
    border: 0px solid #fff;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1)
}

.sidebar-wrapper .contact-list .fas, .sidebar-wrapper .contact-list .fab, .sidebar-wrapper .contact-list .far {
    margin-right: 5px;
    font-size: 18px;
    vertical-align: middle
}

.sidebar-wrapper .contact-list li {
    margin-bottom: 15px
}

.sidebar-wrapper .contact-list li:last-child {
    margin-bottom: 0
}

.sidebar-wrapper .container-block {
    padding: 30px
}

.sidebar-wrapper .container-block-title {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 15px
}

.sidebar-wrapper .degree {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 5px
}

.sidebar-wrapper .education-container .item {
    margin-bottom: 15px
}

.sidebar-wrapper .education-container .item:last-child {
    margin-bottom: 0
}

.sidebar-wrapper .education-container .meta {
    color: rgba(255, 255, 255, 0.6);
    font-weight: 500;
    margin-bottom: 0px;
    margin-top: 0
}

.sidebar-wrapper .education-container .time {
    color: rgba(255, 255, 255, 0.6);
    font-weight: 500;
    margin-bottom: 0px
}

.sidebar-wrapper .languages-container .lang-desc {
    color: rgba(255, 255, 255, 0.6)
}

.sidebar-wrapper .languages-list {
    margin-bottom: 0
}

.sidebar-wrapper .languages-list li {
    margin-bottom: 10px
}

.sidebar-wrapper .languages-list li:last-child {
    margin-bottom: 0
}

.sidebar-wrapper .interests-list {
    margin-bottom: 0
}

.sidebar-wrapper .interests-list li {
    margin-bottom: 10px
}

.sidebar-wrapper .interests-list li:last-child {
    margin-bottom: 0
}

.main-wrapper {
    grid-column: span 7;
    order: 2;
    background: #fff;
    padding: 60px
}

.main-wrapper .section-title {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
    color: #171f14;
    position: relative;
    margin-top: 0;
    margin-bottom: 20px
}

.main-wrapper .section {
    margin-bottom: 60px
}

.main-wrapper .experiences-section .item, .main-wrapper .educations-section .item {
    margin-bottom: 30px
}

.main-wrapper .upper-row, .main-wrapper .second-upper-row {
    position: relative;
    overflow: hidden;
    margin-bottom: 2px;
    display: flex
}

.main-wrapper .job-title, .main-wrapper .degree, .main-wrapper .cert-title {
    color: #043d37;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 500;
    flex: 75%
}

.main-wrapper .time, .main-wrapper .cert-url {
    position: absolute;
    right: 0;
    top: 0;
    color: #59a2c2;
    flex: 25%
}

.main-wrapper .company, .main-wrapper .university, .main-wrapper .cert-org {
    margin-bottom: 10px;
    color: #59a2c2
}

.main-wrapper .project-title {
    font-size: 16px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 5px;
    color: #171f14
}

.main-wrapper .projects-section .intro {
    margin-bottom: 30px
}

.main-wrapper .projects-section .item {
    margin-bottom: 15px
}

.main-wrapper .publication-title {
    font-size: 16px;
    font-weight: 400;
    color: #043d37;
    margin-bottom: 1px
}

.main-wrapper .publication-authors {
    font-style: italic;
    color: #59a2c2;
    margin-bottom: 1px
}

.main-wrapper .publications-section .intro {
    margin-bottom: 30px
}

.main-wrapper .publications-section .item {
    margin-bottom: 15px
}

.main-wrapper .cert-image {
    display: inline-block;
    max-width: 75px;
    margin-bottom: 25px;
    border: 0 transparent;
    border-radius: 100%
}

.main-wrapper .cert-duration {
    color: #545E6C
}

.main-wrapper .cert-org {
    color: #043d37;
    margin: 0 0 0
}

.skillset .item {
    margin-bottom: 15px;
    overflow: hidden
}

.skillset .level-title {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 12px
}

.skillset .level-bar {
    height: 12px;
    background: #f5f5f5
}

.skillset .level-bar-inner {
    height: 12px;
    background: #5b7b50
}

.footer {
    padding-top: 30px
}

.footer .copyright {
    line-height: 1.6;
    color: #545E6C;
    font-size: 13px
}

.footer .fa-heart {
    color: #a47069
}

@media (max-width: 767px) {
    body {
        padding: 0
    }

    .sidebar-wrapper {
        position: static;
        width: inherit
    }

    .wrapper {
        display: block
    }

    .main-wrapper {
        padding: 30px
    }

    .main-wrapper .time {
        position: static;
        display: block;
        margin-top: 5px
    }

    .main-wrapper .upper-row {
        margin-bottom: 0
    }
}

@media (min-width: 992px) {
    .skillset .level-title {
        float: left;
        width: 30%;
        margin-bottom: 0
    }

    .skillset .level-bar {
        width: 70%;
        float: left;
        position: relative;
        top: 1px
    }
}

.skillset .level-bar-inner {
    width: auto;
    -webkit-transition: width 2s ease-in-out;
    -moz-transition: width 2s ease-in-out;
    -o-transition: width 2s ease-in-out;
    transition: width 2s ease-in-out
}

/* Base Icon Style */
.ui-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: -0.125em; /* Matches Font Awesome alignment */
    fill: currentColor;
    stroke: currentColor;
}

/* Specific sidebar sizes if needed */
.sidebar .ui-icon {
    width: 1.25em;
    height: 1.25em;
}

/* Layered Icon Stack */
.ui-icon-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.ui-icon-stack-bg {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    color: #333; /* Default circle color */
}

.ui-icon-stack-main {
    position: absolute;
    left: 25%;
    top: 25%;
    width: 50%;
    height: 50%;
    color: #fff; /* Default foreground icon color */
}