@media (max-width: 1020px){
    .navwrap{grid-template-columns: 1fr;gap:10px}
    .menu{justify-content:flex-start;flex-wrap:wrap;gap:18px}
    .callBtn{justify-self:start}
    .hero{
        grid-template-columns:1fr;
        height: auto;
        max-height: initial;
    }
    .heroLeft{padding:54px 24px}
    .heroTitle{font-size:44px}
    .heroRight{
        min-height:320px;
        height: auto;
    }
    .heroinfo {
        max-width: 100%;
        width: 100%;
    }
    .heroMeta {
        margin-top: 20px;
        gap: 15px;
    }
    .tripleGrid h2 {
        font-size: 30px;
        line-height: 1.03;
    }
    .twoCol,.bandGrid,.serviceGrid,.howGrid,.superGrid{grid-template-columns:1fr}
    .serviceGrid{gap:10px}
    .benefitGrid{grid-template-columns:1fr}
    .statsGrid{grid-template-columns:1fr 1fr}
    .statsGrid2{grid-template-columns:1fr}
    .footGrid{grid-template-columns:1fr 1fr}
    .phoneMock{margin-inline:auto}
  }
  
  @media (max-width: 991px) {
    .mobile-toggle {
      display: none;
      flex-direction: column;
      gap: 5px;
      cursor: pointer;
    }
  
    .mobile-toggle span {
      width: 25px;
      height: 3px;
      background: #000;
    }
    .close-menu {
      display: none;
      position: absolute;
      top: 20px;
      right: 25px;
      font-size: 32px;
      cursor: pointer;
    }
  
  
    .mobile-toggle {
      display: flex;
    }
    .callBtn {
      display: none;
    }
  
    .menu {
      position: fixed;
      top: 0;
      left: -100%;
      width: 100%;
      height: 100vh;
      background: #fff;
      padding: 80px 30px;
      transition: 0.3s;
    }
  
    .menu.active {
      left: 0;
    }
  
    .menu ul {
      flex-direction: column;
      gap: 25px;
      font-size: 22px;
    }
  
    .close-menu {
      display: block;
    }
    .logo {
        max-width: 110px;
    }
    section {
        scroll-margin-top: 66px;
    }
  }
  
  
  
  
  @media (max-width: 768px){
    .heroTitle{font-size:36px}
    .centerTitle h2{font-size:34px}
    .bandGrid h2,.howLeft h2,.statsTitle h2,.testTitle h2,.superLeft h2{font-size:34px}
    .statsGrid{grid-template-columns:1fr}
    .tab{min-width: 180px}
    .tableHead,.tableRow{grid-template-columns:1fr}
    .tableHead div:nth-child(2),
    .tableRow div:nth-child(2){
      border-left:0;border-right:0;
      border-top:2px solid rgba(255,255,255,.35);
      border-bottom:2px solid rgba(255,255,255,.35);
      padding:12px 0;
      margin:10px 0;
    }
    .tripleGrid h2 {
        font-size: 24px;
    }
    .tripleGrid {
        flex-direction: column;
        gap:40px;
    }
    .centerTitle p {
        font-size: 14px;
    }
    .centerTitle {
        margin-bottom: 30px;;
    }
    .twoCol {
        gap:20px;
    }
    .challengeText p {
        font-size: 15px;
        line-height: 1.5;
    }
    .bullets li {
        font-size: 18px;
    }
    .bullets {
        gap: 8px;
        margin: 18px 0 18px;
    }
    .section {
        padding: 40px 0;
    }
    .serviceCard {
        padding: 20px;
    }
    .serviceLogo {
        max-width: 140px;
    }
    .svcList {
        gap: 10px;
        padding: 0;
    }
    .svcCircle {
        width: 280px;
        height: 280px;
    }
    .serviceTop-text h3 {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .drag-info-box h4 {
        font-size: 16pxs;
    }
    .claim-assessment-info.mb-3 {
        padding: 0px 20px;
    }
    .other-service-icon {
        width: 50px;
        min-width: 50px;
        min-width: 50px;
    }
    .other-service-info h5 {
        font-size: 16px;
    }
    .other-service-info p {
        font-size: 14px;
    }
    .contact-box{
        grid-template-columns:1fr;
    }
   .side{
        text-align:center;
        gap:10px;
    }
    .form-area{
        padding:40px;
    }
    .testimonials,
    .faq-area,
    .featuresBand,
    .footer,
    .stats,
    .benefits,
    .contact-area {
        padding: 40px 0px;
    }
    .contact-area .side {
        padding: 30px 20px;
    }
    .side h2 {
        margin-bottom: 5px
    }
    .side p {
        margin-bottom: 0px;
    }
    .form-area {
      padding: 30px 20px;
     }
     #how .centerTitle {
        margin-bottom: 10px
     }
     .step h3 {
        font-size: 22px;
     }
     .stat.small .num,
     .stat .num {
        font-size: 30px;
     }
     .stat .lbl {
        font-size: 14px;
     }
     .form-area h3 {
        font-size: 24px;
        margin-bottom: 16px;
     }
    .form-area button {
        padding: 8px 30px;
        font-size: 15px;
    }
    .ctaInner {
         gap: 15px;
    }
    .ctaInner h3 {
        font-size: 26px;
    }
    .footGrid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .footLogo {
        width: 120px;
    }
    .features-table-item h3 {
        font-size: 16px;
        padding-left: 10px
    }
    .features-table-item ul li {
        font-size: 13px;
         padding-bottom: 5px;
        line-height: 1.5;
    }
    .features-table-item ul {
        padding-left: 10px;
    }
    .features-table-item {
        border-left: 1px solid #fff;
    }
    .features-table-box ul {
        border-top: 1px solid #fff;
    }
    .accordion-button {
        font-size: 16px;
    }
    .accordion-button {
        padding: 15px 0px;
    }
    .accordion-body p {
        font-size: 15px;
    }
    .testimonials-cardTwo .quote,
    .quote {
        font-size: 50px;
        padding-right: 16px;
        margin-top: -20px;
    }
    .author-photo {
        width: 50px;
        height: 50px;
        min-width: 50px;
    }
    .author-name p, .author-name h5 {
        font-size: 15px;
        margin-bottom: 0px;
    }
    .author-info {
        padding-top: 5px;
    }
    .testimonials-item {
        padding-bottom: 0px;
    }
    .testimonials-cardTwo {
        grid-template-columns: 1fr;
        margin-top: 24px;
    }
    .testimonials-cardTwo .testimonials-item {
        padding-left: 0px;
        padding-top: 24px;
        border-bottom: none;
    }
    .testimonials-info p {
        font-size: 15px;
    }
    .testimonials-cardTwo .author-info {
        justify-content: start;
    }
    .testimonials-cardTwo .testimonials-card {
        border-left: none;
    }
    .testimonials-cardTwo .testimonials-card:first-child {
        padding-right: 0;
    }
    .testimonials-cardTwo .testimonials-item {
        border-bottom: 1px solid var(--purple) !important;
        padding-bottom: 20px;
    }
    .testimonials-cardTwo .author-info {
        padding-top: 0px
    }

  }