.mega-menu-grid {
    grid-template-columns: none !important;
    
}
 .watermark {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 420px;
    opacity: 0.40;
    pointer-events: none;
    z-index: 0;
    mix-blend-mode: screen;
  }
  .top-heading {
    font-size: 26px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 22px;
    letter-spacing: 0.3px;
    text-align: left;
    position: relative;
    z-index: 1;
  }

  .top-heading span {
    color: #FFD700;
  }

  .divider-line {
    width: 100%;
    height: 2px;
    background: rgba(255,255,255,0.25);
    margin-bottom: 24px;
    position: relative;
    z-index: 1;
  }

  .columns {
    display: flex;
    gap: 0;
    align-items: flex-start;
    position: relative;
    z-index: 1;
  }

  .col {
    flex: 1;
    padding-right: 24px;
    margin-right: 24px;
  }
  .col:last-child {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
  }

  .col-heading {
    font-size: 16px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-bottom: 14px;
    padding-bottom: 6px;
    border-bottom: 2px solid #FFD700;
    display: block;
    text-align: center;
  }

  .section {
    margin-bottom: 14px;
  }

  .section-title {
    font-size: 12.5px;
    font-weight: 800;
    color: #FFD700;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-align: left;
  }

  .section ul {
    list-style: none;
    padding: 0;
  }

  .section ul li {
    font-size: 11.5px !important;
    color: #fff;
    font-weight: 500;
    padding: 1.5px 0 1.5px 10px;
    position: relative;
    line-height: 1.5;
  }

  .section ul li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: rgba(255,255,255,0.7);
    font-size: 10px;
  }

  .col-crm { flex: 2.2; }
  .col-psa { flex: 1.4; }
  .col-ai  { flex: 0.8; }
  .col-others { flex: 1.2; }

  .crm-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 18px;
  }

  .tag-new {
    display: inline-block;
    background: #FFD700;
    color: #005f8e;
    font-size: 8px;
    font-weight: 800;
    padding: 1px 5px;
    border-radius: 3px;
    margin-left: 5px;
    vertical-align: middle;
    text-transform: uppercase;
  }
  
  
  @media (max-width: 480px) {
     .col {
    padding-right: 0px !important;
    margin-right: 0px !important;
  }
  
  .watermark {
    width: 320px !important;
  
}