.pricing-cell.header-cell-bg {
    background: #4E83FF;
    color: #ffffff;
}
.pricing-cell.colume-cell-bg {
    background: rgba(181, 201, 248, 0.11);
}

.stockwise-table-price {
    margin: 0 auto;
    padding: 100px 40px 100px;
    background: rgba(243, 245, 252, 1);
}
.stockwise-table-price .hyk-container {
    width: 100%;
     max-width: 1280px;
    margin: 0 auto;
    padding: 0px 40px;
}
.stockwise-table-price .ecosystem-footer p {
    text-align: center;
  font-family: Inter;
font-weight: 500;
font-style: Italic;
font-size: 13px;
line-height: 25.5px;
letter-spacing: -0.16px;
vertical-align: middle;
    color: rgba(0, 0, 0, 0.80);
}

/* ── Header ── */
.stockwise-table-price .ecosystem-header {
  text-align: center;
   margin-bottom: 25px;
}

.stockwise-table-price .ecosystem-label {
      display: block;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 6px;
    line-height: 28px;
}

.stockwise-table-price .ecosystem-title {
      font-size: 38px;
    font-weight: 600;
    color: #000000;
    margin: 0 0 6px 0;
    line-height: 54px;
}

.stockwise-table-price .ecosystem-subtitle {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.80);
    line-height: 28px;
    max-width: 853px;
    width: 100%;
    margin: 0 auto;
    font-weight: 400;
}

/* ── Sub-heading ── */
.stockwise-table-price .comparison-heading {
  text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 20px;
    line-height: 21px;
}

/* ── Table Wrapper ── */
.stockwise-table-price .comparison-table-wrap {
    border-radius: 16px;
    overflow: hidden;
    backdrop-filter: blur(7px);
    box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.87);
}

.stockwise-table-price .pricing-table {
  width: 100%;
  margin: 0px auto 20px;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  overflow: hidden;
  background: #f9fafb;
}
.stockwise-table-price .pricing-cell:first-child {
    border-left: 0px dotted #d0d0d0;
}
.stockwise-table-price .pricing-cell {
    border-left: 1px dotted #d0d0d0;
}
.stockwise-table-price .pricing-row {
  display: grid;
  grid-template-columns:4fr 3fr 3fr 3fr 3fr;
  border-top: 1px solid #f3f3f3;
  align-items: center;
  font-size: 14px;
  color: #111827;
}

.stockwise-table-price .pricing-row:first-child {
  border-top: none;
}

.stockwise-table-price .pricing-header {
    background: #f8f8f8;
    font-weight: 600;
    color: #374151;
    border-bottom: 1px solid #e5e7eb;
}

.stockwise-table-price .pricing-cell {
  padding-right: 16px;
   padding: 14px 24px;
}

.pricing-row:nth-child(even):not(.pricing-header) {
     background: transparent;
}
/* ── Responsive ── */
@media (max-width: 1024px) {
 .stockwise-table-price .hyk-container {
    padding: 0px 0;
}
}

@media (max-width:767px) {
.competitors-two-box .hyk-product-row {
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
    margin-top: 50px;
}
  .stockwise-table-price {
    padding: 56px 20px;
  }
  .stockwise-table-price .pricing-row {
    grid-template-columns: 1fr;
    row-gap: 4px;
  }
  .stockwise-table-price .ecosystem-title {
    font-size: 32px;
    line-height: 45px;
}

  .stockwise-table-price .pricing-cell {
    padding-right: 0;
  }
}




/*two-colume-box start*/
.competitors-two-box .hyk-product-card__info {
    margin-bottom: 24px;
}
.competitors-two-box .hyk-product-card .learn-more-btn a{
     color: #3040CF;
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0;
}
.competitors-two-box .hyk-product-card .learn-more-btn svg path{
  fill:#3040CF;
}

.competitors-two-box .hyk-products .hyk-container {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 40px;
}
.competitors-two-box .hyk-products__header {
    margin-bottom: 50px;
    text-align: center;
}

.competitors-two-box .hyk-product-category {
    margin-bottom: 39px;
}

.competitors-two-box .hyk-product-category:last-of-type {
    margin-bottom: 0;
}

.competitors-two-box .hyk-category-label {
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.5);
    letter-spacing: 0.05em;
    text-transform: uppercase;
    height: 28px;
    line-height: 28px;
    margin-bottom: 10px;
}


.competitors-two-box .hyk-product-row {
    gap: 21px;
    min-height: 114px;
    flex-wrap: wrap;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap:15px;
    margin-top: 50px;
}


.competitors-two-box .hyk-product-card {
    padding: 21px 30px 28px 30px;
    border-radius: 16px;
    border-radius: 16px;
    transition: all 0.3s ease 0s;
    position: relative;
    flex-wrap: wrap;
    text-decoration: none;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.02);
    background: rgba(255, 255, 255, 0.6);
}

.competitors-two-box .hyk-product-card__icon img {
    max-width: 100px;
    height: 35px;
    object-fit: contain;
}

.competitors-two-box .hyk-product-card__info h4 {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    margin: 0 0 8px;
    line-height: 23px;
}

.competitors-two-box .hyk-product-card__info p {
    font-size: 15px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.70);
    line-height:25px;
    margin: 0;
}

/* Products action buttons */
.competitors-two-box .hyk-products__actions {
    display: flex;
    gap: 13px;
    margin-top: 54px;
    justify-content: center;
    align-items: center;
}

@media (max-width: 1024px) {
.competitors-two-box .hyk-product-row {
        flex-wrap: wrap;
        height: auto;
        gap: 16px;
    }
.competitors-two-box .hyk-product-card {
        flex: 0 0 calc(50% - 8px);
        height: auto;
        min-height: 100px;
    }
}

@media (max-width: 768px) {
.competitors-two-box .hyk-products {
        padding: 60px 0;
    }
.competitors-two-box .hyk-products__title {
        font-size: 28px;
    }

.competitors-two-box .hyk-product-card {
        flex: 0 0 260px;
        min-height: 100px;
        height: auto;
    }
}

@media (max-width:767px) {
.competitors-two-box .hyk-product-row {
    grid-template-columns: repeat(1, 1fr);

}
}
