.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;
    }

    .grey-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;
    }


      
    }
    
    
    
     /* AUP Popup Styles */
        .aup-popup {
            position: fixed;
            bottom: 0;
            left: 0;
            right: 0;
            width: 100%;
            background: #2c3e50;
            background-color: #2c3e50;
            color: white;
            color: #ffffff;
            padding: 20px;
            box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
            -webkit-box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
            -moz-box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
            -webkit-transform: translateY(100%);
            -moz-transform: translateY(100%);
            -ms-transform: translateY(100%);
            -o-transform: translateY(100%);
            transform: translateY(100%);
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            z-index: 9999;
        }

        .aup-popup.show {
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0);
        }

        .aup-content {
            max-width: 1200px;
            margin: 0 auto;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-align: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
            -webkit-box-pack: justify;
            -moz-box-pack: justify;
            -ms-flex-pack: justify;
            -webkit-justify-content: space-between;
            justify-content: space-between;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }
        
        /* For older browsers without flexbox */
        .aup-content:after {
            content: "";
            display: table;
            clear: both;
        }

        .aup-text {
            -webkit-box-flex: 1;
            -moz-box-flex: 1;
            -webkit-flex: 1;
            -ms-flex: 1;
            flex: 1;
            min-width: 300px;
            margin-right: 20px;
        }

        .aup-text h3 {
            font-size: 18px;
            margin-bottom: 8px;
            font-weight: 600;
        }

        .aup-text p {
            font-size: 14px;
            line-height: 1.5;
            color: #ecf0f1;
            margin: 0;
        }

        .aup-text a {
            color: #3498db;
            text-decoration: underline;
        }

        .aup-text a:hover {
            color: #5dade2;
        }

        .aup-buttons {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }
        
        .aup-buttons > * {
            margin-right: 12px;
            margin-bottom: 10px;
        }
        
        .aup-buttons > *:last-child {
            margin-right: 0;
        }

        .aup-btn {
            padding: 10px 24px;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            font-size: 14px;
            font-weight: 600;
            transition: all 0.2s;
        }

        .aup-btn-accept {
            background: #27ae60;
            color: white;
        }

        .aup-btn-accept:hover {
            background: #2ecc71;
        }

        .aup-btn-decline {
            background: transparent;
            color: white;
            border: 2px solid white;
        }

        .aup-btn-decline:hover {
            background: rgba(255, 255, 255, 0.1);
        }

        .aup-close {
            position: absolute;
            top: 10px;
            right: 10px;
            background: transparent;
            border: none;
            color: white;
            font-size: 24px;
            cursor: pointer;
            padding: 5px 10px;
            line-height: 1;
        }

        .aup-close:hover {
            opacity: 0.7;
        }

        @media (max-width: 768px) {
            .aup-content {
                flex-direction: column;
                align-items: stretch;
            }

            .aup-buttons {
                width: 100%;
            }

            .aup-btn {
                flex: 1;
            }


    .mobile-search-icon img {

        width: 25px;

    }

    .pointy img {
      width: 25px;
    }


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