.elementor-1874 .elementor-element.elementor-element-857dc07{--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-1874 .elementor-element.elementor-element-5845925{--display:flex;}.elementor-1874 .elementor-element.elementor-element-64f225e{--display:flex;}.elementor-1874 .elementor-element.elementor-element-47642e7{--display:flex;}.elementor-1874 .elementor-element.elementor-element-d2d9b7d{--display:flex;}.elementor-1874 .elementor-element.elementor-element-4986f02{--display:flex;}.elementor-1874 .elementor-element.elementor-element-ba2619f{--display:flex;}.elementor-1874 .elementor-element.elementor-element-8392a79{--display:flex;}.elementor-1874 .elementor-element.elementor-element-8cca26f{--display:flex;}.elementor-1874 .elementor-element.elementor-element-6a07b45{--display:flex;}.elementor-1874 .elementor-element.elementor-element-4339796{color:#7A7A7A;}.elementor-1874 .elementor-element.elementor-element-beba7af{--display:flex;}.elementor-1874 .elementor-element.elementor-element-b893f23{--display:flex;}.elementor-1874 .elementor-element.elementor-element-e82f1d9{--display:flex;}.elementor-1874 .elementor-element.elementor-element-76cec30{--display:flex;}.elementor-1874 .elementor-element.elementor-element-7d05d7e{--display:flex;}.elementor-1874 .elementor-element.elementor-element-225e669{--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-1874 .elementor-element.elementor-element-b21b048{--display:flex;}.elementor-1874 .elementor-element.elementor-element-48bd64c{--display:flex;}/* Start custom CSS for html, class: .elementor-element-32eb050 */.du-core-update-table{
    width:100%;
    overflow:hidden;
    border-radius:20px;
    background:#0b0714;
    border:1px solid rgba(168,85,247,.25);
    box-shadow:0 0 30px rgba(168,85,247,.15);
    font-family:'Inter',sans-serif;
}

.du-table-header{
    display:grid;
    grid-template-columns:35% 65%;
    background:linear-gradient(135deg,#7c3aed,#c084fc);
    color:#fff;
    font-size:22px;
    font-weight:700;
}

.du-table-header div{
    padding:18px 24px;
}

.du-row{
    display:grid;
    grid-template-columns:35% 65%;
    border-bottom:1px solid rgba(168,85,247,.12);
}

.du-row:last-child{
    border-bottom:none;
}

.du-row:hover{
    background:rgba(168,85,247,.05);
}

.du-row div{
    padding:18px 24px;
    color:#e5e7eb;
    font-size:16px;
    line-height:1.7;
}

.du-label{
    font-weight:700;
    color:#c084fc !important;
    border-right:1px solid rgba(168,85,247,.12);
    background:rgba(168,85,247,.04);
}

/* Mobile Responsive */

@media(max-width:768px){

    .du-table-header{
        display:none;
    }

    .du-row{
        display:block;
        padding:15px;
    }

    .du-label{
        border-right:none;
        margin-bottom:8px;
        padding:0 0 8px 0 !important;
        background:none;
        color:#c084fc !important;
        font-size:14px;
        text-transform:uppercase;
        letter-spacing:1px;
    }

    .du-row div:last-child{
        padding:0 !important;
        font-size:15px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f6e4426 */.du-winners-losers{
    width:100%;
    background:#0b0714;
    border:1px solid rgba(168,85,247,.25);
    border-radius:20px;
    overflow:hidden;
    font-family:'Inter',sans-serif;
    box-shadow:0 0 30px rgba(168,85,247,.12);
}

.du-header{
    display:grid;
    grid-template-columns:1fr 1fr;
}

.du-winner-head{
    background:linear-gradient(135deg,#15803d,#22c55e);
    color:#fff;
    font-size:22px;
    font-weight:700;
    padding:20px;
}

.du-loser-head{
    background:linear-gradient(135deg,#dc2626,#ef4444);
    color:#fff;
    font-size:22px;
    font-weight:700;
    padding:20px;
}

.du-row{
    display:grid;
    grid-template-columns:1fr 1fr;
}

.du-row:nth-child(even){
    background:rgba(255,255,255,.02);
}

.du-row > div{
    padding:20px;
    color:#e5e7eb;
    font-size:16px;
    line-height:1.7;
}

.du-row > div:first-child{
    border-right:1px solid rgba(255,255,255,.08);
    border-bottom:1px solid rgba(255,255,255,.08);
}

.du-row > div:last-child{
    border-bottom:1px solid rgba(255,255,255,.08);
}

/* Hover Effect */
.du-row:hover{
    background:rgba(168,85,247,.06);
}

/* Mobile Responsive */
@media(max-width:768px){

    .du-header{
        display:none;
    }

    .du-row{
        grid-template-columns:1fr;
        margin-bottom:20px;
        border-bottom:1px solid rgba(168,85,247,.15);
        padding-bottom:20px;
    }

    .du-row > div{
        padding:15px;
        border:none !important;
    }

    .du-row > div:first-child{
        background:rgba(34,197,94,.08);
        border-left:4px solid #22c55e !important;
        margin-bottom:10px;
        border-radius:10px;
    }

    .du-row > div:last-child{
        background:rgba(239,68,68,.08);
        border-left:4px solid #ef4444 !important;
        border-radius:10px;
    }

    .du-row > div:first-child::before{
        content:"✅ Winner";
        display:block;
        color:#22c55e;
        font-size:12px;
        font-weight:700;
        text-transform:uppercase;
        margin-bottom:8px;
    }

    .du-row > div:last-child::before{
        content:"❌ Loser";
        display:block;
        color:#ef4444;
        font-size:12px;
        font-weight:700;
        text-transform:uppercase;
        margin-bottom:8px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9aed2e2 *//* Digi Ustad Style Table */

.seo-table-section{
    background:#111827;
    padding:60px 20px;
    color:#fff;
}

.container{
    max-width:1200px;
    margin:auto;
}

.seo-table-section h2{
    text-align:center;
    font-size:36px;
    margin-bottom:30px;
    color:#fff;
    font-weight:700;
}

.table-wrapper{
    overflow-x:auto;
    border-radius:14px;
}

.seo-table{
    width:100%;
    border-collapse:collapse;
    background:#1a2235;
    border:1px solid rgba(255,255,255,0.08);
    border-radius:14px;
    overflow:hidden;
}

.seo-table thead{
    background:linear-gradient(
        135deg,
        #4f46e5,
        #2563eb
    );
}

.seo-table th{
    color:#fff;
    text-align:left;
    padding:20px;
    font-size:18px;
    font-weight:700;
}

.seo-table td{
    padding:18px 20px;
    border-top:1px solid rgba(255,255,255,0.08);
    color:#d1d5db;
    line-height:1.7;
    font-size:16px;
}

.seo-table tbody tr:nth-child(even){
    background:#151c2c;
}

.seo-table tbody tr:hover{
    background:#202b42;
    transition:0.3s ease;
}

.seo-table td:first-child{
    color:#fff;
    font-weight:600;
    width:28%;
}

/* Mobile Responsive */

@media(max-width:768px){

    .seo-table-section{
        padding:40px 15px;
    }

    .seo-table-section h2{
        font-size:26px;
    }

    .seo-table th,
    .seo-table td{
        padding:14px;
        font-size:14px;
    }

    .seo-table td:first-child{
        min-width:180px;
    }
}/* End custom CSS */