 body {
      font-family: 'Poppins', sans-serif;
      background: #f8f9fa;
    }
    /* Navbar General */
.navbar {
  transition: background 0.3s ease, box-shadow 0.3s ease;
}
.navbar .nav-link {
  color: #333;
  margin: 0 10px;
  transition: 0.3s;
}
.navbar .nav-link:hover {
  color: #ff9800;
}

/* Offcanvas (Mobile Menu) */
.offcanvas {
  background: #fff;
}
.offcanvas .nav-link {
  font-size: 1.1rem;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  color: #333 !important;
}
.offcanvas .nav-link:hover {
  color: #ff9800 !important;
}
.offcanvas-header {
  background: #f8f9fa;
}

/* Toggler (Hamburger) */
.navbar-toggler {
  border: none;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='black' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* Play Now Button */
.btn-play {
  border-radius: 50px;
  transition: 0.3s;
}
.btn-play:hover {
  background: #ffcc33;
  color: #222;
  box-shadow: 0px 4px 12px rgba(0,0,0,0.2);
}
    .navbar {
    background: #ffffff;
    padding: 15px 0px;
}
    .navbar-brand {
      font-weight: 500;
      color: #000 !important;
    }
    .navbar-nav .nav-link {
      color: #000 !important;
      margin-right: 1rem;
    }
    .fw-semibold {
    font-weight: 500!important;
}
    .btn-play {
    position: relative;
    background: #ff004c;
    font-weight: 600;
    border-radius: 30px;
    padding: 11px 38px;
    color: #fff;
    border: 1px solid #ff004c;
    overflow: hidden;
    z-index: 1;
    transition: color 0.3s ease-in-out;
}

.btn-play::before,.play-now-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: black;
    transition: left 0.4s ease-in-out;
    z-index: -1;
}

.btn-play:hover,.play-now-btn:hover {
    color: #fff; /* keep text white */
}
.btn-play:hover {
    background: #ffcc33;
    color: #ffffff !important;
    box-shadow: 0px 4px 12px rgba(0,0,0,0.2);
}

.btn-play:hover::before,.play-now-btn:hover::before {
    left: 0;
}
.navbar-brand img {
    width: 150px;
}
    .btn-play:hover {
      background: #e0a800;
      color: #fff !important;
    }
    .play-now-btn {
    position: relative;
    background: #ff004c;
    font-weight: 600;
    border-radius: 30px;
    padding: 10px 48px;
    color: #fff;
    border: 1px solid #ff004c;
    overflow: hidden;
    z-index: 1;
    transition: color 0.3s ease-in-out;
}
.play-now-btn:hover {
    background: #e0a800;
    color: #fff;
    border: 1px solid #000000 !important;
}
  
    .hero-content {
      position: relative;
      z-index: 2;
      margin: auto;
    }
    
    .feature-box {
      text-align: center;
      padding: 20px;
      border-radius: 12px;
      transition: 0.3s;
      background: #fff;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    }
    .feature-box:hover {
      transform: translateY(-5px);
    }
    section#about h2 {
    color: #ff004c;
    font-weight: 700;
}
section#about p {
    font-weight: 300;
    line-height: 27px;
}
section#about p b {
    font-weight: 600;
    letter-spacing: 0px;
    font-size: 22px;
    color: #7e7474e3;
}
section#about ul li {
    font-weight: 300;
    line-height: 35px;
}

/* Hero Section Styling */
.hero {
    min-height: 90vh;
    background: url(/./assets/img/main-bgg.webp);
    position: relative;
    overflow: hidden;
    padding: 3rem 1rem;
    object-fit: cover !important;
}
p.links-footer a {
    color: #fff !important;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 300;
}
.addiotn-pages h2 {
    font-size: 24px !important;
}
.addiotn-pages h1 {
    font-size: 34px !important;
}
.addiotn-pages {
  margin-bottom: 80px;
}
/* Floating Gradient Shapes */
.floating-icons::before,
.floating-icons::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, #ffb347, #ffcc33);
  animation: float 6s infinite ease-in-out;
  z-index: 0;
}

.floating-icons::before {
  width: 150px;
  height: 150px;
  top: 20%;
  left: 15%;
  opacity: 0.7;
}

.floating-icons::after {
  width: 200px;
  height: 200px;
  bottom: 15%;
  right: 10%;
  background: radial-gradient(circle, #6a5acd, #9370db);
  opacity: 0.6;
}

/* Floating Animation */
@keyframes float {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-25px); }
}

/* Hero Content */
.hero-content {
  position: relative;
  z-index: 2;
}

/* Play Now Button */
.play-now-btn {
  font-size: 1.3rem;
  padding: 0.8rem 2.2rem;
  border-radius: 50px;
  transition: 0.3s ease;
}

.play-now-btn:hover {
    background: #ffcc33;
    color: #ffffff;
    transform: scale(1.08);
    box-shadow: 0 0 25px rgb(222 221 221);
}

.section-title {
  font-size: 2.2rem;
  background: linear-gradient(135deg, #667eea, #764ba2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.feature-box {
  background: #fff;
  transition: all 0.3s ease-in-out;
  border: 2px solid transparent;
}
.feature-box:hover {
  transform: translateY(-8px);
  border-color: #ff004c;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.icon-wrapper {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #ffb900, #ff004c);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 2rem;
  margin: 0 auto;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.feature-icon {
  font-size: 2rem;
  line-height: 1;
}

#rewards {
  background: linear-gradient(135deg, #fdfbfb, #ebedee);
}

.rewards-title {
  font-size: 2.2rem;
  background: linear-gradient(135deg, #ff004c, #ff004c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.reward-card {
  background: #fff;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}
.reward-card:hover {
  transform: translateY(-8px);
  border-color: #ff004c;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.reward-icon {
  width: 90px;
  height: 90px;
  font-size: 2.5rem;
  background: linear-gradient(135deg, #ffb900, #ff004c);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

#contact {
  background: linear-gradient(135deg, #f8f9fa, #eef2f3);
}

.contact-title {
  font-size: 2.2rem;
  background: linear-gradient(135deg, #ff004c, #ff004c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.contact-card {
  background: #fff;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}
.contact-card:hover {
  border-color: #ff004c;
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.form-control {
  border-radius: 10px;
  padding: 12px;
  border: 1px solid #ddd;
  transition: border-color 0.3s ease;
}
.form-control:focus {
  border-color: #ff9800;
  box-shadow: 0 0 8px rgba(255,152,0,0.4);
}


/*<!-- Footer Styles -->*/


.footer {
  background: linear-gradient(135deg, #1e1e2f, #2a2a40);
}
.footer h5 {
  color: #ffd;
}
.footer .social-icons a {
  color: #fff;
  font-size: 1.2rem;
  transition: color 0.3s ease, transform 0.3s ease;
}
.footer .social-icons a:hover {
  color: #ff9800;
  transform: translateY(-3px);
}

section#features {
    background: linear-gradient(135deg, #fdfbfb, #ebedee);
}
section#about {
    padding-top: 60px;
}
section#about .col-md-8 {
    padding-bottom: 30px;
}
.leaderboard {
    margin-top: 100px;
}
footer {
    margin-top: 80px;
}
.categores {
  margin-top: 130px;
}
.play-now-btn:hover {
    background: #ffcc33;
    color: #ffffff;
    transform: scale(1.08);
    box-shadow: 0 0 25px rgb(222 221 221);
}

.text-warning {
    color: #ff004c !important;
}

.kuku {
    font-size: 15px !important;
    font-weight: 500 !important;
}
.category-card {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.category-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}