.elementor-3766 .elementor-element.elementor-element-cf41baf{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-3766 .elementor-element.elementor-element-e9cae82{--display:flex;}.elementor-3766 .elementor-element.elementor-element-a0878c1{--display:flex;}/* Start custom CSS for html, class: .elementor-element-e4977f2 *//* =========================================================
   DIGI USTAD - DARK LOCAL SEO PRICING TABLE
   ========================================================= */

.du-pricing-table-wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 35px auto;
    padding: 8px;

    overflow-x: auto;
    -webkit-overflow-scrolling: touch;

    background: #0b0911;
    border: 1px solid rgba(108, 63, 232, 0.35);
    border-radius: 18px;

    box-shadow:
        0 20px 55px rgba(0, 0, 0, 0.40),
        0 0 45px rgba(108, 63, 232, 0.08);
}


/* =========================================================
   TABLE
   ========================================================= */

.du-pricing-table {
    width: 100%;
    min-width: 760px;

    border-collapse: separate;
    border-spacing: 0;

    background: #111019;
    color: #f7f5ff;

    font-family:
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        Arial,
        sans-serif;

    font-size: 15px;
}


/* =========================================================
   HEADER
   ========================================================= */

.du-pricing-table thead th {
    padding: 18px 16px;

    background: linear-gradient(
        135deg,
        #6c3fe8 0%,
        #4b20b5 100%
    );

    color: #ffffff;

    font-size: 17px;
    font-weight: 700;
    line-height: 1.3;

    text-align: center;

    border-bottom: 1px solid rgba(255,255,255,0.12);
}

.du-pricing-table thead th:first-child {
    text-align: left;
    border-top-left-radius: 12px;
}

.du-pricing-table thead th:last-child {
    border-top-right-radius: 12px;
}


/* =========================================================
   SERVICE COLUMN
   ========================================================= */

.du-pricing-table .du-service-col {
    width: 48%;
}


/* =========================================================
   FEATURED GROWTH COLUMN
   ========================================================= */

.du-pricing-table .du-growth-col {
    background: linear-gradient(
        135deg,
        #7b4cf0 0%,
        #5a2ac2 100%
    );
}


/* =========================================================
   BODY CELLS
   ========================================================= */

.du-pricing-table tbody td {
    padding: 15px 16px;

    background: #111019;

    border-bottom: 1px solid rgba(255,255,255,0.07);

    vertical-align: middle;
}

.du-pricing-table tbody td:first-child {
    color: #f0edf8;
    font-weight: 500;
    text-align: left;
}

.du-pricing-table tbody td:not(:first-child) {
    color: #ddd8eb;
    text-align: center;
}


/* =========================================================
   HOVER
   ========================================================= */

.du-pricing-table tbody tr:hover td {
    background: #191522;
}


/* =========================================================
   INCLUDED
   ========================================================= */

.du-yes {
    display: inline-flex;

    width: 28px;
    height: 28px;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: rgba(73, 214, 129, 0.12);
    border: 1px solid rgba(73, 214, 129, 0.35);

    color: #62e58d;

    font-size: 16px;
    font-weight: 800;
}


/* =========================================================
   NOT INCLUDED
   ========================================================= */

.du-no {
    color: #716b7e;
    font-size: 19px;
    font-weight: 400;
}


/* =========================================================
   PRICE ROW
   ========================================================= */

.du-pricing-table .du-price-row td {
    padding: 20px 16px;

    background: linear-gradient(
        90deg,
        #17121f,
        #24183b,
        #17121f
    );

    border-bottom: none;

    font-size: 18px;
    font-weight: 700;
}

.du-pricing-table .du-price-row td:first-child {
    color: #ffffff;
}

.du-pricing-table .du-price-row td:not(:first-child) {
    color: #c9aaff;

    font-size: 22px;
    font-weight: 800;
}


/* =========================================================
   BOTTOM CORNERS
   ========================================================= */

.du-pricing-table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 12px;
}

.du-pricing-table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 12px;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .du-pricing-table-wrapper {
        margin: 20px 0;
        padding: 5px;
        border-radius: 12px;
    }

    .du-pricing-table {
        min-width: 700px;
        font-size: 14px;
    }

    .du-pricing-table thead th {
        padding: 14px 12px;
        font-size: 15px;
    }

    .du-pricing-table tbody td {
        padding: 13px 12px;
    }

    .du-pricing-table .du-service-col {
        width: 42%;
    }

    .du-yes {
        width: 25px;
        height: 25px;
        font-size: 14px;
    }

    .du-pricing-table .du-price-row td {
        padding: 17px 12px;
    }

    .du-pricing-table .du-price-row td:not(:first-child) {
        font-size: 19px;
    }
}


/* =========================================================
   CUSTOM SCROLLBAR
   ========================================================= */

.du-pricing-table-wrapper::-webkit-scrollbar {
    height: 7px;
}

.du-pricing-table-wrapper::-webkit-scrollbar-track {
    background: #17131f;
    border-radius: 10px;
}

.du-pricing-table-wrapper::-webkit-scrollbar-thumb {
    background: #6c3fe8;
    border-radius: 10px;
}

.du-pricing-table-wrapper::-webkit-scrollbar-thumb:hover {
    background: #8058ef;
}/* End custom CSS */