.wecarry__it{
    width: 100%;
    height: 30vh;
}

.pricing-compare {
  padding: 2rem .2rem;
  max-width: 100%;
  overflow: hidden;
}
.checked{
    color: #16a34a;
}

.pricing-compare h2 {
  text-align: center;
  margin-bottom: 1.5rem;
}

.table-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-inline: .5rem;
}

.compare-table {
  border-collapse: collapse;
  min-width: 900px;
  width: 100%;
  background: #fff;
}

.compare-table th{
  padding: 1rem;
  border: 1px solid #e5e7eb;
  text-align: center;
  white-space: nowrap;
  font-size: 0.9rem;
}
.compare-table .tdms{
    padding: 1rem;
  border: 1px solid #e5e7eb;
  text-align: center;
  white-space: nowrap;
  font-size: 0.9rem;
}

.compare-table th {
  background: #f9fafb;
  font-weight: 600;
}

.compare-table th span {
  font-size: 0.8rem;
  color: #16a34a;
}

/* Sticky first column */
.sticky-col {
  position: sticky;
  left: 0;
  background: #fff;
  z-index: 2;
  text-align: left;
  font-weight: 500;
}

/* Section headers */
.section td {
  background: #f3f4f6;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.75rem;
  color: #374151;
}

.section .sticky-col {
  z-index: 3;
}

/* Mobile tweaks */
@media (max-width: 768px) {
  .compare-table {
    min-width: 700px;
  }

  .compare-table th,
  .compare-table td {
    padding: 0.75rem;
    font-size: 0.85rem;
  }
  .wecarry__it{
    width: 100%;
    height: 10vh;
}
}
