

/* header */

  .dropdown-toggle::after {
    margin-left: 0.3em;
    transition: transform 0.3s ease;
  }

  .dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(180deg);
  }

  .navbar>.container-fluid{
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
}


.navbar{
height: 80px;
}

.nav-link{
color: black;
font-size: 20px;
font-weight: 500;

}



.nav-item{
padding: 20px 5px;
color: #000;
}

  .dropdown-menu{
    padding: 20px;

  }

  .redirect-link{
    text-decoration-line: none;
  }
   
.butto{
      display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1dab51df;
    color: #fff;
    padding: 12px 24px;
    border: #000;
    border-radius: 80px;
    overflow: hidden;
    font-size: 16px;
    font-weight: 700;
    box-shadow: 0 8px 16px rgb(6 111 180 / 30%);
}


  .button-login{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #056fb4;
    color: #fff;
    padding: 12px 24px;
    border: #000;
    border-radius: 80px;
    overflow: hidden;
    font-size: 16px;
    font-weight: 700;
    box-shadow: 0 8px 16px rgb(6 111 180 / 30%);
  }

 .button-seo{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #056fb4;
    color: #fff;
    padding: 12px 24px;
    border: #000;
    border-radius: 80px;
    overflow: hidden;
    width: 150px;
    font-size: 16px;
    font-weight: 700;
    box-shadow: 0 8px 16px rgb(6 111 180 / 30%);
  }



  .button{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #056fb4;
    color: #fff;
    padding: 12px 24px;
    border: #000;
    border-radius: 80px;
    overflow: hidden;
    font-size: 16px;
    font-weight: 700;
    box-shadow: 0 8px 16px rgb(6 111 180 / 30%);
  }


/* contact us form section */

.form-section {
      background: #f8f9fa;
      padding: 40px;
      border-radius: 15px;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    }

    .form-control {
      border-radius: 8px;
    }

    .btn-send {
      background-color: #007bff;
      color: #fff;
      font-weight: bold;
      border-radius: 8px;
      padding: 10px 20px;
      transition: background-color 0.3s ease;
    }

    .btn-send:hover {
      background-color: #0056b3;
    }

 #message {
      height: 150px;
      resize: none;
    }
    .section-title {
      font-weight: bold;
      font-size: 28px;
      margin-bottom: 20px;
    }



  
  /* section 1 */
  
  span{
    color: #056fb4;
    }

    .stick{
        color: gray;
    }
 
    .h1-head1{
    padding-top: 120px;
    font-weight: 700;
    font-size: 48px;
    
}


.p-heading{
    color: rgb(0, 0, 0);
    font-size: 20px;
    font-weight: 400px;
    font-weight: 500;
}


.p-head{
    color: rgb(0, 0, 0);
    font-size: 20px;
    font-weight: 400px;
}

/* section 2 */

.stats-sec{
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-color: #eee;
  }

.h2-tittle2{
    font-weight: 700;
    font-size: 38px;
    text-align: center;
  }

  .feature-box {
    background: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,0.05);
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    height: 100%;
  }
  .feature-box img {
    width: 40px;
    margin-bottom: 15px;
  }

.feature-icon{
  font-size: 30px;
}

  .h5-pa{
    font-size:15px;
  }
  


/* section 3 */

.company-card {
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border-radius: 12px;
    padding: 20px;
    background: #e5e3e3;
    text-align: center;
    height: 80px;
  }

  .company-logo {
    max-height: 50px;
    max-width: 100%;
    object-fit: contain;
  }

  .section-title {
    font-size: 2rem;
    font-weight: bold;
  }

  .highlight {
    color: #e44c2a;
  }


  /* buy  now button */
.button-container {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100px; /* Adjust as needed */
    }

   .buy-button2 {
      background-color: #007bce;
      color: white;
      font-weight: bold;
      padding: 12px 24px;
      border: none;
      font-size: 1.1rem;
      width: 200px;
      border-radius: 80px;
      cursor: pointer;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
      transition: background-color 0.3s ease;
    }
   
   
    .buy-button1 {
      background-color: #007bce;
      color: white;
      font-weight: bold;
      padding: 12px 24px;
      border: none;
      border-radius: 80px;
      cursor: pointer;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
      transition: background-color 0.3s ease;
    }

    .buy-button1:hover {
      background-color: #006bb3;
    }

  /* section 4 */

  
  .faq-small{
    background-color: #0b2139;
    height:max-content;
  }
  
  .h2-tittle3{
    padding-top: 40px;
    font-weight: 700;
    font-size: 38px;
    text-align: center;
    color: #000;
  
  }
  
  .lead{
    padding-top: 20px;
    /* text-align: center; */
    color: #000;
  }


  

  /* section 5 */
  
  .h2-tittle4{
    padding-top: 40px;
    font-weight: 600;
    font-size: 30px;
    text-align: center;
    color: #000;
  
  }


  .text-center {
    text-align: center !important;
}
.block-title {
    margin-bottom: 2rem;
}
.solution-single {
    cursor: pointer;
    color: black;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 10px;
    border-radius: 11px;
    padding: 0px 23px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(221, 221, 221);
    border-image: initial;
}
.toggle-header {
    display: flex;
    align-items: center;
}

.toggle-content {
    display: none;
    margin-top: 5px;
    color: rgb(255, 255, 255);
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.services-banner {
  background-color: rgb(11, 33, 57);
  color: rgb(255, 255, 255);
}
.services-banner h2 {
  color: rgb(255, 255, 255);
  font-weight: 800;
}
.services-banner h2 span {
  color: rgb(0, 219, 255);
  font-weight: 800;
}
.services-banner .row {
  align-items: center;
}
.solution-single {
  cursor: pointer;
  color: rgb(255, 255, 255);
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 10px;
  border-radius: 11px;
  padding: 0px 23px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(221, 221, 221);
  border-image: initial;
}
.toggle-header {
  display: flex;
  align-items: center;
}
.solution-single .icon {
  content: "+";
  font-size: 30px;
}

.icon {
  font-weight: 700;
  margin-right: 10px;
  color: #fff;
  /* transition: transform 0.3s ease-in-out; */
  transition: var(--bs-accordion-btn-icon-transition);
  
}

.block-title {
  margin-bottom: 2rem;
}
.dynamic-image {
  height: auto;
  margin-top: 20px;
  border-radius: 10px;
  transition: opacity 0.3s ease-in-out;
}

.toggle-header h3 {
  display: inline-block;
  cursor: pointer;
  margin-bottom: 0px;
  font-size: 24px;
  padding: 14px;
  border-radius: 5px;
  transition: transform 0.3s ease-in-out;
}


.toggle-header h3 {
  display: inline-block;
  padding: 14px;
  cursor: pointer;
  border-radius: 5px;
  transition: transform 0.3s ease-in-out;
  margin-bottom: 0;
  font-size: 24px;
}
.toggle-content {
  display: none;
  margin-top: 5px;
  color: #fff;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.open .toggle-content {
  opacity: 1;
  transform: translateY(0);
  display: block;
}
.icon {
  font-weight: 700;
  margin-right: 10px;
  transition: transform 0.3s ease-in-out;
}
.toggle-header {
  display: flex;
  align-items: center;
  padding: 4px;
}
.solution-single {
  cursor: pointer;
  color: #fff;
  border-radius: 11px;
  padding: 0 23px;
  border: 1px solid #ddd;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 10px;
}
.solution-content {
  padding: 1rem;
  width: 100%;
}
.solution-single .icon {
  content: "+";
  font-size: 30px;
}
.solution-content {
  padding: 1rem;
  width: 100%;
}


   /* section 6 */
   .feature-icon {
    width: 64px;
    height: 64px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  }

  .feature-box {
    border: none;
    background: #fff;
    padding: 30px;
    text-align: center;
    border-radius: 15px;
    box-shadow: 0 6px 16px rgba(0,0,0,0.05);
    height: 100%;
  }

  .feature-box h5 {
    font-weight: 600;
    margin-bottom: 10px;
  }

  
  /* section 7 */
  .step-icon {
    width: 70px;
    height: 70px;
    /* background-color: #f5f5f5; */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    margin: 0 auto 20px auto;
    color: #056fb4;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  }

  .step-card {
    background-color: #fff;
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 6px 16px rgba(0,0,0,0.05);
    height: 100%;
  }

  .step-card h5 {
    font-weight: 600;
    margin-bottom: 15px;
  }

  .section-title span {
    color: #056fb4;
  }

.butto2{
      display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1dab51df;
    color: #fff;
    padding: 12px 24px;
    border: #000;
    border-radius: 80px;
    overflow: hidden;
    font-size: 16px;
    width: 200px;
    font-weight: 700;
    box-shadow: 0 8px 16px rgb(6 111 180 / 30%);
}



/* secton 8 form*/



  /* section 9 */
.h6{
  font-size: 23px;
}

.accordion-flush .accordion-item .accordion-button {
  z-index: 1;
  position: static;
}


.accordion-flush>.accordion-item>.accordion-header .accordion-button, .accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed {
  z-index: 1;
  position: static;
}

/* whatsapp call all page */
.whatsapp-icon{
  color: white;
  position: fixed;
  width: 50px;
  height: 50px;
  background: #25d366;
  padding: 35px;
  text-decoration: none;
  border-radius: 50%;
  animation-name: blush;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  z-index: 9999;
  bottom: 40px;
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;

}

@keyframes blush {
0% {
  box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
}
80% {
  box-shadow: 0 0 0 14px rgba(62, 141, 91, 0);
}
  100% {
  box-shadow: 0 0 0 7px rgba(30, 109, 59, 0);
}

}

.fa-whatsapp{
  font-size: 34px;
}

.whatsapp-icon:hover{
  color: white;
}

/* section 10
footer  */
 
footer {
  background-color: #f1f2f6;
  padding: 40px 0;
}

h5{
  text-align: left;
}

a{
  text-decoration: none;
  color: #000;
  font-size: 17px;
  text-align: left;
}
.footer-icon i {
  font-size: 20px;
  margin-right: 15px;
  color: black;
  background-color: white;
  border-radius: 50%;
  padding: 8px;
}
.footer-icon i:hover {
  color: #007bff;
}
.footer-section h5 {
  font-weight: bold;
  margin-bottom: 20px;
}
.footer-section ul {
  list-style-type: none;
  padding: 0;
}
.footer-section ul li {
  margin-bottom: 10px;
}

.faq-header{
  border-bottom: 2px solid #eee;
  width: 100%;
  text-align: center;
  }

  .footer-bottom {
    
    margin-top: 40px;
    padding-top: 20px;
    font-size: 14px;
  }
  
.foot-span{
color: #000;
  }

  

  /* 2nd page (SEO Page) */



  /* 3rd page (About Us) */
 

.h2-about{
  font-weight: 700;
  font-size: 38px;
  padding-top: 20px;
}

.content {
  background: #ffffff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}
.vision-mission {
  background-color: #e9f2ff;
  padding: 25px;
  border-radius: 10px;
  margin-bottom: 30px;
}
.founder-card {
  background-color: #fff0f5;
  padding: 25px;
  border-left: 5px solid #dc3545;
  border-radius: 10px;
}

  /* 4th page (Our Mentors) */

  .mentor-card {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
  }
  .mentor-card:hover {
    transform: translateY(-5px);
  }
  .mentor-name {
    font-size: 1.5rem;
    font-weight: bold;
    color: #343a40;
  }
  .mentor-qualification {
    font-size: 1rem;
    color: #6c757d;
    margin-bottom: 15px;
  }
  .mentor-description {
    font-size: 1rem;
    color: #333;
  }

   /* term end condition/ privacy policy/ disclaimer (3 page)*/
   
   .term{
    width: 100%;
    background-color: #fff;
   padding: 20px;
   }


   /* marketing page  */

   .buy-btn {
      background-color: #000;
      color: #fff;
      border-radius: 6px;
      padding: 6px 14px;
      font-weight: bold;
      font-size: 14px;
      border: none;
    }

    .buy-btn:hover {
      background-color: #333;
    }

    .rating {
      color: #ffa500;
      font-size: 14px;
    }

    .old-price {
      text-decoration: line-through;
      color: #888;
    }

    .new-price {
      color: #000;
      font-weight: bold;
    }

    .card-img-top {
      width: 100%;
      height: auto;
    }

    .label-bestseller {
      background-color: #ffd700;
      color: #000;
      font-weight: bold;
      font-size: 12px;
      padding: 2px 6px;
      border-radius: 4px;
      position: absolute;
      top: 10px;
      left: 10px;
    }

    .icon-box {
      background: #000;
      color: #fff;
      padding: 6px 12px;
      font-size: 14px;
    }

    .course-card {
      position: relative;
    }