 
    
    .comparison-box {
      border-radius: 20px;
      background-color: #fff;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
      overflow: hidden;
    }

    .section-header {
      
      padding: 10px;
      color: white;
      border-top-left-radius: 20px;
      border-top-right-radius: 20px;
    }
    .crm-bg {
  background: linear-gradient(90deg, #11024e, #4e6cf7);
  color: white;
}
.crm-solution{
    border: 1px solid #cdcdcd;
    border-bottom-left-radius: 21px;
    border-bottom-right-radius: 21px;
    box-shadow: 0 10px 30px rgba(78, 108, 247, 0.25);
    transition: box-shadow 0.3s ease;
}
.manual{
    border: 1px solid #cdcdcd;
    border-bottom-left-radius: 21px;
    border-bottom-right-radius: 21px;  
}
.manualheading{
  font-size: 24px;
  text-align: center;
}
.crmmenu{
  font-size: 24px;
  text-align: center;

}
.manualpara{
  font-size: 18px;
  text-align: center;
  margin-bottom:2px;

}
.crmpara{
  font-size: 18px;
  text-align: center;
   margin-bottom:2px;

}
.manual-bg {
  background: linear-gradient(90deg, #810909, #ec746e);
     }
    .section-header h4 {
      font-weight: bold;
    }

    .feature-item {
      display: flex;
      align-items: flex-start;
      gap: 12px;
      padding: 10px 18px;
      border-radius: 12px;
      margin-bottom: 10px;
    }

    .feature-icon {
      font-size: 17px;
      padding: 6px;
      border-radius: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 25px;
      height: 25px;
      flex-shrink: 0;
    }

    .crm-feature {
      background-color: #e6f9ee;
      border: 1px solid #4db478 ;
    }

    .crm-icon {
      background-color: #28a745;
      color: white;
      margin-top: 3px;
    }

    .manual-feature {
      background-color: #ffe9e9;
      border: 1px solid #f57878;
    }

    .manual-icon {
      background-color: #dc3545;
      color: white;
      margin-top: 2px;
    }
    .crm-feature:hover{
         background-color: rgb(138 235 179);
         box-shadow: 0 10px 30px rgba(78, 108, 247, 0.25);
         transition: box-shadow 0.3s ease;
    }
    .manual-feature:hover{
         background-color: #d38989;
         box-shadow: 0 10px 30px rgba(78, 108, 247, 0.25);
         transition: box-shadow 0.3s ease;
    }
   .crmgaping{
    gap: 15px;
   }
    .comparison-header {
  

}
.feature-desc{
  margin-bottom: 5px;
  font-size: 14px;
}
.comparison-header h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #2c2c2c;
}

.comparison-header p {
  font-size: 1.1rem;
  max-width: 750px;
  margin: 0 auto;
  color: #555 !important;
}
/* manual  */
.icontest{
    margin-top: -3px;
}
/* crm */
.icontest1{
    margin-top: -4px;
}
.crmgaping{
    justify-content: center;
}

.heading-underline {
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #a44cee, #4e6cf7);
  margin: 20px auto 0;
  border-radius: 2px;
}
.heading-desc{
  font-size: 15px;
}
@media(max-width:992px){
     .crmgaping{
    gap: 0px;

   }
     /* .feature-desc {
    display: none;
  } */
  .heading-desc{
    font-size: 16px;
    margin-top: 4px;
  }
  .feature-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 4px 4px;
    border-radius: 6px;
    margin-bottom: 16px;
}
.feature-icon {
    font-size: 10px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    margin-top: 7px;
    margin-left: 10px;
}
.manualheading{
    font-size: 23px;
}
.manualpara{
    font-size: 16px;
}
.crmmenu{
    font-size: 23px;
}
.crmpara{
    font-size: 16px;
}
.section-header {
    padding: 15px;
    color: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.allsection {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-bottom: 100px;
}

.crmgaping {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.feature-desc{
  font-size: 14px;
}
}

    @media (max-width: 767px) {
      .section-header {
        text-align: center;
      }
    .section-header {
    padding: 25px
    }
    }
@media (max-width: 576px) {
  .comparison-header h2 {
    font-size: 1.5rem;
  }

  .comparison-header p {
    font-size: 1rem;
  }

  .heading-underline {
    width: 40px;
    height: 3px;
  }
   .feature-desc {
    display: none;
  }
  .heading-desc{
    font-size: 10px;
    margin-top: 4px;
  }
  .feature-item {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    padding: 4px 4px;
    border-radius: 6px;
    margin-bottom: 16px;
}
.feature-icon {
    font-size: 10px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 15px;
    height: 15px;
    flex-shrink: 0;
    margin-top: 4px;
}
.manualheading{
    font-size: 12px;
}
.manualpara{
    font-size: 10px;
}
.crmmenu{
    font-size: 12px;
}
.crmpara{
    font-size: 9px;
}
.section-header {
    padding: 15px;
    color: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
}