.elementor-2273 .elementor-element.elementor-element-9aae007{--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-2273 .elementor-element.elementor-element-58d2d22{--display:flex;}.elementor-2273 .elementor-element.elementor-element-7d6bac0{--display:flex;}.elementor-2273 .elementor-element.elementor-element-ef2f4d9{--display:flex;}.elementor-2273 .elementor-element.elementor-element-fabf555{--display:flex;}.elementor-2273 .elementor-element.elementor-element-f78c3fd{color:#7A7A7A;}.elementor-2273 .elementor-element.elementor-element-402958e{--display:flex;}.elementor-2273 .elementor-element.elementor-element-fa6e719{--display:flex;}.elementor-2273 .elementor-element.elementor-element-015b59e{--display:flex;}.elementor-2273 .elementor-element.elementor-element-63ee959{--display:flex;}.elementor-2273 .elementor-element.elementor-element-bea119e{--display:flex;}.elementor-2273 .elementor-element.elementor-element-53b6186{--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-2273 .elementor-element.elementor-element-693f4c8{--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-31d32c6 *//* ===== Digi Ustad AEO vs Traditional SEO Table ===== */

.aeo-geo-comparison-section{
    padding:60px 20px;
    background:#0b1120;
}

.container{
    max-width:1200px;
    margin:0 auto;
}

.table-wrapper{
    overflow-x:auto;
    border-radius:18px;
}

.aeo-geo-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);
}

.aeo-geo-comparison-table thead tr{
    background:linear-gradient(
        90deg,
        #7c3aed,
        #9333ea,
        #2563eb
    );
}

.aeo-geo-comparison-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);
}

.aeo-geo-comparison-table th:last-child{
    border-right:none;
}

.aeo-geo-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;
}

.aeo-geo-comparison-table td:last-child{
    border-right:none;
}

.aeo-geo-comparison-table tbody tr:nth-child(even){
    background:#172033;
}

.aeo-geo-comparison-table tbody tr:hover{
    background:#1e293b;
    transition:.3s ease;
}

.aeo-geo-comparison-table td:first-child{
    width:18%;
    color:#ffffff;
    font-weight:700;
}

.aeo-geo-comparison-table td:nth-child(2){
    width:39%;
    color:#f8fafc;
}

.aeo-geo-comparison-table td:nth-child(3){
    width:43%;
    color:#c4b5fd;
    font-weight:600;
}

/* Mobile Responsive */

@media (max-width:768px){

    .aeo-geo-comparison-section{
        padding:40px 15px;
    }

    .aeo-geo-comparison-table{
        min-width:900px;
    }

    .aeo-geo-comparison-table th,
    .aeo-geo-comparison-table td{
        padding:14px;
        font-size:14px;
    }
}/* End custom CSS */