@media (min-width: 992px) and (max-width: 1031px) {
  .stat-box h2 {
    font-size: 49px;
  }


}

/* Tablet */

@media(max-width:992px) {

  .hero h1 {
    font-size: 36px;
  }
  .sub-line{
      text-align: center;

    
}
.result-number{
  font-size: 36px;
}
  .business-title {
    font-size: 42px;
  }

  .btn-main {
    margin-bottom: 20px;
  }

  .business-subtitle {
    font-size: 22px;
  }

  .risk-title {
    font-size: 42px;
  }

  .hero {
    text-align: center;
  }

  .work-timeline {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
  }

  .work-timeline::before {
    display: none;
  }

  .stats-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
  }

  .stat-box h2 {
    font-size: 50px;
  }
  .pricing-title {
  font-size: 40px;
}
.pricing-price{
  font-size: 46px;
}
}

@media(min-width:768px) and (max-width:990){

}

/* Mobile */

@media(max-width:768px) {

  .logo{
    height: 65px;
    width: auto;
  }
  .navbar-group{
  display: flex;
  flex-direction: column;
  justify-content: center;   
  
}
.navbar-group .btn-main{
  margin-bottom: 0!important;
}
  .hero h1 {
    font-size: 28px;
  }

  .grow-content {
    margin-top: 20px;
  }

  /* .service-card {
    margin-bottom: 20px;
  } */

  .work-title {
    font-size: 32px;
    margin-bottom: 35px;
  }

  .work-section {
    padding: 40px 20px;
  }

  .work-timeline {
    grid-template-columns: 1fr;
  }

  .stats-section {
    background: white;
    padding: 67px 20px;
  }
.testimonial-heading {
    font-size: 30px;
    line-height: 48px;
}
  .cfo-section {
    padding: 1px 0;
    margin-bottom: 50px;
  }

  .testimonial {
    padding-bottom: 1px;
    padding: 45px 0;
  }

  .pricing-section {
    padding: 50px 20px;
    margin-bottom: 7px;
  }

  .btn-main {
    margin-bottom: 20px;
  }

}

/* Small Mobile */

@media(max-width:480px) {

  /* .hero h1 {
    font-size: 27px;
  } */

  .hero-list li {
    font-size: 15px !important;
  }

  .btn-main {
    padding: 13px 18px;
    font-size: 14px;
    margin-bottom: 20px;
  }
  .results-wrapper {
    gap: 35px;
  }

}



/* Tablet */

@media(max-width:992px) {

  .cta-title {

    font-size: 32px;

  }

  .footer-row {

    text-align: center;
    gap: 30px;

  }

  .footer-text {

    margin: auto;

  }

}


/* Mobile */

@media(max-width:768px) {

  .hero-list {
    padding: 0;
    margin-bottom: 35px;
  }

  .hero-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 17px;
    list-style: none;
    margin-bottom: 15px;
  }

  .cta-section {

    /* padding: 40px 20px; */

    padding-top: 40px;
    padding-bottom: 1px;

  }

  .cta-title {

    font-size: 26px;

  }

  .cta-btn {

    padding: 10px 20px;
    font-size: 14px;

  }

  .work-timeline {

    gap: 15px;
  }

  .results-section {
    padding: 22px 20px;
  }

  .section-title {
    font-size: 30px;
  }

  .service-card {
    padding: 25px;
  }

  .footer {

    text-align: center;
    padding: 2px 0 30px;
  }

}


/* Small Mobile */

@media(max-width:480px) {

  .cta-title {

    font-size: 25px;

  }
      .stats-container{
        gap: 41px;
      }
  .sub-line {
    font-size: 17px;
  }

  .footer-title {

    font-size: 20px;

  }
  .cfo-right{
    text-align: center;
  }

  .testimonial-heading {
    font-size: 30px;
    line-height: 45px;
  }
  .cta-email{
    margin-top: 0px;
  }
  .footer-row {
    margin-top: 15px;
}

}

/* Mobile */

@media (max-width:500px) {

  .stats-container {
    grid-template-columns: 1fr;
  }

  .stat-box h2 {
    font-size: 42px;
  }

  .business-section {
    padding: 60px 15px;
  }

  .risk-section {
    padding: 45px 20px;
  }

  .info-card {
    height: 135px;
  }

  .risk-title {
    font-size: 32px;
    text-align: center;
  }

  .risk-text {
    font-size: 16px;
  }

  .risk-box {
    font-size: 15px;
    padding: 14px 16px;
  }

  .business-title {
    font-size: 30px;
  }
.results-title {
  margin-bottom: 40px;
}
.local-content{
  margin-top: 26px;
}
  .local-button {
    display: flex;
    justify-content: center;
  }

  .business-subtitle {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .business-tags {
    gap: 12px;
  }

  .tag {
    font-size: 15px;
    padding: 10px 18px;
  }

  .result-card {
    flex: 1 1 100%;
  }

  .results-title {
    font-size: 30px;
  }

  .result-number {
    font-size: 36px;
  }

}