/*!
 * Bootstrap v4.5.2 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
/* Parmjeet Singh */
.home-banner {
  position: relative;
  /* background-image: linear-gradient(to top, #f6f6f6, #f8f8f8, #fafafa, #fdfdfd, #ffffff); */
  background: transparent;
  overflow: hidden;
  /* top: 56px; */
}

footer a {
  text-decoration: none !important;
}

.home-banner::after {
  content: none;
  width: 623px;
  height: 610px;
  background-image: url(../images/cruve.png);
  background-repeat: repeat;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

/* @media (min-width: 992px) {
  .home-banner::after {
    content: '';
  }
} */

.home-banner--left-pan {
  padding-right: 0;
  padding-top: 0px;
  padding-bottom: 20px;
}

@media (min-width: 992px) {
  .home-banner--left-pan {
    padding-right: 0px;
    gap: 20px;
  }
}

.home-banner--left-pan .btn-lg {
  font-size: 0.875rem;
}

@media (min-width: 992px) {
  .home-banner--left-pan .btn-lg {
    font-size: 1.5rem;
  }
}

.home-banner--left-pan h1 {
  font-size: 62px;
  font-weight: 700;
  color: #252525;
  text-transform: capitalize;
}

.home-banner--left-pan h1 span {
  color: #E92347;
}

.home-banner--left-pan h1 span#anim::after {
  content: "";
  display: inline-flex;
  width: 1px;
  height: 54px;
  font-weight: 100;
  background-color: #E92347;
}

@media (min-width: 992px) {
  .home-banner--left-pan h1 {
    font-size: 62px;
    font-weight: 700;
    color: #252525;
    text-transform: capitalize;
  }
}

.home-banner--left-pan p {
  font-size: 14px;
  font-weight: 400;
  color: #454545;
  line-height: 180%;
}

.home-banner--left-pan--subHead {
  text-transform: uppercase;
  color: #666e75;
  font-size: 0.750rem;
  font-weight: 700;
}

@media (min-width: 992px) {
  .home-banner--left-pan--subHead {
    font-size: 1.25rem;
  }
}

.home-banner--right-pan {
  position: relative;
  z-index: 1;
}

.home-banner__list-wrap {
  background-color: #fff;
  position: relative;
  z-index: 1;
  color: #666e75;
  top: 0;
  width: 100%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.home-banner__list-wrap--lists {
  display: flex;
  overflow-x: scroll;
  padding-bottom: 5px;
}

@media (min-width: 992px) {
  .home-banner__list-wrap--lists {
    padding-bottom: 0;
    overflow: hidden;
  }
}

.home-banner__list-wrap li {
  padding: 15px;
  flex: 0 0 75%;
}

@media (min-width: 992px) {
  .home-banner__list-wrap li {
    padding: 20px;
    flex: 1;
  }
}

.home-banner__list-wrap li a {
  flex: 0 0 90px;
}

.home-banner__list-wrap li:not(:last-child) {
  border-right: 1px solid #f2f2f2;
}

.home-banner__list-wrap--head {
  font-size: 0.875rem;
  color: #252525;
  flex: 0 0 1;
}

.home-banner__list-wrap--text {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-box {
  border: 1px solid transparent;
  transition: all 0.5s ease;
  width: 100%;
}

.product-box:hover {
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.15);
  border-color: #dbe4ec;
}

.product-box .icon-star-fill {
  color: #ffc107;
}

.product-list--item {
  padding: 12px;
}

.product-list--item img {
  width: 108px;
}

.bg-gray {
  background-color: #f6f6f6;
}

.tagging--item {
  border-radius: 3px;
  border: 1px solid #ababab;
  font-size: 0.625rem;
  color: #777777;
  padding: 2px 5px;
  text-transform: uppercase;
  font-weight: 600;
}

.yellow-tag {
  font-size: 8px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 2px 5px;
  background-color: #ffd900;
  color: #e92347;
  border-radius: 3px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.yellow-tag:not(:last-child) {
  margin-right: 10px;
}

.yellow-tag.max-w-90 {
  max-width: 90%;
}

.tagging-round {
  margin: 0 -3px;
}

.tagging-round--item {
  border-radius: 30px;
  border: 1px solid rgba(171, 171, 171, 0.2);
  background-color: #f4f8fc;
  font-size: 0.8125rem;
  color: #666e75;
  padding: 3px 15px 5px 15px;
  display: inline-block;
  margin: 5px;
}

.featured-certification .white-box {
  padding: 5px;
}

.featured-certification__lists li {
  padding: 12px;
}

.featured-certification--cities {
  position: relative;
  right: auto;
  bottom: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #252525;
}

@media (min-width: 768px) {
  .featured-certification--cities {
    position: absolute;
    right: 23px;
    bottom: -15px;
    width: auto;
  }
}

.featured-certification--cities:hover {
  color: #666e75;
}

.featured-certification .modal {
  padding-right: 0 !important;
}

.featured-certification .modal-dialog {
  max-width: 100%;
  margin: 0;
}

.featured-certification .modal-content {
  border-radius: 0;
}

.featured-certification .section-head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.learning-path--box {
  width: 100%;
  position: relative;
  padding: 20px 20px 15px;
}

.learning-path--box::before {
  content: '';
  width: 45px;
  height: 3px;
  background-color: #e92347;
  position: absolute;
  top: 0;
  left: 20px;
}

.learning-path--box--img {
  width: 50px;
  height: auto;
  position: absolute;
  bottom: 25px;
  right: 20px;
}

.learning-path--box--img img {
  width: 100%;
  height: auto;
}

.learning-path__lists {
  display: flex;
  flex-wrap: wrap;
}

.learning-path__lists li {
  padding: 15px;
  width: 100%;
}

@media (min-width: 992px) {
  .learning-path__lists li {
    width: 50%;
  }
}

.testimonials {
  background-color: #808990;
  background-repeat: no-repeat;
  background-image: url(../images/testimonials.png);
  background-size: cover;
  background-position: center center;
  padding-bottom: 50px;
}

@media (min-width: 768px) {
  .testimonials {
    padding-bottom: 70px;
  }
}

@media (min-width: 992px) {
  .testimonials {
    padding-bottom: 140px;
    padding-top: 60px;
  }
}

.testimonials__head {
  color: #fff;
  text-align: center;
}

.testimonials__head h2 {
  color: #fff;
}

.testimonials__slider li {
  text-align: center;
  color: #fff;
  padding-top: 30px;
}

@media (min-width: 992px) {
  .testimonials__slider li {
    padding-top: 50px;
  }
}

.testimonials__slider--image {
  width: 90px;
  height: 90px;
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
}

.testimonials__slider--image img {
  width: 90px;
  height: 90px;
  display: block;
}

.testimonials__slider--content {
  font-style: italic;
}

.testimonials__slider--name {
  color: #252525;
  font-weight: 600;
}

.request-quote {
  background-color: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  top: 0;
  position: relative;
  padding-bottom: 15px;
  border-radius: 10px;
}

@media (min-width: 992px) {
  .request-quote {
    top: -60px;
    padding-bottom: 0;
  }
}

.request-quote--img {
  width: 100%;
  height: 100%;
}

.request-quote--form {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  .request-quote--form {
    padding-left: 100px;
    padding-right: 100px;
  }
}

.recent-event {
  overflow: hidden;
}

.recent-event__image-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.recent-event__image-container--image {
  position: relative;
  right: 0;
  top: 0;
}

@media (min-width: 576px) {
  .recent-event__image-container--image {
    position: absolute;
    left: 0;
  }
}

.recent-event__content__list li {
  display: flex;
  margin-bottom: 25px;
}

.recent-event__content__list li:not(:last-child) {
  margin-bottom: 25px;
}

@media (min-width: 576px) {
  .recent-event__content__list li:not(:last-child) {
    margin-bottom: 25px;
  }
}

.recent-event__content__list li span {
  font-size: 2.25rem;
}

.recent-event__content__list--content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.recent-articles .white-box {
  padding: 0;
  overflow: hidden;
  height: 450px;
}

.recent-articles--content {
  padding: 15px;
  height: 243px;
  display: flex;
  flex-direction: column;
}

.recent-articles--content h3 {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.recent-articles--thumbImg {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.recent-articles--thumbImg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* **************************************************************************trial*************************************************** */
div.student-scrolling {
  max-width: 90%;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 30px;
  overflow: hidden;
  min-height: 100%;
}

div.student-scrolling2 {
  min-height: 100%;
}

div.student-scrolling .item {
  padding: 11px;
}

div.student-scrolling button {
  width: 10px;
  height: 10px;
  background-color: rgb(182, 182, 182) !important;
  margin: 10px;
  border-radius: 20px;
}

div.student-scrolling button.active {
  background-color: black !important;
}

div.student-scrolling button.active {
  width: 20px;
  transition-duration: 1s;
}

div.student-scrolling {
  text-align: center;
}

.carousel-wrap {
  margin: 90px auto;
  padding: 0 5%;
  width: 80%;
  position: relative;
}

/* fix blank or flashing items on carousel */
.student-scrolling .item1 {
  position: relative;
  z-index: 100;
  -webkit-backface-visibility: hidden;
  width: 100%;
  background-color: #ffffff;
  padding-bottom: 25px;
  border-radius: 5px;
  padding: 20px;
  border: 0.4px solid #858585;
}

.student-scrolling .item1 .absolute-icon {
  position: absolute;
  top: 10px;
  right: 10px;
}

.student-scrolling .item1 .words p {
  font-size: 14px;
  line-height: 26.85px;
  font-weight: 400;
  color: #12141D;
  text-align: start;
}

.student-scrolling1 .item1 .read-btn {
  font-size: 12px;
  line-height: 21px;
  font-weight: 600;
  color: #E92347;
  text-align: start;
  position: absolute;
  left: 0;
  bottom: -10px;
  border: none;
  background-color: transparent !important;
  cursor: pointer;
  padding: 0;
  margin: 0;
  width: auto;
  height: auto;
}

.student-scrolling1 .item1 .read-btn:hover{
  text-decoration: underline;
}

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

.featured-certification .alumnai-tabs {
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.featured-certification .alumnai-tabs i {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
}

.featured-certification .alumnai-tabs .nav-tabs {
  background-color: transparent;
  display: flex;
  overflow: hidden;
  scroll-behavior: smooth;
  flex: 1;
  flex-wrap: nowrap;
  gap: 10px;
  border-bottom: 1px solid #656971;
}

.featured-certification .alumnai-tabs .nav-tabs .nav-item {
  min-width: fit-content;
  width: fit-content;
  padding: 8px 15px;
  flex: 0 0 auto;
  margin: 0;
  display: flex;
  justify-content: center;
}

.featured-certification .alumnai-tabs .nav-tabs .nav-link {
  background-color: transparent;
  border: none;
}

.featured-certification .alumnai-tabs .nav-tabs .nav-link.actives {
  color: #E92347 !important;
}

.featured-certification .alumnai-tabs .nav-tabs .nav-link:focus,
.featured-certification .alumnai-tabs .nav-tabs .nav-link:focus-visible {
  outline: none;
}

.featured-certification .alumnai-tabs .nav-tabs .nav-item:has(.nav-link.actives) {
  border-bottom: 2px solid #EA284B;
}

.img-item {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 15px;
}

.img-item .img-overlay {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  overflow: hidden;
}

.img-item .img-overlay img {
  width: auto;
  height: 100%;
  object-fit: cover;
}

.img-item .alumni {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.img-item .alumni .alumni-name {
  font-size: 14px;
  color: #12141D;
  line-height: 21px;
  font-weight: 600;
  margin-bottom: 5px;
}

.img-item .alumni .alumni-desi {
  font-size: 14px;
  color: #12141D;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 5px;
  opacity: 0.7;
}

.item1 .rating {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.item1 .rating span {
  font-weight: 400;
  margin-bottom: 5px;
}

.item1 .rating .rating-text {
  font-size: 14.32px;
  line-height: 21.48px;
  font-weight: 600;
  color: #12141D;
}

.item1 .rating .stars img {
  height: 12px;
  width: 12px;
}

.stars img {
  height: 12px;
  width: 12px;
}

.item1 hr {
  border: 0.89px solid #12141D;
  opacity: 0.2;
}

div#carosule1 .owl-stage-outer {
  position: relative;
}

div#carosule1 .owl-stage-outer:before {
  content: " ";
  background-color: #ffffff4d;
  position: absolute;
  left: 0;
  width: 33%;
  height: 100%;
  z-index: 1;
}

div#carosule1:before {
  content: " ";
  background-color: #ffffff4d;
  position: absolute;
  right: 0;
  width: 33%;
  height: 100%;
  z-index: 1;
}

/* ******************************************************************************************************************************************* */
.main-clients {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  max-width: 1201px;
  width: 100%;
  margin: 0 auto;
}

.main-client {
  margin: 20px;
  display: flex;
  align-items: center;
  border-radius: 10px;
}

.alumnai-section .owl-item {
  text-align: center;
  position: relative !important;
}

.sitol {
  text-align: center;
  width: 100%;
  background-color: #ff718b;
  color: white;
  padding: 4%;
  font-size: 28px;
  font-weight: 700;
  border-radius: 44% 56% 25% 75% / 71% 62% 38% 29%;
  z-index: 1;
}

.parol {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: space-around;
  background-color: #ffffff;
  border-top: none;
  border: 3px solid #ff718b;
  position: relative;
  bottom: 62px;
  padding-top: 62px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.owl-carousel .owl-item {
  padding: 10px;
}

.almn-main {
  display: flex;
  align-items: center;
  padding: 60px 0;
  justify-content: flex-end;
  background-color: #f6f6f6;
}

.main-client img {
  height: -webkit-fill-available;
  margin: 10px;
}

section.alux {
  padding: 20px;
  width: 100%;
}

.main-client p {
  margin: 10px;
}

section.placement {
  padding-bottom: 0;
}

/* img.mobban {
  display: none;
}
button.banner-hov-btnn {
  position: absolute;
  bottom: 15px;
  right: 16%;
  background-color: #436dcc;
  border: none;
  padding: 6px 40px;
  font-size: 18px;
  border-radius: 12px;
  color: white;
  animation: banbbb 3s infinite ease-in-out;
  outline: none;
  z-index: 2;
}
@keyframes banbbb {
  0% {transform:scale(1);}
  50% {transform:scale(1.2);}
  100% {transform:scale(1);}
} */
@media screen and (max-width: 768px) {

  /* button.banner-hov-btnn {
    right: 22px;
    padding: 5px 19px;
}
  img.mobban {
    display: block;
}
  img.dekban {
    display: none;
} */
  a.shiss {
    display: none !important;
  }

  .sitol {
    font-size: 22px;
  }

  section.alux {
    padding-left: 0;
  }

  section.alux .container {
    padding-left: 0;
  }

  .main-client img {
    width: 75px;
    height: 19px !important;
  }

  .almn-main {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    padding-bottom: 35px;
  }

  .verti {
    writing-mode: horizontal-tb;
    width: 88%;
    text-transform: capitalize;
    font-size: 20px;
    text-align: left;
  }

  .main-client {
    margin: 4px;
  }

  .main-clients {
    justify-content: space-between;
    padding: 0 20px;
  }

  span.fulgi {
    border-bottom: 3px solid #eb2449;
    padding-bottom: 5px;
  }
}

/* ************************************* */
#carosule13 .carousel-wrap {
  margin: 90px auto;
  padding: 0 5%;
  width: 80%;
}

div#carosule13 {
  width: auto;
  margin: auto;
  height: auto;
}

#carosule13 .item {
  position: relative;
  -webkit-backface-visibility: hidden;
  height: 100%;
  padding-top: 60px;
}

/* end fix */
#carosule13 .owl-nav>div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}

#carosule13 button.owl-prev {
  width: 45px;
  background-color: #dedede;
  position: absolute;
  height: 30%;
  left: -45px;
}

#carosule13 button.owl-next {
  width: 45px;
  background-color: #dedede;
  position: absolute;
  height: 30%;
  right: -45px;
}

#carosule13 .owl-nav.disabled span {
  color: white;
}

#carosule13 .owl-nav.disabled button:hover {
  background-color: rgb(92, 92, 92) !important;
}

#carosule13 .owl-nav.disabled button:focus {
  outline: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: flex;
}

.owl-carousel {
  width: 95% !important;
  margin: auto;
}

div.corensol1223 .owl-nav.disabled {
  width: 105% !important;
  left: -2.5%;
}

#carosule13 .owl-nav.disabled {
  display: block;
}

#carosule13 .owl-nav.disabled {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  font-size: 40px;
  height: 100%;
  top: 0;
  align-items: center;
}

#carosule13 .owl-nav i {
  font-size: 52px;
}

#carosule13 .owl-item {
  height: 100%;
  margin: 0;
}

#carosule13 .owl-stage-outer {
  height: 100%;
  margin: 0 auto;
  z-index: 4;
}

#carosule13 .owl-stage {
  height: 100%;
}

.banner-str {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: space-between;
  padding-right: 6px;
}

.banner-str-left {
  width: 50%;
  text-align: left;
}

div#carosule13 button.owl-dot {
  background-color: #7a7a7a !important;
  height: 10px;
  width: 10px;
  margin: 10px;
  border-radius: 10px;
}

div#carosule13 button.owl-dot.active {
  background-color: #e92347 !important;
  width: 20px;
  transition-duration: 1s;
}

div#carosule13 .owl-dots {
  display: flex;
  width: 100%;
  justify-content: center;
}

.avl-btn {
  margin-right: 20px;
  /* width: 130px; */
  /* height: 40px; */
  color: #fff;
  /* border-radius: 5px; */
  padding: 10px 15px;
  font-family: 'montserrat', sans-serif;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  outline: none;
  background-color: #e92347;
  /* line-height: 42px; */
  border: 1px solid #FF9BAD;
  width: 153.99px;
  height: 51.99px;
  justify-content: center;
  align-items: center;
}

.avl-btn a {
  text-decoration: none;
  font-size: 14px;
}

.avl-btn-outline {
  box-shadow: 0px 1px 2px 0px #1018280D;
  border: 1px solid #EAFFF9;
  color: #e92347;
  font-size: 14px;
  width: 169.99px;
  text-align: center;
}

.shadow-anim {
  box-shadow: 0px 0px 4px 4px #FF9BAD;
  animation: blinking 4s ease-in-out infinite;
}

.shadow-anim:hover {
  box-shadow: 0px 0px 4px 4px #FF9BAD;
  background-color: #a50220;
  color: #ffffff;
  animation: blinking 4s ease-in-out infinite;
}

@keyframes blinking {

  0%,
  100% {
    box-shadow: 0px 0px 4px 4px #FF9BAD;
  }

  50% {
    box-shadow: 0px 0px 0px 0px #FF9BAD;
  }
}

.avl-btn-outline {
  background-color: #FFDBE2;
}

.avl-btn-outline:hover {
  background-color: #e92347 !important;
  color: #ffffff !important;
}

.avl-btn-outline:hover i {
  color: #ffffff !important;
}

.avl-btn a {
  position: relative;
  display: block;
  width: 100%;
  color: white;
}

/* .avl-btn:before,
.avl-btn:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background: #f80e0e;
  transition: all 0.3s ease;
}

.avl-btn:before {
  height: 0%;
  width: 2px;
}

.avl-btn:after {
  width: 0%;
  height: 2px;
}

.avl-btn:hover:before {
  height: 100%;
}

.avl-btn:hover:after {
  width: 100%;
}

.avl-btn:hover {
  background: #E92347;
}

.avl-btn a:hover {
  color: #f80e0e;
}

.avl-btn a:before,
.avl-btn a:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: #f80e0e;
  transition: all 0.3s ease;
}

.avl-btn a:before {
  width: 2px;
  height: 0%;
}

.avl-btn a:after {
  height: 2px;
  width: 0%;
}

.avl-btn a:hover:before {
  height: 100%;
}

.avl-btn a:hover:after {
  width: 100%;
} */

.banner-str-right {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.banner-str .banner-str-right .img1,
.banner-str .banner-str-right .img2,
.banner-str .banner-str-right .img3 {
  position: absolute;
  z-index: 1;
  border-radius: 4px;
  box-shadow: 0px 15.05px 31.36px 0px #00000026;
  background-color: #F5F5F4;
  border: 0.63px solid #E92347;
  padding: 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.banner-str .banner-str-right .img1 {
  bottom: 98%;
  right: 20px;
  width: 121px;
  height: 70px;
}

.banner-str .banner-str-right .img1 .text,
.banner-str .banner-str-right .img2 .text,
.banner-str .banner-str-right .img3 .text {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 5px;
}

.banner-str .banner-str-right .img3 .text {
  gap: 12px;
}

.banner-str .banner-str-right .img1 .text span,
.banner-str .banner-str-right .img2 .text span,
.banner-str .banner-str-right .img3 .text span {
  font-size: 12.3px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: left;
  color: #454545;
  opacity: 0.5;
  font-family: "Inter", sans-serif;
}

.banner-str .banner-str-right .img1 .text span:nth-child(2),
.banner-str .banner-str-right .img2 .text span:nth-child(1),
.banner-str .banner-str-right .img3 .text span:nth-child(1) {
  font-weight: 700;
  font-size: 20.49px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #101828;
  opacity: 1;
}

.banner-str .banner-str-right .img1 img,
.banner-str .banner-str-right .img2 img {
  background-color: #5B5B5B;
  border-radius: 4px;
  padding: 7px;
}

.banner-str .banner-str-right .img2 {
  top: 95%;
  right: 78%;
  width: 203.31px;
  height: 75.12px;
  gap: 20px;
}

.banner-str .banner-str-right .img3 {
  top: 75%;
  right: -15px;
  width: 129.1px;
  height: 155.75px;
}

/* Container for thumbnail + play button */
.video-thumbnail {
  position: relative;
  width: 498px;
  max-width: 100%;
  display: inline-block;
}

.video-thumbnail .thumb {
  width: 100%;
  display: block;
}

/* Play button styling */
.banner-str .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  /* background: rgba(0, 0, 0, 0.6); */
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.3s ease;
}

/* .banner-str .play-button:hover {
  background: rgba(0, 0, 0, 0.8);
} */

/* Triangle shape for play icon */
/* .banner-str .play-button::before {
  content: '';
  display: inline-block;
  margin-left: 5px;
  border-style: solid;
  border-width: 15px 0 15px 25px;
  border-color: transparent transparent transparent white;
} */

/* Modal background */
.banner-str .modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.28);
  justify-content: center;
  align-items: center;
}

/* Modal content - video iframe container */
.banner-str .modal-content {
  position: relative;
  width: 700px;
  max-width: 90vw;
  background-color: #000;
  border-radius: 8px;
  /* overflow: hidden; */
  border-radius: 35px;
  height: 417px;
  box-shadow: 0px 5.16px 17.19px 0px #E92347;
}

/* Responsive iframe */
.banner-str .modal-content iframe {
  width: 100%;
  height: 400px;
  border: none;
}

/* Close button */
.banner-str .close-btn {
  position: absolute;
  top: 85%;
  right: 50%;
  transform: translateX(50%);
  font-size: 28px;
  color: #000000;
  cursor: pointer;
  font-weight: 400;
  user-select: none;
  background: #ffffff;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .banner-str {
    flex-direction: column;
  }

  .banner-str-left {
    width: 100%;
  }

  .home-banner--left-pan h1 {
    font-size: 30px;
    text-align: center;
  }

  .home-banner--left-pan p {
    font-size: 12px;
    text-align: center;
  }

  .relmoc {
    justify-content: center;
    gap: 20px;
  }

  .avl-btn {
    font-size: 14px;
    padding: 8px 10px;
    margin-right: 0px;
  }

  .avl-btn a {
    text-decoration: none;
  }

  .banner-str-right {
    width: 100%;
  }

  .banner-str .banner-str-right .img1 {
    top: 0%;
    left: 0;
    width: 60%;
    justify-content: flex-start;
  }

  .home-banner .img-container {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    margin-top: 20px;
  }

  .banner-str .banner-str-right .img2 {
    top: calc(0% + 80px);
    left: 0;
    width: 60%;
    gap: 15px;
    justify-content: flex-start;
  }

  .banner-str .banner-str-right .img3 {
    top: 0%;
    right: 0;
    width: 37%;
  }

  .banner-str-right .img3 .text span {
    text-align: center !important;
  }

  .banner-str .info {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: 20px 0px;
  }

  .banner-str .info .one-badge img {
    width: 24px;
    height: auto;
  }

  .banner-str .info .one-badge span {
    font-size: 11px;
  }

  .home-banner .clients {
    margin-top: 130px !important;
  }

  .home-banner .clients .containerr {
    flex-direction: column;
    gap: 20px;
  }

  .home-banner .clients .title {
    text-align: center;
  }

  .home-banner .clients .title span {
    font-size: 20px !important;
  }

  .home-banner .scrolling::before,
  .home-banner .scrolling::after {
    display: none !important;
  }

  .home-banner .scrolling img {
    height: 23px !important;
  }

  section h2 {
    font-size: 20px !important;
    line-height: 23px;
  }

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

  .explore.courses .course-card {
    flex-direction: row !important;
    margin-bottom: 10px;
    border: 0.4px solid #CACACA;
    padding: 5px;
  }

  .explore.courses .course-header {
    height: inherit !important;
  }

  .explore.courses .course-icon img {
    border-radius: 50%;
    object-fit: cover;
  }

  .explore.courses .course-title h3 {
    color: #333333 !important;
    text-align: start !important;
    font-size: 12px !important;
    line-height: 15.6px;
  }

  .section-subtitle {
    font-size: 14px !important;
  }

  .explore.courses .course-description {
    font-size: 10px !important;
    color: #404040;
    font-weight: 400;
    line-height: 15px !important;
  }

  .explore.courses .sidebar-nav {
    min-width: 200px !important;
    width: 100% !important;
  }

  #carosule13 .item {
    padding-top: 20px !important;
  }

  #carosule13 .owl-nav.disabled {
    display: none;
  }

  #carosule13 button.owl-prev {
    width: 40px;
    height: 56px;
    left: -30px;
  }

  #carosule13 button.owl-next {
    width: 40px;
    height: 56px;
    right: -30px;
  }

  span.form-modal__wrapper--img.d-none.d-md-block {
    display: none !important;
  }

  .explore.courses .accordion-button:not(.collapsed) {
    background-color: #e92347 !important;
    color: #ffffff !important;
  }

  .explore.courses .accordion-item,
  .explore.courses .accordion-button {
    background-color: transparent !important;
    color: #000000;
    border: none;
    border-radius: 0 0 0 0 !important;
  }

  .explore.courses .accordion-button:focus {
    box-shadow: none !important;
  }

  .explore.courses .accordion-body {
    padding: 1rem 0 !important;
  }

  .explore.courses .duration,
  .explore.courses .rating-text,
  .explore.courses .stars {
    font-size: 0.6rem !important;
  }

  .careers-section .cta-buttons .btn {
    width: 90%;
  }

  .learning-path-container {
    padding: 35px 15px !important;
  }

  .learning-path-container .sticky-container {
    gap: 15px !important;
  }

  .sticky-container {
    max-width: 100% !important;
  }

  .card-icon {
    width: 100% !important;
    height: 100px !important;
    justify-content: start !important;
    padding: 20px;
    gap: 10px;
  }

  .card-header {
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    gap: 5px !important;
  }

  .card-icon .python-logo {
    width: 66px !important;
    height: 66px !important;
  }

  .course-title {
    font-size: 16px !important;
    color: #ffffff !important;
  }

  .course-description {
    text-align: start !important;
    font-size: 12px !important;
  }

}

div#carosule14 .item {
  padding: 11px;
}

div.corensol1223 .owl-nav.disabled {
  font-size: 28px;
  line-height: 28px;
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

div.corensol1223 {
  display: flex !important;
  align-items: center;
}

div.corensol1223 .owl-stage-outer {
  z-index: 2;
}

div.corensol1223 .owl-nav.disabled button {
  position: relative;
  background-color: white;
  height: 28px;
  width: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid black;
  color: black;
  border-radius: 50%;
}

div.corensol1223 .owl-nav.disabled button:focus {
  outline: none;
}

div.stick-caro .owl-nav.disabled {
  display: flex;
  font-size: 30px;
  position: absolute;
  width: 100%;
  justify-content: space-between;
}

div.stick-caro {
  position: relative;
  display: flex !important;
  align-items: center;
}

div.stick-caro .owl-nav.disabled button {
  outline: none;
  background-color: #c2c2c2;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  color: white;
  position: relative;
}

div#carosule34 .owl-stage {
  max-height: 284px;
  overflow: hidden;
}

@media (max-width: 768px) {
  div.stick-caro .owl-nav.disabled {
    display: none;
  }

  div.corensol1223 {
    display: block;
    align-items: center;
  }

  div.corensol1223 .owl-nav.disabled {
    display: none !important;
  }
}


.home-banner .lower-banner {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 50px;
  margin-top: 100px;
}

.home-banner .lower-banner .info {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
}

.home-banner .lower-banner .info .one-badge {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
}

.home-banner .lower-banner .info .one-badge img {
  width: auto;
  height: 28px;
}

.home-banner .group1,
.home-banner .group2 {
  position: absolute;
  z-index: -1;
}

.home-banner .group1 {
  top: 0;
  left: 10px;
}

.home-banner .group2 {
  bottom: 0;
  right: -50px;
}

.home-banner .shadow1,
.home-banner .shadow2 {
  position: absolute;
  width: 480px;
  height: 480px;
  z-index: -1;
  background: radial-gradient(50% 50% at 50% 50%, rgba(174, 17, 46, 0.16) 0%, rgba(174, 17, 46, 0) 100%);
}

.home-banner .shadow1 {
  top: 0;
  right: -200px;
}

.home-banner .shadow2 {
  bottom: 0;
  left: -200px;
}

.clients {
  background: transparent;
  padding: 30px 0;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 30px;
}

.clients .containerr {
  display: flex;
}

.clients .title span {
  font-size: 24px;
  font-weight: 300;
  color: #101828;
}

.clients .title span:first-child {
  font-weight: 700;
}

.scrolling {
  overflow: hidden;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}

.scrolling::before {
  content: '';
  background-image: linear-gradient(to right, #ffffff, transparent);
  display: flex;
  width: 100px;
  height: 100%;
  position: absolute;
  z-index: 1;
}

.scrolling::after {
  content: '';
  background-image: linear-gradient(to left, #ffffff, transparent);
  display: flex;
  width: 100px;
  height: 100%;
  position: absolute;
  z-index: 1;
  right: 0;
}

.scrolling .logos {
  display: flex;
  gap: 50px;
  width: max-content;
  transition: transform 0.2s linear;
  padding: 0 25px;
}

.scrolling img {
  height: 35px;
  opacity: 0.6;
  transition: opacity 0.3s ease;
}

.scrolling .logos .img img:last-child,
.scrolling .logos .img:hover img:first-child {
  display: none;
}
.scrolling .logos .img img:first-child,
.scrolling .logos .img:hover img:last-child {
  display: block;
}

.explore {
  background-color: #F6F6F6;
}

.explore .header {
  margin-bottom: 30px;
}

.explore .header h2 {
  font-size: 32px;
  font-weight: 600;
  color: #252525;
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 38px;
}

.explore .header h2::after {
  margin-top: 12px;
}

.explore .header p {
  color: #454545;
  font-size: 1rem;
  line-height: 1.6;
}

.explore .sidebar-content {
  display: flex;
  gap: 20px;
}

.explore .sidebar-nav {
  min-width: 290px;
  width: 290px;
  position: sticky;
  top: 54px;
  height: fit-content;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  overflow: hidden;
}

.explore .sidebar-item {
  padding: 20px;
  cursor: pointer;
  transition: all 0.2s;
  font-weight: 500;
  background-color: #ffffff;
  height: 73px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E3E3E3;
}

.explore .sidebar-item:hover,
.explore .sidebar-item.active {
  background-color: #E92347;
  color: white;
}

.explore .sidebar-item:last-child {
  border: none;
}

.explore .courses-grid {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  /* grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); */
  gap: 10px;
  max-height: 100%;
}

.explore .course-wrapper {
  border: none;
  width: 32%;
  min-width: 32%;
  padding: 5px;
  position: relative;
}

.explore .course-card {
  background: white;
  border-radius: 2px;
  padding: 0px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s, box-shadow 0.2s;
  display: flex;
  flex-direction: column;
  position: initial;
  gap: 0;
  border: none;
  width: 100%;
  min-width: 100%;
  max-height: 270px;
}

.explore .course-card:hover {
  box-shadow: 0 0px 7px 0px #E92347;
}

.course-header {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 100%;
  width: 100%;
  padding: 15px;
  backdrop-filter: brightness(0.6);
}

.bright {
  background-image: url(/static/v4_home_static/images/course-bg-2.png);
  background-size: cover;
  margin-bottom: 15px;
  height: 109px;
  min-height: 109px;
  display: flex;
  align-items: center;
}

.accordion .accordion-item .bright {
  margin-bottom: 0;
}

.explore .course-icon {
  min-width: 52px;
  width: 52px;
  height: 52px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: white;
  font-weight: bold;
  background: #ffffff;
}

.explore .course-title {
  flex: 1;
  margin: 0;
}

.explore .course-title h3 {
  font-size: 12px;
  line-height: 21px;
  font-weight: 500;
  margin-bottom: 5px;
  color: #ffffff;
  text-transform: uppercase;
}

.explore .course-card .content {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  height: 100%;
}

.explore .course-subtitle {
  font-size: 0.9rem;
  color: #718096;
}

.explore .course-description {
  margin-bottom: 15px;
  font-size: 12px;
  color: #000000;
  line-height: 18px;
  text-align: start;
  font-weight: 400;
}

.explore .course-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  /* margin-bottom: 15px; */
}

.explore .tag {
  padding: 0px 8px 0px;
  font-size: 8.58px;
  font-weight: 400;
  background-color: #FFE550;
  color: #000;
  text-align: center;
  line-height: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 18px;
  text-transform: uppercase;
}

.explore .popular {
  top: 5px;
  right: 5px;
  z-index: 3;
}

.explore .offer-off {
  left: 1px;
  top: 5px;
  right: inherit;
  font-size: 12.11px;
  line-height: 12.11px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  z-index: 3;
}

.explore .course-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  width: 100%;
}

.explore .rating {
  display: flex;
  align-items: center;
  gap: 5px;
}

.explore .stars {
  color: #ffd700;
}

.explore .rating-text span:nth-child(1) {
  font-size: 10px;
  line-height: 14.58px;
  color: #535B62;
  /* opacity: 35%; */
}

.explore .rating-text span:nth-child(2) {
  font-size: 9px;
  line-height: 14.58px;
  color: #000000;
  margin-left: 5px;
}

.explore .duration {
  font-size: 10px;
  line-height: 23px;
  color: #000000;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 5px;
}

.explore .all-courses-btn {
  display: block;
  margin: 40px auto 0;
  padding: 12px 30px;
  background-color: transparent;
  border: 2px solid #cbd5e0;
  border-radius: 25px;
  color: #4a5568;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
}

.explore .all-courses-btn:hover {
  border-color: #4299e1;
  color: #4299e1;
}

/* Course-specific colors */
.explore .devops-icon {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.explore .docker-icon {
  background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
}

.explore .ansible-icon {
  background: linear-gradient(135deg, #8b4513 0%, #a0522d 100%);
}

.explore .dev-training-icon {
  background: linear-gradient(135deg, #ff9a9e 0%, #fecfef 100%);
}

.explore .sql-icon {
  background: linear-gradient(135deg, #a8edea 0%, #fed6e3 100%);
}

@media (max-width: 768px) {
  .explore .sidebar-content {
    flex-direction: column;
  }

  .explore .courses-grid {
    grid-template-columns: 1fr;
  }

  .explore .header {
    margin-bottom: 20px;
  }

  .explore .header h1 {
    font-size: 2rem;
  }

  .explore .btn-outline-dark {
    font-size: 13px;
    font-weight: 500;
    line-height: 19.5px;
    font-family: "Montserrat", sans-serif;
    color: #252525;
  }

  .home-banner .scrolling .logos {
    transition: transform 1.5s linear;
    padding: 0 75px;
  }

  .featured-courses .container {
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .featured-courses .container .swiper-wrapper {
    margin-left: 67px;
  }
}

.featured-courses .container .swiper-pagination {
  display: none !important;
}

.careers-section {
  margin: 0 auto;
  text-align: center;
  border-radius: 20px;
  overflow: hidden;
}

.section-title {
  font-size: 32px;
  font-weight: 600;
  color: #252525;
  margin-bottom: 40px;
}

.featured-certification .section-title::after,
.careers-section .section-title::after {
  display: none;
}

.scroll-container {
  overflow: hidden;
  width: 100%;
  position: relative;
  height: auto;
  margin-bottom: 30px;
  gap: 20px;
  display: flex;
  flex-direction: column;
}

/* .professionals-row {
  display: flex;
  animation: scrollRightToLeft 33s linear infinite;
  width: calc(200% + 40px);
  gap: 20px;
} */

/* .professionals-row:first-child {
  animation: scrollRightToLeft 34s linear infinite;
} */

@keyframes scrollLeft {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes scrollRight {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(50%);
  }

  100% {
    transform: translateX(0);
  }
}

.professionals-row {
  display: flex;
  width: calc(200%);
  gap: 20px;
}

.professionals-row:first-child {
  animation: scrollLeft 30s linear infinite;
}

.professionals-row:last-child {
  animation: scrollRight 30s linear infinite;
  right: 100%;
  position: relative;
}

.professional-card {
  min-width: 280px;
  width: 280px;
  height: auto;
  background: #FFF5F5;
  border-radius: 2px;
  padding: 20px;
  border: 2px solid transparent;
  background-clip: padding-box;
  position: relative;
  overflow: hidden;
}

.professional-card .avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 auto 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: white;
  font-weight: bold;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.professional-card .avatar img {
  width: auto;
  height: 100%;
  object-fit: contain;
}

.professional-card .name {
  font-size: 1.1rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 5px;
}

.professional-card .role {
  font-size: 0.9rem;
  color: #7f8c8d;
  margin-bottom: 15px;
}

.professional-card .company-logo {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.2rem;
  color: #e74c3c;
  background: linear-gradient(45deg, #e74c3c, #3498db, #2ecc71, #f39c12, #9b59b6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

@keyframes scrollRightToLeft {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0);
  }
}

.professional-card .company-logo img{
  width: auto;
  height: 100%;
  object-fit: contain;
}

.tc-list.explore {
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  padding: 5px;
}

.careers-section .cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.careers-section .cta-buttons .btn {
  padding: 12px 30px;
  border-radius: 5px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 2px solid #000000;
  cursor: pointer;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  letter-spacing: 0.46px;
}

.careers-section .cta-buttons .btn-outline-dark:hover img.light,
.careers-section .cta-buttons .btn-outline-dark img.dark {
  display: block;
  transition: all 0.3s ease;
}

.careers-section .cta-buttons .btn-outline-dark:hover img.dark,
.careers-section .cta-buttons .btn-outline-dark img.light {
  display: none;
  transition: all 0.3s ease;
}

.careers-section .cta-buttons .btn.btn-primary-fill {
  border: none;
  background-color: #E92347;
  color: #ffffff;
  box-shadow: 0px 0px 0px 4px #FF878740;
}

.swiper-button-next,
.swiper-button-prev {
  width: 28px;
  height: 28px;
  max-height: 28px;
  border: 1px solid #000000;
  border-radius: 15px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 12px !important;
  color: #000000;
}

.careers-section .cta-buttons .btn:last-child {
  background-color: #E92347;
  color: #ffffff;
  border: none;
}

.careers-section .cta-buttons .btn:last-child:hover {
  background-color: #be0f2f;
  color: #ffffff;
}

.btn-outline {
  background: transparent;
  border: 2px solid #667eea;
  color: #667eea;
}

.btn-outline:hover {
  background: #667eea;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
}

.btn-primary {
  background: linear-gradient(45deg, #e74c3c, #c0392b);
  color: white;
  box-shadow: 0 4px 15px rgba(231, 76, 60, 0.4);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(231, 76, 60, 0.6);
}

@media (max-width: 768px) {
  /* .careers-section .section-title {
    font-size: 2rem !important;
    margin-bottom: 15px !important;
    line-height: 40px;
    text-align: center;
  } */

  .careers-section .section-title {
    font-size: 20px !important;
    line-height: 24px;
    font-weight: 600;
    color: #252525;
  }

  .section-header {
    margin-bottom: 20px !important;
  }

  .section-head p {
    text-align: center;
  }

  .professional-card {
    min-width: 240px;
    padding: 15px;
  }

  .avatar {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
  }

  .cta-buttons {
    flex-direction: column;
  }
}

.learning-path-container {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFE3E4 100%);
  padding: 60px 20px;
  position: relative;
  max-width: 1440px;
  margin: auto;
}

.learning-path-container .section-header {
  text-align: center;
  margin-bottom: 30px;
  position: sticky;
  top: 60px;
}

.learning-path-container .section-header .section-title {
  font-size: 32px;
  font-weight: 600;
  color: #252525;
  margin-bottom: 10px;
}

.learning-path-container .section-subtitle {
  font-size: 14px;
  line-height: 21px;
  color: #454545;
  margin: 0 auto;
}

.learning-path-container .sticky-container {
  max-width: 75%;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 30px;
  /* background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFE3E4 100%); */
}

.learning-path-container .path-card {
  background: white;
  border-radius: 8px;
  padding: 27px;
  position: sticky;
  top: 20px;
  transition: all 0.3s ease;
  border: 1px solid #E9234733;
  background-clip: padding-box;
  overflow: hidden;
}

.learning-path-container .path-card:nth-child(1) {
  top: 170px;
  z-index: 1;
}

.learning-path-container .path-card:nth-child(2) {
  top: 180px;
  z-index: 1;
}

.learning-path-container .path-card:nth-child(3) {
  top: 190px;
  z-index: 1;
}

.learning-path-container .path-card:nth-child(4) {
  top: 200px;
  z-index: 1;
}

.learning-path-container .path-card .absolute-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: auto;
}

.learning-path-container .card-content {
  display: flex;
  align-items: flex-start;
  gap: 25px;
}

.learning-path-container .card-icon {
  width: 122px;
  height: 146px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  background-image: url(/static/v4_home_static/images/outerbg.png);
}

.learning-path-container .card-icon::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.learning-path-container .python-logo {
  width: 76px;
  height: 76px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  padding: 6px;
}

.learning-path-container .python-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.learning-path-container .card-details {
  flex: 1;
}

.learning-path-container .card-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}

.learning-path-container .course-title {
  font-size: 15px;
  font-weight: 500;
  color: #000000;
  line-height: 19px;
  margin: 0;
}

.learning-path-container .course-level {
  background: #FFD900;
  color: #000000;
  padding: 1px 8px;
  font-size: 7.63px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.learning-path-container .course-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px;
  font-size: 0.9rem;
  color: #7f8c8d;
}

.learning-path-container .meta-item {
  display: flex;
  align-items: center;
  gap: 5px;
}

.learning-path-container .meta-item span {
  color: #535B62;
  font-size: 15.6px;
  line-height: 24px;
  font-weight: 400;
}

.learning-path-container .meta-item:nth-child(2) span {
  color: #777777;
  font-size: 12.5px;
  line-height: 19px;
}

.learning-path-container .meta-item:nth-child(3) span {
  font-size: 11px;
  line-height: 16.5px;
}

.learning-path-container .course-description {
  color: #535B62;
  margin-bottom: 0px;
  line-height: 1.6;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
}

.learning-path-container .view-path.span,
.learning-path-container .view-path a {
  color: #E92347;
  text-decoration: none;
  font-size: 11.25px;
  line-height: 18px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 5px;
}

.learning-path-container .view-path span {
  font-size: 11.25px;
  line-height: 18px;
  font-weight: 400;
  rotate: -90deg;
}

.learning-path-container .course-stats {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  align-items: center;
}

.learning-path-container .stat-badge {
  height: 24px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px 8px;
  background: transparent;
  border-radius: 2px;
  font-size: 9.84px;
  line-height: 15px;
  color: #454545;
  border: 2px solid #e9ecef;
  transition: all 0.3s ease;
  text-transform: uppercase;
}

.stat-badge:hover {
  background: #e9ecef;
  transform: translateY(-2px);
}

.stat-icon {
  width: 16px;
  height: 16px;
  border-radius: 50%;
}

.icon-beginner {
  background: #28a745;
}

.icon-intermediate {
  background: #ffc107;
}

.icon-advanced {
  background: #dc3545;
}

.icon-expert {
  background: #6f42c1;
}

.cta-section {
  text-align: center;
  padding-top: 21px;
  margin-bottom: 55px;
  position: relative;
  z-index: 1;
  background-color: #FFE3E4;
}

.cta-section button {
  font-size: 14px;
  font-weight: 400;
  padding: 10px 20px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.learning-path-container .bgimg {
  width: 100%;
  height: auto;
  object-fit: contain;
  position: absolute;
  bottom: 50px;
  left: 0;
  background-color: #FFE3E4;
}

@media (max-width: 768px) {
  .section-title {
    font-size: 2rem;
  }

  .card-content {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }

  .course-stats {
    justify-content: flex-start;
    gap: 5px !important;
  }

  .course-stats .stat-badge {
    padding: 4px 6px !important;
  }

  .path-card {
    padding: 20px;
    margin-bottom: 0px;
  }

  .learning-path-container .section-header {
    top: 10px;
  }

  .learning-path-container .path-card:nth-child(1) {
    top: 156px;
    z-index: 1;
  }

  .learning-path-container .path-card:nth-child(2) {
    top: 170px;
    z-index: 1;
  }

  .learning-path-container .path-card:nth-child(3) {
    top: 184px;
    z-index: 1;
  }

  .learning-path-container .path-card:nth-child(4) {
    top: 198px;
    z-index: 1;
  }

  .learning-path-container .bgimg {
    width: 250%;
    height: auto;
    object-fit: cover;
    position: absolute;
    bottom: 0;
    right: 0px;
    left: auto;
    background-color: #FFE3E4;
    justify-content: flex-start;
    display: flex;
    align-items: start;
  }

  .learning-path-container .path-card {
    padding: 15px;
  }

  .learning-path-container .path-card .absolute-icon {
    display: none;
  }

  .learning-path-container .course-title,
  .learning-path-container .card-header {
    margin-bottom: 0;
  }

  .learning-path-container .card-content {
    gap: 8px;
  }

  .learning-path-container .course-meta {
    margin-bottom: 6px;
  }
}


.why-choose-section {
  padding: 50px 20px;
  background: #FFFFFF;
}

.container {
  margin: 0 auto;
}

.why-choose-section .section-header {
  max-width: 50%;
  margin: auto;
  margin-bottom: 30px;
  text-align: center;
}

.section-subtitle {
  font-size: 14px;
  color: #454545;
  margin: 0 auto;
  line-height: 21px;
  font-weight: 400;
}

.why-choose-section .features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  ;
  gap: 30px;
}

.why-choose-section .feature-card {
  background: white;
  padding: 20px;
  border-radius: 3px;
  border: 0.9px solid #E1E3E8;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.why-choose-section .feature-card:hover {
  box-shadow: 0px 3.61px 54.11px 0px #00000014;
  border-color: transparent;
  transition: all 0.3s ease;
}

.why-choose-section .feature-card .feature-icon {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}

.why-choose-section .feature-card .feature-icon img {
  width: 55px;
  height: auto;
}

.why-choose-section .feature-title {
  font-size: 14px;
  line-height: 25px;
  font-weight: 500;
  color: #18181B;
  margin-bottom: 15px;
}

.why-choose-section .feature-description {
  color: #454545;
  line-height: 18.94px;
  font-size: 14px;
  font-weight: 400;
  opacity: 0.7;
  margin: 0;
}

/* Trusted Section */
.trusted-section {
  text-align: center;
  padding: 15px 0;
  background: #fff;
  overflow: hidden;
}

.trusted-title {
  font-size: 32px;
  line-height: 39px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 10px;
  text-align: center;
}

.trusted-title::after {
  display: none;
}

.brands-carousel-container {
  margin-bottom: 60px;
}

.brand-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  padding: 20px;
  transition: all 0.3s ease;
}

.brand-logo {
  max-width: 120px;
  max-height: 60px;
}

.brand-item .brand-logo img {
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
}

.brands-carousel-container {
  overflow: hidden;
  width: 100%;
  position: relative;
  height: auto;
  margin-bottom: 30px;
  gap: 20px;
  display: flex;
  flex-direction: column;
}

.brands-carousel-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.brand-scroll {
  display: flex;
  gap: 20px;
  animation: scroll 20s linear infinite;
  width: max-content;
}

.brand-item {
  flex: 0 0 auto;
}

.brand-logo {
  width: 150px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  border-radius: 10px;
}

/* Infinite scroll keyframes */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* Testimonial Section */
.testimonial-section {
  padding: 60px 20px;
  text-align: center;
  margin-left: 240px;
}

.testimonial-card {
  background: #F5F6F8;
  padding: 40px;
  padding-top: 80px;
  border-radius: 8px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}

.testimonial-logo {
  width: 290px;
  height: 100px;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #C5C7D0;
  background-color: #FFFFFF;
  margin: 20px auto;
  position: absolute;
  top: -30%;
  left: 50%;
  transform: translateX(-50%);
}

.testimonial-logo img {
  width: 100%;
  height: auto;
  max-height: 100%;
  max-width: max-content;
}

.testimonial-text {
  color: #7f8c8d;
  margin-bottom: 20px;
  line-height: 1.6;
  font-size: 14px;
}

.testimonial-author {
  font-weight: 400;
  color: #333333;
  font-size: 18px;
}

.trusted-section .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  background-color: #33333380;
}

.trusted-section .swiper-pagination-bullet-active {
  background-color: #333333;
}

.featured-certification .swiper-pagination {
  margin-top: 20px;
}

.student-scrolling .swiper-pagination-bullet,
.featured-certification .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  background-color: #FFDBE2;
  /* border: 1px solid #E92347; */
  opacity: 1;
}

.student-scrolling2 .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  background-color: #D9D9D9;
  border: 1px solid #E92347;
  opacity: 1;
}

.student-scrolling .swiper-pagination-bullet-active,
.featured-certification .swiper-pagination-bullet-active {
  background-color: #E92347;
}

/* Pagination Dots */
.pagination-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 40px;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ddd;
  cursor: pointer;
  transition: all 0.3s ease;
}

.dot.active {
  background: linear-gradient(45deg, #667eea 0%, #764ba2 100%);
  transform: scale(1.2);
}

@media (max-width: 768px) {
  .why-choose-section .section-header {
    max-width: 100%;
  }

  .section-title {
    font-size: 2rem;
  }

  .features-grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .feature-card {
    padding: 10px;
  }

  .trusted-title {
    font-size: 1.8rem;
  }

  .feature-card .feature-icon img {
    width: 23px !important;
  }

  .feature-card .feature-icon {
    height: 26px !important;
  }

  .feature-title {
    font-size: 12px !important;
    margin-bottom: 8px;
  }

  .why-choose-section .feature-description {
    font-size: 11px !important;
    line-height: 14px !important;
  }

  .why-choose-section .section-title {
    font-size: 20px !important;
    line-height: 28px;
  }

  .why-choose-section .section-subtitle {
    line-height: 20px;
  }

  .why-choose-section .features-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .why-choose-section .feature-card {
    padding: 10px;
  }

  .why-choose-section .feature-title {
    margin-bottom: 0px;
  }

  .testimonial-section {
    padding: 30px 20px;
    margin-left: 0;
  }

  .testimonial-card {
    padding: 15px;
    padding-top: 40px;
  }

  .testimonial-text {
    font-size: 12px;
    margin-bottom: 10px;
  }
}

.featured-courses .feature-scrolling {
  overflow: hidden;
  min-height: 260px;
  padding-top: 10px;
  position: relative;
  margin-left: 40px;
  margin-right: 40px;
}

.featured-courses .feature-scrolling .swiper-slide{
  height: auto;
}

.featured-courses .main-head p {
  font-size: 14px;
  line-height: 21px;
  color: #454545;
  font-weight: 400;
  margin: 0;
}

.featured-certification .section-head h2 {
  font-size: 32px;
  line-height: 60px;
  font-weight: 500;
  color: #252525;
}

.featured-certification .section-head p {
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  color: #454545;
}

.courses-div {
  display: flex;
  gap: 5px;
  align-items: flex-end;
}

.courses-list {
  display: flex;
  flex-wrap: wrap;
}

.courses-list.extend {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.courses-list.extend button {
  display: none;
}

.courses-div.more .moree {
  display: none;
}

.courses-div .courses-view {
  font-size: 14px;
  border: none;
  cursor: pointer;
  background-color: transparent;
  padding: 0;
  min-width: fit-content;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-left: 10px;
}

.courses-div .courses-view:focus {
  outline: none;
}

.courses-div .courses-view .text {
  color: #e92347;
  font-size: 11.44px;
}

.courses-div .courses-view .icon {
  color: #ffffff;
  font-size: 15px;
}

.accordion-button:not(.collapsed)::after {
  background-image: url('../images/arrow-up-white.png') !important;
  rotate: 180deg !important;
}

div.student-scrolling .recent-articles--content h3 a {
  color: #E92347;
  text-align: left;
  text-decoration: none;
  display: flex;
}

div.student-scrolling .recent-articles--content p {
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  line-height: 1.5em;
  max-height: 4.5em;
  font-size: 14px;
  line-height: 21px;
  color: #454545;
  font-weight: 400;
}

div.student-scrolling .recent-articles--content .know-more {
  text-align: left;
  display: flex;
  color: #E92347;
  text-decoration: none;
  font-weight: 400;
  font-size: 11.63px;
  margin-top: auto;
}

div.student-scrolling .recent-articles--content span {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #777777;
}

.recent-articles .white-box h3 {
  font-size: 15.13px;
  line-height: 24px;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .container {
    max-width: 95% !important;
  }

  .why-choose-section {
    padding: 20px 0;
  }

  .testimonial-logo {
    width: 90px;
    height: 40px;
    top: -8%;
    border-radius: 2.5px;
    margin: auto;
  }

  .featured-certification .alumnai-tabs .nav-tabs .nav-link {
    font-size: 12px;
  }

  .featured-certification .alumnai-tabs .nav-tabs .nav-item {
    min-width: 85px;
  }

  div.carosule1 {
    max-width: 100% !important;
  }

  .explore .course-card {
    gap: 10px !important;
    width: 100% !important;
    min-width: auto;
  }

  .feature-scrolling {
    min-height: 270px;
    position: relative;
    margin: 0 !important;
  }

  .featured-courses .swiper-button-next,
  .featured-courses .swiper-button-prev {
    display: none;
  }


  .featured-courses .btn-outline-dark {
    font-weight: 500;
    color: #252525;
    font-size: 13px;
  }

  .professional-card .avatar {
    width: 50px !important;
    height: 50px !important;
  }

  .professional-card .name {
    font-size: 16px;
    font-weight: 800;
    color: #535B62;
  }

  .home-banner--left-pan h1 span#anim::after {
    height: 22px;
  }

  .banner-str .banner-str-right .img1,
  .banner-str .banner-str-right .img2,
  .banner-str .banner-str-right .img3 {
    box-shadow: 0px 2px 8px 0px #00000026;
  }

  .home-banner .shadow1,
  .home-banner .shadow2 {
    width: 260px;
    height: 260px;
    ;
  }

  .home-banner .shadow1 {
    top: 30%;
    right: -70px;
  }

  .home-banner .group1 {
    width: 190px;
    height: 190px;
    left: -50px;
  }

  .home-banner .group2 {
    display: none;
  }

  .explore .header h2::after {
    margin-top: 0;
  }

  .trusted-section .trusted-title {
    line-height: 23px;
  }

  .trusted-section .brand-scroll {
    gap: 8px;
  }

  .trusted-section .brand-logo {
    height: 40px;
  }

  .trusted-section .brand-item {
    padding: 20px 10px;
  }

  .testimonial-section .testimonial-author {
    font-size: 12px;
  }

  .featured-certification .section-head h2 {
    font-size: 20px !important;
    line-height: 23px !important;
  }

  .featured-certification .section-head h2::after {
    display: block !important;
    margin-top: 5px !important;
  }

  .featured-certification .alumnai-tabs .nav-tabs .nav-item:has(.nav-link.actives) {
    border-width: 1px;
  }

  .recent-articles--content span i,
  .recent-articles--content span {
    font-size: 12px;
  }

  .featured-certification .container {
    margin: 0;
    padding: 0;
    max-width: 100% !important;
  }

  .student-scrolling .swiper-wrapper {
    margin-left: 40px;
  }

  .student-scrolling2 .swiper-wrapper {
    margin-left: 30px;
  }

  .student-scrolling .item1 .words p {
    font-size: 12px;
    line-height: 18px;
  }

  .student-scrolling .item1 hr {
    margin: 7px 0;
  }

  div.student-scrolling2 {
    min-height: 440px !important;
    max-width: 100% !important;
  }

  div.student-scrolling1 {
    min-height: 278px !important;
    max-width: 100% !important;
  }

  .student-scrolling1 .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    background-color: #D9D9D9;
    border: 1px solid #E92347;
    opacity: 1;
  }

  .recent-articles .container {
    margin: 0;
    padding: 0;
    max-width: 100% !important;
  }

  .recent-articles .main-head p {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
  }

  div.student-scrolling .item {
    padding: 0;
  }

  div.student-scrolling .recent-articles--content h3 a {
    font-size: 14px;
    line-height: 20px;
    color: #E92347;
    text-align: left;
    text-decoration: none;
    display: flex;
  }

  div.student-scrolling .recent-articles--content p {
    text-align: left;
    font-size: 12px;
    line-height: 18px;
    display: flex;
  }

  div.student-scrolling .recent-articles--content .know-more {
    text-align: left;
    display: flex;
    color: #E92347;
    font-size: 12px;
    line-height: 18px;
    text-decoration: none;
  }

  .recent-articles--thumbImg {
    height: auto;
  }

  .recent-articles .white-box {
    height: 100%;
  }

  .recent-articles .item {
    height: auto;
  }
}

/* Sticky section */
.sticky-section {
  /* position: sticky;
  top: 0;
  z-index: 100; */
  /* background-color: #F6F6F6; */
  padding: 20px 0;
}

.how-it-works {
  padding: 40px 0;
}

.how-it-works h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 38.39px;
  margin-bottom: 10px;
  text-align: center;
  color: #222;
}

.how-it-works p.subtitle {
  color: #666;
  margin-bottom: 40px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/* Steps container */
.steps {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  margin-top: 60px;
}

/* Progress line */
.progress-line {
  position: absolute;
  top: 45%;
  left: 10%;
  height: 3px;
  background: #ABABAB;
  width: 85%;
  z-index: 1;
  opacity: 20%;
}

.progress-line-active {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #E92347;
  z-index: 99;
}

.active.progress-line-active {
  animation: widthAnim 5.5s forwards;
  background: #E92347;
}

@keyframes widthAnim {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

/* Individual steps */
.step {
  /* flex: 1; */
  text-align: center;
  position: relative;
  z-index: 2;
  padding: 0 15px;
  transition: all 0.4s ease;
  width: 17%;
}

.step-number {
  display: block;
  font-weight: 400;
  color: #ABABAB;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 15px;
}

.step.active .step-number {
  color: #454545;
}

.step-icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 24px;
  background-color: #D9D9D9;
  transition: all 0.4s ease;
}

.step.active .step-icon {
  background-color: #E92347;
  /* box-shadow: 0 5px 15px rgba(233, 35, 71, 0.3); */
}

.step.active .step-icon svg path,
.step.active .step-icon svg {
  fill: #ffffff;
}

.step-title {
  font-size: 14px;
  line-height: 21px;
  margin: 5px 0;
  color: #ABABAB;
  font-weight: 400;
  transition: all 0.3s ease;
}

.step.active .step-title {
  color: #454545;
}

.step-content {
  font-size: 14px;
  color: #666;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.4s ease;
}

.step.active .step-content {
  height: auto;
  opacity: 1;
  margin-top: 10px;
}

/* Flag */
.flag {
  position: absolute;
  top: 18px;
  right: 5%;
  z-index: 3;
  width: 40px;
  transition: opacity 0.5s ease 0.8s;
  background-color: #F6F6F6;
}

.flag.active svg,
.flag.active svg path {
  fill: #E92347;
}

/* Dummy content to enable scrolling */
.dummy-content {
  height: 150vh;
  padding: 40px 20px;
  background: linear-gradient(to bottom, #f6f6f6, #e0e0e0);
}

.dummy-content h2 {
  text-align: center;
  margin-bottom: 30px;
  color: #333;
}

.dummy-content p {
  max-width: 800px;
  margin: 0 auto 20px;
  line-height: 1.8;
}

/* Responsive styles */
@media (max-width: 992px) {
  .how-it-works {
    padding: 10px 0;
  }

  .steps {
    flex-wrap: wrap;
  }

  .step {
    flex: 0 0 50%;
    margin-bottom: 30px;
  }

  /* .progress-line {
    display: none;
  } */
}

@media (max-width: 576px) {
  .step {
    flex: 0 0 33%;
  }

  .flag {
    top: 55%;
    left: 30px;
    width: 100px;
    position: relative;
    background-color: transparent;
    margin-top: 16px;
  }

  .how-it-works h2 {
    font-size: 28px;
  }

  .active.progress-line-active {
    animation: widthAnim 2s forwards;
    background: #E92347;
  }

  #progress2.active.progress-line-active {
    animation: widthAnim 0.3s forwards;
    background: #E92347;
  }

  .progress-line:first-child {
    top: 17%;
    left: 15%;
  }

  .progress-line:nth-child(2) {
    top: 67%;
    left: 10%;
    width: 90%;
    rotate: 180deg;
  }

  .progress-line:nth-child(3) {
    top: 42%;
    width: 50%;
    left: auto;
    rotate: 90deg;
    right: -25%;
  }

  .step-title {
    font-size: 10px;
    line-height: 15.54px;
  }

  .step .step-icon {
    margin-bottom: 10px;
  }
}

section.workshop {
  padding: 50px 20px;
  margin: auto;
}

.workshop h2 {
  font-size: 32px;
  margin-bottom: 5px;
  text-align: left;
  display: flex;
  align-items: flex-start;
}

.workshop h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #e63946;
  margin-top: 5px;
}

.workshop p.subtitle {
  color: #454545;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
}

.workshop .workshop-list {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  overflow: visible;
}

.workshop .workshop-list .swiper-button-prev {
  left: 39%;
  border: none;
}

.workshop .workshop-list .swiper-button-next {
  right: -22px;
  border: none;
}

.workshop-scrolling {
  max-width: 57%;
  overflow: hidden;
  width: 57%;
}

/* Left side batch list */
.workshop .batch-list {
  flex: 1;
  background: #fff4f4;
  border-radius: 8px;
  padding: 20px;
  min-width: 280px;
}

.workshop .batch-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 6px;
  padding: 12px;
  display: flex;
  align-items: center;
  margin-bottom: 7px;
}

.workshop .batch-card img {
  width: 63px;
  height: 63px;
  margin-right: 12px;
  box-shadow: 0 0 2px #2e2e2e;
  border-radius: 2px;
}

.workshop .batch-info {
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.workshop .batch-info h3 {
  font-size: 16px;
  margin: 0;
  cursor: pointer;
}

.workshop .batch-info h3:hover{
  color: #E92347;
}

.workshop .batch-info span {
  margin: 2px 0;
  color: #000000;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 7px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
}

.workshop .batch-info span:first-child {
  font-weight: 500;
}

.workshop .batch-info input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid #ccc;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  position: relative;
}

.workshop .batch-info input[type="radio"]:checked {
  border-color: #E92347;
  background-color: #ffffff;
}

.workshop .batch-info input[type="radio"]:checked::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  background: #E92347;
  border-radius: 50%;
}

/* Right side workshop cards */
.workshop .workshops {
  flex: 2;
  display: flex;
}

.workshop .workshop-cards {
  width: 39%;
}

.workshop .workshop-card {
  background: #fff;
  /* border: 1px solid #eee; */
  border-radius: 8px;
  width: 300px;
  flex-shrink: 0;
  border: 0.92px solid #b9b9b9d2;
  box-shadow: 0px 1.85px 9.24px 0px #0000000D;
  height: auto !important;
}

.workshop .workshop-card img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  border-radius: 8px 8px 0 0;
}

.workshop .workshop-content {
  padding: 15px;
  text-align: left;
  display: flex;
  flex-direction: column;
  height: 58%;
}

.workshop .workshop-content h3 {
  font-size: 14.79px;
  line-height: 19.22px;
  margin: 0 0 8px;
  color: #151924;
  font-weight: 500;
}

.workshop .workshop-content p {
  font-size: 12.94px;
  margin: 5px 0;
  color: #000000B2;
  display: flex;
  gap: 5px;
  align-items: center;
}

.workshop .workshop-content p span {
  font-size: 13px;
}

.workshop .workshop-content p img {
  width: 13px;
  height: 13px;
}

.workshop .register-btn {
  display: block;
  background: #e63946;
  color: #fff;
  border: none;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
  font-weight: bold;
  margin-top: 7px;
  cursor: pointer;
  width: 100%;
}

.workshop .register-btn:hover {
  background: #000000;
}

.workshop .swiper-button-next:after,
.workshop .swiper-button-prev:after {
  font-size: 16px;
  color: #000000;
}

/* Mobile responsive */
@media (max-width: 768px) {
  section.workshop {
    padding: 50px 0;
  }

  .workshop .container {
    max-width: 100%;
    padding: 0;
    margin: auto;
  }

  .workshop .workshop-list {
    flex-direction: column;
  }

  .workshop .workshops {
    /* margin-left: 35px; */
    margin-left: -40px;
  }

  .workshop-scrolling,
  .workshop .workshop-cards {
    max-width: 100%;
    width: 100%;
  }

  .workshop .workshop-card img {
    height: 160px;
  }

  .workshop .swiper-button-next,
  .workshop .swiper-button-prev {
    display: none;
  }

  .workshop .batch-info span {
    font-size: 10px;
  }

  .workshop .batch-card img {
    width: 50px;
    height: 50px
  }
}

section.stats {
  background: #FFF1F3;
  padding: 25px 20px;
}

.stats-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  gap: 20px;
}

.stat {
  flex: 1;
  position: relative;
  padding: 0 20px;
  height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.stat:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 10%;
  height: 80%;
  width: 1px;
  background: #ccc;
}

.icon-box {
  width: 44px;
  height: 44px;
  margin: 0 auto 15px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
}

.red {
  background: #E92347;
}

.green {
  background: #58C27D;
}

.orange {
  background: #FA8F54;
}

.yellow {
  background: #FFD166;
}

.white {
  color: #ffffff;
}

.stat h3 {
  font-size: 18px;
  margin: 0 0 5px;
  font-weight: bold;
  color: #454545;
}

.stat p {
  margin: 0;
  color: #454545;
  font-size: 14px;
}

/* Responsive */
@media (max-width: 768px) {
  .stats-container {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    gap: 0;
  }

  .stats-container .stat {
    width: 50%;
    min-width: 50%;
    gap: 0;
  }

  .stat:not(:last-child)::after {
    display: none;
  }

  .stats-container .stat:nth-child(1) {
    border-right: 1px solid #ABABAB;
    border-bottom: 1px solid #ABABAB;
  }

  .stats-container .stat:nth-child(2) {
    border-bottom: 1px solid #ABABAB;
  }

  .stats-container .stat:nth-child(3) {
    border-top: 1px solid #ABABAB;
  }

  .stats-container .stat:nth-child(4) {
    border-right: 1px solid #ABABAB;
    border-top: 1px solid #ABABAB;
  }
}

section.faq {
  padding: 60px 20px;
}

section.faq .container {
  margin: 0 auto;
  padding: 0;
}

section.faq h2 {
  font-size: 32px;
  margin-bottom: 20px;
  position: relative;
  text-align: start;
  color: #252525;
  align-items: self-start;
}

section.faq h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #e63946;
  margin-top: 5px;
}

.faq-item {
  border-bottom: 1px solid #000000;
}

.faq-question {
  cursor: pointer;
  padding: 15px 0;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 400;
  color: #000000;
}

.faq-question:hover {
  background: #f9f9f9;
}

.faq-icon1,
.faq-icon {
  font-weight: 400;
  font-size: 22px;
  transition: transform 0.3s ease;
}

.faq-answer {
  display: none;
  padding: 0 10px 10px;
  font-size: 14px;
  color: #555;
  line-height: 1.5;
}

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

.faq-item .faq-icon1 {
  color: #E92347;
}

.faq-item .faq-icon1,
.faq-item.active .faq-icon {
  display: none;
  transition: all 0.3s ease-in-out;
}

.faq-item .faq-icon,
.faq-item.active .faq-icon1 {
  display: block;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 768px) {
  section.faq {
    padding: 35px 0;
  }

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

  .home-banner--left-pan {
    padding-top: 20px;
  }

  section.faq h2 {
    margin-bottom: 10px;
  }

  .featured-certification .section-head p {
    font-size: 14px;
    margin: 0;
  }

  .testimonial-scroll {
    min-height: 265px;
  }
}

@media screen and (max-width: 768px) and (min-width: 390px) {
  .learning-path-container .section-header {
    top: 30px;
  }
}