/* @font-face {
  font-family: "Neue Haas Grotesk Display Pro";
  src:
    url("/font/NeueHaasDisplay-Roman.woff2") format("woff2"),
    url("/font/NeueHaasDisplay-Roman.woff") format("woff");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Canela Text";
  src:
    url("/font/CanelaText-RegularNo2Italic.woff2") format("woff2"),
    url("/font/CanelaText-RegularNo2Italic.woff") format("woff");
  font-style: italic;
} */
* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}


.heading-why h2 {
  font-size: 55px;
  text-align: center;
  margin-bottom: 91px;
  font-weight: 400;
}
.whyspan {
  color: #9e67e4;
  font-family: "Canela Text";
  font-weight: 400;
}
.comparetable {
  border: 1px solid rgba(36, 45, 52, 0.06);
  border-radius: 30px;
}

.comparetable table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed; /* IMPORTANT */
  margin: 0;
}
.container-outer {
  max-width: 1480px;
  width: 100%;
  padding: 0px 20px;
  margin: 0 auto;
}
/* COLUMN WIDTHS */
.comparetable th:nth-child(1),
.comparetable td:nth-child(1) {
  width: 26.38%;
}

.comparetable th:nth-child(2),
.comparetable td:nth-child(2) {
  width: 38.89%;
}

.comparetable th:nth-child(3),
.comparetable td:nth-child(3) {
  width: 34.72%;
}

.comparetable th {
  padding: 14px 60px;
  border-bottom: 1px solid rgba(36, 45, 52, 0.06);
  font-size: 24px;
  font-weight: 500;
  text-align: left;
  color: #000000;
  letter-spacing: 0.02em;
}
.comparetable td {
  padding: 18px 60px;
  border-bottom: 1px solid rgba(36, 45, 52, 0.06);
}

.comparetable th.center-img {
  text-align: center;
  background: #fff;
}

.comparetable td:first-child {
  font-size: 18px;
  color: rgba(0, 0, 0, 1);
  text-align: left;
  letter-spacing: 0.02em;
}
.center-img img {
  max-width: 411px !important;
  width: 100% !important;
  position: absolute;
  top: -18px;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
}

.center-img {
  position: relative;
}

.center-img::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 60px;
  background: #fff;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.center {
  background: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  color: #000000;
  letter-spacing: 0.02em;
}
.comparetable tr:first-child th.center-head {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.comparetable tr:last-child td.center {
  position: relative;
}

.comparetable tr:last-child td.center::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 72px;
  background: #fff; /* 👈 apne design ke hisaab se color change kar lena */
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.right {
  text-align: left;
  font-size: 24px;
  color: rgba(0, 0, 0, 1);
  font-weight: 400;
  letter-spacing: 2%;
}
.center1 {
  font-weight: 500;
}
.right1 {
  font-weight: 500;
}

.tick span {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  max-width: 200px;
  width: 100%;
  margin: 0 auto;
}
.cros span {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}
.tick span::before {
  content: "";
  background-image: url("https://sagmeticinfotech.com/wp/2026/ResurgenceRX/wp-content/uploads/2026/04/tick.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 21px;
  height: 21px;
}

.cros span::before {
  content: "";
  background-image: url("https://sagmeticinfotech.com/wp/2026/ResurgenceRX/wp-content/uploads/2026/04/Vector-3.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 23px;
  height: 23px;
}
.notick span::before {
  display: none;
}
.logoclass {
  width: 100%;
}
.comparetable tr:last-child td {
  border-bottom: none;
}
.container {
  max-width: 1464px;
}
@media (max-width: 1200px) {
  .comparetable th {
    padding: 20px 30px;
  }
  .comparetable td {
    padding: 20px 30px;
  }
  .comparetable th {
    font-size: 20px;
  }
  .center-img img {
    max-width: 85%;
  }
  .center,
  .right {
    font-size: 20px;
  }

  .comparetable td:first-child {
    font-size: 16px;
  }

  .logoclass {
    width: 220px;
  }
}
@media (max-width: 991px) {
 

  .heading-why h2 {
    font-size: 40px;
    margin-bottom: 50px;
  }

  .comparetable th {
    padding: 18px 20px;
  }
  .comparetable td {
    padding: 18px 20px;
  }
  .comparetable th {
    font-size: 18px;
  }

  .center,
  .right {
    font-size: 18px;
  }

  .comparetable td:first-child {
    font-size: 15px;
  }

  .tick span,
  .cross span {
    gap: 8px;
  }

  .tick span::before {
    width: 16px;
    height: 16px;
  }
  .cros span::before {
    width: 16px;
    height: 16px;
  }
  .logoclass {
    width: 180px;
  }
}
@media (max-width: 767px) {
  .center-img img {
    position: static;
    transform: none;
  }
  .heading-why h2 {
    font-size: 30px;
  }

  .comparetable td {
    padding: 20px;
  }

  .comparetable th {
    font-size: 16px;
    padding: 20px;
  }

  .center,
  .right {
    font-size: 15px;
  }

  .comparetable td:first-child {
    font-size: 13px;
  }

  .tick span,
  .cros span {
    gap: 6px;
  }

  .tick span::before {
    width: 14px;
    height: 14px;
  }
  .comparetable th:nth-child(1),
  .comparetable td:nth-child(1),
  .comparetable th:nth-child(2),
  .comparetable td:nth-child(2),
  .comparetable th:nth-child(3),
  .comparetable td:nth-child(3) {
    width: 250px;
  }
  td.center.center1 {
    text-align: left;
}
  .comparetable {
    overflow: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 10px;
  }
  .cross span::before {
    width: 14px;
    height: 14px;
  }
  .logoclass {
    width: 130px;
  }
}

@media (max-width: 575px) {
  .comparetable th {
    font-size: 14px;
  }

  .comparetable td:first-child {
    font-size: 14px;
  }

  .center,
  .right {
    font-size: 14px;
  }
  .tick span::before {
    width: 12px;
    height: 12px;
  }
  .cros span::before {
    width: 12px;
    height: 12px;
  }

  .tick span,
  .cros span {
    gap: 4px;
  }
  .logoclass {
    width: 90px;
  }
}
