.tableContainer .elementor-widget-eael-data-table .eael-data-table-wrap .eael-data-table thead .table-header th {
    background: #fff !important;
    color: #005ff9 !important;
}

th.compcolblue {
    background-color: rgb(217 231 254) !important;
}

.tableContainer .elementor-widget-eael-data-table .td-content:not(.tableContainer .elementor-widget-eael-data-table .table-desp .td-content) {
    text-align: center !important;
}

.tableContainer .elementor-widget-eael-data-table .table-desp .td-content {
    font-weight: 400 !important;
    color: #000000 !important;
    font-size: 15px;
}

.bluePlan,
.puprlePlan,
.redPlan,
.greyPlan,
.campaignPlan {
    padding: 4px 6px;
    border-radius: 6px;
    color: #fff !important;
    font-size: 13px;
    font-weight: 700;
}

.bluePlan {
    background-color: #005FF9;
}

.puprlePlan {
    background-color: #9647DB;
}

.redPlan {
    background-color: #EF0404;
}

.greyPlan {
    background-color: #8E8E8E;
}

.campaignPlan {
    padding: 4px 10px;
    background: linear-gradient(90.06deg, #610087 0.03%, #891DE7 99.95%);
    box-shadow: inset 0px 0px 8px rgba(255, 255, 255, 0.5);
}

.packagePrice,
.discountedPrice {
    font-family: "Rethink Sans", Sans-serif;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 26px;
}

.tablePrice .packagePrice {
    color: #8392A4;
    text-decoration-line: line-through;
}

.tableStyle .jet-table__cell-text .tablePrice {
    display: flex;
    gap: 30px;
}

@media (max-width: 480px) {

    .tableStyle .jet-table__cell-text .tablePrice {
        gap: 12px;
    }

}

.tableStyle .jet-table-wrapper .jet-table .jet-table__head .jet-table__head-row .jet-table__cell-content .jet-table__cell-text .gradient-text,
.tableStyle .jet-table-wrapper .jet-table .jet-table__head .jet-table__head-row .jet-table__cell-content .jet-table__cell-text:not(.tableStyle .jet-table-wrapper .jet-table .jet-table__head .jet-table__head-row .jet-table__cell:first-child .jet-table__cell-content .jet-table__cell-text) {
    background: linear-gradient(90deg, #005FF9 0%, #9647DB 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.tableStyle .jet-table-wrapper .jet-table .jet-table__cell {
    overflow: visible;
}

.tableStyle .jet-table-wrapper .jet-table .jet-table__head .jet-table__head-row .jet-table__cell .jet-table__cell-content {
    text-align: center;
}

.tableStyle .jet-table-wrapper .jet-table .jet-table__body .jet-table__body-row .jet-table__cell .jet-table__cell-inner .jet-table__cell-content:not(.tableStyle .jet-table-wrapper .jet-table .jet-table__body .jet-table__body-row .jet-table__cell:first-child .jet-table__cell-inner .jet-table__cell-content),
.tableStyle .jet-table-wrapper .jet-table .jet-table__head .jet-table__head-row .jet-table__cell .jet-table__cell-content:not(.tableStyle .jet-table-wrapper .jet-table .jet-table__head .jet-table__head-row .jet-table__cell:first-child .jet-table__cell-content) {
    margin: auto;
}

/* 1) Set to your sticky header height */
:root { --anchor-offset: 96px; }

/* 2) Apply offset to common anchor targets */
.elementor-section[id],
.e-con[id],
[id^="pricing-"],
[id^="plans-"],
#pricing-table,
#plans,
#faq {
    scroll-margin-top: var(--anchor-offset);
}

:root { --anchor-offset: 96px; }

@media (max-width: 1024px){
    :root { --anchor-offset: 76px; }
}

@media (max-width: 767px){
    :root { --anchor-offset: 64px; }
}