﻿body {
  background: #0b0c10 url('../images/wrath_bg.jpg') no-repeat center center fixed;
  background-size: cover;
  color: #cfd8dc;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  text-align: center;
}
.tiktok-logo {
  width: 200px;
  margin-bottom: 20px;
}

.pvp-button-container a.button {
  display: inline-block;
  background: linear-gradient(to bottom, #4a90e2, #003366);
  color: #cce6ff;
  padding: 12px 35px;
  margin: 10px 0;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  text-shadow: 0 0 5px #66ccff;
  box-shadow: 0 0 10px rgba(0,153,255,0.6);
  border: 2px solid #66ccff;
}

.pvp-button-container a.button:hover {
  background: linear-gradient(to bottom, #5aa0f2, #004080);
}

.account-options {
  text-align: left;
  padding-left: 235px; /* Adjust as needed */
}

.account-container {
  background: rgba(0, 51, 102, 0.7); /* Frosty Wrath blue with transparency /
  border: 2px solid #66ccff; / Frosty border */
  border-radius: 10px;
  padding: 30px;
  margin: 50px auto;
  max-width: 600px;
  color: #cce6ff;
  text-align: center;
  box-shadow: 0 0 20px rgba(0,153,255,0.6);
  

}

.left-banner, .right-banner {
  position: fixed;
  top: 0;
  width: 100px;
  height: 100%;
  background: url('../images/banner.png') no-repeat center center;
  background-size: cover;
  z-index: 10;
}

.left-banner {
  left: 0;
}

.right-banner {
  right: 0;
}

body {
  padding-left: 150px;
  padding-right: 150px;
}


a {
  color: #00bcd4;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.logo img {
  width: 350px;
  margin-top: 20px;
}

.container {
  text-align: center;
  color: white;
}

.content-area {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 30px;
  gap: 30px; /* spacing between left, center, and right /
}

.left-side,
.right-side {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

/ Register/Login buttons box */
.menu-box {
  background: rgba(0,51,102,0.7);
  border: 2px solid #66ccff;
  border-radius: 10px;
  padding: 20px;
width: 90%;
  margin: 8px 0;
  font-size: 18px; / bigger text size */
}

.button {
  display: block;
  background: linear-gradient(to bottom, #4a90e2, #003366);
  color: #cce6ff;
  padding: 12px 35px;
  margin: 10px 0;
  text-decoration: none;
  border-radius: 10px;
  font-size: 18px;
  font-weight: bold;
  text-shadow: 0 0 5px #66ccff;
  box-shadow: 0 0 10px rgba(0,153,255,0.6);
}

.button:hover {
  background: linear-gradient(to bottom, #5aa0f2, #004080);
}

.discord-logo {
  width: 200px !important; /* Adjust to your desired consistent size */
  margin-bottom: 20px;
}

.realm-status {
  background: rgba(0,51,102,0.7);
  border: 2px solid #66ccff;
  border-radius: 10px;
  padding: 10px;
  font-size: 14px;
}

.welcome-box {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 30px;
  border-radius: 10px;
  width: 500px;
  text-align: left;
}

.welcome-box h2 {
  margin-top: 0;
}

.left-banner, .right-banner {
  position: fixed;
  top: 0;
  width: 150px;
  height: 100%;
  background: url('/ObsidianFlameWoW/assets/images/banner.png') no-repeat center center;
  background-size: cover;
  z-index: 1;
}

.left-banner {
  left: 0;
}

.right-banner {
  right: 0;
}

body {
  padding-left: 150px;
  padding-right: 150px;
}

.homepage-bg {
  position: absolute;
  top: 300px; /* adjust as needed /
  left: 50%;
  transform: translateX(-50%);
  width: 1000px; / or your desired width /
  height: 800px; / set a height to make it visible /
  background: rgba(11, 12, 16, 0.8);
  border: 2px solid #00bcd4;
  border-radius: 10px;
  z-index: -1; / stays behind other content */
}

img.discord-logo {
  width: 200px !important;
  height: auto !important;
  max-width: 200px !important;

/* 🔹 Registration box form styling /
.registration-box input {
  width: 90%;
  padding: 15px; / bigger field /
  margin: 8px 0;
  font-size: 15px; / bigger text /
}

.registration-box button {
  padding: 12px 25px;
  margin-top: 15px;
  font-size: 18px; / bigger button text /
}

.registration-box h2 {
  font-size: 28px; / bigger heading /
}

/ 🔹 Login box form styling */
.login-box input {
  width: 90%;
  padding: 15px;
  margin: 8px 0;
  font-size: 18px;
}

.login-box button {
  padding: 12px 25px;
  margin-top: 15px;
  font-size: 18px;
}

.login-box h2 {
  font-size: 28px;
}

.pvp-button-container {
  margin: 20px auto;
}

.pvp-button-container .button {
  display: inline-block;
  background: linear-gradient(to bottom, #4a90e2, #003366);
  color: #cce6ff;
  padding: 12px 35px;
  margin: 10px 0;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  text-shadow: 0 0 5px #66ccff;
  box-shadow: 0 0 10px rgba(0,153,255,0.6);
}

.pvp-buttons {
  margin: 20px 0;
}

.pvp-buttons button {
  background: linear-gradient(to bottom, #4a90e2, #003366);
  color: #cce6ff;
  padding: 10px 20px;
  margin-right: 10px;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
}

.pvp-buttons button:hover {
  background: linear-gradient(to bottom, #5aa0f2, #004080);
}

.pvp-section table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}

.pvp-section th, .pvp-section td {
  border: 1px solid #66ccff;
  padding: 8px;
  text-align: center;
}

.pvp-section th {
  background: rgba(0,51,102,0.7);
  color: #cce6ff;
}


.social-container {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 20px;
}

.social-logo {
  width: 35px !important;
  height: auto;
  transition: transform 0.2s ease;
}

.social-logo:hover {
  transform: scale(1.2);
}




