    :root {
      --green: #0e8a5f;
      --green-dark: #076644;
      --green-light: #12a874;
      --yellow: #f5c518;
      --yellow-light: #ffe066;
      --white: #ffffff;
      --dark: #0a1a12;
      --dark2: #112018;
      --gray: #c8d8d0;
      --card-bg: #122b1c;
      --bs-heading-color: #fff;
      --card: #0d2e1c;
      --g: #0e6644;
      --g2: #0a4a30;
      --gd: #071f14;
      --y: #f5c518;
      --yl: #ffe066;
    }
    * { box-sizing: border-box; margin: 0; padding: 0; }
    body { font-family: 'Nunito', sans-serif; background: var(--dark); color: var(--white); overflow-x: hidden; }
    h1,h2,h3,h4,h5 { font-family: 'Rajdhani', sans-serif; }
 
    /* ===== TOPBAR ===== */
    .topbar { background: var(--green-dark); padding: 6px 0; font-size: 13px; }
    .topbar .ticker { white-space: nowrap; overflow: hidden; }
    .ticker-inner { display: inline-flex; gap: 40px; animation: ticker 30s linear infinite; }
    @keyframes ticker { 0%{transform:translateX(0)} 100%{transform:translateX(-50%)} }
    .ticker-item { display: flex; align-items: center; gap: 6px; }
    .live-dot { width: 8px; height: 8px; border-radius: 50%; background: #ff4444; display: inline-block; animation: blink 1s infinite; }
    @keyframes blink { 0%,100%{opacity:1} 50%{opacity:0} }
 
    /* ===== NAVBAR ===== */
    .navbar-main { background: var(--dark2); border-bottom: 2px solid var(--green); position: sticky; top: 0; z-index: 999; }
    .nav-item-dropdown a{
        text-decoration: none !important;
    }
    .nav-item-dropdown{
        text-decoration: none;
    }
    .nav-link-main{
        text-decoration: none;
    }
    .nav-item-dropdown {
  position: relative;
}

.dropdown-menu-custom {
  position: absolute;
  top: 100%;
  left: 0;
  background: #111;
  min-width: 180px;
  border-radius: 8px;
  padding: 8px 0;
  display: none;
  box-shadow: 0 8px 20px rgba(0,0,0,0.3);
  z-index: 999;
}

.dropdown-menu-custom a {
  display: block;
  padding: 10px 16px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  transition: background 0.2s ease;
}

.dropdown-menu-custom a:hover {
  background: #222;
}

/* Show dropdown on hover */
.nav-item-dropdown:hover .dropdown-menu-custom {
  display: block;
}
    
    
    .logo-text { font-family: 'Rajdhani', sans-serif; font-size: 28px; font-weight: 700; }
    .logo-text span.lotus { color: var(--white); }
    .logo-text span.num { color: var(--yellow); }
    .logo-badge { background: var(--green); font-size: 10px; padding: 2px 6px; border-radius: 4px; color: #fff; font-weight: 700; letter-spacing: 1px; vertical-align: super; margin-left: 4px; }
    .nav-link-main { color: #cde8d8 !important; font-weight: 600; font-size: 14px; padding: 10px 14px !important; transition: .2s; }
    .nav-link-main:hover, .nav-link-main.active { color: var(--yellow) !important; }
    .btn-login { background: transparent; border: 2px solid var(--green-light); color: var(--white); border-radius: 6px; padding: 7px 20px; font-weight: 700; font-size: 14px; }
    .btn-login:hover { background: var(--green-light); color: #fff; }
    .btn-signup { background: var(--yellow); color: var(--dark); border-radius: 6px; padding: 7px 20px; font-weight: 800; font-size: 14px; border: none; }
    .btn-signup:hover { background: var(--yellow-light); }
 
    /* ===== SIDEBAR ===== */
    .sidebar { width: 220px; min-width: 220px; background: var(--dark2); border-right: 1px solid #1e3828; height: calc(100vh - 60px); position: sticky; top: 60px; overflow-y: auto; }
    .sidebar::-webkit-scrollbar { width: 4px; }
    .sidebar::-webkit-scrollbar-thumb { background: var(--green); border-radius: 4px; }
    .sidebar-section { padding: 10px 16px 4px; font-size: 11px; font-weight: 800; letter-spacing: 1.5px; color: var(--yellow); text-transform: uppercase; }
    .sidebar-item { display: flex; align-items: center; gap: 10px; padding: 10px 18px; color: #b8d8c8; font-size: 14px; font-weight: 600; cursor: pointer; transition: .2s; text-decoration: none; border-radius: 0; }
    .sidebar-item:hover, .sidebar-item.active { background: rgba(14,138,95,.15); color: var(--yellow); border-left: 3px solid var(--yellow); }
    .sidebar-item i { width: 18px; text-align: center; }
    .live-badge { background: #ff4444; color: #fff; font-size: 9px; font-weight: 800; padding: 2px 5px; border-radius: 4px; margin-left: auto; }
    .hot-badge { background: var(--yellow); color: var(--dark); font-size: 9px; font-weight: 800; padding: 2px 5px; border-radius: 4px; margin-left: auto; }
 
    /* ===== MAIN CONTENT ===== */
    .main-content { flex: 1; overflow-y: auto; }
    .layout-wrapper { display: flex; min-height: calc(100vh - 96px); }
 
    /* ===== HERO BANNER ===== */
    .hero-banner { background: linear-gradient(135deg, #0a3320 0%, #0e5e3a 40%, #0a8a5a 70%, #0a3320 100%); position: relative; overflow: hidden; min-height: 320px; display: flex; align-items: center; }
    .hero-banner::before { content:''; position:absolute; inset:0; background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .hero-banner .floating-circle { position: absolute; border-radius: 50%; opacity: .08; animation: float 6s ease-in-out infinite; }
    @keyframes float { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-20px)} }
    .hero-title { font-size: clamp(28px, 4vw, 52px); font-weight: 700; line-height: 1.1; }
    .hero-title .highlight { color: var(--yellow); }
    .hero-subtitle { color: #9ad4b8; font-size: 16px; margin: 12px 0 24px; }
    .hero-badge { display: inline-flex; align-items: center; gap: 6px; background: rgba(245,197,24,.15); border: 1px solid var(--yellow); color: var(--yellow); padding: 5px 14px; border-radius: 20px; font-size: 13px; font-weight: 700; margin-bottom: 16px; }
    .btn-hero-primary { background: var(--yellow); color: var(--dark); border-radius: 8px; padding: 12px 28px; font-weight: 800; font-size: 16px; border: none; transition: .2s; }
    .btn-hero-primary:hover { background: var(--yellow-light); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(245,197,24,.3); }
    .btn-hero-secondary { background: transparent; border: 2px solid #fff; color: #fff; border-radius: 8px; padding: 12px 28px; font-weight: 700; font-size: 15px; transition: .2s; }
    .btn-hero-secondary:hover { background: rgba(255,255,255,.1); }
    .hero-stats { display: flex; gap: 28px; margin-top: 24px; }
    .hero-stat .num { font-size: 22px; font-weight: 800; color: var(--yellow); font-family: 'Rajdhani', sans-serif; }
    .hero-stat .label { font-size: 11px; color: #9ad4b8; }
    .hero-img-area { position: relative; }
    .trophy-img { font-size: 120px; animation: float 4s ease-in-out infinite; text-align: center; }
 
    /* ===== SECTION HEADINGS ===== */
    .section-title { font-size: 22px; font-weight: 700; color: var(--white); margin-bottom: 16px; display: flex; align-items: center; gap: 10px; }
    .section-title .line { flex: 1; height: 1px; background: linear-gradient(to right, var(--green), transparent); }
    .view-all { color: var(--yellow); font-size: 13px; font-weight: 700; text-decoration: none; white-space: nowrap; }
    .view-all:hover { text-decoration: underline; color: var(--yellow-light); }
 
    /* ===== GAMES CARDS ===== */
    .game-card { background: var(--card-bg); border-radius: 12px; overflow: hidden; cursor: pointer; transition: transform .2s, box-shadow .2s; border: 1px solid #1e3828; position: relative; }
    .game-card:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(0,0,0,.4); border-color: var(--green); }
    .game-card .game-thumb { height: 140px; display: flex; align-items: center; justify-content: center; font-size: 56px; position: relative; }
    .game-card .game-name { padding: 10px 12px; font-weight: 700; font-size: 14px; text-align: center; }
    .game-card .game-tag { position: absolute; top: 8px; left: 8px; font-size: 9px; font-weight: 800; padding: 3px 7px; border-radius: 4px; letter-spacing: .5px; }
    .tag-live { background: #ff4444; color: #fff; }
    .tag-hot { background: var(--yellow); color: var(--dark); }
    .tag-new { background: var(--green); color: #fff; }
 
    .game-thumb-crash { background: linear-gradient(135deg, #1a0a2e, #4a1060); }
    .game-thumb-roulette { background: linear-gradient(135deg, #1a0a0a, #6b1a1a); }
    .game-thumb-aviator { background: linear-gradient(135deg, #0a1a2e, #0a3a6b); }
    .game-thumb-teen { background: linear-gradient(135deg, #1a2a0a, #3a6b1a); }
    .game-thumb-andar { background: linear-gradient(135deg, #2a1a0a, #6b3a1a); }
    .game-thumb-dragon { background: linear-gradient(135deg, #0a2a1a, #1a6b3a); }
    .game-thumb-baccarat { background: linear-gradient(135deg, #1a1a2a, #3a1a6b); }
    .game-thumb-dice { background: linear-gradient(135deg, #2a2a0a, #6b6b1a); }
 
    /* ===== CRICKET SECTION ===== */
    .match-card { background: var(--card-bg); border-radius: 10px; border: 1px solid #1e3828; padding: 14px 18px; margin-bottom: 10px; transition: border-color .2s; cursor: pointer; }
    .match-card:hover { border-color: var(--green); }
    .match-meta { font-size: 11px; color: var(--gray); margin-bottom: 6px; }
    .match-teams { font-size: 15px; font-weight: 700; margin-bottom: 8px; }
    .match-odds { display: flex; gap: 8px; }
    .odd-btn { flex: 1; background: #1e3828; border: 1px solid #2d5040; border-radius: 6px; padding: 8px 4px; text-align: center; cursor: pointer; transition: .2s; }
    .odd-btn:hover { background: var(--green); border-color: var(--green); }
    .odd-label { font-size: 10px; color: var(--gray); display: block; }
    .odd-val { font-size: 15px; font-weight: 800; color: var(--yellow); }
    .live-match { border-color: #ff4444 !important; }
    .live-match .live-indicator { display: inline-flex; align-items: center; gap: 5px; background: rgba(255,68,68,.15); border: 1px solid #ff4444; color: #ff4444; font-size: 10px; font-weight: 800; padding: 2px 8px; border-radius: 4px; }
 
    /* ===== FEATURES ===== */
    .feature-card { background: var(--card-bg); border-radius: 12px; border: 1px solid #1e3828; padding: 24px 20px; text-align: center; transition: .2s; }
    .feature-card:hover { border-color: var(--green); transform: translateY(-3px); }
    .feature-icon { font-size: 36px; margin-bottom: 12px; }
    .feature-title { font-size: 16px; font-weight: 700; margin-bottom: 6px; }
    .feature-desc { font-size: 13px; color: var(--gray); }
 
    /* ===== HOW TO START ===== */
    .step-card { background: var(--card-bg); border-radius: 12px; border: 1px solid #1e3828; padding: 24px 20px; position: relative; }
    .step-num { width: 44px; height: 44px; border-radius: 50%; background: var(--yellow); color: var(--dark); font-size: 20px; font-weight: 800; display: flex; align-items: center; justify-content: center; margin-bottom: 14px; font-family: 'Rajdhani', sans-serif; }
    .step-connector { position: absolute; right: -30px; top: 40px; color: var(--green); font-size: 20px; z-index: 1; }
 
    /* ===== PAYMENT ===== */
    .payment-pill { background: var(--card-bg); border: 1px solid #1e3828; border-radius: 8px; padding: 12px 20px; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 14px; gap: 8px; }
 
    /* ===== APP DOWNLOAD ===== */
    .app-section { background: linear-gradient(135deg, var(--green-dark), #0a2a1a); border-radius: 16px; padding: 36px; position: relative; overflow: hidden; }
    .app-section::before { content:'🌸'; font-size: 200px; position: absolute; right: -30px; bottom: -40px; opacity: .05; }
    .btn-store { background: var(--dark); border: 1px solid #2d5040; border-radius: 10px; padding: 12px 20px; display: flex; align-items: center; gap: 12px; color: var(--white); text-decoration: none; transition: .2s; }
    .btn-store:hover { border-color: var(--green); background: #122b1c; color: var(--white); }
    .btn-store .store-icon { font-size: 28px; }
    .btn-store .store-text small { display: block; font-size: 11px; color: var(--gray); }
    .btn-store .store-text strong { font-size: 16px; }
 
    /* ===== FEATURED ON ===== */
    .media-logo { background: var(--card-bg); border: 1px solid #1e3828; border-radius: 8px; padding: 14px 20px; display: flex; align-items: center; justify-content: center; font-size: 15px; font-weight: 800; color: var(--gray); transition: .2s; min-width: 120px; }
    .media-logo:hover { border-color: var(--green); color: var(--white); }
 
    /* ===== FOOTER ===== */
    footer { background: #050f09; border-top: 1px solid #1e3828; }
    .footer-logo { font-family: 'Rajdhani', sans-serif; font-size: 26px; font-weight: 700; }
    .footer-link { color: var(--gray); text-decoration: none; font-size: 13px; display: block; margin-bottom: 8px; }
    .footer-link:hover { color: var(--yellow); }
    .social-btn { width: 36px; height: 36px; border-radius: 8px; background: var(--card-bg); border: 1px solid #1e3828; display: flex; align-items: center; justify-content: center; color: var(--gray); font-size: 15px; text-decoration: none; transition: .2s; }
    .social-btn:hover { background: var(--green); color: #fff; border-color: var(--green); }
    .footer-badge { display: inline-flex; align-items: center; gap: 6px; background: #0e2a1a; border: 1px solid #1e3828; border-radius: 6px; padding: 6px 12px; font-size: 12px; color: var(--gray); }
    .responsible-text { font-size: 11px; color: #506a5a; line-height: 1.6; }
    .age-badge { width: 36px; height: 36px; border-radius: 50%; border: 2px solid #ff4444; color: #ff4444; font-size: 12px; font-weight: 800; display: flex; align-items: center; justify-content: center; }
 
    /* ===== RATING ===== */
    .star { color: var(--yellow); }
 
    /* ===== PROMO BANNER ===== */
    .promo-strip { background: linear-gradient(90deg, var(--yellow) 0%, #e6a800 100%); color: var(--dark); padding: 10px 0; font-weight: 800; font-size: 14px; }
 
    /* scrollbar */
    .main-content::-webkit-scrollbar { width: 5px; }
    .main-content::-webkit-scrollbar-thumb { background: var(--green); border-radius: 4px; }
    
    @media(max-width:991px){ .sidebar{display:none} }
    
    
    
  /* DIVIDER */
  .divider { height: 1px; background: linear-gradient(to right, transparent, var(--border), transparent); margin: 40px 0; }

  /* TESTIMONIALS */
  .testi-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 14px; margin-bottom: 32px; }
  .testi-card {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 20px 18px;
    position: relative;
    transition: border-color 0.2s, transform 0.2s;
  }
  .testi-card:hover { border-color: var(--g); transform: translateY(-3px); }
  .testi-card.featured { border-color: var(--g); border-width: 1.5px; }
  .testi-stars { color: var(--y); font-size: 14px; margin-bottom: 10px; letter-spacing: 2px; }
  .testi-text { font-size: 13px; color: var(--text); line-height: 1.65; margin-bottom: 16px; font-style: italic; }
  .testi-text::before { content: '\201C'; color: var(--y); font-size: 28px; line-height: 1; display: block; margin-bottom: 4px; font-style: normal; }
  .testi-user { display: flex; align-items: center; gap: 10px; }
  .testi-avatar {
    width: 36px; height: 36px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 13px; font-weight: 700; flex-shrink: 0;
    border: 1.5px solid var(--border);
  }
  .av-r { background: #1a3820; color: #5dba7a; }
  .av-s { background: #1a2a38; color: #5daaba; }
  .av-p { background: #2a1a38; color: #aa5dba; }
  .av-a { background: #381a1a; color: #ba5d5d; }
  .av-k { background: #2a2a1a; color: #baba5d; }
  .av-m { background: #1a381a; color: #5dba5d; }
  .testi-name { font-size: 13px; font-weight: 700; color: var(--white); }
  .testi-meta { font-size: 11px; color: #6a9a7a; }
  .verified-badge {
    position: absolute; top: 14px; right: 14px;
    background: rgba(14,102,68,0.3); border: 1px solid var(--g);
    color: #5dba7a; font-size: 9px; font-weight: 800;
    padding: 3px 7px; border-radius: 5px; letter-spacing: 0.5px;
  }
  .testi-summary {
    background: var(--card); border: 1px solid var(--border);
    border-radius: 14px; padding: 20px 24px;
    display: flex; flex-wrap: wrap; gap: 20px; justify-content: space-around;
    margin-top: 4px; margin-bottom: 40px;
  }
  .testi-stat { text-align: center; }
  .testi-stat .big { font-size: 28px; font-weight: 800; color: var(--y); }
  .testi-stat .sm { font-size: 11px; color: var(--text); margin-top: 2px; }
  
  
  .payment-marquee {
  overflow: hidden;
  position: relative;
  width: 100%;
  background: rgba(255,255,255,0.03);
  padding: 15px 0;
}

.payment-track {
  display: flex;
  width: max-content;
  animation: scrollPayments 25s linear infinite;
}

.payment-track img {
  height: 40px;
  margin: 0 25px;
  filter: grayscale(100%);
  opacity: 0.8;
  transition: all 0.3s ease;
}

.payment-track img:hover {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.1);
}

/* Animation */
@keyframes scrollPayments {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}


.media-container {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

/* CARD STYLE */
.media-item {
  width: 150px;
  height: 75px;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s ease;
}

/* DARK OVERLAY */
.media-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.85) 20%,
    rgba(0,0,0,0.6) 50%,
    rgba(0,0,0,0.2) 100%
  );
}

/* TEXT */
.media-item span {
position: absolute;
    bottom: -1px;
    left: 12px;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    z-index: 2;
    text-shadow: 0px 20px 20px rgb(0 0 0 / 90%);
    letter-spacing: 0.3px;
}
/* HOVER EFFECT */
.media-item:hover {
  transform: translateY(-4px) scale(1.03);
}

/* FLOATING PREVIEW */
.media-preview {
  position: fixed;
  top: 50%;
  right: 40px;
  transform: translateY(-50%) scale(0.9);
  opacity: 0;
  pointer-events: none;
  transition: all 0.25s ease;
  z-index: 999;
}

.media-preview img {
  width: 380px;
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.6);
}

.media-preview.active {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}




/* MOBILE */
@media (max-width: 768px) {
  .media-item {
    width: 48%;
    height: 80px;
  }

  .media-preview img {
    width: 90vw;
  }
}



.lotus_box{
    margin: 20px 0;
    height: 350px;
    overflow-x: scroll;
    background: #122818;
    padding: 17px;
    border-top: 2px solid #f0c040;
}
.lotus_box h2 {
    font-size: 15px;
    margin-bottom: 10px;
    color: #1e7f4f;
    font-weight: 600;
}
.lotus_box h3 {
    font-size: 15px;
    margin-bottom: 10px;
    color: #1e7f4f;
    font-weight: 600;
}
.lotus_box h4 {
    font-size: 15px;
    margin-bottom: 10px;
    color: #1e7f4f;
    font-weight: 600;
}
.lotus_box p {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 8px;
}