 .resume9 * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: Arial, Helvetica, sans-serif;
            word-break: break-all;
            line-height: 18px;
        }

        body {
            margin: 0px;
        }

        .resume9 header {
            display: none;
        }

        .resume9 a {
            font-size: 14px;
            text-decoration: none;
        }

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

        .resume9 li {
            font-size: 14px;
        }

        .resume9 p {
            font-size: 14px;
            text-align: left;
        }

        /* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
        /* left section */
        .resume9 .left-section {
            /* width: 38%; */
            width: 287px;
            background-color: #126498;
            padding: 0px 20px;
            margin-right: 20px;
            color: white;
            min-height: 1124px;
        }

        .resume9 .image-container9 {
            display: flex;
            justify-content: center;
            align-items: center;
            margin: 1cm 0cm;
        }

        .resume9 .profile-image {
            width: 175px;
            height: 180px;
            border-radius: 50%;
            border: 8px solid white;
        }

        .resume9 .hiring-details {
            margin-top: 1cm;
        }

        .resume9 .hiring-details a {
            color: white;
            letter-spacing: normal;
        }

        .resume9 .hiring-details h2 {
            color: white;
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 20px;
            border-bottom: 2px solid white;
            padding-bottom: 8px;
        }

        .resume9 .about p {
            line-height: 22px;
        }

        .resume9 .about {
            width: 247px;
            margin: 0px auto;
        }

        .resume9 .skill-section,
        .resume9 .language-section,
        .resume9 .contact-info {
            width: 247px;
            margin: 0px auto;
            margin-top: 20px;
        }


        .resume9 ul li {
            list-style: none;
            margin-bottom: 15px;
            word-break: break-all;
        }


        .resume9 .contact-item {
            display: flex;
            align-items: center;
        }


        .resume9 .icons {
            /* border: 1px solid #fff; */
            width: 18px;
            height: 18px;
            /* padding: 4px; */
            margin-right: 15px;
            /* border-radius: 50%; */
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .resume9 .skill {
            display: flex;
            justify-content: space-between;
            margin-bottom: 15px;
            flex-direction: column;
        }

        .resume9 .skill p {
            margin-bottom: 8px;
        }

        .resume9 .progress-bar {
            width: 100%;
            height: 8px;
            border-radius: 20px;
            overflow: hidden;
            background-color: #ddd;
        }

        .resume9 .progress {
            height: 100%;
            background-color: #4ca0ff;
        }

        /* stars rating */
        .resume9 .star-skill {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 15px;
        }

        .resume9 .star-container9 {
            display: flex;
            width: 150px;
        }

        .resume9 .star-container9 img {
            width: 15px;
            height: 15px;
            margin-right: 10px;
        }


        .resume9 table {
            border-spacing: 0px 10px;
            border-collapse: separate;
            margin-bottom: 20px;
        }

        .resume9 table td {
            vertical-align: top;
        }

        .resume9 table td img {
            /* border: 1px solid #fff; */
            width: 18px;
            height: 18px;
            /* padding: 4px; */
            margin-right: 15px;
            /* border-radius: 50%; */
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .resume9 table td a {
            word-break: break-all;
            color: white;
        }

        .resume9 table td span {
            word-break: break-all;
        }

        /* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
        /* right section */
        .resume9 .right-section {
            /* width: 62%; */
            width: 467px;
            flex-grow: 1;
            padding-top: 1cm;
        }

        .resume9 h1 {
            font-size: 40px;
            margin-bottom: 15px;
            font-weight: 700;
            letter-spacing: 3px;
            color: #126498;
            text-transform: uppercase;
        }

        .resume9 .subtitle {
            font-size: 20px;
            text-transform: capitalize;
        }

        .resume9 .right-section h2 {
            background-color: #126498;
            color: white;
            font-size: 18px;
            font-weight: 600;
            text-align: center;
            border-radius: 50px;
            padding: 5px 0px;
            margin-bottom: 20px;
        }

        .resume9 .education-section,
        .resume9 .experience {
            margin-top: 25px;
        }


        .resume9 .job p {
            margin-bottom: 5px;
        }

        .resume9 .education-section p {
            /* margin-bottom: 5px; */
        }

        .resume9 .education-section .education,
        .resume9 .job {
            margin-bottom: 15px;
            break-inside: avoid;
        }

        .resume9 .education-section .education .college-name {
            font-weight: 600;
        }

        .resume9 .job {
            margin-bottom: 20px;
            break-inside: avoid;
        }

        .resume9 .job a {
            color: blue;
        }

        .resume9 .experience ul li {
            display: flex;
        }

        .resume9 .experience ul li img {
            width: 15px;
            height: 15px;
            margin-right: 10px;
        }

        .resume9 a:hover,
        .resume9 span:hover {
            color: yellow;
            cursor: pointer;
        }

        @media print {


            .resume9 .container9 {
                padding-right: 0px;
            }

            .resume9 .left-section {
                height: 1170px;
            }

            .resume9 .icons {
                width: 18px;
            }

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

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

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

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

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

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