.text-171616{color: #171616;}

.lh-1-1 {
  line-height: 1.1;
}

.lh-1-2 {
  line-height: 1.2;
}



.landing__hero {
  /* min-height: 100vh; */
  padding-block: 13rem 5.9875rem;
  background-image: url('../media/landing/landing__hero.webp');
  background-size: cover;
}

.landing__hero .landing__form {
  --bs-card-spacer-x: 2.0625rem;
  --bs-card-spacer-y: 2.0625rem;
}

.landing__hero .landing__form .video-thumb {
  margin-top: -130px;
  border: 4px solid #FF7400E5;
  border-radius: 11.67px;
}

.video-box {
  max-width: 720px;
  margin: auto;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .16);
  background: #000;
}

.click-layer {
  position: absolute;
  inset: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  z-index: 5;
}

.play-btn {
  width: 64px;
  height: 64px;
  background: rgba(0, 0, 0, .6);
  color: #fff;
  border-radius: 50%;
  font-size: 2rem;
  line-height: 64px;
  text-align: center;
  border: none;
  cursor: pointer;
  transition: background .3s ease;
  z-index: 10;
}

.play-btn:hover {
  background: var(--bs-primary, #ff7400);
}

.landing__hero .offer__badge {
  bottom: 5rem;
  left: 0px;
  margin-left: -7.5rem;
}

.bg-2A1300 {
  background-color: #2A1300 !important;
}

.meet__character .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background-color: #0000005c;
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 8px);
}

.meet__character .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--bs-primary);
}

.certificate__management .img-wrp img {
  top: -4.5rem;
  left: -2rem;
  z-index: -1;
  max-width: 220px;
}

.never__learn__alone .img-wrp {
  margin-bottom: -60px;
}

.never__learn__alone .img-wrp .small {
  margin-bottom: -30px;
}


.landing__cta .wrapper {
  background-position: center;
}

.landing__cta .wrapper .user__imgs img {
  margin: 0 -15px;
  transition: all 300ms ease;
}

.landing__cta .wrapper .user__imgs:hover img {
  margin: 0 -4px;
}

.landing__footer__cta {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.landing__footer__cta .img-wrp img {
  margin-top: -150px;
  margin-bottom: -70px;
}


.landing__header .navbar {
  --bs-navbar-padding-y: 1.875rem;
}

.landing__header.header-transparent {
  margin-bottom: -112px;
}

.landing__header.header-transparent .navbar-brand img {
  filter: sepia(1) brightness(100);
}

.landing__header .navbar-brand img {
  transition: all 300ms ease;
}

.landing__header.scrolled .navbar-brand img {
  filter: none;
}

.landing__header.scrolled {
  background-color: rgb(255 255 255 / 1) !important;
  box-shadow: 0 2px 10px rgb(0 0 0 / 6%);
  transition: all 300ms ease;
}

.landing__header.scrolled .navbar {
  padding-block: 10px;
}

/* Smooth transition for background & shadow */
.landing__header {
  transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.landing__header.scrolled {
  background-color: #fff; /* Change to desired color */
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
}

.landing__header.scroll-down {
  transform: translateY(-100%);
}

.landing__header.scroll-up {
  transform: translateY(0);
}

.height-container {
  overflow: hidden;
  height: 90px;
}

.transition-container {
  height: 100%;
  overflow: hidden;
  transform: translateZ(0);
}

.vertical__slide {
    animation: slide 5s linear infinite;
}
@keyframes slide {
  0% {margin-top: -300px;}
  5% {margin-top: -200px;}
  33% {margin-top: -200px;}
  38% {margin-top: -100px;}
  66% {margin-top: -100px;}
  71% {margin-top: 0px;}
  100% {margin-top: 0px;}
}
ul.vertical__slide {
  margin: 0;
  padding: 0;
  list-style: none;

}

ul.vertical__slide li {
  margin: 0;
  padding: 0;
}

svg #brand__logo #favicon {
  animation: logo__favicon 2s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate;
  width: 100%;
  height: 100%;
  display: block;
}
/* CERTIFICATE (mobile-only) – keep strictly scoped */
.certificate__management .height-container { overflow: hidden; }
.certificate__management ul.vertical__slide {
  margin: 0; padding: 0; list-style: none;
  will-change: transform;
}

/* Respect accessibility */
@media (prefers-reduced-motion: reduce) {
  .certificate__management ul.vertical__slide { animation: none !important; }
}


@keyframes logo__favicon {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(8deg);
  }
}


.rotate__badge img {
  animation: spin__animated 3s cubic-bezier(0.47, 0, 0.745, 0.715) infinite alternate;
}

@keyframes spin__animated {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(20deg);
  }
}


.landing__steps {
  padding-top: 7.8125rem;
}

.landing__steps .hiw-rail {
  top: clamp(44px, 27vw, 300px);
}


/* row base (Bootstrap utilities + thin divider) */
.landing__lesson .course__list .lesson-row,
.landing__lesson .course__list .quiz-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 24px 0px;
  position: relative;
}

.landing__lesson .course__list :is(.lesson-row, .quiz-row)::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 95%;
  height: 1px;
  background: #0000001A;
  transition: opacity 0.3s ease;
  z-index: 2;
}

/* left stack with timeline */
.landing__lesson .course__list .row-left {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative
}

/* Disable clicks on locked lessons */
.landing__lesson .course__list .lesson-row.is-locked,
.landing__lesson .course__list .lesson-row.is-locked * {
  pointer-events: none !important;
  cursor: not-allowed;
  /* opacity: .6; */
}
.landing__lesson .quiz-row:not(.is-active){
  pointer-events: none;
}


/* number chip */
.landing__lesson .course__list .num-badge {
  position: relative;
  z-index: 1;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: .2px;
  background: #fff;
  color: #6B7280;
  border: 2px solid #E6E9EF;
}

.landing__lesson .course__list .vstack :not(:last-child) .num-badge::before {
  content: "";
  position: absolute;
  top: 45px;
  width: 2px;
  height: 80px;
  background-color: #D9D9D9;
  left: 50%;
  transform: translateX(-50%);
}

.landing__lesson .course__list .vstack div:last-child:before {
  display: none;
}

.landing__lesson .course__list .is-active .num-badge::after,.landing__lesson .course__list .lesson-row.is-complete .num-badge::after {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #FF7400;
  transform: translate(-50%, -50%);
  animation: pPulse 1.5s infinite;
  opacity: 0;
  z-index: -1;
}

.landing__lesson .course__list .quiz-row .num-badge::before{
  display: none;
}

/* soft pulse — brand color via currentColor */
@keyframes pPulse {
  0% {
    transform: scale(1);
    opacity: .55
  }

  70%,
  100% {
    transform: scale(1.55);
    opacity: 0
  }
}

.landing__lesson .course__list .lesson-row.is-complete .title-txt::after {
  content: " ✓";
  color: #059669;
  font-weight: 800
}

/* active step (orange) + quiz active (blue) */
.landing__lesson .course__list :is(.lesson-row, .quiz-row):is(.is-active, .is-complete) .num-badge {
  background: #FF7A00;
  color: #fff;
  border-color: #FF7A00
}

.landing__lesson .lesson__character {
  animation: bounce 1s ease infinite alternate;
}

@keyframes bounce {
  0% {
    text-shadow:
      0 5px 0 #ccc,
      0 2px 3px rgba(0, 0, 0, 1);
  }

  100% {
    transform: translateY(-20px);
    text-shadow: 0 50px 0 black,
      0 0px 20px rgba(0, 0, 0, .8);
  }
}

.landing__lesson .lesson__character img {
  margin-bottom: -14rem;
  max-width: 397px !important;
}

.form__submission__popup .modal-content {
  background-image: url('../media/landing/form__popup.webp');
  background-size: cover;
  background-position: center;
}

.form__submission__popup .modal-content .img-wrp img {
  margin-block: -55px;
}

.form__submission__popup {
  --bs-modal-bg: var(--bs-bg-one);
  --bs-modal-border-width: 0px;
  --bs-modal-border-radius: 1.25rem;
}

.form__submission__popup .modal-lg {
  --bs-modal-width: 798px;
}

.form__submission__popup .modal-content {

  padding: 50px;
}

/* form  */
.form-control:focus{border-color: var(--bs-primary) ;}
.form-control{color: #777777; font-size: 14.26px;}
/* end  */
.landing__lesson .lesson__course .modal-header button {
  display: block;
  filter: none;
  width: 35px;
  height: 30px;
  background-color: #ffffff;
  opacity: 1;
  margin: 0;
  margin-left: auto;
  /* margin: 0; */
  border-radius: 10px 10px 0px 0px;
}

.landing__lesson .lesson__course .modal-dialog{--bs-modal-width:1260px;}


.video-thumb {
  border-radius: 1rem;
  overflow: hidden;
}

.video-thumb iframe {
  border: 0;
}

.video-play-btn {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 96px;
  height: 96px;
  border: 0;
  border-radius: 9999px;
  background: #ffffffdd;
  backdrop-filter: blur(4px);
  display: grid;
  place-items: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .25);
  transition: transform .15s ease;
  cursor: pointer;
}

.video-play-btn:hover:not(.main-v-btn) {
  transform: scale(1.04);
}

.video-play-btn:active:not(.main-v-btn) {
  transform: scale(0.98);
}

.play-triangle:not(.play-btn) {
  width: 0;
  height: 0;
  border-left: 26px solid #ff7a00;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  margin-left: 4px;
}


.video-play-btn.main-v-btn,.video-play-btn.main-v-btn span{background: none !important;    box-shadow: none;    backdrop-filter: blur(0px);}
/* .video-play-btn .main-v-btn:hover{ transform: scale(1);} */


  .accordion.primary-accordion{
    --bs-accordion-btn-icon:url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8%200.249512C8.41421%200.249512%208.75%200.586275%208.75%201.00049V7.25049H15.0039C15.4181%207.25049%2015.7539%207.58628%2015.7539%208.00049C15.7536%208.41448%2015.418%208.75049%2015.0039%208.75049H8.75V15.0005C8.74974%2015.4145%208.41405%2015.7505%208%2015.7505C7.58595%2015.7505%207.25026%2015.4145%207.25%2015.0005V8.75049H1.00391C0.589855%208.75049%200.25417%208.41448%200.253906%208.00049C0.253906%207.58627%200.589693%207.25049%201.00391%207.25049H7.25V1.00049C7.25%200.586275%207.58579%200.249512%208%200.249512Z%22%20fill%3D%22black%22%20fill-opacity%3D%220.5%22%2F%3E%3C%2Fsvg%3E");
    --bs-accordion-btn-active-icon:url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8%200.249512C8.41421%200.249512%208.75%200.586275%208.75%201.00049V7.25049H15.0039C15.4181%207.25049%2015.7539%207.58628%2015.7539%208.00049C15.7536%208.41448%2015.418%208.75049%2015.0039%208.75049H8.75V15.0005C8.74974%2015.4145%208.41405%2015.7505%208%2015.7505C7.58595%2015.7505%207.25026%2015.4145%207.25%2015.0005V8.75049H1.00391C0.589855%208.75049%200.25417%208.41448%200.253906%208.00049C0.253906%207.58627%200.589693%207.25049%201.00391%207.25049H7.25V1.00049C7.25%200.586275%207.58579%200.249512%208%200.249512Z%22%20fill%3D%22black%22%20fill-opacity%3D%220.5%22%2F%3E%3C%2Fsvg%3E");
    --bs-accordion-btn-focus-box-shadow:none;
    --bs-accordion-active-color:#000;
    --bs-accordion-btn-color:#000;
    --bs-accordion-btn-icon-width:1rem;
    --bs-accordion-btn-icon-width:1rem;
  }

   .accordion.primary-accordion .accordion-item{
    padding-right: 20px;
   }

  .accordion.primary-accordion .accordion-item:first-child{border-top: 0;}
  .accordion.primary-accordion .accordion-item:last-child{border-bottom: 1px solid #D4D4D4;}
.lix-shadow{
  position: relative;
}
  .lix-shadow:before{
        content: "";
    width: 397px;
    height: 15px;
    position: absolute;
    left: 40%;
    bottom: -150px;
    z-index: 1111;
    background: rgba(255, 116, 0, 0.1);
    filter: blur(6.6px);
    border-radius: 87px;
  }

  .check___list__fill.banner_list li::before{
    top: 14px;
  }
.never-learn{    margin-bottom: -14px;}
  #contactForm   .btn.btn-md-sm{--bs-btn-padding-x: 1.5rem;    --bs-btn-padding-y: .9rem;}
/* <===========media query =============> */

@media(min-width:991px) and (max-width:1024px){
  .height-container{height: 4rem !important;}
ul.vertical__slide li {
    margin: 0;
    padding: 0;
    line-height: 1.3rem;
    height: 2em;}
}

@media (min-width: 1200px) {
    .col-xl-4.main-form-col {
        flex: 0 0 auto;
        width: 35.33333333%;
    }
}

@media (max-width: 1399px) {
  .landing__hero {
    padding-block: 10rem 5rem;
  }
}

@media (max-width: 1199px) {
  .lh-1-1 {
    line-height: 1.3;
  }

  .landing__lesson .lesson__character img {
    margin-bottom: -10rem;
  }
}

@media (max-width: 1024px) {
  .vertical__slide span.display-1{
    font-size: calc(.6rem + 4.5vw);
  }

   .lix-shadow:before{
     width: 120px;
    height: 15px;
    left: 40%;
    bottom: -120px;
    background: rgba(255, 116, 0, 0.1);
    filter: blur(4.6px);
    border-radius: 87px;
   }
}

@media (max-width: 991px) {
  /* typo  */
  /* btns  */
  .btn.btn-md-sm{
        --bs-btn-padding-x: 2rem;
    --bs-btn-padding-y: 14px;
        --bs-btn-line-height: 1rem;
  }
  
  #contactForm   .btn.btn-md-sm{--bs-btn-padding-x: 1.5rem;}
  .btn-lg-sm{
    --bs-btn-padding-x: 5.25rem;
    --bs-btn-padding-y: 1rem;
    --bs-btn-font-size: 1.2rem;
  }
  /* btns  */
  .fs-4{font-size: calc(1rem + .2vw) !important;}
  .display-4{font-size: calc(1.521rem + 2.7vw);}
  .display-4.fs-m-21{font-size: calc(.9rem + 1.8vw);}
  .fs-m-19{font-size: 1.1875rem !important;}
  .fs-m-16{font-size: 1rem !important;}
  .landing__cta .fs-m-16{font-size: 1.5rem !important;}
  .fs-m-15{font-size: .9375rem !important;}
  .fs-m-14{font-size: .9rem!important;}
  .fs-m-24{font-size: calc(1.5rem + .2vw) !important;}
  .fs-m-30{font-size: clamp(30px, 4vw, 52px);}


  .fw-light-m{
    font-weight: 300 !important;
  }
 




  .landing__hero .landing__form {
    margin-top: 5rem;
  }

  .landing__hero .offer__badge{
        bottom: auto;
    margin-left: 0rem;
    margin-top: 1rem;
  }

 /* form  */
 .landing__form{font-size: 14px;margin-bottom: 6px;}

 /* form  */
 /* quiz  */
 .landing__lesson .course__list .lesson-row, .landing__lesson .course__list .quiz-row{gap: 0;align-items: flex-end;padding: 16px 0px;}
 
 .landing__lesson .course__list .row-left{    gap: 10px;}
 #courseRows .row-time{margin-left: -30px;font-size: 14px;}
 .landing__lesson .lesson__character img{max-width: 214px !important;}

 /* verticle slide  */
  .vertical__slide span.display-1{font-size: calc(.9rem + 2vw);}
  /* .certificate__management .height-container{height: 50px !important;} */
  /* Container should match li height */
/* .certificate__management .height-container {
  height: 2.5em;  
  line-height: 1.5em;
  overflow: hidden;
}
.vertical__slide li {
  height: 1.5em;
  line-height: 1.5em;
  white-space: nowrap; 
}


.vertical__slide li {
  height: 1.5em;
  line-height: 1.5em;
  white-space: nowrap; 
} */

  .certificate__management .img-wrp img{width: 92px;height: 92px;top: -2.8rem;left:0;}

  /* end  */

  /* meet mentor  */
  .meet__character .swiper-pagination .swiper-pagination-bullet{
    height: 9px;
    width: 9px;
    margin: 0px 3px;
  }
  .meet__character .swiper-pagination{
    bottom: 35px;

  }

  .never__learn__alone .img-wrp {
    margin-bottom: -15px;
  }
  
  .never__learn__alone .img-wrp .small {
    margin-bottom: -30px;
    width: 60%;
     left: 13px;
     bottom: 23px !important;
  }


  /* faq   */
  .accordion.primary-accordion{
        --bs-accordion-body-padding-x: 0rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-btn-icon-width: 1.4rem;
    
  }
.primary-accordion .accordion-button{ font-size: 1.125rem; font-weight: 500 !important;}
.primary-accordion .accordion-body {
    font-size: 18px;
}

.landing__footer__cta .img-wrp img {
    margin-top: -110px;}



  .never__learn__alone .big{
        position: relative;
    right: -17px;
    top: -7px;
  }
  
  .landing__footer__cta .img-wrp img {
    margin-bottom: 0px;
  }

  .landing__cta .wrapper .user__imgs img{
    width: 40px;
    margin: 0 -10px
  }


  .landing__cta .wrapper{
    background-image: url('../media/landing/trader__cta_m.webp') !important;
  }
  .landing__cta p{
        line-height: 1.5 !important;
  }



}


@media (max-width: 768px) {
  .landing__header .navbar {
    --bs-navbar-padding-y: .9375rem
  }

  .landing__header.header-transparent .navbar-brand img {
    width: 120px;
  }

  .landing__header.header-transparent {
    margin-bottom: -80px;
  }

  .landing__hero {
    padding-block: 5.6875rem 1.875rem;
  }

  .landing__hero .content-wrp h1 {
    font-size: 34px;
  }

  .landing__hero .check___list__fill li {
    font-size: 14px;
    padding-block: 7px;
    padding-left: 23px;
  }

  .landing__hero .check___list__fill li::before {
    width: 16px;
    height: 16px;
    top: 8px;
  }

  .landing__hero .landing__form {
    --bs-card-spacer-x: 1.375rem;
    --bs-card-spacer-y: 2rem;
    margin-inline: 16px;
  }
  .landing__hero .landing__form .card-body{
        padding-top: 3rem;
  }
}

@media (max-width: 600px) {
  .landing__lesson .course__list .row-left .content-wrp h4 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 275px;
    font-size: 16px;
  }

.landing__lesson .course__list .quiz-row .row-left .content-wrp h4{
  width: 200px;
}

  .landing__lesson .course__list :is(.lesson-row, .quiz-row)::before{
    width: 82%;
  }
  .landing__lesson .course__list .lesson-row, .landing__lesson .course__list .quiz-row{
    padding: 18px 0px;
  }



}