.elementor-2790 .elementor-element.elementor-element-05fa2b7{--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-2790 .elementor-element.elementor-element-fb45cf4{--display:flex;}.elementor-2790 .elementor-element.elementor-element-86c0e42{--display:flex;}.elementor-2790 .elementor-element.elementor-element-b7dc997{--display:flex;}.elementor-2790 .elementor-element.elementor-element-83e8e01{color:#7A7A7A;}.elementor-2790 .elementor-element.elementor-element-e90c09a{--display:flex;}.elementor-2790 .elementor-element.elementor-element-5056602{--display:flex;}.elementor-2790 .elementor-element.elementor-element-82b0d84{--display:flex;}.elementor-2790 .elementor-element.elementor-element-5fd586a{--display:flex;}.elementor-2790 .elementor-element.elementor-element-627d5d4{--display:flex;}.elementor-2790 .elementor-element.elementor-element-f93a570{--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-2790 .elementor-element.elementor-element-29a2733{--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 );}.elementor-2790 .elementor-element.elementor-element-1d595d5{--display:flex;}/* Start custom CSS for html, class: .elementor-element-811599d */.aeo-comparison-table{
    width:100%;
    overflow-x:auto;
    margin:35px 0;
}

.aeo-comparison-table table{
    width:100%;
    border-collapse:collapse;
    background:#111111;
    border:1px solid #6C3FE8;
    border-radius:14px;
    overflow:hidden;
    font-family:'Poppins',sans-serif;
    box-shadow:0 0 30px rgba(108,63,232,.18);
}

.aeo-comparison-table th{
    background:linear-gradient(135deg,#6C3FE8,#8B5CF6);
    color:#fff;
    padding:18px;
    font-size:18px;
    font-weight:700;
    text-align:left;
}

.aeo-comparison-table td{
    padding:16px 18px;
    color:#E5E7EB;
    font-size:15px;
    line-height:1.7;
    border-bottom:1px solid rgba(255,255,255,.08);
    transition:.3s;
}

.aeo-comparison-table tr:last-child td{
    border-bottom:none;
}

.aeo-comparison-table td:first-child{
    width:18%;
    background:rgba(108,63,232,.10);
    color:#fff;
    font-weight:600;
    border-right:1px solid rgba(255,255,255,.05);
}

.aeo-comparison-table td:nth-child(2){
    width:36%;
    background:rgba(59,130,246,.05);
    color:#93C5FD;
    font-weight:500;
}

.aeo-comparison-table td:nth-child(3){
    width:46%;
    background:rgba(34,197,94,.05);
    color:#86EFAC;
    font-weight:500;
}

.aeo-comparison-table tbody tr:hover td{
    background:rgba(108,63,232,.12);
}

.aeo-comparison-table tbody tr:hover td:first-child{
    color:#C4B5FD;
}

.aeo-comparison-table strong{
    color:#FFD166;
}

/* Mobile */

@media(max-width:768px){

.aeo-comparison-table th,
.aeo-comparison-table td{
    padding:12px;
    font-size:14px;
}

.aeo-comparison-table td:first-child{
    min-width:150px;
}

.aeo-comparison-table td:nth-child(2){
    min-width:260px;
}

.aeo-comparison-table td:nth-child(3){
    min-width:320px;
}

}/* End custom CSS */