.store-extra-section {
  margin-top: 60px;
  background: #161616;
  padding: 30px;
  border-radius: 12px;
  color: #eee;
  text-align: center;
  box-shadow: 0 0 12px rgba(0, 255, 136, 0.1);
}

.store-benefits {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
}

.store-benefits li {
  margin-bottom: 10px;
  font-size: 16px;
  color: #b2ffcc;
}

.store-safe-payments {
  margin-top: 40px;
  padding: 20px;
  background: #111;
  color: #ccc;
  border-radius: 10px;
  text-align: center;
}

.store-support {
  margin-top: 20px;
  text-align: center;
  color: #aaa;
}

.store-support a {
  color: #00ff88;
  text-decoration: underline;
}
body {
    margin: 0;
    font-family: 'Segoe UI', sans-serif;
    display: flex;
    height: 100vh;
    background-color: #1e1e1e;
    color: white;
}

.sidebar {
    width: 220px;
    background-color: #111;
    padding: 20px;
    box-shadow: 2px 0 5px rgba(0,0,0,0.5);
}

.sidebar h2 {
    color: #00ff88;
    margin-bottom: 20px;
}

.sidebar ul {
    list-style: none;
    padding: 0;
}

.sidebar li {
    padding: 10px;
    cursor: pointer;
    color: #ddd;
    transition: background 0.3s;
}

.sidebar li:hover {
    background-color: #333;
    color: #00ff88;
}

.main-content {
    flex: 1;
    padding: 40px;
    background: #2a2a2.about-gamemodes {
    margin-top: 40px;
    text-align: center;
}

.gamemodes-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.gamemode-card {
    background: rgba(25, 25, 25, 0.85);
    padding: 20px;
    width: 200px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 0 10px #00ff88;
    transition: transform 0.2s;
}

.gamemode-card:hover {
    transform: scale(1.05);
}

.gm-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
}
;
    overflow-y: auto;
}

.page {
    display: none;
}

.page.active {
    display: block;
}

h1 {
    color: #00;
}

.store-item {
    background-color: #333;
    padding: 20px;
    margin: 20px 0;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.5);
}

.store-item h3 {
    margin-top: 0;
    color: #ffcc00;
}

button {
    background-color: #00ff88;
    color: black;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    cursor: pointer;
    margin-top: 10px;
}

button:hover {
    background-color: #00dd77;
}
.event-card {
    background-color: #2f2f2f;
    padding: 20px;
    margin: 20px 0;
    border-left: 5px solid #00ff88;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.event-card h3 {
    margin: 0;
    color: #ffcc00;
}

.event-card.past {
    opacity: 0.6;
    border-left: 5px solid gray;
}
.page {
    max-width: 800px;
    margin: 0 auto;
}
.page h1 {
    margin-top: 0;
    margin-bottom: 20px;
}

.page p {
    line-height: 1.6;
}
.logo {
    text-align: center;
    margin-bottom: 30px;
}

.logo img {
    max-width: 100%;
    width: 120px;
    height: auto;
    border-radius: 12px; /* Optional: rounded logo */
}
.rules-list {
    list-style-type: none;
    padding-left: 0;
    max-width: 700px;
    margin: 0 auto;
}

.rules-list li {
    background-color: #333;
    margin: 10px 0;
    padding: 15px 20px;
    border-left: 5px solid #00ff88;
    border-radius: 8px;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    line-height: 1.5;
    color: #eee;
}

.rules-list li strong {
    color: #ffcc00;
}
/* Home Page */
.home-page .hero {
    text-align: center;
    margin-bottom: 40px;
}

.home-page .highlight {
    color: #00ff8;
    font-weight: bold;
}

.home-page .tagline {
    font-size: 18px;
    color: #ccc;
    margin-top: 10px;
}

.server-ip {
    margin-top: 20px;
}

.server-ip p {
    font-size: 16px;
    color: #fff;
}

.server-ip button {
    margin-top: 10px;
    padding: 10px 20px;
    background-color: #00ff88;
    color: black;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

.server-ip button:hover {
    background-color: #00cc66;
}

/* Features Section */
.features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    max-width: 800px;
    margin: 0 auto;
}

.feature-card {
    background-color: #2f2f2f;
    padding: 20px;
    border-left: 5px solid #00ff88;
    border-radius: 10px;
    box-shadow: 0 0 8px rgba(0,0,0,0.4);
    text-align: center;
    transition: transform 0.3s ease;
}

.feature-card:hover {
    transform: scale(1.03);
}

.feature-card h3 {
    color: #ffcc0;
}
/* Use Minecraft font for titles */
.minecraft-font {
    font-family: 'Minecraft', sans-serif;
}
.buy-btn {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 20px;
    background-color: #00ff88;
    color: black;
    text-decoration: none;
    font-weight: bold;
    border-radius: 6px;
    transition: background 0.3s;
}

.buy-btn:hover {
    background-color: #00dd77;
}
.about-section {
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.8;
    color: #ccc;
}

.about-section ul {
    padding-left: 20px;
    list-style-type: '⚡ ';
}

.about-section li {
    margin-bottom: 8px;
}
.about-links {
    margin-top: 30px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.about-btn {
    padding: 12px 20px;
    font-weight: bold;
    border: none;
    border-radius: 6px;
    text-decoration: none;
    color: #fff;
    transition: 0.3s ease;
}

.discord-btn {
    background-color: #5865F2;
}

.discord-btn:hover {
    background-color: #4e57d9;
}

.youtube-btn {
    background-color: #FF0000;
}

.youtube-btn:hover {
    background-color: #cc0000;
}
.about-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.about-btn .icon {
    width: 20px;
    height: 20px;
}
.discord-btn {
    background-color: #8ea1f2; /* lighter Discord blue */
    color: #000;
}

.discord-btn:hover {
    background-color: #6c84e0;
}

.youtube-btn {
    background-color: #ff6b6b; /* lighter YouTube red */
    color: #000;
}

.youtube-btn:hover {
    background-color: #e85454;
}
.about-logo {
    text-align: center;
    margin-bottom: 20px;
}

.about-logo img {
    width: 150px;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
}
.home-banner {
    width: 100%;
    max-height: 300px;
    overflow: hidden;
    border-radius: 12px;
    margin-bottom: 20px;
    box-shadow: 0 0 12px rgba(0,0,0,0.5);
}

.home-banner img {
    width: 100%;
    height: auto;
    display: block;
}
.home-banner img:hover {
    transform: scale(1.02);
    transition: transform 0.3s ease;
}
/* Team Section */
.home-team {
    margin: 40px auto;
    text-align: center;
}
.team-grid {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}
.team-member {
    background: #2b2b2b;
    padding: 15px 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
}
.team-role {
    color: #00ff88;
    margin-bottom: 5px;
    font-weight: bold;
}

/* News Section */
.home-news {
    background-color: #252525;
    padding: 20px;
    border-left: 4px solid #ffcc00;
    margin: 40px auto;
    max-width: 800px;
    text-align: center;
}

/* Commands Section */
.home-commands ul {
    list-style: none;
    padding: 0;
    text-align: center;
}
.home-commands li {
    margin: 10px 0;
    font-family: monospace;
    font-size: 16px;
    color: #ccc;
}
.instagram-btn {
    background-color: #FCAF45; /* Light Instagram gradient color */
    color: black;
}

.instagram-btn:hover {
    background-color: #e09e34;
}
.rules-logo-top {
    text-align: center;
    margin-bottom: 20px;
}

.rules-logo-top img {
    width: 200px;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    opacity: 0.95;
}
.icon-pixel {
    width: 40px;
    height: 40px;
    vertical-align: middle;
    margin-right: 6px;
}

.icon {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 6px;
}
.sidebar-icon {
    width: 18px;
    height: 18px;
    margin-right: 8px;
    vertical-align: middle;
    filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.4));
}
.sidebar ul {
    list-style: none;
    padding: 0;
}
.sidebar li {
    display: flex;
    align-items: center;
    padding: 12px;
    cursor: pointer;
    font-weight: bold;
    color: #ddd;
}
.sidebar li:hover {
    background-color: #333;
}
.logo-link {
    display: inline-block;
}

.logo-img {
    width: 60px;
    height: auto;
    transition: transform 0.3s ease;
    cursor: pointer;
}

.logo-img:hover {
    transform: scale(1.2);
}
.page {
    background-color: rgba(20, 20, 20, 0.7);
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(0,0,0,0.6);
    backdrop-filter: blur(5px);
    margin: 30px auto;
    max-width: 1000px;
}

h1, h2 {
    font-family: 'Minecraftia', sans-serif;
    color: #00ff88;
    text-shadow: 2px 2px 4px #000;
}

a, button {
    transition: all 0.2s ease;
}

a:hover, button:hover {
    transform: scale(1.05);
    filter: brightness(1.1);
}
.about-gamemodes {
    margin-top: 40px;
    text-align: center;
}

.gamemodes-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.gamemode-card {
    background: rgba(25, 25, 25, 0.85);
    padding: 20px;
    width: 200px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 0 10px #00ff88;
    transition: transform 0.2s;
}

.gamemode-card:hover {
    transform: scale(1.05);
}

.gm-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
}
.team-section {
  background: #0f0f0f;
  padding: 60px 20px;
}

.team-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 20px;
}

.team-member {
  background: #1a1a1a;
  border: 2px solid #00ff88;
  border-radius: 10px;
  padding: 20px;
  width: 220px;
  text-align: center;
  color: #eee;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.team-member:hover {
  transform: scale(1.08);
  box-shadow: 0 0 15px #00ff88;
}

.team-member img {
  width: 80px;
  height: 80px;
  border-radius: 8px;
  margin-bottom: 10px;
  background: #111;
}

.team-member h3 {
  font-family: 'Minecraftia', sans-serif;
  color: #00ff88;
  font-size: 18px;
  margin-bottom: 5px;
}

.team-member p {
  font-size: 14px;
  color: #ccc;
}
.testimonials {
  background: #151515;
  padding: 50px 20px;
  color: #eee;
  text-align: center;
}
.testimonial-cards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
  margin-top: 20px;
}
.testimonial-card {
  background: #222;
  padding: 20px;
  border: 2px solid #00ff88;
  border-radius: 10px;
  max-width: 300px;
  font-style: italic;
}
.testimonial-card span {
  display: block;
  margin-top: 10px;
  font-weight: bold;
  color: #00ff88;
}

.stats-section {
  background: #101010;
  padding: 50px 20px;
  color: #eee;
}
.stats-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}
.stat-box {
  background: #1c1c1c;
  border: 2px solid #00ffaa;
  border-radius: 10px;
  padding: 20px 30px;
  font-weight: bold;
  color: #00ffaa;
  font-size: 16px;
}

.join-now {
  background: #0f0f0f;
  padding: 40px 20px;
  text-align: center;
}
.join-btn {
  background: #00ff88;
  color: #000;
  font-size: 18px;
  padding: 12px 30px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: transform 0.2s ease;
}
.join-btn:hover {
  transform: scale(1.1);
  background: #00ffaa;
}
.store-section {
  padding: 60px 20px;
  background: #0f0f0f;
  text-align: center;
}

.store-subtitle {
  color: #ccc;
  margin-top: -10px;
  margin-bottom: 40px;
}

.store-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.store-item {
  background: #1a1a1a;
  border-radius: 16px;
  padding: 30px;
  width: 280px;
  color: #eee;
  box-shadow: 0 4px 10px rgba(0, 255, 136, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.store-item:hover {
  transform: scale(1.05);
  box-shadow: 0 0 20px #00ff88;
}

.store-item img {
  width: 64px;
  margin-bottom: 15px;
}

.buy-btn {
  background: #00ff88;
  color: #000;
  padding: 10px 25px;
  border: none;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s, transform 0.2s;
  margin-top: 10px;
}

.buy-btn:hover {
  background: #00ffaa;
  transform: scale(1.05);
}
.empty-slot {
  background: #1a1a1a;
  border-radius: 16px;
  padding: 30px;
  width: 280px;
  height: 200px;
  opacity: 0.05;
  pointer-events: none;
}
.store-banner {
  background: linear-gradient(90deg, #ff9a00, #ff6a00);
  color: #fff;
  text-align: center;
  padding: 12px 20px;
  font-weight: bold;
  font-size: 16px;
  animation: pulse 2s infinite;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}

@keyframes pulse {
  0% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.9; transform: scale(1.02); }
  100% { opacity: 1; transform: scale(1); }
}
.store-extra-section {
  margin-top: 60px;
  background: #161616;
  padding: 30px;
  border-radius: 12px;
  color: #eee;
  text-align: center;
  box-shadow: 0 0 12px rgba(0, 255, 136, 0.1);
}

.store-benefits {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
}

.store-benefits li {
  margin-bottom: 10px;
  font-size: 16px;
  color: #b2ffcc;
}

.store-safe-payments {
  margin-top: 40px;
  padding: 20px;
  background: #111;
  color: #ccc;
  border-radius: 10px;
  text-align: center;
}

.store-support {
  margin-top: 20px;
  text-align: center;
  color: #aaa;
}

.store-support a {
  color: #00ff88;
  text-decoration: underline;
}
