.benefit-text {
  margin-bottom: 0.25rem;
}

.benefit-text .toggle-content {
  display: none;
}

.benefit-text.is-open .toggle-content {
  display: block;
}

.benefit-text.is-open .teaser {
  display: none;
}

.benefit-toggle-btn {
  border: none;
  background: transparent;
  color: #059669;
  font-weight: 600;
  padding: 0;
  margin-top: 0.1rem;
  cursor: pointer;
}


.compare-section {
  background: radial-gradient(circle at top left, #f4fbf7 0, #ffffff 55%);
}

.benefits-compare-table-wrapper {
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(15, 52, 96, 0.08);
  overflow-x:auto;
  background: #ffffff;
}

.benefits-compare-table {
  margin-bottom: 0;
  border-collapse: separate;
  border-spacing: 0;
}


.benefits-compare-table thead th {
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: left !important;
  padding-left: 40px !important;
}

.benefits-compare-table tbody tr:nth-child(even) td {
  background-color: #f9fafb;
}

.benefits-compare-table tbody tr:nth-child(odd) td {
  background-color: #ffffff;
}

.benefits-compare-table tbody tr:hover td {
  background: #ecfdf3;
  transition: background 0.25s ease;
}

.benefits-compare-table td {
  border-top: 1px solid #edf2f7;
  font-size: 0.95rem;
  text-align: left !important;
  padding-left: 40px !important;
}

.benefits-compare-table td:first-child {
  font-weight: 600;
  color: #111827;
}

.text-dark-green {
  color: #009444 !important;
}

.text-grey {
  color: #6b7280 !important;
}


.feature-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 8px;
  border-radius: 999px;
  vertical-align: middle;
  background-size: 30px;
  color: #009444 !important;
}

/* Fund (magnifying glass / list) */
.feature-icon-fund {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='11' cy='11' r='5.5' stroke='%23009444' stroke-width='1.6'/%3E%3Cpath d='M15 15L19 19' stroke='%23009444' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

/* Portfolio (chart) */
.feature-icon-portfolio {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 19V11' stroke='%23009444' stroke-width='1.6' stroke-linecap='round'/%3E%3Cpath d='M12 19V5' stroke='%23009444' stroke-width='1.6' stroke-linecap='round'/%3E%3Cpath d='M19 19V9' stroke='%23009444' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

/* Tax (shield) */
.feature-icon-tax {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 4L6 6V11C6 14.3137 8.06041 17.1744 11 18.1976C13.9396 17.1744 16 14.3137 16 11V6L12 4Z' stroke='%23009444' stroke-width='1.6' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

/* Transparency (eye) */
.feature-icon-transparency {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 12C4.5 8.5 7.5 6 12 6C16.5 6 19.5 8.5 21 12C19.5 15.5 16.5 18 12 18C7.5 18 4.5 15.5 3 12Z' stroke='%23009444' stroke-width='1.6'/%3E%3Ccircle cx='12' cy='12' r='2.5' stroke='%23009444' stroke-width='1.6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

/* Minimum (rupee) */
.feature-icon-minimum {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 5H17' stroke='%23009444' stroke-width='1.6' stroke-linecap='round'/%3E%3Cpath d='M8 9H16' stroke='%23009444' stroke-width='1.6' stroke-linecap='round'/%3E%3Cpath d='M9 5C11 5 13 6.5 13 9C13 12.5 10.5 15 8 15H14' stroke='%23009444' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

/* Fees (tag) */
.feature-icon-fees {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 7L13 3L19 7V17L13 21L5 17V7Z' stroke='%23009444' stroke-width='1.6' stroke-linejoin='round'/%3E%3Ccircle cx='12' cy='12' r='1.5' fill='none' stroke='%23009444' stroke-width='1.4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}
