.body {
  background-color: white !important;

}


.mainSection {
  width: 100%;
  height: 110vh;
  background-image: url("assets/mainBackground.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;

}

.mainSection::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #001755;
  opacity: 0.5;
  z-index: 1;
  justify-content: center;
}

.nav-wrapper {
  position: absolute;
  top: 10px;
  width: 100%;
}

.custom-navbar {

  width: 100%;
  height: 90px;
  background-color: #FFFFFF;
  z-index: 1050;
}

.navbar-toggler {
  border: none !important;
  padding: 0.5rem;
  border-radius: 4px;
  box-shadow: none !important;
  outline: none !important;
  z-index: 9999;
}


.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler:focus-visible {
  box-shadow: none !important;
  outline: none !important;
  border: none !important;
}


.navbar-toggler-icon {
  background-image: none;
  width: 24px;
  height: 3px;
  background-color: #001755;
  display: block;
  position: relative;
}

.nav-link {
  font-family: 'Montserrat', sans-serif;
  transition: all ease-in-out 0.3s;
  cursor: pointer;
}

.nav-link:hover {
  color: #FF4F46;
  transform: translateY(-3px);
}

.nav-login {
  font-family: 'Montserrat', sans-serif;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #001755;
  left: 0;
}

.navbar-toggler-icon::before {
  top: -8px;
}

.navbar-toggler-icon::after {
  top: 8px;
}

.profilebtn {
  background-color: #FF4F46;
}

.nav-icons i {
  color: #0042A1;
  transition: transform 0.2s ease, color 0.2s ease;
  will-change: transform;

}

.nav-icons:hover i {
  color: #FF4F46;
  transform: translateY(-3px);

}

.nav-icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: transform 0.2s ease, color 0.2s ease;
  will-change: transform;
}

.nav-icons:hover .nav-icon-wrapper {
  transform: translateY(-3px);
  color: #FF4F46;
}

@media (max-width: 1180px) {

  .custom-navbar {
    width: 100%;
    /* margin: 20px auto; */
    background-color: #FFFFFF;
  }

  .main-text {
    padding: 0 4vw;
  }
}



.main-text {
  width: 80%;
  z-index: 1025;
  position: absolute;
  bottom: 20px;
  left: 0;

}

.main-content div h1 {
  font-weight: 700;
  font-family: 'Raleway', sans-serif;
  font-size: 3.33vw;
  ;
  color: #FFFFFF;
}

.main-para {
  font-weight: 500;
  font-family: 'Raleway', sans-serif;
  font-size: 1.875vw;
  /* line-height: 4.44vh; */
  color: #FFFFFF;
}

.buy-button {
  background-color: #FF4F46;
  color: white;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
}

.buy-button:hover {
  color: white;
  background-color: #FF4F46;
  box-shadow: 0 0 20px #FF4F46;
}

.buy-button:active,
.buy-button:hover:active,
.buy-button:active:hover {
  color: white;
  background-color: #d32f2f;
  box-shadow: none;
  transform: scale(0.98);
}

.resume-button {
  background-color: #FF4F46;
  color: white;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
}

.resume-button:hover {
  color: white;
  background-color: #FF4F46;
  box-shadow: 0 0 20px #FF4F46;
}

.resume-button:active,
.resume-button:hover:active,
.resume-button:active:hover {
  color: white;
  background-color: #d32f2f;
  box-shadow: none;
  transform: scale(0.98);
}

.cart-button {
  background-color: #ffffff;
  color: #00135C;
  font-family: 'Open Sans', sans-serif;
  border-color: #FF4F46;
  font-weight: 600;
}

.cart-button:hover {
  background-color: #ffffff;
  color: #00135C;
  border-color: #FF4F46;
  box-shadow: 0 0 10px #ff4f46;
}

.cart-button:active,
.cart-button:hover:active,
.cart-button:active:hover {
  color: #00135C;
  background-color: #d3d3d3;
  box-shadow: none;
  transform: scale(0.98);
}

.cta-button {
  background-color: #ff4f4f;
  color: white;
  border: none;
  padding: 0.75rem 1.5rem;
  font-family: 'Open Sans', sans-serif;
  border-radius: 6px;
  cursor: pointer;
}

.cta-button2 {
  width: 40%;
  background-color: #ff4f4f;
  color: white;
  border: none;
  padding: 0.75rem 1.5rem;
  font-family: 'Open Sans', sans-serif;
  border-radius: 6px;
  cursor: pointer;
}

.cta-button3 {
  margin: 20px 10px;
  background-color: transparent;
  color: white;
  border: 1px solid #FF4F46;
  padding: 0.75rem 1.5rem;
  font-family: 'Open Sans', sans-serif;
  border-radius: 6px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .mainSection {
    height: 120vh;
  }

  .main-text {
    width: 100%;
  }

  .main-content div h1 {
    font-size: 8vw;
  }

  .cta-button {
    width: 100%;
  }

  .cta-button2 {
    width: 80%;
  }

  .cta-button3 {
    width: 100%;
    margin: 20px 0px;
  }

  .main-para {
    font-size: 4vw;
  }

  .card-disabled {
    display: flex;

  }

  .arrow-btn {
    opacity: 0 !important;
  }

  .course-card {
    display: flex;
  }

}

.bubble-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;

}

.side-bubbles {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 6px;
}

.bubble {
  background-color: #FF4C4C;
  border-radius: 50%;
}

.bubble.small {
  width: 8px;
  height: 8px;
  margin-left: 10px;
}

.bubble.medium {
  width: 14px;
  height: 14px;
}

.bubble.large {
  width: 40px;
  height: 40px;
  margin-top: -14px;
}

.vectorImg {
  justify-content: center;
}

@media (max-width: 767.98px) {
  .mobileView {
    margin-top: 2vh;
    flex-direction: column-reverse;
  }

  .vectorImg {
    justify-content: flex-start;
  }
}

.card-active:hover {
  transform: scale(1.05);
  border: 2px solid #0042A1;
  box-shadow: 0 0 20px #bdbdbd;

}

.card-active:hover h6 {
  color: #0D6EFD;
}




.card-disabled {
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.4);
  transform: scale(1.05);
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  position: relative;
  height: 100%;
  transition: all 0.3s ease;
}

.card-body p {
  opacity: 0.6;

}

.card1,
.card2,
.card3 {
  position: relative;
  overflow: visible;
  max-width: 350px;
  min-height: 470px;
  height: auto;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

@media (max-width: 768px) {

  .card1,
  .card2,
  .card3 {
    width: 95%;
  }

  .img-fluid {
    max-width: 80%;
    height: auto;
  }
}

.course-card {
  border: 1px solid #bdbdbd;
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  height: 100%;
  transition: all 0.3s ease;
}





.card-body {
  padding: 20px;
}

.arrow-btn {
  position: absolute;
  bottom: -10px;
  right: 0px;
  background-color: #FF4F46;
  color: white;
  border: none;
  border-radius: 8px;
  opacity: 0;
  width: 80px;
  height: 80px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 12px rgba(255, 79, 70, 0.4);
  cursor: pointer;

}

.course-card:hover .arrow-btn {
  opacity: 1;
}

.image-wrapper {
  width: 100%;
  height: 180px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}



.card1 {
  background-image: url('assets/Frame1.svg');
  background-size: cover;
  background-position: center;

}

.card2 {
  background-image: url('assets/Frame2.svg');
  background-size: cover;
  background-position: center;

}

.card3 {
  background-image: url('assets/Frame3.svg');
  background-size: cover;
  background-position: center;

}

.card1:hover {
  box-shadow: 0 8px 20px rgba(105, 104, 104, 0.4);
  opacity: 0.85;
  transform: scale(1.05);
  /* zoom in 5% */
  cursor: pointer;
}

.card2:hover {
  box-shadow: 0 8px 20px rgba(105, 104, 104, 0.4);
  opacity: 0.85;
  transform: scale(1.05);
  /* zoom in 5% */
  cursor: pointer;
}

.card3:hover {
  box-shadow: 0 8px 20px rgba(105, 104, 104, 0.4);
  opacity: 0.85;
  transform: scale(1.05);
  /* zoom in 5% */
  cursor: pointer;
}

.fade-up {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes movePattern {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 1000px 0;
  }
}

.testimonial-section {
  position: relative;
  background-color: #0042A1;
  z-index: 0;
  overflow: hidden;
  height: 100vh;

}

.testimonial-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('assets/pattern5.png');
  background-repeat: repeat;
  background-size: 80px;
  opacity: 0.1;
  z-index: -1;
  animation: movePattern 60s linear infinite;
}

.testimonial-inner {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}


.testimonial-section.visible .testimonial-inner {
  opacity: 1;
  transform: translateY(0);
}

.testimonial-text {
  font-weight: 500;
}

.testimonial-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('assets/pattern5.png');
  background-repeat: repeat;
  background-size: 80px;
  opacity: 0.1;
  z-index: -1;
  animation: movePattern 60s linear infinite;
}

.testimonial-title {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 3rem;
  color: #FFFFFF;
}

.testimonial-title span {
  color: #e63946;
}

.carousel-inner .items {
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  border-radius: 1rem;
  max-width: 1090px;
  margin: 0 auto;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  height: 70vh;
}

.testimonial-img {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-top-left-radius: 10px;
  /* top-left corner */
  border-bottom-left-radius: 10px;
}

.testimonial-img img {
  width: 100%;
  /* max-width: 350px; */
  height: 70vh;
  object-fit: cover;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-top-left-radius: 10px;
  /* top-left corner */
  border-bottom-left-radius: 10px;
}


.testimonial-text {
  flex: 2;
  padding-left: 2rem;
  background-color: white;
}

.testimonial-text .quote {

  margin-bottom: 2rem;
}



.testimonial-text .fw-bold {
  color: #000;
  margin-top: 1rem;
}


.carousel-indicators {
  bottom: -50px;
}

.carousel-indicators button[data-bs-target] {
  background-color: #FFFFFF;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  opacity: 0.4 !important;
  transition: opacity 0.3s ease-in-out;
}

.carousel-indicators button.active {
  opacity: 1 !important;
  background-color: #F24E1E;
}


@media (max-width: 767.98px) {

  .testimonial-section {
    height: auto;
    padding: 2rem 1rem;
  }

  .testimonial-text .quote {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .carousel-inner .items .row {
    height: 120vh !important;
    align-items: flex-start !important;
  }

  .carousel-inner .items {
    flex-direction: column;
    text-align: center;
    background: white;
    justify-content: flex-start;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    height: 147vh;
    /* margin: 1rem; */
  }

  .testimonial-inner {
    padding: 0px;
  }

  .testimonial-img {
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 0px;
  }

  .testimonial-img img {
    width: 100%;
    height: auto;
    min-height: 60vh;
    object-fit: cover;
    border-radius: 0;
  }

  .testimonial-text {
    padding: 8px;
    background-color: white;
    color: #000;
    font-size: 16px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
  }

  .testimonial-title {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 2rem;
  }



  .testimonial-text p {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }


}


.section-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1rem;
}

.heading {
  display: flex;
  flex-direction: row;
  gap: 10rem;
}

.heading h2 {
  font-size: 2rem;
}

.heading h1 span {
  color: #FF4E42;
}

.heading p {
  max-width: 600px;
  font-size: 1rem;
}


.main-card {

  background-color: #ff4e42;
  color: white;
  border-radius: 20px;
  width: 90%;
  /* max-width: 1000px; */
  height: 80vh;
  margin: 2rem auto;
  display: flex;
  align-items: center;
  justify-content: space-between;

}

.main-card2 {

  background-color: #70C9D7;
  color: #191919;
  border-radius: 20px;
  width: 90%;
  height: 80vh;
  margin: 2rem auto;
  display: flex;
  align-items: center;


}

.main-card-img {
  position: relative;
  width: 40%;
  height: 80vh;
}

.building-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;


}

.circle-img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: auto;

}

.main-card-text {
  width: 60%;
  font-family: sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.main-card2-text {
  width: 80%;
  font-family: sans-serif;
  display: flex;
  justify-content: flex-end;

}

.stat {
  font-size: 3.5rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
}

.desc {
  font-size: 1.6rem;
  font-weight: 500;
  max-width: 500px;
}


@media (max-width: 768px) {
  .main-card {
    padding-left: 0;
    height: 40vh;

  }

  .main-card2 {
    padding-left: 0;
    height: 40vh;

  }

  .main-card-img {
    height: 40vh;
  }

  .main-card2-img {
    height: 40vh;
  }


  .building-img {
    width: 100%;

  }

  .circle-img {
    width: 100%;

  }

  .stat {
    font-size: 2.5rem;
  }

  .desc {
    font-size: 1.2rem;
  }
}


.sub-section {
  background: #FF4E42;
  color: #fff;
}

.sub-section-cont {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 0;
  overflow: hidden;
}

.sub-section-contents {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 0;
  overflow: hidden;
}

.sub-section p {
  font-weight: bold;
  font-size: 1.2rem;
}

.sub-section button {
  margin-top: 1rem;
  background: #fff;
  color: #FF4E42;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 10px;
  font-weight: bold;
  cursor: pointer;
  opacity: 0;
  transform: translateY(60px);
  transition: all 0.8s ease;
}

.heading2 {
  width: 30%;
  opacity: 0;
  transform: translateY(60px);
  transition: all 0.8s ease;
}

.heading2 h2 {
  color: #272727;
}

.heading2 h2 span {
  color: #FFFFFF;
}

.sub-section.visible .heading2,
.sub-section.visible button {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 768px) {
  .sub-section-cont {
    flex-direction: column;
    text-align: center;
  }

  .sub-section button {
    width: 80%;
  }

  .heading2 {
    width: 80%;
  }
}


.contact-section,
.contact-section2 {
  position: relative;
  background-color: #0042A1;
  z-index: 0;
  overflow: hidden;
}

.contact-section::before,
.contact-section2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('assets/pattern5.png');
  background-repeat: repeat;
  background-size: 80px;
  opacity: 0.1;
  z-index: -1;
  animation: movePattern 60s linear infinite;
}

.trainings-contact-section {
  position: relative;
  background-color: #0042A1;
  z-index: 0;
  overflow: hidden;
}

.trainings-contact-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('assets/pattern5.png');
  background-repeat: repeat;
  background-size: 80px;
  opacity: 0.1;
  z-index: -1;
  animation: movePattern 60s linear infinite;
}

.form-box {
  background: #fff;
  padding: 35px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  color: #000;
}

.form-control1 {
  width: 100%;
  margin-bottom: 20px;
  padding: 20px;
  background-color: #f1ecec;
  border-color: #979797;
}

.submit-btn {
  background-color: #f54436;
  border: none;
  color: white;
  padding: 15px 40px;
  border-radius: 5px;

}

.social-icons {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}

.social-icons div {
  background-color: #FFFFFF;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
}

.footer-links a {
  font-size: 16px;
  display: block;
  color: white;
  text-decoration: none;
  margin-bottom: 5px;
}

.footer-text {
  font-size: 14px;
}

.sec5-img {
  width: 160px;
  height: auto;
}

.contact-info {
  text-align: left;
  font-size: 1.4vw;

}

.location-phone p {
  line-height: 1.8;
}


.footer-links a {
  display: block;
  line-height: 3.2;
}

@media (max-width: 768px) {
  .contact-info {
    text-align: left;
    margin-top: 30px;
    font-size: 16px;
  }

  .sec5-img {
    width: 120px;
  }

  .footer-links a {
    font-size: 16px;
    line-height: 2.8;
  }

  .location-phone p {
    font-size: 16px;
    line-height: 2;
  }

  .submit-btn {
    width: 100%;
  }

  .social-icons {
    justify-content: flex-start;
  }

  .social-icons div {
    width: 36px;
    height: 36px;
  }

  .footer-text {
    font-size: 12px;
    padding-bottom: 20px;
  }
}

.custom-navbar .navbar-collapse {
  justify-content: space-between;
}

@media (max-width: 991px) {
  .custom-navbar .navbar-collapse {
    background-color: #ffffff;
    width: 100%;
    margin: 0;
    padding: 1rem 1rem 2rem;
    box-sizing: border-box;
  }

  .custom-navbar .navbar-nav {
    width: 100%;
  }


  .custom-navbar .navbar-nav .nav-link {
    color: #000000 !important;
    padding: 0.75rem 1rem;

  }

  .custom-navbar .navbar-nav .btn {
    margin-top: 0.5rem;
    margin-left: 0.5rem;
  }
}



.action_whatsapp {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 2000;
}

.action_chatbot {
  position: fixed;
  bottom: 120px;
  right: 40px;
  z-index: 2000;
}

@media (max-width: 768px) {

  .action_chatbot {
    right: 0px;
    bottom: 70px;
  }

  .action_whatsapp {
    right: 0px;
    bottom: 10px;
  }
}

.text-block-wrapper {
  position: relative;
  padding-bottom: 70px;
  font-weight: 500;
}

.floating-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20%;
  height: auto;
  animation: floatUpDown 3s ease-in-out infinite;
}

@keyframes floatUpDown {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(0);
  }
}




.course-card {
  margin: 10px;
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  /* height: 110%; */
  transition: all 0.3s ease;
}

.course-card:hover {

  .course-title,
  .course-lessons,
  .course-instructor {
    color: #0042A1;
  }
}

@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.4;
  }

  100% {
    opacity: 1;
  }
}

.limited-offer-wrapper {
  position: absolute;
  top: -38px;
  left: -38px;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  border: 4px solid #ff4f4f;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  background-color: transparent;

  animation: blink 2s infinite;
}

.limited-offer {
  background-color: #ff4f4f;
  color: white;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-weight: bold;
  line-height: 1.1;
}

.fav-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  position: absolute;
  top: 30px;
  right: 30px;
  background: white;
  border-radius: 10px;
  padding: 10px;
  cursor: pointer;
  z-index: 3;
}

.fav-icon:hover img {
  fill: blue;
}

.course-image {
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
  height: auto;
}

.course-title {
  /* text-wrap-mode: nowrap; */
  font-size: 1.1rem;
  font-weight: bold;
  margin: 0;
}

.course-lessons {
  font-weight: 600;
  color: #666;
  opacity: 0.6;
}

.course-instructor {
  font-size: 14px;
  opacity: 0.6;
}

.price {
  font-weight: bold;
  font-size: 16px;
}

.old-price {
  text-decoration: line-through;
  color: gray;
  font-size: 14px;
}

.btn-custom {
  font-size: 13px;
  padding: 6px 10px;
}

.allCourses {
  text-decoration: none;

}

@media (max-width: 768px) {



  .image-wrapper {
    width: 100%;
    height: 170px;
  }

  .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
  }

  .content-wrapper {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .btn-custom {
    font-size: 16px;
    padding: 10px 6px;
  }

  .limited-offer-wrapper {
    position: absolute;
    top: -22px;
    left: -22px;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    border: 4px solid #ff4f4f;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    z-index: 2;

    animation: blink 2s infinite;
  }

  .limited-offer {
    background-color: #ff4f4f;
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-weight: bold;
    line-height: 1.1;
  }
}

.info-section {
  width: 100%;
  background-color: #001b5e;
  color: white;

}

.info-sec-cont {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.info-content {
  flex: 1 1 50%;
  padding-right: 2rem;
}

.info-content h2 {
  color: #ff4d4d;
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}

.info-content p {
  font-size: 1rem;
  margin-bottom: 1rem;
}

.input-group-text1 {
  display: flex;
  gap: 10px;
  flex-wrap: nowrap;
  margin-bottom: 0.5rem;
}

.input-group-text1 input {
  flex: 1;
  padding: 0.6rem;
  border: none;
  border-radius: 4px;
  min-width: 200px;
}

.input-group-text1 button {
  padding: 0.6rem 1.2rem;
  background-color: #ff4d4d;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin-left: 5px;
}

.note {
  font-size: 0.8rem;
}

.vertical-divider {
  width: 1px;
  height: 100px;
  background-color: #ccc;
  margin: 0 2rem;
}

.icons {
  position: relative;
  width: 120px;
  height: 60px;
  margin-top: 20px;
}

.icons img {
  position: absolute;
  top: 0;
  width: 50px;
  height: 50px;
  transition: transform 0.3s ease;
}

.whatsapp-icon {
  animation: swap-whatsapp 1.2s infinite alternate ease-in-out;
}

.telegram-icon {
  animation: swap-telegram 1.2s infinite alternate ease-in-out;
}

@keyframes swap-whatsapp {
  0% {
    left: 0;
    transform: scale(1.3);
    z-index: 1;
  }

  100% {
    left: 60px;
    transform: scale(0.9);
    z-index: 2;
  }
}

@keyframes swap-telegram {
  0% {
    left: 60px;
    transform: scale(0.9);
    z-index: 2;
  }

  100% {
    left: 0;
    transform: scale(1.3);
    z-index: 1;
  }
}

@media (max-width: 768px) {
  .info-section {
    flex-direction: column;
    text-align: center;
    padding: 1.5rem 1rem;
  }

  .info-content {
    padding: 0;
    max-width: 100%;
  }

  .input-group-text1 {
    flex-direction: column;
  }

  .input-group-text1 input,
  .input-group-text1 button {
    width: 100%;
    border-radius: 4px;
    margin-bottom: 0.5rem;
  }

  .vertical-divider {
    display: none;
  }

  .icons {
    display: none;
  }

  .course-card,
  .course-card1,
  .course-lessons {
    color: #7FA0CF;
  }
}

@keyframes zoomOutOnce {
  0% {
    transform: scale(1.2);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.carousel-zoom-init {
  animation: zoomOutOnce 0.8s ease-out forwards;
}

@keyframes blink {

  0%,
  40%,
  100% {
    opacity: 1;
  }

  41%,
  80% {
    opacity: 0;
  }
}

.navbar.blink .nav-link,
.navbar.blink .btn,
.navbar.blink .navbar-brand {
  animation: blink 1s ease-in-out 1;
}

.main-text {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.6s ease;
}

.main-text.visible {
  transform: translateY(-100px);

}

.course-main-text {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.6s ease;
}

.course-main-text.visible {
  transform: translateY(-100px);

}



.fade-up-top,
.fade-up-cards {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}


.fade-up-top.visible,
.fade-up-cards.visible {
  opacity: 1;
  transform: translateY(0);
}

.fade-up-text {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.fade-up-text.visible {
  opacity: 1;
  transform: translateY(0);
}

.chatbot-container {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 320px;
  height: 80vh;
  background-color: #ff4f46;
  border-radius: 18px;
  border: 1px solid #ff4f46;
  z-index: 9999999;
  font-family: 'Segoe UI', sans-serif;
  box-shadow: 0 0 20px rgba(255, 79, 70, 0.6);
  display: flex;
  flex-direction: column;
}

.chatbot-logo2 {
  width: 3.2vw;
  height: auto;
}

.chatbot-header {

  color: white;
  padding: 12px 16px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

}

.chatbot-header .title {
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.2;
}

.chatbot-header .chatbot-close {
  background: none;
  border: none;
  color: white;
  font-size: 30px;
  cursor: pointer;
  position: absolute;
  right: 12px;
  top: 10px;
}

.chatbot-body {
  height: 57vh;
  overflow-y: scroll;
  background-color: #fff;
  margin: 10px;
  padding: 16px;
  font-size: 14px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.chatbot-body .btn-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
  margin-bottom: 8vh;
  ;
}

.chatbot-body .btn {
  background-color: #f2f2f2;
  border: 1px solid #ccc;
  padding: 8px 12px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 13px;
  flex: 1 1 45%;
  text-align: center;
}

.chatbot-body .btn:hover {
  background-color: #ffebeb;
  border-color: #ff4f46;
}


@media (max-width: 768px) {

  .chatbot-logo2 {
    width: 12vw;
    height: auto;
  }

  .chatbot-container {
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
    border: none;
    overflow-y: auto;
  }

  .chatbot-header {
    border-radius: 0;
    font-size: 16px;
    padding: 16px;
  }

  .chatbot-body {

    font-size: 16px;
    padding: 20px;
  }

  .chatbot-body .btn {
    font-size: 15px;
    flex: 1 1 100%;
  }

  .chatbot-header .chatbot-close {
    font-size: 35px;
  }
}



.chatbot-message,
.chatbot-message.bot {
  background-color: #fff;
  font-size: 16px;
  color: #333;
  padding: 12px 16px;
  border-radius: 16px;
  max-width: 75%;
  margin: 8px 0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  align-self: flex-start;
}


.chatbot-message.user {
  background-color: #007bff;
  color: white;
  padding: 12px 16px;
  border-radius: 16px;
  max-width: 75%;
  margin: 8px 0;
  align-self: flex-end;
  font-weight: 400;
  box-shadow: 0 1px 6px rgba(0, 91, 187, 0.6);
}


.chatbot-body {
  display: flex;
  flex-direction: column;
  height: 57vh;
  overflow-y: auto;
  background-color: #fff;
  margin: 10px;
  padding: 16px;
  font-size: 14px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.btn-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
  max-width: 75%;
  align-self: flex-start;
}

@media (max-width: 768px) {
  .chatbot-body {
    height: 70vh;
  }

  .info-sec-cont {
    flex-direction: column;
  }
}

.mainSection2 {

  width: 100%;
  height: 110vh;
  background-image: url("assets/unsplash.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;

}

.mainSection2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #001755;
  opacity: 0.5;
  z-index: 1;
  justify-content: center;
}

.popular-courses {
  position: relative;
  background-color: #0042A1;
  z-index: 0;
  overflow: hidden;
  height: auto;

}



.popular-courses::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('assets/pattern5.png');
  background-repeat: repeat;
  background-size: 80px;
  opacity: 0.1;
  z-index: -1;
}

.main-content {
  display: flex;
  justify-content: space-between;
  align-items: center;

}

.main-content-wrapper {
  height: 140vh;
  /* height: auto; */
}

.course-main-text {
  width: 55%;
  z-index: 1025;
  position: absolute;
  bottom: 10%;


}

.small-text {
  color: white;
  font-size: 20px;
  font-weight: 700;
}


@media (max-width: 768px) {
  .mainSection2 {
    height: 120vh;
  }

  .course-main-text {
    width: 95%;
  }



}

.card-active1:hover {
  transform: scale(1.05);
  border: 2px solid red;
  box-shadow: 0 0 20px rgba(255, 0, 0, 0.15);

}

.card-active1:hover h6 {
  color: #0D6EFD;
}


.course-card1 {
  margin: 10px;
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  transition: all 0.3s ease;
}

.course-card1:hover {

  .course-title,
  .course-lessons,
  .course-instructor {
    color: #0042A1;
  }
}

.course-card1:hover .arrow-btn {
  opacity: 1;
}

.search-box {
  border: 1px solid #bdbdbd;
  border-radius: 8px;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  width: 100%;
  margin: 10px;
}

.search-box input {
  border: none;
  outline: none;
  flex: 1;
  font-size: 1rem;
}

.search-box i {
  color: #888;
  margin-right: 10px;
}

.filter-btn-mini {
  border-color: #bdbdbd;
  border-radius: 6px;
  padding: 6px 10px;
  font-size: 1rem;
  z-index: 2;
}


@media (max-width: 576px) {


  .filter-btn {
    margin-top: 10px;
    width: 100%;
  }
}

.course-card1:hover .image-wrapper img {
  transform: scale(0.95);
}

.course-card1 {
  height: 100%;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 20px;
  position: relative;
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
}

.course-card1.highlight {
  border: 2px solid red;
  box-shadow: 0 0 20px rgba(255, 0, 0, 0.15);
}

.fade-up-top-text,
.fade-up-card1,
.fade-up-card2,
.fade-up-card3 {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.fade-up-top-text.visible,
.fade-up-card1.visible,
.fade-up-card2.visible,
.fade-up-card3.visible {
  opacity: 1;
  transform: translateY(0);
}

.dropdown-menu {
  background-color: #F5F5F5;
}



.filter-actions .btn-apply {
  background-color: #FF5645;
  color: white;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  padding: 8px 16px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.filter-actions .btn-clear {
  background-color: white;
  color: #001E5A;
  border: 1px solid #FF5645;
  border-radius: 8px;
  font-weight: 600;
  padding: 8px 16px;
}

.filter-actions {
  gap: 12px;
}


/* course details */
.mainSection3 {
  position: relative;
  background-color: #0042A1;
  z-index: 0;
  overflow: hidden;
  height: auto;


}

.mainSection3::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-image: url('assets/pattern5.png');
  background-repeat: repeat;
  background-size: 80px;
  opacity: 0.1;
  z-index: -1;
}

.course-image-wrapper {
  width: 50%;

  display: flex;
  justify-content: center;
}

.course-image-wrapper img {
  width: 90%;
  height: auto;
}

.course-info {
  /* padding: 20px; */
  height: auto;
  align-items: center;
  display: flex;
  width: 50%;
}

.course-buy-button {
  background-color: #FF4F46;
  color: white;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
}

.course-buy-button:hover {
  color: white;
  background-color: #FF4F46;
  box-shadow: 0 0 9px #FF4F46;
}

.course-buy-button:active,
.course-buy-button:hover:active,
.course-buy-button:active:hover {
  color: white;
  background-color: #d32f2f;
  box-shadow: none;
  transform: scale(0.98);
}

.course-cart-button {

  /* background-color: #ffffff; */
  color: #FFFFFF;
  font-family: 'Open Sans', sans-serif;
  border-color: #FF4F46;
  font-weight: 600;
}

.course-cart-button:hover {
  /* background-color: #ffffff;
  color: #00135C; */
  border-color: #FF4F46;
  box-shadow: 0 0 10px #ff4f46;
}

.course-cart-button:active,
.course-cart-button:hover:active,
.course-cart-button:active:hover {
  color: #00135C;
  background-color: #d3d3d3;
  box-shadow: none;
  transform: scale(0.98);
}




@media (max-width: 768px) {

  .course-cart-button,
  .course-buy-button {
    font-size: 4vw;
  }

  .mainSection3 {
    height: auto;
  }

  .main-content-wrapper {
    /* height: auto; */
    flex-direction: column;
  }

  .course-image-wrapper {
    width: 100%;
    padding: 10px 0;
    text-align: center;
  }

  .course-info {
    width: 100%;
    padding: 10px 0;
    height: auto;
  }

  .mainSection3::before {
    height: 50%;
    width: 100%;
  }
}

.feature-box {
  border: 1px solid #BDBDBD;
  padding: 20px;
  text-align: center;
  border-radius: 10px;
  transition: box-shadow 0.3s ease;
  background-color: #fff;
}

.feature-box:hover {

  transform: scale(1.05);
  border: 2px solid red;
  /* box-shadow: 0 0 20px rgba(255, 0, 0, 0.15); */

}

.affiliate-box {
  min-height: 330px;
  border: 1px solid #BDBDBD;
  padding: 34px;
  text-align: center;

  transition: box-shadow 0.3s ease;
  background-color: #F8F8F8;
}

.affiliate-box:hover {

  transform: scale(1.05);
  border: 1px solid #0042A1;
  /* box-shadow: 0 0 20px rgba(255, 0, 0, 0.15); */

}

.trainings-box {
  border-radius: 10px;
  min-height: 420px;
  border: 1px solid #BDBDBD;
  padding: 4px;
  text-align: center;

  transition: box-shadow 0.3s ease;
  background-color: #F8F8F8;
}

.partner-box {
  min-height: 120px;
  border-radius: 10px;
  padding: 30px 10px;
  border: 1px solid #BDBDBD;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  transition: box-shadow 0.3s ease;
  background-color: #F8F8F8;

}

.feature-icon {
  height: 60px;
  width: auto;

}

.feature-title {
  font-weight: 700;
  color: #000000;
}

.feature-icon-wrapper {
  background-color: #F5F5F5;
  border-radius: 12px;
  padding: 30px 0;
  margin-bottom: 15px;
}

.affiliate-icon-wrapper {
  padding: 30px 0;
  margin-bottom: 15px;
}

.course-learning {
  background-color: #F5F5F5;
}

.section-title {
  font-weight: 700;
  margin-bottom: 40px;
}

.section-title span {
  color: #ff4d4d;
}

.accordion-button {
  background-color: #ffffff;
  border: 1px solid #dddddd;
  font-weight: 400;
  font-size: 15px;
  padding: 12px 18px;
  color: #222;
  border-radius: 8px !important;
}

.accordion-button:not(.collapsed) {
  background-color: #f5f5f5;
  color: #004aad;
}

.accordion-button span {
  color: #004aad;
  font-weight: 700;
}

.accordion-item {
  border: none;
  margin-bottom: 10px;
}

.course-box {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 15px;
  padding: 25px;
  font-size: 15px;
}

.course-box ul {
  padding-left: 0;
  list-style: none;
}

.course-box li {
  margin-bottom: 12px;
  line-height: 1.5;
}

.course-box li strong {
  color: #004aad;
}

.course-price {
  font-size: 26px;
  font-weight: 700;
  margin-top: 25px;
}

.btn-custom-outline {
  border: 1.5px solid #004aad;
  color: #004aad;
  padding: 8px 20px;
  font-weight: 500;
  border-radius: 6px;
}

.btn-custom-outline:hover {
  background-color: #004aad;
  color: #fff;
}

.btn-custom-red {
  background-color: #d9534f;
  color: #fff;
  padding: 8px 20px;
  font-weight: 500;
  border-radius: 6px;
  border: none;
}

.btn-custom-red:hover {
  background-color: #c9302c;
}

.accordion-button::after {
  content: none !important;
  background-image: none !important;
  transition: none !important;
}


.accordion-button:not(.collapsed)::after {
  transform: none !important;
}

.instructor-section {
  background-color: #0042A1;
  color: white;
}

.instructor-img-sec {
  width: 40%;

}

.instructor-img {
  width: 100%;
  height: auto;
  object-fit: cover;

}

.instructor-content {
  width: 60%;
  padding-left: 40px;
}

.instructor-name {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 3vh;
}

.instructor-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 3vh;
}

.instructor-content a {
  color: #E3E3E3;
  ;
  text-decoration: underline;
}

.instructor-content p {
  color: #E3E3E3;
  font-size: 14px;
}

linkedIn-img {
  padding: 10px;
}


@media (max-width: 767.98px) {
  .instructor-sec-cont {
    flex-direction: column;
  }

  .instructor-img-sec {
    width: 60%;
  }

  .instructor-content {
    width: 80%;
    padding: 0;
  }

  .instructor-name {
    font-size: 1.4rem;

  }

  .instructor-title {
    font-size: 1.6rem;

  }
}

.learning-path-container {
  background-color: #F5F5F5;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 30px;
  max-width: 1000px;
  margin: 50px auto;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.learning-path-container2 {
  /* background-color: #F5F5F5; */
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 30px;
  /* max-width: 1000px; */
  margin: 50px auto;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.learning-section-title {
  font-weight: 700;
  font-size: 1.75rem;
  margin-bottom: 20px;
}

.section-title span {
  color: #ff4d4d;
}

.section-subtitle {
  font-weight: 600;
  margin: 0;
}

.section-subtitle span {
  color: #ff4d4d;
}

.course-card3 {
  background-color: #F8F8F8;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.course-image3 {
  max-width: 100%;
  border-radius: 5px;
}



.course-meta {
  font-weight: 700;
  color: #001755;
}

.course-price {
  font-size: 1.2rem;
  font-weight: bold;
  color: #111;
}

.summary-box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 30px;
  padding-top: 15px;
  border-top: 1px solid #ccc;
  flex-wrap: wrap;
}

.summary-total {
  font-size: 1.2rem;
  font-weight: 600;
}

.btn-add-all {
  background-color: #ff4d4d;
  color: #fff;
  font-weight: 600;
  padding: 10px 25px;
  border-radius: 6px;
  border: none;
}

.btn-add-all:hover {
  background-color: #e43e3e;
}

.course-card3 {
  align-items: flex-start;
}

@media (max-width: 768px) {
  .course-inner-sec {
    font-size: 0.9rem;
  }

  .course-price {
    margin-top: 0px;
    font-size: 0.9rem;
  }

  .course-card3 {
    align-items: initial;
  }

  .course-image3 {
    width: 100%;
  }

  .summary-box {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .btn-add-all {
    width: 100%;
    text-align: center;
  }
}

.learning-cart,
.learning-wishlist,
.learning-text {
  color: #001755;

}

@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.course-info {
  animation: slideUp 1s ease-out 1;
}



.loading-section {
  height: 100%;
  margin: 0;
  font-family: 'Segoe UI', sans-serif;
  transition: background-color 0.5s, color 0.5s;
  position: relative;
  background-color: #ff554e;
  color: #fff;
  z-index: 0;
  overflow: hidden;
}

.loading-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('assets/pattern5.png');
  background-repeat: repeat;
  background-size: 80px;
  opacity: 0.1;
  z-index: -1;
}

body.bg-blue {
  background-color: #003d9c;
  color: #fff;
}

.brand {
  position: absolute;
  top: 25px;
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
}

.loader-container {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 8vh;
  text-align: center;
}

.loader-container h1 {
  font-size: 2.5rem;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.horizontal-line {
  height: 3px;
  background-color: #fff;
  margin: 10px auto 20px auto;
}

.text-highlight {
  font-weight: 700;
}

.icon {
  font-size: 1.5rem;
  margin: 10px 20px;
}

.content-box {
  width: 30%;
  margin: 0 auto;
}

.info-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.info-section2 {
  font-size: 0.9rem;
  text-align: left;
  border-left: 2px solid;
  padding-left: 10px;
  flex: 1 1 250px;
}

.progress {
  height: 8px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #ffffff4d;
  width: 100%;
  margin: 0 auto 10px auto;
}

.progress-bar {
  background-color: white;
  transition: width 0.5s;
}

#progress-percent {
  font-size: 0.9rem;
}


@media (max-width: 768px) {
  .content-box {
    width: 100%;
  }

  .loader-container h1 {
    font-size: 2rem;
  }

  .info-section2 {
    font-size: 0.85rem;
  }

  .icon {
    font-size: 1.3rem;
    margin: 10px 15px;
  }
}

@media (max-width: 576px) {
  .loader-container h1 {
    font-size: 1.6rem;
  }

  .info-section2 {
    font-size: 0.8rem;
  }

  .icon {
    font-size: 1.2rem;
    margin: 10px;
  }
}

@media (max-width: 400px) {
  .loader-container h1 {
    font-size: 1.3rem;
  }

  .brand {
    font-size: 0.9rem;
  }
}

.balls-wrapper {
  width: 200px;
  height: 60px;
  position: relative;
  z-index: 1;
}

.mycircle {
  width: 20px;
  height: 20px;
  position: absolute;
  border-radius: 50%;
  background-color: #fff;
  left: 15%;
  transform-origin: 50%;
  animation: circle7124 .5s alternate infinite ease;
}

@keyframes circle7124 {
  0% {
    top: 60px;
    height: 5px;
    border-radius: 50px 50px 25px 25px;
    transform: scaleX(1.7);
  }

  40% {
    height: 20px;
    border-radius: 50%;
    transform: scaleX(1);
  }

  100% {
    top: 0%;
  }
}

.mycircle:nth-child(2) {
  left: 45%;
  animation-delay: .2s;
}

.mycircle:nth-child(3) {
  left: auto;
  right: 15%;
  animation-delay: .3s;
}

.shadow {
  width: 20px;
  height: 4px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.9);
  position: absolute;
  top: 62px;
  transform-origin: 50%;
  z-index: -1;
  left: 15%;
  filter: blur(1px);
  animation: shadow046 .5s alternate infinite ease;
}

@keyframes shadow046 {
  0% {
    transform: scaleX(1.5);
  }

  40% {
    transform: scaleX(1);
    opacity: .7;
  }

  100% {
    transform: scaleX(.2);
    opacity: .4;
  }
}

.shadow:nth-child(4) {
  left: 45%;
  animation-delay: .2s
}

.shadow:nth-child(5) {
  left: auto;
  right: 15%;
  animation-delay: .3s;
}

.blink-slide {
  animation: blink 1s step-start 0s 3, slideUp 0.5s ease-out;
}

@media (max-width: 768px) {
  .navbar-brand span img {
    width: 70%;
    height: auto;
  }
}


.profilebtn.dropdown-toggle::after {
  display: none;
}

.profilebtn.dropdown-toggle:hover,
.profilebtn.dropdown-toggle:focus,
.profilebtn.dropdown-toggle:active {
  background-color: transparent !important;
  box-shadow: none !important;
  text-decoration: none !important;
}


.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus {
  background-color: transparent !important;
  color: inherit !important;
  text-decoration: none !important;
}


@media (max-width: 767.98px) {
  .navbar-collapse {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    z-index: 1050;
    padding: 2rem 1.5rem;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    overflow-y: auto;
    transition: all 0.3s ease-in-out;
  }

  .navbar-collapse.show {
    display: flex !important;
    justify-content: flex-start;
  }

  .navbar-toggler.custom-toggler .bar {
    display: block;
    width: 20px;
    height: 2px;
    margin: 4px auto;
    transition: all 0.3s;
    background-color: #333;
  }

  .navbar-toggler.custom-toggler.active {
    margin-top: -60px;
    margin-right: -30px;
  }

  .navbar-toggler.custom-toggler.active .bar:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }

  .navbar-toggler.custom-toggler.active .bar:nth-child(2) {
    opacity: 0;
  }

  .navbar-toggler.custom-toggler.active .bar:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
  }

  .navbar-close {
    font-size: 2rem;
    background: none;
    border: none;
    align-self: flex-end;
    margin-bottom: 1rem;
  }

  body.no-scroll {
    overflow: hidden;
    position: fixed;
    width: 100%;
  }

}

.heart .heart-fill {
  fill: transparent;
}

.heart .heart-outline {
  fill: #001755;
}

.heart .heart-outline,
.heart .heart-fill {
  transition: fill 0.3s ease-in-out;
}

#heart {
  width: 20px;
  height: auto;
  cursor: pointer;
}



@keyframes slide-right-fade {
  0% {
    transform: translateX(0);
    opacity: 1;
  }

  100% {
    transform: translateX(100px);
    opacity: 0;
  }
}

.slide-right-fade {
  animation: slide-right-fade 0.5s forwards;
}



.mentors-section {
  position: relative;
  background-color: #0042A1;
  z-index: 0;
  overflow: hidden;


}

.mentors-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('assets/pattern5.png');
  background-repeat: repeat;
  background-size: 80px;
  opacity: 0.1;
  z-index: -1;
  animation: movePattern 60s linear infinite;
}

.mentor-card {
  position: relative;
  overflow: hidden;
  height: 100%;
  border-radius: 12px;
}

.mentor-card img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}

.mentor-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  color: white;
  padding: 10px;
  transition: height 0.4s ease;
  height: 50px;
  overflow: hidden;
}

.mentor-name {
  font-size: 1rem;
}

.mentor-bio {
  margin-top: 8px;
  font-size: 0.875rem;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.mentor-card:hover .mentor-info {
  height: 70%;
}

.mentor-card:hover .mentor-bio {
  opacity: 1;
}

.text-position {
  text-align: right;
}

.timeline-container {
  min-height: 90vh;
  display: flex;
  align-items: center;
  position: relative;
}

.timeline-line {
  position: absolute;
  top: 126px;
  left: 18px;
  bottom: 126px;
  width: 4px;
  background: repeating-linear-gradient(to bottom,
      #005bbb 0 16px,
      transparent 16px 32px);
  z-index: 1;
}

.timeline-dot {
  position: absolute;
  left: -20px;
  top: 50%;
  width: 50px;
  height: 50px;
  background: #ff7c7c;
  border: 6px solid #ffdcdc;
  border-radius: 50%;
  transform: translateY(-50%);
  z-index: 10;
  transition: top 0.1s linear;
}

.timeline-text {
  align-items: center;

}

.timeline-text h3 {
  font-size: 5rem;
  font-weight: 900;
  line-height: 1;
  font-family: 'Raleway', sans-serif;
}

.timeline-text h3 span {
  font-size: 0.8em;
}

.text-block h4 {
  font-size: 2.5rem;
  margin-bottom: 0.75rem;
  font-weight: 700;
  font-family: 'Raleway', sans-serif;
}

.text-block p {
  font-size: 1.1rem;
  font-weight: 400;
  color: #333;
  max-width: 600px;
}


@media (max-width: 768px) {
  .text-position {
    text-align: left;
  }

  .timeline-container {
    min-height: 60vh;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
  }

  .timeline-line {
    left: 12px;
    top: 0px;
    bottom: 40px;
  }

  .timeline-dot {
    left: -14px;
    width: 35px;
    height: 35px;
    border-width: 4px;
  }

  .timeline-text {
    align-items: flex-start;
    margin-left: 50px !important;
  }

  .timeline-text h3 {
    font-size: 3rem;
  }

  .text-block h4 {
    font-size: 1.25rem;
  }

  .text-block p {
    font-size: 0.95rem;
  }
}

body.scroll-lock {
  overflow: hidden;
  padding-right: 15px;

}

@media (max-width: 768px) {
  body.scroll-lock {
    overflow: hidden !important;
    padding-right: 0 !important;
    touch-action: none;
  }
}

.profilebtn.dropdown-toggle::after {
  display: none;
}

.profilebtn.dropdown-toggle:hover,
.profilebtn.dropdown-toggle:focus,
.profilebtn.dropdown-toggle:active {
  background-color: transparent !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus {
  background-color: transparent !important;
  color: inherit !important;
  text-decoration: none !important;
}

.custom-toggler .bar {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto;
  background-color: #333;
  transition: all 0.3s;
}

@media (max-width: 767.98px) {
  .navbar {
    background-color:#FFF;
    padding: 1rem;
  }

  .navbar-collapse {
    position: fixed;
    top: 0;
    left: 0;
    width: 80vw;
    height: 100vh;
    background-color: #fff;
    z-index: 1050;
    padding: 2rem 1.5rem;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    overflow-y: auto;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
  }

  .navbar-collapse.show {
    display: flex !important;
  }

  .navbar-toggler {
    border: none;
    background: transparent;
    padding: 0;
  }

  .navbar-brand {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .nav-icons-cont {
    margin-left: auto;
  }

  body.no-scroll {
    overflow: hidden;
    position: fixed;
    width: 100%;
  }

  .desktop-nav,
  .drawer-nav-desktop {
    display: none !important;
  }

  .navbar-toggler {
    z-index: 0;
  }

}

.navbar-toggler:focus {
  box-shadow: none;
  outline: none;
}

@media (min-width: 768px) {
  .desktop-nav {
    display: flex !important;
  }

  .mobile-nav {
    display: none !important;
  }
}

.heart .heart-fill {
  fill: transparent;
}

.heart .heart-outline {
  fill: #001755;
}

.heart .heart-outline,
.heart .heart-fill {
  transition: fill 0.3s ease-in-out;
}

#heart {
  width: 20px;
  height: auto;
  cursor: pointer;
}

#heart.active svg .heart-fill {
  fill: #001755;
}

.after-typing {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  visibility: hidden;
}

.after-typing.visible {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.popular-courses-cart {
  position: relative;
  background-color: #F5F5F5;
  z-index: 0;
  overflow: hidden;
  height: auto;

}


@media (max-width: 768px) {
  .fade-up-text .row {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px !important;
    padding-left: 0px !important;
  }

  .main-section-text {
    margin-right: 0px;
    margin-left: 0px;
  }

  .course-card1 {
    padding: 10px;
    margin: 0px;
  }

  .course-card {
    padding: 10px;

  }
}

.course-summary-btn {
  font-family: 'Open Sans', sans-serif;
  border-color: #FF4F46;
  font-weight: 600;
}

.course-summary-btn:hover {
  border-color: #FF4F46;
  box-shadow: 0 0 8px #ff4f46;
}

.caret-icon {
  font-size: 1.8vw;
}

@media (max-width: 768px) {
  .caret-icon {
    font-size: 6vw;
  }
}

.mainSection6 {
  width: 100%;
  height: 110vh;
  background-image: url("assets/affiliationBg1.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;

}

.mainSection6::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #001755;
  opacity: 0.5;
  z-index: 1;
  justify-content: center;
}

.mainSection7 {
  width: 100%;
  height: 110vh;
  background-image: url("assets/trainingBg1.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  top: -110px;
  display: flex;
  flex-direction: column;

}

.mainSection7::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #001755;
  opacity: 0.5;
  z-index: 1;
  justify-content: center;
}

@keyframes fadeInChatbox {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.chatbot-container.fade-in-show {
  animation: fadeInChatbox 0.6s ease-out forwards;
}

.cart-counter {
  position: absolute;
  top: -12px;
  right: -11px;
  background-color: #FF4F46;
  color: white;
  font-size: 12px;
  font-weight: bold;
  border-radius: 50%;
  padding: 2px 6px;
  line-height: 1;
  min-width: 18px;
  text-align: center;
  transition: transform 0.2s ease;
  will-change: transform;
  pointer-events: none;
}

.contwithbg {
  position: relative;

  z-index: 0;
  overflow: hidden;
  height: auto;

}

.contwithbg::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url('assets/backIcon.svg');
  background-repeat: no-repeat;
  background-size: 35%;
  background-position: right top;
  z-index: -1;

}

.modal-backdrop.fade {
  opacity: 0.2;
}

.bg-custom-success {
  background-color: #1dd1a1 !important;
  color: #000 !important;
}

.bg-custom-error {
  background-color: #e74c3c !important;
  color: #fff !important;
}

.toast {
  border-radius: 8px;
  overflow: hidden;
  height: 110px;
  width: 80%;
  max-width: 1140px;
  position: relative;
  margin: 0 auto;
}

.toast-body {
  font-size: 1.1rem;
}

.toast-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 50%;
}

.toast-progress.success {
  background: black;
}

.toast-progress.error {
  background: white;
}

.toast-wrapper {
  z-index: 9999999;
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

.bg-custom-success .btn-close {
  filter: invert(0) !important;
}

.bg-custom-error .btn-close {
  filter: invert(1) !important;
}
.msg-icon2 {
  width: 64px;
  height: auto;
}


        .custom-select {
            position: relative;
            width: 100%;
        }

        .select-box {
            height: 55px;
            padding: 0 16px;
            border-radius: 8px;
            border: 1px solid #979797;
            background: #f4eeee;
            display: flex;
            align-items: center;
            justify-content: space-between;
            cursor: pointer;
        }

        .select-box.active {
            border-color: #7aa7ff;
            box-shadow: 0 0 0 3px rgba(122, 167, 255, 0.3);
        }

        .caret {
            font-size: 14px;
        }

        .options {
            display: none;
            position: absolute;
            top: 60px;
            width: 100%;
            background: #fff;
            border-radius: 8px;
            border: 1px solid #cfcfcf;
            max-height: 160px;
            overflow-y: auto;
            z-index: 1000;
        }

        .options div {
            padding: 12px 16px;
            cursor: pointer;
        }

        .options div:hover {
            background: #f2f6ff;
        }

        .options.show {
            display: block;
        }
        #selectedText{
           color: #8e8c8c;
        }
