.elementor-1916 .elementor-element.elementor-element-86a1868{--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-1916 .elementor-element.elementor-element-d3f8c93{--display:flex;}.elementor-1916 .elementor-element.elementor-element-327c5c5{--display:flex;}.elementor-1916 .elementor-element.elementor-element-5819210{--display:flex;}.elementor-1916 .elementor-element.elementor-element-1cce0d1{--display:flex;}.elementor-1916 .elementor-element.elementor-element-ae8f4ef{--display:flex;}.elementor-1916 .elementor-element.elementor-element-2627e1d{--display:flex;}.elementor-1916 .elementor-element.elementor-element-e80115c{--display:flex;}.elementor-1916 .elementor-element.elementor-element-ec43cec{--display:flex;}.elementor-1916 .elementor-element.elementor-element-9fa32bd{--display:flex;}.elementor-1916 .elementor-element.elementor-element-e8a43e1{--display:flex;}.elementor-1916 .elementor-element.elementor-element-d077bce{--display:flex;}.elementor-1916 .elementor-element.elementor-element-fb9f529{--display:flex;}.elementor-1916 .elementor-element.elementor-element-7afa012{--display:flex;}.elementor-1916 .elementor-element.elementor-element-f48ca47{--display:flex;}.elementor-1916 .elementor-element.elementor-element-ac6ecab{color:#7A7A7A;}.elementor-1916 .elementor-element.elementor-element-eae6999{--display:flex;}.elementor-1916 .elementor-element.elementor-element-7a2fc32{--display:flex;}.elementor-1916 .elementor-element.elementor-element-26a3434{--display:flex;}.elementor-1916 .elementor-element.elementor-element-82e9fc3{--display:flex;}.elementor-1916 .elementor-element.elementor-element-ddbf0fb{--display:flex;}.elementor-1916 .elementor-element.elementor-element-b9e4a53{--display:flex;}.elementor-1916 .elementor-element.elementor-element-a3ae112{--display:flex;}.elementor-1916 .elementor-element.elementor-element-7c04adc{--display:flex;}.elementor-1916 .elementor-element.elementor-element-d6fbbce{--display:flex;}.elementor-1916 .elementor-element.elementor-element-357d209{--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-1916 .elementor-element.elementor-element-6fda78b{--display:flex;}.elementor-1916 .elementor-element.elementor-element-9918145{--display:flex;}/* Start custom CSS for html, class: .elementor-element-5ddec61 *//* ===== Digi Ustad Table ===== */

.seo-process-section{
    background:#0f172a;
    padding:60px 20px;
}

.container{
    max-width:1200px;
    margin:auto;
}

.table-wrapper{
    overflow-x:auto;
    border-radius:16px;
}

.seo-process-table{
    width:100%;
    border-collapse:collapse;
    background:#111827;
    border:1px solid rgba(139,92,246,.25);
    border-radius:16px;
    overflow:hidden;
    box-shadow:0 0 40px rgba(139,92,246,.15);
}

.seo-process-table thead tr{
    background:linear-gradient(
        90deg,
        #7c3aed,
        #9333ea,
        #2563eb
    );
}

.seo-process-table th{
    color:#fff;
    padding:20px;
    text-align:left;
    font-size:18px;
    font-weight:700;
    border-right:1px solid rgba(255,255,255,.15);
}

.seo-process-table th:last-child{
    border-right:none;
}

.seo-process-table td{
    padding:22px;
    color:#e5e7eb;
    font-size:16px;
    line-height:1.7;
    border-top:1px solid rgba(255,255,255,.08);
    border-right:1px solid rgba(255,255,255,.08);
    vertical-align:top;
}

.seo-process-table td:last-child{
    border-right:none;
}

.seo-process-table tbody tr:nth-child(even){
    background:#161f33;
}

.seo-process-table tbody tr:hover{
    background:#1e293b;
    transition:.3s ease;
}

.seo-process-table td:first-child{
    width:18%;
    color:#ffffff;
    font-weight:700;
}

.seo-process-table td:nth-child(2){
    width:34%;
}

.seo-process-table td:nth-child(3){
    width:48%;
}

.seo-process-table code{
    background:#7c3aed;
    color:#fff;
    padding:4px 8px;
    border-radius:6px;
    font-size:14px;
}

@media (max-width:768px){

    .seo-process-section{
        padding:40px 15px;
    }

    .seo-process-table th,
    .seo-process-table td{
        padding:14px;
        font-size:14px;
    }

    .seo-process-table{
        min-width:700px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7390d07 *//* ===== Digi Ustad Style Table ===== */

.keyword-table-section{
    background:#0f172a;
    padding:60px 20px;
}

.container{
    max-width:1200px;
    margin:auto;
}

.table-wrapper{
    overflow-x:auto;
    border-radius:16px;
}

.keyword-table{
    width:100%;
    border-collapse:collapse;
    background:#111827;
    border:1px solid rgba(139,92,246,.25);
    border-radius:16px;
    overflow:hidden;
    box-shadow:0 0 40px rgba(139,92,246,.12);
}

.keyword-table thead tr{
    background:linear-gradient(
        90deg,
        #7c3aed,
        #9333ea,
        #2563eb
    );
}

.keyword-table th{
    color:#fff;
    text-align:left;
    padding:18px 20px;
    font-size:17px;
    font-weight:700;
    border-right:1px solid rgba(255,255,255,.15);
}

.keyword-table th:last-child{
    border-right:none;
}

.keyword-table td{
    padding:18px 20px;
    color:#e5e7eb;
    font-size:16px;
    line-height:1.6;
    border-top:1px solid rgba(255,255,255,.08);
    border-right:1px solid rgba(255,255,255,.08);
    vertical-align:top;
}

.keyword-table td:last-child{
    border-right:none;
}

.keyword-table tbody tr:nth-child(even){
    background:#161f33;
}

.keyword-table tbody tr:hover{
    background:#1e293b;
    transition:.3s ease;
}

.keyword-table td:first-child{
    color:#ffffff;
    font-weight:700;
    white-space:nowrap;
}

.keyword-table td:nth-child(2){
    max-width:240px;
}

@media (max-width:768px){

    .keyword-table-section{
        padding:40px 15px;
    }

    .keyword-table{
        min-width:850px;
    }

    .keyword-table th,
    .keyword-table td{
        padding:14px;
        font-size:14px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e6c1a81 *//* ===== Digi Ustad SEO Metrics Table ===== */

.seo-metrics-section{
    padding:60px 20px;
    background:#0b1120;
}

.container{
    max-width:1200px;
    margin:0 auto;
}

.table-wrapper{
    overflow-x:auto;
    border-radius:18px;
}

.seo-metrics-table{
    width:100%;
    border-collapse:collapse;
    background:#111827;
    border:1px solid rgba(139,92,246,.25);
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 0 35px rgba(139,92,246,.12);
}

.seo-metrics-table thead tr{
    background:linear-gradient(
        90deg,
        #7c3aed,
        #9333ea,
        #2563eb
    );
}

.seo-metrics-table th{
    padding:18px 20px;
    text-align:left;
    color:#fff;
    font-size:17px;
    font-weight:700;
    border-right:1px solid rgba(255,255,255,.12);
}

.seo-metrics-table th:last-child{
    border-right:none;
}

.seo-metrics-table td{
    padding:18px 20px;
    color:#e5e7eb;
    font-size:16px;
    line-height:1.6;
    border-top:1px solid rgba(255,255,255,.08);
    border-right:1px solid rgba(255,255,255,.08);
    vertical-align:top;
}

.seo-metrics-table td:last-child{
    border-right:none;
}

.seo-metrics-table tbody tr:nth-child(even){
    background:#172033;
}

.seo-metrics-table tbody tr:hover{
    background:#1e293b;
    transition:.3s ease;
}

.seo-metrics-table td:first-child{
    color:#fff;
    font-weight:700;
    white-space:nowrap;
}

.seo-metrics-table td:nth-child(1){
    width:22%;
}

.seo-metrics-table td:nth-child(2){
    width:22%;
}

.seo-metrics-table td:nth-child(3){
    width:28%;
}

.seo-metrics-table td:nth-child(4){
    width:28%;
}

/* Mobile Responsive */

@media (max-width:768px){

    .seo-metrics-section{
        padding:40px 15px;
    }

    .seo-metrics-table{
        min-width:900px;
    }

    .seo-metrics-table th,
    .seo-metrics-table td{
        padding:14px;
        font-size:14px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e9afe5c *//* ===== Digi Ustad SEO Tools Table ===== */

.seo-tools-section{
    padding:60px 20px;
    background:#0b1120;
}

.container{
    max-width:1200px;
    margin:0 auto;
}

.table-wrapper{
    overflow-x:auto;
    border-radius:18px;
}

.seo-tools-table{
    width:100%;
    border-collapse:collapse;
    background:#111827;
    border:1px solid rgba(139,92,246,.25);
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 0 40px rgba(139,92,246,.12);
}

.seo-tools-table thead tr{
    background:linear-gradient(
        90deg,
        #7c3aed,
        #9333ea,
        #2563eb
    );
}

.seo-tools-table th{
    padding:18px 20px;
    text-align:left;
    color:#fff;
    font-size:17px;
    font-weight:700;
    border-right:1px solid rgba(255,255,255,.12);
}

.seo-tools-table th:last-child{
    border-right:none;
}

.seo-tools-table td{
    padding:18px 20px;
    color:#e5e7eb;
    font-size:16px;
    line-height:1.6;
    border-top:1px solid rgba(255,255,255,.08);
    border-right:1px solid rgba(255,255,255,.08);
    vertical-align:top;
}

.seo-tools-table td:last-child{
    border-right:none;
}

.seo-tools-table tbody tr:nth-child(even){
    background:#172033;
}

.seo-tools-table tbody tr:hover{
    background:#1e293b;
    transition:.3s ease;
}

.seo-tools-table td:first-child{
    color:#ffffff;
    font-weight:700;
    width:24%;
}

.seo-tools-table td:nth-child(2){
    width:30%;
}

.seo-tools-table td:nth-child(3){
    width:20%;
}

.seo-tools-table td:nth-child(4){
    width:26%;
}

/* Mobile Responsive */

@media (max-width:768px){

    .seo-tools-section{
        padding:40px 15px;
    }

    .seo-tools-table{
        min-width:950px;
    }

    .seo-tools-table th,
    .seo-tools-table td{
        padding:14px;
        font-size:14px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dbdffa5 *//* ===== Digi Ustad SEO Timeline Table ===== */

.seo-timeline-section{
    padding:60px 20px;
    background:#0b1120;
}

.container{
    max-width:1200px;
    margin:0 auto;
}

.table-wrapper{
    overflow-x:auto;
    border-radius:18px;
}

.seo-timeline-table{
    width:100%;
    border-collapse:collapse;
    background:#111827;
    border:1px solid rgba(139,92,246,.25);
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 0 40px rgba(139,92,246,.12);
}

.seo-timeline-table thead tr{
    background:linear-gradient(
        90deg,
        #7c3aed,
        #9333ea,
        #2563eb
    );
}

.seo-timeline-table th{
    padding:18px 20px;
    text-align:left;
    color:#fff;
    font-size:17px;
    font-weight:700;
    border-right:1px solid rgba(255,255,255,.12);
}

.seo-timeline-table th:last-child{
    border-right:none;
}

.seo-timeline-table td{
    padding:20px;
    color:#e5e7eb;
    font-size:16px;
    line-height:1.6;
    border-top:1px solid rgba(255,255,255,.08);
    border-right:1px solid rgba(255,255,255,.08);
    vertical-align:top;
}

.seo-timeline-table td:last-child{
    border-right:none;
}

.seo-timeline-table tbody tr:nth-child(even){
    background:#172033;
}

.seo-timeline-table tbody tr:hover{
    background:#1e293b;
    transition:.3s ease;
}

.seo-timeline-table td:first-child{
    color:#ffffff;
    font-weight:700;
    white-space:nowrap;
    width:18%;
}

.seo-timeline-table td:nth-child(2){
    width:42%;
}

.seo-timeline-table td:nth-child(3){
    width:40%;
}

/* Mobile Responsive */

@media (max-width:768px){

    .seo-timeline-section{
        padding:40px 15px;
    }

    .seo-timeline-table{
        min-width:850px;
    }

    .seo-timeline-table th,
    .seo-timeline-table td{
        padding:14px;
        font-size:14px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-80dc43f *//* ===== Digi Ustad Salary Table ===== */

.seo-salary-section{
    padding:60px 20px;
    background:#0b1120;
}

.container{
    max-width:1200px;
    margin:0 auto;
}

.table-wrapper{
    overflow-x:auto;
    border-radius:18px;
}

.seo-salary-table{
    width:100%;
    border-collapse:collapse;
    background:#111827;
    border:1px solid rgba(139,92,246,.25);
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 0 40px rgba(139,92,246,.12);
}

.seo-salary-table thead tr{
    background:linear-gradient(
        90deg,
        #7c3aed,
        #9333ea,
        #2563eb
    );
}

.seo-salary-table th{
    padding:18px 20px;
    text-align:left;
    color:#fff;
    font-size:17px;
    font-weight:700;
    border-right:1px solid rgba(255,255,255,.12);
}

.seo-salary-table th:last-child{
    border-right:none;
}

.seo-salary-table td{
    padding:20px;
    color:#e5e7eb;
    font-size:16px;
    line-height:1.6;
    border-top:1px solid rgba(255,255,255,.08);
    border-right:1px solid rgba(255,255,255,.08);
    vertical-align:top;
}

.seo-salary-table td:last-child{
    border-right:none;
}

.seo-salary-table tbody tr:nth-child(even){
    background:#172033;
}

.seo-salary-table tbody tr:hover{
    background:#1e293b;
    transition:.3s ease;
}

.seo-salary-table td:first-child{
    color:#ffffff;
    font-weight:700;
    width:24%;
    white-space:nowrap;
}

.seo-salary-table td:nth-child(2){
    width:26%;
}

.seo-salary-table td:nth-child(3){
    width:25%;
    font-weight:600;
    color:#c4b5fd;
}

.seo-salary-table td:nth-child(4){
    width:25%;
    font-weight:600;
    color:#a78bfa;
}

/* Mobile Responsive */

@media (max-width:768px){

    .seo-salary-section{
        padding:40px 15px;
    }

    .seo-salary-table{
        min-width:950px;
    }

    .seo-salary-table th,
    .seo-salary-table td{
        padding:14px;
        font-size:14px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8909c6a *//* ===== Digi Ustad SEO Tasks Table ===== */

.seo-task-section{
    padding:60px 20px;
    background:#0b1120;
}

.container{
    max-width:1200px;
    margin:0 auto;
}

.table-wrapper{
    overflow-x:auto;
    border-radius:18px;
}

.seo-task-table{
    width:100%;
    border-collapse:collapse;
    background:#111827;
    border:1px solid rgba(139,92,246,.25);
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 0 40px rgba(139,92,246,.12);
}

.seo-task-table thead tr{
    background:linear-gradient(
        90deg,
        #7c3aed,
        #9333ea,
        #2563eb
    );
}

.seo-task-table th{
    padding:18px 20px;
    text-align:left;
    color:#fff;
    font-size:17px;
    font-weight:700;
    border-right:1px solid rgba(255,255,255,.12);
}

.seo-task-table th:last-child{
    border-right:none;
}

.seo-task-table td{
    padding:18px 20px;
    color:#e5e7eb;
    font-size:16px;
    line-height:1.6;
    border-top:1px solid rgba(255,255,255,.08);
    border-right:1px solid rgba(255,255,255,.08);
    vertical-align:top;
}

.seo-task-table td:last-child{
    border-right:none;
}

.seo-task-table tbody tr:nth-child(even){
    background:#172033;
}

.seo-task-table tbody tr:hover{
    background:#1e293b;
    transition:.3s ease;
}

.seo-task-table td:first-child{
    width:24%;
    color:#ffffff;
    font-weight:700;
}

.seo-task-table td:nth-child(2){
    width:25%;
}

.seo-task-table td:nth-child(3){
    width:31%;
}

.seo-task-table td:nth-child(4){
    width:20%;
    color:#c4b5fd;
    font-weight:600;
    white-space:nowrap;
}

/* Mobile Responsive */

@media (max-width:768px){

    .seo-task-section{
        padding:40px 15px;
    }

    .seo-task-table{
        min-width:950px;
    }

    .seo-task-table th,
    .seo-task-table td{
        padding:14px;
        font-size:14px;
    }
}/* End custom CSS */