 .section {
padding:60px 0px;
}


.gridd{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:6px 40px;
}

.itemmm{
  display:flex;
  align-items:flex-start;
  gap:18px;
}

.iconnn{
  width:36px;
  height:36px;
  flex-shrink:0;
}

.texttt h3{
  margin:0 0 8px;
  font-size:22px;
  font-weight:600;
}
h3 + p {
  font-size: 14px!important;
}
.texttt p{


  line-height:1.6;

}

/* Responsive */
@media(max-width:992px){
  .gridd{grid-template-columns:repeat(2,1fr);}
}
@media(max-width:576px){
  .gridd{grid-template-columns:1fr;}
}

 .trust-section h3:before {
    content: "✔";
    position: absolute;
    left: 2px;
    top: 0;
    color: #26829C;
    font-weight: bold;
  }
  .trust-section h3 {
    position: relative;
    padding-left: 28px;
  }
  .trust-section p {
    padding-left: 28px;
    text-wrap:auto;
  }
  .trust-section {
    background: #f9f9fb;
  }
  .trust-point .icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform 0.3s ease;
  }
  .trust-point .icon img {
    width: 30px;
    height: 30px;
  }
  .trust-point:hover .icon {
    transform: scale(1.1);
  }
  .trust-point {
    gap: 10px;
  }
  .trust-point h3 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    color: #0477a9;
  }
  .whatsapp-usecase-section {
  background: #f8f9fa;
}

.usecase-card {
  background: #fff;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  transition: all 0.3s ease;
}

.usecase-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.12);
}

.icon-wrap {
  width: 60px;
  height: 60px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #198754;
}

.bg-primary-subtle {
  color: #0d6efd;
}

.usecase-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 10px;
  font-weight: 600;
  color: #0d6efd;
  text-decoration: none;
  transition: gap 0.3s ease;
}

.usecase-link:hover {
  gap: 14px;
}

.usecase-link span {
  transition: transform 0.3s ease;
}

.usecase-link:hover span {
  transform: translateX(6px);
}

.usecase-link small {
  display: block;
  font-weight: 500;
  color: #6c757d;
}

@media (max-width: 767px) {
  .usecase-card {
    padding: 22px;
  }
}
.cta-button {
   
    color: #fff;
    text-align: center;
    
   
}
.dlt-points {
  padding-left: 0;
  list-style: none;
}

.dlt-points li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 12px;
      line-height: 1.75rem;
}

.dlt-points li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #25D366;
  font-weight: 600;
}
.broadcast-steps {
  list-style: none;
  padding-left: 0;
}

.broadcast-steps li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 12px;
      line-height: 1.75rem;
}

.broadcast-steps li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #25D366;
  font-weight: 600;
}

.sms-comparison-section {
  padding: 60px 0;
  background: #f9fafb;
}

.section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
}

.section-subtitle {
  text-align: center;
  color: #666;
  margin-bottom: 40px;
}


/* Mobile hint */
@media (max-width: 768px) {
  .sms-table-scroll::after {
    content: "← Swipe to compare →";
    /*display: block;*/
    text-align: center;
    font-size: 13px;
    color: #777;
    padding: 8px 0;
  }
  
}

/*benefits*/
.main-heading {
            text-align: center;
            margin-bottom: 35px;
            color: #075E54;
        }

        .main-heading h2 {
            font-weight: 700;
            font-size: 32px;
            margin-bottom: 8px;
        }

        .main-heading .whatsapp-icon {
            color: #25D366;
            font-size: 2.5rem;
            margin-bottom: 12px;
        }

        .category-card {
            background: white;
            border-radius: 12px;
            padding: 20px;
            margin-bottom: 20px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            border-left: 4px solid;
            border-top: none;
            height: 100%;
        }

        .category-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
        }

        .category-card.utility {
            border-left-color: #3498db;
        }

        .category-card.authentication {
            border-left-color: #9b59b6;
        }

        .category-card.marketing {
            border-left-color: #e74c3c;
        }

        .category-card.service {
            border-left-color: #27ae60;
        }

        .category-icon {
            width: 45px;
            height: 45px;
            border-radius: 50%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 12px;
            font-size: 20px;
            color: white;
        }

        .utility .category-icon {
            background: linear-gradient(135deg, #3498db, #2980b9);
        }

        .authentication .category-icon {
            background: linear-gradient(135deg, #9b59b6, #8e44ad);
        }

        .marketing .category-icon {
            background: linear-gradient(135deg,  #e74c3c, #c0392b);
        }

        .service .category-icon {
            background: linear-gradient(135deg, #27ae60, #229954);
        }

        .category-title {
            font-size: 1.2rem;
            font-weight: 700;
            margin-bottom: 12px;
            color: #2c3e50;
        }

        .category-description {
            color: #7f8c8d;
            margin-bottom: 15px;
            font-size:15px!important;
        }

   .use-cases {
    list-style: none;
    padding: 0;
    margin-bottom: 15px;

    min-height: clamp(110px, 15vw, 140px);
    max-height: clamp(110px, 15vw, 140px);

    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

        .use-cases li {
            padding: 6px 0;
            color: #34495e;
            border-bottom: 1px solid #ecf0f1;
            display: flex;
            align-items: center;
            font-size: 0.9rem;
        }

        .use-cases li:last-child {
            border-bottom: none;
        }

        .use-cases li i {
            margin-right: 8px;
            color: #25D366;
            font-size: 0.95rem;
        }

        .benefits {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
        }

        .benefit-badge {
            padding: 6px 12px;
            border-radius: 15px;
            font-size: 0.8rem;
            font-weight: 600;
            display: inline-flex;
            align-items: center;
            gap: 5px;
        }

        .benefit-badge.positive {
            background-color: #d4edda;
            color: #155724;
        }

        .benefit-badge.warning {
            background-color: #fff3cd;
            color: #856404;
        }

        .benefit-badge i {
            font-size: 0.9rem;
        }

        @media (max-width: 768px) {
            .main-heading h2 {
                font-size: 1.8rem;
            }

            .category-card {
                padding: 20px;
            }
        }
        
.steps-section {
  padding: 80px 20px;
  background: #ffffff;
}

.sec-title {
  text-align: center;
  font-size: 32px;
  color: #0a2540;
}

.sec-sub {
  text-align: center;
  margin-bottom: 60px;
  color: #5b6b7c;
}

/* WRAPPER */
.zz-wrap {
  position: relative;
  
  margin: auto;
}

/* CENTER LINE */
.zz-wrap::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #00b4db;
  transform: translateX(-50%);
}

/* ROW */
.zz-row {
  display: grid;
  grid-template-columns: 1fr 80px 1fr;
  align-items: center;
  margin-bottom: 40px;
  position: relative;
}

/* CARD */
.zz-card {
  background: #f0f9fc;
  padding: 20px;
  border-radius: 14px;
  border: 1px solid #d9eef5;
  transition: 0.3s;
}

.zz-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.zz-card.alt {
  background: #e8f8fd;
}

.zz-card h3 {
  font-size: 18px;
  margin-bottom: 6px;
}

.zz-card p {
  font-size: 15px;
  color: #5b6b7c;
  line-height: 1.6;
}

/* EMPTY */
.zz-empty {
  visibility: hidden;
}

/* NODE */
.zz-node {
  display: flex;
  justify-content: center;
  align-items: center;
}

.zz-circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, #00b4db, #0083b0);
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4px solid #fff;
}

/* CTA */
.steps-cta {
  text-align: center;
  margin-top: 50px;
}



/* ================= MOBILE ================= */
@media (max-width: 650px) {

  /* Remove center line */
  .zz-wrap::before {
    display: none;
  }

  .zz-row {
    display: block;
    padding-left: 50px;
    margin-bottom: 25px;
  }

  .zz-node {
    position: absolute;
    left: 0;
    top: 0;
  }

  .zz-circle {
    width: 34px;
    height: 34px;
    font-size: 13px;
  }

  .zz-card {
    width: 100%;
    padding: 16px;
  }

  .zz-empty {
    display: none;
  }

  .sec-title {
    font-size: 22px;
  }

  .sec-sub {
    font-size: 14px;
    margin-bottom: 30px;
  }

  /* vertical line on mobile */
  .zz-row::before {
    content: '';
    position: absolute;
    left: 16px;
    top: 34px;
    bottom: -20px;
    width: 2px;
    background: #e0f5fb;
  }

  .zz-row:last-child::before {
    display: none;
  }
}
    .req-section {
      padding: 90px 0 100px;
      background: #f4fbfd;
    }
 
    .req-eyebrow {
      font-size: 11.5px;
      font-weight: 700;
      letter-spacing: .15em;
      text-transform: uppercase;
      color: #0083b0;
      margin-bottom: 12px;
    }
 
    .req-title {

      line-height: 1.25;
      margin-bottom: 12px;
    }
 
    .req-title span {
      background: linear-gradient(135deg, #00b4db, #0083b0);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }
 
    .req-subtitle {

      margin: 0 auto 56px;
      line-height: 1.75;
    }
 
    /* ── Left panel ── */
    .req-left {
      background: linear-gradient(135deg, #00b4db, #0083b0);
      border-radius: 24px;
      padding: 44px 40px;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
 
    .req-left h3 {

      margin-bottom: 14px;
      line-height: 1.3;
    }
 
    .req-left p {
      margin-bottom: 32px;
    }
 
    .req-stat {
      display: flex;
      align-items: center;
      gap: 14px;
      margin-bottom: 20px;
    }
 
    .req-stat-num {
      font-size: 2rem;
      font-weight: 800;
      color: #ffffff;
      line-height: 1;
    }
 
    .req-stat-label {
      font-size: 13px;
      color: rgba(255,255,255,.8);
      line-height: 1.4;
    }
 
    .req-stat-divider {
      width: 100%;
      height: 1px;
      background: rgba(255,255,255,.2);
      margin: 8px 0 20px;
    }
 
    .req-left-badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: rgba(255,255,255,.18);
      border: 1px solid rgba(255,255,255,.3);
      border-radius: 50px;
      padding: 9px 18px;
      font-size: 13px;
      font-weight: 600;
      color: #ffffff;
      margin-top: auto;
      width: fit-content;
    }
 
    .req-left-badge span {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #7fffd4;
      display: inline-block;
      flex-shrink: 0;
    }
 
    /* ── Right panel — checklist ── */
    .req-list {
      display: flex;
      flex-direction: column;
      gap: 14px;
    }
 
    .req-item {
      display: flex;
      align-items: flex-start;
      gap: 16px;
      background: #ffffff;
      border: 1.5px solid #c8e9f4;
      border-radius: 14px;
      padding: 16px 20px;
      transition: box-shadow .2s, transform .2s, border-color .2s;
    }
 
    .req-item:hover {
      box-shadow: 0 6px 24px rgba(0, 131, 176, .11);
      transform: translateX(4px);
      border-color: #7dcfea;
    }
 
    .req-icon {
      width: 40px;
      height: 40px;
      border-radius: 10px;
      background: linear-gradient(135deg, #e4f7fc, #c6edf8);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 18px;
      flex-shrink: 0;
      border: 1px solid #b0dff0;
    }
 
    .req-item-body {
      flex: 1;
    }
 
    .req-item-body h3 {
      margin-bottom: 3px;
    }
 
    .req-item-body p {
      
      margin: 0;
    }
 
    .req-check {
      width: 28px;
      height: 28px;
      border-radius: 50%;
      background: linear-gradient(135deg, #00b4db, #0083b0);
      display: flex;
      align-items: center;
      justify-content:center;
      flex-shrink: 0;
      margin-top: 2px;
    }
 
    .req-check svg {
      width: 11px;
      height: 11px;
    }
 
    /* CTA */
    .req-cta {
      margin-top: 52px;
      text-align: center;
    }
 
    .btn-req {
      display: inline-block;
      background: linear-gradient(135deg, #00b4db, #0083b0);
      color: #ffffff;
      font-family: 'Plus Jakarta Sans', sans-serif;
      font-size: 14.5px;
      font-weight: 700;
      padding: 14px 40px;
      border-radius: 50px;
      text-decoration: none;
      border: none;
      cursor: pointer;
      box-shadow: 0 6px 24px rgba(0, 131, 176, .28);
      transition: opacity .2s, transform .2s;
    }
 
    .btn-req:hover {
      opacity: .9;
      color: #ffffff;
      transform: translateY(-2px);
    }
 
    .req-cta-note {
      display: block;
      margin-top: 11px;
      font-size: 12.5px;
      color: #4a6276;
    }
 
    @media (max-width: 767px) {
      .req-left {
        margin-bottom: 32px;
        padding: 32px 28px;
      }
      .req-title { font-size: 1.6rem; }
    }
    
        .why-section {
      background: #fbf8ef;
      padding: 72px 24px 80px;
      text-align: center;
    }
 
    .why-section__inner {
      max-width: 900px;
      margin: 0 auto;
    }
 
    /* ── Heading ── */
    .why-section__title {
      margin-bottom: 14px;
    }
 
    .why-section__subtitle {
      margin: 0 auto 52px;
      line-height: 1.65;
    }
 
    /* ── Grid ── */
    .why-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 16px;
      margin-bottom: 16px;
    }
 
    .why-grid--bottom {
      grid-template-columns: repeat(2, 1fr);
      margin-bottom: 0;
    }
 
    /* ── Card ── */
    .why-card {
      background: #4e3b6a;
      border-radius: 18px;
      padding: 34px 26px 30px;
      text-align: left;
      position: relative;
      overflow: hidden;
      transition: transform 0.22s ease, box-shadow 0.22s ease;
    }
 
    .why-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 16px 40px rgba(12, 58, 44, 0.25);
    }
 
    /* Decorative circle */
    .why-card::after {
      content: '';
      position: absolute;
      top: -50px;
      right: -50px;
      width: 140px;
      height: 140px;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.04);
      pointer-events: none;
    }
 
    .why-card__number {
      font-size: 30px;
      font-weight: 800;
      color: #dccfef;
      line-height: 1;
      margin-bottom: 8px;
    }
 
    .why-card__label {
      font-size: 20px;
      font-weight: 500;
      color: #ffffff;
      line-height: 1.35;
      margin-bottom: 12px;
    }
 
    .why-card__desc {
      font-size: 16px;
      color: rgba(255, 255, 255, 0.48);
      line-height: 1.6;
    }
 
    /* ── Responsive ── */
    @media (max-width: 640px) {
      .why-grid,
      .why-grid--bottom {
        grid-template-columns: 1fr;
      }
    }
 
    @media (min-width: 641px) and (max-width: 820px) {
      .why-grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }
      .feat-section { padding: 80px 24px 90px; background: #f5f7fa; }
    .feat-inner { max-width: 1080px; margin: 0 auto; }
 
    /* Header */
    .feat-header { text-align: center; margin-bottom: 56px; }
 
    .feat-badge {
      display: inline-flex; align-items: center; gap: 8px;
      background: #deeef6; color: #0477a9;
      font-size: 12.5px; font-weight: 500;
      padding: 6px 14px; border-radius: 100px;
      margin-bottom: 18px; letter-spacing: 0.3px;
    }
    .feat-badge svg { width: 15px; height: 15px; fill: #0477a9; flex-shrink: 0; }
 
   
   
    /* Grid */
    .feat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
 
    /* Card base */
    .feat-card {
      background: #ffffff; border: 1px solid #e4eaef;
      border-radius: 20px; padding: 30px 26px 28px;
      position: relative; overflow: hidden;
      transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
    }
    .feat-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 20px 48px rgba(4, 119, 169, 0.13);
      border-color: #0477a9;
    }
    .feat-card::before {
      content: ''; position: absolute;
      top: 0; left: 0; right: 0; height: 3px;
      background: linear-gradient(90deg, #0477a9, #05b4f0);
      border-radius: 20px 20px 0 0;
      opacity: 0; transition: opacity 0.22s ease;
    }
    .feat-card:hover::before { opacity: 1; }
 
    /* Wide last card */
    .feat-card--wide {
      grid-column: 1 / -1;
      display: flex; flex-direction: row;
      align-items: flex-start; gap: 28px;
      border: 1.5px solid #0477a9;
      padding: 36px 40px;
    }
    .feat-card--wide::before { opacity: 1; }
    .feat-card--wide:hover {
      transform: translateY(-4px);
      box-shadow: 0 20px 56px rgba(4, 119, 169, 0.16);
    }
    .feat-card--wide .feat-card__body { flex: 1; }
 
    /* Number */
    .feat-card__num {
      display: inline-block; font-family: 'Syne', sans-serif;
      font-size: 11px; font-weight: 700;
      color: #0477a9; background: #deeef6;
      border-radius: 6px; padding: 3px 9px;
      margin-bottom: 16px; letter-spacing: 0.5px;
    }
 
    /* Icon */
    .feat-card__icon {
      width: 48px; height: 48px; border-radius: 14px;
      background: #deeef6; display: flex;
      align-items: center; justify-content: center;
      margin-bottom: 18px; flex-shrink: 0;
    }
    .feat-card--wide .feat-card__icon {
      width: 60px; height: 60px; border-radius: 16px; margin-bottom: 0;
    }
    .feat-card__icon svg { width: 24px; height: 24px; }
    .feat-card--wide .feat-card__icon svg { width: 30px; height: 30px; }
 
    /* Text */
svg{
    margin-left:0px!important;
}
    .feat-card--wide .feat-card__title { font-size: 20px; margin-bottom: 12px; }
 
    .feat-card__desc { font-size: 13.5px; color: #637080; line-height: 1.7; }
    .feat-card--wide .feat-card__desc { font-size: 15px; }
 
    /* Responsive */
    @media (max-width: 860px) {
      .feat-grid { grid-template-columns: repeat(2, 1fr); }
      .feat-card--wide { flex-direction: column; gap: 20px; padding: 28px 26px; }
    }
    @media (max-width: 540px) {
      .feat-grid { grid-template-columns: 1fr; }
      .feat-section { padding: 56px 16px 64px; }
    }



.empower-section {
  padding: 60px 20px;
  background: #f5f8fb;
}
 
.empower-section .empower-inner {
  max-width: 960px;
  margin: 0 auto;
}
 
.empower-section .empower-heading {
  text-align: center;
  margin: 0 0 10px;
}
 
.empower-section .empower-sub {
  text-align: center;
  margin: 0 0 40px;
}
 
.empower-section .empower-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
 
.empower-section .empower-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 28px 24px;
}
 
.empower-section .empower-card-icon {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
 
.empower-section .empower-card-title {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 10px;
}
 
.empower-section .empower-card-desc {
  font-size: 14px;
  color: #555;
  line-height: 1.7;
  margin: 0;
}
 
.empower-section .card-marketing .empower-card-icon { background: #e6f4fb; }
.empower-section .card-marketing .empower-card-title { color: #0477a9; }
 
.empower-section .card-sales .empower-card-icon { background: #eaf3de; }
.empower-section .card-sales .empower-card-title { color: #3b6d11; }
 
.empower-section .card-support .empower-card-icon { background: #faeeda; }
.empower-section .card-support .empower-card-title { color: #854f0b; }
 
@media (max-width: 768px) {
  .empower-section .empower-grid {
    grid-template-columns: 1fr;
  }
  .empower-section .empower-heading {
    font-size: 22px;
  }
}
/* ================================================================
   TABEL-SECTION — FULLY ISOLATED CSS (all !important)
   ================================================================ */

/* ── SECTION WRAPPER ─────────────────────────────────────────── */
.tabel-section {
  box-sizing: border-box !important;
}

.tabel-section *,
.tabel-section *::before,
.tabel-section *::after {
  box-sizing: border-box !important;
}

/* ── CONTAINER ───────────────────────────────────────────────── */
.tabel-section .ts-container {
  display: block !important;
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

/* ── HEADING ─────────────────────────────────────────────────── */
.tabel-section .ts-heading {
  display: block !important;
  text-align: center !important;
  line-height: 1.35 !important;
  color: #111 !important;
  margin: 0 0 8px 0 !important;
  padding: 0 !important;
  border: none !important;
  background: none !important;
}

/* ── SUBTITLE ────────────────────────────────────────────────── */
.tabel-section .ts-sub {
  display: block !important;
  text-align: center !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  color: #666 !important;
  margin: 0 0 32px 0 !important;
  padding: 0 !important;
  border: none !important;
  background: none !important;
}

/* ── TABLE WRAP ──────────────────────────────────────────────── */
.tabel-section .ts-table-wrap {
  display: block !important;
  margin: 0 auto !important;
  padding: 0 !important;
  border: 1px solid #ddd !important;
  border-radius: 6px !important;
  overflow: hidden !important;
  background: #fff !important;
}

/* ── TABLE ───────────────────────────────────────────────────── */
.tabel-section .ts-table {
  display: table !important;
  width: 100% !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  table-layout: auto !important;
}

/* ── THEAD ───────────────────────────────────────────────────── */
.tabel-section .ts-table thead {
  display: table-header-group !important;
}

.tabel-section .ts-table thead tr {
  display: table-row !important;
  background-color: #0477a9 !important;
  border: none !important;
}

.tabel-section .ts-table thead th {
  display: table-cell !important;
  background-color: #0477a9 !important;
  padding: 14px 18px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #fff !important;
  text-align: center !important;
  vertical-align: middle !important;
  border-right: 1px solid rgba(255,255,255,0.15) !important;
  border-top: none !important;
  border-bottom: none !important;
  border-left: none !important;
  white-space: nowrap !important;
  line-height: 1.4 !important;
}

.tabel-section .ts-table thead th.ts-th-feature {
  text-align: left !important;
  width: 30% !important;
}

.tabel-section .ts-table thead th:last-child {
  border-right: none !important;
}

/* ── TBODY ───────────────────────────────────────────────────── */
.tabel-section .ts-table tbody {
  display: table-row-group !important;
}

/* ── SECTION ROWS ────────────────────────────────────────────── */
.tabel-section .ts-table tr.ts-section-row {
  display: table-row !important;
  background: transparent !important;
}

.tabel-section .ts-table tr.ts-section-row td {
  display: table-cell !important;
  background: #e6f4fb !important;
  color: #0477a9 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
  padding: 7px 18px !important;
  border-top: 1px solid #c2e3f3 !important;
  border-bottom: 1px solid #c2e3f3 !important;
  border-left: none !important;
  border-right: none !important;
  vertical-align: middle !important;
  line-height: 1.4 !important;
}

/* ── DATA ROWS ───────────────────────────────────────────────── */
.tabel-section .ts-table tr.ts-data-row {
  display: table-row !important;
  background: #fff !important;
  border: none !important;
}

.tabel-section .ts-table tr.ts-data-row:hover {
  background: #fafafa !important;
}

.tabel-section .ts-table tr.ts-data-row td {
  display: table-cell !important;
  padding: 11px 18px !important;
  font-family: 'DM Sans', sans-serif !important;
  font-size: 13.5px !important;
  font-weight: 400 !important;
  color: #222 !important;
  vertical-align: middle !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 1px solid #eee !important;
  background: transparent !important;
  line-height: 1.5 !important;
}

.tabel-section .ts-table tr.ts-data-row:last-child td {
  border-bottom: none !important;
}

/* ── FEATURE NAME CELL ───────────────────────────────────────── */
.tabel-section .ts-table td.ts-feature-name {
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #333 !important;
  text-align: left !important;
}

/* ── VALUE CELLS ─────────────────────────────────────────────── */
.tabel-section .ts-table td.ts-col-val {
  text-align: center !important;
  border-left: 1px solid #eee !important;
}

/* ── CHIPS ───────────────────────────────────────────────────── */
.tabel-section .ts-chip {
  display: inline-block !important;
  padding: 2px 10px !important;
  border-radius: 100px !important;
 
  font-size: 12.5px !important;
  font-weight: 500 !important;
  white-space: nowrap !important;
  line-height: 1.6 !important;
  vertical-align: middle !important;
}

.tabel-section .ts-chip-free {
  background: #eef3ff !important;
  color: #3b5bdb !important;
  border: 1px solid #c5d0f8 !important;
}

.tabel-section .ts-chip-paid {
  background: #fff0f0 !important;
  color: #c0392b !important;
  border: 1px solid #f5c6c2 !important;
}

.tabel-section .ts-chip-yes {
  display: inline !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  color: #1e7e50 !important;
  background: none !important;
  border: none !important;
  padding: 0 !important;
}

.tabel-section .ts-chip-no {
  display: inline !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  color: #c0392b !important;
  background: none !important;
  border: none !important;
  padding: 0 !important;
}

.tabel-section .ts-chip-mid {
  display: inline !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  color: #b45309 !important;
  background: none !important;
  border: none !important;
  padding: 0 !important;
}

.tabel-section .ts-val-plain {
  display: inline !important;
 
  font-size: 13px !important;
  font-weight: 400 !important;
  color: #555 !important;
  background: none !important;
  border: none !important;
  padding: 0 !important;
}

/* ================================================================
   TABLET ≤ 768px
   ================================================================ */
@media (max-width: 768px) {
  .tabel-section {
    padding: 36px 16px 48px !important;
  }

  .tabel-section .ts-table-wrap {
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
  }

  .tabel-section .ts-table {
    min-width: 580px !important;
  }

  .tabel-section .ts-table thead th {
    padding: 12px 10px !important;
    font-size: 13px !important;
    white-space: normal !important;
  }

  .tabel-section .ts-table thead th.ts-th-feature {
    width: 26% !important;
    min-width: 120px !important;
  }

  .tabel-section .ts-table tr.ts-data-row td {
    padding: 10px 10px !important;
    font-size: 13px !important;
  }

  .tabel-section .ts-table td.ts-feature-name {
    font-size: 12.5px !important;
  }

  .tabel-section .ts-chip {
    font-size: 11.5px !important;
    padding: 2px 7px !important;
  }
}

/* ================================================================
   MOBILE ≤ 520px — stacked card layout
   ================================================================ */
@media (max-width: 520px) {
  .tabel-section {
    padding: 28px 12px 40px !important;
  }

  .tabel-section .ts-table thead {
    display: none !important;
  }

  .tabel-section .ts-table-wrap {
    border: none !important;
    background: transparent !important;
    overflow: visible !important;
    border-radius: 0 !important;
  }

  .tabel-section .ts-table {
    display: block !important;
    min-width: unset !important;
    width: 100% !important;
  }

  .tabel-section .ts-table tbody {
    display: block !important;
  }

  /* Section row = category header */
  .tabel-section .ts-table tr.ts-section-row {
    display: block !important;
    margin-top: 18px !important;
  }

  .tabel-section .ts-table tr.ts-section-row td {
    display: block !important;
    border-radius: 6px 6px 0 0 !important;
    border: 1px solid #c2e3f3 !important;
    border-bottom: none !important;
    font-size: 10.5px !important;
    padding: 8px 14px !important;
  }

  /* Data rows = cards */
  .tabel-section .ts-table tr.ts-data-row {
    display: block !important;
    background: #fff !important;
    border: 1px solid #e4e4e4 !important;
    border-top: none !important;
  }

  .tabel-section .ts-table tr.ts-data-row:last-child {
    border-radius: 0 0 6px 6px !important;
    margin-bottom: 12px !important;
  }

  /* Cells stack as rows */
  .tabel-section .ts-table tr.ts-data-row td {
    display: flex !important;
    
    justify-content: space-between !important;
    gap: 8px !important;
    padding: 9px 14px !important;
    font-size: 13px !important;
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    border-bottom: 1px solid #f2f2f2 !important;
    
  }

  .tabel-section .ts-table tr.ts-data-row td:last-child {
    border-bottom: none !important;
  }

  .tabel-section .ts-table td.ts-feature-name {
    font-size: 12.5px !important;
    font-weight: 500 !important;
    text-align: left !important;
    flex: 0 0 auto !important;
    max-width: 44% !important;
    border-left: none !important;
  }

  .tabel-section .ts-table td.ts-col-val {
    flex-direction: column !important;
    align-items: flex-end !important;
    gap: 2px !important;
    border-left: none !important;
    text-align: right !important;
  }

  /* Column label above each value */
  .tabel-section .ts-table td.ts-col-val::before {
    content: attr(data-label) !important;
    display: block !important;
    font-family: 'DM Sans', sans-serif !important;
    font-size: 10px !important;
    font-weight: 600 !important;
    color: #0477a9 !important;
    text-transform: uppercase !important;
    letter-spacing: .06em !important;
    opacity: 0.7 !important;
  }

  .tabel-section .ts-chip {
    font-size: 12px !important;
    padding: 2px 8px !important;
    white-space: normal !important;
    text-align: right !important;
  }

  .tabel-section .ts-chip-yes,
  .tabel-section .ts-chip-no,
  .tabel-section .ts-chip-mid,
  .tabel-section .ts-val-plain {
    font-size: 12.5px !important;
    text-align: right !important;
  }
}
tr{
    border:none!important;
    padding:0px!important;
}
.ts-section-row{
    border:none!important;
}
@media(max-width:600px){
    td{
        text-align:start!important;
    }
    tr{
        margin-bottom:0px!important;
    }
}