img {
  max-width: 100%;
}
html, body {
  overflow-x:hidden;
  /*height:100%;*/
}
.home-header {
  padding-top: 12px;
  padding-bottom: 12px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  background: rgb(10 10 64);
  z-index: 99;
}
.home-header img {
  max-height: 50px;
}
.home-header .navbar {
  justify-content: center;
    background: rgb(0 0 0 / 59%);
    border-radius: 30px;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    border: 1px solid rgb(255 255 255 / 17%);
}
.home-header .navbar-nav {
  margin: 0 auto;
}
.home-header .nav-item {
  padding: 0 15px;
}
.home-header .nav-link {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  transition: color 0.3s ease;
  text-transform: uppercase;
}
.home-header .nav-link:hover,
.home-header .nav-link.active {
  color: #fe0007;
}
.theme-design .btn-primary {
  background-color: #fe0007;
  border-color: #fe0007;
  border-radius: 30px;
}
.theme-design .btn-primary:hover {
  border-color: #fe0007;
  color: #fe0007;
  background: #fff;
}
.theme-design .btn-secondary {
  background-color: #0002c1;
  border-color: #0002c1;
}
.theme-design .btn-secondary:hover {
  border-color: #0002c1;
  color: #0002c1;
  background: #fff;
}
.theme-design .btn-outline-primary {
  border-color: #0002c1;
  color: #0002c1;
}
.theme-design .btn-outline-primary:hover {
  background-color: #0002c1;
  border-color: #0002c1;
  color: #fff;
}
.theme-design .main-title {
  font-weight: 700;
  color: #313131;
  font-size: 50px;
}
.theme-design .paragraph {
  color: #000;
  font-size: 16px;
  font-weight: 300;
}
.theme-design .sub-title {
  font-weight: 700;
  color: #313131;
  font-size: 35px;
}
.home-header .btn {
  min-width: 140px;
      border-radius: 40px;
}
.home-banner{
  /* background: #ffd9d9;
background: linear-gradient(162deg, rgba(255, 217, 217, 1) 0%, rgba(255, 255, 255, 1) 44%, rgba(230, 230, 255, 1) 100%); */
/* padding-top: 110px; */
background: url(../images/banner.jpg) center;
background-size: cover;
}
.home-banner h1 {
  font-weight: 700;
  margin-top: 70px;
  color: #fff;
  font-size: 58px;
}
.home-banner p {
  color: #fff;
  margin-top: 20px;
  font-size: 18px;
  margin-bottom: 30px;
}
.home-banner .btn {
  border-radius: 30px;
  min-width: 170px;
  padding: 15px 10px;
}
.home-banner .btn-light {
  background: #fff;
  color: #535353;
  border-color: #fff;
}
.home-banner .btn-lg {
  font-size: 18px;
  font-weight: 500;
}
.banner-img{
    max-height: 500px;
}
.banner-bottom {
  /*background-image: url(../images/banner-bottom-shape.png);*/
  background: #0006af;
  background-position: center;
  /*min-height: 150px;*/
  /*margin-top: -45px;*/
  position: relative;
  z-index: 999;
  /*background-size: cover;*/
     padding-top: 30px;
    padding-bottom: 30px;
}
.banner-bottom h4 {
  color: #fff;
  /*font-weight: 600;*/
  font-size: 22px;
}
.banner-bottom img {
  height: 36px;
  margin-right: 10px;
}
.sec-one {
  padding-top: 80px;
  padding-bottom: 80px;
}
.sec-one-box {
  border: 1px solid #EAEAEA;
  padding: 20px;
  border-radius: 20px;
  background: #FFFCF4;
}
.sec-one-box h2{
    font-size: 24px;
    margin-top: 22px;
    margin-bottom: 15px;
}
.sec-one-box img {
  height: 26px;
  margin-bottom: 10px;
}
.sec-one-padding {
  padding-left: 100px;
}
.box-icon{
    height: 55px;  
    width: 55px;
    line-height: 55px;
    display: inline-block;
    background: #e9e7f1;
    border-radius: 100%;
    line-height: 61px;
    text-align: center;
}
.sec-two {
  padding-top: 80px;
  padding-bottom: 80px;
  /* background: url(../images/bg-2.jpg) center no-repeat; */
  background-size: cover;
  position: relative;
  background: #02042e;
      border: 2px solid #0002c1;
/* background: linear-gradient(162deg, rgba(0, 6, 175, 1) 0%, rgba(254, 0, 7, 1) 100%); */
}
/* .sec-two::before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
background: #0006AF;
background: linear-gradient(162deg, rgba(0, 6, 175, 1) 0%, rgba(254, 0, 7, 1) 100%);
  width: 100%;
  height: 100%;
  opacity:0.7;
} */
.sec-two-box {
    background: #ffd9d9;
background: linear-gradient(162deg, rgba(255, 217, 217, 1) 0%, rgba(255, 255, 255, 1) 44%, rgba(230, 230, 255, 1) 100%);
  /*border: 2px solid #59dcaa;*/
  padding: 30px;
  border-radius: 20px;
}
.box-two-icon{
        width: 40px;
}
.blue-box {
  padding: 20px;
  background: #0002c1;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.blue-box h2 {
  color: #fff;
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 0px;
}
.medal-img {
  max-height: 180px;
  margin-bottom: -80px;
}
.bg-yellow {
  background: #ffbe21;
  padding: 10px 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.bg-yellow h4 {
  font-weight: 700;
}
.sec-four {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #ffd9d9;
    background: linear-gradient(162deg, rgba(255, 217, 217, 1) 0%, rgba(255, 255, 255, 1) 44%, rgba(230, 230, 255, 1) 100%);
}
.expert-educators{
  padding: 70px 0;
  background: #fbfaf6;
  margin-top: 40px;
}
.expert-wrapper{
  /* border: 2px solid #111; */
  border-radius: 30px;
  padding: 30px;
  background: #fff;
  box-shadow: 0 35px 60px rgba(20,22,40,0.1);
  position: relative;
  overflow: hidden;
}
.expert-wrapper::before{
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  border: 1px dashed rgba(0,0,0,0.1);
  right: -160px;
  top: -120px;
}
/* .expert-wrapper::after{
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle at 30% 30%, rgba(254,0,7,0.15), transparent 70%);
  left: -80px;
  bottom: -60px;
} */
.expert-wrapper > *{
  position: relative;
  z-index: 2;
}
.expert-layout{
  row-gap: 50px;
}
/* .expert-content{
  max-width: 480px;
} */
.expert-eyebrow{
  display: inline-block;
  letter-spacing: 3px;
  font-size: 14px;
  font-weight: 700;
  color: #fe0007;
  margin-bottom: 15px;
}
.expert-heading{
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 35px;
}
.expert-copy{
  display: grid;
  gap: 20px;
}
.expert-copy-card{
  /* border: 1px solid #111; */
  border-radius: 15px;
  padding: 24px;
  background: #fffdf6;
  /* box-shadow: 0 15px 35px rgba(0,0,0,0.05); */
}
.expert-copy-card h6 {
  line-height: 26px;
 
}
.expert-copy-card h6 span{
  font-size: 22px ;
  font-weight: 700;
  margin-bottom: 12px;
  display: block;
  line-height: 28px;
}
.contact-card{
  background: linear-gradient(135deg, #fff6d6, #ffe8ec);
}
.plan-card{
  background: linear-gradient(135deg, #eff3ff, #fff);
}
.mentor-row{
  margin-top: 10px;
}
.mentor-carousel{
  margin-bottom: 20px;
}
.mentor-controls{
  display: flex;
  justify-content: flex-end;
}
.mentor-panel{
  /* border: 2px solid #111; */
  border-radius: 26px;
  padding: 30px;
  background: linear-gradient(135deg, #fe0009, #0002c1);
  box-shadow: 0 25px 45px rgba(0,0,0,0.08);
}
.mentor-next-btn{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 0px;
  border-radius: 999px;
  padding: 8px 20px;
  background: #fe0007;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.mentor-next-btn:hover{
  transform: translateX(4px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}
.mentor-card{
  border: 2px solid #ececec;
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
  min-height: 100%;
  height: 100%;
}
/* .mentor-card:hover{
  transform: translateY(-6px);
} */
.mentor-card .badge{
  z-index: 9;
  top: 10px;
  left: 10px;
}
.mentor-photo{
  width: 100%;
  height: 260px;
  object-fit: cover;
}
.mentor-details{
  padding: 16px;
  min-height: 159px;
}
.mentor-details h5{
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 8px;
}
.mentor-details p{
  margin-bottom: 15px;
  font-size: 15px;
  color: #555;
}
.mentor-link{
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  color: #111;
  border: 1px solid #111;
  border-radius: 999px;
  padding: 6px 14px;
  display: inline-block;
}
.mentor-link:hover{
  color: #000;
}
.expert-copy p{
  margin-bottom: 15px;
  font-weight: 500;
}
.contact-line{
  display: flex;
  gap: 15px;
  border-top: 1px solid #e4e0d4;
  border-bottom: 1px solid #e4e0d4;
  padding: 18px 0;
  margin: 20px 0;
  align-items: center;
}
.contact-line i{
  font-size: 32px;
  color: #111;
}
.contact-line a{
  text-decoration: none;
  font-weight: 700;
  color: #111;
}
.expert-cta{
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.expert-btn{
  /* border: 2px solid #111; */
  border-radius: 999px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.5px;
  padding: 12px 18px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  background: #0002c1;
}
.plan-tier{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 2px solid #111;
  border-radius: 18px;
  overflow: hidden;
}
.plan-tier .tier{
  background: transparent;
  border: none;
  padding: 12px 0;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
}
.plan-tier .tier:not(:last-child){
  border-right: 1px solid #111;
}
.plan-tier .tier.active{
  background: #111;
  color: #fff;
}
.sec-four .carousel-indicators [data-bs-target]{
        background-color: #aaa;
}
.testimonial-box {
  border: 2px solid #fe0009;
  border-radius: 20px;
  padding: 20px;
  /* margin-top: 100px; */
  margin-bottom: 50px;
  background: #fff;

}

.testimonial-box img {
  width: 60px;
  border-radius: 100%;
  border: 2px solid #0002c1;
}
.testimonial-box h6 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 0px;
  margin-top: 10px;
}
.testimonial-box small {
  color: #4f5665;
  font-size: 12px;
}
.learning-btn {
  background: #0002c1;
  color: #fff;
  padding: 10px 25px;
  text-decoration: none;
  border-radius: 30px;
  display: inline-block;
  transition: all 1s ease-out;
  border: 1px solid #0002c1;
}
.learning-btn:hover{
  background: #ffffff;
  color: #0002c1;
}
.sec-five {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}
.bg-icon-one {
  position: absolute;
  left: 0;
  top: 0;
}
.bg-icon-two {
  position: absolute;
  right: 0;
  top: 10%;
}
.bg-arrow {
  position: absolute;
  right: 0;

  bottom: 0;
}
.plan-box {
  
  border-radius: 25px;
  padding: 28px 30px;
  margin-top: 20px;
  position: relative;
  z-index: 10;
  transition: transform .28s ease, box-shadow .28s ease;
  background: #fff;
  border: 1px solid #0002c1;
}
/* Light gradient variants per plan */
/* .plan-basic{
background: linear-gradient(162deg, rgba(255, 217, 217, 1) 0%, rgba(255, 255, 255, 1) 44%, rgba(230, 230, 255, 1) 100%);
}
.plan-standard{
  background: linear-gradient(180deg, #ffffff 0%, #f6f9ff 100%); 
}
.plan-premium{
  background: linear-gradient(180deg, #ffffff 0%, #f7fff9 100%); 
} */
.plan-box:hover{
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(37,43,66,0.12);
}
.plan-featured{
  border: 2px solid #0002c1;
  box-shadow: 0 24px 60px rgba(0,2,193,0.18);
  transform: translateY(-6px);
  background: linear-gradient(180deg, #ffffff 0%, #f6f9ff 100%);
}
.plan-featured .plan-btn{
  background: #fe0007;
  box-shadow: 0 10px 24px rgba(254,0,7,0.18);
}
.plan-featured .price{
  color: #fe0007;
  border-color: #ffe0e0;
  background: #fff7f7;
}
.plan-badge{
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #0002c1;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  padding: 6px 12px;
  border-radius: 999px;
  border: 2px solid #e6eefc;
  z-index: 20;
}
.plan-sep{
  border: 0;
  border-top: 1px dashed #e6eaf2;
  margin: 14px 0 18px;
}
.plan-box h4 {
  font-weight: 800;
  color: #101828;
  display: block;
  text-align: center;
  font-size: 26px;
  margin-bottom: 28px;
  letter-spacing: -0.4px;
}
.plan-box ul {
  padding: 0px;
  margin: 0 0 10px 0;
}
.plan-box li {
  list-style: none;
  color: #22303a;
  line-height: 30px;
  font-size: 15px;
}
.plan-box li i {
  color: #0002c1;
  margin-right: 8px;
}
.plan-box .price {
  display: inline-block;
  font-weight: 800;
  color: #0002c1;
  font-size: 20px;
  padding: 10px 16px;
  border-radius: 10px;
  border: 2px solid #e6eefc;
  background: #ffffff;
}
.plan-box h5 {
  font-weight: 700;
  margin-top: 30px;
  color: #000;
  font-size: 16px;
  padding: 6px 10px;
}
.plan-box h5 small {
  font-weight: 400;
  font-size: 14px;
  color: #6b7280;
}
.plan-btn {
  background: #0002c1;
  color: #ffffff;
  padding: 10px 26px;
  text-decoration: none;
  border-radius: 30px;
  display: inline-block;
  transition: transform .18s ease, box-shadow .18s ease;
  border: none;
  margin-top: 20px;
}
.plan-btn:hover{
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0,2,193,0.18);
  color: #ffffff;
}
.sec-six {
  padding-top: 60px;
  padding-bottom: 60px;
 background: #0002C1;
background: linear-gradient(351deg, rgba(0, 2, 193, 1) 0%, rgba(196, 0, 7, 1) 100%);
}
.sec-six .main-title {
  color: #ffffff;
  margin-bottom: 10px;
}
.video-box {
  border-radius: 15px;
  background: #ffffff;
  margin-top: 20px;
}
.video-box a{
  text-decoration: none;
}
.video-box img {
  -moz-border-radius-topleft: 15px;
  -webkit-border-top-left-radius: 15px;
  border-top-left-radius: 15px;
  -moz-border-radius-topright: 15px;
  -webkit-border-top-right-radius: 15px;
  border-top-right-radius: 15px;
  width: 100%;
}
.video-content {
  padding: 20px;
}
.video-content h6 {
  color: #0002c1;
  font-size: 16px;
}
.video-content h4 {
  font-weight: 600;
  color: #252B42;
}
.video-content h5 {
     color: #000;
    font-weight: bold;
}
.video-content h5 span {
  text-decoration: line-through;
  color: #bdbdbd;
  margin-right: 5px;
  font-weight:400
}
.video-content p {
    color: #000000;
    font-size: 13px;
    /* margin-bottom: 0px; */
    padding: 6px 10px;
    font-weight: 400;
    /* border: 1px solid #e4e4e4; */
    border-radius: 19px;
    background: #f4f4f4;
}
.video-content p i {
  color: #0002c1;
  margin-right: 5px;
}
.buy-btn {
  background: #0002c1;
  color: #fff;
  padding: 10px 25px;
  text-decoration: none;
  border-radius: 5px;
  display: inline-block;
  margin-top: 15px;
  transition: all 1s ease-out;
  border: 1px solid #0002c1;
  border-radius: 30px;
}
.buy-btn:hover{
  background: #ffffff;
  color: #1565d8;
}
.book-bg {
  border-radius: 20px;
  margin-top: 50px;
  background: url("../images/bg-2.jpg") center;
  background-size: cover;
  position: relative;
}
.book-bg::before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
    border-radius: 20px;
}
.book-online {
  padding: 30px;
}
.book-online h2 {
  color: #fff;
  font-weight: 700;
  font-size: 40px;
  margin-top: 40px;
}
.book-btn {
  background: #0002c1;
  color: #fff;
  padding: 10px 25px;
  text-decoration: none;
  border-radius: 30px;
  display: inline-block;
  margin-top: 15px;
  transition: all 1s ease-out;
  border: 1px solid #0002c1;
}
.book-btn:hover{
  background: #ffffff;
  color: #1565d8;
}
.book-btn i {
  margin-right: 5px;
}
footer {
  background: #363636;
  padding-top: 30px;
  padding-bottom: 30px;
}
footer h5 {
  color: #ffffff;
  font-weight: 700;
}
footer ul {
  padding: 0px;
  margin: 0px;
}
footer li {
  list-style: none;
}
footer li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
}
footer p {
  color: #ffffff;
}
footer small {
  margin-bottom: 10px;
  display: inline-block;
  color: #ffffff;
}
.footer-bottom {
  padding-top: 20px;
  border-top: 1px solid #646464;
  margin-top: 20px;
}
.footer-bottom a {
  color: #ffffff;
  display: inline-block;
  text-decoration: none;
  padding-left: 20px;
}
.footer-bottom img{
  max-height: 35px;
}
.login-popup h4 {
  font-weight: 700;
  font-size: 23px;
  margin-bottom: 5px;
}
.login-popup p {
  font-size: 12px;
  color: #696f79;
}
.login-popup .form-label {
  font-size: 13px;
  margin-bottom: 2px;
}
.login-popup .modal-body {
  padding-top: 30px;
  padding-bottom: 30px;
}
.all-courses-header {
  background: #ffffff;
  border: 1px solid #5a5a5a;
  border-radius: 12px;
  padding: 30px;
  margin-top: 15px;
  margin-bottom: 30px;
}
.all-courses-header h4 {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 0px;
  line-height: 28px;
}
.all-courses-header img {
  max-width: 60px;
  float: left;
  margin-right: 8px;
}
.all-courses-header h5 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 0px;
}
.filter-bg {
  background: #0002c1;
  padding-top: 15px;
  padding-bottom: 15px;
}
.filter-bg h6 {
  color: #ffffff;
  font-weight: 600;
  display: inline-block;
  font-size: 17px;
  margin-right: 5px;
  margin-bottom: 0px;
}
.all-courses-page {
  padding-top: 30px;
  padding-bottom: 60px;
}
.all-courses-page .video-box {
  border: 1px solid #dddddd;
}
.pre-purchase-page {
  padding-top: 10px;
  padding-bottom: 30px;
}
.pre-purchase-page h4 {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 20px;
}
.video-frame{
    background: #fff;
  border-radius: 20px;
  /* border: 1px solid #cdcdcd; */
  padding: 20px;
}
.purchase-page-list {

  background: #fff;
  border-radius: 20px;
  /* border: 1px solid #cdcdcd; */
  padding: 20px;
}
.purchase-page-list ul {
  padding: 0px;
  margin: 0px;
}
.purchase-page-list li {
  list-style: none;
  display: block;
  padding-left: 23px;
  position: relative;
  line-height: 30px;
}
.purchase-page-list li i {
  position: absolute;
  left: 0;
  top: 0;
  color: #0002c1;
}
.profile-bg {
  background: #FFFCF4;
  padding: 20px;
  border-radius: 20px;
}
.profile-bg h5 {
  font-weight: 600;
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
}
.profile-bg img {
  max-width: 160px;
  margin-bottom: 20px;
  border-radius: 100%;
}
.profile-bg p {
  font-size: 14px;
}
.theme-accordian i {
  margin-right: 8px;
}
.theme-accordian .accordion-item {
  border: none;
}
.theme-accordian .accordion-button {
  font-weight: 600;
}
.theme-accordian .accordion-button:not(.collapsed) {
  color: #ffff;
  background-color: #1565d8;
  border-radius: 4px !important;
}
.theme-tab .nav-link {
  color: #000;
  font-weight: 600;
}
.theme-accordian .accordion-item {
  border: none;
}
.theme-tab {
  border: 1px solid #c7c7c7;
  border-radius: 5px; 
  padding-top: 15px;
  padding-bottom: 15px;
}
.theme-tab .active {
  color: #1565d8;
}
.my-questions {
 margin-bottom: 10px;
    /* border-bottom: 1px solid #d4d4d4; */
    background: #efefef;
    border-radius: 12px;
    padding: 15px;
}
.my-questions:hover{
  background: #ebf4ff;
}
.my-questions .btn-sm{
  font-size: 12px;
  border-radius: 30px;
}
.my-questions small{
  color: #727272;
  font-size: 12px;
}
.my-questions h5{
  color: #000000;
}
.my-questions a{
  text-decoration: none;
}
.my-questions p {
  color: #727272;
  font-size: 14px;
  margin-bottom: 0px;
}
.innerpage-header {
  padding-top: 20px;
  padding-bottom: 10px;
}
.innerpage-header .logo img{
  max-width: 170px;
}
.innerpage-header p{
  font-weight: 600;
  font-size: 18px;
}
/* .innerpage-bg{
  background: url(../images/vector.png) left top;
} */
.dashboard-design{
  background: #f7faf9;
}
.dashboard{
  border-radius: 0px 35px 35px 0px;
  padding-top: 5%;
}
.dashboard .nav {
  width: 100%;
}
.dashboard .nav li {
  width: 100%;
}

.dashboard .nav-link{
  color: #ffffff;
  padding-left: 13px !important;
  padding-right: 13px !important;
  width: 100%;
}
.dashboard .nav-link.active{
  color: #1565D8;
  background: #ffffff;
}
.dashboard-content{
  background: #f7faf9;
  min-height: 100vh;
  padding-left: 30px;
  padding-right: 30px;
}
.dashboard-content .card-title{
  color: #0002c1;
  font-weight: 700;
  margin-bottom: 20px;
}
.dashboard-content .card-text{
  margin-bottom: 10px;
  font-size: 14px;
}
.dashboard-content .card{
  margin-top: 20px;
  border-radius: 12px;
  border: 1px solid #777777;
}
.dashboard-content .video-box{
  border: 1px solid #5a5a5a;

}
.rocket {
  height: 95px;
}
.technology{
  height: 120px;
}
.theme-calendar table{
  width: 100%;
  text-align: center;
}
.course-plus{
  min-height: 408px;
  background: rgba(0, 0, 0, 0.06);
  margin-top: 20px;
  border-radius: 15px;
  padding-top: 50%;
}
.course-plus a{
 text-decoration: none;
  color: #0002c1;
}
.plan-bg{
  background: rgba(89, 220, 170, 0.86);
  position: fixed;
  padding: 20px;
  top: 0;
  bottom: 0;
  min-height: 100vh;
  width: 100%;
}
.plan-popup{
  margin: 0;
    float: right;
    width: 450px;
}
.plan-popup-content{
  height: 100vh;
  overflow-y: scroll;
  background: rgb(107, 240, 189);
}
.plan-popup .modal-footer{
  border: none;
}
.dashboard-header {
  padding-bottom: 30px;
}
.dashboard-header a{
  display: inline-block;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  border: 1px solid #1565D8;
  text-align: center;
  overflow: hidden;
  margin-left: 10px;
}
.dashboard-header a i{
  display: inline-block;
}
.counselling-form{
  background: #262524;
  padding-top: 50px;
  padding-bottom: 40px;
  min-height: 100vh;
}
.counselling-form .form-label{
  font-size: 14px;
}

/* chat box */
.chat-box{
  overflow: hidden;
  width: 100%;
  height: auto;
  position: relative;
}
.chatTitle{
  font-size: 17px;
  font-weight: 600;
  color: #000;
  display: inline-block;
}

:root{
  --chatboxH: 45px;
  --headerH: 55px;
  --paddingF: 10px;
}

/*.chat-box input[type=text]:focus, input[type=password]:focus{*/
/*  background: rgb(238, 238, 238);*/
/*}*/

/*.chat-box input[type=text]::placeholder, input[type=password]::placeholder{*/
/*  color: rgb(5, 5, 230);*/
/*  font-weight: 500;*/
/*}*/

.messageBox .textA{
  position: relative;
  width: 100%;
  height: 100%;
}

#message{
  resize: none;
  padding: 8px 10px;
  border-radius: 20px;
  border: none;
  background: rgb(230, 227, 255);
  outline: none;
  color: rgb(5, 5, 230);
  width: 100%;
  font-size: 17px;
  position: absolute;
  width: 100%;
  bottom: 0;
}


.messageBox i{
  font-size: 20px;
}
.button-s1 {
  width: 40px;
  padding: 5px;
  border-radius: 6rem;
  border: none;
  background: transparent;
  outline: none;
  color: rgb(5, 5, 230);
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.button-s1 span{
  font-size: calc(40px / 1.5) !important;
}

#genMeetLink a{
  color: rgb(5, 5, 230);
}

.messageBox{
  background-color: white;

  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  padding: 7px 27px;
}

.nameAlert{
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 130px;
  border-radius: 20px;
}

.chatArea{
  height: 70vh;
  width: 100%;
  padding: 16px;
  overflow-y: scroll;
}

.prof{
  min-width: 35px;
  min-height: 35px;
  margin: auto 10px 0 10px;
  background: black;
  color: white;
  font-weight: 700;
  text-align: center;
  border-radius: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.messArea{
  display: grid;
  grid-row-gap: 10px;
  font-size: 14px;
}

#sname{
  margin-left: 11px;
  margin-bottom: -6px;
  color: rgb(87, 87, 87);
}

.message{
  display: flex;
  width: fit-content;
  max-width: 40rem;
  margin-bottom: 35px;
}

.otherM{
  margin-right: auto;
}

.mMess{
  margin-left: auto;
  overflow: hidden;
}

.mMess .messArea .textM{
  background-color: blue;
  color: white;
  margin-left: auto;
  transition: .6s cubic-bezier(.07,.76,.13,1.02);
}

.newMmess{
  transform: translateY(100px) scale(3);
}

.otherM .messArea .textM{
  background-color: white;
}

.mMess .messArea .textM a{
  color: white;
}

.messArea .textM a{
  font-weight: 500;
}

.message .textM{
  width: fit-content;
  border-radius: 10px;
  padding: 10px;
  -webkit-box-shadow: 0px 5px 8px 5px rgba(0,0,0,0.03); 
  box-shadow: 0px 5px 8px 5px rgba(0,0,0,0.03);
  font-size: 17px;
}

.welcomeMess{
  text-align: center;
  margin-top: 20px;
}

.welcomeMess h1{
  font-weight: 600;
  font-size: 16px;
  margin-top: 8px;
}

.welcomeMess .img video{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.welcomeMess .img{
  width: 4rem;
  border-radius: 10%;
  overflow: hidden;
  height: 4rem;
  margin: auto;
}

.shareLink{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -80%);
  padding: 2rem;
  background-color: white;
  text-align: center;
  border-radius: 15px;
  transition: .4s;
  display: none;
  opacity: 0;
  z-index: 2;
}


.headerDet{
  width: 100%;
  height: var(--headerH);
  /* position: fixed; */
  top: 0;
  background-color: white;
  -webkit-box-shadow: 0px 5px 8px 5px rgba(0,0,0,0.03); 
  box-shadow: 0px 5px 8px 5px rgba(0,0,0,0.03);
  
  padding: 10px;
  transition: top 0.5s;
}
.headerDet .img{
  overflow: hidden;
  width: calc(var(--headerH) - 15px);
  height: calc(var(--headerH) - 15px);
  border-radius: 100%;
}



#titleFirst{
  width: 221px;
  text-overflow: ellipsis;
  overflow: hidden; 
  white-space: nowrap;
}




#goToDown{
  height: 35px;
  position: fixed;
  bottom: var(--chatboxH);
  right: 0;
  margin-right: 12px;
  width: 35px;
  transition: 0.5s;
}

.downDowny{
  bottom: -70px !important;
}

#goToDown span{
  cursor: pointer;
  font-size: 30px;
}

.showItem{
  transform: translate(-50%, -50%);
  opacity: 1;
}

.blackout{
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: .5s;
  z-index: 1;
}

.blackShow{
  opacity: 1;
}

.clickSettings{
  transform: rotate(180deg);
}

.changeW{
  transition: .7s;
}

.clickSettingsCont{
  width: 75%;
}

.settingsBar{
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  height: 100%;
  overflow: hidden;
  width: 25%;
  transform: translateX(400px);
  transition: .67s;
  padding:  46px 10px 0px 10px;
  overflow-y: scroll;
}

.blueTarget{
  color: blue;
}

.clickSettingsBar{
  transform: translateX(0px);
}

.settingsBar .headerSet{
  border-bottom: 1px solid rgb(199, 199, 199);
  padding-bottom: 19px;
  margin-bottom: 15px;
}

.errorsSide{
  position: absolute;
  bottom: 80px;
  right: 30px;
}

.errorsSide .bubble{
  background: rgba(255, 0, 0, 0.7);
  color: white;
  padding: 10px;
  border-radius: 12px;
  width: 20rem;
  opacity: 0;
  transition: 1s;
  transform: translateY(50px);
  display: none;
  margin-bottom: 10px;
  z-index: 3;
}




.errorsSide .bubble span{
  margin-right: 10px;
}

.errorsSide .bubble p{
  margin-right: 10px;
}

.bubbleAfter{
  opacity: 1 !important;
  transform: translateY(0px) !important; 
}

.bubbleGone{
  opacity: 0 !important;
  transform: translateY(-50px) !important; 
}

.timeId{
  text-align: center;
  margin: 12px;
  font-size: 13px;
}


::-webkit-scrollbar {    
width: 15px;
height: 15px;
border-left: #ededed solid 1px;
background-color: #fcfcfc;
border-top: #ededed solid 1px;
  }

::-webkit-scrollbar-thumb:hover{
cursor: pointer;
background: #c7c7c7;
width: 15px;
  background-clip: content-box;
  border: 4px solid transparent;
border-radius: 10px;
}

  ::-webkit-scrollbar-button {   
display: none;
  }

  ::-webkit-scrollbar-thumb {
background: #dbdbdb;
  background-clip: content-box;
  border: 4px solid transparent;
border-radius: 10px;

  }

.chat-attachment {
    position: relative;
    overflow: hidden;
    display: inline-block;
  }
  .chat-attachment input {
    position: absolute;
    font-size: 50px;
    opacity: 0;
    right: 0;
    top: 0;
  }
  .chat-attachment:hover{
    cursor: pointer;
  }
  .chat-attachment input:hover{
    cursor: pointer;
  }
  .download-btn{
    display: inline-block;
    border-radius: 20px;
    color: #000;
    width: 250px;
    padding: 12px 15px;
    background: #f0f3f4;
    text-decoration: none;
  }
  .download-image{
    display: inline-block;
    border-radius: 10px;
    color: #000;
    width: 250px;
    padding: 15px;
    background: #f0f3f4;
    text-decoration: none;
    position: relative;
    text-align: center;
  }
  .download-image i{
    position: absolute;
    left: 45%;
    top: 0;
    font-size: 22px;
    color: #000000;
    top: 40%;
    
  }
  
.forgot-password-form{
  background: #262524;
  min-height: 100vh;
}
.mh-100{
  min-height: 100vh;
}

/* end chat box */
 .video_ifm {
    width: 100%;
    min-height: 500px;
}

@media (max-width: 1400px) {
  .home-banner h1 {
    font-size: 48px;
  }
}
@media (max-width: 1200px) {
    .video_ifm {
  
    min-height: 340px;
}
  .home-banner h1 {
    font-size: 38px;
    margin-top: 40px;
  }
  .home-banner p {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
     .video_ifm {
    
    min-height: 260px;
}
  .sec-one-padding {
    padding: 15px;
  }
  .home-banner h1 {
    font-size: 28px;
    margin-top: 21px;
  }
  .home-banner p {
    margin-bottom: 15px;
    margin-top: 10px;
    font-size: 16px;
  }
  
  .banner-img {
    margin-top: 20px;
  
  }
  /*.banner-bottom {*/
  /*  margin-top: -85px;*/
  /*}*/
  .home-header 
  .btn {
    min-width: 80px;
  }
  .home-header .btn-lg {
    font-size: 17px;
  }
  .home-banner .btn-lg {
    font-size: 16px;
  }
  .home-banner .btn {
    min-width: 146px;
    padding: 10px;
  }
}
@media (max-width: 768px) {
  .boy-img{
    display: none;
  }
  .theme-design .main-title{
    font-size: 35px;
  }
  .banner-bottom h4 {
    color: #fff;
    /* font-weight: 600; */
    font-size: 22px;
    border: 1px solid #7c80ff;
    padding: 10px;
    border-radius: 10px;
}
    .filter-bg .form-control{
        margin: 6px 0px;
    }
    .plan-popup{
        width: 100%;
    }
    .pre-purchase-page .btn-primary{
        margin-bottom: 20px;
    }
    .sec-two-box{
        padding: 20px;
    }
  .filter-bg .btn{
   margin-bottom: 10px;
  }
  .profile-bg {
    margin-top: 20px;
  }
  .theme-video {
    margin-bottom: 20px;
  }
  .theme-tab {
    margin-bottom: 20px;
  }
  .medal-img {
    display: none;
  }
  .blue-box h2 {
    margin-bottom: 20px;
  }
  .banner-bottom {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .sec-one,
  .sec-two,
  .sec-one,
  .sec-five {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .sec-two-box {
    padding: 20px;
  }
}

/* New feature card styles for sec-two (desktop & general) */
.feature-card{
  background: rgba(2,6,23,0.06);
  border-radius: 15px !important;
  padding: 25px;
  /* box-shadow: 0 10px 30px rgba(2,6,23,0.06); */
  
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.18) !important;
}
.feature-card .accordion-button{
  background: none;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  outline: none !important;
  padding: 0px ;
}
.feature-card .accordion-button:not(.collapsed){
  box-shadow: none;
}
.feature-card h2{
  font-size: 2rem;
  color: #fff ;
}
.feature-card p{
  font-size:16px;
   color:#fff !important; 
   line-height: 29px;
  margin-bottom: 0px;
  }

.feature-card .accordion-body{
  padding:  15px 0px;  
}
.feature-illustration{
  max-width:240px}
.boy-img{
  position: absolute;
    bottom: 0;
    right: 0;
    width: 38%;
    /* max-height: 10 */
}
@media (max-width: 992px) {
  .feature-illustration{max-width:180px}
  .feature-card h2{font-size:1.6rem} 
}
   
/* .home-header .btn {
    min-width: auto;
    font-size: 12px !important;
    padding: 8px;
} */

.page-header{
    margin-top: 100px!important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

 .home-banner .carousel-item{
        min-height: 100vh;
        background-size: cover;
        background-position: center;
        border-radius: 0px !important;
        overflow: hidden;
        position: relative;
      }
      .home-banner .carousel-item::before{
        /* dark-blue overlay to improve contrast */
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(90deg, rgba(3,27,46,0.78) 0%, rgba(3,27,46,0.48) 55%, rgba(3,27,46,0.18) 100%);
        z-index: 1;
      }
      .home-banner .banner-inner{
        position: relative;
        z-index: 2;
        min-height: 640px;
        display:flex;
        align-items:center;
      }
      .home-banner .hero-title{
        color:#fff;
        font-weight:800;
        line-height:1.02;
        /* font-size:clamp(34px, 6.2vw, 52px); */
        margin-bottom:0.5rem;
        text-shadow:0 6px 18px rgba(0,0,0,0.35);
      }
      .home-banner .hero-sub{
        color:rgba(255,255,255,0.85);
        font-size:clamp(14px,1.6vw,18px);
        margin-bottom:1.25rem;
        max-width:680px;
      }
      .home-banner .hero-ctas .btn{
        border-radius:40px;
        padding:14px 26px;
        font-weight:600;
        box-shadow:0 8px 22px rgba(0,0,0,0.12);
      }
      .home-banner .btn-outline-light{
        background:rgba(255,255,255,0.06);
        color:#fff;
        border:1px solid rgba(255,255,255,0.12);
      }
      /* Circular arrow controls */
      .home-banner .carousel-control-prev,
      .home-banner .carousel-control-next{
        width:56px;
        height:56px;
        top:50%;
        transform:translateY(-50%);
        border-radius:50%;
        background:linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02));
        border:1px solid rgba(255,255,255,0.08);
        display:flex;
        align-items:center;
        justify-content:center;
        color:#fff;
        text-decoration:none;
        z-index:3;
      }
      .home-banner .carousel-control-prev{ left:18px; }
      .home-banner .carousel-control-next{ right:18px; }
      .home-banner .carousel-control-prev-icon,
      .home-banner .carousel-control-next-icon{
        filter: drop-shadow(0 3px 10px rgba(0,0,0,0.35));
        background-size: 20px 20px;
      }
      /* bottom stats style */
      .home-banner .banner-stats{
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0px;
        z-index:4;
        background: rgba(255,255,255,0.04);
        border-radius:0px;
        padding:12px 18px;
        display:flex;
        align-items:center;
        gap:14px;
        border-top:1px solid rgba(255, 255, 255, 0.25);
      
      }
      .home-banner .stat-avatars img{ width:44px; height:44px; border-radius:50%; object-fit:cover; border:2px solid #fff;}
      @media (max-width:767px){
        .home-banner .carousel-item{ min-height:520px; }
        .home-banner .banner-stats{ left:12px; right:12px; bottom:12px; }
      }

      /* new: header scroll styles */
      header, .navbar, .main-header {
        background: transparent;
        transition: background-color .28s ease, box-shadow .28s ease, color .28s ease;
        z-index: 9999;
      }
      header.scrolled, .navbar.scrolled, .main-header.scrolled {
        background-color: rgba(35, 35, 35, 0.95); /* change as needed */
        box-shadow: 0 6px 20px rgba(6,23,38,0.12);
        backdrop-filter: blur(6px);
      }
      /* Make sure links/icons remain visible when header becomes solid */
      /* header.scrolled a, .navbar.scrolled a, .main-header.scrolled a {
        color: #fff !important;
      } */
      @media (prefers-reduced-motion: reduce) {
        header, .navbar, .main-header { transition: none; }
      }
      
 

     .sec-how-it-works {
          padding: 60px 0;
          background: #FFFCF4;
        }
        .how-it-works-title {
          text-align: center;
          margin-bottom: 50px;
        }
        .how-it-works-title h2 {
          font-size: clamp(28px, 5vw, 42px);
          font-weight: 800;
          color: #000;
          margin-bottom: 12px;
        }
        .how-it-works-title p {
          color: #000;
          font-size: 1.05rem;
          max-width: 680px;
          margin: 0 auto;
        }
        .step-card {
          background: #fff;
          border-radius: 14px;
          padding: 32px 24px;
          text-align: center;
          box-shadow: 0 8px 24px rgba(18,38,63,0.08);
          transition: transform .3s ease, box-shadow .3s ease;
          position: relative;
          height: 100%;
        }
        .step-card:hover {
          transform: translateY(-8px);
          box-shadow: 0 14px 36px rgba(18,38,63,0.12);
        }
        .step-number {
          width: 56px;
          height: 56px;
          margin: 0 auto 16px;
          background: linear-gradient(135deg, #0002c1 0%, #fe0009 100%);
          border-radius: 50%;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 24px;
          font-weight: 800;
          color: #fff;
          box-shadow: 0 6px 20px rgba(254,0,9,0.25);
        }
        .step-icon {
          width: 56px;
          height: 56px;
          margin: 0 auto 16px;
          display: flex;
          align-items: center;
          justify-content: center;
        }
        .step-icon svg {
          width: 100%;
          height: 100%;
          color: #0002c1;
        }
        .step-card h3 {
          font-size: 1.35rem;
          font-weight: 700;
          color: #000;
          margin: 12px 0 12px;
        }
        .step-card p {
          color: #000;
          font-size: 0.96rem;
          line-height: 1.5;
          margin: 0;
        }
        @media (max-width: 767px) {
          .sec-how-it-works {
            padding: 40px 0;
          }
          .how-it-works-title {
            margin-bottom: 36px;
          }
        }

          .sec-about-us {
          padding: 70px 0;
          background: #fff;
        }
       
      
        .about-us-text h2 {
          font-size: clamp(28px, 5vw, 42px);
          font-weight: 800;
          color: #000;
          margin-bottom: 16px;
          line-height: 1.2;
        }
        .about-us-text > p {
          color: #000;
          font-size: 1.05rem;
          line-height: 1.7;
          margin-bottom: 28px;
        }
        .about-features {
          display: flex;
          flex-direction: column;
          gap: 20px;
          margin-top: 32px;
        }
        .feature-item {
          display: flex;
    gap: 16px;
    align-items: flex-start;
    padding: 18px;
    border: 1px solid #e6e6e6;
    border-radius: 15px;
    background: #fffcf4;
        }
        .feature-icon {
        width: 48px;
    height: 48px;
    min-width: 48px;
    /* background: linear-gradient(135deg, rgba(0, 2, 193, 0.1), rgba(254, 0, 9, 0.1)); */
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    border-radius: 15px;
    background: #dedede;
        }
        .feature-text h4 {
          font-size: 1.1rem;
          font-weight: 700;
          color: #000;
          margin: 0 0 6px 0;
        }
        .feature-text p {
          color: #000;
          font-size: 0.95rem;
          margin: 0;
          line-height: 1.5;
        }
        .about-us-image {
          flex: 1;
          min-width: 300px;
        }
        .about-us-image img {
          width: 100%;
          height: auto;
          border-radius: 25px;
          box-shadow: 0 20px 50px rgba(18, 38, 63, 0.12);
        }
        
        @media (max-width: 768px) {
          .sec-about-us {
            padding: 50px 0;
          }
          .about-us-content {
            flex-direction: column;
            gap: 40px;
          }
          .about-us-image {
            order: -1;
          }
        }
        .bg-primary{
          background: #0002c1 !important;
        }
        .mentor-modal-role{
          font-size: 24px;
          font-weight: 600;
          margin-top: 15px;
        }
        .mentor-modal-img{
          width: 100%;
        }
        .bg-gradient-main{
             background: #343D9B;
        background: linear-gradient(94deg, rgba(52, 61, 155, 1) 0%, rgba(43, 29, 122, 1) 47%, rgba(162, 14, 32, 1) 100%);
        }
        
        .inner-page-header{
         padding-top: 120px;
        background:url(../images/inner-banner.jpg) center;
        /*background: #343D9B;*/
        /*background: linear-gradient(94deg, rgba(52, 61, 155, 1) 0%, rgba(43, 29, 122, 1) 47%, rgba(162, 14, 32, 1) 100%);*/
        position: relative;
        padding-bottom: 60px;
      }
       .inner-page-header::before{
    content: "";
    position: absolute;
    left: 0; 
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(94deg,rgba(52, 61, 155, 1) 0%, rgba(43, 29, 122, 1) 47%, rgba(162, 14, 32, 1) 100%);
    /*opacity: 0.6;*/
   }
   
   @media (max-width: 480px) {
      .home-header .btn-lg {
        font-size: 14px;
    }
}