 .resume10 * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: Montserrat, Arial, sans-serif;
            word-break: break-word;
        }

        .resume10 {
            width: 100%;
            background-color: white;
            min-height: 297mm;
        }
.resume10 .contact-item {
            margin-bottom: 10px;
            display: flex;
            align-items: center;
        }

        .resume10 .contact-item img {
            width: 15px;
            height: 15px;
            /* padding: 4px; */
            /* border: 1px solid rgb(48, 48, 48);
    border-radius: 50%; */
            margin-right: 10px;
        }

        .resume10 .contact-item p {
            margin-bottom: 6px;
        }

        .resume10 .contact-item a {
            color: white;
            text-decoration: none;
            font-size: 14px;
            letter-spacing: normal;
        }
        .resume10 .container10 {
            display: flex;
            background-color: #fff;
            padding: 0;
            position: relative;
            break-inside: avoid;
        }

        .resume10 h1,
        .resume10 p {
            margin: 0;
            padding: 0;
        }

        .resume10 a,
        .resume10 p,
        .resume10 li {
            font-size: 14px;
            text-decoration: none;
            line-height: 1.4;
        }

        .resume10 ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        /* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
        /* header */
        /* .resume10 .header-frame {
            position: relative;
            top: 173px;
            width: 754px;
            z-index: 1;
        } */

        .resume10 .header {
            display: block;
            position: absolute;
            top: 45px;
            width: 754px;
            z-index: 1;
        }

        .resume10 .header-container10 {
            height: 130px;
            width: 100%;
            background: linear-gradient(105deg,
                    #00308f 7%,
                    rgba(0, 42, 125, 1) 7%,
                    rgba(0, 42, 125, 1) 43%,
                    #00308f 43%);
            background-color: #00308f;
            display: flex;
            align-items: center;
        }

        .resume10 .image-container10 {
            border-radius: 0px 0px 50% 50%;
            display: flex;
            align-items: center;
            width: 100%;
        }

        .resume10 .profile-image {
            width: 175px;
            height: 180px;
            border-radius: 50%;
            border: 8px solid #00308f;
            box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
            margin-left: 20px;
        }

        .resume10 .profile {
            display: flex;
            flex-direction: column;
            height: 100%;
            margin: 0px 20px;
            width: 541px;
        }

        .resume10 .profile h1 {
            text-transform: uppercase;
            font-weight: 700;
            color: white;
            line-height: 30px;
            font-size: 28px;
        }

        .resume10 .profile p {
            color: white;
            margin-top: 4px;
            font-size: 20px;
            text-transform: capitalize;
        }

        .resume10 .skill-section ul,
        .resume10 .language-section ul {
            display: flex;
            flex-wrap: wrap;
        }

        /* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
        /* left section */
        .resume10 .left-section {
            background-color: #1d1d1d;
            color: white;
            /* width: 38%; */
            width: 285px;
            padding: 0px 20px;
            padding-top: 230px;
            margin-right: 20px;
            min-height: 297mm;
        }

        .resume10 .left-section ul li {
            font-size: 14px;
            margin-bottom: 15px;
        }

        .resume10 .left-section h2 {
            color: white;
            font-size: 20px;
            font-weight: 700;
            margin-bottom: 15px;
            border-bottom: 1px solid white;
            padding-bottom: 5px;
        }

        .resume10 table {
            border-spacing: 0px 10px;
        }

        .resume10 table td {
            vertical-align: top;
            word-break: break-all;
        }

        .resume10 table td img {
            background-color: white;
            width: 20px;
            height: 20px;
            padding: 4px;
            margin-right: 15px;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .resume10 table td a,
        .resume10 table td span {
            color: white;
            text-decoration: none;
        }

        .resume10 .skill-section,
        .resume10 .language-section {
            margin-top: 10px;
        }

        .resume10 .skill-section ul li {
            background: white;
            padding: 3px 8px;
            border-radius: 10px;
            margin-right: 8px;
            margin-bottom: 8px;
            color: black;
        }

        .resume10 .language-section ul {
            flex-direction: column;
        }

        /* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
        /* right section */
        .resume10 .right-section {
            /* width: 62%; */
            width: 466px;
            padding-top: 230px;
            flex-grow: 1;
            padding-right: 1cm;
        }

        .resume10 .right-section h2 {
            font-size: 20px;
            font-weight: 700;
            margin-bottom: 15px;
            border-bottom: 2px solid blue;
            padding-bottom: 5px;
        }

        .resume10 .right-section .about p {
            text-align: justify;
            line-height: 22px;
        }

        .resume10 .education-section,
        .resume10 .experience {
            margin-top: 10px;
        }

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

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

        .resume10 .right-section p {
            line-height: 25px;
        }

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

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

        .resume10 .progress {
            height: 100%;
            background-color: #00308f;
        }


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

        .resume10 .star-skill p {
            color: #1d1d1d;

        }

        .resume10 .star-container10 {
            display: flex;
            width: 150px;
        }

        .resume10 .star-container10 img {
            width: 15px;
            height: 15px;
            margin-right: 10px;
        }


        .resume10 a:hover,
        .resume10 span:hover {
            color: orange;
            cursor: pointer;
        }

        /* @media print {
            @page {
                size: A4;
                margin: 0;
            }

            body, html {
                margin: 0 !important;
                padding: 0 !important;
                width: 100%;
                height: 100%;
            }

            .resume10 {
                margin: 0 !important;
                padding: 0 !important;
                width: 100% !important;
                background: white !important;
                -webkit-print-color-adjust: exact;
                print-color-adjust: exact;
            }

            .resume10 .container10 {
                margin: 0 !important;
                padding: 0 !important;
                display: flex;
                width: 100% !important;
            }

            .resume10 .header {
                position: relative !important;
                top: 0 !important;
                width: 100% !important;
            }
            } */
            


        @media print {
            /* .resume10 {
                -webkit-print-color-adjust: exact;
                print-color-adjust: exact;
            } */
             body, html {
                margin: 0 !important;
                padding: 0 !important;
                width: 100%;
                height: 100%;
            }

            .resume10 .icons {
                width: 15px;
            }

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

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

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

            @page {
                size: A4 portrait;
                margin: 0.5cm;
            }

            @page:first {
                margin: 0;
            }

            .resume10 .container10 {
                page-break-inside: avoid;
            }

            .resume10 .education-section .education,
            .resume10 .experience .job {
                page-break-inside: avoid;
            }
        }