.elementor-2727 .elementor-element.elementor-element-cb0ecd4{--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-2727 .elementor-element.elementor-element-0bd5b15{--display:flex;}.elementor-2727 .elementor-element.elementor-element-0d31a80{--display:flex;}.elementor-2727 .elementor-element.elementor-element-5058527{--display:flex;}.elementor-2727 .elementor-element.elementor-element-60751d2{--display:flex;}.elementor-2727 .elementor-element.elementor-element-4252213{--display:flex;}.elementor-2727 .elementor-element.elementor-element-3a738cf{--display:flex;}.elementor-2727 .elementor-element.elementor-element-53f4f14{--display:flex;}.elementor-2727 .elementor-element.elementor-element-d8cfbf2{--display:flex;}.elementor-2727 .elementor-element.elementor-element-e615eac{--display:flex;}.elementor-2727 .elementor-element.elementor-element-d9fa8df{--display:flex;}.elementor-2727 .elementor-element.elementor-element-0a11a93{--display:flex;}.elementor-2727 .elementor-element.elementor-element-869ba61{--display:flex;}.elementor-2727 .elementor-element.elementor-element-c2b44f4{color:#7A7A7A;}.elementor-2727 .elementor-element.elementor-element-5c95a18{--display:flex;}.elementor-2727 .elementor-element.elementor-element-419b8db{--display:flex;}.elementor-2727 .elementor-element.elementor-element-e7a6bfb{--display:flex;}.elementor-2727 .elementor-element.elementor-element-5e06859{--display:flex;}.elementor-2727 .elementor-element.elementor-element-2fd9717{--display:flex;}.elementor-2727 .elementor-element.elementor-element-de8271a{--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-2727 .elementor-element.elementor-element-7c59d63{--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-2727 .elementor-element.elementor-element-14e3363{--display:flex;}/* Start custom CSS for html, class: .elementor-element-d17641d */.comparison-table {
    width: 100%;
    overflow-x: auto;
    margin: 30px 0;
}

.comparison-table table {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Poppins', sans-serif;
    background: #111111;
    border: 1px solid #6C3FE8;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(108, 63, 232, 0.15);
}

.comparison-table th {
    background: linear-gradient(135deg, #6C3FE8, #8B5CF6);
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    padding: 18px;
    text-align: left;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.comparison-table td {
    padding: 16px 18px;
    color: #E5E7EB;
    font-size: 15px;
    line-height: 1.7;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    border-right: 1px solid rgba(255,255,255,0.05);
}

.comparison-table tr:last-child td {
    border-bottom: none;
}

.comparison-table td:first-child {
    font-weight: 600;
    color: #FFFFFF;
    background: rgba(108, 63, 232, 0.08);
    width: 25%;
}

.comparison-table td:nth-child(2) {
    background: rgba(34, 197, 94, 0.05);
}

.comparison-table td:nth-child(3) {
    background: rgba(239, 68, 68, 0.05);
}

.comparison-table tr:hover td {
    background: rgba(108, 63, 232, 0.12);
    transition: all 0.3s ease;
}

.comparison-table strong {
    color: #A78BFA;
}

.comparison-table .seo-win {
    color: #22C55E;
    font-weight: 600;
}

.comparison-table .ads-win {
    color: #F59E0B;
    font-weight: 600;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .comparison-table th,
    .comparison-table td {
        padding: 12px;
        font-size: 14px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cb1aeb2 */.pricing-table {
    width: 100%;
    overflow-x: auto;
    margin: 30px 0;
}

.pricing-table table {
    width: 100%;
    border-collapse: collapse;
    background: #111111;
    border: 1px solid #6C3FE8;
    border-radius: 12px;
    overflow: hidden;
    font-family: 'Poppins', sans-serif;
    box-shadow: 0 0 25px rgba(108, 63, 232, 0.15);
}

.pricing-table th {
    background: linear-gradient(135deg, #6C3FE8, #8B5CF6);
    color: #ffffff;
    padding: 18px;
    text-align: left;
    font-size: 17px;
    font-weight: 700;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.pricing-table td {
    padding: 16px 18px;
    color: #E5E7EB;
    font-size: 15px;
    line-height: 1.7;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    border-right: 1px solid rgba(255,255,255,0.05);
}

.pricing-table tr:last-child td {
    border-bottom: none;
}

.pricing-table td:first-child {
    color: #FFFFFF;
    font-weight: 600;
    background: rgba(108, 63, 232, 0.10);
    width: 22%;
}

.pricing-table td:nth-child(2) {
    color: #A78BFA;
    font-weight: 600;
    width: 20%;
    background: rgba(108, 63, 232, 0.05);
}

.pricing-table td:nth-child(3) {
    background: rgba(255,255,255,0.02);
}

.pricing-table tr:hover td {
    background: rgba(108, 63, 232, 0.12);
    transition: all 0.3s ease;
}

.pricing-table tr:hover td:first-child {
    color: #C4B5FD;
}

@media (max-width: 768px) {
    .pricing-table th,
    .pricing-table td {
        padding: 12px;
        font-size: 14px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cd33e64 */.comparison-table {
    width: 100%;
    overflow-x: auto;
    margin: 30px 0;
}

.comparison-table table {
    width: 100%;
    border-collapse: collapse;
    background: #111111;
    border: 1px solid #6C3FE8;
    border-radius: 12px;
    overflow: hidden;
    font-family: 'Poppins', sans-serif;
    box-shadow: 0 0 25px rgba(108, 63, 232, 0.15);
}

.comparison-table th {
    background: linear-gradient(135deg, #6C3FE8, #8B5CF6);
    color: #fff;
    padding: 18px;
    text-align: left;
    font-size: 17px;
    font-weight: 700;
}

.comparison-table td {
    padding: 16px;
    color: #E5E7EB;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    border-right: 1px solid rgba(255,255,255,0.05);
    line-height: 1.7;
    font-size: 15px;
}

.comparison-table tr:last-child td {
    border-bottom: none;
}

.comparison-table td:first-child {
    background: rgba(108, 63, 232, 0.08);
    color: #FFFFFF;
    font-weight: 600;
    width: 25%;
}

.comparison-table td:nth-child(2) {
    background: rgba(34, 197, 94, 0.05);
    color: #86EFAC;
    font-weight: 500;
}

.comparison-table td:nth-child(3) {
    background: rgba(239, 68, 68, 0.05);
    color: #FCA5A5;
    font-weight: 500;
}

.comparison-table tr:hover td {
    background: rgba(108, 63, 232, 0.12);
    transition: 0.3s ease;
}

@media (max-width: 768px) {
    .comparison-table th,
    .comparison-table td {
        padding: 12px;
        font-size: 14px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3fa6b5b */.seo-timeline-table {
    width: 100%;
    overflow-x: auto;
    margin: 30px 0;
}

.seo-timeline-table table {
    width: 100%;
    border-collapse: collapse;
    background: #111111;
    border: 1px solid #6C3FE8;
    border-radius: 12px;
    overflow: hidden;
    font-family: 'Poppins', sans-serif;
    box-shadow: 0 0 25px rgba(108, 63, 232, 0.15);
}

.seo-timeline-table th {
    background: linear-gradient(135deg, #6C3FE8, #8B5CF6);
    color: #ffffff;
    padding: 18px;
    text-align: left;
    font-size: 17px;
    font-weight: 700;
}

.seo-timeline-table td {
    padding: 16px 18px;
    color: #E5E7EB;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    line-height: 1.7;
    font-size: 15px;
}

.seo-timeline-table tr:last-child td {
    border-bottom: none;
}

.seo-timeline-table td:first-child {
    width: 22%;
    color: #FFFFFF;
    font-weight: 600;
    background: rgba(108, 63, 232, 0.10);
    border-right: 1px solid rgba(255,255,255,0.05);
}

.seo-timeline-table td:last-child {
    background: rgba(255,255,255,0.02);
}

.seo-timeline-table tr:hover td {
    background: rgba(108, 63, 232, 0.12);
    transition: all 0.3s ease;
}

.seo-timeline-table tr:hover td:first-child {
    color: #C4B5FD;
}

@media (max-width: 768px) {
    .seo-timeline-table th,
    .seo-timeline-table td {
        padding: 12px;
        font-size: 14px;
    }

    .seo-timeline-table td:first-child {
        min-width: 120px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-df580c0 */.seo-comparison-table{
    width:100%;
    overflow-x:auto;
    margin:30px 0;
}

.seo-comparison-table table{
    width:100%;
    border-collapse:collapse;
    background:#111111;
    border:1px solid #6C3FE8;
    border-radius:12px;
    overflow:hidden;
    font-family:'Poppins',sans-serif;
    box-shadow:0 0 25px rgba(108,63,232,.18);
}

.seo-comparison-table th{
    background:linear-gradient(135deg,#6C3FE8,#8B5CF6);
    color:#fff;
    padding:18px;
    font-size:17px;
    font-weight:700;
    text-align:left;
}

.seo-comparison-table td{
    padding:16px;
    color:#E5E7EB;
    font-size:15px;
    line-height:1.7;
    border-bottom:1px solid rgba(255,255,255,.08);
}

.seo-comparison-table tr:last-child td{
    border-bottom:none;
}

.seo-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);
}

.seo-comparison-table td:nth-child(2){
    background:rgba(34,197,94,.05);
    color:#86EFAC;
    font-weight:500;
}

.seo-comparison-table td:nth-child(3){
    background:rgba(59,130,246,.05);
    color:#93C5FD;
    font-weight:500;
}

.seo-comparison-table tr:hover td{
    background:rgba(108,63,232,.12);
    transition:all .3s ease;
}

.seo-comparison-table tr:hover td:first-child{
    color:#C4B5FD;
}

@media (max-width:768px){

    .seo-comparison-table th,
    .seo-comparison-table td{
        padding:12px;
        font-size:14px;
    }

    .seo-comparison-table td:first-child{
        min-width:130px;
    }
}/* End custom CSS */