html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      font-family: Arial, sans-serif;
    }
    

    .tabs {
      display: flex;
      /* overflow-x: auto; */
      flex-wrap: wrap;
      white-space: nowrap;
      /* background-color: #f8f8f8; */
      padding: 10px;
      position: sticky;
      top: 0;
      z-index: 1000;
      /* border-bottom: 1px solid #ddd; */
      scrollbar-width: none; /* Firefox */
    }

    .tabs::-webkit-scrollbar {
      display: none; /* Chrome, Safari */
    }

    .tabs a {
      flex: 0 0 auto;
      margin-right: 10px;
      margin-bottom: 10px;
      padding: 10px 15px;
      background-image: linear-gradient(120deg, #4d92ba, #064763); /* Gradient on hover */
      background-position: right;
      color: #fff;
      text-decoration: none;
      border-radius: 4px;
      transition: background-color 0.3s;
      border: 2px solid #064763;
    }

    .tabs a:hover {
      background-color: #fff;
      background-image: none;
      color: #333;
      border: 2px solid #0cb0be;
    }

    section {
      padding: 0 20px;
      min-height: 100vh;
      /* border-bottom: 1px solid #eee; */
    }
    .text-title{
      /* width: 380px; */
      margin: 0 auto;
      background: #66bed2;
      border-radius: 10px 10px 0 0;
      /* padding: 40px; */
    }
    .tabs{
      justify-content: center;
    }
    section h2 {
      margin-top: 0;
    }

    .tp-84 {
        top: 44px;
    }
    .rgt-0 {
        right: 0;
    }
.bg-gnt2 .row > div:nth-child(-n+3) img{
  border-radius: 0 0 20px 20px;
}
.maintop-sec video
 {
    width: 100%;
    height: 300px;
    background: blue;
    position: relative;
  }
  .title-cont{
    position: absolute;
    top: 100px;
    text-align: center;
  }


  .stats-box {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 18px;
    background: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    text-align: center;
    margin-top: -37px;
    position: relative;
    z-index: 9;
  }

  .stats-item {
    flex: 1;
  }

  .stats-number {
    font-size: 2.5rem;
    font-weight: bold;
    color: #333;
  }

  .stats-label {
    font-size: 0.95rem;
    color: #666;
  }

  @media (min-width: 640px) {
    .stats-box {
      flex-direction: row;
      justify-content: space-between;
    }
    .stats-item {
      text-align: center;
    }
  }

  .z-ind2{
    z-index: 99;
  }

 .carousel-control-next-icon, .carousel-control-prev-icon{
    background-color:#000;
  }
  .carousel-indicators{
    margin-bottom: 0;
    bottom:42px;
  }
  .carousel-item {
      padding: .5rem 0;
    }

    .carousel-title {
      text-align: center;
      font-size: 3rem;
      font-weight: bold;
      margin-bottom: 1rem;
      color:rgb(217, 217, 19);
      font-family: trancity;
      letter-spacing: 7px;
    }

    .carousel-image-wrapper {
      position: relative;
      overflow: hidden;
      border-radius: 10px;
    }

    .carousel-image-wrapper img {
      width: 100%;
      height: 300px;
      object-fit: cover;
    }
    .carousel-control-next, .carousel-control-prev{
      top:264px;
    }