.navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: rgb(255 255 255);
    background-color: #ffffff;
    border: var(--bs-border-width) solid rgb(255 255 255 / 15%);
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition);
}


    
    .vibrate-1{-webkit-animation:vibrate-1 2s ease-in infinite both;animation:vibrate-1 2s ease-in infinite both}
    .carousel-inner img{
        height: 590px;
    }
    
    /*Add 1st section*/
    
.text-primary {
  --bs-text-opacity: 1;
  color: #0064ff !important;

}


     .section-container {
      padding: 60px 20px;
      position: relative;
    }

    .hero-left h2 {
      font-weight: 700;
      font-size: 2.5rem;
      color: #111;
    }

    .hero-left h2 span {
      color: #042e7c;
    }

    .hero-left p {
      font-weight: 600;
      color: #042e7c;
      margin-top: -10px;
    }

    .btn-know-more {
      margin-top: 30px;
      background: #042e7c;
      color: white;
      border: none;
      padding: 12px 24px;
      border-radius: 30px;
      font-weight: bold;
      box-shadow: 0 4px 10px rgba(233, 30, 99, 0.3);
    }

    .btn-know-more i {
      margin-left: 6px;
    }

    .feature-item {
      border-bottom: 1px solid #aaa;
      padding: 20px 0;
    }

    .feature-item h5 {
      color: #042e7c;
      font-weight: 700;
      font-size: 1.2rem;
    }

    .feature-item p {
      margin-bottom: 0;
      color: #333;
    }

    .feature-item .icon {
      color: #002244;
      font-size: 1rem;
    }

    @media (max-width: 767px) {
      .hero-left h2 {
      }
      .hide-image{
          display:none;
      }
    }
    
    
    /*Add 2nd section*/
    
    
    .advantages-section {
      padding: 60px 20px;
    }

    .advantages-section h2 {
      font-weight: 800;
      font-size: 2.5rem;
      color: #111;
      text-align: center;
    }

    .advantages-section h2 span {
      color: #002244;
    }

    .advantage-box {
      padding: 20px;
      border-radius: 20px;
      /*box-shadow: 0 4px 8px rgba(0,0,0,0.1);*/
      background-color: #fff;
      height: 100%;
      border: 2px solid #002244;
    }

    .advantage-box.highlight {
      /*background-color: #e91e63;*/
      color: #fff;
    }

    .advantage-box.highlight h6 {
      color: #002244;
    }

    .advantage-box h6 {
      font-weight: 700;
      color: #002244;
    }

    .advantage-box p {
        color: #000;
      margin-bottom: 0;
      font-size: 0.95rem;
    }

    @media (max-width: 768px) {
      .advantages-section h2 {
        font-size: 2rem;
      }
          .carousel-inner {
    height: 30vh !important;
}
.slider-image{
        height: 100% !important;
        object-fit: cover;
    }
    }
    .world-application{
        /*border: 2px solid #000;*/
        background: #e91e63;
    }
    .world-application h6{
        color: #fff !important;
    }
    .world-application p{
        color: #fff !important;
    }
    
    .counter-box{
        position: relative;
        border-top: 4px solid #0064ff;
    }
    .counter-con {
    position: absolute;
    width: 52px;
    height: 60px;
    background: #0064ff;
    top: -11px;
    left: -18px;
    border-radius: 30px 0px 30px 0px;
}
.counter-con::before{
    position: absolute;
    content: '';
    background: #0064ff;
    width: 20px;
    height: 10px;
    top: 0px;
    right: -19px;
    transition: all 500ms ease;
    border-top-right-radius: 20px;
}
.counter-icon i{
        font-size: 25px;
    color: #fff;
    padding-top: 20px;
}

@media screen and (max-width: 767px) {
  .counter-con {
    position: absolute;
    width: 35px;
    height: 58px;
    background: #042e7c;
    top: -11px;
    left: -8px;
    border-radius: 30px 0px 30px 0px;
  }

  .counter-icon i {
    font-size: 20px;
    color: #fff;
    padding-top: 23px;
  }
}

.card-staus{
    background: linear-gradient(90deg, #0e232d 0%, #142e37 50%, #071621 100%) !impoerant;
}





.video-overlay h1 {
    font-size: 4rem !important;
}

  .hero-banner {
    background-image: url("home/images/global-banner.jpg");
    background-size: cover;
    background-position: center;
    position: relative;
    height: 600px;
  }

  .hero-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5); /* dark overlay */
    z-index: 1;
  }

  .banner-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .banner-content h1 {
    font-size: 3rem;
    font-weight: 700;
  }

  .banner-content h4 {
    font-size: 1.5rem;
    font-weight: 400;
    max-width: 700px;
  }

  .banner-content a {
    background-color: #28a745;
    color: #fff;
    padding: 12px 30px;
    text-decoration: none;
    font-weight: 600;
    border-radius: 5px;
    transition: background 0.3s ease;
  }

  .banner-content a:hover {
    background-color: #218838;
  }
  .about h1{
      /*color:#042e7c !important;*/
  }
  .about-image img{
      width:500px;
      margin:2rem 0rem;
  }
  
  .mission-vision {
    background-image: url("home/images/shape-26.png");
    background-size: cover;
    background-attachment:fixed;
    background-position: center;
    position: relative;
   
  }

  .mission-vision::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /*background:#0b588329;*/
    z-index: 1;
  }
  .mission-vision-content{
      position:relative;
      z-index:88;
  }
  
  .mission-vision2 {
    background-image: url("images/shape-30.png");
    background-size: cover;
    background-attachment:fixed;
    background-position: center;
    position: relative;
   
  }
  .mission-vision2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /*background:#0b588329;*/
    z-index: 1;
  }
  
  .m-card p{
      text-align:justify;
  }
    .card-body{
        background: ;
        border-radius: 11px;
    }
/*    .card2{*/
/*        background: #833AB4;*/
/*background: linear-gradient(90deg,rgba(131, 58, 180, 1) 0%, rgba(253, 29, 29, 1) 50%, rgba(252, 176, 69, 1) 100%);*/
/*    }*/

.bounce-animate {
  animation: bounce 2s infinite;
  display: inline-block;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}



  /*.key-points {*/
  /*  background-color: #f8f9fa;*/
  /*  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;*/
  /*}*/

  /*.key-points .card {*/
  /*  border-radius: 12px;*/
  /*  transition: transform 0.3s ease, box-shadow 0.3s ease;*/
  /*  cursor: pointer;*/
  /*}*/

  /*.key-points .card:hover {*/
  /*  transform: translateY(-10px);*/
  /*  box-shadow: 0 15px 25px rgba(0, 100, 255, 0.3);*/
  /*}*/

  /*.key-points .card-body {*/
  /*  padding: 2rem 1.5rem;*/
  /*}*/

  /*.key-points .icon-box {*/
  /*  width: 80px;*/
  /*  height: 80px;*/
    background: #0064ff20; /* light blue transparent */
  /*  color: #0064ff;*/
  /*  border-radius: 50%;*/
  /*  display: flex;*/
  /*  justify-content: center;*/
  /*  align-items: center;*/
  /*  font-size: 2.8rem !important;*/
  /*  margin-bottom: 1.25rem;*/
  /*  box-shadow: 0 0 15px rgba(0, 100, 255, 0.1);*/
  /*}*/

  /*.key-points .card-title {*/
  /*  color: #0064ff;*/
  /*  font-weight: 700;*/
  /*  font-size: 1.25rem;*/
  /*}*/

  /*.key-points .card-text {*/
  /*  color: #222;*/
  /*  font-size: 0.95rem;*/
  /*  line-height: 1.5;*/
  /*}*/

  /* Bounce animation for the logo image */
  /*.about-shape-thumb.bounce-animate img {*/
  /*  animation: bounce 2s infinite alternate ease-in-out;*/
  /*}*/

  /*@keyframes bounce {*/
  /*  0% { transform: translateY(0); }*/
  /*  100% { transform: translateY(-15px); }*/
  /*}*/

  /* Responsive tweaks */
  /*@media (max-width: 575.98px) {*/
  /*  .key-points .icon-box {*/
  /*    width: 60px;*/
  /*    height: 60px;*/
  /*    font-size: 2rem !important;*/
  /*    margin-bottom: 1rem;*/
  /*  }*/
  /*}*/
  
   .mission-vision {
    background-color: #f9fbff;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  }

  .mission-vision .m-card {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 12px 25px rgba(0, 100, 255, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .mission-vision .m-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 100, 255, 0.3);
  }

  .mission-vision .card-title {
    color: #0064ff;
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 1rem;
    font-family: 'ui-monospace', monospace;
  }

  .mission-vision .card-text {
    font-size: 1.1rem;
    color: #222;
    line-height: 1.6;
  }

  .mission-vision img {
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0, 100, 255, 0.1);
    width: 100%;
    object-fit: cover;
    max-height: 400px;
    transition: transform 0.3s ease;
  }

  .mission-vision img:hover {
    transform: scale(1.05);
  }

  /* Alternating layout tweaks */
  .mission-vision .row > div:nth-child(odd) {
    display: flex;
    align-items: center;
  }

  /* Responsive: stack images and text on small screens */
  @media (max-width: 767.98px) {
    .mission-vision .row > div {
      display: block !important;
      margin-bottom: 1.5rem;
    }

    .mission-vision img {
      max-height: 250px;
    }
  }
  
  
  
  
      /*video banner css*/
      .video-banner {
  position: relative;
  max-width: 100%;
  height: 80vh;
  overflow: hidden;
}

.video-banner video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  z-index: 1;
  object-fit: cover;
}

.video-overlay {
  position: relative;
  z-index: 2;
  color: white;
  text-align: center;
  top: 8%;
  transform: translateY(-50%);
  padding: 0 20px;
}

.video-overlay h1 {
  font-size: 3rem;
      margin-bottom: 20px;
}

.video-overlay p {
  font-size: 1.5rem;
  margin-bottom: 30px;
    position: absolute;
    left: 33%;
    top: 450px;
}

.video-overlay .btn {
  padding: 12px 24px;
  background-color: #00c2ff;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.video-overlay .btn:hover {
  background-color: #009fdd;
}


/*Tokonomic css*/
    .token-box {
      background: linear-gradient(to right, #007bff, #00c6ff);
      color: #fff;
      border-radius: 8px;
      padding: 15px 20px;
      margin-bottom: 10px;
    }

    .token-box strong {
      color: #fff;
    }

    .logo-section {
      text-align: center;
    }

    .logo-img {
      max-width: 150px;
      margin-bottom: 10px;
    }

    .title {
      font-weight: bold;
      color: #007bff;
    }

    .token-title {
      font-size: 18px;
      font-weight: 600;
    }

    .token-value {
      float: right;
    }

    .shield-logo {
      max-width: 100%;
    }
  
  
  
  
  
  /*Footer*/
  .footee-section {
    position: relative;
    background: url(../profitlelo/footer-bg.jpg);
    background-position: center; /* 'initial' isn't recommended */
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0; /* important to allow :before layering properly */
    overflow: hidden; /* in case child elements overflow */
}

.footee-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 100, 255, 0.28); /* use rgba instead of hex with alpha */
    z-index: -1;
}
@media screen and (max-width: 767px){
    .video-overlay h1 {
        font-size: 2rem !important;
    }
    .video-overlay p {
    left: 4%;
        top: 355px;
}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .video-overlay {
    top: 15%;
}
.video-overlay p {
  font-size: 2.2rem;
        left: 6%;
        top: 688px;
}
}





