:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-0ae0f84 *//* ==========================================
   OLD APK VERSIONS FOR ANDROID - HERO
========================================== */

.mc-apkold-hero{
    padding:80px 0 70px;
    background:#fff;
    overflow:hidden;
}

.mc-apkold-wrap{
    max-width:1200px;
    margin:0 auto;
    padding:0 30px;
}


/* MAIN LAYOUT */

.mc-apkold-layout{
    display:grid;
    grid-template-columns:1.08fr .92fr;
    gap:70px;
    align-items:center;
    min-height:500px;
}


/* LEFT CONTENT */

.mc-apkold-kicker{
    display:inline-block;
    color:#278536;
    font-size:13px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
    margin-bottom:14px;
}

.mc-apkold-content h1{
    color:#222;
    font-size:54px;
    line-height:1.1;
    margin:0 0 24px;
    font-weight:800;
}

.mc-apkold-content p{
    max-width:680px;
    color:#555;
    font-size:16px;
    line-height:1.95;
    margin:0 0 17px;
}


/* BUTTON */

.mc-apkold-actions{
    margin-top:30px;
}

.mc-apkold-main-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    padding:15px 24px;
    background:#278536;
    color:#fff !important;
    text-decoration:none !important;
    border-radius:9px;
    font-size:14px;
    font-weight:700;
    transition:
        background .3s ease,
        transform .3s ease,
        box-shadow .3s ease;
}

.mc-apkold-main-btn span{
    font-size:18px;
    transition:transform .3s ease;
}

.mc-apkold-main-btn:hover{
    background:#111;
    color:#fff !important;
    transform:translateY(-2px);
    box-shadow:0 10px 25px rgba(0,0,0,.14);
}

.mc-apkold-main-btn:hover span{
    transform:translateY(3px);
}


/* VISUAL AREA */

.mc-apkold-visual{
    position:relative;
    min-height:460px;
    display:flex;
    align-items:center;
    justify-content:center;
}


/* PHONE */

.mc-apkold-phone{
    width:260px;
    height:440px;
    background:#222622;
    border:8px solid #363c37;
    border-radius:34px;
    padding:18px 12px;
    position:relative;
    z-index:2;
    box-shadow:0 25px 60px rgba(0,0,0,.18);
    transform:rotate(4deg);
}

.mc-apkold-phone-top{
    width:55px;
    height:5px;
    border-radius:20px;
    background:#555;
    margin:0 auto 18px;
}

.mc-apkold-phone-screen{
    height:360px;
    background:#101310;
    border-radius:20px;
    padding:30px 22px;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.mc-apkold-screen-label{
    color:#84ca8b;
    font-size:10px;
    font-weight:800;
    letter-spacing:1px;
}

.mc-apkold-phone-screen > strong{
    color:#fff;
    font-size:24px;
    margin:7px 0 25px;
}


/* VERSION STACK */

.mc-apkold-version-stack{
    display:flex;
    flex-direction:column;
    gap:10px;
}

.mc-apkold-version-stack span{
    display:block;
    background:#2c322d;
    color:#dfe6df;
    padding:11px 14px;
    border-radius:9px;
    font-size:13px;
    font-weight:700;
    border-left:3px solid #278536;
}


/* FLOATING BOXES */

.mc-apkold-floating{
    position:absolute;
    z-index:3;
    background:#fff;
    border:1px solid #e1e6e2;
    border-radius:14px;
    padding:16px 18px;
    min-width:150px;
    box-shadow:0 15px 35px rgba(0,0,0,.1);
}

.mc-apkold-floating small{
    display:block;
    color:#278536;
    font-size:9px;
    font-weight:800;
    letter-spacing:.8px;
    margin-bottom:4px;
}

.mc-apkold-floating strong{
    color:#222;
    font-size:15px;
}

.mc-apkold-float-one{
    top:65px;
    left:15px;
}

.mc-apkold-float-two{
    right:5px;
    bottom:80px;
}


/* BOTTOM STRIP */

.mc-apkold-strip{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    border-top:1px solid #e2e6e3;
    border-bottom:1px solid #e2e6e3;
    margin-top:60px;
}

.mc-apkold-strip div{
    padding:20px 22px;
    border-right:1px solid #e2e6e3;
}

.mc-apkold-strip div:last-child{
    border-right:0;
}

.mc-apkold-strip span{
    display:block;
    color:#999;
    font-size:10px;
    text-transform:uppercase;
    letter-spacing:.7px;
    margin-bottom:4px;
}

.mc-apkold-strip strong{
    color:#222;
    font-size:14px;
}


/* TABLET */

@media(max-width:900px){

    .mc-apkold-layout{
        grid-template-columns:1fr;
        gap:50px;
    }

    .mc-apkold-content h1{
        font-size:46px;
    }

}


/* MOBILE */

@media(max-width:767px){

    .mc-apkold-hero{
        padding:50px 0 45px;
    }

    .mc-apkold-wrap{
        padding:0 20px;
    }

    .mc-apkold-content h1{
        font-size:35px;
    }

    .mc-apkold-content p{
        font-size:15px;
        line-height:1.85;
    }

    .mc-apkold-main-btn{
        width:100%;
    }

    .mc-apkold-visual{
        min-height:520px;
    }

    .mc-apkold-phone{
        width:235px;
        height:410px;
        transform:none;
    }

    .mc-apkold-phone-screen{
        height:330px;
    }

    .mc-apkold-float-one{
        top:20px;
        left:0;
    }

    .mc-apkold-float-two{
        right:0;
        bottom:20px;
    }

    .mc-apkold-strip{
        grid-template-columns:1fr;
    }

    .mc-apkold-strip div{
        border-right:0;
        border-bottom:1px solid #e2e6e3;
    }

    .mc-apkold-strip div:last-child{
        border-bottom:0;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3cfc227 *//* ==========================================
   OLD APK VERSIONS - WHY USE OLD VERSIONS
========================================== */

.mc-apkold-why{
    padding:95px 0;
    background:#f7faf7;
}

.mc-apkold-why-wrap{
    max-width:1200px;
    margin:0 auto;
    padding:0 30px;
    display:grid;
    grid-template-columns:.8fr 1.2fr;
    gap:70px;
    align-items:start;
}


/* LEFT HEADING */

.mc-apkold-why-heading{
    position:sticky;
    top:120px;
}

.mc-apkold-why-kicker{
    display:inline-block;
    color:#278536;
    font-size:13px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.9px;
    margin-bottom:10px;
}

.mc-apkold-why-heading h2{
    color:#222;
    font-size:38px;
    line-height:1.25;
    margin:0 0 18px;
}

.mc-apkold-why-heading p{
    color:#555;
    font-size:15px;
    line-height:1.95;
    margin-bottom:16px;
}


/* TIMELINE */

.mc-apkold-why-timeline{
    position:relative;
}

.mc-apkold-why-item{
    position:relative;
    display:grid;
    grid-template-columns:70px 1fr;
    gap:25px;
    padding-bottom:50px;
}

.mc-apkold-why-item:last-child{
    padding-bottom:0;
}

.mc-apkold-why-line{
    position:absolute;
    left:27px;
    top:55px;
    bottom:-5px;
    width:2px;
    background:#d9e6db;
}

.mc-apkold-why-item:last-child .mc-apkold-why-line{
    display:none;
}

.mc-apkold-why-dot{
    width:56px;
    height:56px;
    border-radius:50%;
    background:#278536;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:13px;
    font-weight:800;
    position:relative;
    z-index:2;
    box-shadow:0 0 0 8px #edf6ee;
}

.mc-apkold-why-content{
    padding:4px 0 0;
}

.mc-apkold-why-content > span{
    display:block;
    color:#278536;
    font-size:11px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.8px;
    margin-bottom:5px;
}

.mc-apkold-why-content h3{
    color:#222;
    font-size:24px;
    line-height:1.35;
    margin:0 0 10px;
}

.mc-apkold-why-content p{
    color:#555;
    font-size:15px;
    line-height:1.9;
    margin:0;
}


/* TABLET */

@media(max-width:900px){

    .mc-apkold-why-wrap{
        grid-template-columns:1fr;
        gap:45px;
    }

    .mc-apkold-why-heading{
        position:static;
    }

}


/* MOBILE */

@media(max-width:767px){

    .mc-apkold-why{
        padding:60px 0;
    }

    .mc-apkold-why-wrap{
        padding:0 20px;
    }

    .mc-apkold-why-heading h2{
        font-size:30px;
    }

    .mc-apkold-why-item{
        grid-template-columns:55px 1fr;
        gap:18px;
        padding-bottom:40px;
    }

    .mc-apkold-why-dot{
        width:46px;
        height:46px;
        font-size:11px;
        box-shadow:0 0 0 6px #edf6ee;
    }

    .mc-apkold-why-line{
        left:22px;
        top:45px;
    }

    .mc-apkold-why-content h3{
        font-size:21px;
    }

    .mc-apkold-why-content p{
        font-size:14px;
        line-height:1.85;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0413d55 *//* ==========================================
   20 MINECRAFT OLD APK VERSIONS
========================================== */

.mc-apk20-section{
    padding:95px 0;
    background:#fff;
}

.mc-apk20-wrap{
    max-width:1200px;
    margin:0 auto;
    padding:0 30px;
}


/* HEADING */

.mc-apk20-heading{
    display:grid;
    grid-template-columns:1fr 150px;
    gap:50px;
    align-items:center;
    margin-bottom:35px;
}

.mc-apk20-heading-copy{
    max-width:820px;
}

.mc-apk20-kicker{
    display:inline-block;
    color:#278536;
    font-size:13px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.9px;
    margin-bottom:10px;
}

.mc-apk20-heading h2{
    color:#222;
    font-size:38px;
    line-height:1.25;
    margin:0 0 15px;
}

.mc-apk20-heading p{
    color:#555;
    font-size:15px;
    line-height:1.9;
    margin:0;
}


/* COUNTER */

.mc-apk20-counter{
    text-align:center;
    border-left:1px solid #dfe6e0;
    padding-left:30px;
}

.mc-apk20-counter strong{
    display:block;
    color:#278536;
    font-size:58px;
    line-height:1;
}

.mc-apk20-counter span{
    display:block;
    color:#777;
    font-size:12px;
    margin-top:7px;
}


/* TOP BAR */

.mc-apk20-topbar{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    background:#222622;
    margin-bottom:25px;
}

.mc-apk20-topbar div{
    padding:18px 22px;
    border-right:1px solid rgba(255,255,255,.1);
}

.mc-apk20-topbar div:last-child{
    border-right:0;
}

.mc-apk20-topbar span{
    display:block;
    color:#8ed194;
    font-size:9px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.8px;
    margin-bottom:4px;
}

.mc-apk20-topbar strong{
    color:#fff;
    font-size:14px;
}


/* TABLE */

.mc-apk20-table{
    border:1px solid #e2e6e3;
    background:#fff;
}


/* HEADER */

.mc-apk20-table-head{
    display:grid;
    grid-template-columns:1.2fr .8fr 1fr .7fr;
    background:#000;
}

.mc-apk20-table-head div{
    padding:18px 28px;
    color:#fff;
    font-size:14px;
    font-weight:700;
}


/* ROW */

.mc-apk20-row{
    display:grid;
    grid-template-columns:1.2fr .8fr 1fr .7fr;
    align-items:center;
    min-height:68px;
    border-bottom:1px solid #e8e8e8;
    position:relative;
    transition:
        background .25s ease,
        box-shadow .25s ease;
}

.mc-apk20-row:last-child{
    border-bottom:0;
}

.mc-apk20-row > div{
    padding:16px 28px;
}

.mc-apk20-row:hover{
    background:#f1f8f2;
    box-shadow:inset 4px 0 0 #278536;
}


/* DATA */

.mc-apk20-name{
    color:#222;
    font-size:15px;
    font-weight:700;
}

.mc-apk20-version{
    color:#278536;
    font-size:15px;
    font-weight:800;
}

.mc-apk20-date{
    color:#555;
    font-size:14px;
}


/* DOWNLOAD BUTTON */

.mc-apk20-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:105px;
    padding:10px 18px;
    background:#278536;
    color:#fff !important;
    text-decoration:none !important;
    border-radius:7px;
    font-size:13px;
    font-weight:700;
    transition:
        background .3s ease,
        transform .3s ease,
        box-shadow .3s ease;
}

.mc-apk20-btn:hover{
    background:#000;
    color:#fff !important;
    transform:translateY(-2px);
    box-shadow:0 8px 20px rgba(0,0,0,.14);
}


/* NOTE */

.mc-apk20-note{
    display:grid;
    grid-template-columns:70px 1fr;
    gap:22px;
    align-items:center;
    margin-top:25px;
    padding:23px 25px;
    background:#eef7ef;
    border-left:4px solid #278536;
}

.mc-apk20-note-mark{
    width:55px;
    height:55px;
    border-radius:50%;
    background:#278536;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:12px;
    font-weight:900;
}

.mc-apk20-note strong{
    display:block;
    color:#222;
    font-size:15px;
    margin-bottom:5px;
}

.mc-apk20-note p{
    color:#555;
    font-size:13px;
    line-height:1.8;
    margin:0;
}


/* TABLET */

@media(max-width:900px){

    .mc-apk20-heading{
        grid-template-columns:1fr;
    }

    .mc-apk20-counter{
        text-align:left;
        border-left:0;
        padding-left:0;
    }

    .mc-apk20-topbar{
        grid-template-columns:1fr 1fr;
    }

}


/* MOBILE */

@media(max-width:767px){

    .mc-apk20-section{
        padding:60px 0;
    }

    .mc-apk20-wrap{
        padding:0 20px;
    }

    .mc-apk20-heading h2{
        font-size:30px;
    }

    .mc-apk20-topbar{
        grid-template-columns:1fr;
    }

    .mc-apk20-topbar div{
        border-right:0;
        border-bottom:1px solid rgba(255,255,255,.1);
    }

    .mc-apk20-table{
        border:0;
        background:transparent;
    }

    .mc-apk20-table-head{
        display:none;
    }

    .mc-apk20-row{
        grid-template-columns:1fr 1fr;
        background:#fff;
        border:1px solid #e1e6e2;
        border-radius:11px;
        overflow:hidden;
        margin-bottom:12px;
    }

    .mc-apk20-row > div{
        padding:14px 18px;
    }

    .mc-apk20-name{
        grid-column:1 / -1;
        background:#f2f8f3;
    }

    .mc-apk20-version:before{
        content:"Version";
        display:block;
        color:#999;
        font-size:9px;
        margin-bottom:3px;
    }

    .mc-apk20-date:before{
        content:"Update Date";
        display:block;
        color:#999;
        font-size:9px;
        margin-bottom:3px;
    }

    .mc-apk20-download{
        grid-column:1 / -1;
    }

    .mc-apk20-btn{
        width:100%;
    }

    .mc-apk20-note{
        grid-template-columns:1fr;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f53d3f7 *//* ==========================================
   HOW TO INSTALL OLD MINECRAFT APK
========================================== */

.mc-oldapk-install{
    padding:95px 0;
    text-align: ;
    background:#f7faf7;
}

.mc-oldapk-install-wrap{
    max-width:1200px;
    margin:0 auto;
    padding:0 30px;
}


/* HEADING */

.mc-oldapk-install-head{
    max-width:900px;
    margin:0 auto 55px;
    text-align:center;
}

.mc-oldapk-install-kicker{
    display:inline-block;
    color:#278536;
    font-size:13px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.9px;
    margin-bottom:10px;
}

.mc-oldapk-install-head h2{
    color:#222;
    font-size:38px;
    line-height:1.25;
    margin:0 0 17px;
}

.mc-oldapk-install-head p{
    color:#555;
    font-size:15px;
    line-height:1.95;
    margin-bottom:15px;
}


/* INSTALL PATH */

.mc-oldapk-install-path{
    max-width:950px;
    margin:0 auto;
}

.mc-oldapk-install-step{
    display:grid;
    grid-template-columns:90px 1fr;
    gap:25px;
    align-items:start;
    background:#fff;
    padding:28px 30px;
    border-radius:16px;
    border:1px solid #e2e7e3;
}

.mc-oldapk-install-step-num{
    width:58px;
    height:58px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:#278536;
    color:#fff;
    font-size:13px;
    font-weight:800;
}

.mc-oldapk-install-step-body > span{
    display:block;
    color:#278536;
    font-size:11px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.8px;
    margin-bottom:5px;
}

.mc-oldapk-install-step-body h3{
    color:#222;
    font-size:23px;
    margin:0 0 10px;
}

.mc-oldapk-install-step-body p{
    color:#555;
    font-size:14px;
    line-height:1.85;
    margin:0;
}

.mc-oldapk-install-arrow{
    text-align:center;
    color:#278536;
    font-size:28px;
    line-height:1.5;
}

.final-install-step{
    background:#edf7ee;
    border-color:#cfe3d1;
}


/* PERMISSION */

.mc-oldapk-permission{
    display:grid;
    grid-template-columns:.65fr 1.35fr;
    gap:40px;
    align-items:center;
    margin:95px 0;
    padding:35px;
    background:#222622;
    border-radius:22px;
}

.mc-oldapk-permission-label{
    color:#8ed194;
    font-size:12px;
    font-weight:700;
}

.mc-oldapk-permission-left h3{
    color:#fff;
    font-size:28px;
    margin:7px 0 0;
}

.mc-oldapk-permission-toggle{
    display:grid;
    grid-template-columns:80px 1fr;
    gap:20px;
    align-items:center;
}

.mc-oldapk-toggle{
    width:65px;
    height:34px;
    border-radius:30px;
    background:#278536;
    padding:4px;
}

.mc-oldapk-toggle i{
    display:block;
    width:26px;
    height:26px;
    border-radius:50%;
    background:#fff;
    margin-left:auto;
}

.mc-oldapk-permission-toggle strong{
    display:block;
    color:#fff;
    font-size:16px;
    margin-bottom:5px;
}

.mc-oldapk-permission-toggle p{
    color:#bdc6be;
    font-size:13px;
    line-height:1.8;
    margin:0;
}


/* DOWNGRADE WARNING */

.mc-oldapk-downgrade{
    display:grid;
    grid-template-columns:65px 1fr;
    gap:22px;
    padding:30px;
    background:#fff8e8;
    border-left:5px solid #d4a01d;
    border-radius:14px;
    margin:90px 0;
}

.mc-oldapk-downgrade-mark{
    width:48px;
    height:48px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:#d4a01d;
    color:#fff;
    font-size:22px;
    font-weight:800;
}

.mc-oldapk-downgrade span{
    color:#9a7000;
    font-size:12px;
    font-weight:700;
}

.mc-oldapk-downgrade h3{
    color:#222;
    font-size:24px;
    margin:5px 0 10px;
}

.mc-oldapk-downgrade p{
    color:#555;
    font-size:14px;
    line-height:1.9;
    margin-bottom:10px;
}


/* INSTALL FAIL */

.mc-oldapk-install-fail{
    margin-top:90px;
}

.mc-oldapk-install-fail-title{
    text-align:center;
    margin-bottom:35px;
}

.mc-oldapk-install-fail-title span{
    color:#278536;
    font-size:13px;
    font-weight:700;
}

.mc-oldapk-install-fail-title h3{
    color:#222;
    font-size:30px;
    margin:7px 0 0;
}

.mc-oldapk-install-fail-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:1px;
    background:#dfe5e0;
    border:1px solid #dfe5e0;
}

.mc-oldapk-install-fail-grid div{
    background:#fff;
    padding:28px;
}

.mc-oldapk-install-fail-grid strong{
    display:block;
    color:#222;
    font-size:17px;
    margin-bottom:7px;
}

.mc-oldapk-install-fail-grid p{
    color:#555;
    font-size:14px;
    line-height:1.8;
    margin:0;
}


/* TABLET */

@media(max-width:900px){

    .mc-oldapk-permission{
        grid-template-columns:1fr;
    }

}


/* MOBILE */

@media(max-width:767px){

    .mc-oldapk-install{
        padding:60px 0;
    }

    .mc-oldapk-install-wrap{
        padding:0 20px;
    }

    .mc-oldapk-install-head h2{
        font-size:30px;
    }

    .mc-oldapk-install-step{
        grid-template-columns:1fr;
        padding:24px 20px;
    }

    .mc-oldapk-install-step-num{
        width:48px;
        height:48px;
    }

    .mc-oldapk-install-step-body h3{
        font-size:20px;
    }

    .mc-oldapk-permission{
        padding:28px 20px;
    }

    .mc-oldapk-permission-toggle{
        grid-template-columns:1fr;
    }

    .mc-oldapk-downgrade{
        grid-template-columns:1fr;
    }

    .mc-oldapk-install-fail-grid{
        grid-template-columns:1fr;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-510bfd6 *//* ==========================================
   CHOOSE THE RIGHT OLD MINECRAFT APK
========================================== */

.mc-choose-oldapk{
    padding:95px 0;
    background:#fff;
}

.mc-choose-oldapk-wrap{
    max-width:1200px;
    margin:0 auto;
    padding:0 30px;
}


/* HEADING */

.mc-choose-oldapk-head{
    max-width:850px;
    margin:0 auto 55px;
    text-align:center;
}

.mc-choose-oldapk-kicker{
    display:block;
    color:#278536;
    font-size:13px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.9px;
    margin-bottom:10px;
    text-align:center;
}

.mc-choose-oldapk-head h2{
    color:#222;
    font-size:38px;
    line-height:1.25;
    margin:0 0 16px;
    text-align:center;
}

.mc-choose-oldapk-head p{
    color:#555;
    font-size:15px;
    line-height:1.9;
    margin:0;
}


/* CARDS GRID */

.mc-choose-oldapk-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:20px;
}


/* CARD */

.mc-choose-card{
    background:#f7faf7;
    border:1px solid #e1e7e2;
    padding:30px;
    position:relative;
    overflow:hidden;
    transition:
        transform .3s ease,
        box-shadow .3s ease,
        border-color .3s ease;
}

.mc-choose-card:hover{
    transform:translateY(-4px);
    border-color:#b8d8bc;
    box-shadow:0 15px 35px rgba(0,0,0,.07);
}


/* CARD TOP */

.mc-choose-card-top{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:22px;
}

.mc-choose-number{
    color:#278536;
    font-size:30px;
    line-height:1;
    font-weight:900;
}

.mc-choose-tag{
    display:inline-block;
    background:#e2f1e4;
    color:#278536;
    padding:6px 11px;
    border-radius:30px;
    font-size:10px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.5px;
}


/* CARD CONTENT */

.mc-choose-card h3{
    color:#222;
    font-size:21px;
    line-height:1.4;
    margin:0 0 10px;
}

.mc-choose-card > p{
    color:#555;
    font-size:14px;
    line-height:1.85;
    margin:0 0 22px;
}


/* CHECK LINE */

.mc-choose-check{
    display:flex;
    align-items:center;
    gap:10px;
    padding-top:17px;
    border-top:1px solid #dce5dd;
    color:#444;
    font-size:12px;
    font-weight:600;
}

.mc-choose-check span{
    width:25px;
    height:25px;
    flex-shrink:0;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:#278536;
    color:#fff;
    font-size:12px;
}


/* DECISION GUIDE */

.mc-choose-decision{
    margin-top:70px;
    display:grid;
    grid-template-columns:.7fr 1.3fr;
    background:#222622;
}

.mc-choose-decision-title{
    padding:40px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    border-right:1px solid rgba(255,255,255,.1);
}

.mc-choose-decision-title span{
    color:#8ed194;
    font-size:10px;
    font-weight:800;
    letter-spacing:1px;
    margin-bottom:8px;
}

.mc-choose-decision-title h3{
    color:#fff;
    font-size:27px;
    line-height:1.3;
    margin:0;
}


/* DECISION LIST */

.mc-choose-decision-list{
    padding:15px 30px;
}

.mc-choose-decision-row{
    display:grid;
    grid-template-columns:1fr 40px 1fr;
    gap:15px;
    align-items:center;
    min-height:72px;
    border-bottom:1px solid rgba(255,255,255,.1);
}

.mc-choose-decision-row:last-child{
    border-bottom:0;
}

.mc-decision-status{
    display:flex;
    align-items:center;
    gap:10px;
    color:#fff;
    font-size:13px;
    font-weight:600;
}

.mc-decision-status span{
    width:8px;
    height:8px;
    flex-shrink:0;
    border-radius:50%;
    background:#278536;
}

.mc-decision-arrow{
    color:#8ed194;
    font-size:18px;
    text-align:center;
}

.mc-decision-result{
    color:#bdc6be;
    font-size:12px;
    line-height:1.6;
}


/* BOTTOM TIP */

.mc-choose-tip{
    display:grid;
    grid-template-columns:60px 1fr;
    gap:20px;
    align-items:center;
    margin-top:30px;
    padding:24px 28px;
    background:#edf7ee;
    border-left:4px solid #278536;
}

.mc-choose-tip-icon{
    width:45px;
    height:45px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:#278536;
    color:#fff;
    font-size:18px;
    font-weight:800;
}

.mc-choose-tip strong{
    display:block;
    color:#222;
    font-size:15px;
    margin-bottom:5px;
}

.mc-choose-tip p{
    color:#555;
    font-size:13px;
    line-height:1.8;
    margin:0;
}


/* TABLET */

@media(max-width:900px){

    .mc-choose-decision{
        grid-template-columns:1fr;
    }

    .mc-choose-decision-title{
        border-right:0;
        border-bottom:1px solid rgba(255,255,255,.1);
    }

}


/* MOBILE */

@media(max-width:767px){

    .mc-choose-oldapk{
        padding:60px 0;
    }

    .mc-choose-oldapk-wrap{
        padding:0 20px;
    }

    .mc-choose-oldapk-head h2{
        font-size:30px;
    }

    .mc-choose-oldapk-grid{
        grid-template-columns:1fr;
    }

    .mc-choose-card{
        padding:25px 20px;
    }

    .mc-choose-decision-title{
        padding:30px 22px;
    }

    .mc-choose-decision-list{
        padding:10px 22px;
    }

    .mc-choose-decision-row{
        grid-template-columns:1fr;
        gap:7px;
        padding:18px 0;
    }

    .mc-decision-arrow{
        text-align:left;
        padding-left:18px;
        transform:rotate(90deg);
        width:max-content;
    }

    .mc-decision-result{
        padding-left:18px;
    }

    .mc-choose-tip{
        grid-template-columns:1fr;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-32d49b0 *//* ==========================================
   OLD APK COMMON PROBLEMS
========================================== */

.mc-oldapk-problems{
    padding:95px 0;
    background:#f7faf7;
}

.mc-oldapk-problems-wrap{
    max-width:1200px;
    margin:0 auto;
    padding:0 30px;
}


/* HEADING */

.mc-oldapk-problems-head{
    max-width:850px;
    margin:0 auto 55px;
    text-align:center;
}

.mc-oldapk-problems-kicker{
    display:block;
    color:#278536;
    font-size:13px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.9px;
    margin-bottom:10px;
    text-align:center;
}

.mc-oldapk-problems-head h2{
    color:#222;
    font-size:38px;
    line-height:1.25;
    margin:0 0 16px;
    text-align:center;
}

.mc-oldapk-problems-head p{
    color:#555;
    font-size:15px;
    line-height:1.9;
    margin:0;
}


/* LANES */

.mc-oldapk-problem-lanes{
    border-top:1px solid #dfe5e0;
}

.mc-oldapk-problem-lane{
    display:grid;
    grid-template-columns:80px 1fr 1.15fr 1.15fr;
    gap:25px;
    align-items:start;
    padding:28px 0;
    border-bottom:1px solid #dfe5e0;
}

.mc-oldapk-problem-code{
    color:#cfe2d1;
    font-size:22px;
    font-weight:900;
}

.mc-oldapk-problem-title span{
    display:block;
    color:#278536;
    font-size:10px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.7px;
    margin-bottom:5px;
}

.mc-oldapk-problem-title h3{
    color:#222;
    font-size:19px;
    line-height:1.4;
    margin:0;
}

.mc-oldapk-problem-cause,
.mc-oldapk-problem-fix{
    padding-left:20px;
    border-left:1px solid #dfe5e0;
}

.mc-oldapk-problem-cause small,
.mc-oldapk-problem-fix small{
    display:block;
    color:#999;
    font-size:9px;
    font-weight:800;
    letter-spacing:.8px;
    margin-bottom:6px;
}

.mc-oldapk-problem-cause p,
.mc-oldapk-problem-fix p{
    color:#555;
    font-size:13px;
    line-height:1.8;
    margin:0;
}


/* DIAGNOSTIC */

.mc-oldapk-diagnostic{
    margin-top:70px;
    background:#222622;
    padding:36px;
}

.mc-oldapk-diagnostic-head{
    text-align:center;
    margin-bottom:30px;
}

.mc-oldapk-diagnostic-head span{
    display:block;
    color:#8ed194;
    font-size:10px;
    font-weight:800;
    letter-spacing:1px;
    margin-bottom:6px;
}

.mc-oldapk-diagnostic-head h3{
    color:#fff;
    font-size:27px;
    margin:0;
}

.mc-oldapk-diagnostic-path{
    display:grid;
    grid-template-columns:1fr 55px 1fr 55px 1fr;
    align-items:center;
}

.mc-oldapk-diag-start,
.mc-oldapk-diag-question,
.mc-oldapk-diag-result{
    padding:20px;
    text-align:center;
}

.mc-oldapk-diag-start{
    background:#2e342f;
}

.mc-oldapk-diag-question{
    background:#344035;
}

.mc-oldapk-diag-result{
    background:#278536;
}

.mc-oldapk-diag-start strong,
.mc-oldapk-diag-question strong,
.mc-oldapk-diag-result strong{
    display:block;
    color:#fff;
    font-size:14px;
}

.mc-oldapk-diag-result small{
    display:block;
    color:#d8edda;
    font-size:10px;
    line-height:1.6;
    margin-top:5px;
}

.mc-oldapk-diag-arrow{
    color:#8ed194;
    font-size:22px;
    text-align:center;
}


/* WARNING */

.mc-oldapk-problem-warning{
    display:grid;
    grid-template-columns:60px 1fr;
    gap:20px;
    align-items:center;
    margin-top:30px;
    padding:24px 28px;
    background:#fff8e8;
    border-left:4px solid #d5a01f;
}

.mc-oldapk-problem-warning-icon{
    width:45px;
    height:45px;
    border-radius:50%;
    background:#d5a01f;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
    font-weight:800;
}

.mc-oldapk-problem-warning strong{
    display:block;
    color:#222;
    font-size:15px;
    margin-bottom:5px;
}

.mc-oldapk-problem-warning p{
    color:#555;
    font-size:13px;
    line-height:1.8;
    margin:0;
}


/* TABLET */

@media(max-width:900px){

    .mc-oldapk-problem-lane{
        grid-template-columns:70px 1fr 1fr;
    }

    .mc-oldapk-problem-fix{
        grid-column:2 / -1;
    }

}


/* MOBILE */

@media(max-width:767px){

    .mc-oldapk-problems{
        padding:60px 0;
    }

    .mc-oldapk-problems-wrap{
        padding:0 20px;
    }

    .mc-oldapk-problems-head h2{
        font-size:30px;
    }

    .mc-oldapk-problem-lane{
        grid-template-columns:1fr;
        gap:12px;
    }

    .mc-oldapk-problem-cause,
    .mc-oldapk-problem-fix{
        padding-left:0;
        padding-top:15px;
        border-left:0;
        border-top:1px solid #dfe5e0;
    }

    .mc-oldapk-problem-fix{
        grid-column:auto;
    }

    .mc-oldapk-diagnostic{
        padding:30px 20px;
    }

    .mc-oldapk-diagnostic-path{
        grid-template-columns:1fr;
        gap:10px;
    }

    .mc-oldapk-diag-arrow{
        transform:rotate(90deg);
    }

    .mc-oldapk-problem-warning{
        grid-template-columns:1fr;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-030240b *//* ==========================================
   OLD APK FINAL SECTION
========================================== */

.mc-oldapk-final{
    padding:95px 0;
    background:#fff;
}

.mc-oldapk-final-wrap{
    max-width:1200px;
    margin:0 auto;
    padding:0 30px;
}


/* HEADING */

.mc-oldapk-final-head{
    max-width:850px;
    margin:0 auto 50px;
    text-align:center;
}

.mc-oldapk-final-kicker{
    display:block;
    color:#278536;
    font-size:13px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.9px;
    margin-bottom:10px;
    text-align:center;
}

.mc-oldapk-final-head h2{
    color:#222;
    font-size:38px;
    line-height:1.25;
    margin:0 0 16px;
    text-align:center;
}

.mc-oldapk-final-head p{
    color:#555;
    font-size:15px;
    line-height:1.9;
    margin:0;
}


/* MAIN PANEL */

.mc-oldapk-final-panel{
    display:grid;
    grid-template-columns:1fr 1fr;
    background:#222622;
    border-radius:24px;
    overflow:hidden;
}

.mc-oldapk-final-left,
.mc-oldapk-final-right{
    padding:42px;
}

.mc-oldapk-final-left{
    border-right:1px solid rgba(255,255,255,.1);
}

.mc-oldapk-final-left h3{
    color:#fff;
    font-size:26px;
    margin:0 0 22px;
}

.mc-oldapk-final-left ul{
    list-style:none;
    margin:0;
    padding:0;
}

.mc-oldapk-final-left li{
    position:relative;
    color:#c5cdc6;
    font-size:14px;
    line-height:1.8;
    padding:10px 0 10px 28px;
    border-bottom:1px solid rgba(255,255,255,.08);
}

.mc-oldapk-final-left li:before{
    content:"✓";
    position:absolute;
    left:0;
    top:10px;
    color:#8ed194;
    font-weight:800;
}


/* RIGHT */

.mc-oldapk-final-label{
    display:block;
    color:#8ed194;
    font-size:11px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:1px;
    margin-bottom:10px;
}

.mc-oldapk-final-right > strong{
    display:block;
    color:#fff;
    font-size:23px;
    line-height:1.5;
    margin-bottom:15px;
}

.mc-oldapk-final-right p{
    color:#c1c9c2;
    font-size:14px;
    line-height:1.9;
    margin-bottom:25px;
}


/* BUTTON */

.mc-oldapk-final-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    padding:14px 22px;
    background:#278536;
    color:#fff !important;
    text-decoration:none !important;
    border-radius:8px;
    font-size:13px;
    font-weight:700;
    transition:
        background .3s ease,
        transform .3s ease,
        box-shadow .3s ease;
}

.mc-oldapk-final-btn span{
    font-size:17px;
    transition:transform .3s ease;
}

.mc-oldapk-final-btn:hover{
    background:#fff;
    color:#222 !important;
    transform:translateY(-2px);
    box-shadow:0 10px 25px rgba(0,0,0,.15);
}

.mc-oldapk-final-btn:hover span{
    transform:translateY(-3px);
}


/* BOTTOM NOTE */

.mc-oldapk-final-note{
    text-align:center;
    margin-top:25px;
    padding:20px;
    background:#edf7ee;
    border-radius:12px;
}

.mc-oldapk-final-note span{
    display:block;
    color:#278536;
    font-size:13px;
    font-weight:800;
    margin-bottom:5px;
}

.mc-oldapk-final-note p{
    color:#555;
    font-size:13px;
    line-height:1.8;
    margin:0;
}


/* MOBILE */

@media(max-width:767px){

    .mc-oldapk-final{
        padding:60px 0;
    }

    .mc-oldapk-final-wrap{
        padding:0 20px;
    }

    .mc-oldapk-final-head h2{
        font-size:30px;
    }

    .mc-oldapk-final-panel{
        grid-template-columns:1fr;
    }

    .mc-oldapk-final-left{
        border-right:0;
        border-bottom:1px solid rgba(255,255,255,.1);
    }

    .mc-oldapk-final-left,
    .mc-oldapk-final-right{
        padding:30px 22px;
    }

    .mc-oldapk-final-btn{
        width:100%;
    }

}/* End custom CSS */