.pricing-overview{
  padding-top: 80px;
  padding-bottom: 60px;
  text-align: left;
  font-size: 20px;
  line-height: 28px;
}
.pricing-overview table{
  --bs-table-bg:none;
}
.pricing-overview .table>tbody{
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.05);
}
.pricing-overview .table-responsive{
  overflow: unset;
  margin-bottom: 60px;
}
.price-td-blk-main {
  display: flex;
  gap: 20px; /* optional spacing between blocks */
}
.text-muted-40{
  color: rgba(0, 0, 0, 0.40);
}
.price-blk {
  flex: 1;              /* all blocks take equal width */
  min-width: 0;
  color: rgba(0, 0, 0, 0.60);
}
.price-blk h5{
  font-weight: 700;
  color: #825DDA;
  margin-bottom: 0;
  line-height: 28px;
}





/* ===== Scoped pricing table styles ===== */


.data-table--pricing > :not(caption) > * > * {
  padding: 1.5rem 1.2rem;
}

/* Header block */
.data-table--pricing h2 {
  font-weight:700;
  color:#000;
  font-size: 28px;
  line-height:40px;
  margin-bottom:0px !important;
}
.data-table--pricing p{
  font-weight: 500;
  margin-bottom: 0;
  line-height: 28px;
}
.data-table--pricing thead {
  border-bottom:1px solid #9778E0;
}
/* .data-table--pricing thead th {
  font-weight:700;
  color:#000;
  font-size:16px;
  vertical-align:top;
  padding:1rem 1rem;
} */
.data-table--pricing thead tr th:first-child {
  vertical-align:middle;
}

/* Tier header backgrounds + top borders */
.data-table--pricing .cr-bg { background:#f4fbf7 !important; border-top:2px solid #67d5b4; }
.data-table--pricing .br-bg { background:#fff7e6 !important; border-top:2px solid #ffa940; }
.data-table--pricing .li-bg { background:#f9f0ff !important; border-top:2px solid #9254de; }

/* Body cell backgrounds (match tiers) */
.data-table--pricing .cr-bg-bx { background:#fff !important; }
.data-table--pricing .br-bg-bx { background:#fff7e6 !important; }
.data-table--pricing .li-bg-bx { background:#f9f0ff !important; }

/* Row heading and cells */
.data-table--pricing > tbody > tr > th {
  color:#000;
  width:40%;
  vertical-align: top;
  background: #ffffff50;
}
.data-table--pricing > tbody > tr > td {
  font-weight:500;              /* was 300 */
  color:rgba(0,0,0,0.7);        /* softened black */
  vertical-align: top;
}


.data-table--pricing tr.table-bg th,
.data-table--pricing tr.table-bg td {
  background-color: #fcfcfc;
  font-weight:700;
  padding:16px;
  color:red;
}
.data-table--pricing > tbody > tr.table-bg > td > h5  {
  font-weight:700;
  color:#484645;
  font-size:14px;
  line-height:16px;
  text-transform:uppercase;
  margin-bottom:0;
}

/* Subtitle under tier titles */
.data-table--pricing .pxt-text {
  line-height:20px;
}
.data-table--pricing .pxt-text span {
  font-weight:500;              /* was 300 */
  color: rgba(71, 73, 106, 0.70) !important;
  font-size:14px !important;
}

/* Pass-text default (bold in other contexts) */
.data-table--pricing .pass-text {
  font-weight:700;
  color:#000;
}

/* Feature labels (left column): lighter look */
.data-table--pricing tbody th[scope="row"] .pass-text {
  font-weight:500;              /* was 300 */
  color:#000
}

/* Price emphasis inside cells */
.data-table--pricing .price-text {
  font-weight:700;
  color:#000;
}

/* Font Awesome check color */
.data-table--pricing .fa-check {
  color:rgba(18,110,182,.8);
}


.data-table--pricing th.feature-col { width: 40%; }

/* .data-table--pricing th.tier-1-col { width: 60%; } */
.data-table--pricing th.tier-2-col { width: 30%; }
.data-table--pricing th.tier-3-col { width: 20%; }

.popover-table {
  display: flex;
  flex-direction: column;
  width: 270px;
}

.popover-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.popover-head {
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  color: #000000e0;
  border-bottom: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 12px;
  padding-left: 12px;
  text-align: left;
}
.popover-cell {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: #000000e0;
  border-bottom: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 12px;
  padding-left: 12px;
  text-align: left;
}

.data-table--pricing .mk-popover {
  display: none;
  position: absolute;
  border-radius: 4px;
  padding: 16px;
  border: 1px solid #0000000F;
  box-shadow: 0px 5px 12px 4px #00000017,
              0px 3px 6px 0px #0000001F,
              0px 1px 2px -2px #00000029;
  z-index: 1000; /* keep it above the table */
  background: #FFFFFF;
  right: 0;
}

.price-text-contact {
  font-weight: 500;
  color: rgba(0,0,0,.7);
  line-height: 24px;
}
.price-text-contact a {
  color: #825DDA;
}

.price-text-contact a:hover{
  text-decoration: underline;
}
.bottom-pricing-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pricing-notes {
  color: rgba(0,0,0,.5);
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  text-align: right;
  margin-bottom: 0px;
}

.pricing-mobile-header h2{
  font-size: 22px;
  margin-left: 16px;
}
.title-buttons{
  margin:0 16px 16px;
}
.title-btn {
    border-radius: 200px;
    background: #fff;
    padding: 6px 16px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    text-decoration: none;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    transition: all ease 0.3s;
    border: 2px solid #eee;
    margin-right: 6px;
}
.title-btn.active{
  border: 2px solid #000;
  background: #121937d0;
  color: #fff;
}
/* ===============
Resposive css
=============== */
@media (max-width: 576px) {
.data-table--pricing > tbody > tr > th{
  width: 50%;
}
.container.pricing-container{
  padding: 0;
}
}
@media (max-width: 768px) {
.price-td-blk-main{
  flex-direction: column;
  gap:32px
}
.data-table--pricing > tbody > tr > th{
  vertical-align: top;
}
.bottom-pricing-btn{
  flex-direction: column;
}
.pricing-notes{
      text-align: center;
    margin-top: 30px;
}

}

