.hero__v6 {
    background-color: #fff;
}
header {
      background-color: rgb(255, 255, 255);
      border-bottom: 1px solid rgba(255, 255, 255, 0.8);
      
      position: relative;
      z-index: 999;
    }

    .nav-container {
      display: flex;
      align-items: center;
      justify-content: space-between;
      max-width: 1200px;
      margin: auto;
      padding: 15px 16px;
      position:sticky;
    }

    .nav-left,
    .nav-right {
      display: flex;
      gap: 20px;
      align-items: center;
      font-size: 13px;
      font-weight: 500;
    }



    .nav-left a {
        color: #616161;
        text-decoration: none;
        font-size: 13px;
    }

    .nav-right a {
        color: #616161;
        text-decoration: none;
        font-size: 13px;
    }

    .nav-center {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
    }

    .nav-center img {
      height: 50px;
    }

    nav a {
      text-decoration: none;
      color: #215c5c;
      font-weight: 500;
      transition: color 0.3s;
    }

    nav a:hover {
      color: var(--green);
    }



    .mobile-fixed-cta {
  display: none;
}


@media (max-width: 768px) {
  .mobile-fixed-cta {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #215c5c;
    color: white;
    text-align: center;
    padding: 12px;
    font-weight: 400;
    text-decoration: none;
    font-size: 14px;
    z-index: 1000;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
  }

  .mobile-fixed-cta:hover {
    background-color: #215c5c;
  }
}

    
    .mobile-search-icon {
      display: none;
      
    }

    .mobile-search-icon {
      font-size: 22px;
      color: #333;
      cursor: pointer;
    }

    .pointy {
      font-size: 22px;
      color: #333;
      cursor: pointer;
    }

    .mobile-menu-btn {
      width: 40px;
      height: 40px;
      /* border: 2px solid var(--green);
      border-radius: 50%; */
      background: transparent;
      display: none;
      align-items: center;
      justify-content: center;
      cursor: pointer;
    }

    .mobile-menu-btn span {
      width: 20px;
      height: 2px;
      /* background: var(--green); */
      display: block;
      position: relative;
      transition: all 0.3s ease;
    }

    .mobile-menu-btn span::before,
    .mobile-menu-btn span::after {
      content: '';
      position: absolute;
      width: 20px;
      height: 2px;
      /* background: var(--green); */
      left: 0;
      transition: all 0.3s ease;
    }

    .mobile-menu-btn span::before {
      top: -6px;
    }

    .mobile-menu-btn span::after {
      bottom: -6px;
    }

    .mobile-menu-btn.active span {
      background: transparent;
    }

    .mobile-menu-btn.active span::before {
      transform: rotate(45deg);
      top: 0;
    }

    .mobile-menu-btn.active span::after {
      transform: rotate(-45deg);
      bottom: 0;
    }

    .fullscreen-nav {
      position: fixed;
      top: 0;
      left: 0;
      background: white;
      width: 100%;
      height: 100%;
      display: flex;
      border-bottom: 1px solid rgb(255, 255, 255);
      flex-direction: column;
      justify-content: center;
      align-items: center;
      transform: translateX(100%);
      opacity: 0;
      transition: all 0.3s ease;
      z-index: 999;
    }

    .fullscreen-nav.show {
      transform: translateX(0);
      opacity: 1;
    }

    .fullscreen-nav a {
      margin: 15px 0;
      font-size: 20px;
      color: #215c5c;
      text-decoration: none;
      font-weight: 400;
    }

    .close-btn {
  position: absolute;
  top: 100px;
  right: 20px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  background-color : #215c5c;
  padding: 5px 12px;
  border-radius: 20px;
  cursor: pointer;
  z-index: 1000;
   
}
.begin {
  background-color: #215c5c;
  padding: 3px 8px;
  font-weight: 500;
  border-radius: 4px;
}

.ball {
  background-color: #ffffff;
  text-decoration: none;
  color: #616161;
  padding: 2px 8px;
  font-size: 14px;
  border-radius: 4px;
  position: absolute;
      top: 80%;
      left: 30%;
      
      transform: translate(-50%, -50%);
      
      
      
      z-index: 10;
}
.gauge-grid {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 30px;
    }

    .gauge-card {
      position: relative;
      width: 250px;
      height: 250px;
    }

    .gauge-canvas {
      width: 100%;
      height: 100%;
    }

    .gauge-photo {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 200px;
      height: 200px;
      transform: translate(-50%, -50%);
      border-radius: 50%;
      border: 3px solid white;
      object-fit: cover;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
      z-index: 10;
    }





    @media (max-width: 768px) {
      .nav-left,
      .nav-right {
        display: none;
      }
      

      .nav-container {
        justify-content: space-between;
        background:rgba(255,255,255,0.9);
        width:100%;
        padding:12 16px ;
        position:fixed;
        z-index: 500;
      }

      .nav-center {
        position: static;
        transform: none;
      }

      .mobile-menu-btn,
      .mobile-search-icon {
        display: block;
      }
      
      .start {
        display: none;
      }

      .ball {
  background-color: #616161;
  text-decoration: none;
  color: #ffffff;
  padding: 2px 8px;
  font-size: 12px;
  border-radius: 4px;
  position: absolute;
  top: 10%;
  left: 20%;
  transform: translate(-30%, -50%);
  z-index: 10;
  
}

.gauge-card a {

  margin-top:100px;

}

      .gauge-grid {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 30px;
    }

    .gauge-card {
      position: relative;
      width: 180px;
      height: 180px;
    }

    .gauge-canvas {
      width: 100%;
      height: 100%;
    }
    .hero-img {
      margin-top: -80px;
    }

    .gauge-photo {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 125px;
      height: 125px;
      transform: translate(-50%, -50%);
      border-radius: 50%;
      border: 3px solid white;
      object-fit: cover;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
      z-index: 10;
    }


      
    }


    .mobile-search-icon img {

        width: 25px;

    }

    .pointy img {
      width: 25px;
    }


    .mobile-menu-btn img {
        width : 40px;
    }
  
    