/*
Theme Name: 7StarsWin Custom
Theme URI: https://7starswin.com
Author: 7StarsWin Team
Description: Custom SEO-focused affiliate theme for betting & casino
Version: 1.0
*/
<script>
function toggleMenu() {
  document.getElementById('navLinks').classList.toggle('show');
}
</script>

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    background: #f4f5f7;
    color: #222;
    line-height: 1.8;
}

a {
    color: #6a2bd9;
    text-decoration: none;
}

a:hover {
    color: #4b1ea8;
}

.container {
    width: 92%;
    max-width: 1200px;
    margin: auto;
}

/* HEADER */
.site-header {
    background: #ffffff;
    border-bottom: 1px solid #ddd;
}

.top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
}

.logo {
    font-size: 26px;
    font-weight: bold;
    color: #6a2bd9;
}

.main-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 20px;
}

.main-nav ul li a {
    font-weight: 600;
    color: #333;
}

/* HERO */
.hero {
    background: linear-gradient(90deg, #6a2bd9, #8b5cf6);
    color: #fff;
    padding: 80px 20px;
}

.hero h1 {
    font-size: 42px;
    margin-bottom: 15px;
}

.hero p {
    font-size: 18px;
    max-width: 800px;
}

/* BUTTONS */
.btn {
    display: inline-block;
    padding: 14px 28px;
    border-radius: 6px;
    font-weight: bold;
    margin-right: 10px;
}

.btn-primary {
    background: #ffd100;
    color: #000;
}

.btn-secondary {
    background: #ffffff;
    color: #6a2bd9;
}

/* SECTIONS */
.section {
    background: #ffffff;
    margin: 30px 0;
    padding: 40px;
    border-radius: 10px;
}

.section h2 {
    color: #6a2bd9;
    margin-bottom: 15px;
}

/* TABLES */
table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

table th,
table td {
    border: 1px solid #ddd;
    padding: 12px;
}

table th {
    background: #f0ebff;
}

/* FOOTER */
.site-footer {
    background: #222;
    color: #ccc;
    padding: 40px 0;
}

.site-footer a {
    color: #bfa7ff;
}
.bonus-popup{
  background:#ffffff;
  width:420px;
  padding:36px 30px 34px;
  border-radius:20px;
  text-align:center;
  position:relative;
}

/* CLOSE BUTTON – TOP RIGHT */
.bonus-close{
  position:absolute;
  top:12px;
  right:14px;
  font-size:20px;
  font-weight:700;
  cursor:pointer;
  color:#999;
}

.bonus-close:hover{
  color:#ff4d4d;
}

/* IMAGE */
.bonus-image{
  width:160px;
  height:auto;
  margin:0 auto 18px;
  display:block;
}

/* BUTTON WRAPPER */
.bonus-actions{
  margin-top:26px;
  display:flex;
  justify-content:center;
  gap:18px;
}

/* COMMON BUTTON STYLE */
.btn{
  padding:14px 28px;
  border-radius:12px;
  font-weight:800;
  font-size:15px;
  text-decoration:none;
  display:inline-block;
}

/* CLAIM BONUS BUTTON */
.btn-claim{
  background:#6b2bd1;
  color:#ffffff;
  box-shadow:0 6px 16px rgba(107,43,209,.35);
}

/* DOWNLOAD APP BUTTON */
.btn-download{
  background:#6b2bd1;
  color:#ffffff;
  box-shadow:0 6px 16px rgba(107,43,209,.35);
}

/* HOVER EFFECT */
.btn:hover{
  transform:translateY(-1px);
  opacity:.95;
}
