.elementor-2286 .elementor-element.elementor-element-9683e86{--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-2286 .elementor-element.elementor-element-dda3833{--display:flex;}.elementor-2286 .elementor-element.elementor-element-2d2ccee{--display:flex;}.elementor-2286 .elementor-element.elementor-element-b67939f{--display:flex;}.elementor-2286 .elementor-element.elementor-element-f8bf5e1{--display:flex;}.elementor-2286 .elementor-element.elementor-element-6ec231b{color:#7A7A7A;}.elementor-2286 .elementor-element.elementor-element-fe3f29a{--display:flex;}.elementor-2286 .elementor-element.elementor-element-ad2ba0b{--display:flex;}.elementor-2286 .elementor-element.elementor-element-299e8fb{--display:flex;}.elementor-2286 .elementor-element.elementor-element-8215f28{--display:flex;}.elementor-2286 .elementor-element.elementor-element-fa82128{--display:flex;}.elementor-2286 .elementor-element.elementor-element-16a28ae{--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-2286 .elementor-element.elementor-element-225cb90{--display:flex;}.elementor-2286 .elementor-element.elementor-element-863b042{--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 );}/* Start custom CSS for html, class: .elementor-element-a2d854b *//* ===== Digi Ustad GEO vs SEO Comparison Table ===== */

.geo-seo-comparison-section{
    padding:60px 20px;
    background:#0b1120;
}

.geo-seo-comparison-section .container{
    max-width:1200px;
    margin:0 auto;
}

.geo-seo-comparison-section .table-wrapper{
    overflow-x:auto;
    border-radius:18px;
}

.geo-seo-comparison-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);
}

.geo-seo-comparison-table thead tr{
    background:linear-gradient(
        90deg,
        #7c3aed,
        #9333ea,
        #2563eb
    );
}

.geo-seo-comparison-table th{
    padding:18px 20px;
    text-align:left;
    color:#ffffff;
    font-size:17px;
    font-weight:700;
    border-right:1px solid rgba(255,255,255,.12);
}

.geo-seo-comparison-table th:last-child{
    border-right:none;
}

.geo-seo-comparison-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;
}

.geo-seo-comparison-table td:last-child{
    border-right:none;
}

.geo-seo-comparison-table tbody tr:nth-child(even){
    background:#172033;
}

.geo-seo-comparison-table tbody tr:hover{
    background:#1e293b;
    transition:.3s ease;
}

.geo-seo-comparison-table td:first-child{
    width:25%;
    color:#ffffff;
    font-weight:700;
}

.geo-seo-comparison-table td:nth-child(2){
    width:35%;
    color:#f8fafc;
}

.geo-seo-comparison-table td:nth-child(3){
    width:40%;
    color:#c4b5fd;
    font-weight:600;
}

/* Mobile Responsive */

@media (max-width:768px){

    .geo-seo-comparison-section{
        padding:40px 15px;
    }

    .geo-seo-comparison-table{
        min-width:850px;
    }

    .geo-seo-comparison-table th,
    .geo-seo-comparison-table td{
        padding:14px;
        font-size:14px;
    }
}/* End custom CSS */