/* Design By - customizes.store */
body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    background: #f0f8ff;
}

.header {
    background: #fff;
    color: #000000;
    padding: 18px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-header-box {
    display: flex;
    align-items: center;
    gap: 10px;
}

.site-logo {
    height: 45px;
}

.site-title {
    font-size: 24px;
    font-weight: 700;
    color: #000;
}

.nav {
    display: flex;
    gap: 25px;
}
.nav a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}

.menu-btn {
    font-size: 28px;
    color: #045cb4;
    cursor: pointer;
    margin-bottom: -5px;
    display: none;
}

.mobile-nav {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.45s ease, opacity 0.45s ease;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.mobile-nav.show-menu {
    max-height: 300px;
    opacity: 1;
}

.mobile-nav a {
    padding: 15px;
    text-align: center;
    color: #000000;
    text-decoration: none;
    font-size: 18px;
    border-bottom: 1px solid rgb(135 135 135 / 25%);
    font-weight: 600;
}

.desc-box {
    background: white;
    padding: 20px;
    margin: 15px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,.1);
}

.tg-box {
    background: #045cb4;
    padding: 14px;
    border-radius: 12px;
    color: white;
    display: flex;
    font-size: 15px;
    justify-content: space-between;
    align-items: center;
}

.join-btn {
    background: white;
    color: #045cb4;
    padding: 8px 18px;
    font-size: 12px;
    border-radius: 40px;
    font-weight: 600;
    border: none;
}

.title-box {
    background: #045cb4;
    padding: 20px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    margin: 15px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,.1);
}

.box-text {
    background: #045cb4;
    padding: 10px;
    font-size: 12px;
    color: #fff;
    margin: 15px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,.1);
}

.tabs {
    display: flex;
    margin: 20px;
    gap: 10px;
}

.tab {
    flex: 1;
    padding: 12px;
    border-radius: 5px;
    background: #db0000;
    color: white;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
}

.tab.active {
    background: #ff0000;
}

.card {
    background: white;
    padding: 18px;
    border-radius: 5px;
    margin: 5px;
    border: 2px solid #e6e6e6;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.left-box {
    display: flex;
    align-items: center;
    gap: 5px;
}

.game-number {
    font-size: 15px;
    font-weight: 700;
    color: #4c3a38;
    text-align: right;
}

.card img {
    width: 70px;
    height: 70px;
    border: 2px solid #0077ff;
    border-radius: 20px;
    object-fit: cover;
}

.text-box h2 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
}

.text-box p {
    margin: 5px 0 0;
    font-size: 10px;
    font-weight: 600;
}

a {
    text-decoration: none !important;
}

.download-btn {
    background: #045cb4;
    color: white;
    padding: 10px 12px;
    border-radius: 5px;
    border: none;
    font-weight: 600;
    font-size: 12px;
    cursor: pointer;
    white-space: nowrap;
    display: flex;
    gap: 5px;
    align-items: center;
}

@media(max-width:720px){
    .nav {
        display: none;
    }

    .menu-btn {
        display: block; /* Show menu button on mobile */
    }
}

.section-box {
    background: #fff;
    padding: 20px;
    margin: 15px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,.1);
}

.section-box h2 {
    margin-bottom: 12px;
    font-size: 22px;
    font-weight: 700;
    color: #045cb4;
}

.section-box p { font-size: 15px; color: #222; }

.section-box ul, 
.section-box ol { padding-left: 20px; }
.section-box li { margin-bottom: 10px; color: #000; }
.section-box strong { color: #045cb4; }

.alert-box {
    background: #fff8d2;
    border-left: 6px solid #ffcc00;
    padding: 15px;
    border-radius: 10px;
    margin: 15px;
    font-size: 15px;
}

.faq-item {
    background: #fff;
    margin: 10px 15px;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,.1);
    cursor: pointer;
}

.faq-question {
    font-weight: 700;
    color: #045cb4;
    font-size: 16px;
}

.faq-answer { display: none; padding-top: 10px; }

@media (max-width:720px){
    .nav { display:none; }
    .menu-btn { display:block; }
}

.details-box {
    background: #fff;
    padding: px;
    margin: 15px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,.1);
}

#details {
    max-width: 850px;
    margin: 30px auto;
    padding: 20px;
}

.game-header {
    text-align: center;
    padding: 20px;
}

.game-icon {
    width: 180px;
    height: 180px;
    border: 2px solid #0077ff;
    border-radius: 45px;
    margin-bottom: 15px;
    box-shadow: 0px 6px 18px rgba(0,0,0,0.15);
}

.game-header h1 {
    margin: 10px 0;
    font-size: 34px;
    font-weight: 700;
    color: #222;
}

.apk-link {
    font-size: 16px;
    color: #0077ff;
    text-decoration: none;
    font-weight: 600;
}

.stats-row {
  display: flex;
    justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.stat-box {
  flex: 0 0 calc(20% - 0px); /* Desktop: 4 per row */
  background: #f1f1f1;
  padding: 12px;
  text-align: center;
  border-radius: 6px;
  font-size: 16px;
}

.stat-box i {
  margin-right: 5px;
  color: #000000;
}

.download-big-btn {
    display: block;
    text-align: center;
    width: 100%;
    padding: 18px 0;
    margin: 30px auto;
    background: linear-gradient(90deg, #ff0099, #7e00ff);
    color: white;
    font-size: 22px;
    font-weight: 700;
    border-radius: 14px;
    text-decoration: none;
    box-shadow: 0 6px 18px rgba(0,0,0,0.2);
    transition: 0.25s ease-in-out;
}

.download-big-btn:hover {
    transform: scale(1.03);
    box-shadow: 0 10px 22px rgba(0,0,0,0.25);
}

@media (max-width: 600px) {
  .stat-box {
    flex: 0 0 calc(40% - 0px); /* Mobile: 2 per row */
  }
}

@media (max-width: 720px) {

    .game-icon {
        width: 130px;
        height: 130px;
        border: 2px solid #0077ff;
        border-radius: 40px;
    }

    .game-header h1 {
        font-size: 26px;
    }
    
    .download-big-btn {
        font-size: 20px;
        padding: 15px 0;
    }
}

.scroll-top-btn {
    position: fixed;
    right: 18px;
    bottom: 18px;
    width: 45px;
    height: 45px;
    border-radius: 10px;
    background: #045cb4;
    color: white;
    border: none;
    font-size: 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    opacity: 0;
    visibility: hidden;

    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 999;
}

.scroll-top-btn.show {
    opacity: 1;
    visibility: visible;
}

.scroll-top-btn i {
    font-size: 20px;
}

.footer {
    background: #045cb4;
    color: white;
    text-align: center;
    padding: 18px;
    font-size: 15px;
    margin-top: 40px;
    border-top: 3px solid rgba(255,255,255,0.3);
}

.footer p {
    margin: 0;
    font-weight: 500;
}