.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, #0E5DF6 0.03%, #9647DB 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;
    text-align: right;
}

.tableStyle .jet-table__cell-text .tablePrice {
    display: grid;
    grid-template-columns: 70px 70px;
    align-items: center;
    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; }
}


/* Tooltip trigger */
.custom-tooltip {
    display: inline-block;
    margin-left: 6px;
    cursor: pointer;
    position: relative;
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

/* Icon from single source */
.custom-tooltip::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url('../icons/tooltip_icon.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

/* Floating tooltip */
.floating-tooltip {
    position: fixed;
    left: 0;
    top: 0;
    width: 300px;
    font-family: "Heebo", serif;
    max-width: min(300px, calc(100vw - 32px));
    padding: 12px 16px;
    background: #333;
    color: #fff;
    font-size: 12px;
    line-height: 1.4;
    border-radius: 6px;
    z-index: 999999;
    text-align: left;
    box-sizing: border-box;
    white-space: normal;
    word-break: break-word;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0.2s ease;
}

.floating-tooltip.is-visible {
    opacity: 1;
    visibility: visible;
}

/* Arrow */
.floating-tooltip::after {
    content: '';
    position: absolute;
    left: var(--arrow-left, 50%);
    transform: translateX(-50%);
    border-width: 5px;
    border-style: solid;
}

/* Tooltip above */
.floating-tooltip[data-placement="top"]::after {
    top: 100%;
    border-color: #333 transparent transparent transparent;
}

/* Tooltip below */
.floating-tooltip[data-placement="bottom"]::after {
    bottom: 100%;
    border-color: transparent transparent #333 transparent;
}

/* Mobile adjustments */
@media (max-width: 767px) {
    .floating-tooltip {
        width: min(260px, calc(100vw - 32px));
        max-width: calc(100vw - 32px);
    }
}