.elementor-1590 .elementor-element.elementor-element-f008a75{--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-1590 .elementor-element.elementor-element-3709de9{--display:flex;}.elementor-widget-blockquote .elementor-blockquote__content{color:var( --e-global-color-text );}.elementor-widget-blockquote .elementor-blockquote__author{color:var( --e-global-color-secondary );}.elementor-1590 .elementor-element.elementor-element-d391449 .elementor-blockquote{background-color:#111111;border-style:solid;border-width:0.50px 0.50px 0.50px 0.50px;border-color:#FFFFFF;border-radius:12px;}.elementor-1590 .elementor-element.elementor-element-0c3cd4a{--display:flex;}.elementor-1590 .elementor-element.elementor-element-b478b86{--display:flex;}.elementor-1590 .elementor-element.elementor-element-f6a70bb{--display:flex;}.elementor-1590 .elementor-element.elementor-element-c0d8bb1{--display:flex;}.elementor-1590 .elementor-element.elementor-element-f3b309b{--display:flex;}.elementor-1590 .elementor-element.elementor-element-1765b28{color:#7A7A7A;}.elementor-1590 .elementor-element.elementor-element-5cf9f36{--display:flex;}.elementor-1590 .elementor-element.elementor-element-5f3152f{--display:flex;}.elementor-1590 .elementor-element.elementor-element-5b57b48{--display:flex;}.elementor-1590 .elementor-element.elementor-element-9bf0f2b{--display:flex;}.elementor-1590 .elementor-element.elementor-element-2801916{--display:flex;}.elementor-1590 .elementor-element.elementor-element-d7cf7ed{--display:flex;}.elementor-1590 .elementor-element.elementor-element-85a19ea{--display:flex;}.elementor-1590 .elementor-element.elementor-element-cb080dc{--n-accordion-title-font-size:1rem;--n-accordion-item-title-space-between:0px;--n-accordion-item-title-distance-from-content:0px;--n-accordion-title-normal-color:#7A7A7A;--n-accordion-title-hover-color:#7A7A7A;--n-accordion-title-active-color:#7A7A7A;--n-accordion-icon-size:15px;}.elementor-1590 .elementor-element.elementor-element-8a6bc3a{--display:flex;}.elementor-1590 .elementor-element.elementor-element-7bdb8cd{padding:12px 12px 12px 12px;border-style:solid;border-width:0.50px 0.50px 0.50px 0.50px;border-color:#8B5CF6;border-radius:12px 12px 12px 12px;text-align:center;}/* Start custom CSS for html, class: .elementor-element-733fa1d */.du-ai-seo-table-wrapper{
    width:100%;
    overflow-x:auto;
    margin:40px 0;
    border-radius:22px;
    background:linear-gradient(135deg,#050505,#111117);
    padding:2px;
    font-family:"Poppins",sans-serif;
    box-shadow:0 18px 45px rgba(0,0,0,0.18);
}

.du-ai-seo-table{
    width:100%;
    min-width:900px;
    border-collapse:collapse;
    background:#0b0b0f;
    border-radius:22px;
    overflow:hidden;
}

.du-ai-seo-table thead tr{
    background:#091225;
}

.du-ai-seo-table thead th{
    padding:24px 28px;
    text-align:left;
    font-size:22px;
    font-weight:700;
    color:#ffffff;
    border-bottom:1px solid rgba(255,255,255,0.08);
}

.du-ai-seo-table thead th:nth-child(2){
    color:#fbbf24;
}

.du-ai-seo-table thead th:nth-child(3){
    color:#8b5cf6;
}

.du-ai-seo-table tbody tr{
    transition:all .3s ease;
}

.du-ai-seo-table tbody tr:hover{
    background:rgba(139,92,246,0.07);
}

.du-ai-seo-table tbody td{
    padding:22px 28px;
    font-size:17px;
    line-height:1.8;
    color:rgba(255,255,255,0.84);
    border-top:1px solid rgba(255,255,255,0.06);
    border-right:1px solid rgba(255,255,255,0.06);
    vertical-align:top;
}

.du-ai-seo-table tbody td:last-child{
    border-right:none;
}

.du-ai-seo-table tbody td:first-child{
    width:22%;
    font-weight:700;
    color:#ffffff;
    position:relative;
    padding-left:34px;
}

.du-ai-seo-table tbody td:first-child::before{
    content:"";
    position:absolute;
    left:14px;
    top:22px;
    width:6px;
    height:calc(100% - 44px);
    border-radius:999px;
    background:linear-gradient(180deg,#8b5cf6,#c084fc);
}

.du-ai-seo-table tbody td:nth-child(2){
    color:#f3f4f6;
}

.du-ai-seo-table tbody td:nth-child(3){
    color:#d8b4fe;
    font-weight:500;
}

/* MOBILE */

@media (max-width:767px){

    .du-ai-seo-table{
        min-width:820px;
    }

    .du-ai-seo-table thead th{
        font-size:17px;
        padding:18px;
    }

    .du-ai-seo-table tbody td{
        font-size:14px;
        padding:18px;
    }

    .du-ai-seo-table tbody td:first-child{
        padding-left:28px;
    }

    .du-ai-seo-table tbody td:first-child::before{
        left:10px;
        top:18px;
        height:calc(100% - 36px);
    }
}/* End custom CSS */