 .resume1 * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
            word-break: break-all;
            /* line-height: 18px; */
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }

        .resume1 {
            width: 100%;
            background-color: #ffff;
            min-height: 1124px;
        }

        .resume1 header {
            display: none;
        }

        body {
            margin: 0px;
        }

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

        .resume1 .mt-7 {
            margin-top: 7px;
        }

        .resume1 .mt-10 {
            margin-top: 10px;
        }

        .resume1 .mt-15 {
            margin-top: 15px;
        }

        .resume1 .mt-20 {
            margin-top: 20px;
        }

        .resume1 .mt-35 {
            margin-top: 35px;
        }

        .resume1 .mb-7 {
            margin-bottom: 7px;
        }

        .resume1 .mb-10 {
            margin-bottom: 10px;
        }

        .resume1 .mb-20 {
            margin-bottom: 20px;
        }

        .resume1 .mb-30 {
            margin-bottom: 30px;
        }

        /* resume css start */

        .resume1 .resume_container {
            display: flex;
            width: 100%;
            padding: 0 0.5cm 0cm 0;
        }

        /* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

        /* left section */

        .resume1 .sidebar {
            /* width: 35%; */
            width: 253px;
            margin-right: 30px;
            background-color: #f4f4f4;
            /* padding: 0px 0 0 10px; */
            /* margin-top: 10px; */
            border-top-right-radius: 30px;
            min-height: 1124px;
        }

        /* profile image css start */

        .resume1 .profile_img_container {
            display: flex;
            justify-content: center;
            align-items: center;
            background-color: #ffd739;
            height: 225px;
            border-top-right-radius: 30px;
            border-bottom-left-radius: 30px;
        }

        .resume1 .profile_img_container img {
            width: 230px;
            height: 210px;
            border-top-right-radius: 30px;
            border-bottom-left-radius: 30px;
        }

        .resume1 .sidebar-info {
            width: 220px;
            margin: 0px auto;
        }

        /* profile image css end */

        /* contact info section start */

        .resume1 .contact-container td {
            padding: 4px;
            vertical-align: top;
        }

        .resume1 .contact-container img {
            vertical-align: middle;
            margin-right: 10px;
            /* Adjust space between image and text if needed */
            width: 15px;
            /* Set a fixed width for the images */
            height: 15px;
        }

        .resume1 .contact-container a {
            text-decoration: none;
            /* Optional: To remove underline from links */
            color: #7366ff;
            /* Optional: To inherit text color */
            letter-spacing: normal;
            word-break: break-all;
        }

        .resume1 .contact-container p a,
        .resume1 .contact-container p span {
            display: inline-flex;
            align-items: center;
        }

        /* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

        /* right section */

        .resume1 .main-content {
            /* width: 65%; */
            width: 470px;
            flex-grow: 1;
            padding-top: 40px;
        }

        .resume1 .name-container {
            font-size: 35px;
            font-weight: normal;
            letter-spacing: 1.5px;
        }

        .resume1 .name-container .fname {
            font-weight: 500;
        }

        .resume1 .resume-title {
            font-size: 18px;
            border-bottom: 3px solid #ffd739;
            padding-bottom: 10px;
            font-weight: 500;
        }

        .resume1 .main-skill-container .row {
            display: flex;
            justify-content: space-between;
            /* align-items: center; */
            margin-bottom: 15px;

        }


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

        

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

        /* Section styles */
        .resume1 .section {
            margin-bottom: 20px;
        }

        .resume1 .section-title {
            font-size: 18px;
            font-weight: bold;
            text-transform: capitalize;
        }

        .resume1 .section-content {
            line-height: 1.5;
            margin-bottom: 15px;
            font-weight: normal;
            font-size: 14px;
            border-left: 3px solid #ffd739;
            padding-left: 10px;
        }

        .resume1 .section-content h4,
        .resume1 .section-content p {
            margin: 0;
        }

        .resume1 .section-content h4 {
            text-transform: capitalize;
            color: #000000;
            font-size: 14px;
            font-weight: 700;
        }

        .resume1 .section-content p {
            color: #2e2d2d;
        }

        .resume1 .list {
            list-style: none;
            padding: 0;
            margin-bottom: 10px;
        }

        .resume1 .list .list-item {
            margin-bottom: 5px;
        }

        /* to avoid text break in between */
        .resume1 .section-content {
            break-inside: avoid;
            /* text-align: justify; */
        }

        .resume1 .section-content p {
            /* break-inside: avoid; */
            text-align: left;
        }

        /* In your CSS file (e.g., template1.css) */
        .resume1 .custom-progress-bar {
            border-radius: 1px;
            border: 1px solid black;
            background-color: #fff;
            /* Change to your preferred color */
        }

        .resume1 .custom-progress-bar .progress-bar {
            background-color: #ffd739;
            /* Change to your preferred color */
        }

        /* Footer styles */

        .resume1 footer {
            position: fixed;
            bottom: -1.5cm;
            left: 0;
            width: 100%;
            text-align: center;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .resume1 footer img {
            height: 20px;
            margin-left: 5px;
            vertical-align: middle;
            /* To ensure proper alignment */
        }

        .resume1 footer p {
            margin: 0;
        }

        .resume1 .image {
            height: 15px;
            width: 15px;
            margin-right: 10px;
        }

        .resume1 a:hover,
        .resume1 td:hover {
            color: #0f00ff;
            cursor: pointer;
        }

        @media print {

            .resume1 .resume_container {
                padding: 0;
            }

            .resume1 .sidebar {
                height: 1200px;
            }

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

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

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

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


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

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