.comparison-table-block {
  background: #010520;
}

.comparison-table-wrapper {
  display: flex;
  flex-direction: column;
}

.comparison-table-header,
.comparison-row {
  display: grid;
  grid-template-columns: 26.08% 35.43% 38.49%;
  border-bottom: 1px solid #ffffff33;
}

.col-cell {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 35px 24px;
}

.icon-check {
  height: 21px;
  width: 21px;
  object-fit: contain;
}

.icon-cross {
  height: 21px;
  width: 21px;
  object-fit: contain;
}

.col-text strong {
  display: block;
  margin-bottom: 4px;
}

.comparison-wrapper {
  max-width: 1308px;
  margin: 0 auto;
  padding: 112px 20px;
}

.header-col {
  font-family: "Geist";
  font-weight: 600;
  font-size: 28px;
  line-height: 125%;
  color: #fff;
  margin: 0 !important;
  padding: 24px 20px;
  position: relative;
}

.header-col.aspect-col {
  padding-left: 0;
}

.comparison-row .aspect-col {
  font-family: "Geist";
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  padding: 35px 0 0 0;
}

.col-text strong {
  font-family: "Geist";
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  margin-bottom: 8px !important;
  padding: 0 !important;
}

.col-text p {
  font-family: "IBM Plex Sans";
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  margin: 0;
  color: #ffffffb2;
}

.comparison-table-wrapper:after {
  background: linear-gradient(
    167.12deg,
    rgba(104, 222, 255, 0.19) 10.06%,
    rgba(255, 255, 255, 0) 84.57%
  );
  content: "";
  top: 0;
  right: 0;
  position: absolute;
  height: 100%;
  width: 38.49%;
}

.comparison-table-wrapper {
  position: relative;
}

.header-col:last-child:before {
  content: url(/wp-content/uploads/2025/09/Rectangle-5.png);
  position: absolute;
  top: -35px;
  left: -22px;
  background-size: contain;
}

.header-col:last-child:after {
  content: url(/wp-content/uploads/2025/09/Rectangle-5.png);
  position: absolute;
  top: -35px;
  right: -22px;
  rotate: 90deg;
}

.comparison-row:last-child .col-cell:last-child {
  position: relative;
}

.comparison-row:last-child .col-cell:last-child:before {
  content: url(/wp-content/uploads/2025/09/Rectangle-5.png);
  position: absolute;
  bottom: -35px;
  left: -22px;
  rotate: 270deg;
  background-size: contain;
}

.comparison-row:last-child .col-cell:last-child:after {
  content: url(/wp-content/uploads/2025/09/Rectangle-5.png);
  position: absolute;
  bottom: -35px;
  right: -22px;
  rotate: 180deg;
  background-size: contain;
}

.comparison-table-title {
  font-family: "Geist";
  font-weight: 600;
  font-size: 54px;
  line-height: 125%;
  text-align: center;
  margin: 0 auto 64px;
  max-width: 700px;
}

.header-col:last-child {
  background: linear-gradient(113.86deg, #b7efff 21.39%, #68deff 92.05%);
  background-clip: text;
  color: transparent;
}

@media (max-width: 768px) {
  .comparison-table-title {
    font-size: 32px;
	  margin: 0px;
  }

  .comparison-table-wrapper:after {
    display: none;
  }

  .col-cell:last-child {
    background: #68deff17;
  }

  .header-col:last-child {
    background: #68deff17;
    color: #fff;
  }

  .comparison-table-wrapper {
    overflow-x: scroll;
    overflow-y: hidden;
	  padding-top: 30px;
  }

  .comparison-table-header,
  .comparison-row {
    grid-template-columns: 150px 300px 300px;
  }

  .header-col {
    font-size: 18.257px;
    padding: 14.61px;
  }

  .comparison-table-wrapper:after {
    right: -360px;
    width: 300px;
  }

.comparison-row .aspect-col {
	font-size: 11px;
	padding: 21.3px 14.61px;
	padding-left: 0;
}
	.col-cell
	{
		gap:10px;
		padding: 21.3px 14.61px;
	}
	.icon-cross {
	height: 15.36px;
	width: 15.36px;
}
  .col-text strong {
	font-size: 11px;
	margin-bottom: 5px !important;
}

  .col-text p {
	font-size: 11px !important;
}

  .comparison-table-body,
  .comparison-table-header {
    width: 750px;
  }

  .comparison-wrapper {
    padding: 40px 32px;
  }
}
