 .resume27 * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: Calibri;
            word-break: break-all;
        }

        body {
            margin: 0;
            padding: 0;
        }

        .resume27 {
            /* display: flex; */
            background-color: white;
            /* flex-direction: column; */
            display: block;
            width: 100%;
            min-height: 297mm;
        }

        .resume27 header {
            display: none;
        }

        .resume27 p,
        .resume27 li,
        .resume27 a {
            font-size: 14px;
            list-style: none;
            text-decoration: none;
        }

        .resume27 p {
            line-height: 18px;
        }

        /* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

        /* header */

        /* .resume27 .header {
            background-color: #1B253C;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            width: 100%;
            height: 265px;
            color: white;
        } */

        /* .resume27 .header {
    background-color: #1B253C;
    width: 100%;
    height: 265px;
    color: white;
    text-align: center;
    position: relative;
    padding-top: 40px;
}

        /* image container *
        .resume27 .header .image-container {
            width: 120px;
            height: 120px;
            border-radius: 50%;
            margin-bottom: 5px;
            /* display: none; *
        }

        .resume27 .header .image-container img {
            width: 100%;
            height: 100%;
            border-radius: 50%;
        }

        .resume27 .profile-container {
            display: table;
            margin: 0 auto;
            text-align: center;
        } */

        .resume27 .header {
    background-color: #1B253C;
    width: 100%;
    height: 265px;
    color: white;
    text-align: center;
    position: relative;
    padding-top: 40px;
}

/* Image container */
.resume27 .header .image-container {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: 0 auto 5px; /* center horizontally and add space below */
}

/* Image styling */
.resume27 .header .image-container img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

/* Optional wrapper to center content like name/designation */
.resume27 .profile-container {
    display: table;
    margin: 0 auto;
    text-align: center;
}


        /* name container */
        .resume27 .name-container h1 {
            font-size: 40px;
            text-transform: uppercase;
            text-align: center;
            line-height: 40px;
            width: 700px;
        }

        .resume27 .name-container h1 span.fname {
            margin-right: 10px;
            font-weight: 400;
        }

        .resume27 .name-container h1 span.lname {
            font-weight: bold;
            color: yellow;
        }

        .resume27 .name-container p {
            font-size: 20px;
            text-transform: uppercase;
            line-height: 20px;
            text-align: center;
            margin-top: 10px;
        }

        /* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

        .resume27 .main-content {
            display: table;
            border-spacing: 30px 0px;
            margin-top: 30px;
        }

        /* left */
        .resume27 .left {
            width: 40%;
            margin-right: 30px;
            display: table-cell;
            vertical-align: top;
        }

        .resume27 h2 {
            font-size: 30px;
            font-weight: 300;
            text-transform: uppercase;
            border-bottom: 3px solid #FFD14F;
            padding-bottom: 2px;
            display: inline-block;
            margin-bottom: 15px;
        }

        /* contact */
        .resume27 table {
            border-spacing: 0px 10px;
            border-collapse: separate;
        }

        .resume27 table td {
            vertical-align: top;
            word-break: break-all;
            font-size: 14px;
            color: black;
        }

        .resume27 table td img {
            width: 15px;
            height: 15px;
            margin-right: 15px;
        }

        .resume27 table td a,
        .resume27 table td span {
            font-size: 14px;
            text-decoration: none;
            color: black;
        }

        /* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

        /* right */
        .resume27 .right {
            width: 60%;
            display: table-cell;
            vertical-align: top;
        }

        .resume27 .about-section {
            margin-bottom: 15px;
        }

        .resume27.experience-section {
            margin-bottom: 20px;
        }

        /* education */
        .resume27 .education-section .job {
            margin-bottom: 15px;
            break-inside: avoid;
        }

        .resume27 .education-section .job .college-name {
            font-weight: 700;
        }

        /* experience */
        .resume27 .right .experience-section .job {
            margin-bottom: 15px;
            break-inside: avoid;
        }

        /* main skills section */
        .resume27 .right .main-skills-section .skill {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 20px;
            break-inside: auto;
        }

        .resume27 .right .main-skills-section .skill .progress-bar {
            width: 200px;
            height: 15px;
            background-color: rgb(223 223 223);
            border-radius: 10px;
        }

        .resume27 .right .main-skills-section .skill .progress {
            background-color: #FFD14F;
            width: 100%;
            height: 100%;
            border-radius: 10px;
        }

        /* stars rating */
        .resume27 .star-skill-list{
            margin: 10px 0px;
        }

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

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

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


        .resume27 .main-content a:hover,
        .resume27 .main-content span:hover {
            color: rgb(39, 39, 255) !important;
            cursor: pointer;
        }

        @media print {

            .resume27 header {
                position: running(header);
                height: 30px;
                display: block;
            }

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

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

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


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

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