/*---------------------------------------------------------------
  Template Name: Gamestar Dome | Ultimate Gaming Zone for PC, Console & VRTemplate
  Description: Gamestar Dome offers next-level gaming experiences with high-end PCs, consoles, VR setups, and multiplayer tournaments. Join the ultimate gaming arena!
  Author: Lucid ThemesLab
  Author URL: https://www.templatemonster.com/store/lucid_themeslab/

  @import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

  Version: 1.0.0
----------------------------------------------------------------*/

:root {

  /* bg colors */
  --body-color: #0d1110;
  --primary-color: #00ffe0 ;
  --secondary-color: linear-gradient(90deg, var(--primary-color), #ff00ff);
  --neon-gradient:linear-gradient(120deg,var(--primary-color),#ff00ff,#ffdc00,var(--primary-color));
  --btn-gradient: linear-gradient(135deg, rgba(129, 43, 227, 0.95), rgba(58,123,213,0.95));
  --text-shadow: 0 0 10px rgba(0,234,255,0.6);
  --color-1:#ff00ff;
  --color-2:#ffdc00;
  --alt-color:#232928;
  --card-color:linear-gradient(145deg, #1f1f1f, #222);
  --dark-color:#010807;
  --white-color:#ffffff;
  --white-text:#ffffff;
  --para-text:#ccc;
  
  /* Font Style*/
  --heading-font:  "Orbitron", sans-serif;
  --body-font: "Poppins", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

::placeholder {
  color: var(--nav-text) !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--heading-font)
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 65px;
}

.primary-text{
  color: var(--primary-color);
}

.para-text{
  color: var(--para-text);
}

.white-text{
  color: var(--white-text);
}

.color-1{
  color: var(--color-1);
}

.color-2{
  color: var(--color-2);
}

.body-color{
  background-color: var(--body-color);
}

.alt-color{
background-color: var(--alt-color);
}

.card-color{
  background-color: var(--card-color);
}

.dark-color{
  background-color: var(--dark-color);
}

/* ============================
   NEON GAMING SCROLLBAR STYLE
============================ */

/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color:  var(--primary-color) #333536;
}

::selection {
  background: var(--primary-color);  
  color: var(--dark-color);           
}

/* Optional: for Firefox */
::-moz-selection {
  background: var(--primary-color);
  color: var(--dark-color);
}

body {
      font-family: var(--body-font);
      margin: 0;
      scroll-behavior: smooth;
    }

    /* NAV LINKS */
    .nav-link {
      color: var(--para-text);
      font-weight: 500;
    }

    .nav-link:hover,
    .nav-link.active {
      color: var(--primary-color);
      text-shadow: 0 0 10px var(--primary-color);
    }

/* NEON BUTTONS - Improved */
.neon-btn {
  background: var(--btn-gradient);
  color: var(--white-text) !important;
  font-weight: 700;
  padding: 12px 22px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  display: inline-block;
  transition: 
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease;
  box-shadow: 0 0 0 rgba(0,0,0,0); /* smoother animation */
}

.neon-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 0 15px var(--primary-color), 
              0 0 30px var(--primary-color);
}

.neon-btn:active {
  transform: scale(0.96);
}

.neon-btn:focus-visible {
  outline: 2px solid var(--primary-color);
  outline-offset: 3px;
}
    .neon-outline-btn {
      border: 2px solid var(--primary-color);
      padding: 12px 22px;
      font-weight: 700;
      cursor: pointer;
      display: inline-block;
      border-radius: 10px;
      color: var(--primary-color);
      text-shadow: 0 0 10px var(--primary-color);
      transition: 0.3s;
        box-shadow: 0 0 0 rgba(0,0,0,0); /* smoother animation */
    }
    .neon-outline-btn:hover {
      background: var(--primary-color);
      color: var(--dark-color);
      box-shadow: 0 0 20px var(--primary-color);
    }

    /* HERO SPLIDE SLIDER */
    #home .hero-splide {
      position: relative;
      min-height: 800px;
    }

   #home .splide__slide {
      position: relative;
      min-height: 900px;
      display: flex;
      align-items: center;
      justify-content: center;
      background-size: cover;
      background-position: center;
    }

    .slide-1{
      background-image: url("../../assets/images/background-img/bg_1.webp");
    }

    .slide-2{
      background-image: url("../../assets/images/background-img/bg_2.webp");
    }

    .slide-3{
      background-image: url("../../assets/images/background-img/bg_3.webp");
    }

        @media (max-width: 991px) {
        #home .splide__slide  {
            min-height: 500px;
            padding: 0 5%;
            text-align: center;
            justify-content: center;
        }
        #home .splide__arrow{
          display: none;
        }
      }
    .slide-overlay {
      position: absolute;
      inset: 0;
      background: rgba(0,0,0,0.6);
      backdrop-filter: blur(2px);
    }
    .slide-content {
      position: relative;
      text-align: center;
      z-index: 5;
      color: var(--white-text);
      max-width: 800px;
    }
    .slide-content h2 {
      text-shadow: 0 0 20px var(--primary-color);
    }
    .slide-content p {
      font-size: 18px;
      opacity: 0.85;
      margin-bottom: 25px;
    }
  .slide-content.border-card {
  position: relative;
  z-index: 2;
  border-radius: 15px;
  background: rgba(0,0,0,0.3);
  backdrop-filter: blur(12px);
  padding: 30px 25px;
}

/* MOVING NEON BORDER */
.slide-content.border-card::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 3px;
  border-radius: 15px;
  background: var(--neon-gradient);
  background-size: 400% 400%;
  /* Create border cutout */
  -webkit-mask:linear-gradient(var(--dark-color) 0 0) content-box, linear-gradient(var(--dark-color) 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  /* Glow */
  box-shadow: 0 0 25px var(--primary-color), 0 0 35px var(--color-1), 0 0 45px var(--color-2);
  /* Animation: moving gradient */
  animation: neonMove 5s linear infinite;
  z-index: -1;
}

/* MOVING BORDER ANIMATION */
@keyframes neonMove {
  0%   { background-position: 0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* Slide text */
.slide-content h2 {
  text-shadow: 0 0 15px , 0 0 30px  var(--color-1), 0 0 45px var(--color-2);
  margin-bottom: 15px;
}

.slide-content p {
  text-shadow: var(--text-shadow)
}

/* Responsive adjustments */
@media(max-width:768px){
  .slide-content h1 { font-size: 32px; }
  .slide-content p { font-size: 14px; }
  .slide-content { padding: 20px 15px; }
}
    /* Neon Decorations */
    .neon-circle {
      position: absolute;
      border-radius: 50%;
      border: 2px solid var(--primary-color);
      box-shadow: 0 0 20px var(--primary-color)80, 0 0 40px var(--primary-color)60;
      animation: float 8s linear infinite;
    }
    @keyframes float {
      0% {transform: translateY(0);}
      50% {transform: translateY(-20px);}
      100% {transform: translateY(0);}
    }

    .neon-square {
      position: absolute;
      width: 80px;
      height: 80px;
      border: 2px solid var(--color-1);
      box-shadow: 0 0 20px #ff00ff80, 0 0 40px #ff00ff60;
      animation: rotate 10s linear infinite;
    }
    @keyframes rotate {
      0% {transform: rotate(0deg);}
      100% {transform: rotate(360deg);}
    }

    /* Responsive adjustments */
    @media(max-width: 768px){
      .slide-content h1 {
        font-size: 36px;
      }
      .slide-content p {
        font-size: 16px;
      }
    }

/* ===== SPLIDE NEON ARROWS ===== */
.splide__arrow {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(6px);
  border: 2px solid rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  /* neon glow */
  box-shadow: 0 0 10px rgba(0, 234, 255, 0.4), 0 0 20px rgba(255, 0, 255, 0.3);
  transition: 0.3s ease-in-out;
  z-index: 50;
}

/* SVG ICON */
.splide__arrow svg {
  width: 18px;
  height: 18px;
  fill: var(--white-color);
}

/* Hover Effect */
.splide__arrow:hover {
  background: linear-gradient(45deg, var(--primary-color), var(--color-1));
  border-color: transparent;
}

/* Hover icon color becomes dark */
.splide__arrow:hover svg {
  fill: var(--white-color);
  filter: none;
}

/* Active Click Effect */
.splide__arrow:active {
  transform: scale(0.9);
}

/* Responsive */
@media (max-width: 768px) {
  .splide__arrow {
    width: 40px;
    height: 40px;
    border-radius: 10px;
  }

  .splide__arrow svg {
    width: 16px;
    height: 16px;
  }

  .splide__arrow--prev {
    left: -8px;
  }

  .splide__arrow--next {
    right: -8px;
  }
}

/* =========================
   About Section Style
========================= */
/* Angled Image */
.angled-image {
  height: 400px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.5);
  position: relative;
  border-left: 4px solid var(--primary-color);
  transition: all 0.35s ease;
  overflow: hidden;
  object-fit: cover;
}

/* Hover Effect for Image */
.angled-image:hover {
  transform: translateY(-10px) rotate(1deg);
  box-shadow: 0 20px 40px rgba(0,0,0,0.6),
              0 0 20px var(--primary-color);
  border-left-color: var(--primary-color);
}

/* Content Box */
.content-box {
  background: var(--card-color);
  padding: 30px;
  border-radius: 15px;
  border-right: 4px solid var(--primary-color);
  transition: all 0.35s ease;
  box-shadow: 0 10px 25px rgba(0,0,0,0.35);
}

/* Hover Effect for Content Box */
.content-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.5),
              0 0 15px var(--primary-color);
  border-left-color: var(--primary-color);
}

/* Bullet List */
.content-box ul {
  list-style: disc;
}

/* =========================
   Why Section Style
========================= */

.cyber-title span {
  background: linear-gradient(90deg, var(--primary-color), var(--color-1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cyber-subtitle {
  max-width: 650px;
  margin: 0 auto;
}

/* Card for Why Choose Us */
.cyber-card {
  background: var(--card-color);
  border-radius: 15px;
  padding: 30px;
  border-left: 4px solid var(--primary-color);
  box-shadow: 0 10px 30px rgba(0, 255, 224, 0.2);
  transition: all 0.3s ease;
}
.cyber-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 255, 224, 0.3);
}

.cyber-list li {
  position: relative;
  padding-left: 30px;
  transition: color 0.3s;
}

.cyber-list li svg {
  position: absolute;
  left: 0;
  top: 2px;
  color: var(--primary-color);
}

.cyber-list li:hover {
  color: var(--primary-color);
}

/* Gaming Visual Cards */
.visual-card {
  border-radius: 12px;
  transition: transform 0.3s, box-shadow 0.3s;
  box-shadow: 0 5px 20px rgba(0, 255, 224, 0.2);
}
.visual-card:hover {
  transform: scale(1.05);
  box-shadow: 0 15px 40px rgba(0, 255, 224, 0.3);
}

/* Responsive */
@media(max-width:768px){
  .cyber-title { font-size: 36px; }
  .cyber-subtitle { font-size: 14px; }
  .visual-card { height: 140px; }
}

/* =========================
   Game Categores Section Style
========================= */

/* Game Cards */
.game-card {
  position: relative;
  height: 260px;
  border-radius: 15px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  box-shadow: 0 8px 20px rgba(0, 234, 255, 0.2);
  transition: all 0.3s ease;
  cursor: pointer;
}

.game-card:hover {
  transform: scale(1.05);
  box-shadow: 0 15px 40px rgba(0, 255, 224, 0.3);
}

/* Overlay */
.game-overlay {
  position: absolute;
  inset:0;
  background: rgba(0,0,0,0.6);
  color: var(--white-color);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 15px;
  opacity: 0;
  transition: opacity 0.3s;
}
.game-card:hover .game-overlay {
  opacity: 1;
}

.game-overlay h4 {
  text-shadow: 0 0 8px var(--primary-color), 0 0 15px var(--secondary-color);
}

/* =========================
   Game Amenities Section Style
========================= */

/* Amenity Card */
.border-card {
  background:var(--card-color);
  border-radius:15px;
  padding:40px 20px;
  text-align:center;
  box-shadow: 0 15px 40px rgba(0, 255, 224, 0.3);
  transition: all 0.3s ease;
  border: 2px solid transparent;
  position: relative;
  overflow:hidden;
}
.border-card::before {
   content: "";
  position: absolute;
  inset: 0;
  padding: 3px;
  border-radius: 15px;
  background: linear-gradient(120deg, var(--primary-color), var(--color-1), var(--color-2) , var(--primary-color));
  background-size: 400% 400%;
  /* Create border cutout */
  -webkit-mask: linear-gradient(var(--dark-color) 0 0) content-box, linear-gradient(var(--dark-color) 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;

  /* Glow */
  box-shadow:0 0 25px var(--primary-color), 0 0 35px var(--color-1), 0 0 45px var(--color-2);

  /* Animation: moving gradient */
  animation: neonMove 4s linear infinite;
}

.border-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,234,255,0.4), 0 0 20px rgba(255,0,255,0.3);
}

.border-card svg {
  transition: all 0.3s ease;
}

.border-card:hover svg {
  color:var(--color-1);
  transform: scale(1.2) rotate(-10deg);
}

/* Neon Border Animation */
@keyframes neonBorder {
  0% { background-position:0% 0%; }
  50% { background-position:100% 0%; }
  100% { background-position:0% 0%; }
}

/* Responsive */
@media(max-width:768px){
  .border-card { padding:30px 15px; }
  .border-card i { font-size:40px; }
  .border-card h5 { font-size:16px; }
  .border-card p { font-size:13px; }
}

/* =========================
   Pricing Section Style
========================= */

/* Pricing Card */
.pricing-card {
  background: var(--card-color);
  padding:35px 20px;
  overflow:hidden;
  transition: 0.3s ease;
  border: 2px solid rgba(0, 234, 255, 0.25);
}
.pricing-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 30px rgba(0,234,255,0.4), 0 0 20px rgba(255,0,255,0.3);
}

.pricing-card h4 {
  text-shadow:0 0 10px var(--primary-color), 0 0 20px #ff00ff;
}

.pricing-card ul {
  list-style:none;
  padding:0;
  margin:0 0 15px 0;
}
.pricing-card ul li {
  color:#ccc;
  font-size:14px;
  margin-bottom:8px;
}

/* Responsive */
@media(max-width:768px){
  .pricing-card { padding:25px 15px; }
  .pricing-card h4 { font-size:18px; }
  .pricing-card .price { font-size:22px; }
  .pricing-card ul li { font-size:13px; }
}

.neon-badge {
  display: inline-block;
  position: relative;
  background: var(--alt-color);
}

/* =========================
   Gallery Section Style
========================= */

  .gallery-item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border: 4px solid transparent;
  transition: transform 0.3s ease;
}

.gallery-item img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

/* Hover Zoom */
.gallery-item:hover {
  transform: scale(1.05);
}

/* Overlay View Icon */
.gallery-item .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.3s;
}

.gallery-item:hover .overlay {
  opacity: 1;
}

/* Hover Zoom */
.gallery-item:hover {
  transform: scale(1.05);
}

/* Overlay View Icon */
.gallery-item .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.3s;
}

.gallery-item:hover .overlay {
  opacity: 1;
}

/* =========================
   Tournaments Section Style
========================= */

/* Neon Border */
.neon-border {
  padding: 25px;
  border-radius: 18px;
  border: 2px solid transparent;
  border-image-slice: 1;
  border-image-source: linear-gradient(45deg, var(--primary-color), var(--color-1));
  box-shadow: 0 0 20px rgba(0, 234, 255, 0.4), 0 0 30px rgba(255, 0, 255, 0.3);
}

/* Highlight Banner */
.event-highlight {
  background: var(--card-color)
}

.event-highlight .prize-row {
  margin-top: 15px;
}
.neon-text {
  color: #fff;
  font-weight: bold;
}

/* Event Cards – Unique Shapes */
.event-card {
  padding: 25px;
  background: var(--card-color);
  position: relative;
  overflow: hidden;

  transition: 0.3s;
}
.event-card,
.event-banner {
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.event-card:hover,
.event-banner:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 12px 35px rgba(0, 234, 255, 0.45);
}

.left-card {
  background: var(--card-color);
  border-left: 4px solid  var(--primary-color);
}
.tall-card {
  height: 100%;
  background: var(--card-color);
  border-right: 4px solid  var(--primary-color);
}

/* Unique Badge */
.event-badge {
  position: absolute;
  top: 15px;
  right: -40px;
  background: linear-gradient(45deg, var(--color-1), var(--primary-color));
  padding: 5px 40px;
  transform: rotate(45deg);
}

/* Banner Full Row */
.event-banner {
  padding: 35px;
  text-align: center;
  border-radius: 16px;
  background: var(--card-color);
  border-bottom: 4px solid var(--primary-color)
}

/* =========================
   Testimonials Section Style
========================= */

/* Neon Border */
.neon-border {
  border: 2px solid transparent;
  border-radius: 18px;
  padding: 25px;
  border-image-slice: 1;
  box-shadow: 0 0 20px rgba(0, 234, 255, 0.3), 0 0 25px rgba(255, 0, 255, 0.25);
  background: rgba(255,255,255,0.03);
}

/* Review Card */
.review-card {
  transition: 0.3s ease;
}

.review-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 0 25px rgba(0, 234, 255, 0.4), 0 0 35px rgba(255, 0, 255, 0.3);
}

/* Profile */
.profile-box img {
  width: 80px;
  height: 80px;
  border: 3px solid var(--primary-color);
}

/* =================================
   Booking Reservation Section Style
=====================================*/ 

/* Form Container */
.booking-box {
  background: var(--card-color);
  border: 1px solid rgba(0, 234, 255, 0.3);
}

/* Input Fields */
.neon-input {
  background: rgba(0,0,0,0.7);
  border: 1px solid #222;
  padding: 10px 12px;
  transition: 0.3s ease;
}

.neon-input:focus {
  background: rgba(0,0,0,0.9);
  border-color: var(--primary-color);
  box-shadow: 0 0 10px var(--primary-color);
  color: var(--white-color);
}

/* Info Box */
.info-box {
  background: rgba(255, 255, 255, 0.05);
  padding: 20px;
  border-radius: 15px;
  border: 1px solid rgba(0, 234, 255, 0.3);
  box-shadow: 0 0 15px rgba(0, 234, 255, 0.2);
}

/* =================================
   FAQ Section Style
=====================================*/ 

/* Neon Border Wrapper */
.faq-wrapper {
   border: 2px solid rgba(0, 234, 255, 0.25);
}

/* Accordion Buttons */
.neon-accordion-btn {
  background: rgba(255,255,255,0.03);
  border: 2px solid rgba(255,255,255,0.08);
  transition: 0.3s ease;
}

.neon-accordion-btn:not(.collapsed) {
  background: rgba(0, 234, 255, 0.1);
  border-color: var(--primary-color);
  box-shadow: 0 0 15px rgba(0, 234, 255, 0.5);
  color: var(--primary-color);
}

.neon-accordion-btn:hover{
  box-shadow: 0 0 15px rgba(0, 234, 255, 0.2);
}

/* Remove default BS icon */
.accordion-button::after {
  filter: brightness(0) saturate(100%) invert(65%) sepia(90%) saturate(2000%) hue-rotate(160deg);
}

/* Neon “?” icon */
.icon-glow {
  background: var(--secondary-color);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white-color);
  font-weight: 700;
  box-shadow: 0 0 12px rgba(0,234,255,0.6), 0 0 22px rgba(255,0,255,0.4);
}

/* Content Area */
.neon-accordion-body {
  padding: 15px 20px;
  background: rgba(255,255,255,0.05); 
  border: 1px solid rgba(255,255,255,0.08);
}

/* FAQ Right Info Box */

.info-card {
  background: rgba(255,255,255,0.05);
  border: 2px solid rgba(0, 234, 255, 0.25);
  box-shadow: 0 0 18px rgba(0, 234, 255, 0.15);
  transition: 0.3s;
}

.info-card:hover {
  transform: translateY(-5px);
}

.info-card svg {
  text-shadow: 0 0 10px var(--color-2);
}

/* =================================
   Contact Section Style
=====================================*/ 

/* Neon box */
.neon-box {
  background: var(--card-color);
  border: 1px solid rgba(0,234,255,0.4);
  box-shadow: 0 0 25px rgba(0, 234, 255, 0.2);
  backdrop-filter: blur(6px);
}

.neon-icon {
  text-shadow: 0 0 15px var(--primary-color);
}

/* Map wrapper neon border */
.neon-border {
  padding: 8px;
  border-radius: 15px;
  background: linear-gradient(45deg, var(--primary-color), var(--color-1), var(--color-2));
  background-size: 300% 300%;
  animation: neonMove 4s linear infinite;
}

@keyframes neonMove {
  0% { background-position: 0% 50%; }
  100% { background-position: 100% 50%; }
}

/* WhatsApp Button */
.whatsapp-btn {
  background: #11c65b;
  box-shadow: 0 0 15px rgba(17, 198, 91, 0.6);
}
.whatsapp-btn:hover {
  background: #0fa44c;
  color: var(--white-color);
}

.map-wrapper {
  width: 100%;
  height: 350px;
  border-radius: 15px;
  overflow: hidden;
}

.usa-map-frame {
  width: 100%;
  height: 100%;
  border: 0;
}

/* =================================
   Offer Timer  Section Style
=====================================*/ 

/* Neon Box */
.offer-timer-box {
  background: var(--card-color);
  border: 1px solid rgba(0, 234, 255, 0.4);
}

/* Title */
.timer-title {
  text-shadow: 0 0 10px var(--primary-color);
}

/* Time Box */
.time-box {
  width: 90px;
  background: rgba(255, 255, 255, 0.05);
  border: 2px solid var(--primary-color);
  box-shadow: 0 0 12px var(--primary-color)80;
}

.time-box:hover {
  transform: scale(1.05);
  transition: 0.3s;
  box-shadow: 0 0 20px var(--color-1);
}

.time-box .num {
  text-shadow: 0 0 10px var(--color-2);
}

.time-box .label {
  text-shadow: 0 0 8px var(--primary-color);
}

/* Right Panel */
.offer-right-box {
  background: var(--card-color);
  border-image-slice: 1;
  backdrop-filter: blur(6px);
  border: 1px solid rgba(0, 234, 255, 0.4);
}

/* Badge */
.offer-badge {
  position: absolute;
  top: -15px;
  left: -15px;
  background: var(--secondary-color);
  color: var(--white-color);
  font-weight: 700;
  padding: 8px 18px;
  border-radius: 30px;
  box-shadow: 0 0 20px var(--color-1), 0 0 25px var(--primary-color);
  animation: badgePulse 1.5s infinite alternate;
}

@keyframes badgePulse {
  0% { transform: scale(0.95); }
  100% { transform: scale(1.05); }
}

/* Title */
.offer-right-title {
  text-shadow: 0 0 10px var(--primary-color);
}

/* Progress Bar */
.deal-progress {
  width: 100%;
  height: 10px;
  background: rgba(255,255,255,0.1);
  overflow: hidden;
}

.deal-bar {
  width: 72%;
  height: 100%;
  background: var(--secondary-color);
  animation: barFlow 3s linear infinite;
}

@keyframes barFlow {
  0% { filter: brightness(0.8); }
  100% { filter: brightness(1.3); }
}

.deal-text {
  text-shadow: 0 0 10px var(--color-2);
}

/* =================================
   leaderboard Section Style
=====================================*/ 

  .leaderboard-widget {
  background: var(--card-color);
  padding: 25px;
  border-radius: 18px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.4);
  border: 1px solid rgba(255,255,255,0.06);
  border: 1px solid rgba(0, 234, 255, 0.4);
}

.leaderboard-row {
  background: rgba(255,255,255,0.05);
  transition: 0.3s ease;
  
}

.leaderboard-row:hover {
  background: rgba(255,255,255,0.1);
}

.rank-badge {
  min-width: 45px;
  min-width: none;height: 45px;
  background: #ff9900;
}

.rank-2 { background: #c0c0c0; }
.rank-3 { background: #cd7f32; }

.player-avatar {
  width: 50px;
  height: 50px;
  object-fit: cover;
}

.player-info {
  flex: 1;
}

.progress {
  height: 6px;
  background: rgba(255,255,255,0.15);
}

.progress-bar {
  height: 100%;
  background: #ff4d4d;
  width: 90%;
}

.player-score {
  white-space: nowrap;
}

/* ===== Mobile Fix for Leaderboard Rows ===== */
@media (max-width: 500px) {
  .leaderboard-row {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 15px;
  }

  .rank-badge {
    margin: 0 0 10px 0;
  }

  .player-avatar {
    margin: 0 0 10px 0;
  }

  .player-info {
    width: 100%;
    margin-bottom: 10px;
  }

  .player-score {
    margin-left: 0;
    font-size: 15px;
  }
}
.winner{
  background: var(--card-color); 
  border: 1px solid rgba(0, 234, 255, 0.4);
}

/* =================================
   Sponsors Section Style
=====================================*/ 

.sponsor-logo {
  background: var(--white-color);
  border: 1px solid rgba(255,255,255,0.08);
  backdrop-filter: blur(4px);
  transition: all 0.3s ease
}

.sponsor-logo:hover {
  transform: translateY(-5px);
  border-color: var(--primary-color, #ff4d4d);
  box-shadow: 0 0 25px rgba(255, 77, 77, 0.4);
}

.sponsor-logo:hover img {
  opacity: 1;
}

/* =================================
   Footer Section Style
=====================================*/ 
  .gaming-footer {
  border-top: 1px solid rgba(0, 255, 255, 0.2);
  overflow: hidden;
}

.gaming-footer::before {
  content: "";
  position: absolute;
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, rgba(0,255,255,0.15), transparent 70%);
  bottom: -120px;
  left: -120px;
  filter: blur(40px);
}

.footer-subtitle::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 40px;
  height: 2px;
  background: linear-gradient(90deg, var(--primary-color), var(--color-1));
  border-radius: 50px;
}

.footer-list a {
  color: var(--para-text);
  text-decoration: none;
  transition: 0.3s;
}

.footer-list a:hover {
  color: var(--primary-color);
  text-shadow: 0 0 5px var(--primary-color);
}

.footer-hours li {
  margin-bottom: 6px;
}

.footer-social .social-link {
  color: #fff;
  font-size: 18px;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(0,255,255,0.2);
  transition: 0.3s ease;
}

.footer-social .social-link:hover {
  background: var(--secondary-color);
  box-shadow: 0 0 12px var(--primary-color), 0 0 18px var(--color-1);
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  margin-top: 35px;
  padding-top: 20px;
  opacity: 0.7;
}

/* =================================
   Live Player Section Style
=====================================*/ 

.live-player-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 18px;
  background: var(--card-color);
  border-radius: 50px;
  border: 2px solid transparent;
  border-image-source: var(--secondary-color);
  border-image-slice: 1;
  box-shadow: 0 0 20px rgba(0, 234, 255, 0.4),  0 0 28px rgba(255, 0, 255, 0.25);
  backdrop-filter: blur(6px);
  color: var(--white-color);
  font-weight: 600;
  letter-spacing: 0.5px;
  z-index: 2;
}

/* Bottom Left Fixed Position */
.left-fixed {
  position: fixed;
  bottom: 25px;  
  left: 25px;    
  animation: floatBadge 6s ease-in-out infinite;
}

/* Hover Glow */
.left-fixed:hover {
  box-shadow: 0 0 30px var(--primary-color), 0 0 40px var(--color-1);
  transform: scale(1.05);
}

/* Floating Animation */
@keyframes floatBadge {
  0% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
  100% { transform: translateY(0); }
}

/* Pulse Dot */
.pulse-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--primary-color);
  box-shadow: 0 0 8px var(--primary-color), 0 0 15px var(--primary-color);
  animation: pulseGlow 1.4s ease-in-out infinite;
}

@keyframes pulseGlow {
  0%   { transform: scale(0.9); opacity: 0.7; }
  50%  { transform: scale(1.2); opacity: 1; }
  100% { transform: scale(0.9); opacity: 0.7; }
}

.player-label {
  font-size: 14px;
  color: var(--primary-color);
  text-shadow: 0 0 8px var(--primary-color);
}

.player-count {
  font-size: 16px;
  font-weight: 700;
  color: var(--color-2);
  text-shadow: 0 0 10px var(--color-2);
}

/* Responsive */
@media (max-width: 480px) {
  .left-fixed {
    bottom: 15px;
    left: 15px;
    padding: 6px 14px;
  }

  .player-count {
    font-size: 14px;
  }
}

/* ===== BACK TO TOP BUTTON - GAMING NEON UI ===== */
.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  background: var(--card-color);
  border: 2px solid transparent;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  pointer-events: none; /* hidden initially */
  opacity: 0;
  transition: 0.3s ease;
}

/* Neon Gradient Ring */
.btn-ring {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid transparent;
  border-image-slice: 1;
  border-image-source: linear-gradient(45deg, var(--primary-color), var(--color-1), var(--color-2));
  animation: ringGlow 2s linear infinite alternate;
  box-shadow:
    0 0 10px var(--primary-color),
    0 0 20px var(--color-1),
    0 0 30px var(--color-2);

}

/* Arrow inside (Font Awesome) */
.btn-arrow {
  position: relative;
  font-size: 24px;
  color: var(--primary-color);
  z-index: 2;
  text-shadow: 0 0 5px var(--primary-color), 0 0 10px var(--color-1), 0 0 15px var(--color-2);
  transition: 0.3s ease;
}

/* Ring Glow Animation */
@keyframes ringGlow {
  0% {
    transform: scale(0.9);
    filter: brightness(1);
  }
  50% {
    transform: scale(1.1);
    filter: brightness(1.4);
  }
  100% {
    transform: scale(0.95);
    filter: brightness(1.1);
  }
}

/* Hover Effect */
.back-to-top:hover .btn-ring {
  animation: ringGlowHover 1s infinite alternate;
  box-shadow:
    0 0 20px var(--primary-color),
    0 0 30px var(--color-1),
    0 0 40px var(--color-2);
}

.back-to-top:hover .btn-arrow {
  color: var(--color-1);
  text-shadow: 0 0 10px var(--color-1), 0 0 20px var(--primary-color), 0 0 30px #ffdc00;
}

@keyframes ringGlowHover {
  0% { transform: scale(1); filter: brightness(1.3); }
  100% { transform: scale(1.2); filter: brightness(1.6); }
}

/* Show button on scroll */
.back-to-top.show {
  opacity: 1;
  pointer-events: auto;
}

/* Mobile size */
@media (max-width: 768px) {
  .back-to-top {
    width: 50px;
    height: 50px;
  }
  .btn-arrow {
    font-size: 20px;
  }
}

/* Sticky Header */
.gaming-header.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  animation: slideDown 0.3s ease;
  background: rgba(0,0,0,0.85); /* Optional */
  backdrop-filter: blur(10px); /* Optional */
}

@keyframes slideDown {
  from { top: -80px; }
  to { top: 0; }
}

/* Active link */
.nav_ul .nav-link.active {
  color: var(--primary-color);
}

/* --- Neon / form styling --- */
.neon-input {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  color: #e6f7ff;
  padding: .6rem .9rem;
  border-radius: 10px;
  height: calc(2.25rem + 0.6rem);
  box-shadow: 0 0 18px rgba(58, 0, 255, 0.06), inset 0 0 10px rgba(255,255,255,0.02);
  transition: box-shadow .2s, transform .06s;
}

/* focus glow */
.neon-input:focus,
.neon-input.flatpickr-input:focus {
  outline: none;
  box-shadow: 0 6px 30px rgba(99, 102, 241, 0.18), 0 0 8px rgba(124, 58, 237, 0.28);
  border-color: rgba(124,58,237,0.8);
}

/* wrapper for select to show FA arrow */
.select-with-icon {
  position: relative;
}
.select-with-icon .neon-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 3rem; /* space for the icon */
}

/* FontAwesome icon absolute */
.select-with-icon .fa-chevron-down {
  position: absolute;
  right: 12px;
  top: 25px;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 0.95rem;
  color: rgba(230,247,255,0.85);
  opacity: 0.9;
  text-shadow: 0 2px 8px rgba(124,58,237,0.25);
}

.select-with-icon select::-ms-expand { display: none; }

/* Wrapper for icon inside input */
.input-with-icon {
  position: relative;
  width: 100%;
}

.input-with-icon .neon-input {
  padding-right: 42px !important; 
  height: 45px;                    
  line-height: 45px;              
  display: flex;
  align-items: center;
}

/* Icon position perfectly inside input */
.input-with-icon svg {
  position: absolute;
  top: 25px;
  right: 14px;
  transform: translateY(-50%);
  font-size: 1.1rem;
  color: #e6f7ff;
  opacity: 0.8;
  pointer-events: none;
  text-shadow: 0 0 8px rgba(124, 58, 237, 0.5);
}

.error{
  color: rgb(255, 98, 98);
}

/* ================================
   FLATPICKR – DARK NEON THEME
   GAMING ZONE STYLE
================================ */

/* Calendar container */
.flatpickr-calendar {
    background: var(--dark-color) !important;
    color: #e4e4e4 !important;
    border: 1px solid rgba(0, 234, 255, 0.3) !important;
    box-shadow: 0 0 20px rgba(0, 234, 255, 0.3) !important; 
    border-radius: 12px;
    backdrop-filter: blur(6px);
}

/* Month & Year header */
.flatpickr-months .flatpickr-month {
    background: transparent !important;
    color: var(--primary-color)!important;
    font-weight: 600;
    text-shadow: 0 0 8px rgba(0, 234, 255, 0.8);
}

/* Weekday headings */
.flatpickr-weekdays span {
    color: #9aa1b5 !important;
    font-weight: 500;
}

/* Normal day numbers */
.flatpickr-day {
    color: var(--para-text) !important;
    border-radius: 6px !important;
    transition: 0.25s ease;
}

/* Hover effect */
.flatpickr-day:hover {
    background: rgba(0, 234, 255, 0.2) !important;
    color: var(--primary-color)!important;
    box-shadow: 0 0 12px rgba(0, 234, 255, 0.4);
}

/* Selected date */
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange {
    background: var(--primary-color)!important; 
    color: #000 !important;
    font-weight: 600;
    box-shadow: 0 0 10px rgba(0, 234, 255, 0.8);
}

/* Time dropdown inputs */
.flatpickr-time input {
    background: #0b0f19 !important;
    color: var(--primary-color) !important;
    border: 1px solid var(--primary-color) !important;
    border-radius: 6px;
}

/* AM / PM button */
.flatpickr-time .flatpickr-am-pm {
    background: #121829 !important;
    color: var(--primary-color) !important;
    border-radius: 6px;
    transition: 0.25s ease;
}

.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
    background: var(--primary-color) !important;
    color: #000 !important;
    box-shadow: 0 0 15px rgba(0, 234, 255, 0.7);
}

/* Month navigation arrows */
.flatpickr-months .flatpickr-next-month svg,
.flatpickr-months .flatpickr-prev-month svg {
    fill: #9aa1b5 !important;
    transition: 0.3s ease;
}

.flatpickr-prev-month:hover svg,
.flatpickr-next-month:hover svg {
    fill: var(--primary-color) !important;
    filter: drop-shadow(0 0 8px var(--primary-color));
}

/* Dropdown: Month selector */
.flatpickr-current-month .flatpickr-monthDropdown-months {
    background: #121829 !important;
    color: var(--primary-color) !important;
    border: 1px solid var(--primary-color)!important;
    border-radius: 6px;
}

#preloader {
  background-color: #010e0b;
  position:fixed; top:0; left:0; width:100%; height:100%;
  display:flex; flex-direction:column; justify-content:center; align-items:center;
  perspective:1000px; 
  z-index:9999;


}
.loader-text{
  display:flex; gap:0.1em; font-size:4rem; text-transform:uppercase;
  font-weight: bold;
  color: #242424;
}
.loader-text span{
  display:inline-block;
  text-shadow: 0 0 5px var(--primary-color),0 0 10px var(--primary-color),0 0 20px var(--primary-color),0 0 40px var(--primary-color);
  transform-origin:center bottom;
  transform-style:preserve-3d;
  backface-visibility:hidden;
  animation:flipPage 1.2s ease-in-out infinite, neonColor 3s linear infinite;
}

/* Smooth, readable page-turn flip */
@keyframes flipPage {
  0%   { transform: rotateX(0deg); }
  50%  { transform: rotateX(180deg); }
  100% { transform: rotateX(0deg); }
}

/* Apply slower, smoother animation to letters */
.loader-text span {
  display:inline-block;
  transform-origin:center bottom;
  transform-style:preserve-3d;
  backface-visibility:hidden;
  animation: flipPage 2.5s ease-in-out infinite, neonColor 3s linear infinite;
}

/* Stagger letters for sequential flip */
.loader-text span:nth-child(1){animation-delay:0s;}
.loader-text span:nth-child(2){animation-delay:0.2s;}
.loader-text span:nth-child(3){animation-delay:0.4s;}
.loader-text span:nth-child(4){animation-delay:0.6s;}
.loader-text span:nth-child(5){animation-delay:0.8s;}
.loader-text span:nth-child(6){animation-delay:1s;}
.loader-text span:nth-child(7){animation-delay:1.2s;}
.loader-text span:nth-child(8){animation-delay:1.4s;}
.loader-text span:nth-child(9){animation-delay:1.6s;}
.loader-text span:nth-child(10){animation-delay:1.8s;}
.loader-text span:nth-child(11){animation-delay:2s;}
.loader-text span:nth-child(12){animation-delay:2.2s;}


/* Spinner below */
.spinner{
  margin-top:30px; width:60px; height:60px;
  border:6px solid rgba(0,255,247,0.2);
  border-top:6px solid var(--primary-color);
  border-radius:50%;
  animation:spin 1s linear infinite,glow 1.5s ease-in-out infinite alternate;
}
@keyframes spin{to{transform:rotate(360deg);}}
@keyframes glow{from{box-shadow:0 0 10px var(--primary-color),0 0 20px var(--primary-color);} to {box-shadow:0 0 30px var(--primary-color),0 0 50px var(--primary-color);}}

body.loaded #preloader{opacity:0;visibility:hidden;transition:0.5s;}
#main-content{display:none;}
body.loaded #main-content{display:block;}

@media(max-width:991px){
.offcanvas{height:100vh;}
}
.alertmsg{
  z-index: 9999;
}