.elementor-3181 .elementor-element.elementor-element-b8f28fe{--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-3181 .elementor-element.elementor-element-eb09c1b{--display:flex;}.elementor-3181 .elementor-element.elementor-element-76eb30f{--display:flex;}.elementor-3181 .elementor-element.elementor-element-0670696{--display:flex;}.elementor-3181 .elementor-element.elementor-element-59a5893{--display:flex;}.elementor-3181 .elementor-element.elementor-element-c8b3e98{--display:flex;}.elementor-3181 .elementor-element.elementor-element-df865e3{--display:flex;}.elementor-3181 .elementor-element.elementor-element-a59ea58{color:#7A7A7A;}.elementor-3181 .elementor-element.elementor-element-fffb12a{--display:flex;}.elementor-3181 .elementor-element.elementor-element-f07f8c5{--display:flex;}.elementor-3181 .elementor-element.elementor-element-e983a88{--display:flex;}.elementor-3181 .elementor-element.elementor-element-689274d{--display:flex;}.elementor-3181 .elementor-element.elementor-element-957d61a{--display:flex;}.elementor-3181 .elementor-element.elementor-element-4e30404{--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-3181 .elementor-element.elementor-element-f743955{--display:flex;}/* Start custom CSS for html, class: .elementor-element-ba83099 */:root{
    --du-bg:#0D1117;
    --du-card:#161B22;
    --du-card-hover:#1E2633;
    --du-primary:#6C3FE8;
    --du-primary-hover:#8258F5;
    --du-border:#2E3440;
    --du-text:#F8FAFC;
    --du-text-light:#CBD5E1;
    --du-success:#22C55E;
    --du-warning:#F59E0B;
    --du-danger:#EF4444;
}

body{
    background:var(--du-bg);
    color:var(--du-text);
    font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
    line-height:1.7;
}

/* Wrapper */

.du-table-wrapper{
    width:100%;
    overflow-x:auto;
    margin:30px 0;
    background:var(--du-card);
    border:1px solid var(--du-border);
    border-radius:14px;
    box-shadow:0 20px 40px rgba(0,0,0,.35);
}

/* Table */

.du-table{
    width:100%;
    border-collapse:collapse;
    min-width:900px;
}

/* Header */

.du-table thead th{
    background:linear-gradient(135deg,#6C3FE8,#8B5CF6);
    color:#fff;
    padding:18px;
    font-size:17px;
    font-weight:700;
    border:1px solid var(--du-border);
    text-align:left;
}

/* Cells */

.du-table td{
    background:var(--du-card);
    color:var(--du-text);
    padding:18px;
    border:1px solid var(--du-border);
    vertical-align:top;
    font-size:15px;
    line-height:1.7;
}

/* Alternate Row */

.du-table tbody tr:nth-child(even) td{
    background:#1A2230;
}

/* Hover */

.du-table tbody tr:hover td{
    background:var(--du-card-hover);
    transition:.25s ease;
}

/* First Column */

.du-table td:first-child{
    font-weight:600;
    color:#fff;
    width:22%;
}

/* Links */

.du-table a{
    color:#8B5CF6;
    text-decoration:none;
}

.du-table a:hover{
    color:#A78BFA;
    text-decoration:underline;
}

/* Headings */

h1,h2,h3,h4{
    color:#fff;
    margin-bottom:15px;
}

h2{
    font-size:34px;
    font-weight:700;
}

h3{
    font-size:26px;
}

/* Paragraph */

p{
    color:var(--du-text-light);
}

/* Buttons */

.du-btn{
    display:inline-block;
    padding:14px 28px;
    background:linear-gradient(135deg,#6C3FE8,#8B5CF6);
    color:#fff;
    border-radius:8px;
    font-weight:600;
    text-decoration:none;
    transition:.3s;
}

.du-btn:hover{
    background:linear-gradient(135deg,#5C30DB,#7C4DF3);
    transform:translateY(-2px);
}

/* Cards */

.du-card{
    background:var(--du-card);
    border:1px solid var(--du-border);
    border-radius:14px;
    padding:24px;
    margin:25px 0;
    box-shadow:0 10px 25px rgba(0,0,0,.25);
}

.du-card:hover{
    background:var(--du-card-hover);
}

/* Lists */

ul li{
    color:var(--du-text-light);
    margin-bottom:10px;
}

/* Badges */

.badge{
    display:inline-block;
    background:#6C3FE8;
    color:#fff;
    padding:6px 12px;
    border-radius:30px;
    font-size:13px;
    font-weight:600;
}

/* Responsive */

@media(max-width:768px){

    .du-table{
        min-width:900px;
    }

    .du-table th,
    .du-table td{
        padding:14px;
        font-size:14px;
    }

    h2{
        font-size:28px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-884f9c9 */:root{
    --du-bg:#0D1117;
    --du-card:#161B22;
    --du-card-alt:#1D2433;
    --du-border:#30363D;
    --du-primary:#6C3FE8;
    --du-primary-light:#8B5CF6;
    --du-text:#F8FAFC;
}

.du-table-wrapper{
    width:100%;
    overflow-x:auto;
    margin:30px 0;
    background:var(--du-card);
    border:1px solid var(--du-border);
    border-radius:14px;
    box-shadow:0 15px 35px rgba(0,0,0,.35);
}

.du-table{
    width:100%;
    min-width:900px;
    border-collapse:collapse;
    font-family:Inter,Arial,sans-serif;
}

.du-table th{
    background:linear-gradient(135deg,var(--du-primary),var(--du-primary-light));
    color:#fff;
    padding:18px;
    text-align:left;
    font-size:17px;
    font-weight:700;
    border:1px solid var(--du-border);
}

.du-table td{
    background:var(--du-card);
    color:var(--du-text);
    padding:18px;
    border:1px solid var(--du-border);
    vertical-align:top;
    font-size:15px;
    line-height:1.7;
}

.du-table tbody tr:nth-child(even) td{
    background:var(--du-card-alt);
}

.du-table tbody tr:hover td{
    background:#232D42;
    transition:.25s ease;
}

.du-table td:first-child{
    width:24%;
    font-weight:600;
}

.du-table td:nth-child(2){
    width:26%;
    font-weight:500;
    white-space:nowrap;
}

.du-table td:last-child{
    width:50%;
}

@media (max-width:768px){

    .du-table{
        min-width:900px;
    }

    .du-table th,
    .du-table td{
        padding:14px;
        font-size:14px;
    }

}/* End custom CSS */