.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: 3vw;
  text-align: center;
  margin-bottom: 11vw;
}
.cf_heading {
  font-size: 7vw;
  font-weight: 800;
  line-height: 8vw;
}
.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: 4.7vw;
  font-weight: 600;
  color: #515b69;
}
.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: 3vw;
  border-radius: 1vw;
  padding: 1vw;
  gap: 0.5vw;
}
.cf_nav_cta {
  font-size: 3.5vw;
  color: #6f7e94;
  padding: 1vw;
  text-align: center;
  border-radius: 1vw;
  font-weight: 700;
  transition: all 0.3s ease;
}
.clicked_cf_nav_cta {
  background-color: #fff;
  padding: 1vw 2vw;
  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: center;
  justify-content: center;
  border: 1px solid hsl(214.3 31.8% 91.4%);
  padding: 6vw;
  border-radius: 2vw;
  flex-direction: column-reverse;
  gap: 7vw;
}
.curriculum_points_heading {
  font-size: 5vw;
  font-weight: 700;
  /* background: linear-gradient(90deg, #f76f19, #803de7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  color: #ED675C;
  margin-bottom: 7vw;
}
.curriculum_drop_down_cont{
  border-bottom: 1px solid hsl(214.3 31.8% 91.4%);
}
.cdd_Heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cdd_Heading h3 {
  font-size: 4vw;
  font-weight: 700;
  padding: 4vw 0;
  color: #202533;
}
.cdd_Heading h3:hover{
  text-decoration: underline;
  text-underline-offset: 0.5vw;
}
.cdd_Heading span img{
  height: 1.5vw;
  height: 1.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 6vw;
}
.cdd_Body ul li:nth-child(4) {
  margin-bottom: 6vw; /* 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: 76vw;
  height: 66vw;
}
.containerMethodology{
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid hsl(214.3 31.8% 91.4%);
  padding: 6vw;
  border-radius: 2vw;
  flex-direction: column;
  gap: 7vw;
}
.methodology_heading{
  font-size: 5.2vw;
  font-weight: 800;
  margin-bottom: 5vw;
  color: #ED675C;
}
.methodology_content_points_cont{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 5vw;
}
.methodology_points_cont{
  display: flex;
  align-items: flex-start;
  justify-content: left;
  gap: 2vw;
}
.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: 8vw;
  height: 7.5vw;
  border-radius: 50%;
  background: linear-gradient(90deg, #ee6c29, #8a41d5);
  font-size: 3.5vw;
  font-weight: 800;
  color: #fff;
}
.methodology_point_4_cont{
  width: 9vw;
}
.methodology_point_cont{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 1vw;
}
.methodology_point_heading{
  font-size: 4vw;
  font-weight: 700;
  color: #282d39;
}
.methodology_point_sub_heading{
  font-size: 3.5vw;
  font-weight: 600;
  color: #666f7a;
}

.containerInstructors {
  width: 100%;
  padding: 6vw;
  border: 1px solid hsl(214.3 31.8% 91.4%);
  border-radius: 2vw;
}

.instructors_cards_cont {
  display: flex;
  flex-direction: column;
  gap: 6vw;
}

.instructor_card {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 5vw;
  background: #FFFFFF;
  border: 1px solid hsl(214.3 31.8% 91.4%);
  border-radius: 2vw;
}

.instructor_img_cont {
  width: 100%;
  height: 52vw;
  background: #EAEAEA;
  border-radius: 2vw;
  margin-bottom: 3vw;
}
.instructor_img{
  width: 100%;
  height: 100%;
  border-radius: 2vw;
}
.instructor_name {
  font-size: 6vw;
  font-weight: 800;
  color: #202533;
  margin-bottom: 0vw;
}

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

.instructor_description {
  font-size: 3.5vw;
  color: #545863;
  margin-bottom: 6vw;
  line-height: 1.4;
  font-weight: 700;
}

.instructor_rating {
  display: flex;
  gap: 0vw;
}

.instructor_rating svg {
  width: 4vw;
  height: 4vw;
  color: #facc15;
  fill: #facc15;
}

.containerTechnology {
  display: flex;
  flex-direction: column-reverse;
  gap: 7vw;
  padding: 5vw;
  width: 100%;
  border: 1px solid hsl(214.3 31.8% 91.4%);
  border-radius: 2vw;
}

.technology_content_cont {
  width: 100%;
}

.technology_heading {
  font-size: 5.2vw;
  font-weight: 800;
  color: #ED675C;
  margin-bottom: 5vw;
  text-align: left;
}

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

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

.feature_icon {
}

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

.feature_content h3 {
  font-size: 4vw;
  font-weight: 700;
  color: #6a6d78;
  margin-bottom: 1vw;
}

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

.technology_illustration {
  width: 100%;
  height: 75vw;
  background: #EAEAEA;
  border-radius: 2vw;
}