.course-curriculam-section {
  width: 100%;
  background: #0a0080;
  padding: 2rem 3rem;
}

.course_curriculam_container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.course_curriculam_heading {
  border-bottom: 5px solid #ffd23f;
  margin-bottom: 1rem;
}

.course_curriculam_heading h2 {
  color: #fff;
  font-family: "Outfit";
  font-size: 2rem;
  font-weight: 600;
  line-height: 3.75rem;
}

.inner_course_curriculam_container {
  width: 55%;
  height: 25rem;
  padding: 2rem;
  background-color: rgba(115, 110, 107, 0.25);
  color: white;
  border-radius: 12px;
  overflow-y: scroll;
}

.inner_course_curriculam_container::-webkit-scrollbar {
  width: 6px;
}

.inner_course_curriculam_container::-webkit-scrollbar-track {
  background: transparent;
}

.inner_course_curriculam_container ::-webkit-scrollbar-thumb {
  background: #fff;
}

.inner_course_curriculam_container::-webkit-scrollbar-thumb:hover {
  border-radius: 6px;
  width: 6px;
  height: 10px;
  background: #c4c4c4;
}

.svg_box_input {
  transition: all 0.2s ease-in-out;
}

.accordion {
  width: 100%;
}

.accordion_item {
  background: #ffffff;
  box-shadow: 0px 1px 23px rgba(118, 118, 118, 0.08);
  border-radius: 12px;
  margin-bottom: 0.8rem;
  padding: 10px 20px;
}

.accordion_title {
  color: #363636;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: space-between;
}

.content_accordion {
  color: #363636;
  max-height: 0px;
  overflow: hidden;
}

.content_accordion_show {
  max-height: 990px;
  transition: all 1s ease;
}

.content_description {
  font-size: 13px;
  text-align: justify;
  font-weight: 400;
  color: #424242;
  margin: 0.5rem 8px;
}

.content_description li{
  list-style: inside;
}

.content_accordion.show {
  height: auto;
  max-height: fit-content;
}

.accordion_heading {
  display: flex;
  font-size: 14px;
  font-weight: 600;
  font-family: "Outfit";
  text-align: left;
}

.accordion_heading span:nth-child(1) {
  margin-right: 6px;
}

.course_curriculum_btns {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-evenly;
  margin-top: 2rem;
}

.btn_download_curriculum {
  background: #ffd23f;
  border-radius: 6px;
  padding: 10px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.6s;
}

.btn_download_curriculum:hover {
  background-color: #fff;
  color: #ffd23f;
  border: 1px solid;
  transform: scale(1.02);
}

.svg_download {
  margin-left: 0.5em;
}

.course_btn_ {
  margin-left: 0.5em;
  font-weight: 600;
  cursor: pointer;
  color: #363636;
  border: none;
  background: no-repeat;
  background: none;
}

.btn_enroll {
  color: #fff;
  margin-right: 1rem;
  font-weight: 600;
  background: none;
  border: none;
}

.btn_enroll_course {
  border-radius: 6px;
  padding: 10px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 1rem;
  width: 13rem;
  cursor: pointer;
  border: 1px solid #fff;
  transition: all 0.6s;
}

.btn_enroll_course:hover {
  background-color: #fff;
  transform: scale(1.02);
}

.btn_enroll_course:hover .btn_enroll {
  color: #2f154c;
}

.btn_enroll_course:hover svg path {
  stroke: #2f154c;
}

/* border width div */
.course_curriculam_container .border_bottom {
  margin-top: 3rem;
  width: 90%;
  border-width: 1px;
  border-style: solid;
  border-image: linear-gradient(
      45deg,
      rgb(211 187 239 / 0%),
      rgb(211 187 239 / 24%),
      #d3bbef26,
      rgb(255 255 255 / 13%),
      rgb(211 187 239 / 0%)
    )
    4;
}

.program-highlights-section {
  width: 100%;
}

.program-highlights-heading {
  margin: 2rem 0;
}

.program-highlights-heading h2 {
  color: #fff;
  text-align: center;
  font-family: "Outfit";
  font-size: 1.7rem;
  font-weight: 600;
  text-transform: capitalize;
}

.program-highlights-card {
  width: 100%;
  height: 25rem;
  border-radius: 18px;
  background-color: rgba(255, 255, 255, 0.1);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.program-highlights-card-item {
  width: 45%;
  height: 50%;
  display: flex;
  padding: 2.3rem 1rem;
}

.program-highlights-card-item__svg {
  margin-right: 1rem;
}

.program-highlights-card-item__svg svg {
  width: 2.5rem;
  height: 2.5rem;
}

.program-highlights-card-item__desc {
  text-align: justify;
}

.program-highlights-card-item__desc h2 {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  margin: 0.6rem 0;
}

.program-highlights-card-item__desc p {
color: #fff;
    font-size: 0.70rem;
    line-height: 18px
}

/* rohit bhai n lika h */
@media screen and (max-width: 1000px) {
  .course_curriculam_heading h2 {
    padding: 0px 0px 0.2rem 0px;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.7rem;
  }
  .inner_course_curriculam_container {
    width: 80%;
  }
  .program-highlights-heading h2 {
    font-size: 1.3rem;
  }
  .program-highlights-card {
    height: max-content;
  }
}
@media screen and (max-width: 800px) {
  .inner_course_curriculam_container {
    width: 95%;
    padding: 2rem 1rem;
  }
}

@media screen and (max-width: 600px) {
  .course_curriculam_heading h2 {
    font-size: 1.2rem;
  }


  .course-curriculam-section {
    padding: 2rem 1rem;
  }
  .program-highlights-card {
    flex-direction: column;
    align-items: center;
    padding-bottom: 1rem;
  }
  .program-highlights-card-item {
    width: 98%;
    padding-bottom: 0.5rem;
    flex-direction: column;
    align-items: center;
  }
  .program-highlights-card-item__svg {
    margin-right: 0.5rem;
  }
}
@media screen and (max-width: 550px) {
  .course_curriculum_btns {
    flex-direction: column;
    gap: 1rem;
  }
}
@media screen and (max-width: 450px) {
  .course_curriculum_btns {
    width: 90%;
  }
  .btn_download_curriculum {
    width: 100%;
  }
  .btn_enroll_course {
    width: 100%;
    margin-left: 0;
  }
}

/* yha tk */

/* @media (max-width: 1100px) {
  .course_curriculam_container {
    padding: 2rem;
  }

  .inner_course_curriculam_container {
    width: 73%;
  }
}

@media (max-width: 1024px) {
  .inner_course_curriculam_container {
    width: 79%;
  }

  .program_highlight_container {
    padding: 0;
  }

  .program_highlight_container .program_caption {
    margin-top: 0.5em;
  }

  .program_title {
    font-size: 11px;
    margin-top: 8px;
  }

  .program_wrapper {
    display: flex;
    width: 100%;
    justify-content: center;
    background-color: rgba(115, 110, 107, 0.25);
    padding: 1.5rem;
    border-radius: 18px;
  }
}

@media (max-width: 810px) {
  .inner_course_curriculam_container {
    width: 95%;
  }

  .course_curriculam_container .border_bottom {
    margin: 1rem;
  }

  .program_wrap {
    text-align: center;
    width: 51%;
    background-color: rgba(115, 110, 107, 0.25);
    padding: 2.5rem;
    margin-bottom: 1rem;
    padding: 16px;
  }

  .program_wrapper_info {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 769px) {
  .accordion_heading {
    font-size: 13px;
    align-items: baseline;
    gap: 0.1rem;
  }

  .inner_course_curriculam_container {
    padding: 12px;
  }

  .content_description {
    position: relative;
    font-weight: 400;
    font-size: 13px;
    text-align: justify;
  }

  .course_curriculum {
    /* font-size: 18px; */
/* border-bottom: 5px solid orange;
    padding-bottom: 2px;
    font-size: 1.5rem;
  }

  .program_caption_title {
    font-size: 18px;
  }

  .program_wrap {
    width: 53%;
    margin-bottom: 1.5rem;
    min-height: auto;
    min-width: 234px;
    border: none;
    background: transparent;
  }

  .program_wrapper {
    padding: 1rem;
    background: #5a4572;
    border-radius: 6px;
  }

  .course_curriculam_container {
    padding-top: 0;
  }
}

@media (max-width: 640px) {
  .course_curriculam_container {
    width: 100%;
    padding: 1em;
  }

  .inner_course_curriculam_container {
    width: 95%;
  }

  .accordian_heading {
    font-size: 13px;
  }

  .course_curriculum {
    font-size: 1.2rem;
    margin-bottom: 2rem;
  }

  .program_wrap {
    margin: 0px 0px 0px 0px;
  }

  .program_title {
    padding: 0px;
    margin: 0px auto;
    width: 58%;
  }
}

@media (max-width: 500px) {
  .course_curriculum_btns {
    flex-wrap: wrap;
    margin-top: 3rem;
  }

  .content_description {
    font-size: 12px;
    opacity: 0.8;
    text-align: left;
    margin: 0.5rem 11px;
  }

  .inner_course_curriculam_container {
    border-radius: 6px;
  }

  .course_curriculum_btns {
    width: 100%;
  }

  .course_curriculam_container .border_bottom {
    border-width: 1px;
    margin: 2rem 0px;
  }

  .program_highlight_container .program_caption {
    margin-top: 0px;
  }
}

@media (max-width: 460px) {
  .btn_enroll_course {
    margin-left: 0;
    width: 95%;
    margin-top: 0.8rem;
  }

  .btn_download_curriculum {
    width: 95%;
    margin-bottom: 0.5rem;
  }
}

@media (max-width: 360px) {
  .btn_enroll_course,
  .btn_download_curriculum {
    width: 95%;
    margin-left: 0;
  }

  .accordian_heading {
    font-size: 13px;
  } */
/* } */
