/* ==========================================================================
   Base reset
   ========================================================================== */


.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%;
    max-width: 100vw;
    overflow-x: hidden;
    background-color: #ffff;
    min-height: 70.25rem; /* 1124px */
}

@media screen {
    #resume1,
    .resume1 {
        width: 791px !important;
        max-width: none !important;
        margin: 0 auto;
    }
}

.resume1 header {
    display: none;
}


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

.resume1 .mt-7 {
    margin-top: 0.4375rem; /* 7px */
}

.resume1 .mt-10 {
    margin-top: 0.625rem; /* 10px */
}

.resume1 .mt-15 {
    margin-top: 0.9375rem; /* 15px */
}

.resume1 .mt-20 {
    margin-top: 1.25rem; /* 20px */
}

.resume1 .mt-35 {
    margin-top: 2.1875rem; /* 35px */
}

.resume1 .mb-7 {
    margin-bottom: 0.4375rem; /* 7px */
}

.resume1 .mb-10 {
    margin-bottom: 0.625rem; /* 10px */
}

.resume1 .mb-20 {
    margin-bottom: 1.25rem; /* 20px */
}

.resume1 .mb-30 {
    margin-bottom: 1.875rem; /* 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: 15.8125rem; /* 253px */
    min-width: 0; /* let flexbox actually shrink this below its content's natural width */
    flex-shrink: 0; /* but never let it shrink independently of the root scaling below - keeps proportions locked */
    margin-right: 1.875rem; /* 30px */
    background-color: #f4f4f4;
    /* padding: 0px 0 0 10px; */
    /* margin-top: 10px; */
    border-top-right-radius: 1.875rem; /* 30px */
    min-height: 70.25rem; /* 1124px */
}

/* profile image css start */

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

.resume1 .profile_img_container img {
    width: 14.375rem; /* 230px */
    height: 13.125rem; /* 210px */
    border-top-right-radius: 1.875rem; /* 30px */
    border-bottom-left-radius: 1.875rem; /* 30px */
}

.resume1 .sidebar-info {
    width: 13.75rem; /* 220px */
    margin: 0px auto;
}

/* profile image css end */

/* contact info section start */

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

.resume1 .contact-container img {
    vertical-align: middle;
    margin-right: 0.625rem; /* 10px */
    /* Adjust space between image and text if needed */
    width: 0.9375rem; /* 15px */
    /* Set a fixed width for the images */
    height: 0.9375rem; /* 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: 29.375rem; /* 470px */
    min-width: 0;
    flex-shrink: 0; /* width is driven by root font-size scaling below, not by flexbox's own shrink math */
    flex-grow: 1;
    padding-top: 2.5rem; /* 40px */
}

.resume1 .name-container {
    font-size: 2.1875rem; /* 35px */
    font-weight: normal;
    letter-spacing: 0.09375rem; /* 1.5px */
}

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

.resume1 .resume-title {
    font-size: 1.125rem; /* 18px */
    border-bottom: 0.1875rem solid #ffd739; /* 3px */
    padding-bottom: 0.625rem; /* 10px */
    font-weight: 500;
}

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

}


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



.resume1 .star-container {
    display: flex;
    width: 9.375rem; /* 150px */
}

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

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

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

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

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

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

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

.resume1 .list .list-item {
    margin-bottom: 0.3125rem; /* 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: 1.25rem; /* 20px */
    margin-left: 0.3125rem; /* 5px */
    vertical-align: middle;
    /* To ensure proper alignment */
}

.resume1 footer p {
    margin: 0;
}

.resume1 .image {
    height: 0.9375rem; /* 15px */
    width: 0.9375rem; /* 15px */
    margin-right: 0.625rem; /* 10px */
}

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

@media print {
    html {
        font-size: 16px; /* explicit baseline so rem == original px in WeasyPrint */
    }

    .resume1 .resume_container {
        padding: 0;
    }

    .resume1 .sidebar {
        height: 75rem; /* 1200px */
    }

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

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

    .resume1 header img {
        height: 1.875rem; /* 30px */
        width: 9.375rem; /* 150px */
    }

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


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

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