@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* CourseLibrary */
/* design one */
.flex{
  display:flex;
  align-items:center;
  justify-content:space-between;
}

.page-container h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
  color: #333 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
button,
div {
  font-family: "Poppins", sans-serif;
}


html, body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #000;
  margin: 0;
  padding: 0;
}
h4, body{
  color:#000 !important
}
.mb-0{
  margin-bottom:0 !important;
}
.p-0{
  padding:0;
}
.mr-1, .mx-1 {
  margin-right: .25rem !important;
}
.flexone {
  display: flex;
  align-items: center;
}
/* bannersectuion */
.header-sel {
  background: url("https://bloomster.com/hubfs/courselibrary/Courseslibrary.png") no-repeat 50% / cover;
  /*border-radius: 12px;*/
  color: #fff;
  display: flex;
  font-family: Poppins, sans-serif;
  justify-content: left;
  margin-bottom: 60px;
  overflow: hidden;
  padding: 100px 40px 100px 5.8vw !important;
  position: relative;
  background-color: #36363657;
  background-blend-mode: overlay;
  border: 1px solid black;
}
.container {
  box-sizing: border-box;
  margin: auto;
  max-width: 1680px;
  padding: 0 15px;
  width: 87.5vw;
}
.header-sel * {
  position: relative;
  z-index: 2;
}
.header-sel h1 {
  color: #fff !important;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  margin: auto;
}
.header-sel p {
  color: #fff !important;
  margin: 10px 0 40px;
}
.why-footer {
  margin-top: 40px;
  text-align: center;
}
.text-left {
  text-align: left;
}
.why-footer a.btn {
  border-radius: 26px;
  display: inline-block;
  font-family: Lato !important;
  font-size: 14px !important;
  font-weight: 500;
  box-sizing: border-box;
  height: 48px;
  line-height: 48px;
  margin: 0 10px !important;
  padding: 0px 24px !important;
  position: relative;
  text-decoration: none !important;
  transform: perspective(1px) translateZ(0);
  transition-duration: .3s;
  transition-property: color;
  vertical-align: middle;
}
.btn-outline {
  background: #fff;
  border: 1.08px solid #1ec1d9;
  border-radius: 8px;
  color: #06b6d4;
  cursor: pointer;
  font-weight: 600;
  padding: 10px 20px;
  transition: .3s ease;
}
.btn-filled {
  background-color: #1ec1d9;
  border: none;
  color: #fff;
}
.why-footer a.btn:before {
  background: #85b711;
  border-radius: 30px;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  z-index: -1;
}

.why-footer a.btn:hover,
.why-footer a.btn:focus,
.why-footer a.btn:active {
  color: white;
}

.why-footer a.btn:hover:before,
.why-footer a.btn:focus:before,
.why-footer a.btn:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.coursetirle h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 36px;
  line-height: 100%;
  margin: 0;
  color: #061544;
  text-align: center;
}
.SkillDropdwn ul{
  padding:0;
}
.course_objective p{
  padding-left:15px;
}
.lib_Course_cardTitle p{
  margin:0px 5px;
}
.Course_tagList img ,.courses_liblist h4 img {
  max-width: 25px;
  margin-right: 9px;
}
.CourseLibrary_container .Course_tagList{
  box-shadow: none;
}

.Course_lib_Taglist {
  margin: 0px 0 0;
}
.Course_lib_Taglist li {
  display: inline-block;
  margin: 5px 20px 5px 0px;
  padding:2px 10px 2px 35px;
  border-radius: 22px;
  /* box-shadow: 0px 8px 10px #8f8f8f; */
  background: #329fff;
  color: #fff;
}

.Course_lib_Taglist li a {
  color: #fff;
}
.Course_lib_Taglist li:hover a {
  color: #fff;
  box-shadow: none;
}
.taglabel {
  display: block;
  position: relative;
  padding-left: 3px;
  padding-right: 5px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  user-select: none;
  color: #061544;
}

/* Hide the browser's default checkbox */
.taglabel input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.Course_lib_Taglist .checkmark {
  position: absolute;
  top: 2px;
  left: -23px;
  height: 17px;
  border-radius: 4px;
  background:#e6e6e6;
  width: 17px;
}

/* On mouse-over, add a grey background color */
.taglabel:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.taglabel input:checked ~ .checkmark {
  background-color: #1bc0d8;
  border-color: #1BC0DA !important;
  border-radius: 2px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.taglabel input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.taglabel .checkmark:after {
  left: 6px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}



/* coursecard */
.SkillDropdwn {
  width: 100%;
  background: #ffffff;
  z-index: 9;
  top: 80px;
  left: 0;
  /* display: none;
  padding: 10px 0px 0px;
  position: absolute; */
  width: 100%;
  left: 0;
  right: 0;
}

.Course_lib_Taglist .SkillDropdwn li {
  width: auto;
  border-radius: 60px;
  border: 0;
  margin: 0;
  background: #ffffff;
  border: 1px solid #1EC1D9;
  padding:5px 5px 5px 36px;
  color: #000;
  margin: 5px 4px 5px 0;
}

.Course_lib_Taglist .SkillDropdwn li label.taglabel {
  color: #000;
}
.Course_lib_Taglist .SkillDropdwn li:hover {
  background: #efefef;
}
.lib_Course_cardTitle h4{
  color: #061544 !important;
  font-family: Poppins !important;
  font-weight: 500;
  font-size: 22px !important;
}
.course_objective{
  padding: 5px 0 0;
  width:100%;
  min-height:150px;
}
.SkillDropdwn.showskiils {
  display: block;
}
.filtetags span.crossmark {
  color: #f00;
  border-color: #f00;
}
.filtetags span.crossmark {
  height: 17px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  color: #b8b8b8;
  border: 1px solid #ccc;
  width: 17px;
  padding: 0px 0px;
  line-height: 1;
}
.filtetags span.crossmark img {
  max-width: 16px;
  cursor:pointer;
}
.Course_lib_Taglist .selectectaglist li{
  padding-left:10px
}

.course_objective ul li{
  display: block !important;
  padding-right: 5px;
}
.dimension_relatedtags {
  border-top: 1px solid #b3e5fc;
  margin: 8px 0 0px;
  padding-top: 8px;
}
.selectectaglist p ,.dimension_relatedtags p{
  color: #000;
  font-weight: 600;
  margin-right: 10px;
  min-width: 132px;
}
.Icon_with_tag li {
  padding-left: 10px;
  padding-right: 10px;
  background: #fff;
  border: 1px solid #c8c8c8;
  border-radius: 5px;
  padding: 5px 10px;
  width:100%;
}

.Icon_with_tag li span.checkmark {
  right: 0;
  left: auto;
  top: -8px;
  border:1px solid #c6c6c6;
}

.Icon_with_tag li label.taglabel {
  display: flex;
  align-items: center;
  padding-right: 10px;
  color: #000;
}
.showSkills .SkillDropdwn{
  display: block !important;
}
.Icon_with_tag li .SkillDropdwn  span.checkmark{
  left: -23px;
  top:3px;
}
.Icon_with_tag li span.checkmark:after {
  height: 11px;
  left: 4px;
  top: 1px;
  width: 6px;
}
.filtetags.dimension {
  cursor:pointer;
  color: #000;
  font-size: 15px;
  width: 100%;
  font-weight: 600;
}
.dimension_relatedtags.mydumreltag .Icon_with_tag li.dimension_na h3:after{
  border-left: 2px solid #329fff;
  border-radius: 1px;
  border-top: 2px solid #329fff;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  right: 10px;
  top: 24px;
  transform: rotate(-135deg);
  transition: all .3s;
  width: 10px;
  transition: all .3s;
  width: 10px;
}
.Icon_with_tag .dimension.filtetags.showSkills:after{
  transform: rotate(-135deg);
  top:11px;
}
.explorebtn a:after{
  right:10px;
  transform: rotate(-135deg);

}
.explorebtn .enroll_user li {
  border: 0;
  background: #fff;
}

.explorebtn .enroll_user li a {
  color: #425b76 !important;
}
.explorebtn a:nth-child(2):after{
  display:none
}
.explorebtn a:after {
  border-left: 3px solid #ffffff;
  border-top: 3px solid #ffffff;
  right: 15px;
  top:17px;
}
.Course_tagList img.courselibtitl {
  max-width: 26px;
  margin-right: 7px;
  margin-top: 5px;
}
.Course_tagList h4 {
  font-size: 26px !important;
  align-items: center;
}
.Course_tagList h4 span {
  display: flex;
  align-items: flex-start;
}
.explorebtn.w-20.disabled a {
  opacity: .4;
  cursor: not-allowed;
}
.explorebtn .enroll_user {
  display:none;
  background: #ffffff;
  background-position-y: 0;
  display: none;
  min-width: 243px;
  position: absolute;
  right: 12px;
  box-shadow: 0 0 4px #000;
  top: 51px;
  padding: 0 !important;
  border-radius: 9px;
  z-index:1;
}

ul.enroll_user li a {
  margin: 0;
  width: 100%;
  background: transparent;
  text-align: left;
  border-bottom: 1px dashed #ccc;
  color: #425b76;
}
.explorebtn ul.enroll_user li a:hover{
  background: #ebebeb !important;
  color: #425b76;
}
ul.enroll_user li a:after{
  display:none;
}
.coming_soon .explorebtn a:hover{
  background:none;
}
.flexone.option_course {
  margin: 0px 0px 12px;
  padding: 15px 0 15px 53px;
  border: 1px solid #cdcdcd;
  border-radius: 6px;
}


.option_course label.taglabel {
  color: #000;
  font-size: 20px;
}

.flexone.option_course span.checkmark {
  width: 30px;
  height: 30px;
  left: -37px;
  top: -4px;
  border: 1px solid #a5a5a5;
}
.option_Sel_ch .flexone.option_course span.checkmark {
  border-radius: 50%;
}
.selct_courses .taglabel input:checked~.checkmark {
  background: #388E3C;
}
.selct_courses .taglabel .checkmark:after,.all_challenges .taglabel .checkmark:after{
  border: solid #fff;
  border-width: 0 5px 5px 0;
  height: 20px;
  left: 9px;
  top: 2px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 10px;
}
.challenges__ h4,.course_filter_lib h4.library_title, .course_life-events h4{
  font-size: 21px !important;
  margin-top: 0px;
  margin-bottom:5px;
}
.CourseLibrary_container.course_filter_lib {
  margin-top: 20px;
}

.challenges__ h5{
  background: #fdf1df !important;
  width: 100% !important;
  color: #000 !important;
  padding: 10px !important;
  margin-bottom: 7px !important;
  border: 1px solid #ffc062 !important;
  border-radius: 5px !important;
}
.challengeslist ul {
  padding-left: 0;
}

.challengeslist ul li {
  width: 100%;
  margin: 0;
  border: 0;
  background: transparent;
  padding: 0;
}

.challengeslist ul li .option_course {
  margin-bottom: 0;
  box-shadow: 0px 1px 2px 0 rgba(54, 64, 67, .2), 0px 2px 3px 1px rgba(54, 64, 67, .2);
  border-radius: 0;
  background: #f4f4f4;
  margin: 5px 0;
  border-bottom: 1px solid #e3d4be;
  border: 0;
  padding: 8px 0 8px 53px;
}
.challengeslist ul li .flexone.option_course span.checkmark {
  width: 25px;
  height: 25px;
  left: -37px;
  top: -2px;
}
.challengeslist .all_challenges .taglabel .checkmark:after {
  border: solid #fff;
  border-width: 0 4px 4px 0;
  height: 16px;
  left: 6px;
  border-radius: 3px;
  top: 1px;
  width: 9px;
}
.challengeslist .all_challenges.real_life_event_prob .taglabel .checkmark:after {
  border: solid #fff;
  border-width: 0;
  height: 10px;
  background: #fff;
  left: 7px;
  top: 6px;
  width: 10px;
  border-radius: 10px;
}
.Course_lib_Taglist .challengeslist ul li:hover{
  border:0
}

.challenges__ h5{
  font-size:20px;
  display:flex;
  align-items:center;
}

.challenges__ h5 img, .course_life-events h5 img {
  max-width: 25px;
  margin-right:10px
}

.challenges__ .option_course label.taglabel {
  color: #000;
  font-size: 19px;
}
.challengeslist {
  border: 1px solid #ffc062;
  padding: 15px 15px;
  border-radius: 5px;
  background: #ffffff;
  box-shadow: 2px 2px 6px 0px #c2c2c2;
}

.recummded_plan {
  margin: 30px 0 30px;
  text-align: center;
}

.recummded_plan a {
  margin: 0 !important;
}
.howitwork_hallenges h5 {
  border: 0;
  background: none;
  padding: 0;
  font-size: 22px;
}

.howitwork_hallenges {
  padding-left: 25px;
  background: #fdf1df;
  padding: 16px;
  border: 1px solid #ffc062;
  border-radius: 6px;
  margin-left: 20px;
}

.howitwork_hallenges p {
  color: #000000;
}
.challengeslist,.Course_tagList {
  min-width: 62%;
}
.flexone.Show_more_ a {
  text-decoration: none;
  display: inline-block;
  margin: 6px 0 0;
  font-size: 16px;
}
.selectectaglist{
  margin-top:10px
}
div#showMoreClick {
  min-width: 100px;
}

.tagging_more {
  display: flex;
  align-items: flex-end;
  box-sizing: border-box;
}

.challengeslist{
  max-height: auto;
  overflow: auto;
}
.lifeevent{
  max-height: auto !important;
  overflow: auto;
}

.challengeslist::-webkit-scrollbar,.Course_tagList.mt-5::-webkit-scrollbar {
  width:4px;
  scrollbar-width: thin;
  scrollbar-color: #c9cdd1; 
}
.challengeslist::-webkit-scrollbar-thumb,.Course_tagList.mt-5::-webkit-scrollbar-thumb {
  background-color: #ff9901;
  scrollbar-width: thin;
  scrollbar-color: #c9cdd1; 
}
div#option1,div#option2,div#option3 {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* option2 and option3 (challenges__) visibility controlled by JavaScript show/hide */

.recummded_plan a:hover {
  font-weight: bold !important;
}
.recummded_plan a:active {
  color:#fff !important;
}
.Course_tagList.mt-5 {
  border: 1px solid #ffc062;
  border-radius: 6px;
  padding: 15px;
  max-height: 853px;
}
.challengeslist ul.real_life_event_prob li .flexone.option_course span.checkmark {
  border-radius: 50%;
}
/* Option3 */
.selct_courses.option_Sel_ch {
  background: #ccc;
  padding: 20px 10px 1px;
  border-radius: 5px;
  background: #E1F5FE;
  border-bottom: 3px solid #329fff;
  box-shadow: 1px 2px 5px #bfbfbf;
}

.selct_courses.option_Sel_ch .flexone.option_course {
  border: 0;
  padding: 0px 0 15px 53px;
}


/* New design */
.coursetirle {
  padding: 0 0px;
  margin-bottom: 30px;
}

.coursetirle p {
  font-family: Lato;
  font-weight: 400;
  font-size: 18px !important;
  text-align: center;
  margin: 16px 50px 30px;
  color: #828282;
}

.selct_courses.option_Sel_ch.new_option_course {
  display: flex;
  border: 0;
  border-radius: 38px;
  padding: 0;
  box-shadow: none;
  background: red;
  background: #FFEBCC;
}

.selct_courses.option_Sel_ch.new_option_course 
.flexone.option_course {
  /*width: 24%;*/
  padding: 0px;
  margin: 0;
  text-align: center;
  border-right: 2px solid #fff;
  border-radius: 0;
}

.selct_courses.option_Sel_ch.new_option_course .flexone.option_course span.checkmark {
  left: 0;
  opacity: 0;
}

.selct_courses.option_Sel_ch.new_option_course .flexone.option_course  label.taglabel {
  width: 100%;
  color: #9A9A9A;
  font-size: 20px !important;
  padding: 15px;
  font-weight: 400;

}
.selct_courses.option_Sel_ch.new_option_course .flexone.option_course:nth-child(4) {
  border: 0;
}
.selct_courses.option_Sel_ch.new_option_course .flexone.option_course.Activetab {
  background: #FF9900;
}

.selct_courses.option_Sel_ch.new_option_course .flexone.option_course.Activetab label.taglabel {
  color: #fff;
  letter-spacing:0;
}

.selct_courses.option_Sel_ch.new_option_course .flexone.option_course:nth-child(1){
  border-radius:30px 0 0 30px
}
.selct_courses.option_Sel_ch.new_option_course .flexone.option_course:nth-child(4){
  border-radius:0px 30px 30px 0px
}
.howitwork_hallenges {
  padding-left: 25px;
  display: none;
}
.dnd-section>.row-fluid {
  max-width: 1720px !important;
}
.new_option_course .Course_tagList.mt-5 {
  border: 1px solid #ffc062;
  border-radius: 30px;
  padding: 30px 40px;
  max-height: 853px;
  overflow: auto;
  box-shadow: 0px 4px 25.1px 0px #0000001A;
  border: 1px solid #00000024;
}
.CourseLibrary_container {
  max-width: 1680px;
  margin: auto;
  box-sizing: border-box;
  width: 100%;
  padding: 0 100px;
}

.CourseLibrary_container .course_filter_lib {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid #00000024;
  border-radius: 30px;
  padding: 0px 0px 60px;
  background: #fff;
}

.CourseLibrary_container .course_filter_lib h4.library_title ,.CourseLibrary_container .challengeslist h4{
  font-size: 26px !important;
  margin-bottom: 16px !important;
  color: #061544 !important;
  font-family: "Poppins", sans-serif !important;
}

.CourseLibrary_container .course_filter_lib p,.challengeslist p {
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #828282 !important;
  font-family: 'Poppins';
  margin: 0;
}
.CourseLibrary_container .course_filter_lib .Course_lib_Taglist .tagging_more li {
  padding: 15px 16px 15px 12px;
  background: #fff;
  border-bottom: 1px solid #eee;
  border-radius: 0;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  margin-bottom: 0px;
}


.CourseLibrary_container .course_filter_lib .Course_lib_Taglist .tagging_more li 
label.taglabel {
  font-size: 16px;
  font-family: "Lato", sans-serif;

}

.CourseLibrary_container .course_filter_lib .Course_lib_Taglist .tagging_more li label.taglabel span.checkmark {
  position: absolute;
  top: -1px;
  left: -30px;
  height: 24px;
  border-radius: 4px;
  background: #e6e6e6;
  width: 24px;
  opacity: 0;
}

.CourseLibrary_container .course_filter_lib .Course_lib_Taglist .tagging_more li label.taglabel input:checked ~ .checkmark {
  background-color: #86b610;
}

.CourseLibrary_container .course_filter_lib .Course_lib_Taglist .tagging_more  li label.taglabel span.checkmark::after {
  width: 8px;
  height: 14px;
  left: 8px;
  top: 4px;
}
.CourseLibrary_container 
.Course_tagList,.challengeslist.lifeevent,.challengeslist {
  border: 0;
  max-height: fit-content;
  padding: 30px 30px 0px 30px;
  border-radius: 30px;
}

.dimension_relatedtags.mydumreltag {
  border: 0;
  margin-top: 40px;
  padding: 0;
  padding: 24px;
}

.dimension_relatedtags.mydumreltag .Icon_with_tag li img {
  width: 30px;
  max-width: 30px;
  margin-right: 15px;
  vertical-align: middle;
}

.dimension_relatedtags.mydumreltag .Icon_with_tag li .filtetags.dimension {
  font-family: "Poppins", sans-serif !important;
  font-weight: 400;
}
.dimension_relatedtags.mydumreltag .Icon_with_tag li.dimension_na{
  border: 0;
  padding: 0;
}
.Course_lib_Taglist .SkillDropdwn li  span.checkmark {
  opacity: 0;
}

.Course_lib_Taglist .SkillDropdwn li.all_skill,.Course_lib_Taglist .selectectaglist li {
  padding: 12px 16px;
  font-size: 24px;
  margin: 0 20px 20px 0px;
}

.Course_lib_Taglist .SkillDropdwn li.all_skill label.taglabel,.selected_skill .taglabel {
  font-size: 20px;
  font-family: "Lato", sans-serif;

  color: #828282;
}

.SkillDropdwn {
  padding-top: 40px;
}
.Icon_with_tag .dimension.filtetags.showSkills:after {
  transform: rotate(-180deg);
}
.dimension_relatedtags.mydumreltag .Icon_with_tag li.dimension_na {
  border: 0;
  padding: 0;
  border-radius: 0;
}
ul.p-0.mb-0.Icon_with_tag {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  position: relative;
  margin: 0;
}
.dimension_relatedtags.mydumreltag .Icon_with_tag li.dimension_na:last-child{
  border:0;
  padding-bottom:0;
}
.CourseLibrary_container .course_filter_lib .selectectaglist p.mb-0 {
  font-size: 30px;
  margin-top: 30px;
  color: #000;
  margin-bottom: 15px !important;
}
.filtetags span.crossmark {
  height: 24px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  color: #b8b8b8;
  border: 1px solid #ccc;
  width: 25px;
  padding: 0px 0px;
  line-height: 1;
}
.selectectaglist label.taglabel {
  color: #1cc0d8;
}
.selectectaglist .selected_skill {
  background: #1EC1D91A;
  border-color: #1cc0d8;
}
ul.all_challenges.real_life_event_prob li  label.taglabel,.challengeslist ul.all_challenges li label.taglabel {
  color: #061544 !important;
  font-size: 18px !important;
  font-weight: 500;
}
ul.all_challenges.real_life_event_prob  li {
  padding: 0;
}

ul.all_challenges.real_life_event_prob li 
.option_course,.challengeslist ul.all_challenges li .option_course {
  box-shadow: none;
  background: transparent;
  padding: 20px 35px;
  margin: 0;
  border-bottom: 1px solid #0000001A;
}

.CourseLibrary_container .para{
  padding-bottom: 32px;
}

.Course_lib_Taglist .SkillDropdwn li.active {
  background: #efefef;
}
.Course_lib_Taglist .SkillDropdwn li.active .taglabel{
  color:#1EC1D9 !important;
}
/*------------------------------- this css add by alfaiz for course_card start here -----------------------------------*/

.cardsTitle{
  font-family: Montserrat, Sans-serif !important;
  font-size: 20px !important;
  font-weight: 600;
  margin-bottom: 15px !important;
  margin-top: 25px !important;
}
.newCourseCard .container {
  position: relative;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin: 0px auto;
  background-color: #fff;
  padding: 0px;
  border-radius: 30px;
  border: 1px solid #0000001F
}
.newCourseCard .container img {
  max-width: 100%;
  width: 100%;
  height: 200px;
  border-radius: 30px 30px;
  object-fit: cover;
  object-position: top;
}
.newCourseCard .new-course-card-content{
  padding: 10px;
  width: 100%;
}
.newCourseCard .new-course-card-content .title{
  color: #061544 !important;
  font-family: Poppins !important;
  font-weight: 600;
  font-size: 18px !important;
  margin: 0px 0 5px;
  min-height: 50px;
  display: flex;
  align-items: center;
}
.newCourseCard .new-course-card-content .sub-title {
  font-size: 14px !important;
  font-weight: 500;
  font-family: 'Poppins';
  color: #061544 !important;
  margin: 0px !important;
  text-align: left !important;
}
.newCourseCard .dimension-logo{
  position: absolute;
  right: 0px;
  top: 0px;
  overflow: hidden;
  inset: 0;
  pointer-events: none;
  border-radius: 10px;
}
.newCourseCard .dimension-logo img{
  max-width: 300px;
  height: auto;
  border-radius: 10px;
  opacity: .12;
  position: absolute;
  top: -40px;
  right: -50px;
}

.newCourseCard  .new-course-card-content .dimension-div{
  align-items: center;
  display: flex;
  gap: 5px;
  justify-content: center;
  background-color: #FF990026;
  padding-left: 5px;
  padding-right: 5px;
  margin-right: 8px;
  border-radius: 50px;
  margin-top: 7px;
  border: 1px solid #FF990070;
  margin-bottom: 12px;
  min-width: 68px;
}  
.newCourseCard .new-course-card-content .dimension-img {
  width: 12px;
  height: auto;
}
.newCourseCard .new-course-card-content .dimension-div p{
  font-size:13px !important;
  margin: 0;
}
.newCourseCard .d-flex{
  display: flex;
}
.newCourseCard .new-course-card-content .skills-img{
  width: 14px;
  height: auto;
}
.newCourseCard .course-description{
  display: flex;
  align-items: flex-start;
  gap: 5px;
  padding-top: 15px;
}
.newCourseCard .course-description img{
  height: 16px;
  width: 16px;
  margin-top: 5px;
  flex-shrink: 0;

}
.newCourseCard .course-description p{
  font-size: 14px !important;
  line-height: 1.5;
  color: #727272B2 !important;
  margin: 0;
}
.newCourseCard .course-description p strong{
  font-weight: 700 !important;
}
.newCourseCard .footer-items{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
  padding: 10px 10px 10px;
  border-top: 1px solid #0000001F;
  width: 100%;
  flex-wrap:wrap;
}
.newCourseCard .footer-items .modulesAndLessons {
  display:flex;    
  width: 50%;
}
.newCourseCard .footer-items .modulesAndLessons p {
  color: #828282 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  letter-spacing: normal !important;
}
.newCourseCard .footer-items .explorebtn{
  text-align: right;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.newCourseCard .footer-items .explorebtn a {
  background: #1ec1d9;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  min-width: 99px;
  padding: 10px 20px 10px 20px !important;
  position: relative;
  text-align: center;
  text-decoration: none;
}
.newCourseCard .footer-items  .explorebtn a:after {
  border-left: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  right: 16px;
  width: 8px;
  height: 8px;
  top: 17px;
}

.newCourseCard .footer-items  .explorebtn a:hover {
  background: #85b812 !important;
  font-weight: 600;
  color: #fff;
}
.newCourseCard .footer-items  .explorebtn a:nth-child(2) {
  background: white;
  border: 0;
  color: #1EC1D9;
  min-width: auto;
}
.newCourseCard .footer-items  .explorebtn a:nth-child(2):hover {
  background: unset !important;
  /* border: 1.8px solid #1ec1d9ba; */
  color: #1EC1D9;
  font-weight: 600;
}

.newCourseCard .footer-items .explorebtn .enroll_user {
  background: 0 #fff;
  border: 1.5px solid #80808057;
  border-radius: 0px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, .24);
  display: none;
  margin: 0 !important;
  min-width: 262px;
  padding: 0 !important;
  position: absolute;
  right: 0;
  top: 47px;
  z-index: 1;
}
.newCourseCard .footer-items .explorebtn .enroll_user li{
  border: 0;
  background: white;
  padding: 0px 0px 0px 0px !important;
  display: flex;
  align-items: baseline;
  padding: 5px 0px 0px;
  margin: 5px 0px 5px 0px;
}
.newCourseCard .footer-items .explorebtn .enroll_user li a{
  background: white;
  margin: 0px 0px 8px 0;
  font-size: 16px;
  font-weight: 600;
  border-radius: 0px;
  text-align: start;
  padding-left: 15px !important;
}
.newCourseCard .footer-items .explorebtn ul.enroll_user li a:hover{
  background: #1cc0d8 !important;
  color:white !important;
}
.newCourseCard .footer-items .disabled-link {
  pointer-events: none; 
  color: gray;       
  text-decoration: none;
  cursor: not-allowed;
  opacity: 0.6;
}

/*------------------------- this css add by alfaiz for course_card end here------------------------------------- */

/* this css add by alfaiz for media query in molbie device end here */
.filtetags span.crossmark{
  border:0 !important;
}
.cardsTitle {
  font-family: Montserrat, Sans-serif !important;
  font-size: 30px !important;
  font-weight: 600;
  margin-bottom: 20px !important;
  margin-top: 40px !important;
}
.Course_lib_Taglist .SkillDropdwn li.all_skill, .Course_lib_Taglist .selectectaglist li {
  font-size: 24px;
  margin: 0 10px 10px 0;
  padding: 8px 12px;
}
.Course_lib_Taglist .SkillDropdwn li.all_skill label.taglabel, .selected_skill .taglabel {
  font-size: 16px;
}
.dimension_relatedtags.mydumreltag {
  border: 0;
  margin-top: 10px;
  padding: 24px 0;
}
.Icon_with_tag .dimension.filtetags:after, .filtetags .explorebtn a:after{
  width:30px;
  height:30px;
}
.SkillDropdwn {
  padding-top: 10px;
}
li.all_skill.checkitem label.taglabel {
  color: #1cc0d8 !important;
}

li.all_skill.checkitem {
  background: #1EC1D91A;
  border: 1px solid #1EC1D9;
}
.Course_lib_Taglist .SkillDropdwn li:hover {
  background: #1EC1D91A;
}
.newCourseCard .footer-items .explorebtn a {
  border: 2px solid;
}
.CourseLibrary_container  .selectectaglist p.mb-0 {
  color: #1d103f !important;
  font-size: 30px !important;
  margin-bottom: 15px !important;
  margin-top: 30px;
  font-weight: 600 !important;
}
.dimension_relatedtags.mydumreltag .Icon_with_tag li.dimension_na h3 {
  border: 1px solid #00000014;
  box-shadow: 0.5px 0.5px 1.5px 0px #00000021;
  box-shadow: 1.5px 1.5px 6px 0px #00000040;
  padding: 16px 20px 16px 14px;
  width: 100%;
  flex-direction: row-reverse;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  position: relative;
  margin: 0;
  font-size: 20px;
  font-weight: 500;
}
.searchwrap  .searchcontainer {
  width: calc(68% - 0px);
  position: relative;
}

.searchwrap  input.searchtext {
  width: 100%;
  border: 1px solid #1EC1D9;
  padding: 10px;
  border-radius: 16px;
  color: #828282;
  height: 48px;
  padding-left: 46px;
}

.searchwrap  .dropdwn {
  width: 31%;
  text-align: right;
}

.searchwrap {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.EmotionalDimCard .dimension-div{
  color:#A04747;
  background:#A0474726;
  border: 1px solid #E4666670;
}

.EmotionalDimCard  .dimension-div img{
  filter: drop-shadow(0px 4000pc 0 #A04747);
  transform: translateY(-4000pc);
}
.SocialDimCard .dimension-div {
  color: #B36B00;
  background: #FF990026;
  border: 1px solid #FF990070
}

.SocialDimCard  .dimension-div img{
  filter: drop-shadow(0px 4000pc 0 #B36B00);
  transform: translateY(-4000pc);
}

.IntellectualDimCard .dimension-div {
  color: #506E0B;
  background: #85B81226;
  border: 1px solid #85B81270;
}

.IntellectualDimCard  .dimension-div  img{
  filter: drop-shadow(0px 4000pc 0 #506E0B);
  transform: translateY(-4000pc);
}
.MindfulnessDimCard .dimension-div {
  color: #a86adb;
  background:#F6F0FB;
  border: 1px solid #A86ADB61;
}

.MindfulnessDimCard  .dimension-div  img{
  filter: drop-shadow(0px 4000pc 0 #a86ada);
  transform: translateY(-4000pc);
}
.PhysicalDimCard  .dimension-div  img{
  filter: drop-shadow(0px 4000pc 0 #1ec1d9);
  transform: translateY(-4000pc);
}
.PhysicalDimCard .dimension-div {
  color: #1ec1d9;
  background: #E4F8FA;
  border: 1px solid #1EC1D94D
}
span.searchicon {
  position: absolute;
  left: 12px;
  top: 12px;
}
.newCourseCard {
  margin-bottom: 24px;
  margin-right: 15px;
  width: calc(33.33% - 15px) !important;
  flex: 0 0 calc(33.33% - 15px);
}

/* Ensure course cards in rows maintain proper spacing */
.course-row .newCourseCard:not(.empty-slot) {
  margin-bottom: 0;
}

.course-row .newCourseCard:nth-child(3n) {
  margin-right: 0;
}

.newCourseCard .new-course-card-content {
  min-height: 300px;
}
.Course_tagList span.searchicon img {
  max-width: 20px;
}
.flexone.filtetags.dimension.showSkills {
  margin-bottom: 96px;
}
.firstTabCourse1 img.play-btn, .firstTabCourse2 img.play-btn, .firstTabCourse3 img.play-btn, .firstTabCourse4 img.play-btn, .firstTabCourse5 img.play-btn, .firstTabCourse6 img.play-btn {
  height: 40px;
}
/* this css add by alfaiz for media query in molbie device start here */
@media only screen and (max-width: 768px) {
  .CourseLibrary_container .Course_lib_Taglist .selct_courses {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .CourseLibrary_container .Course_lib_Taglist .selct_courses  .option_course{
    width:100% !important;
    border-right: none !important;
  }
  .CourseLibrary_container .Course_lib_Taglist .coursetirle {
    margin-bottom: 40px;
    padding: 0 0px;
  }
  .CourseLibrary_container .course_filter_lib h4.library_title, .CourseLibrary_container .challengeslist h4{
    font-size:20px !important;
    font-weight: 600;
  }
  .CourseLibrary_container .Course_lib_Taglist .dimension_relatedtags .Icon_with_tag .dimension.filtetags:after {
    transform: rotate(-180deg) !important;
  }
  .CourseLibrary_container .selct_courses.option_Sel_ch.new_option_course .flexone.option_course:nth-child(1) {
    border-radius: 10px 10px 0 0px !important;
  } 
  .CourseLibrary_container .selct_courses.option_Sel_ch.new_option_course .flexone.option_course:nth-child(4) {
    border-radius: 0px 0px 10px 10px;
  }
  .CourseLibrary_container .challengeslist ul.all_challenges li label.taglabel{
    font-size:14px !important;
  }
  .CourseLibrary_container .course_filter_lib p, .challengeslist p {
    font-size: 16px !important;
  }
  .CourseLibrary_container .Course_lib_Taglist .SkillDropdwn li {
    margin: 5px 0 !important;
    padding: 5px 5px 7px 12px !important;
  }
  .CourseLibrary_container .recummded_plan{
    margin-top: 0px;
    float: right;
  }
  /*   course card css */
  .newCourseCard .container{
    flex-wrap: wrap;
  }
  .newCourseCard .container img {
    width: 100%;
    max-width:100%;
    z-index: 999;
  }
  .newCourseCard .new-course-card-content {
    padding-left: 10px !important;
    padding-top: 10px !important;
  }
  .newCourseCard .new-course-card-content .title{
    font-size: 24px !important;

  }
  .newCourseCard .new-course-card-content .sub-title{
    font-size: 14px !important;
    font-weight: 500;
    font-family: 'Poppins' !important;
    text-align: left !important;
  }
  .newCourseCard .course-description img {
    flex-shrink: 0;
    height: 16px;
    margin-top: 5px;
    width: 16px;
  }
  .newCourseCard .course-description p{
    font-size: 16px !important;
    font-family: 'Poppins' !important;
  }
  .newCourseCard .d-flex{
    flex-wrap:wrap;
  }
  .newCourseCard .footer-items{
    flex-wrap: wrap;
  }
  .newCourseCard .new-course-card-content .dimension-div{
    margin-top:10px;
    margin-bottom:10px;
    display: flex !important;
    align-items: center !important;
    gap: 5px !important;
  }

  .newCourseCard .new-course-card-content .dimension-div img.dimension-img,
  .newCourseCard .new-course-card-content .dimension-div img.skills-img {
    width: 12px !important;
    height: auto !important;
    flex-shrink: 0 !important;
    vertical-align: middle !important;
    margin: 0 !important;
  }

  .newCourseCard .new-course-card-content .dimension-div p{
    font-size:12px !important;
    padding-bottom:0px !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
  }

  .newCourseCard .learn-more-button{
    margin-top: 10px;
  }
  .newCourseCard .new-course-card-content .dimension-logo img{
    width:300px;
    z-index: 2;
  }
  .newCourseCard .footer-items .modulesAndLessons {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    gap: 8px;
  }

  .newCourseCard .footer-items .modulesAndLessons p {
    font-size: 14px !important;
    margin: 0 !important;
    letter-spacing: 1px !important;
  }

  .newCourseCard .footer-items .explorebtn{
    padding-top:0px;
  }
  .selct_courses.option_Sel_ch.new_option_course .flexone.option_course label.taglabel {
    font-size: 16px !important;
    padding: 10px;
  }
  .CourseLibrary_container .course_filter_lib .Course_lib_Taglist .tagging_more li {
    padding: 10px !important;

  }
  .CourseLibrary_container .course_filter_lib .Course_lib_Taglist .tagging_more li label.taglabel span.checkmark {

    height: 18px !important;
    width:18px !important;
    top: 2px !important;
  }
  .CourseLibrary_container .course_filter_lib .Course_lib_Taglist .tagging_more li label.taglabel span.checkmark:after {
    height: 12px !important;
    left: 6px !important;
    top: 2px !important;
    width: 7px !important;
  }

  .dimension_relatedtags.mydumreltag {
    padding:0 !important;
    margin-top: 25px !important;
  }
  /* .dimension_relatedtags.mydumreltag .Icon_with_tag li.dimension_na {
  padding-bottom: 15px !important;
  margin-bottom: 15px !important;
} */
  .dimension_relatedtags.mydumreltag .Icon_with_tag li img {
    margin-right: 16px !important;
    max-width: 30px !important;
    width: 30px !important;
  }
  li .filtetags.dimension {
    font-family: Poppins, sans-serif !important;
    font-size: 20px !important;
  }
  .Icon_with_tag .dimension.filtetags:after, .filtetags .explorebtn a:after {
    height: 20px!important;
    width: 20px !important;
  }
  .cardsTitle {
    font-size: 24px !important;
  }
  .newCourseCard .container {

    padding: 0px !important;
  }

  .newCourseCard .new-course-card-content .dimension-div {
    gap: 5px !important;
    height: 28px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .CourseLibrary_container .course_filter_lib .selectectaglist p.mb-0 {
    font-size: 20px !important;
  }
  .Course_lib_Taglist .selectectaglist li {
    padding: 5px 10px !important;
  }

  /* new lattest ui responsive */
  ul.p-0.mb-0.Icon_with_tag,.searchwrap{
    flex-wrap: wrap;
  }
  .CourseLibrary_container {
    padding: 0 10px;
  }
  .header-sel {
    margin-bottom: 30px !important;
    padding: 50px 10px 10px 10px !important;
  }
  .header-sel h1 {
    color: #fff !important;
    font-size: 36px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    font-family: 'Poppins' !important;
  }
  .header-sel p {
    margin: 10px 0 40px !important;
    font-size: 18px !important;
    font-family: 'Poppins' !important;
  }
  .coursetirle p {
    font-family: 'Poppins' !important;
    font-size: 18px !important;
    margin: 16px 0px 30px !important;
  }
  .searchwrap .searchcontainer,.searchwrap .dropdwn ,.newCourseCard{
    width: calc(100% - 0px) !important;
  }
  .dimension_relatedtags.mydumreltag .Icon_with_tag li.dimension_na h3 {
    font-size: 20px !important;
    font-weight: 500 !IMPORTANT;
  }
  .searchwrapper.coursecardwrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #courseContainer {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .Course_tagList.mt-5{
    padding: 15px 10px !important;
  }
  .Course_lib_Taglist li{
    margin-right:0 !important;
  }
}

/* Styles for iPad portrait */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .CourseLibrary_container .challengeslist ul.all_challenges li label.taglabel{
    font-size:18px !important;
  }

}

/* Styles for iPad Pro (landscape & portrait) */
@media only screen and (min-width: 1024px) and (max-width: 1366px) {
  .CourseLibrary_container .challengeslist ul.all_challenges li label.taglabel{
    font-size:20px !important;
  }
  .newCourseCard .footer-items .explorebtn{
    width: 100%;
  }
  .starter-courses .newCourseCard .new-course-card-content{
    min-height: 375px ;
  }
  .selct_courses.option_Sel_ch.new_option_course .flexone.option_course label.taglabel{
    font-size: 17px !important;
  }
  .starter-courses .newCourseCard .new-course-card-content{
    min-height: 400px !important;
  }
  .newCourseCard .course-description p {
    font-size: 13px !important;
  }
  .newCourseCard .footer-items .explorebtn a{
    font-size: 14px !important;
  }
  .newCourseCard .new-course-card-content .dimension-div p {
    font-size: 12px !important;
  }
  .dimension_relatedtags.mydumreltag .Icon_with_tag li.dimension_na h3{
    font-size: 16px !important;
  }
  .dimension_relatedtags.mydumreltag .Icon_with_tag li img {
    width: 20px  !important;;
    max-width: 20px  !important;;
    margin-right: 10px  !important;;
  }
  .dimension_relatedtags.mydumreltag .Icon_with_tag li.dimension_na h3:after {
    top: 23px  !important;
  }
}
@media only screen and (min-width: 1367px) and (max-width: 1440px) {
  .CourseLibrary_container .challengeslist ul.all_challenges li label.taglabel{
    font-size:20px !important;
  }
  .newCourseCard .footer-items .explorebtn{
    width: 100%;
  }

  .starter-courses .newCourseCard .new-course-card-content{
    min-height: 375px !important;
  }
  .starter-courses .newCourseCard .footer-items .explorebtn{
    width:100%
  }
}
.newCourseCard .footer-items .explorebtn .enroll_user {
  background: 0 #fff;
  border: 1.5px solid #80808057;
  border-radius: 9px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, .24);
  display: none;
  min-width: 243px;
  padding: 8px 0 !important;
  position: absolute;
  right: 0;
  top: 49px;
  z-index: 1;
  padding: 0 !IMPORTANT;
  margin: 0 !important;
}
.newCourseCard .footer-items .explorebtn .enroll_user li {
  align-items: baseline;
  background: #fff;
  border: 0;
  display: flex;
  margin: 5px 0;
  padding: 0px !important;
  margin: 0 !important;
  border-bottom: 1px solid #1cc0d8;
  border-radius: 6px;
}
.newCourseCard .footer-items .explorebtn .enroll_user li a {
  background: #fff;
  border-radius: 0;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 8px;
  padding-left: 15px !important;
  text-align: start;
  border: 0;
  margin: 0;
  padding: 15px 10px;
}
.recummded_plan{
  text-align: right !important;
}
.newCourseCard {
  /*width: 24%;*/
  width: 100%;
  border-radius:30px 30px 0px 0px;
}
.coursecardwrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: left;
}

/* Updated for new structure */
.searchwrapper.coursecardwrapper .coursecardwrapper {
  width: 100%;
}
.MindfulnessDimCard .skils_dimName .dimension-div ,div#Mindfullness.showSkills h3,.Course_lib_Taglist .mindfullness_dim .mydimensions.SkillDropdwn li.activeskills{
  background: #f6f0fb;
  border: 1px solid #a86adb61;

}
.MindfulnessDimCard .skils_dimName .dimension-div p,.Course_lib_Taglist .mindfullness_dim .mydimensions.SkillDropdwn li label,.Course_lib_Taglist .mindfullness_dim  .showSkills h3{
  color: #a86adb !important;
}
.MindfulnessDimCard .skils_dimName .dimension-div img {
  filter: drop-shadow(0 4000pc 0 #a86ada);
  transform: translateY(-4000pc);
}
.SocialDimCard .skils_dimName .dimension-div,div#social.showSkills h3,.Course_lib_Taglist .social_dim .mydimensions.SkillDropdwn li.activeskills{
  background: #ff990026;
  border: 1px solid #ff990070;
}
.SocialDimCard .skils_dimName .dimension-div p,.Course_lib_Taglist .social_dim .mydimensions.SkillDropdwn li label,.Course_lib_Taglist .social_dim  .showSkills h3{
  color: #ba7915 !important;
}
.SocialDimCard .skils_dimName .dimension-div img {
  filter: drop-shadow(0 4000pc 0 #B36B00);
  transform: translateY(-4000pc);
}
.EmotionalDimCard .skils_dimName .dimension-div,div#emotional.showSkills h3,.Course_lib_Taglist .emotional_dim .mydimensions.SkillDropdwn li.activeskills{
  background: #a0474726;
  border: 1px solid #e4666670;

}
.EmotionalDimCard .skils_dimName .dimension-div p,.Course_lib_Taglist .emotional_dim .mydimensions.SkillDropdwn li label,.Course_lib_Taglist .emotional_dim  .showSkills h3{
  color: #a04747 !important;
}
.EmotionalDimCard .skils_dimName .dimension-div img {
  filter: drop-shadow(0 4000pc 0 #A04747);
  transform: translateY(-4000pc);
}
.IntellectualDimCard .skils_dimName .dimension-div,div#intellectual.showSkills h3,.Course_lib_Taglist .intellectual_dim .mydimensions.SkillDropdwn li.activeskills{
  background: #85b81226;
  border: 1px solid #85b81270;

}
.IntellectualDimCard .skils_dimName .dimension-div p,.Course_lib_Taglist .intellectual_dim .mydimensions.SkillDropdwn li label,.Course_lib_Taglist .intellectual_dim  .showSkills h3{
  color: #506e0b !important;
}
.IntellectualDimCard .skils_dimName .dimension-div img {
  filter: drop-shadow(0 4000pc 0 #506E0B);
  transform: translateY(-4000pc);
}
.PhysicalDimCard .skils_dimName .dimension-div,div#physical.showSkills h3,.Course_lib_Taglist .physical_dim .mydimensions.SkillDropdwn li.activeskills{
  background: #e4f8fa;
  border: 1px solid #1ec1d94d; 
}
.PhysicalDimCard .skils_dimName .dimension-div p,.Course_lib_Taglist .physical_dim .mydimensions.SkillDropdwn li label,.Course_lib_Taglist .physical_dim  .showSkills h3{
  color: #1ec1d9 !important;
}
.PhysicalDimCard .skils_dimName .dimension-div img {
  filter: drop-shadow(0 4000pc 0 #1ec1d9);
  transform: translateY(-4000pc);
}
.Course_lib_Taglist  .SkillDropdwn .mindfullness_dim li{
  border: 1px solid #a86adb;

}
.Course_lib_Taglist  .SkillDropdwn .mindfullness_dim li label,.Course_lib_Taglist  .SkillDropdwn .mindfullness_dim li label:hover{
  color: #a86adb !important;
}
.Course_lib_Taglist .SkillDropdwn .social_dim  li{
  border: 1px solid #ff9900;

}
.Course_lib_Taglist .SkillDropdwn .social_dim  li label,.Course_lib_Taglist .SkillDropdwn .social_dim  li label:hover{
  color:#ff9900 !important;
}
.Course_lib_Taglist .SkillDropdwn .emotional_dim  li{
  border: 1px solid #e46666 !important;

}
.Course_lib_Taglist .SkillDropdwn .emotional_dim  li label,.Course_lib_Taglist .SkillDropdwn .emotional_dim  li label:hover{
  color:#e46666 !important;
}
.Course_lib_Taglist .SkillDropdwn .intellectual_dim  li{
  border: 1px solid #85b812;

}
.Course_lib_Taglist .SkillDropdwn .intellectual_dim  li label,.Course_lib_Taglist .SkillDropdwn .intellectual_dim  li label:hover{
  color:#85b812 !important;
}
.Course_lib_Taglist .SkillDropdwn .physical_dim  li{
  border: 1px solid #1ec1d9; 

}
.Course_lib_Taglist .SkillDropdwn .physical_dim  li label,.Course_lib_Taglist .SkillDropdwn .physical_dim  li label:hover{
  color:#1ec1d9 !important;
}
.Course_lib_Taglist  .SkillDropdwn .mindfullness_dim li:hover,.Course_lib_Taglist  .SkillDropdwn .mindfullness_dim li.activeskiils  {
  background: #f6f0fb;
}
.Course_lib_Taglist .SkillDropdwn .social_dim  li:hover ,.Course_lib_Taglist .SkillDropdwn .social_dim  li.activeskiils {
  background: #ff990026;
}
.Course_lib_Taglist .SkillDropdwn .emotional_dim  li:hover,.Course_lib_Taglist .SkillDropdwn .emotional_dim  li.activeskiils {
  background: #a0474726;
}
.Course_lib_Taglist .SkillDropdwn .intellectual_dim  li:hover ,.Course_lib_Taglist .SkillDropdwn .intellectual_dim  li.activeskiils{
  background: #85b81226;
}
.Course_lib_Taglist .SkillDropdwn .physical_dim  li:hover ,.Course_lib_Taglist .SkillDropdwn .physical_dim  li.activeskiils{
  background: #e4f8fa;
}
span.unselectcourses {
  margin-left: 6px;
  vertical-align: middle;
  z-index: 999;
  position: relative;
  display: none;
}
.activeskiils span.unselectcourses {
  display: inline-block;
}
.modulesAndLessons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  padding-bottom: 10px;
  position: relative;
  width: 100%;
}

.modulesAndLessons .sub-title {
  flex: 0 0 auto;
  text-align: left;
  margin-right: auto;
}

.modulesAndLessons .flexone {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex: 0 0 auto;
  margin-left: auto;
}

.CourseLibrary_container .course_filter_lib .dropdown p {
  color: #1ec1d9 !important;
  font-family: Lato;
  font-size: 17px !important;
  font-weight: 500 !important;
  padding: 0 20px 0 0 !important;
  /* 27px */
}
.CourseLibrary_container .course_filter_lib .modulesAndLessons p {
  font-size: 14px !important;
}

.modulesAndLessons:after {
  border-bottom: 1px solid #ccc;
  content: "";
  position: absolute;
  left: -10px;
  right: -10px;
  bottom: 0;
}
h3{
  font-style:normal !important;
  color:#000;

}
.Course_lib_Taglist .SkillDropdwn .physical_dim li path {
  fill: #1bc0d8;
}
.Course_lib_Taglist .SkillDropdwn .intellectual_dim li path {
  fill: #85b710; 
}
.Course_lib_Taglist .SkillDropdwn .mindfullness_dim li path {
  fill: #a86ada;
}
.Course_lib_Taglist .SkillDropdwn .emotional_dim li path {
  fill: #e46666;
}
.Course_lib_Taglist .SkillDropdwn .social_dim li path {
  fill: #ff9901;
}
.dropdown-content{
  z-index: 9999 !important;
}
.searchwrapper.coursecardwrapper {
  padding: 0 15px 0 30px;
  display: flex;
  flex-direction: column;
}

/* For static course cards in #option1 - make container a grid for direct card children */
/* When courseContainer directly contains newCourseCard (static cards case), make it a grid */
#option1 #courseContainer {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 24px !important;
  row-gap: 24px !important; /* Explicit row spacing between rows */
  column-gap: 24px !important; /* Explicit column spacing between cards */
  justify-items: start !important;
  align-items: start !important;
}

/* When courseContainer has course-section-wrapper (dynamic JS case), override to flex column */
#option1 #courseContainer .course-section-wrapper {
  grid-column: 1 / -1;
  width: 100%;
}

/* Static cards styling - override default width for direct children */
#option1 #courseContainer > .newCourseCard {
  width: 100% !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  flex: none !important;
  max-width: 100% !important;
  justify-self: start !important;
  align-self: start !important;
}

/* Course Section Wrapper (Recommended/Related) - ONLY for #option1 - Defined below */

.section-title-heading {
  font-size: 28px !important;
  font-weight: 700 !important;
  color: #061544 !important;
  font-family: "Poppins", sans-serif !important;
  margin-bottom: 30px !important;
  margin-top: 0 !important;
}

/* Override section-title-heading for #option1 to use normal heading */
#option1 .section-title-heading {
  font-size: 18px !important;
  font-weight: 600 !important;
  margin-bottom: 16px !important;
}

/* Course Row Wrapper */
.course-row-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* Course Row - 3 cards per row */
.course-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-bottom: 20px;
  width: 100%;
}

.course-row:last-child {
  margin-bottom: 0;
}

/* Empty slot for maintaining 3-column layout */
.course-row .empty-slot {
  flex: 0 0 calc(33.33% - 15px);
  margin-right: 15px;
  height: 0;
  min-height: 0;
  padding: 0;
  border: none;
  overflow: hidden;
  visibility: hidden;
  pointer-events: none;
}

.displayNone{
  display: none;
}
.social_dim.activeDim h3 {
  background: #fff0d9;
  color: #ff9900 !important;
  border: 1px solid #ff9900 !important;
}

.social_dim.activeDim h3::after {
  border-color: #ff9900 !important;
}

.emotional_dim.activeDim h3 {
  border: 1px solid #e46666 !IMPORTANT;
  background: #f1e4e4;
  color: #e46666 !important;
}

.emotional_dim.activeDim h3::after {
  border-color: #e46666 !important;
}

.intellectual_dim.activeDim h3 {
  background: #edf4dc;
  border: 1px solid #85b812 !important;
  color: #85b812 !IMPORTANT;
}

.intellectual_dim.activeDim h3::after {
  border-color: #85b812 !important;
}

.mindfullness_dim.activeDim h3 {
  background: #f6f0fb;
  border: 1px solid #a86adb !important;
  color: #a86adb !IMPORTANT;
}

.mindfullness_dim.activeDim h3::after {
  border-color: #a86adb !important;
}

.physical_dim.activeDim h3 {
  background: #e4f8fa;
  color: #1ec1d9 !important;
  border: 1px solid #1ec1d9 !important;
}

.physical_dim.activeDim h3::after {
  border-color: #1ec1d9 !important;
}
.dropdown-content{
  min-width: 340px  !important;
}
/* --- Start Here FAQ Section --- */
.faq-section {
  max-width: 800px;
  margin: 40px auto;
  padding: 20px;
}
.faq-item {
  border-bottom: 1px solid #e0e0e0;
  padding: 15px 0;
}
.faq-question {
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  color: #061544;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq-toggle {
  color: #ff9900;
  font-size: 26px;
  font-weight: 600;
}
.faq-answer {
  display: none;
  font-size: 16px;
  color: #444;
  padding-top: 8px;
}
.faq-question.active .faq-toggle {
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

/* ===== START HERE Section ===== */
.start_here_section {
  padding: 40px 0;
  border: 1px solid #00000024;
  border-radius: 30px;
  margin-top: 20px;
  margin-left: 0px;
  background: #fff;
}
.start_here_section .newCourseCard {
  margin-bottom: 40px; 
}
.start-here-header {
  text-align: center;
  margin-bottom: 30px;
}

.start-here-header .intro-text {
  font-size: 18px;
  color: #444;
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 20px;
}

/* ===== FAQ Layout ===== */
.faq-section {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  max-width:100%;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 auto;
}

.faq-left {
  flex: 1 1 30%;
}

.faq-left h2 {
  font-size: 28px;
  color: #222;
  font-weight: 700;
}

.faq-right {
  flex: 1 1 65%;
}

.faq-item {
  border-bottom: 1px solid #ddd;
  padding: 15px 0;

}
.faq-right .faq-item {
  border-bottom: 1px solid #ddd;
  padding: 0px 0  15px;
  margin-bottom: 25px;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-weight: 600;
  color: #222;
  font-size: 18px;
}

.faq-icon {
  font-size: 20px;
  font-weight: 700;
  color: #222;
  transition: transform 0.3s;
}

.faq-answer {
  display: none;
  margin-top: 10px;
  color: #555;
  line-height: 1.5;
  font-size: 16px;
  padding-right: 20px;
}

.faq-item.active .faq-answer {
  display: block;
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
}
.bulbIcon {
  width: 18px !important;
  height: 18px !important;
  vertical-align: middle;
  margin-right: 6px;
}

.why-course {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.new-course-card-content p {
  line-height: 1.6;
  font-size: 15px;
  color: #333;
}

/* 🌿 Start Here + FAQ Section */
.start-here-intro {
  text-align: center;
  margin: 40px auto 30px;
  max-width: 900px;
}

.start-here-intro .intro-line {
  font-size: 20px;
  color: #333;
  font-weight: 500;
  margin-bottom: 8px;
  line-height: 1.5;
}

.start-here-intro .faq-heading {
  font-size: 26px;
  font-weight: 700;
  color: #061544;
  border-bottom: 3px solid #ffc062;
  display: inline-block;
  padding-bottom: 6px;
}
/* 🌿 Start Here + FAQ Section */
.start-here-intro {
  text-align: center;
  margin: 40px auto 30px;
  max-width: 900px;
}

.start-here-intro .intro-line {
  font-size: 20px;
  color: #333;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1.5;
}

.start-here-intro .faq-heading {
  font-size: 26px;
  font-weight: 700;
  color: #061544;
  border-bottom: 3px solid #ffc062;
  display: inline-block;
  padding-bottom: 6px;
}
/* 🌿 Start Here + FAQ Section */
.start-here-intro {
  text-align: center;
  margin: 40px auto 30px;
  max-width: 900px;
}

.start-here-intro .intro-line {
  font-size: 20px;
  color: #333;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1.5;
}

.start-here-intro .faq-heading {
  font-size: 26px;
  font-weight: 700;
  color: #061544;
  border-bottom: 3px solid #ffc062;
  display: inline-block;
  padding-bottom: 6px;
}
/* 🌿 Container for all first tab courses */
section.starter-courses {
  text-align: center;
  padding: 0px 0;
}

section.starter-courses h2 {
  font-size: 32px;
  font-weight: 700;
  color: #061544;
  margin-bottom: 15px;
}


/* 🌟 Starter Courses Section */
.starter-courses {

  margin: 0 auto;
  padding: 40px 20px;
  text-align: center;
}

.starter-courses h2 {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 10px;
  color: #222;
}

.starter-courses .starter-subtext {
  font-size: 18px;
  color: #555;
  margin-bottom: 35px;
}

/* Layout for 3 cards per row */
/* 🌟 Starter Courses Section */
.starter-courses {
  margin: 0 auto;
  padding: 40px 0px;
  text-align: center;
}

.starter-courses h2 {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 10px;
  color: #222;
}

.starter-subtext {
  font-size: 18px;
  color: #555;
  margin-bottom: 35px;
}

/* 3 cards per row */
.course-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top:30px;
}

.firstTabCourse1,
.firstTabCourse2,
.firstTabCourse3,
.firstTabCourse4,
.firstTabCourse5,
.firstTabCourse6 {
  flex: 1 1 calc(33.33% - 25px);
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.firstTabCourse1:hover,
.firstTabCourse2:hover,
.firstTabCourse3:hover,
.firstTabCourse4:hover,
.firstTabCourse5:hover,
.firstTabCourse6:hover {
  transform: translateY(-5px);
}

/* Video container */
.video-wrapper {
  position: relative;
  width: 100%;
  height: 230px;
  overflow: hidden;
  border-radius: 12px 12px 0 0;
}

.course-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}

/* Play button overlay */
.video-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.play-btn {
  width: 65px;
  height: 65px;
  cursor: pointer;
  opacity: 0.9;
  transition: transform 0.3s ease;
}

.play-btn:hover {
  transform: scale(1.1);
}

/* Card content */
.new-course-card-content {
  padding: 20px;
  text-align: left;
}

.new-course-card-content h3 {
  font-size: 20px;
  color: #1b1b1b;
  font-weight: 700;
  margin-bottom: 10px;
}

.new-course-card-content p {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
}
.watchcoursetlr {
  background: #fff;
  border: 0px solid #4269e2;
  border-radius: 14px 0 0 1px;
  padding: 6px 10px 4px;
  position: absolute;
  right: 0;
  box-shadow: -2px 2px 4px #1d103f;
  top: 10%;
  transform: translateY(-50%);
  border-right: 2px solid #fff;
}
.watchcoursetlr h3 {
  font-size: 14px;
  margin: 0;
  font-weight: 500;
}
/* Responsive */
@media (max-width: 992px) {
  .firstTabCourse1,
  .firstTabCourse2,
  .firstTabCourse3,
  .firstTabCourse4,
  .firstTabCourse5,
  .firstTabCourse6 {
    flex: 1 1 calc(50% - 20px);
  }
}

@media (max-width: 768px) {
  .firstTabCourse1,
  .firstTabCourse2,
  .firstTabCourse3,
  .firstTabCourse4,
  .firstTabCourse5,
  .firstTabCourse6 {
    flex: 1 1 100%;
  }

  .video-wrapper {
    height: 200px;
  }
  .searchwrap input.searchtext {
    margin: 0;
  } 
  .dropdown {
    width: 100% !important;
  }
  .Course_tagList.mt-5 {
    padding: 0px 0px !important;
    margin-top: 17px !important;
  }
}
/* ✅ Starter Courses Layout */
.starter-courses {
  margin: 0 auto;
  padding: 50px 20px;
  text-align: center;
}

.starter-courses h2 {
  font-size: 2rem;
  margin-bottom: 10px;
  font-weight: 600;
}

.starter-subtext {
  font-size: 1rem;
  color: #555;
  margin-bottom: 40px;
}
.firstTabCourse1.newCourseCard .footer-items .explorebtn, .firstTabCourse2.newCourseCard .footer-items .explorebtn, .firstTabCourse3.newCourseCard .footer-items .explorebtn, .firstTabCourse4.newCourseCard .footer-items .explorebtn, .firstTabCourse5.newCourseCard .footer-items .explorebtn, .firstTabCourse6.newCourseCard .footer-items .explorebtn{
  display: block !important;
  position: unset !important;
  text-align: center !important;
}
/* 🌟 Testimonial Section */
.testimonial-section {
  margin: 0 auto;
}

.testimonial-heading {
  font-size: 2.2rem;
  font-weight: 700;
  color: #1e1e1e;
  text-align: left;
  margin-bottom: 40px;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
}

.testimonial-card {
  border-radius: 14px;
  padding: 30px;
  background: #f9f9f9;
  border: 2px solid transparent;
  position: relative;
}

.testimonial-blue {
  background: #e9f5ff;
  border-color: #c6e4ff;
}

.testimonial-green {
  background: #eef9e9;
  border-color: #cceac2;
}

.testimonial-purple {
  background: #efe9ff;
  border-color: #d8ccff;
}

.quote-mark {
  font-size: 80px;
  color: #c3c3c3;
  position: absolute;
  top: 10px;
  left: 20px;
  font-family: Georgia, serif;
  line-height: 0.8;
}

.testimonial-text {
  font-size: 1.05rem;
  line-height: 1.6;
  color: #333;
  margin-top: 40px;
  margin-bottom: 30px;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 10px;
}

.testimonial-author img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
}

.testimonial-author strong {
  font-weight: 700;
  color: #1e1e1e;
}

.testimonial-author span {
  font-size: 0.9rem;
  color: #666;
}
.start_here_section .newCourseCard:nth-child(3n) {
  margin-right: 0;
}
.newCourseCard .new-course-card-content p.subtext{
  font-size: 13px !important;
  padding: 10px 0;
}
.life_Static_poup_{
  align-items: center;
  background: rgba(0, 0, 0, .5);
  display: flex;
  height: 100vh;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 9999999;
}
.starter-courses .newCourseCard .new-course-card-content {
  min-height: 329px;
}

.flexone.option_course.tab1 {
  width: 16%;
}
.flexone.option_course.tab3 {
  width: 22%;
}
.flexone.option_course.tab2 {
  width: 30%;
}
.flexone.option_course.tab4 {
  width: 32%;
}
.start_here_section .newCourseCard .container {
  flex-direction: column;
  border:0;
  height: 100%;
  justify-content: space-between;
}
.start_here_section .newCourseCard .footer-items{
  width: 100%;
  border-top:1px solid #e0e0e0;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .testimonial-heading {
    text-align: center;
  }

  .testimonial-grid {
    grid-template-columns: 1fr;
  }
  .faq-section {
    padding: 20px 10px !important;
  }
  .start_here_section .newCourseCard {
    margin-bottom: 20px !important;
  }
  .newCourseCard .new-course-card-content .title {
    font-size: 20px !important;
    line-height: 1.3 !important;
  }
  .faq-question {
    font-size: 17px !important;
  }
  .newCourseCard {
    margin-right: 0px !important;
    width: 100% !important;
    flex: 0 0 100% !important;
  }

  .course-row {
    flex-direction: column;
  }

  .course-card-wrapper {
    flex: 0 0 100% !important;
    margin-right: 0 !important;
    margin-bottom: 20px !important;
  }

  .course-row .course-card-wrapper:last-child {
    margin-bottom: 0 !important;
  }

  .course-row .course-card-wrapper:nth-child(3n) {
    margin-right: 0 !important;
  }

  .course-card-wrapper.empty-slot {
    display: none;
  }

  .course-row .newCourseCard {
    width: 100% !important;
    margin-right: 0 !important;
  }

  .section-title-heading {
    font-size: 24px !important;
    margin-bottom: 20px !important;
  }

  .course-section-wrapper {
    margin-bottom: 30px;
  }

  .selct_courses.option_Sel_ch.new_option_course .flexone.option_course {
    width: 100% !important;

  }
  /* ---------- Section header container ---------- */
  .course-section {
    margin-bottom: 40px;
  }

  /* ---------- Title wrapper behavior ---------- */
  .course-section .section-title {
    display: inline-block;
    font-size: 20px;          /* reduce size */
    font-weight: 600;
    margin: 0 24px 16px 0;    /* spacing between titles */
    white-space: nowrap;     /* 🔥 prevent wrapping */
    vertical-align: middle;
  }


  /* Section wrapper */
  .course-section {
    margin-bottom: 48px;
  }

  /* Grid - ONLY for Choose by Developmental Area tab (#option1) */
  #option1 .course-grid,
  #option1 .searchwrapper .course-grid,
  #option1 .coursecardwrapper .course-grid,
  #option1 .searchwrapper.coursecardwrapper .course-grid,
  #option1 #courseContainer .course-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    row-gap: 30px !important; /* Explicit row spacing between rows - increased for better separation */
    column-gap: 24px !important; /* Explicit column spacing between cards */
    justify-items: start !important; /* Align items to left (important for single course in last row) */
    align-items: start !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  /* Ensure course cards in grid maintain their proper width (use grid sizing, not fixed width) - ONLY for #option1 */
  #option1 .course-grid .newCourseCard,
  #option1 .searchwrapper .course-grid .newCourseCard,
  #option1 .coursecardwrapper .course-grid .newCourseCard,
  #option1 .searchwrapper.coursecardwrapper .course-grid .newCourseCard,
  #option1 #courseContainer .course-grid .newCourseCard {
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    flex: none !important;
    max-width: 100% !important;
    justify-self: start !important;
    align-self: start !important;
  }

  /* Course Section Wrapper - Each section (Recommended/Related) has its own wrapper */
  #option1 .course-section-wrapper {
    width: 100% !important;
    margin-bottom: 40px !important;
  }

  #option1 .course-section-wrapper:last-child {
    margin-bottom: 0 !important;
  }

  /* Section title styling - positioned above each section's grid */
  #option1 .course-section-wrapper > h4.section-title.normal-heading,
  #option1 .course-section-wrapper > .section-title.normal-heading {
    margin-bottom: 20px !important;
    margin-top: 0 !important;
  }

  /* Titles - ONLY for #option1 - Standard heading size, no wrap - Changed to h4 */
  #option1 .section-title,
  #option1 .section-title.normal-heading,
  #option1 .normal-heading,
  #option1 h4.section-title.normal-heading,
  #option1 h4.normal-heading,
  #option1 h2.section-title.normal-heading,
  #option1 h2.normal-heading,
  #option1 .course-section-wrapper .section-title.normal-heading,
  #option1 .course-section-wrapper h4.section-title.normal-heading,
  #option1 .course-section-wrapper h2.section-title.normal-heading,
  #option1 .course-section-wrapper .normal-heading,
  #option1 .course-section-wrapper h4,
  #option1 .course-section-wrapper h2,
  #option1 .section-titles .section-title,
  #option1 .section-titles h4,
  #option1 .section-titles h2,
  #option1 .section-titles .section-title.normal-heading,
  #option1 .section-titles h4.section-title,
  #option1 .section-titles h4.normal-heading,
  #option1 #courseContainer .section-title.normal-heading,
  #option1 #courseContainer h4.normal-heading,
  #option1 #courseContainer h2.normal-heading,
  #option1 .searchwrapper h4.section-title.normal-heading,
  #option1 .searchwrapper h2.section-title.normal-heading,
  #option1 .coursecardwrapper h4.section-title.normal-heading,
  #option1 .coursecardwrapper h2.section-title.normal-heading,
  #option1 .searchwrapper.coursecardwrapper h4.section-title.normal-heading,
  #option1 .searchwrapper.coursecardwrapper h2.section-title.normal-heading,
  #option1 .searchwrapper.coursecardwrapper .section-title.normal-heading,
  #option1 .searchwrapper.coursecardwrapper .course-section-wrapper h4,
  #option1 .searchwrapper.coursecardwrapper .course-section-wrapper h2,
  #option1 .searchwrapper.coursecardwrapper .section-titles h4,
  #option1 .searchwrapper.coursecardwrapper .section-titles h2 {
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #061544 !important;
    margin: 0 !important;
    font-family: "Poppins", sans-serif !important;
    line-height: 1.4 !important;
    white-space: nowrap !important;
  }

  /* Override display for titles inside section-titles flex container */
  #option1 .section-titles h4,
  #option1 .section-titles .section-title {
    display: block !important;
  }

  */
  .section-subtext{
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #828282 !important;
    font-family: 'Poppins';
    margin: 11px;
    text-align: center;
  }
  .selected-headingtext{
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center !important;
  }
  /* ============================
  SHIMMER LOADER
  ============================ */

  .shimmer-wrapper {
    width: 100%;
    display: none; /* Hidden by default, shown via JS */
    justify-content: center;
    align-items: center;
  }

  .shimmer-wrapper .course-grid {
    width: 100%;
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 24px !important;
    row-gap: 30px !important;
    column-gap: 24px !important;
  }
}

/* ============================================
COMPREHENSIVE MOBILE RESPONSIVE STYLES
============================================ */

/* Mobile Devices (up to 768px) */
@media only screen and (max-width: 768px) {
  /* Header Section */
  .header-sel {
    padding: 60px 20px 40px 20px !important;
    margin-bottom: 30px !important;
  }

  .header-sel h1 {
    font-size: 28px !important;
    line-height: 1.3 !important;
  }

  .header-sel p {
    font-size: 16px !important;
    margin: 10px 0 20px !important;
  }

  /* Container Padding */
  .CourseLibrary_container {
    padding-left: 8px !important;
    padding-right: 8px !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow-x: hidden !important;
  }

  /* Course Container Padding */
  .searchwrapper.coursecardwrapper,
  #courseContainer {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  /* Title Section */
  .coursetirle {
    padding: 0 10px !important;
    margin-bottom: 30px !important;
  }

  .coursetirle h2 {
    font-size: 24px !important;
    line-height: 1.3 !important;
  }

  .coursetirle p {
    font-size: 14px !important;
    margin: 10px 0 20px !important;
  }

  /* Tabs Navigation */
  .selct_courses.option_Sel_ch.new_option_course {
    flex-direction: column !important;
    border-radius: 10px !important;
  }

  .selct_courses.option_Sel_ch.new_option_course .flexone.option_course {
    width: 100% !important;
    border-right: none !important;
    border-bottom: 2px solid #fff;
    border-radius: 0 !important;
  }

  .selct_courses.option_Sel_ch.new_option_course .flexone.option_course:first-child {
    border-radius: 10px 10px 0 0 !important;
  }

  .selct_courses.option_Sel_ch.new_option_course .flexone.option_course:last-child {
    border-radius: 0 0 10px 10px !important;
    border-bottom: none !important;
  }

  .selct_courses.option_Sel_ch.new_option_course .flexone.option_course label.taglabel {
    font-size: 16px !important;
    padding: 12px !important;
  }

  /* Course Grid - Mobile: 1 column */
  #option1 .course-grid,
  #option1 .searchwrapper .course-grid,
  #option1 .coursecardwrapper .course-grid,
  #option1 .searchwrapper.coursecardwrapper .course-grid,
  #option1 #courseContainer .course-grid,
  .course-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 20px !important;
    row-gap: 20px !important;
    column-gap: 0 !important;
  }

  /* Shimmer Grid - Mobile: 1 column */
  .shimmer-wrapper .course-grid {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }

  .shimmer-card {
    height: 400px !important;
  }

  /* Course Cards */
  .newCourseCard {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 20px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    flex: 0 0 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .newCourseCard .container {
    flex-direction: column !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  .newCourseCard .container img {
    width: 100% !important;
    max-width: 100% !important;
    height: 200px !important;
    display: block !important;
    object-fit: cover !important;
    border-radius: 30px 30px 0 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .newCourseCard .new-course-card-content {
    padding: 15px 18px !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow: visible !important;
    min-height:auto;
  }
  .CourseLibrary_container .course_filter_lib .dropdown p{
    padding-right:0 !important;
  }
  .newCourseCard .new-course-card-content .title {
    font-size: 20px !important;
    line-height: 1.3 !important;
    margin: 5px 0 5px  !important;
    min-height: 5px  !important;
  }

  /* Icon Alignment - Dimension and Skills */
  .newCourseCard .new-course-card-content .d-flex.skils_dimName {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 8px !important;
  }

  .newCourseCard .new-course-card-content .dimension-div {
    display: flex !important;
    align-items: center !important;
    gap: 5px !important;
    margin-right: 0 !important;
    margin-bottom: 8px !important;
  }

  .newCourseCard .new-course-card-content .dimension-div img.dimension-img,
  .newCourseCard .new-course-card-content .dimension-div img.skills-img {
    width: 14px !important;
    height: 14px !important;
    flex-shrink: 0 !important;
    object-fit: contain !important;
    vertical-align: middle !important;
  }

  .newCourseCard .new-course-card-content .dimension-div p {
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    line-height: 1.2 !important;
  }

  /* Course Description Icons */
  .newCourseCard .course-description {
    display: flex !important;
    align-items: flex-start !important;
    gap: 8px !important;
    padding:0 !important;
  }

  .newCourseCard .course-description img {
    width: 16px !important;
    height: 16px !important;
    flex-shrink: 0 !important;
    margin-top: 3px !important;
  }

  /* Section Titles */
  #option1 .course-section-wrapper h2,
  #option1 .course-section-wrapper h4,
  .course-section-wrapper h2,
  .course-section-wrapper h4,
  .course-section-wrapper h6 {
    font-size: 22px !important;
    text-align: center !important;
    margin-bottom: 15px !important;
  }

  .course-section-wrapper p {
    font-size: 14px !important;
    margin: 10px 0 !important;
  }

  /* Filter Section */
  .Course_tagList.mt-5 {
    padding: 15px 10px !important;
    margin-top: 20px !important;
  }

  .Course_tagList h4.library_title {
    font-size: 18px !important;
    margin-bottom: 15px !important;
  }

  .Course_tagList p.para {
    font-size: 14px !important;
    margin-bottom: 15px !important;
  }

  /* Dimensions */
  .dimension_relatedtags.mydumreltag .Icon_with_tag {
    flex-direction: column !important;
  }

  .dimension_relatedtags.mydumreltag .Icon_with_tag li {
    width: 100% !important;
    margin-bottom: 10px !important;
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap;
  }

  /* Dimension Tab Icons */
  .dimension_relatedtags.mydumreltag .Icon_with_tag li img {
    width: 30px !important;
    height: 30px !important;
    margin-right: 12px !important;
    flex-shrink: 0 !important;
    object-fit: contain !important;
  }

  .dimension_relatedtags.mydumreltag .Icon_with_tag li .filtetags.dimension {
    display: flex !important;
    align-items: center !important;
    flex: 1 !important;
  }

  /* Course Tag List Icons */
  .Course_tagList span.searchicon {
    position: absolute !important;
    left: 12px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
  }

  .Course_tagList span.searchicon img {
    width: 20px !important;
    height: 20px !important;
  }

  /* Start Here Tab Icons - Bulb Icon */
  .start_here_section .bulbIcon,
  #option0 .bulbIcon {
    width: 16px !important;
    height: 16px !important;
    vertical-align: middle !important;
    margin-right: 6px !important;
    display: inline-block !important;
    flex-shrink: 0 !important;
  }

  .start_here_section .title.courseName .bulbIcon,
  #option0 .title.courseName .bulbIcon {
    width: 18px !important;
    height: 18px !important;
    margin-right: 8px !important;
  }

  .start_here_section .why-course,
  #option0 .why-course {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    flex-wrap: wrap !important;
  }

  .start_here_section .why-course .bulbIcon,
  #option0 .why-course .bulbIcon {
    width: 16px !important;
    height: 16px !important;
    margin-right: 0 !important;
  }

  /* Start Here Tab - Play Button */
  .start_here_section .play-btn,
  #option0 .play-btn {
    width: 50px !important;
    height: 50px !important;
    max-width: 50px !important;
    max-height: 50px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
    display:none !important; 
  }

  .start_here_section .video-overlay,
  #option0 .video-overlay {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  /* Watch Course Trailer Text - Mobile */
  .start_here_section .watchcoursetlr,
  #option0 .watchcoursetlr {
    position: absolute !important;
    right: 0 !important;
    top: 10% !important;
    transform: translateY(-50%) !important;
    background: #fff !important;
    border-radius: 14px 0 0 1px !important;
    padding: 6px 10px 4px !important;
    box-shadow: -2px 2px 4px #1d103f !important;
    border-right: 2px solid #fff !important;
    z-index: 3 !important;
    max-width: 60% !important;
  }

  .start_here_section .watchcoursetlr h3, .newCourseCard .watchcoursetlr h3,
  #option0 .watchcoursetlr h3 {
    font-size: 12px !important;
    margin: 0 !important;
    font-weight: 500 !important;
    white-space: nowrap !important;
    line-height: 1.2 !important;
    color: #061544 !important;
  }

  .start_here_section .video-wrapper,
  #option0 .video-wrapper {
    height: 200px !important;
    position: relative !important;
    overflow: visible !important;
  }

  /* Course Card Modules and Lessons - Mobile */
  .newCourseCard .modulesAndLessons {
    display: flex !important;
    flex-direction: row !important;
    width: 100% !important;
    max-width: 100% !important;
    padding-bottom: 10px !important;
    margin-bottom: 10px !important;
    align-items: center !important;
    justify-content: space-between !important;
    box-sizing: border-box !important;
  }

  .newCourseCard .modulesAndLessons .sub-title {
    font-size: 14px !important;
    margin-bottom: 0 !important;
    font-weight: 500 !important;
    text-align: left !important;
    flex: 0 0 auto !important;
    margin-right: 12px !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
    white-space: nowrap !important;
  }

  .newCourseCard .modulesAndLessons .flexone {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: 4px !important;
    flex: 0 0 auto !important;
    margin-left: auto !important;
    justify-content: flex-end !important;
  }

  .newCourseCard .modulesAndLessons .flexone p {
    font-size: 14px !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #828282 !important;
    letter-spacing: normal !important;
    white-space: nowrap !important;
    font-weight: 400 !important;
  }

  .newCourseCard .modulesAndLessons .flexone p strong {
    font-weight: 600 !important;
    color: #061544 !important;
    letter-spacing: normal !important;
  }

  .newCourseCard .modulesAndLessons .flexone p.mr-1 {
    margin-right: 4px !important;
  }

  .newCourseCard .modulesAndLessons .flexone p.ml-1 {
    margin-left: 0 !important;
  }

  .newCourseCard .modulesAndLessons .flexone p strong {
    font-weight: 600 !important;
    color: #061544 !important;
    letter-spacing: normal !important;
  }

  /* Footer Items - Mobile */
  .newCourseCard .footer-items .modulesAndLessons {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    align-items: flex-start !important;
    gap: 8px !important;
  }

  .newCourseCard .footer-items .modulesAndLessons p {
    font-size: 12px !important;
    margin: 0 !important;
    padding: 0 !important;
    letter-spacing: normal !important;
  }

  /* Skills List */
  .skills_list {
    margin-top: 15px !important;
  }

  /* Dimension Skills Display - Mobile Only */
  /* Hide skills_list by default when it has displayNone */
  .skills_list.displayNone {
    display: none !important;
  }

  /* Mobile: Ensure skills_list appears full width when placed after a dimension li (by JS) */
  ul.Icon_with_tag li + .skills_list {
    width: 100% !important;
    margin-top: 15px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    clear: both !important;
  }

  /* Mobile: Override collapsed/collapse Bootstrap classes when JS sets display:block inline style */
  .skills_list:not(.displayNone) .social_skills[style*="display: block"].collapsed,
  .skills_list:not(.displayNone) .emotional_skills[style*="display: block"].collapse,
  .skills_list:not(.displayNone) .intellectual_skills[style*="display: block"].collapse,
  .skills_list:not(.displayNone) .mindfulness_skills[style*="display: block"].collapse,
  .skills_list:not(.displayNone) .physical_skills[style*="display: block"].collapse {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
  }

  /* Mobile: Ensure ul and li inside visible SkillDropdwn are visible */
  .skills_list:not(.displayNone) .social_skills[style*="display: block"] ul,
  .skills_list:not(.displayNone) .social_skills[style*="display: block"] li,
  .skills_list:not(.displayNone) .emotional_skills[style*="display: block"] ul,
  .skills_list:not(.displayNone) .emotional_skills[style*="display: block"] li,
  .skills_list:not(.displayNone) .intellectual_skills[style*="display: block"] ul,
  .skills_list:not(.displayNone) .intellectual_skills[style*="display: block"] li,
  .skills_list:not(.displayNone) .mindfulness_skills[style*="display: block"] ul,
  .skills_list:not(.displayNone) .mindfulness_skills[style*="display: block"] li,
  .skills_list:not(.displayNone) .physical_skills[style*="display: block"] ul,
  .skills_list:not(.displayNone) .physical_skills[style*="display: block"] li {
    display: block !important;
    visibility: visible !important;
  }

  .all_skill {
    width: 100% !important;
    margin-bottom: 8px !important;
  }

  /* Search and Dropdown */
  .searchwrap {
    flex-direction: column !important;
    gap: 15px !important;
  }

  .searchwrap .searchcontainer,
  .searchwrap .dropdwn {
    width: 100% !important;
  }

  /* Search Icon Alignment */
  .searchcontainer {
    position: relative !important;
  }

  span.searchicon {
    position: absolute !important;
    left: 12px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 1 !important;
  }

  span.searchicon img {
    width: 20px !important;
    height: 20px !important;
    display: block !important;
  }

  .searchtext {
    padding-left: 40px !important;
  }

  /* Dropdown Icon Alignment */
  .dropdown-button {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
  }

  .dropdown-button .icon {
    display: flex !important;
    align-items: center !important;
    margin-left: 8px !important;
    flex-shrink: 0 !important;
  }

  .dropdown-button .icon svg {
    width: 14px !important;
    height: 8px !important;
  }

  /* Challenges Section */
  .challengeslist {
    width: 100% !important;
    min-width: 100% !important;
    margin-bottom: 20px !important;
  }

  .howitwork_hallenges {
    width: 100% !important;
    margin-left: 0 !important;
    margin-top: 20px !important;
  }

  /* Footer Buttons */
  .newCourseCard .footer-items {
    flex-direction: column !important;
    width: 100% !important;
  }

  .newCourseCard .footer-items .explorebtn {
    width: 100% !important;
    margin-bottom: 0px !important;
  }

  .newCourseCard .footer-items .explorebtn a {
    width: 100% !important;
    text-align: center !important;
  }

  /* Start Here Section */
  .start_here_section .newCourseCard {
    margin-bottom: 20px !important;
  }

  /* FAQ Section */
  .faq-section {
    padding: 20px 10px !important;
  }

  .faq-question {
    font-size: 16px !important;
  }

  .faq-answer {
    font-size: 14px !important;
  }
  #option1 #courseContainer .newCourseCard .modulesAndLessons .sub-title {
    font-size: 14px !important;
  }
  .newCourseCard .new-course-card-content {
    padding: 0px 5px !important;
  }
  .newCourseCard .footer-items .explorebtn a:nth-child(2) {
    text-align: left;
  }
  .skills_list:not(.displayNone) .social_skills[style*="display: block"] ul, .skills_list:not(.displayNone) .social_skills[style*="display: block"] li, .skills_list:not(.displayNone) .emotional_skills[style*="display: block"] ul, .skills_list:not(.displayNone) .emotional_skills[style*="display: block"] li, .skills_list:not(.displayNone) .intellectual_skills[style*="display: block"] ul, .skills_list:not(.displayNone) .intellectual_skills[style*="display: block"] li, .skills_list:not(.displayNone) .mindfulness_skills[style*="display: block"] ul, .skills_list:not(.displayNone) .mindfulness_skills[style*="display: block"] li, .skills_list:not(.displayNone) .physical_skills[style*="display: block"] ul, .skills_list:not(.displayNone) .physical_skills[style*="display: block"] li {
    display: inline-block !important;
    visibility: visible !important;
    width: auto !important;
    padding: 5px 10px !important;
  }
  .Course_lib_Taglist .dimension_relatedtags.mydumreltag li .SkillDropdwn {
    position: static !important;
    margin-top: 0 !important;
    padding: 0 !important;
  }
  .SkillDropdwn ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .CourseLibrary_container .Course_lib_Taglist .SkillDropdwn li {
    margin: 4px 4px !important;
    width: auto !important;
  }
  .CourseLibrary_container .newCourseCard .container img.play-btn {
    border-radius: 30px 30px !important;
    height: 40px !important;
    display: none !important;
  }
}

/* Tablet Devices (769px to 1024px) */
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  /* Course Grid - Tablet: 2 columns */
  #option1 .course-grid,
  #option1 .searchwrapper .course-grid,
  #option1 .coursecardwrapper .course-grid,
  #option1 .searchwrapper.coursecardwrapper .course-grid,
  #option1 #courseContainer .course-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px !important;
  }

  /* Shimmer Grid - Tablet: 2 columns */
  .shimmer-wrapper .course-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  /* Container */
  .CourseLibrary_container {
    padding: 0 30px !important;
  }

  /* Header */
  .header-sel {
    padding: 80px 30px 60px 30px !important;
  }

  .header-sel h1 {
    font-size: 36px !important;
  }

  /* Tabs */
  .selct_courses.option_Sel_ch.new_option_course .flexone.option_course label.taglabel {
    font-size: 16px !important;
    padding: 12px 8px !important;
  }
}

/* Small Mobile Devices (up to 480px) */
@media only screen and (max-width: 480px) {
  .header-sel h1 {
    font-size: 24px !important;
  }

  .header-sel p {
    font-size: 14px !important;
  }

  .coursetirle h2 {
    font-size: 20px !important;
  }

  .newCourseCard .new-course-card-content .title {
    font-size: 18px !important;
  }

  .Course_tagList h4.library_title {
    font-size: 16px !important;
  }

  .selct_courses.option_Sel_ch.new_option_course .flexone.option_course label.taglabel {
    font-size: 14px !important;
    padding: 10px !important;
  }
}

/* Responsive - ONLY for #option1 */
@media (max-width: 1024px) {
  #option1 .course-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  #option1 .course-grid {
    grid-template-columns: 1fr;
  }

  #option1 .section-titles {
    flex-wrap: wrap;
  }
}

.dimension_relatedtags.mydumreltag li .SkillDropdwn {
  padding-top: 10px;
  position: absolute !important;
  left: 0;
}
.dimension_relatedtags.mydumreltag .Icon_with_tag li.dimension_na.activeDim {
  border: 0;
  border-radius: 0;
  margin-bottom:110px;
}
.dimension_relatedtags.mydumreltag .Icon_with_tag li.dimension_na.activeDim h3::after {
  transform: rotate(45deg);
}
.newCourseCard .container img.play-btn {
  border-radius: 30px 30px;
  height: 40px;
}
.CourseLibrary_container .dimension_relatedtags.mydumreltag .SkillDropdwn ul {
  padding: 0 !important;
  margin: 0 !important;
}