html, body {
  min-height: 100%;
}

body {
  background:
    radial-gradient(circle at 15% 20%, rgba(255, 40, 160, 0.18), transparent 40%),
    radial-gradient(circle at 85% 80%, rgba(80, 200, 255, 0.18), transparent 45%),
    url("https://after-dark-stories.com/wp-content/uploads/2026/01/anh-nen.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  color: #ffffff;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image: url("https://after-dark-stories.com/wp-content/uploads/2026/01/anh-nen-1.png");
  opacity: 0.25;
  pointer-events: none;
  z-index: 0;
}
#page, 
.site, 
.site-content,
.elementor {
  position: relative;
  z-index: 1;
}
.inventory-item {
  background: #1a0033;
  border: 2px solid #ff2cff;
  box-shadow:
    0 0 10px #ff2cff,
    inset 0 0 10px #00f0ff;
  transition: 0.25s;
}

.inventory-item:hover {
  transform: scale(1.05);
  box-shadow:
    0 0 20px #00f0ff,
    0 0 40px #ff2cff;
}
img {
  max-width: 100%;
  height: auto;
}
html, body {
  overflow-x: hidden;
}
@media (max-width: 768px) {
  .elementor-section {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .elementor-column {
    width: 100% !important;
  }
}
/* ============================= */
/* AFTER DARK STORIES NEON FORM */
/* ============================= */

/* LABEL */
.wpforms-container .wpforms-field-label{
color:#ffffff !important;
font-weight:500;
letter-spacing:0.5px;
}

/* INPUT TEXT / EMAIL / PASSWORD */
.wpforms-container input[type="text"],
.wpforms-container input[type="email"],
.wpforms-container input[type="password"],
.wpforms-container textarea{

background:rgba(0,0,0,0.55) !important;
border:1px solid #ff2cff !important;
border-radius:10px !important;
padding:12px !important;
color:#ffffff !important;

transition:0.3s;
}

/* PLACEHOLDER */
.wpforms-container input::placeholder{
color:#bbbbbb !important;
}

/* INPUT GLOW FOCUS */
.wpforms-container input[type="text"]:focus,
.wpforms-container input[type="email"]:focus,
.wpforms-container input[type="password"]:focus,
.wpforms-container textarea:focus{

border-color:#ff66ff !important;
box-shadow:
0 0 10px #ff2cff,
0 0 20px #ff2cff,
inset 0 0 6px #ff2cff;

outline:none !important;
}

/* ============================= */
/* CHECKBOX NEON */
/* ============================= */

.wpforms-container input[type="checkbox"]{

appearance:none;
width:18px;
height:18px;

border:2px solid #ff2cff;
border-radius:4px;

background:transparent;
cursor:pointer;

transition:0.25s;
}

/* CHECKED */

.wpforms-container input[type="checkbox"]:checked{

background:#ff2cff;

box-shadow:
0 0 6px #ff2cff,
0 0 12px #ff2cff;

}

/* CHECKBOX TEXT */

.wpforms-container .wpforms-field-checkbox label{
color:#ffffff !important;
margin-left:6px;
cursor:pointer;
}

/* CĂN HÀNG */

.wpforms-container .wpforms-field-checkbox ul li{
display:flex;
align-items:center;
gap:8px;
}

/* ============================= */
/* BUTTON NEON */
/* ============================= */

.wpforms-container button{

background:linear-gradient(90deg,#ff2cff,#7a00ff) !important;

border:none !important;

color:#ffffff !important;

padding:12px 28px;

border-radius:12px;

font-weight:bold;

cursor:pointer;

transition:0.3s;

}

/* BUTTON HOVER */

.wpforms-container button:hover{

box-shadow:
0 0 12px #ff2cff,
0 0 30px #7a00ff;

transform:translateY(-1px);

}

/* ============================= */
/* OTP 6 Ô NHẬP */
/* ============================= */

/* áp dụng cho field OTP nếu bạn đặt class otp-code */

.otp-code input{

text-align:center;

font-size:22px;

letter-spacing:12px;

padding-left:16px !important;

}

/* ============================= */
/* FORM BOX GLASS EFFECT */
/* ============================= */

.wpforms-container{

background:rgba(0,0,0,0.35);

padding:35px;

border-radius:20px;

backdrop-filter:blur(10px);

border:1px solid rgba(255,255,255,0.08);

box-shadow:
0 0 20px rgba(255,44,255,0.25);

}
/* FORM NỀN TRONG SUỐT */
.wpforms-container {

background: transparent !important;

border: none;

box-shadow: none;

padding: 0;

}
.wpforms-container input{
background: rgba(0,0,0,0.45) !important;
}
