.workbenchCompareInner {
  position: relative;
}

.workbenchCompareHead {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 40px;
}

.workbenchPricingCompare .workbenchSectionLabel::after {
  content: '';
  width: 28px;
  height: 1px;
  background: #FA0F0C;
}
.workbenchSectionTitleAndContent h2 {
  font-family: 'Yantramanav', sans-serif;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.1;
  color: #1d2c4c;
  margin-bottom: 20px;
}
.workbenchSectionTitleAndContent p {
  /* font-size: 16px; */
  color: #555;
  line-height: 1.6;
}
.workbenchCmp {
  border: 1px solid #0c2577;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 16px 48px -16px rgba(12, 37, 119, 0.15);
}

.workbenchCmpRow {
  display: grid;
  grid-template-columns: 1.7fr 1fr 1fr;
  border-bottom: 1px solid #E5E1D7;
}

.workbenchCmpRow:last-child {
  border-bottom: none;
}

.workbenchCmpRow.workbenchPricingHead {
  background: #0c2577;
  color: #fff;
}
.workbenchPricingColLite{background: #4E8EE6;}

.workbenchCmpRow.workbenchPricingHead > div {
  padding: 22px 24px;
  text-align: center;
}

.workbenchCmpRow.workbenchPricingHead .workbenchPricingColFeat {
  text-align: left;
}

.workbenchCmpHeadTitle {
  font-family: 'Yantramanav', sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.01em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

  background: #4E8EE6;
}

.workbenchCmpRow.workbenchPricingHead .workbenchPricingColStandard {
  background: #0c2577;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.workbenchCmpHeadSub {
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  opacity: 0.9;
  margin-top: 8px;
  line-height: 1.45;
}

.workbenchCmpFeat {
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid #E5E1D7;
}

.workbenchCmpFeat strong {
  font-weight: 700;
  font-size: 18px;
  color: #1d2c4c;
}

.workbenchCmpFeat p {
  font-size: 16px;
  color: #555;
  margin-top: 3px;
  line-height: 1.45;
}

.workbenchCmpCell {
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #E5E1D7;
}

.workbenchCmpCell:last-child {
  border-right: none;
}

.workbenchCmpCell.workbenchPricingLiteCell {
  background: #4e8ee60d;
}

.workbenchCheck {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: grid;
  place-items: center;
}

.workbenchCheck.workbenchPricingYesLite {
  background: #4e8ee636;;
}

.workbenchCheck.workbenchPricingYesLite svg {
  stroke: #4E8EE6;
}

.workbenchCheck.workbenchPricingYesStd {
  background: #e9f2fc;
}

.workbenchCheck.workbenchPricingYesStd svg {
  stroke: #0c2577;
}

.workbenchDash {
  width: 18px;
  height: 2px;
  background: #E5E1D7;
  border-radius: 2px;
}

.workbenchCmpRow.workbenchPricingCtaRow > div {
  padding: 24px;
}

.workbenchCmpRow.workbenchPricingCtaRow .workbenchPricingColFeat {
  background: linear-gradient(rgba(207,226,243,.47),rgba(207,226,243,.47))!important;
}

.workbenchCmpMiniCta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  text-transform: uppercase;
  text-decoration: none;
}

.workbenchCmpMiniCta.workbenchPricingLite {
  background: #4E8EE6;
  color: #fff;
  border-color:#4E8EE6;
}

.workbenchCmpMiniCta.workbenchPricingLite:hover {
  background: transparent;
  color: #4E8EE6;
}

.workbenchCmpMiniCta.workbenchPricingStd {
  background: #0c2577;
  color: #fff;
  border-color:#0c2577;
}

.workbenchCmpMiniCta.workbenchPricingStd:hover {
  background: transparent;
  color: #0c2577;
}

.workbenchCompareFoot {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}

.workbenchBtnGhost {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.18s;
}


.workbenchBtnGhost svg {
  transition: transform 0.18s;
}

/* Full Table Comparison styles */
.workbenchFullWrap {
  margin-top: 36px;
  display: none;
}

.workbenchFullWrap.open {
  display: block;
}

.workbenchFullTable {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #0c2577;
  font-size: 16px;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 16px 48px -16px rgba(12, 37, 119, 0.1);
}

.workbenchFullTable th,
.workbenchFullTable td {
  padding: 13px 18px;
  border-bottom: 1px solid #E5E1D7;
  border-color:#E5E1D7;
}

.workbenchFullTable th {
  background: #0c2577;
  color: #fff;
  font-family: 'Yantramanav', sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  vertical-align: text-bottom;
}

.workbenchFullTable th.workbenchPricingColFeat {
  text-align: left;
}

.workbenchFullTable th.workbenchPricingHLite {
  background: #4E8EE6;
}

.workbenchFullTable th .workbenchPricingThSub {
  display: block;
  font-family: 'Yantramanav', sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-style: italic;
  opacity: 0.9;
  margin-top: 5px;
  line-height: 1.4;
}

.workbenchFullTable td.workbenchPricingFeat {
  text-align: left;
  font-weight: 500;
  color: #1d2c4c;
}

.workbenchFullTable td.workbenchPricingTick {
  text-align: center;
}

.workbenchFullTable tr.workbenchPricingCat td {
  background: linear-gradient(rgba(207,226,243,.47),rgba(207,226,243,.47))!important;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  color: #1d2c4c;
}

.workbenchFullTable .workbenchPricingIc {
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
}

.workbenchFullTable .workbenchPricingIc.workbenchPricingLite {
  background: #4e8ee636;
}

.workbenchFullTable .workbenchPricingIc.workbenchPricingLite svg {
  stroke: #4E8EE6;
}

.workbenchFullTable .workbenchPricingIc.workbenchPricingStd {
  background: #e9f2fc;
}

.workbenchFullTable .workbenchPricingIc.workbenchPricingStd svg {
  stroke: #0c2577;
}

.workbenchFullTable td.workbenchPricingLiteCol {
  background:#4e8ee60d;
}

.workbenchFullTable tr.workbenchPricingCta td {
  padding: 20px;
}

.workbenchFullTable tr.workbenchPricingCta .workbenchPricingFeat {
  background:linear-gradient(rgba(207,226,243,.47),rgba(207,226,243,.47))!important;
}


@media (max-width: 991px) {
  .workbenchCmpFeat, .workbenchPricingColFeat{padding:10px !important;}

  .workbenchCmpCell a.button,.workbenchPricingTick a.button {padding:10px !important;}

}
@media (max-width: 767px) {
  .workbenchFullWrap,.workbenchCmpMain {
    width: 100%;
    overflow-x: auto;
  }

  .workbenchFullWrap table,.workbenchCmp {
    min-width: 767px;
  }
}