/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Template:     woodmart
 Version:      1.0.0
*/

/* ============================= */
/* 🎮 GLOBAL STYLE */
/* ============================= */

body {
  background: #020617;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
}

.elementor-section {
  padding: 80px 0;
}

h1, h2, h3 {
  font-weight: 600;
}

/* ============================= */
/* 🔝 HEADER */
/* ============================= */

.whb-header,
.whb-sticked .whb-header {
  background: linear-gradient(90deg, #002b50, #001a30) !important;
  box-shadow: 0 4px 20px rgba(0,0,0,0.4);
}

.whb-logo img,
.whb-logo svg {
  max-height: 70px !important;
  transition: 0.3s;
}

.whb-logo:hover img,
.whb-logo:hover svg {
  transform: scale(1.05);
  filter: drop-shadow(0 0 10px rgba(0,160,210,0.6));
}

.whb-main-menu > li > a {
  color: #fff !important;
  padding: 10px 15px;
  transition: 0.3s;
}

.whb-main-menu > li > a:hover {
  color: #00a0d2 !important;
}

/* ============================= */
/* 🔝 TOP BAR */
/* ============================= */

.whb-top-bar {
  background: #001a30;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.whb-header-text {
  display: flex;
  justify-content: center;
  gap: 15px;
  color: #ccc;
  font-size: 13px;
}

/* ============================= */
/* 🎮 HERO */
/* ============================= */

.gaming-hero {
  background: linear-gradient(135deg, #020617, #0b0f1a);
  padding: 120px 0;
  text-align: center;
}

.gaming-hero h1 {
  font-size: 48px;
}

.glow-text {
  color: #00a0d2;
  text-shadow: 0 0 15px rgba(0,160,210,0.6);
}

/* ============================= */
/* 🎮 BANNERS */
/* ============================= */

.gaming-banners {
  display: flex;
  gap: 20px;
}

.gaming-banner {
  position: relative;
  flex: 1;
  overflow: hidden;
  border-radius: 20px;
  cursor: pointer;
}

.gaming-banner img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  transition: 0.5s;
}

.gaming-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0,0,0,0.7), transparent);
}

.banner-content {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  z-index: 2;
}

.banner-content h2 {
  font-size: 26px;
  margin-bottom: 10px;
}

.banner-content p {
  color: #ccc;
}

.banner-content .btn {
  padding: 10px 20px;
  background: linear-gradient(135deg, #00a0d2, #0077ff);
  border-radius: 30px;
  color: #fff;
  text-decoration: none;
}

/* HOVER */
.gaming-banner:hover img {
  transform: scale(1.12);
}

.gaming-banner:hover {
  box-shadow: 0 20px 50px rgba(0,160,210,0.3);
}

/* ============================= */
/* 🛍 PRODUCT CARDS */
/* ============================= */

.products .product {
  background: #0b0f1a;
  border-radius: 16px;
  padding: 15px;
  transition: 0.4s;
  border: 1px solid rgba(255,255,255,0.05);
}

.products .product:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0,160,210,0.25);
}

.products .product img {
  border-radius: 12px;
  transition: 0.4s;
}

.products .product:hover img {
  transform: scale(1.08);
}

.products .product h3 {
  font-size: 15px;
}

.products .product .price {
  color: #00a0d2;
  font-weight: 600;
}

/* ============================= */
/* 🔘 BUTTONS */
/* ============================= */

button,
.button,
.add_to_cart_button {
  background: linear-gradient(135deg, #00a0d2, #0077ff) !important;
  border-radius: 10px;
  color: #fff !important;
  transition: 0.3s;
}

button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0,160,210,0.4);
}

/* ============================= */
/* 🎬 SLIDER */
/* ============================= */

.modern-slider {
  height: 650px;
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 30% 30%, #0f172a, #000);
}

.modern-slide {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0 100px;
  align-items: center;
  justify-content: space-between;
}

.modern-slide.active {
  display: flex;
}

.modern-slide img {
  width: 420px;
  filter: drop-shadow(0 0 30px rgba(0,240,255,0.6));
}

.text h1 {
  font-size: 52px;
}

.text p {
  color: #aaa;
}

/* ============================= */
/* 📱 RESPONSIVE */
/* ============================= */

@media (max-width: 768px) {
  .gaming-banners {
    flex-direction: column;
  }

  .gaming-banner img {
    height: 250px;
  }

  .whb-logo img {
    max-height: 50px;
  }
}
/* ===== 3D CONTAINER ===== */
.gaming-3d {
  perspective: 1000px;
}

/* INNER ELEMENT */
.gaming-3d img,
.gaming-3d .banner-content {
  transition: transform 0.2s ease;
  transform-style: preserve-3d;
}
/* ============================= */
/* 🌌 FUTURISTIC UI BASE */
/* ============================= */

.futuristic-ui {
  position: relative;
  background: linear-gradient(135deg, #020617, #000);
  overflow: hidden;
}

/* ============================= */
/* ✨ ANIMATED BACKGROUND */
/* ============================= */

.futuristic-ui::before {
  content: "";
  position: absolute;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(0,160,210,0.08), transparent 60%);
  animation: moveBg 12s linear infinite;
}

@keyframes moveBg {
  0% { transform: translate(-30%, -30%); }
  50% { transform: translate(30%, 30%); }
  100% { transform: translate(-30%, -30%); }
}

/* ============================= */
/* 🧊 GLASS EFFECT */
/* ============================= */

.glass-box {
  background: rgba(255,255,255,0.05);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.1);
  padding: 20px;
}

/* ============================= */
/* 🔥 NEON TEXT */
/* ============================= */

.neon-text {
  color: #00a0d2;
  text-shadow: 
    0 0 10px rgba(0,160,210,0.6),
    0 0 20px rgba(0,160,210,0.4);
}

/* ============================= */
/* 🔘 FUTURISTIC BUTTON */
/* ============================= */

.futuristic-btn {
  padding: 12px 25px;
  border-radius: 30px;
  background: linear-gradient(135deg, #00a0d2, #0077ff);
  color: #fff;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}

/* BUTTON GLOW */
.futuristic-btn:hover {
  box-shadow: 0 0 25px rgba(0,160,210,0.7);
  transform: scale(1.05);
}

/* ============================= */
/* ⚡ PRODUCT CARD GLOW */
/* ============================= */

.products .product {
  transition: 0.4s;
}

.products .product:hover {
  box-shadow: 
    0 0 20px rgba(0,160,210,0.4),
    0 0 40px rgba(0,160,210,0.2);
}

/* ============================= */
/* 🎬 SMOOTH FADE ANIMATION */
/* ============================= */

.fade-up {
  opacity: 0;
  transform: translateY(40px);
  transition: 0.8s ease;
}

.fade-up.active {
  opacity: 1;
  transform: translateY(0);
}
/* ============================= */
/* 🌌 FUTURISTIC UI BASE */
/* ============================= */

.futuristic-ui {
  position: relative;
  background: linear-gradient(135deg, #020617, #000);
  overflow: hidden;
}

/* ============================= */
/* ✨ ANIMATED BACKGROUND */
/* ============================= */

.futuristic-ui::before {
  content: "";
  position: absolute;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(0,160,210,0.08), transparent 60%);
  animation: moveBg 12s linear infinite;
}

@keyframes moveBg {
  0% { transform: translate(-30%, -30%); }
  50% { transform: translate(30%, 30%); }
  100% { transform: translate(-30%, -30%); }
}

/* ============================= */
/* 🧊 GLASS EFFECT */
/* ============================= */

.glass-box {
  background: rgba(255,255,255,0.05);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.1);
  padding: 20px;
}

/* ============================= */
/* 🔥 NEON TEXT */
/* ============================= */

.neon-text {
  color: #00a0d2;
  text-shadow: 
    0 0 10px rgba(0,160,210,0.6),
    0 0 20px rgba(0,160,210,0.4);
}

/* ============================= */
/* 🔘 FUTURISTIC BUTTON */
/* ============================= */

.futuristic-btn {
  padding: 12px 25px;
  border-radius: 30px;
  background: linear-gradient(135deg, #00a0d2, #0077ff);
  color: #fff;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}

/* BUTTON GLOW */
.futuristic-btn:hover {
  box-shadow: 0 0 25px rgba(0,160,210,0.7);
  transform: scale(1.05);
}

/* ============================= */
/* ⚡ PRODUCT CARD GLOW */
/* ============================= */

.products .product {
  transition: 0.4s;
}

.products .product:hover {
  box-shadow: 
    0 0 20px rgba(0,160,210,0.4),
    0 0 40px rgba(0,160,210,0.2);
}

/* ============================= */
/* 🎬 SMOOTH FADE ANIMATION */
/* ============================= */

.fade-up {
  opacity: 0;
  transform: translateY(40px);
  transition: 0.8s ease;
}

.fade-up.active {
  opacity: 1;
  transform: translateY(0);
}