body {
  background-color: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px;
  font-family: Rubik, Arial, Helvetica, "Noto Sans Devanagari",
    "Noto Sans CJK SC Thin", "Noto Sans SC", "Noto Sans Hebrew",
    "Noto Sans Bengali", sans-serif;
    line-height: 2;
}
.cv-layout {
  /* width: 1000px;
  height: 1500px; */
  background-color: #ffffff;
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  display: flex;
  /* align-items: center;
  justify-content: center; */
  /* min-height: 100vh; */
  flex-direction: row;
  border-radius: 8px;
}
.cv-main-content {
  /* width: 65%; */
  padding: 48px 24px 24px 48px;
  flex: 1;
  min-width: 300px;
  height: 100%;
  max-width: 1000px;

}
.cv-header {
  /* margin-bottom: 56px; */
  display: flex;
      flex-direction: column;
      align-items: center;
}
.cv-links {
  display: flex;
  gap: 24px;
}
.cv-link {
  display: flex;
  align-items: flex-end;
}
.cv-summary {
  margin-bottom: 40px;
}
.cv-main-content-sub-title {
  border-bottom: 1px solid #eee;
}
.cv-experience {
  margin-bottom: 40px;
}
.experience-bloc {
  /* background-color: aqua; */
  margin-bottom: 24px;
}
.experience-title-and-date {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.experience-company-and-position {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.list {
  text-align: left;
  font-size: 14px;
  /* line-height: 1.6; */
  margin-top: 4px;
}
.cv-education {
  margin-bottom: 40px;
}
.education-bloc {
  margin-bottom: 24px;
}
.cv-main-content-title-and-date {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cv-languages {
  margin-bottom: 40px;
}
.cv-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cv-sidebar {
  /* width: 35%; */
  background-color: rgb(0, 102, 102);
  /* height: 100%; */
  border-radius: 0 0 8px;
  /* display: flex; */
  /* flex-direction: column;
  align-items: center;
  justify-content: center; */
  flex: 0 0 250px;
  padding: 20px;
}
.cv-sidebar-profile-photo {
  margin-bottom: 24px;
}

.cv-skills {
  margin-bottom: 24px;
}
.cv-certification {
  margin-bottom: 24px;
}
.cv-intersts {
  margin-bottom: 24px;
}
.cv-key-achivements {
  margin-bottom: 24px;
}

.title {
  /* line-height: 16px; */
  margin-bottom: 0;
}
.sub-title {
  /* line-height: 12px; */
  color:#1F497D;
  margin: 4px;
}
.sub-title-li{
  /* line-height: 12px; */
  color:#1F497D;
  margin: 4px;
  font-size: 18px;
  font-weight: bold;
}
.sub-title-1  {  
color: #1F497D;
font-weight: bold;
text-decoration: underline;
font-size: 16px;
}
.cv-sidebar-sub-title {
  /* line-height: 12px; */
  color: #ffffff;
}
.body {
  /* line-height: 6px; */
  margin-top: 4px;
}
.body-with-color {
  color: rgb(0, 102, 102);
}
.caption {
  text-align: left;
  font-size: 14px;
  /* line-height: 1.6; */
  margin-top: 4px;
}
.cv-sidebar-caption {
  text-align: left;
  font-size: 14px;
  /* line-height: 18px; */
  color: #ffffff;
}
.link {
  text-decoration: none;
  color: black;
}
.email-link {
  text-decoration: none;
  color: rgb(0 0 0 / 35%);
}

.cv-sidebar-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Responsive Design for smaller screens */
@media (max-width: 768px) {
  .cv-layout {
    flex-direction: column;
  }

  .cv-sidebar {
    /* width: 100%; Sidebar takes full width */
    margin-top: 20px;
  }
  .cv-sidebar-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
