
body {
    background-color: #e0e0e0;
    font-family: "Montserrat", sans-serif;
}
.text-danger,.text-primary {
    font-weight: 600;
}
.main-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    background-color: #ffffff;
    /* box-shadow: 0 0 15px rgba(0,0,0,0.5); */
    min-height: 100vh;
}
.top-navbar {
    background-color: #0b1f3a;
    color: #fff;
    padding: 10px 15px;
}
.sub-nav {
    background-color: #f8f9fa;
    border-bottom: 2px solid #ddd;
}
.sub-nav a {
    color: #000;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

/* 3-in-a-row Top Cards */
.feature-card {
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 8px 4px;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.06);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: 100%;
}
.feature-card img {
    width: 100%;
    max-width: 92%;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 16px;
}
.feature-title {
    font-weight: 700;
    font-size: 13px;
    margin-top: 6px;
    margin-bottom: 2px;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}
.feature-subtitle {
    font-size: 11px;
    color: #666;
    margin-bottom: 2px;
}
.stars {
    color: #ffc107;
    font-size: 9px;
    margin-bottom: 6px;
}
.btn-download-blue {
    background-color: #2b6cb0;
    color: white;
    font-size: 11px;
    font-weight: bold;
    padding: 10px 0;
    width: 90%;
    border-radius: 6px;
    text-decoration: none;
    display: inline-block;
}

/* List Items */
.app-row {
    border-bottom: 1px solid #f0f0f0;
    padding: 10px 5px;
}
.app-icon {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    object-fit: cover;
}
.btn-download-black {
    background-color: #000;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    border-radius: 6px;
    padding: 6px 12px;
}
.btn-download-black:hover {
    border: 1px solid black;
}

/* Notice & Marquee */
.notice-box {
    border: 1px solid #ff4d4d;
    background-color: #fff9f9;
    font-size: 10px;
    line-height: 1.35;
}
.notice-box div {
    font-size: 20px;
}
.notice-box p {
    font-size: 16px;
}
.marquee-container {
    background-color: #e5ff00;
    color: #000;
    font-weight: bold;
    font-size: 13px;
    padding: 4px 0;
    padding-top: 12px;
    /* border-top: 1px solid #d4ee00; */
    border-bottom: 1px solid #d4ee00;
}

/* Floating Telegram */
.floating-telegram {
    position: fixed;
    right: 15px;
    bottom: 40%;
    background: #29b6f6;
    color: white;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    z-index: 999;
}
.text-muted {
    color: black !important;
}
@media (max-width:420px) {
    .sub-nav a {
        font-size: 12px;
    }

}


/* ============================ */
/* About CSS */
/* About Us Clean Responsive Layout */
.about-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}
.about-icon {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-text {
    flex: 1;
}
.about-text h2 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 4px;
    color: #212529;
}
.about-text p {
    font-size: 13px;
    line-height: 1.6;
    color: #495057;
    margin-bottom: 0;
}

/* Below 500px: Icon + Title in one top row, full-width text underneath */
@media (max-width: 500px) {
    .about-item {
        display: block;
    }
    .about-header-mobile {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 6px;
    }
    .about-icon {
        width: 34px;
        height: 34px;
    }
    .about-icon i {
        font-size: 15px !important;
    }
    .about-text h2 {
        margin-bottom: 0;
    }
    .about-text p {
        font-size: 12px;
    }
}
.about-icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 575.98px) {
    .about-icon {
        width: 36px;
        height: 36px;
        min-width: 36px;
    }
    .about-icon i {
        font-size: 16px !important;
    }
}

/* Game detail page */
/* Game Detail Layout */
.game-detail-logo {
    width: 90px;
    height: 90px;
    border-radius: 20px;
    object-fit: cover;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}
.btn-pill-black {
    background-color: #000;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    border: 2px solid #0000ff;
    border-radius: 50px;
    padding: 10px 15px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    transition: 0.2s ease;
}
.btn-pill-black:hover {
    background-color: #111;
    color: #fff;
}
.btn-pill-telegram {
    background-color: #e3f2fd;
    color: #000;
    font-weight: 700;
    font-size: 13px;
    border-radius: 50px;
    padding: 10px 15px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
}
.game-meta-item {
    font-size: 12px;
    font-weight: 600;
    color: #212529;
    display: flex;
    align-items: center;
    gap: 5px;
}
@media (max-width:360px) {
    .game-meta-item {
        font-size: 11px;
    }
}