.banner-slider {
  overflow-x: hidden;
}

.banner-slider .banner-item {
  position: relative;
  /* display: flex; */
  align-items: center;
  /* height: 100vh; */
  color: #fff;
}

.textCol {
  display: flex;
  align-items: start;
  justify-content: start;
}

.textCol-firstbanner {
  align-items: center;
}

.textCol-firstbanner .banner-text-wrapper {
  padding-top: 0px;
}

.action-button .btn {
  border-radius: 80.49px;
  padding: 10px 20px;
  min-width: 200px;
  background-color: #00000000;
}

.btn-white {
  background-color: #00ff85 !important;
  border-radius: 80.49px;
  color: #000;
}

.btn-white-border {
  border-radius: 80.49px;
  border: 1px solid #fff;
  color: #fff;
}

.banner-text-wrapper {
  padding-top: 30%;
}

.banner-text-wrapper h2 {
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
  text-transform: uppercase;
}

.banner-text-wrapper h2 .banner-text-bold {
  font-size: 46px;
  line-height: 48px;
  font-weight: 500;
  display: block;
  text-transform: none;
}

.cta-button-section {
  margin-top: 40px;
  gap: 20px;
}

.banner-slider .banner-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.banner-item {
  background-size: cover;
  background-position: center;
}

.banner-item-one {
  background-image: url(/images/ai-courses-banner.webp);
}

.banner-item-two {
  background-image: url(/images/ai-courses-banner2.webp);
}

.banner-item-three {
  background-image: url(/images/ai-courses-banner3.webp);
}

.banner-item-four {
  background-image: url(/images/ai-courses-banner4.webp);
}

.banner-item-five {
  background-image: url(/images/ai-courses-banner5.webp);
}

.banner-item-six {
  background-image: url(/images/ai-courses-banner6.webp);
}

.banner-item-seven {
  background-image: url(/images/ai-courses-banner7.webp);
}

.banner-item-eight {
  background-image: url(/images/ai-courses-banner8.webp);
}

.banner-item-nine {
  background-image: url(/images/maturity-check-banner.webp);
}

.banner-item-ten {
  background-image: url(/images/ai-courses-banner9.webp);
}

.desktop {
  display: flex;
}

.mobile {
  display: none;
}

.banner-highlight {
  width: 100%;
}

.highlight-sm {
  width: 70%;
  padding: 3%;
  max-height: 575px;
}

.hightlight-sm-four {
  width: 80%;
  padding: 3%;
  max-height: 678px;
}

.highlight-skills {
  width: 60%;
  max-height: 100%;
}

.highlight-first-banner {
  width: 100%;
  padding: 3%;
}

.banner-content-row {
  position: absolute;
  bottom: 0;
  left: 16px;
  height: 180px;
  width: 100%;
  z-index: -1;
  backdrop-filter: blur(12px);
  background: linear-gradient(135.29deg,
      rgba(18, 106, 75, 0.312) 23.98%,
      rgba(36, 128, 95, 0.2418) 60.79%);
  -webkit-backdrop-filter: blur(12px);
  padding: 30px 0;
}

.banner-content-row h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.banner-content-row p {
  font-size: 15px;
  margin-bottom: 0;
  color: #fff;
  line-height: 18px;
}

.banner-slider .banner-content {
  position: relative;
  z-index: 2;
  min-height: 730px;
  max-height: 730px;
}

.banner-slider .banner-text {
  padding-left: 100px;
}

.banner-slider .banner-image img,
.banner-slider .banner-video video {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.navigation-buttons {
  background: #033020;
  display: flex;
  justify-content: space-between;
}

.navigation-buttons button {
  background: #033020;
  color: #fff;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
}

.navigation-buttons button:focus {
  border: none;
  outline: none;
}

.navigation-buttons button.active {
  background: linear-gradient(360deg,
      #00ff79 -44.19%,
      rgba(115, 115, 115, 0) 177.91%);
}

.nav-controller {
  display: none;
}

.highlight-maturity {
  width: 80%;
}

.transform-highlight {
  padding: 20px;
  width: 53%;
}

.banner-highlight-coaching {
  width: 78%;
}

.banner-highlight-subscription {
  width: 74%;
}

.ebook-parent {
  position: relative;
}

.banner-highlight-two {
  width: 76% !important;
  position: absolute !important;
  right: 15px !important;
  top: 52px !important;
  z-index: 10;
}

/* Webinar  */

.webinar-box {
  border: 3px solid #037E40;
  border-radius: 25px;
  padding: 70px 40px 55px 40px;
}

.webinar-box-mini {
  border: 3px solid #037E40;
  border-radius: 30px;
}

.webinar-box-mini .expert-image-webinar {
  border-radius: 30px;
}

.mb-20 {
  margin-bottom: 20px;
}

.webinar-highlights {
  padding: 33px;
  border: 3px solid #00FF558C;
  border-radius: 10px;
  background: linear-gradient(90deg, rgba(0, 238, 124, 0.6) 0%, rgba(2, 19, 11, 0.6) 100%);
  backdrop-filter: blur(27.384891510009766px);
  width: 85%;
}

.webinar-content-section {
  width: 90%;
}

.webinar-session {
  padding: 15px;
  border-radius: 10px;
  background: linear-gradient(90deg, rgba(0, 238, 124, 0.6) 0%, rgba(2, 19, 11, 0.6) 100%);
  backdrop-filter: blur(27.384891510009766px);
  width: 70%;
}

.text-white p {
  color: #FFFFFF;
}

.webinar-desc {
  font-family: Mori Gothic;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 10px;
}

.webinar-upcoming {
  font-size: 20px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
}

.recent-webinar {
  background-image: url(/images/webinar-block-1.webp);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  min-height: 465px;
}

.webinar-mini-past-session {
  background-image: url(/images/webinar-block-2.webp);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.webinar-mini-cta-box {
  background-image: url(/images/webinar-block-3.webp);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.webinar-lets-talk {
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 400;
  line-height: 30.8px;
  text-align: left;
}

.seperator-line {
  border: 1px solid #339D69;
  margin-bottom: 20px;
  width: 80%;
}

.webinar-mini-text {
  font-size: 13px;
  margin-bottom: 0;
  line-height: 20px;
}

.webinar-mini-title {
  font-size: 20px;
}

.countdown-timer,
.countdown-titles {
  display: flex;
  gap: 20px;
}

.countdown-timer p {
  border: 1.3px solid #FFFFFF;
  padding: 13px;
  border-radius: 13px;
  color: #00FF79;
  line-height: 1;
  font-size: 48px;
  font-weight: 400;
  margin-bottom: 0;
}

.countdown-titles p {
  font-size: 20px;
  text-align: center;
  color: #fff;
  padding: 0 12px;
  margin-bottom: 0;
  min-width: 80px;
}

.webinar-site-logo img {
  width: 120px;
}

.webinar-mini-cta .newcategory-viewall {
  font-size: 10px;
  margin-bottom: 0;
  padding: 5px 28px;
}

.webinar-slider-heading {
  margin-top: 90px;
}

.webinar-img-section {
  position: absolute;
  width: 38%;
  bottom: 0px;
  right: 15px;
}

.webinar-slider-heading .newcategory-viewall {
  margin: 0;
}

.webinar-img-section-mini {
  right: 6%;
  width: 45%;
}

.webinar-item {
  margin: 0 10px;
}

.hideWeb {
  display: none;
}

/* Blog Section */

.blog-item {
  margin: 0 5px;
}

.blog-item-container {
  background-color: #fff;
  padding: 10px;
  border-radius: 13px;
  min-height: 280px;
}

.blog-item-container .blog-image {
  min-height: 150px;
  object-fit: contain;
  border-radius: 8px;
}

.blog-content-container {
  margin-top: 10px;
  margin-bottom: 10px;
}

.blog-content-container p {
  font-family: Mori Gothic;
  font-size: 10.48px;
  font-weight: 400;
  line-height: 23.59px;
  color: #575757;
  margin-bottom: 0;
}

.blog-title-container {
  margin: 0;
}

.blog-title-container h3 {
  font-family: Mori Gothic;
  font-size: 14px;
  font-weight: 400;
  line-height: 23.59px;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Popular Courses */

.popular-courses-body nav {
  background-color: #fff;
  border-radius: 90px;
  padding: 5px;
  display: inline-block;
}

.popular-courses-body .inline-tabs ul {
  justify-content: start;
}

.popular-courses-body .inline-tabs ul li {
  margin: 0;
}

.popular-courses-body .inline-tabs ul li a {
  padding: 10px 20px;
  font-family: Mori Gothic;
  font-size: 12px;
  font-weight: 400;
  line-height: 23.52px;
  border: none;
  color: #000;
}

.popular-courses-body .inline-tabs ul li a.is-active {
  border: none;
  color: #fff;
  background-color: #00422A;
  border-radius: 60px;
}

.popular-courses-body .inline-content .slider {
  padding: 0;
}

.slick-track {  
  margin-left: 0 !important;
}
.snakeline-hover{
  display: -webkit-box;
  max-width: 215px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


@media (max-width: 1350px) {
  .navigation-buttons {
    display: flex;
    overflow: scroll;
  }

  .ngb {
    text-wrap: nowrap;
  }
}

@media (max-width: 1500px) {
  .banner-highlight-two {
    width: 94% !important;
  }

  .banner-slider .banner-content {
    min-height: 674px;
    max-height: 674px;
  }

  .transform-highlight {
    padding: 20px;
    width: 67%;
  }

  .banner-highlight-coaching {
    width: 100% !important;
  }

  .banner-highlight-subscription {
    width: 95% !important;
  }

  .highlight-skills {
    width: 80% !important;
    max-height: 100% !important;
  }

  .highlight-maturity {
    width: 90% !important;
  }

  .ebook-parent {
    position: relative;
  }

  .banner-highlight-two {
    width: 84% !important;
    position: absolute !important;
    right: 15px !important;
    top: 52px !important;
    z-index: 10;
  }
}

/* New category slider css */

.newcategory-section {
  width: 90%;
  margin: auto;
  box-sizing: border-box;
}

.myhead-cat {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 90%;
}

.cat-desc {
  flex-wrap: wrap;
  color: white;
  font-family: Mori Gothic;
  font-size: 38px;
  font-weight: 400;
  line-height: 55px;
}

.cat-desc .newcategory-viewall {
  margin-top: 10px;
  margin-bottom: 30px;
}

.popular-courses-desc{
  line-height: 40px;
}
.newcategory-mainDiv {
  display: flex;
  flex-direction: column;
  background-image: url("/images/section_bg.webp");
  background-position: center;
  background-size: cover;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 60px 39px;
  border-radius: 20px;
}

.newcategory-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 20px;
}

.newcategory-heading {
  font-family: "Mori Gothic";
  font-size: 24px;
  font-weight: 400;
  line-height: 38.62px;
  color: white;
}

.newcategory-viewall {
  background: #00ff85;
  color: rgb(0, 0, 0);
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 31px;
  margin-bottom: 22px;
  margin-top: 5px;
}

.cat-para {
  font-family: "Mori Gothic";
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: white;
  width: 75%;
}

.newcategory-slider {
  padding: 0;
}

.newcategory-slider .slick-arrow.slick-prev,
.slick-arrow.prev-slide {
  left: -50px;
  color: white;
}

.newcategory-slider .slick-arrow.slick-next,
.slick-arrow.next-slide {
  right: -50px;
  color: white;
  border-color: white;
}

.newcategory-slider .slick-prev,
.newcategory-slider .slick-next {
  color: white;
  /* Change arrow color to white */
  border-color: white;
}

.newcategory-slider .slick-prev:before,
.newcategory-slider .slick-next:before {
  color: white;
  /* Ensure the pseudo-elements also have white color */
  border-color: white;
}

.newcategory-slider .slick-dots {
  position: relative;
  bottom: -25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.newcategory-slider .slick-dots li button:before {
  line-height: 43px;
}

.newcategory-slider .slick-dots li button {
  height: 1px;
}

.newcategory-slider .slick-dots li {
  width: 20px;
  height: 5px;
  margin: 0;
}

.newcategory-slider .slick-dots li button {
  background-color: #012d17;
  border: none;
  height: 100%;
  width: 100%;
  border-radius: 0px;
  transition: background-color 0.3s ease;
  padding: 0px !important;
}

/* Customize active dot */
.newcategory-slider .slick-dots li.slick-active button {
  background-color: #00ff85;
}

.home-slider {
  padding: 50px 5px;
}

.home-slider .slick-arrow.slick-prev,
.slick-arrow.prev-slide {
  left: -50px;
  color: white;
}

.home-slider .slick-arrow.slick-next,
.slick-arrow.next-slide {
  right: -50px;
  color: white;
  border-color: white;
}

.home-slider .slick-prev,
.home-slider .slick-next {
  color: white;
  /* Change arrow color to white */
  border-color: white;
}

.home-slider .slick-prev:before,
.home-slider .slick-next:before {
  color: white;
  /* Ensure the pseudo-elements also have white color */
  border-color: white;
}

.home-slider .slick-dots {
  position: relative;
  bottom: -25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-slider .slick-dots li button:before {
  line-height: 43px;
}

.home-slider .slick-dots li button {
  height: 1px;
}

.home-slider .slick-dots li {
  width: 20px;
  height: 5px;
  margin: 0;
}

.home-slider .slick-dots li button {
  background-color: #012d17;
  border: none;
  height: 100%;
  width: 100%;
  border-radius: 0px;
  transition: background-color 0.3s ease;
  padding: 0px !important;
}

/* Customize active dot */
.home-slider .slick-dots li.slick-active button {
  background-color: #00ff85;
}

.courseItem-1 {
  display: flex;
  flex-direction: column;
  color: white;
  padding: 27px;
  height: 341px;
}

.categoryitem-1 {
  display: flex;
  flex-direction: column;
  color: white;
  padding: 20px;
  height: 341px;
}

.newslider-1 {
  background-image: url("/images/cat-slider-2.webp");
  background-size: contain;
  background-repeat: no-repeat;
}

.top-down-card-des {
  display: flex;
  flex-direction: column;
  padding-top: 120px;
}

.newcategory-slider .slick-next:before {
  color: rgb(255, 255, 255) !important;
}

.home-slider .slick-next:before {
  color: rgb(255, 255, 255) !important;
}

.category-label-top {
  display: flex;
  justify-content: end;
  align-items: end;
}

.color-featured-category {
  background: #00ff55;
  color: black;
  width: 60px;
  border-radius: 31px;
}

.featured-category-label {
  font-family: Mori Gothic;
  font-size: 9.7px;
  font-weight: 400;
  line-height: 15.53px;
  text-align: center;
  margin: 0;
  padding: 0;
}

.cat-item {
  height: 340px;
  margin: 0px 20px;
}

.course-item {
  width: 100%;
  min-height: 200px;
}

.expert-item {
  width: 100%;
}

.small-cat-images {
  width: 33px;
  height: 33px;
  border-radius: 5px;
  border: 1px solid #00ff55;
  display: flex;
  align-items: center;
  justify-content: center;
}

.para-cat {
  font-family: Mori Gothic;
  font-size: 14px;
  font-weight: 400;
  line-height: 22.63px;
  color: white;
  margin: 0;
  padding: 0;
}

.para-gap-cat {
  gap: 20px;
}

.button-gap-cat {
  gap: 10px;
}

.courses-cat {
  background: #ffffff;
  border-radius: 100px;
  color: black;
  font-family: Mori Gothic;
  font-size: 9px;
  font-weight: 400;
  line-height: 15.24px;
  border: none;
  padding: 10px;
  text-align: center;
}

.expert-cat {
  background: #000000;
  border-radius: 100px;
  color: white;
  font-family: Mori Gothic;
  font-size: 9px;
  font-weight: 400;
  line-height: 15.24px;
  border: 1px solid white;
  padding: 10px;
  text-align: center;
}

.category-description-below {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  /* Align items to the left */
  justify-content: flex-end;
  min-height: 170px;
}

.small-cat-images {
  align-self: flex-start;
  /* Ensure the image itself is aligned to the left */
}

.cat-ai {
  font-family: Mori Gothic;
  font-size: 18px;
  font-weight: 400;
  line-height: 22.63px;
  color: white;
  min-height: 45px;
  margin: 0px;
  display: -webkit-box;
  max-width: 200px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.courses-cat,
.expert-cat {
  white-space: nowrap;
}

.btn-white:hover {
  color: black;
}

.course-popup {
  position: absolute;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.8);
  /* Dark transparent background */
  border-radius: 10px;
  transition: opacity 0.3s ease;
  opacity: 1;
  overflow: hidden;
}

.course-popup-img {
  width: 100%;
  height: 215px;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}

.course-popup-content {
  text-align: center;
  color: #fff;
}

.course-popup-content .close {
  position: absolute;
  right: 0;
  color: #000;
  display: none;
}

.expert-popup-content .close {
  position: absolute;
  right: 0;
  top: 0;
  display: none;
  color: #fff;
}

.course-popup-details {
  padding: 20px;
  background: linear-gradient(180deg, #000000 53.94%, #054726 100%);
}

.course-popup-bg {
  background: linear-gradient(135deg, #000, #0c1e36);
  /* Gradient background */
  border-radius: 10px;
}

.course-popup-play-btn {
  margin-bottom: 15px;
}

.course-popup-title {
  font-size: 18px;
  margin-bottom: 0px;
  font-family: "Mori Gothic";
  font-weight: 400;
  line-height: 22.63px;
  text-align: left;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.course-popup-teacher {
  font-size: 1rem;
  color: #ccc;
}

.course-popup-price {
  font-family: "Mori Gothic";
  font-size: 26px;
  font-weight: 400;
  line-height: 22.63px;
  text-align: right;
  color: #fff;
}

.freePrice {
  font-family: "Mori Gothic";
  font-size: 16px;
  font-weight: 400;
  text-align: right;
  color: #00ff85;
  margin-top: 10px;
}

.flex-row {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}

.course-popup-enroll-btn {
  font-family: "Mori Gothic";
  font-size: 11px;
  font-weight: 400;
  padding: 10px;
  gap: 0px;
  border-radius: 30px;
  color: #000;
  opacity: 1;
  text-transform: uppercase;
  background-color: #00ff85;
  display: inline-block;
}

.position-relative {
  position: relative !important;
}

.teacher-img {
  width: 46px;
  height: 46px;
  border-radius: 10px;
  object-fit: cover;
}

.teacher-name {
  font-family: "Mori Gothic";
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  color: #fff;
  margin: 0 0 5px 0;
  line-height: 1;
}

.lecture-time {
  font-family: Mori Gothic;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
  color: #fff;
  margin: 0;
}

.teacher-details {
  display: flex;
  align-items: center;
  gap: 10px;
}

.teacher-container {}

.course-item-img {
  width: 310px;
  height: 100%;
  object-fit: contain;
  border-radius: 10px;
}

.expert-item-img {
  width: 200px;
  height: 100%;
  object-fit: contain;
  border-radius: 10px;
}

.expert-popup {
  position: absolute;
  z-index: 100;
  background: linear-gradient(180deg, #000000 53.94%, #054726 100%);
  border-radius: 10px;
  transition: opacity 0.3s ease;
  opacity: 1;
  overflow: hidden;
}

.expert-popup-img {
  width: 200px;
  height: 100%;
  object-fit: contain;
  border-radius: 10px;
}

.expert-popup-content {
  text-align: center;
  color: #fff;
}

.expert-popup-details {
  padding: 20px;
  background: linear-gradient(180deg, #000000 53.94%, #054726 100%);
}

.expert-popup-bg {
  background: linear-gradient(180deg, #000000 53.94%, #054726 100%);
  border-radius: 10px;
}

.expert-popup-div {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: center;
}

.expert-popup-title {
  font-size: 16px;
  margin-bottom: 0px;
  font-family: "Mori Gothic";
  font-weight: 400;
  text-align: left;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 40px;
}

.expert-details {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
}

.expert-name-container {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
  border-bottom: 0.75px solid #5f5a5a;
}

.expert-popup-enroll-btn {
  font-family: "Mori Gothic";
  font-size: 11px;
  font-weight: 400;
  padding: 10px 20px;
  gap: 0px;
  border-radius: 30px;
  color: #000;
  opacity: 1;
  text-transform: uppercase;
  background-color: #00ff85;
  display: inline-block;
}

.expert-popup-contact-btn {
  font-family: "Mori Gothic";
  font-size: 11px;
  font-weight: 400;
  padding: 10px;
  gap: 0px;
  border-radius: 30px;
  color: #054726;
  opacity: 1;
  text-transform: uppercase;
  background-color: #fff;
  display: inline-block;
}

.expert-popup-btns {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.expertise-popup {
  text-align: left;
  color: #fff;
  font-family: "Mori Gothic";
}

.expert-popup-country {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  margin: 0;
  text-align: right;
  padding: 0;
}

.expert-expertise {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin: 0;
  text-align: left;
}

.expert-popup {
  width: 285px;
}

.expert-name-board {
  /* Add the blur effect */
  bottom: 3px;
  left: 11px;
  width: 90%;
  padding: 5px;
  border-radius: 10px;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.expert-name {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  margin: 2px;
  padding: 2px;
  text-align: left;
  line-height: 1;
}

.ellipsis-1 {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.effect2 {
  position: absolute;
  backdrop-filter: blur(47px);
  background: #00000033;
}

.effect2:before,
.effect2:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.effect2:after {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

.expert-country-board {
  border-radius: 10px;
  position: absolute;
  backdrop-filter: blur(47px);
  background: #00000033;
  top: 5px;
  padding: 0 5px;
  left: 15px;
  margin: 0;
}

.expert-country-board p {
  font-family: Mori Gothic;
  font-size: 9.72px;
  font-weight: 400;
  line-height: 10.8px;
  padding: 5px;
  margin: 0;
}

.workshop-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  background: #00ff9421;
  border-radius: 10px;
  border: 2px solid #00ff94;
}

.workshop-img {
  height: 365px;
  object-fit: contain;
  border-radius: 10px;
}

.workshop-row {
  display: flex;
  gap: 50px;
  justify-content: space-between;
  align-items: center;
}

.workshop-details {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  width: 100%;
  margin-top: 45px;
}

.workshop-heading {
  font-family: "Mori Gothic";
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  line-height: 38.62px;
  margin: 0;
  padding: 0;
}

.workshop-heading {
  font-family: "Mori Gothic";
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  line-height: 38.62px;
  margin: 0;
  padding: 0;
}

.workshop-details p {
  font-family: "Mori Gothic";
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  margin-top: 10px;
}

.workshop-green-bg {
  background: #023e24;
  border-radius: 10px;
  padding: 10px 20px;
  width: 100%;
  margin-top: 20px;
}

/* tools slider */
.tools-heading {
  font-family: "Basement Grotesque", sans-serif;
  color: #fff;
  font-size: 48px;
  font-weight: 800;
  line-height: 80px;
}

.tools-desc {
  font-family: "Mori Gothic";
  color: #fff;
  font-size: 28px;
  font-weight: 400;
  line-height: 40px;
  width: 90%;
}

.tools-img {
  width: 600px;
  height: 100%;
  object-fit: contain;
  border-radius: 10px;
}

.tools-btn {
  background: #00ff85;
  color: rgb(0, 0, 0);
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 31px;
  margin-bottom: 22px;
  margin-top: 22px;
}

.tools-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

/* maturity slider */
.maturity-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.maturity-main-heading {
  font-family: Mori Gothic;
  font-size: 40px;
  font-weight: 300;
  line-height: 48px;
  color: white;
  text-align: left;
}

.maturity-heading {
  font-family: Mori Gothic;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  text-align: left;
  color: white;
}

.maturity-desc {
  font-family: Mori Gothic;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  color: white;
}

/* ai slider */

.ai-section h1 {
  font-size: 46px;
  margin-bottom: 10px;
  font-weight: 400;
  color: #ffffff;
}

.ai-section h1 span {
  font-weight: 600;
}

.ai-section p {
  font-size: 14px;
  margin-bottom: 20px;
  color: #fff;
}

.short-tag svg,
.short-tag span{
  color: var(--color-primary);
}

.register-btn,
.apply-btn {
  background-color: #00ff85;
  color: var(--color-primary);
  padding: 10px 20px;
  border-radius: 31px;
  text-decoration: none;
  margin: 20px 10px;
  display: inline-block;
}

.ai-categories {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 5px !important;
}

.ai-category {
  display: flex !important;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-radius: 8px;
  width: 100%;
}

.ai-category-details {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-left: 30px;
}

.ai-category h3 {
  font-size: 28px;
  color: #fff;
  line-height: 2;
  border-bottom: #fff 1px solid;
  margin-top: 10px;
  text-align: left;
}

.ai-category p {
  font-size: 14px;
  color: #fff;
  margin-top: 10px;
  text-align: left;
}

.category-image {
  width: 100%;
  height: 160px;
  object-fit: contain;
  border-radius: 50%;
  border: 3px solid #00ff85;
}

.footer-text {
  margin-top: 30px;
  font-size: 12px;
  color: #fff;
}

/* Ebooks section */

.ebooks-image-container {
  display: flex;
  position: relative;
  align-items: center;
  gap: 0;
}

.ebook-item {
  margin: 0;
}

.image-number {
  width: auto;
  height: auto;
  margin-left: 0 !important;
}

.ebook-item-img {
  position: absolute;
  right: -5%;
  width: 70%;
  height: 100%;
  object-fit: contain;
}

.ebook-popup {
  position: absolute;
  z-index: 9999;
  background: linear-gradient(180deg, #000000 53.94%, #054726 100%);
  /* Dark transparent background */
  border-radius: 10px;
  transition: opacity 0.3s ease;
  opacity: 1;
  overflow: hidden;
  padding: 20px;
}

.ebook-head {
  border-bottom: 1px solid #fff;
}

.ebook-popup-img {
  width: 100%;
  height: 215px;
  object-fit: contain;
  border-radius: 10px 10px 0 0;
}

.ebook-name-container {
  width: 60%;
  margin: 20px auto 5px auto;
}

.ebook-popup-content {
  text-align: center;
  color: #fff;
}

.ebook-popup-pages {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

.ebook-pricing {
  font-family: Mori Gothic;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  color: #fff;
}

.ebook-popup-content .close {
  position: absolute;
  right: 0;
  color: #000;
  display: none;
}

.ebook-details .teacher-details {
  justify-content: center;
}

.ebook-details .teacher-details .avtar img {
  width: 80%;
  height: 80%;
}

.ebook-popup-btns {
  display: flex;
  gap: 30px;
  margin-top: 10px;
}

.ebook-buy-now {
  background: #00FF85;
  border-radius: 40px;
  width: 100%;
}

.ebook-view-detail {
  background: #fff;
  color: #000;
  width: 100%;
  border-radius: 40px;
}

.slick-track {
  margin: 0;
}


.expert-heading{
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 1900px) {
    .recent-webinar{
        min-height: 545px;
    }
}

@media only screen and (max-width: 1900px) and (min-width: 1500px) {
  .ebook-parent {
    position: relative;
  }

  .banner-highlight-two {
    width: 84% !important;
    position: absolute !important;
    right: 15px !important;
    top: 52px !important;
    z-index: 10;
  }

  .banner-slider .banner-content {
    min-height: 674px;
    max-height: 674px;
  }

  .transform-highlight {
    padding: 20px;
    width: 67%;
  }

  .banner-highlight-coaching {
    width: 80% !important;
  }

  .banner-highlight-subscription {
    width: 85% !important;
  }

  .highlight-skills {
    width: 68% !important;
    max-height: 100% !important;
  }

  .highlight-maturity {
    width: 90% !important;
  }

  .expert-name-board {
    /* Add the blur effect */
    bottom: 5px;
    left: 5px;
    width: 95%;
  }

  .webinar-img-section {
    position: absolute;
    width: 34%;
    bottom: 0px;
    right: 30px;
  }

  .recent-webinar {
    min-height: 520px;
  }
}

@media (max-width: 768px) {
  .banner-content-row {
    display: none;
  }

  .textCol {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .cat-desc {
    font-size: 24px;
    font-weight: 400;
    line-height: 26px;
  }

  .newcategory-mainDiv {
    padding: 50px 27px;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .cat-para {
    font-size: 12px;
    font-weight: 400;
    line-height: 27px;
    color: white;
    width: 100%;
  }

  .cat-item {
    height: 340px;
  }

  .categoryitem-1 {
    height: 350px;
  }

  .course-item {
    height: 200px;
  }

  .courseItem-1 {
    height: 350px;
  }

  .myhead-cat {
    width: 100% !important;
  }

  .newcategory-header {
    flex-direction: column !important;
    align-items: start;
  }

  .item {
    width: 327px !important;
  }

  .content-padding {
    padding-top: 60px;
  }

  .desktop {
    display: none;
  }

  .mobile {
    display: flex;
  }

  .banner-text-wrapper h2,
  .banner-text-wrapper h2 .banner-text-bold {
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    width: 90%;
    margin: 0 auto;
  }

  .banner-text-wrapper h2 .banner-text-bold {
    font-size: 26px;
    font-weight: 600;
  }

  .action-button .btn {
    min-width: 160px;
  }

  .banner-text-wrapper {
    padding-top: 50px;
  }

  .banner-slider .banner-content {
    min-height: 574px;
    max-height: 574px;
  }

  .highlight-sm {
    width: 85%;
  }

  .cta-button-section {
    justify-content: center;
  }

  .banner-slider .banner-text {
    padding-left: 15px;
    padding-right: 15px;
  }

  .banner-highlight-second {
    width: 92%;
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .third {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .banner-highlight {
    padding-top: 30px;
  }

  .banner-highlight-third {
    padding-top: 15px;
  }

  .banner-highlight-fourth {
    padding-top: 30px;
    width: 92%;
  }

  .navigation-wrapper {
    display: flex;
  }

  .nav-controller {
    background: #0a5b30;
    justify-content: center;
    display: flex;
    width: 100px;
    align-items: center;
  }

  .banner-highlight-zero {
    padding-top: 0px;
  }

  .banner-highlight-two {
    width: 91% !important;
  }

  .expert-popup-div {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 25px;
    justify-content: center;
    align-items: center;
  }

  .expert-popup {
    width: 250px;
  }

  .expert-expertise {
    font-size: 12px;
  }

  .expert-popup-title {
    font-size: 14px;
    line-height: 20px;
  }

  .expert-name-board {
    bottom: 3px;
    left: 3px;
    width: 96%;
  }

  .home-slider {
    padding: 10px 5px;
  }

  .home-slider .slick-arrow.slick-prev,
  .slick-arrow.prev-slide {
    left: -40px;
    color: white;
  }

  .newcategory-heading {
    font-size: 18px;
  }

  .expert-item-img {
    width: 240px;
    height: 55%;
    object-fit: contain;
    border-radius: 10px;
  }

  .workshop-row {
    flex-direction: column;
    gap: 0px;
  }

  .workshop-heading {
    font-size: 18px;
    line-height: 1;
  }

  .workshop-details p {
    font-size: 12px;
    margin-top: 10px;
  }

  .workshop-green-bg {
    margin-top: 10px;
  }

  .workshop-img {
    height: 100%;
    width: 100%;
  }

  .workshop-details {
    margin-top: 20px;
  }

  .tools-heading {
    font-family: "Basement Grotesque", sans-serif;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 2;
  }

  .tools-desc {
    font-size: 14px;
    width: 100%;
    line-height: 2;
  }

  .tools-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 10px;
  }

  .tools-btn {
    margin-bottom: 30px;
    margin-top: 0px;
  }

  .tools-slider {
    padding: 30px 27px;
  }

  .maturity-slider {
    padding: 30px 27px;
  }

  .hideMobile {
    display: none;
  }

  .tools-container {
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .maturity-container {
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .newcategory-section {
    width: 100%;
  }

  .slick-arrow {
    display: none !important;
  }

  .maturity-main-heading {
    font-size: 14px;
    line-height: 2;
    text-align: center;
  }

  .maturity-heading {
    font-size: 14px;
    font-weight: 600;
    line-height: 2;
    text-align: center;
  }

  .maturity-desc {
    font-size: 12px;
    line-height: 1.5;
  }

  .reverse {
    display: flex;
    flex-direction: column-reverse;
  }

  .ai-category h3 {
    font-size: 16px;
    line-height: 2;
    text-align: center;
  }

  .ai-category p {
    font-size: 12px;
    text-align: center;
  }

  .ai-section h1 {
    font-size: 18px;
  }

  .ai-section p {
    font-size: 12px;
  }

  .ai-category-details {
    margin-left: 10px;
  }

  .category-image {
    height: 180px;
  }

  .expert-country-board {
    left: 5px;
  }

  .popup-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000B2;
    /* Adjust the opacity as needed */
    z-index: 999;
    /* Make sure it appears below the popup */
  }

  .expert-popup {
    z-index: 999;
    /* Ensure it's above the backdrop */
  }

  .course-popup {
    z-index: 1000;
    /* Ensure the popup appears above the backdrop */
  }

  /* webinar */

  .newcategory-viewall {
    padding: 5px 13px;
    font-size: 10px;
  }

  .webinar-box {
    padding: 15px 20px;
    border-radius: 10px;
  }

  .webinar-box-mini .expert-image-webinar,
  .webinar-box-mini {
    border-radius: 10px;
  }

  .webinar-content-section,
  .webinar-highlights {
    width: 100%;
  }

  .webinar-upcoming {
    font-size: 10px;
    line-height: 13px;
  }

  .webinar-cat-desc {
    font-family: Mori Gothic;
    font-size: 24px;
    font-weight: 400;
    line-height: 28.8px;
    margin-bottom: 15px;
  }

  .webinar-img-section {
    bottom: 0px;
    right: 4px;
  }

  .countdown-timer,
  .countdown-titles {
    gap: 10px;
  }

  .countdown-timer p {
    padding: 10px;
    font-size: 24px;
  }

  .countdown-titles p {
    font-size: 9px;
    min-width: 50px;
    padding: 0;
  }

  .webinar-box-mini {
    margin-bottom: 20px;
  }

  .recent-webinar {
    min-height: auto;
    margin-bottom: 20px;
  }

  /* Blog  */
  .blog-title-container h3 {
    font-size: 13.81px;
    line-height: 18.64px;
  }

  /* Popular Courses */
  .popular-courses-body nav {
    display: block;
  }

  .hideWeb {
    display: block;
  }

  .course-popup-content .close .expert-popup-content .close {
    display: block;
  }

  /* Ebooks */
  .ebook-item-img{
    right: -30%;
    width: 100%;
  }
  .image-number{
    width: 115px;
    margin-left: 10px !important;
  }

  .newcategory-mainDiv{
    border-radius: 0px;
  }

}