.resume6 * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Poppins, Montserrat, Arial, sans-serif;
    color: #333;
    word-break: break-all;
    line-height: 20px;
}

body {
    margin: 0px;
}

.resume6 header {
    display: none;
}

.resume6 .container6 {
    display: flex;
    width: 100%;
    background-color: #ffff;
    padding-right: 1cm;
    min-height: 1124px;
}

.resume6 h2 {
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 5px;
    display: inline;
    border-bottom: 5px solid #f9b233;
    padding-bottom: 4px;
    font-weight: 700;
}

.resume6 a {
    color: #3b82f6;
    font-size: 14px;
    text-decoration: none;
}

.resume6 p,
.resume6 li {
    font-size: 14px;
    text-align: left;
}

.resume6 .left-section {
    width: 290px;
    background-color: #ececec;
    padding: 20px 0px;
    margin-right: 30px;
    min-height: 1124px;
}

.resume6 .profile-info,
.resume6 .contact-info,
.resume6 .skills-section,
.resume6 .language-section {
    width: 250px;
    margin: 0px auto;
    margin-bottom: 25px;
}

.resume6 .profile-photo {
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.resume6 .profile-photo img {
    width: 128px;
    height: auto;
}

.resume6 h1.fname {
    text-transform: uppercase;
    font-weight: 700;
    line-height: 50px;
    font-size: 2rem;
}

.resume6 .profile-info {
    text-align: center;
    margin-top: 12px;
}

.resume6 .profile-info p {
    font-size: 18px;
    text-align: center;
}

.resume6 .contact-item {
    border-bottom: 2px solid #f9b233;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.resume6 .left-section table {
    border-spacing: 0px 10px;
    border-collapse: separate;
}

.resume6 .left-section table td {
    vertical-align: top;
    word-break: break-all;
}

.resume6 .left-section table td img {
    width: 15px;
    height: 15px;
    margin-right: 15px;
}

.resume6 .right-section {
    width: 434px;
    flex-grow: 1;
    padding-top: 1cm;
}

.section-top-space {
    margin-top: 25px;
}

.resume6 .section {
    margin-bottom: 15px;
}

.resume6 .education {
    display: flex;
    flex-direction: column;
}

.resume6 .education p {
    margin: 2px 0px;
}

.resume6 .section .edu-item {
    border-left: 2px solid orange;
    padding-bottom: 8px;
    padding-left: 15px;
    break-inside: avoid;
    position: relative;
}

.resume6 .section .edu-item::before {
    content: "";
    width: 15px;
    height: 15px;
    background-color: #f9b233;
    border-radius: 150%;
    position: absolute;
    left: -8.5px;
    top: 0;
}

.resume6 .contact-info a {
    text-decoration: none;
    color: #3b82f6;
    letter-spacing: normal;
}

.resume6 .section .exp-item {
    break-inside: avoid;
    margin-bottom: 15px;
}

.resume6 .work-item {
    margin-bottom: 15px;
    break-inside: avoid;
}

.resume6 .skill {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.resume6 .progress-bar {
    width: 200px;
    height: 8px;
    border-radius: 2px;
    overflow: hidden;
    background-color: rgb(227, 227, 227);
}

.resume6 .progress {
    height: 100%;
    background-color: #f9b233;
}

.resume6 .star-skill {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.resume6 .star-container {
    display: flex;
    width: 150px;
}

.resume6 .star-container img {
    width: 16px;
    height: 16px;
    margin-right: 1px;
}

.resume6 a:hover,
.resume6 .contact-info p:hover {
    color: #f9b233;
    cursor: pointer;
}

@media print {
    .resume6 header {
        position: running(header);
        height: 30px;
        display: block;
    }

    .resume6 header a {
        text-decoration: none;
    }

    .resume6 header img {
        height: 30px;
        width: 150px;
    }

    @page {
        size: A4;
        margin: 1cm 1cm 1cm 1cm;

        @bottom-center {
            content: element(header);
        }
    }

    @page: first {
        margin: 0 1cm 1cm 0;
    }
}
