.resume4 * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  word-break: break-all;
  font-family: Tahoma;
  line-height: 20px;
}

body {
  margin: 0px;
}

.resume4 li,
.resume4 p,
.resume4 a {
  font-size: 14px;
}

.resume4 header {
  display: none;
}

.resume4 .container-4 {
  /* display: flex;
  width: 100%;
  background: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  page-break-inside: auto;
  padding: 0px;
  min-height: 1124px; */
   display: flex;       /* Use Flexbox for the main layout */
  width: 100%;
  background: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  min-height: 1124px;
  
}

/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

/* left section */
.resume4 .left {
  /* width: 37%; */
  /* width: 266px;
  color: white;
  background-color: #333;
  padding: 0 20px;
  page-break-inside: avoid;
  min-height: 1124px;
  margin-right: 20px; */
   width: 266px;
            color: white;
            background-color: #333;
            padding: 0 20px;
            page-break-inside: avoid;
            min-height: 1124px;
            margin-right: 20px;
}

.resume4 .left .awards table {
  border-spacing: 0px 10px;
  border-collapse: separate;
}

.resume4 .left .awards table td {
  vertical-align: top;
}

.resume4 .left .awards table td img {
  width: 15px;
  height: 15px;
  margin-right: 10px;
}

.resume4 .left .awards table td span {
  word-break: break-all;
}

.resume4 .profile-square {
  width: 130px;
  height: 200px;
  background-color: #ffa726;
  margin-top: 30px;
  margin-left: 116px;
}

.resume4 .img-container-4 {
  width: 200px;
  height: 200px;
  border-radius: 70%;
  margin-top: -200px;
  margin-left: 25px;
  background-color: #ffa726;
}

.resume4 .profile-pic {
  width: 150px;
  height: 150px;
  border-radius: 70%;
  margin-top: 22px;
  margin-left: 25px;
}

.resume4 .name-prf {
  margin-top: 25px;
}

.resume4 .name-prf h2 {
  font-size: 28px;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: normal;
}

.resume4 .name-prf h2 span {
  color: #FFA726;
}

.resume4 .name-prf p {
  margin-top: -8px;
  font-size: 15px;
}

.resume4 .basic-info {
  margin-top: 20px;
}

.resume4 .left .contact,
.resume4 .left .skills,
.resume4 .left .awards {
  margin: 0px auto;
  width: 228px;
  margin-bottom: 20px;
}

.resume4 .contact table {
  border-spacing: 0px 10px;
  border-collapse: separate;
}

.resume4 .contact tr {
  margin-bottom: 5px;
}

.resume4 .contact tr td {
  vertical-align: top;
}

.resume4 .contact tr td img {
  width: 15px;
  height: 15px;
  margin-right: 10px;
}

.resume4 .contact tr td a {
  word-break: break-all;
  color: white;
  text-decoration: none;
}

.resume4 .contact tr td span {
  word-break: break-all;
}

.resume4 .award-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  height: 70px;
}

.resume4 .award-details {
  max-width: 70%;
}

.resume4 .award-details h5 {
  font-size: 14px;
  margin: 0;
  color: white;
}

.resume4 .award-details p {
  margin: 2px 0;
  font-size: 12px;
}

.resume4 .award-year {
  align-self: flex-start;
  color: white;
  margin-right: 10px;
  margin-top: 20px;
}

.resume4 .skills ul {
  padding: 0;
  margin-top: 20px;
}

.resume4 .skills li {
  display: flex;
  align-items: center;
  margin-right: 12px;
}

.resume4 .skill-name {
  flex: 1;
}

.resume4 .skills .progress-bar {
  background-color: white;
  border-radius: 5px;
  height: 6px;
  width: 35%;
  margin-left: 5px;
  position: relative;
}

.resume4 .skills .progress {
  background-color: #ffa726;
  height: 100%;
  border-radius: 5px;
  margin-right: 5px;
}

.resume4 .left .section-title {
  font-size: 16px;
  position: relative;
  padding-bottom: 10px;
}

.resume4 .left .after-underline {
  width: 100%;
  height: 4px;
  background-color: #ffa726;
  border-radius: 2px;
  margin-bottom: 10px;
}

.resume4 .left ul {
  list-style: none;
}

.resume4 .left li {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.resume4 .left li i {
  margin-right: 10px;
}

/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

/* right section */
.resume4 .right {
  /* width: 63%; */
  /* width: 462px;
  flex-grow: 1;
  padding-top: 0.3cm;
  margin-right: 0.8cm; */
   width: 462px;
            flex-grow: 1;
            padding-top: 0.3cm;
            margin-right: 0.8cm;
}

.resume4 .right .about h2 {
  padding-bottom: 10px;
}

.resume4 .top {
  margin: 20px 0px;
}

.resume4 .about p {
  text-align: left;
  margin-top: 10px;
}

.resume4 .lower {
  page-break-inside: auto;
}

.resume4 .section-title {
  display: flex;
  align-items: center;
  position: relative;
}

.resume4 .section-title .img-div {
  width: 30%;
}

.resume4 .section-title img {
  max-width: 35px;
  max-height: 35px;
}

.resume4 .section-title h2 {
  width: 70%;
  font-weight: 700;
  font-size: 1.2rem;
}

.resume4 h2 {

  font-size: 1.3rem;
  font-weight: 600;
}

.resume4 .right .after-underline {
  width: 100%;
  height: 4px;
  background-color: #ffa726;
  border-radius: 2px;
  margin-bottom: 10px;
}

.resume4 .section-items {
  gap: 2px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.resume4 .years {
  font-weight: 700;
  width: 30%;
  color: #FFA726;
}

.resume4 .company-details {
  width: 70%;
  margin-bottom: 10px;
  flex-grow: 1;
}

.resume4 .company-details p.degree {
  font-weight: 600;
}

.resume4 .company-details ul {
  margin: 0;
  padding-left: 15px;
  list-style-type: disc;
}

.resume4 .company-details li {
  text-align: left;
  color: #808080;
}

.resume4 .company-details h6 {
  font-size: 14px;
  font-weight: bold;
}

.resume4 .right-section {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
}

.resume4 .right .awards {
  margin-left: 40px;
}

.resume4 .right .section-items-right {
  margin-top: 20px;
}

.resume4 .right .section-items-left {
  margin-top: 20px;
}

.resume4 .skill-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.resume4 .skill-list .progress-bar {
  width: 200px;
  height: 18px;
  background-color: rgb(223, 223, 223);
}

.resume4 .skill-list .progress-bar .progress {
  height: 100%;
  background-color: #FFA726;
}

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

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

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

.resume4 .experience a:hover,
.resume4 .contact a:hover,
.resume4 .contact span:hover {
  color: #ffa726;
  cursor: pointer;
}

@media print {
            .resume4 .left {
                height: 1170px;
            }

            .resume4 .right {
                margin-right: 0cm;
            }

            .resume4 .img-container {
                margin-left: 55px;
            }

            .resume4 .profile-square {
                margin-left: 146px;
            }

            .resume4 .left .contact,
            .resume4 .left .skills,
            .resume4 .left .awards {
                width: 258px;
            }

            .resume4 header {
                position: running(header);
                height: 30px;
                display: block;
                background-color: white;
            }

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

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

            /* page css start */
            @page {
                size: A4;
                margin: 0.8cm;
                margin-bottom: 1cm;

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

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