.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-family:"Poppins", Sans-serif;}.elementor-kit-5 a{font-family:"Inter", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*==================================================
Minecraft APK Template v1.0
==================================================*/

:root{

--primary:#2E7D32;
--primary-dark:#1B5E20;
--primary-light:#66BB6A;

--white:#ffffff;

--bg:#F8FFF8;

--text:#222222;

--text-light:#666666;

--border:#E7E7E7;

--radius:18px;

--shadow:0 20px 45px rgba(0,0,0,.08);

}

*{

margin:0;

padding:0;

box-sizing:border-box;

}

html{

scroll-behavior:smooth;

}

body{

background:var(--bg);

font-family:Inter,sans-serif;

color:var(--text);

line-height:1.8;

font-size:16px;

overflow-x:hidden;

}

h1,h2,h3,h4,h5{

font-family:Poppins,sans-serif;

font-weight:800;

line-height:1.2;

margin-bottom:20px;

}

a{

text-decoration:none;

transition:.3s;

}

img{

max-width:100%;

display:block;

}

.mc-container{
    width:100%;
    max-width:1600px;
    margin:0 auto;
    padding:0 40px;
}

.mc-btn{

display:inline-flex;

align-items:center;

justify-content:center;

padding:17px 34px;

background:#fff;

color:var(--primary);

border:2px solid var(--primary);

border-radius:12px;

font-weight:700;

box-shadow:var(--shadow);

transition:all .3s ease;

}

.mc-btn:hover{

background:var(--primary);

color:#fff;

border:2px solid var(--primary);

transform:translateY(-3px);

}

.mc-btn-outline{

display:inline-flex;

align-items:center;

justify-content:center;

padding:17px 34px;

border:2px solid var(--primary);

color:var(--primary);

border-radius:12px;

font-weight:700;

margin-left:15px;

}

.mc-btn-outline:hover{

background:var(--primary);

color:#fff;

}

.mc-card{

background:#fff;

padding:30px;

border-radius:18px;

box-shadow:var(--shadow);

border:1px solid var(--border);

transition:.3s;

}

.mc-card:hover{

transform:translateY(-8px);

}

.mc-grid{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(260px,1fr));

gap:25px;

}

.mc-title{

font-size:58px;

margin-bottom:25px;

}

.mc-desc{

font-size:20px;

color:#666;

margin-bottom:35px;

}

.mc-badge{

display:inline-flex;

align-items:center;

padding:10px 18px;

background:#E8F5E9;

color:var(--primary);

font-size:14px;

font-weight:700;

border-radius:30px;

margin-bottom:25px;

}

.mc-section{

padding:100px 0;

}

.mc-center{

text-align:center;

}

.mc-table{

width:100%;

border-collapse:collapse;

background:#fff;

border-radius:18px;

overflow:hidden;

box-shadow:var(--shadow);

}

.mc-table td{

padding:18px;

border-bottom:1px solid #eee;

}

.mc-table tr:last-child td{

border-bottom:none;

}

.mc-faq details{

background:#fff;

padding:22px;

margin-bottom:18px;

border-radius:15px;

box-shadow:var(--shadow);

}

.mc-faq summary{

cursor:pointer;

font-weight:700;

font-size:18px;

}

@media(max-width:991px){

.mc-title{

font-size:42px;

}

.mc-container{

padding:70px 25px;

}

}

@media(max-width:768px){

.mc-title{

font-size:34px;

}

.mc-desc{

font-size:17px;

}

.mc-btn,

.mc-btn-outline{

width:100%;

margin:10px 0;

}

}/* End custom CSS */