body {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}


:root {
  --primary: #2d9d3e;
  --secondary: #37446b;
  /* --third: #878787;
  --four: #1d1d1b;
  --five: #c7a56d; */
}

html {
  scroll-padding-top: 120px; /* Adjust this to match your navbar height */
  scroll-behavior: smooth;
}

.headline{
 position:relative;
 display:inline-block

}

.circle-bg {
  position: absolute;
  top: -100;
  left: 0;
  width: 200px;
  height: 200px;
  background: var(--primary);
  border-radius: 50%;
  z-index: -1;
}

.circle-text {
  position: relative;
  padding: 45px;
  color: white!important;
}
.herostats {
  /* margin-left: 450px; */
  background-color: rgba(0, 0, 0, 0.5);
  padding: 30px;
  border: solid white 2px;
}
.chart {
  width: 50%;
  float: left;
  display: grid;
  gap: 1em;
  grid-template-rows: min-content minmax(0, 1fr) min-content;
  grid-template-columns: 1fr minmax(0, 3fr);
  grid-template-areas:
    'a h'
    'a c'
    'a f';
  height: calc(100vh - 2em);
  /*width: calc(100vw - 2em);  not necessary, but just to be explicit */
  height: 400px;
  margin: 1em;
  max-width: 950px;
  border: 1px solid #134369;
  border-radius: 10px;
  margin: 2%;
}

.chart div {
  grid-column: 1/4;
  grid-row: 2/3;
}
.chart h3 {
  background: var(--color-1);
  color: #000;
  line-height: 1.3;
  padding: 0.2em;
  text-align: center;
  grid-row: 1/2;
  grid-column: 1/4;
  text-align: center;
}

.preicons {
  display: block;
  text-align: right;
  margin-top: -25px;
}

.prephoneemail {
  margin-top: 15px;
}

.flex-wrapper {
  display: flex;
  flex-flow: row nowrap;
}

.single-chart {
  width: 33%;
  justify-content: space-around;
}

.circular-chart {
  display: block;
  margin: 10px auto;
  max-width: 80%;
  max-height: 150px;
}

.circle-bg {
  fill: none;
  stroke: #eee;
  stroke-width: 3.8;
}

.circle {
  fill: none;
  stroke-width: 2.8;
  stroke-linecap: round;
  animation: progress 1s ease-out forwards;
}

@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}

.circular-chart.orange .circle {
  stroke: #ff9f00;
}

.circular-chart.green .circle {
  stroke: #4cc790;
}

.circular-chart.blue .circle {
  stroke: #3c9ee5;
}

.percentage {
  fill: #666;
  font-family: sans-serif;
  font-size: 0.5em;
  text-anchor: middle;
}

.accordion-button, .accordion-button:not(.collapsed) {
  background-color: var(--secondary)!important;
  color:white!important
}

.accordion-button::after,.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

td {
  border-right: black solid 2px;
}

.investhead{
  width:40vw;
}

/* @media screen and (max-width:480px){
  .investhead{
    width:80vw;
  }
} */

@media screen and (max-width: 680px){
  .investtag{
    /* margin-top:-30px; */
  }
  .uselogo{
    width:50vw!important;
  }
   .herostattext {
    font-size: 1rem;
  }
.bizName2{
  font-size:0.75rem;
}
}

@media screen and (max-width: 410px){

  .graph{
    font-size: x-small!important;
  }
   .investhead{
    width:80vw;
  }
    .herostattext {
    font-size: 1rem;
  }
      .herostattext2 {
    font-size: 1.5rem;
  }
.bizName2{
  font-size:0.75rem;
}
}