*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family:Arial, sans-serif;
}

body{
    background:#ffffff;
}

.header{
    width:100%;
    background:linear-gradient(to right,#2d8a47,#7b8d72,#1c3d12);
    padding:12px 0;
}

.container{
    width:90%;
    margin:auto;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.logo{
    width:45px;
    height:45px;
}

.menu{
    color:white;
    font-size:28px;
    cursor:pointer;
}
.navbar{
    display:flex;
    list-style:none;
    gap:30px;
}

.navbar li{
    list-style:none;
}

.navbar a{
    color:white;
    text-decoration:none;
    font-size:16px;
}

.navbar a:hover{
    color:#ffd54d;
}

@media(max-width:768px){

    .navbar{
        display:none;
    }

    .menu{
        display:block;
    }

}

@media(min-width:769px){

    .menu{
        display:none;
    }

}
.hero{

    text-align:center;

    padding:50px 20px;

    background:#d8dfcf;

}

.hero h1{

    font-size:35px;

    margin-bottom:30px;

}

.hero-logo{

    width:130px;

    margin-bottom:25px;

}

.hero-text{

    font-size:20px;

    max-width:700px;

    margin:20px auto;

    line-height:1.6;

}

.btn{

    display:inline-block;

    background:linear-gradient(to right,#2d8a47,#7b8d72,#1c3d12);

    color:white;

    text-decoration:none;

    padding:15px 35px;

    border-radius:35px;

    margin-top:15px;

    font-size:18px;

}
.info-table{

    width:90%;

    max-width:1000px;

    margin:50px auto;

}

.info-table h2{

    text-align:center;

    font-size:26px;

    margin-bottom:25px;

    color:#333;

}

.info-table table{

    width:100%;

    border-collapse:collapse;

    background:#fff;

}

.info-table th{
    background:#f7f7f7;
    text-align:center;
    font-size:15px;
    font-weight:600;
}

.info-table table{
    width:100%;
    border-collapse:collapse;
}

.info-table th,
.info-table td{

    border:1px solid #444;
    padding:12px;
    font-size:14px;
    line-height:1.5;
    vertical-align:middle;

}
.info-table th{

    background:#f7f7f7;
    text-align:center;
    font-size:15px;
    font-weight:600;

}
.info-table th:first-child,
.info-table td:first-child{

    width:28%;

}

.info-table th:last-child,
.info-table td:last-child{

    width:72%;

}

.info-table table{
    width:100%;
    border-collapse:collapse;
}

.info-table th:first-child,
.info-table td:first-child{
    width:32%;
}

.info-table th:last-child,
.info-table td:last-child{
    width:68%;
}
.info-table th{
    font-size:16px;
    font-weight:600;
}


.external-link{
    color:#0b5dbb;
    font-weight:700;
    text-decoration:none;
}

.external-link:hover{
    text-decoration:underline;
}
.table-note{

    margin-top:25px;

    text-align:center;

    font-size:15px;

    color:#555;

    line-height:1.8;

    max-width:900px;

    margin-left:auto;

    margin-right:auto;

}
.slider-section{

    width:100%;

    text-align:center;

    margin:40px 0;

}

#slider{

    width:320px;

    max-width:90%;

    border-radius:12px;

    box-shadow:0 5px 15px rgba(0,0,0,.25);

}
.slider-section{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:12px;
    margin:40px 0;
}

.arrow{
    width:42px;
    height:42px;
    border:none;
    border-radius:50%;
    background:#f2f2f2;
    font-size:28px;
    cursor:pointer;
    box-shadow:0 2px 8px rgba(0,0,0,.25);
}

.arrow:hover{
    background:#ddd;
}

#slider{
    width:320px;
    border-radius:12px;
}
.content-section{
    width:90%;
    max-width:1000px;
    margin:50px auto;
}

.content-section h2{
    font-size:28px;
    margin-bottom:20px;
    color:#222;
}

.content-section p{
    font-size:16px;
    line-height:1.8;
    color:#555;
    margin-bottom:15px;
}
.game-info{

    width:90%;
    max-width:1000px;
    margin:50px auto;

}

.game-info h2{

    font-size:28px;
    color:#222;
    margin-bottom:20px;

}

.game-info p{

    font-size:16px;
    line-height:1.8;
    color:#555;
    margin-bottom:20px;
    text-align:justify;

}

.game-info ul{

    margin-left:25px;

}

.game-info li{

    font-size:16px;
    line-height:2;

}
.install-box{

    width:90%;
    max-width:1000px;

    margin:50px auto;

    background:#fff;

    border:2px solid #d8d8d8;

    border-left:10px solid #2196f3;

    border-radius:20px;

    padding:35px;

    box-shadow:0 2px 8px rgba(0,0,0,.08);

}

.install-box h2{

    color:#2d8cf0;

    font-size:28px;

    font-weight:500;

    line-height:1.5;

    margin-bottom:30px;

}

.install-box ol{

    padding-left:40px;

}

.install-box li{

    font-size:18px;

    color:#333;

    line-height:2;

    margin-bottom:12px;

}

.install-box a{

    color:#1976d2;

    text-decoration:none;

    font-weight:bold;

}

.install-box a:hover{

    text-decoration:underline;

}
.earn-box{

    width:90%;
    max-width:1000px;
    margin:40px auto;

    background:#fff;

    border:2px solid #d9d9d9;
    border-left:10px solid #2196f3;

    border-radius:20px;

    padding:35px;

    box-shadow:0 2px 8px rgba(0,0,0,.08);

}

.earn-box h2{

    color:#3498f3;

    font-size:28px;

    font-weight:500;

    line-height:1.5;

    margin-bottom:25px;

}

.earn-box p{

    font-size:18px;

    line-height:1.8;

    color:#333;

    margin-bottom:20px;

}

.earn-box ul{

    padding-left:35px;

}

.earn-box li{

    font-size:18px;

    line-height:2;

    margin-bottom:12px;

    color:#333;

}

.earn-link{

    color:#1976d2;

    font-weight:bold;

    text-decoration:none;

}

.earn-link:hover{

    text-decoration:underline;

}
/* FAQ Section */

.faq-section{

    width:90%;
    max-width:1000px;

    margin:60px auto;

    text-align:center;

}

.faq-section h2{

    font-size:42px;

    color:#222;

    margin-bottom:20px;

    font-weight:700;

}

.faq-text{

    max-width:850px;

    margin:0 auto 40px;

    font-size:20px;

    line-height:1.8;

    color:#666;

}

.faq-item{

    margin-bottom:16px;

}

.faq-question{

    width:100%;

    background:#fff;

    border:1px solid #e5e5e5;

    border-radius:20px;

    padding:18px 20px;

    display:flex;

    justify-content:space-between;

    align-items:center;

    cursor:pointer;

    font-size:18px;

    text-align:left;

    box-shadow:0 2px 10px rgba(0,0,0,.05);

}

.faq-question span:first-child{

    flex:1;

    padding-right:20px;

}

.icon{

    width:44px;

    height:44px;

    border-radius:50%;

    background:linear-gradient(to right,#4d8b52,#365f2f);

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:30px;

    font-weight:400;

}

.faq-answer{

    display:none;

    background:#fff;

    border:1px solid #e5e5e5;

    border-top:none;

    border-radius:0 0 20px 20px;

    padding:25px;

    text-align:left;

    font-size:18px;

    line-height:1.8;

    color:#555;

}
.footer{
    width:100%;
    background:linear-gradient(to right,#2d8a47,#7b8d72,#1c3d12);
    padding:35px 20px;
    text-align:center;
    margin-top:50px;
}

.footer p{
    color:#ffffff;
    font-size:20px;
    margin:0;
}

.footer a{
    color:#ffc107;
    text-decoration:none;
}

.footer a:hover{
    text-decoration:underline;
}
/* Mobile Side Menu */

.mobile-menu{
    position:fixed;
    top:0;
    right:-100%;
    width:75%;
    height:100%;
    background:linear-gradient(to right,#2d8a47,#7b8d72,#1c3d12);
    transition:0.4s;
    z-index:9999;
    padding-top:80px;
}

.mobile-menu.active{
    right:0;
}

.mobile-menu ul{
    list-style:none;
    padding:0 40px;
}

.mobile-menu ul li{
    margin:35px 0;
}

.mobile-menu ul li a{
    color:#fff;
    text-decoration:none;
    font-size:22px;
}

.close-btn{
    position:absolute;
    top:20px;
    right:25px;
    font-size:45px;
    color:#fff;
    cursor:pointer;
}
.loader{

    display:none;

    position:fixed;

    top:50%;

    left:50%;

    width:55px;

    height:55px;

    margin-left:-27px;

    margin-top:-27px;

    border:6px solid #ddd;

    border-top:6px solid #2d8a47;

    border-radius:50%;

    animation:spin 0.8s linear infinite;

    z-index:10000;

}

@keyframes spin{

    100%{

        transform:rotate(360deg);

    }

}
.get-app-btn{

    background:#2d8a47;

    color:#fff !important;

    padding:10px 22px;

    border-radius:30px;

    font-weight:600;

    transition:.3s;

}

.get-app-btn:hover{

    background:#1f6b35;

}