.comprehensive_features{
  padding: 0vw 10vw;
}
.hide_cf {
  display: none !important;
}
.active_cf {
  display: flex;
}
.comprehensive_features {
  /* background: #f9fafb; */
}
.comprehensive_features_heading_cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.2vw;
  text-align: center;
  margin-bottom: 3vw;
}
.cf_heading {
  font-size: 3vw;
  font-weight: 800;
  line-height: 4vw;
}
.cf_heading span {
  /* background: linear-gradient(90deg, #f76f19, #803de7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  color: #ED675C;
}
.cf_sub_heading {
  font-size: 1.3vw;
  /* font-weight: 600; */
  color: #000;
}
.comprehensive_features_content_parent_cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.comprehensive_features_nav_cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f1f5f9;
  margin-bottom: 2vw;
  border-radius: 0.2vw;
  padding: 0.2vw;
  gap: 0.5vw;
}
.cf_nav_cta {
  font-size: 1vw;
  color: #6f7e94;
  text-align: center;
  border-radius: 0.2vw;
  font-weight: 700;
  padding: 0.2vw 7vw;
  cursor: pointer;
  transition: all 0.3s ease;
}
.clicked_cf_nav_cta {
  background-color: #fff;
  padding: 0.2vw 7vw;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05);
  color: #414550;
}
.containerCurriculum {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border: 1px solid hsl(214.3 31.8% 91.4%);
  padding: 1vw;
  border-radius: 0.5vw;
  gap: 2vw;
  width: 80vw;
}
.curriculum_points_heading {
  font-size: 1.2vw;
  font-weight: 800;
  /* background: linear-gradient(90deg, #f76f19, #803de7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  color: #ED675C;
  margin-bottom: 1vw;
  text-align: left;
}
.curriculum_drop_down_parent_cont {
  width: 50%;
}
.curriculum_drop_down_cont {
  border-bottom: 1px solid hsl(214.3 31.8% 91.4%);
  padding: 1vw 0;
  cursor: pointer;
}
.cdd_Heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cdd_Heading h3 {
  font-size: 1vw;
  font-weight: 700;
  padding: 0;
  color: #202533;
}
.cdd_Heading h3:hover {
  text-decoration: underline;
  text-underline-offset: 0.1vw;
}
.cdd_Heading span img {
  height: 0.5vw;
  height: 0.5vw;
}
.curriculum_drop_down_cont .cdd_Heading span img {
  transition: transform 0.3s ease;
  transform: rotate(180deg);
}

.curriculum_drop_down_cont.active .cdd_Heading span img {
  transform: rotate(0deg); /* Flip arrow up */
}

.cdd_Body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-in-out;
}
.cdd_Body ul li {
  margin: 0vw 0vw 0.5vw 1.5vw;
}
.cdd_Body ul li:nth-child(4) {
  margin-bottom: 0vw; /* or whatever spacing you want */
}

.curriculum_drop_down_cont.active .cdd_Body {
  max-height: 30vw; /* Adjust this if your content might be taller */
}
.container_pending_img{
}
.curriculum_img, .methodology_img, .technology_img{
  width: 37vw;
  height: 21vw;
}

.containerMethodology {
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 1.1vw;
  gap: 10vw;
  border: 1px solid hsl(214.3 31.8% 91.4%);
  border-radius: 0.5vw;
  width: 80vw;
  flex-direction: row-reverse;
}
.methodology_heading {
  font-size: 1.5vw;
  font-weight: 800;
  margin-bottom: 1vw;
  color: #ED675C;
  text-align: left;
}
.methodology_content_points_cont {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 1.5vw;
}
.methodology_points_cont {
  display: flex;
  align-items: flex-start;
  justify-content: left;
  gap: 1vw;
}
.methodology_point_1_cont,
.methodology_point_2_cont,
.methodology_point_3_cont,
.methodology_point_4_cont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2vw;
  height: 2vw;
  border-radius: 50%;
  background: linear-gradient(90deg, #ee6c29, #8a41d5);
  font-size: 1.1vw;
  font-weight: 800;
  color: #fff;
}
.methodology_point_cont {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0vw;
}
.methodology_point_heading {
  font-size: 1vw;
  font-weight: 700;
  color: #282d39;
}
.methodology_point_sub_heading {
  font-size: 0.9vw;
  font-weight: 600;
  color: #666f7a;
}

.containerInstructors {
  border-radius: 1vw;
  border: 1px solid hsl(214.3 31.8% 91.4%);
  border-radius: 0.5vw;
  width: 80vw;
  padding: 1.1vw;
}

.instructors_cards_cont {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 2vw;
}

.instructor_card {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.5vw;
  background: #FFFFFF;
  border: 1px solid hsl(214.3 31.8% 91.4%);
  border-radius: 0.5vw;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}
.instructor_img_cont {
  width: 100%;
  height: 16vw;
  /* background: #EAEAEA; */
  border-radius: 0.5vw;
  margin-bottom: 1vw;
}
.instructor_img{
  width: 100%;
  height: 100%;
  border-radius: 0.5vw;
}

.instructor_name {
  font-size: 1.5vw;
  font-weight: 700;
  color: #202533;
  margin-bottom: 0vw;
}

.instructor_designation {
  font-size: 0.9vw;
  font-weight: 600;
  color: #666F7A;
  margin-bottom: 1vw;
}

.instructor_description {
  font-size: 0.8vw;
  color: #070d1c;
  margin-bottom: 1vw;
  line-height: 1.4;
  font-weight: 600;
}

.instructor_rating {
  display: flex;
  gap: 0.3vw;
}
.instructor_rating svg {
  width: 1vw;
  height: 1vw;
  color: #facc15;
  fill: #facc15;
}

.containerTechnology {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2vw;
  border: 1px solid hsl(214.3 31.8% 91.4%);
  border-radius: 0.5vw;
  width: 80vw;
  padding: 1.1vw;
}

.technology_content_cont {
  width: 50%;
}

.technology_heading {
  font-size: 1.3vw;
  font-weight: 800;
  color: #ED675C;
  margin: 1vw 0;
  text-align: left;
}

.technology_features_cont {
  display: flex;
  flex-direction: column;
  gap: 1.5vw;
}

.technology_feature {
  display: flex;
  align-items: flex-start;
  gap: 0.3vw;
}

.feature_icon {
}

.feature_icon svg {
  width: 1.3vw;
  height: 1.3vw;
  color: #407efc;
  stroke: #407efc;
}

.feature_content h3 {
  font-size: 1vw;
  font-weight: 700;
  color: #202533;
  margin-bottom: 0.3vw;
}

.feature_content p {
  font-size: 0.9vw;
  color: #515B69;
  line-height: 1.4;
}

.technology_illustration {
  width: 37vw;
  height: 21vw;
  background: #EAEAEA;
  border-radius: 0.5vw;
}
