*{
    margin: 0;
    padding: 0;
}
body {
  background-color: #000;
  color: #fff;
  font-family: Arial, sans-serif;
}
h1, h2, h3{
    color: #f5c542;
    padding: 10px;
    border-style: solid;
    border: 1px solid #FACF4D;
    border-radius: 15px;
    box-shadow: 0px 12px 9px 2px rgba(0, 0, 0, 0.5);
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 32px;
    font-weight: 700;
    margin-top: 30px;
}
b{
    color: #f5c542;
}
.post{
    width: 100%;
}
.navbar{
    position: fixed;
    z-index: 999;
    width: 100%;
}
/* Mobile fine-tuning */
.navbar-brand {
  font-size: 18px;
}
.logo{
    width: 100px;
}
.can{
    padding-top: 50px;
}
/* Sidebar */
.sidebar {
  background: #000;
  border-right: 2px solid #f5c542;
  height: 100vh;
  padding-top: 20px;
}

.sidebar ul {
  list-style: none;
  padding: 0;
}

.sidebar ul li {
  padding: 12px 15px;
  border-bottom: 1px solid #222;
  cursor: pointer;
}

.sidebar ul li:hover {
  background: #111;
  color: #f5c542;
}

/* Banner */
.banner img {
  width: 100%;
  border-radius: 12px;
}

/* Cards */
.card{
  background-color: #000;
  margin-top: 20px;
  margin-bottom: 20px;
}
.card img{
    width: 100%;
    border-radius: 15px;
    border: 1px solid #fed457;
}
.login{
    background-color: #FFD13F;
    font-size: 15px;
    color: #000000;
    border: none;
    border-radius: 5px;
    font-weight: 600;
    padding: 10px 20px;
}
.get{
    background-color: #FFD13F;
    font-size: 15px;
    color: #000000;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    font-weight: 600;
}

/* Navbar */
.navbar .nav-link {
  color: #FACF4D !important;
}

.navbar .nav-link:hover {
  color: #f5c542 !important;
}
/* header */
.fly{
    background-color: #232635;
    padding-top: 50px;
    padding-bottom: 30px;
    text-align: center;
}
.fly2{
    background-color: #232635;
    padding-top: 30px;
    padding-bottom: 30px;
    padding: 30px;
}
.fly3{
    background-color: #232635;
    padding-top: 30px;
    padding-bottom: 30px;
    border: 2px solid #FACF4D;
    border-radius: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.fly h1{
    color: #f5c542;
    padding: 10px;
    border-style: solid;
    border: 1px solid #FACF4D;
    border-radius: 15px;
    box-shadow: 0px 12px 9px 2px rgba(0, 0, 0, 0.5);
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 32px;
    font-weight: 700;
}
.fly b{
    color: #f5c542;
}
.spy{
    color: #f5c542;
    padding: 10px;
    border-style: solid;
    border: 1px solid #FACF4D;
    border-radius: 15px;
    box-shadow: 0px 12px 9px 2px rgba(0, 0, 0, 0.5);
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 42px;
    font-weight: 700;
}
.what{
    width: 200px;
}
.button-container {
        display: flex;
        gap: 20px;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
        padding: 0px 10px;
    }

    .game-button {
        position: relative;
        padding: 12px 40px;
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #ffffff;
        background: linear-gradient(180deg, #4a9eff 0%, #2b7fe6 50%, #1a5fb8 100%);
        border: none;
        cursor: pointer;
        clip-path: polygon(15px 0, 100% 0, calc(100% - 15px) 100%, 0 100%);
        box-shadow: 
            0 0 20px rgba(74, 158, 255, 0.5),
            inset 0 2px 5px rgba(255, 255, 255, 0.3),
            inset 0 -2px 5px rgba(0, 0, 0, 0.3);
        transition: all 0.3s ease;
        text-decoration: none;
        display: inline-block;
        text-align: center;
        white-space: nowrap;
    }

    .game-button::before {
        content: '';
        position: absolute;
        top: 2px;
        left: 2px;
        right: 2px;
        bottom: 2px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, transparent 50%);
        clip-path: polygon(15px 0, 100% 0, calc(100% - 15px) 100%, 0 100%);
        pointer-events: none;
    }

    .game-button:hover {
        transform: translateY(-2px);
        box-shadow: 
            0 0 30px rgba(74, 158, 255, 0.8),
            inset 0 2px 5px rgba(255, 255, 255, 0.4),
            inset 0 -2px 5px rgba(0, 0, 0, 0.3);
    }

    .game-button:active {
        transform: translateY(0);
        box-shadow: 
            0 0 15px rgba(74, 158, 255, 0.4),
            inset 0 2px 5px rgba(0, 0, 0, 0.4);
    }

    .game-button.register {
        background: linear-gradient(180deg, #667a9e 0%, #4a5a7a 50%, #2d3a52 100%);
        box-shadow: 
            0 0 20px rgba(102, 122, 158, 0.5),
            inset 0 2px 5px rgba(255, 255, 255, 0.2),
            inset 0 -2px 5px rgba(0, 0, 0, 0.3);
    }

    .game-button.register:hover {
        box-shadow: 
            0 0 30px rgba(102, 122, 158, 0.8),
            inset 0 2px 5px rgba(255, 255, 255, 0.3),
            inset 0 -2px 5px rgba(0, 0, 0, 0.3);
    }

    .game-button.register:active {
        box-shadow: 
            0 0 15px rgba(102, 122, 158, 0.4),
            inset 0 2px 5px rgba(0, 0, 0, 0.4);
    }

    /* Tablet Screens */
    @media screen and (max-width: 768px) {
        .button-container {
            gap: 15px;
            padding: 15px 10px;
        }

        .game-button {
            padding: 10px 30px;
            font-size: 14px;
            letter-spacing: 0.8px;
        }
    }

    /* Mobile Screens */
    @media screen and (max-width: 480px) {
        .button-container {
            flex-direction: column;
            gap: 12px;
            padding: 15px 10px;
            width: 100%;
        }

        .game-button {
            padding: 12px 20px;
            font-size: 13px;
            letter-spacing: 0.5px;
            width: 90%;
            max-width: 300px;
        }
    }

    /* Small Mobile Screens */
    @media screen and (max-width: 360px) {
        .game-button {
            padding: 10px 15px;
            font-size: 12px;
            width: 95%;
        }
    }

.bet-card {
  background: linear-gradient(135deg, #0c1b3a, #020d2b);
  border: 1px solid #d4af37;
  border-radius: 20px;
  padding: 40px;
  margin: 40px;
  color: #fff;
}

.logo-box {
  border: 2px solid #d4af37;
  border-radius: 20px;
  padding: 40px;
}

.logo-box img{
    width: 150px;
}

.title {
  color: #ffd700;
  font-weight: bold;
  margin-bottom: 15px;
}

.desc {
  color: #ccc;
}

.features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 20px;
}

.features span {
  background: #1b2a4d;
  padding: 10px;
  border-radius: 10px;
  display: block;
}

.tags {
  margin-top: 15px;
}

.tags span {
  border: 1px solid #d4af37;
  padding: 8px 15px;
  border-radius: 20px;
  margin-right: 10px;
}

.btn-orange {
  background: linear-gradient(45deg, #ff6a00, #ff8c42);
  color: #fff;
  border-radius: 30px;
  padding: 12px 20px;
  display: block;
}

/* Carousel arrows */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(1);
}
.about{
    background-color: #232635;
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    box-shadow: 0px 11px 10px 0px rgba(0, 0, 0, 0.5);
    border: 1px solid #FACF4D;
    border-radius: 0px 36px 0px 36px;
    padding: 15px;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
}
.table-container {
      width: 100%;
      overflow-x: auto;
    }

    .gold-table {
      width: 100%;
      border-collapse: collapse;
      margin: 0 auto;
      font-size: 16px;
      min-width: 600px;
    }

    .gold-table th,
    .gold-table td {
      padding: 12px 15px;
      border: 2px solid #000;
      text-align: left;
            color: #000;
    }

    .gold-table th {
      background-color: #e5c27a;
      color: #fff;
    }

    .gold-table tr:first-child th {
      background-color: #ebb248;
    }

    .gold-table td {
      background-color: #f9f9f9;
    }

    @media (max-width: 768px) {
      .gold-table {
        font-size: 14px;
        min-width: 100%;
      }

      .gold-table th,
      .gold-table td {
        padding: 10px;
      }
    }

    @media (max-width: 480px) {
      .gold-table {
        font-size: 13px;
      }
    }

     .circle-counter {
    width: 150px;
    height: 150px;
    border-radius: 100%;
    background: conic-gradient(#f6e58d, #f9ca24, #f6e58d);
    padding: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .inner-circle {
    background-color: #0b1531;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: sans-serif;
    text-align: center;
  }

  .count {
    font-size: 20px;
    font-weight: bold;
  }

  .label {
    font-size: 12px;
    margin-top: 5px;
    padding: 7px;
  }

  @media (max-width: 500px) {
    .circle-counter {
      width: 120px;
      height: 120px;
    }
  }
.easy{
    padding: 10px;
    border: 2px solid #FACF4D;
    border-radius: 10px;
    width: 600px;
    margin-left: 20px;
}
.tiers-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
            padding: 20px;
        }

        /* ============= SILVER TIER ============= */
        .tier-card.silver {
            position: relative;
            background: linear-gradient(145deg, #1a1a1f, #252530);
            border-radius: 20px;
            overflow: hidden;
            cursor: pointer;
            transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            border: 2px solid rgba(192, 192, 192, 0.3);
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
        }

        .tier-card.silver:hover {
            transform: translateY(-15px) scale(1.02);
            border-color: rgba(192, 192, 192, 0.8);
            box-shadow: 0 20px 60px rgba(192, 192, 192, 0.3),
                        0 0 50px rgba(192, 192, 192, 0.2),
                        inset 0 1px 0 rgba(255, 255, 255, 0.15);
        }

        .tier-card.silver::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, rgba(192, 192, 192, 0.1) 0%, transparent 70%);
            transition: all 0.5s ease;
            opacity: 0;
        }

        .tier-card.silver:hover::before {
            opacity: 1;
            animation: silver-glow 2s infinite;
        }

        @keyframes silver-glow {
            0%, 100% { transform: translate(0, 0) scale(1); }
            50% { transform: translate(-20px, -20px) scale(1.1); }
        }

        /* ============= GOLD TIER ============= */
        .tier-card.gold {
            position: relative;
            background: linear-gradient(145deg, #2a1f0f, #3d2b15);
            border-radius: 20px;
            overflow: hidden;
            cursor: pointer;
            transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            border: 2px solid rgba(255, 215, 0, 0.3);
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
        }

        .tier-card.gold:hover {
            transform: translateY(-15px) scale(1.02);
            border-color: rgba(255, 215, 0, 0.8);
            box-shadow: 0 20px 60px rgba(255, 215, 0, 0.35),
                        0 0 50px rgba(255, 215, 0, 0.25),
                        inset 0 1px 0 rgba(255, 255, 255, 0.1);
        }

        .tier-card.gold::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, rgba(255, 215, 0, 0.12) 0%, transparent 70%);
            transition: all 0.5s ease;
            opacity: 0;
        }

        .tier-card.gold:hover::before {
            opacity: 1;
            animation: gold-glow 2s infinite;
        }

        @keyframes gold-glow {
            0%, 100% { transform: translate(0, 0) scale(1); }
            50% { transform: translate(-20px, -20px) scale(1.1); }
        }

        /* ============= PLATINUM TIER ============= */
        .tier-card.platinum {
            position: relative;
            background: linear-gradient(145deg, #0f1f2e, #1a2f42);
            border-radius: 20px;
            overflow: hidden;
            cursor: pointer;
            transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            border: 2px solid rgba(229, 228, 226, 0.3);
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
        }

        .tier-card.platinum:hover {
            transform: translateY(-15px) scale(1.02);
            border-color: rgba(200, 198, 196, 0.9);
            box-shadow: 0 20px 70px rgba(200, 198, 196, 0.3),
                        0 0 60px rgba(135, 206, 250, 0.25),
                        inset 0 1px 0 rgba(255, 255, 255, 0.2);
        }

        .tier-card.platinum::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, rgba(135, 206, 250, 0.15) 0%, transparent 70%);
            transition: all 0.5s ease;
            opacity: 0;
        }

        .tier-card.platinum:hover::before {
            opacity: 1;
            animation: platinum-glow 2s infinite;
        }

        @keyframes platinum-glow {
            0%, 100% { transform: translate(0, 0) scale(1); }
            50% { transform: translate(-20px, -20px) scale(1.15); }
        }

        /* Common card styles */
        .tier-light {
            position: relative;
            padding: 30px 25px;
            display: flex;
            align-items: center;
            gap: 15px;
            min-height: 90px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        }

        .silver .tier-light {
            background: linear-gradient(135deg, rgba(192, 192, 192, 0.08) 0%, rgba(192, 192, 192, 0.02) 100%);
            border-bottom: 1px solid rgba(192, 192, 192, 0.25);
        }

        .gold .tier-light {
            background: linear-gradient(135deg, rgba(255, 215, 0, 0.08) 0%, rgba(255, 215, 0, 0.02) 100%);
            border-bottom: 1px solid rgba(255, 215, 0, 0.25);
        }

        .platinum .tier-light {
            background: linear-gradient(135deg, rgba(135, 206, 250, 0.08) 0%, rgba(135, 206, 250, 0.02) 100%);
            border-bottom: 1px solid rgba(135, 206, 250, 0.25);
        }

        .tier-icon {
            width: 60px;
            height: 60px;
            border-radius: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 32px;
            transition: all 0.3s ease;
            box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
        }

        .silver .tier-icon {
            background: linear-gradient(135deg, #c0c0c0, #e8e8e8);
            box-shadow: 0 0 25px rgba(192, 192, 192, 0.3);
        }

        .tier-card.silver:hover .tier-icon {
            transform: rotate(12deg) scale(1.15);
            box-shadow: 0 0 40px rgba(192, 192, 192, 0.6);
        }

        .gold .tier-icon {
            background: linear-gradient(135deg, #ffd700, #ffed4e);
            box-shadow: 0 0 25px rgba(255, 215, 0, 0.4);
        }

        .tier-card.gold:hover .tier-icon {
            transform: rotate(12deg) scale(1.15);
            box-shadow: 0 0 40px rgba(255, 215, 0, 0.7);
        }

        .platinum .tier-icon {
            background: linear-gradient(135deg, #87ceeb, #e0f6ff);
            box-shadow: 0 0 30px rgba(135, 206, 250, 0.4);
        }

        .tier-card.platinum:hover .tier-icon {
            transform: rotate(12deg) scale(1.15);
            box-shadow: 0 0 50px rgba(135, 206, 250, 0.7),
                        0 0 80px rgba(200, 198, 196, 0.3);
        }

        .tier-title {
            font-size: 26px;
            font-weight: 800;
            letter-spacing: 1.5px;
        }

        .silver .tier-title {
            color: #c0c0c0;
            text-shadow: 0 0 12px rgba(192, 192, 192, 0.3),
                         0 2px 4px rgba(0, 0, 0, 0.5);
        }

        .gold .tier-title {
            color: #ffd700;
            text-shadow: 0 0 12px rgba(255, 215, 0, 0.4),
                         0 2px 4px rgba(0, 0, 0, 0.5);
        }

        .platinum .tier-title {
            color: #87ceeb;
            text-shadow: 0 0 12px rgba(135, 206, 250, 0.4),
                         0 0 8px rgba(200, 198, 196, 0.2),
                         0 2px 4px rgba(0, 0, 0, 0.5);
        }

        .tier-content {
            padding: 30px 25px;
            position: relative;
            z-index: 2;
        }

        /* Activity badge */
        .activity-badge {
            display: inline-block;
            padding: 8px 16px;
            border-radius: 20px;
            font-size: 12px;
            font-weight: 700;
            letter-spacing: 1px;
            text-transform: uppercase;
            margin-bottom: 20px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
        }

        .silver .activity-badge {
            background: linear-gradient(135deg, rgba(192, 192, 192, 0.2), rgba(192, 192, 192, 0.1));
            color: #c0c0c0;
            border: 1px solid rgba(192, 192, 192, 0.4);
        }

        .gold .activity-badge {
            background: linear-gradient(135deg, rgba(255, 215, 0, 0.2), rgba(255, 215, 0, 0.1));
            color: #ffd700;
            border: 1px solid rgba(255, 215, 0, 0.4);
        }

        .platinum .activity-badge {
            background: linear-gradient(135deg, rgba(135, 206, 250, 0.2), rgba(135, 206, 250, 0.1));
            color: #87ceeb;
            border: 1px solid rgba(135, 206, 250, 0.4);
        }

        .benefit-list {
            list-style: none;
            margin-bottom: 25px;
        }

        .benefit-item {
            display: flex;
            gap: 12px;
            margin-bottom: 15px;
            color: #e0e0e0;
            font-size: 14px;
            line-height: 1.5;
            transition: all 0.3s ease;
            align-items: flex-start;
        }

        .benefit-item:hover {
            transform: translateX(8px);
        }

        .silver .benefit-item:hover {
            color: #c0c0c0;
        }

        .gold .benefit-item:hover {
            color: #ffd700;
        }

        .platinum .benefit-item:hover {
            color: #87ceeb;
        }

        .benefit-icon {
            margin-top: 2px;
            font-size: 16px;
            flex-shrink: 0;
        }

        .silver .benefit-icon {
            color: #c0c0c0;
        }

        .gold .benefit-icon {
            color: #ffd700;
        }

        .platinum .benefit-icon {
            color: #87ceeb;
        }

        /* CTA Button */
        .tier-button {
            width: 100%;
            padding: 15px 24px;
            border: none;
            border-radius: 12px;
            font-size: 16px;
            font-weight: 700;
            cursor: pointer;
            transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            position: relative;
            overflow: hidden;
            letter-spacing: 1px;
            text-transform: uppercase;
        }

        .silver .tier-button {
            background: linear-gradient(135deg, #c0c0c0, #e8e8e8);
            color: #1a1a1f;
            box-shadow: 0 8px 25px rgba(192, 192, 192, 0.25);
        }

        .silver .tier-button:hover {
            transform: translateY(-3px);
            box-shadow: 0 12px 40px rgba(192, 192, 192, 0.45);
            background: linear-gradient(135deg, #e8e8e8, #c0c0c0);
        }

        .gold .tier-button {
            background: linear-gradient(135deg, #ffd700, #ffed4e);
            color: #2a1f0f;
            box-shadow: 0 8px 25px rgba(255, 215, 0, 0.35);
        }

        .gold .tier-button:hover {
            transform: translateY(-3px);
            box-shadow: 0 12px 40px rgba(255, 215, 0, 0.55);
            background: linear-gradient(135deg, #ffed4e, #ffd700);
        }

        .platinum .tier-button {
            background: linear-gradient(135deg, #87ceeb, #00bfff);
            color: #0f1f2e;
            box-shadow: 0 8px 25px rgba(135, 206, 250, 0.35);
        }

        .platinum .tier-button:hover {
            transform: translateY(-3px);
            box-shadow: 0 12px 40px rgba(135, 206, 250, 0.6),
                        0 0 30px rgba(200, 198, 196, 0.2);
            background: linear-gradient(135deg, #00bfff, #87ceeb);
        }

        .tier-button::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
            transition: left 0.5s;
        }

        .tier-button:hover::before {
            left: 100%;
        }

        .tier-button:active {
            transform: translateY(-1px);
        }

        /* Shine effect */
        .tier-card::after {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, 
                transparent, 
                rgba(255, 255, 255, 0.08), 
                transparent);
            animation: shine 3s infinite;
        }

        @keyframes shine {
            0% { left: -100%; }
            100% { left: 100%; }
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .tiers-grid {
                grid-template-columns: 1fr;
                gap: 20px;
                padding: 15px;
            }

            .tier-title {
                font-size: 22px;
            }

            .tier-card:hover {
                transform: translateY(-10px) scale(1.01);
            }
        }

        @media (max-width: 480px) {
            .tiers-grid {
                gap: 15px;
                padding: 10px;
            }

            .tier-light {
                padding: 20px 15px;
                min-height: 75px;
            }

            .tier-icon {
                width: 50px;
                height: 50px;
                font-size: 28px;
            }

            .tier-title {
                font-size: 20px;
                letter-spacing: 0.5px;
            }

            .tier-content {
                padding: 20px 15px;
            }

            .benefit-item {
                font-size: 13px;
                margin-bottom: 12px;
            }

            .tier-button {
                padding: 12px 20px;
                font-size: 14px;
            }
        }

        /* Animation on load */
        @keyframes slideInUp {
            from {
                opacity: 0;
                transform: translateY(40px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .tier-card {
            animation: slideInUp 0.6s ease-out forwards;
        }

        .tier-card:nth-child(2) {
            animation-delay: 0.1s;
        }

        .tier-card:nth-child(3) {
            animation-delay: 0.2s;
        }

        /* Crown badge for platinum */
        .crown-badge {
            position: absolute;
            top: 15px;
            right: 15px;
            font-size: 24px;
            animation: float 3s ease-in-out infinite;
        }

        @keyframes float {
            0%, 100% { transform: translateY(0px); }
            50% { transform: translateY(-8px); }
        }
        .light {
            text-align: center;
            /* margin-bottom: 50px; */
            color: #fff;
        }

        .light h1 {
            font-size: 2.5em;
            text-shadow: 3px 3px 0px #ff6b00, 6px 6px 0px rgba(255, 107, 0, 0.5);
            margin-bottom: 10px;
            animation: bounce 2s infinite;
        }

        .light p {
            font-size: 1.1em;
            color: #ffd700;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
        }

        @keyframes bounce {
            0%, 100% { transform: translateY(0); }
            50% { transform: translateY(-20px); }
        }

       .buttons-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}


        .cta-button {
            position: relative;
            padding: 20px 30px;
            font-size: 1.1em;
            font-weight: bold;
            border: none;
            cursor: pointer;
            border-radius: 15px;
            text-transform: uppercase;
            letter-spacing: 2px;
            overflow: hidden;
            transition: all 0.3s ease;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
            text-decoration: none;
            display: inline-block;
            width: 100%;
            text-align: center;
            font-family: 'Comic Sans MS', cursive;
            transform-style: preserve-3d;
            perspective: 1000px;
        }

        /* Individual Button Styles */
        .btn-ipl {
           background: linear-gradient(135deg, #ffd700, #ffed4e);
            color: #000;
            border: none;
            box-shadow: 0 8px 25px rgba(255, 215, 0, 0.35);
        }

        /* Animated Background */
        .btn-bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, transparent 70%);
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        /* Comic Style Speech Bubble Effect */
        .btn-content {
            position: relative;
            z-index: 1;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
        }

        .btn-icon {
            font-size: 1.5em;
            animation: rotate 3s infinite linear;
        }

        @keyframes rotate {
            0% { transform: rotate(0deg) scale(1); }
            50% { transform: rotate(180deg) scale(1.1); }
            100% { transform: rotate(360deg) scale(1); }
        }

        /* Hover Effects */
        .cta-button:hover {
            transform: translateY(-5px) scale(1.05);
            box-shadow: 
                0 0 20px rgba(255, 255, 255, 0.5),
                0 20px 40px rgba(0, 0, 0, 0.5);
            animation: pulse 0.6s ease-out;
        }

        @keyframes pulse {
            0% {
                box-shadow: 
                    0 0 0 0 currentColor,
                    0 0 20px rgba(255, 255, 255, 0.5),
                    0 20px 40px rgba(0, 0, 0, 0.5);
            }
            100% {
                box-shadow: 
                    0 0 0 20px rgba(255, 255, 255, 0),
                    0 0 20px rgba(255, 255, 255, 0.5),
                    0 20px 40px rgba(0, 0, 0, 0.5);
            }
        }

        .cta-button:active {
            transform: translateY(-2px) scale(0.98);
        }

        /* Comic Style Starbursts */
        .starburst {
            position: absolute;
            width: 20px;
            height: 20px;
            background: radial-gradient(circle, #fff 0%, transparent 70%);
            border-radius: 50%;
            opacity: 0;
            pointer-events: none;
        }

        .cta-button:hover .starburst {
            animation: starburst-pop 0.8s ease-out;
        }

        @keyframes starburst-pop {
            0% {
                width: 0;
                height: 0;
                opacity: 1;
            }
            100% {
                width: 40px;
                height: 40px;
                opacity: 0;
            }
        }

        /* Comic Text Effect */
        .comic-text {
            font-style: italic;
            font-weight: 900;
            letter-spacing: 1px;
            text-shadow: 
                -2px -2px 0 rgba(0, 0, 0, 0.3),
                2px 2px 0 rgba(255, 255, 255, 0.5);
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .buttons-grid {
                grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
                gap: 20px;
            }

            .cta-button {
                padding: 15px 20px;
                font-size: 0.95em;
                border-radius: 12px;
            }

            .light h1 {
                font-size: 1.8em;
                text-shadow: 2px 2px 0px #ff6b00, 4px 4px 0px rgba(255, 107, 0, 0.5);
            }

            .btn-icon {
                font-size: 1.2em;
            }
        }

        @media (max-width: 480px) {
            .buttons-grid {
                grid-template-columns: 1fr;
                gap: 15px;
            }

            .cta-button {
                padding: 12px 15px;
                font-size: 0.85em;
                border-radius: 10px;
                letter-spacing: 1px;
            }

            .light h1 {
                font-size: 1.5em;
                text-shadow: 2px 2px 0px #ff6b00, 3px 3px 0px rgba(255, 107, 0, 0.5);
            }

            .light p {
                font-size: 0.9em;
            }

            .btn-icon {
                font-size: 1em;
            }

            .btn-content {
                flex-direction: column;
                gap: 5px;
            }
        }

        /* Ripple Effect */
        .ripple {
            position: absolute;
            border-radius: 50%;
            background: radial-gradient(circle, rgba(255, 255, 255, 0.8) 0%, transparent 70%);
            transform: scale(0);
            animation: ripple-animation 0.6s ease-out;
            pointer-events: none;
        }

        @keyframes ripple-animation {
            to {
                transform: scale(4);
                opacity: 0;
            }
        }

        /* Focus State for Accessibility */
        .cta-button:focus {
            outline: none;
            box-shadow: 
                0 0 0 4px rgba(255, 255, 255, 0.5),
                0 0 20px rgba(255, 255, 255, 0.5),
                0 20px 40px rgba(0, 0, 0, 0.5);
        }

        /* Comic Dialogue Styles */
        .btn-label {
            display: block;
            font-weight: bold;
            text-transform: uppercase;
        }

        .btn-tagline {
            display: block;
            font-size: 0.7em;
            opacity: 0.9;
            font-style: italic;
            margin-top: 3px;
        }
        .casino-points-wrapper {
  position: relative;
  max-width: 900px;
  margin: 2.5em auto;
  padding: 2.5em 1em 2em 1em;
  background: linear-gradient(135deg, #181818 80%, #FFD70010 100%) padding-box, var(--glitter);
  border-radius: 26px;
  box-shadow: 0 0 40px 5px #FFD70066, 0 2px 50px 0 #FFD70033;
  overflow: hidden;
}

.golden-waterfall {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 24px;
  pointer-events: none;
  z-index: 2;
  background: linear-gradient(180deg, #FFD700cc 70%, transparent 100%);
  filter: blur(1.5px) brightness(1.3);
  opacity: 0.97;
  border-radius: 26px 26px 0 0;
  overflow: hidden;
  animation: waterfall-fall 3.5s infinite linear alternate;
}
@keyframes waterfall-fall {
  0% { opacity: 0.92; filter: blur(1.2px) brightness(1.2);}
  80% { opacity: 0.97; filter: blur(2.2px) brightness(1.5);}
  100% { opacity: 0.97; filter: blur(1.5px) brightness(1.3);}
}

.casino-title {
  font-family: 'Orbitron', 'Poppins', Arial, sans-serif;
  font-size: 2.5rem;
  letter-spacing: 2px;
  background: linear-gradient(92deg, #FFD700, #fff, #FFA600 60%, #B8860B);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 2px 6px #FFD7008F, 0 10px 36px #B8860B5C, 0 0 2px #fff;
  margin-bottom: 1.2em;
  margin-top: 0;
  text-align: center;
  z-index: 2;
  position: relative;
}

.casino-points-table {
  width: 100%;
  min-width: 320px;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 1.50rem;
  background: linear-gradient(115deg, #2c2c2cb4 65%, #FFD70012 100%), var(--glitter);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 0 25px 1.5px #FFD70044 inset;
  table-layout: auto;
}
.casino-points-table thead th {
  padding: 0.9em 0.7em;
  background: linear-gradient(90deg, #FFD700df 60%, #FFA60060 100%);
  color: #222;
  font-weight: 700;
  text-align: left;
  text-shadow: 0 4px 18px #FFD70070;
  border-bottom: 2.5px solid var(--deep-gold);
  letter-spacing: 2px;
  font-size: 17px;
}
.casino-points-table td {
  padding: 0.88em 0.62em;
  color: #FFF;
  background: linear-gradient(90deg, #181818cc 88%, #FFD7000E 100%);
  text-shadow: 0 0 4px #FFD70033;
  border-bottom: 1px solid #FFD70038;
  border-right: 1px solid #FFD70029;
  position: relative;
  font-size: 17px;
}
.casino-points-table td:first-child {
  font-weight: 600;
}
.casino-points-table tr:last-child td {
  border-bottom: none;
}

.casino-points-table tr:hover {
  background: linear-gradient(90deg, #FFD70024 80%, #fffef870 100%) !important;
  color: #222;
  transition: background 0.15s, color 0.24s;
}

.casino-points-table, 
.casino-points-table * {
  box-sizing: border-box;
}

/* Sparkling border effect */
.casino-points-table,
.casino-points-wrapper {
  border: 2.8px solid transparent;
  background-clip: padding-box;
  position: relative;
}
.casino-points-wrapper:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 26px;
  pointer-events: none;
  border: 2.8px solid;
  border-image: linear-gradient(120deg, #FFD700 50%, #fff 75%, #B8860B 100%) 1;
  opacity: 0.88;
  filter: drop-shadow(0 0 18px #FFD70088);
  z-index: 3;
}

.casino-points-table:after {
  content: "";
  display: block;
  pointer-events: none;
  position: absolute;
  left: 0; right: 0; top: 0; bottom: 0;
  z-index: 1;
  opacity: 0.12;
  background: repeating-linear-gradient(-45deg,#FFD70066 0 2px,#fff0 3px 11px);
  mix-blend-mode: lighten;
  pointer-events: none;
}

@media (max-width: 720px) {
  .casino-points-wrapper {
    padding: 1.6em 0.3em 1em 0.3em;
  }
  .casino-title {
    font-size: 1.2rem;
  }
  .casino-points-table thead th, .casino-points-table td {
    padding: 0.55em 0.3em;
    font-size: 0.93rem;
  }
  .golden-waterfall { height: 18px; }
}
@media (max-width: 480px) {
  .casino-points-table {
    font-size: 0.95rem;
  }
  .casino-title {
    font-size: 1rem;
    padding: 0.3em 0;
  }
  .casino-points-wrapper {
    padding: 1.1em 0.1em 1.1em 0.1em;
    border-radius: 15px;
  }
  .casino-points-wrapper:before {
    border-radius: 15px;
  }
  .golden-waterfall { 
    height: 10px; 
    border-radius: 15px 15px 0 0;
  }
}
.cards-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 30px;
            padding: 20px;
        }

        .casino-card {
            position: relative;
            background: linear-gradient(145deg, #1a1410, #2a1f15);
            border-radius: 20px;
            overflow: hidden;
            cursor: pointer;
            transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            border: 2px solid rgba(255, 215, 0, 0.2);
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
        }

        .casino-card:hover {
            transform: translateY(-12px) scale(1.02);
            border-color: rgba(255, 215, 0, 0.7);
            box-shadow: 0 20px 60px rgba(255, 215, 0, 0.35),
                        0 0 40px rgba(255, 215, 0, 0.25),
                        inset 0 1px 0 rgba(255, 255, 255, 0.1);
        }

        /* Glow effect background */
        .casino-card::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, rgba(255, 215, 0, 0.12) 0%, transparent 70%);
            transition: all 0.5s ease;
            opacity: 0;
        }

        .casino-card:hover::before {
            opacity: 1;
            animation: golden-glow 2s infinite;
        }

        @keyframes golden-glow {
            0%, 100% { transform: translate(0, 0) scale(1); }
            50% { transform: translate(-20px, -20px) scale(1.1); }
        }

        /* Card header with icon area */
        .card-header {
            position: relative;
            padding: 30px 25px;
            background: linear-gradient(135deg, rgba(255, 215, 0, 0.08) 0%, rgba(255, 215, 0, 0.03) 100%);
            border-bottom: 1px solid rgba(255, 215, 0, 0.25);
            display: flex;
            align-items: center;
            gap: 15px;
            min-height: 80px;
        }

        .game-icon {
            width: 50px;
            height: 50px;
            border-radius: 12px;
            background: linear-gradient(135deg, #ffd700, #ffed4e);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 28px;
            box-shadow: 0 0 20px rgba(255, 215, 0, 0.4);
            transition: all 0.3s ease;
        }

        .casino-card:hover .game-icon {
            transform: rotate(15deg) scale(1.15);
            box-shadow: 0 0 35px rgba(255, 215, 0, 0.7),
                        0 0 60px rgba(255, 215, 0, 0.3);
        }

        .card-header h3 {
            color: #ffd700;
            font-size: 24px;
            font-weight: 700;
            letter-spacing: 1.5px;
            text-shadow: 0 0 12px rgba(255, 215, 0, 0.4),
                         0 2px 4px rgba(0, 0, 0, 0.5);
        }

        /* Card content */
        .card-content {
            padding: 25px;
            position: relative;
            z-index: 2;
        }

        .game-list {
            list-style: none;
            margin-bottom: 25px;
        }

        .game-item {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 14px;
            color: #e8e8e8;
            font-size: 14px;
            line-height: 1.5;
            transition: all 0.3s ease;
        }

        .game-item:hover {
            color: #ffd700;
            transform: translateX(6px);
        }

        .game-item::before {
            content: '♦';
            color: #ffd700;
            font-size: 16px;
            font-weight: bold;
        }

        /* Premium badge */
        .premium-badge {
            display: inline-block;
            background: linear-gradient(135deg, #ffd700, #ffed4e);
            color: #1a1410;
            padding: 6px 14px;
            border-radius: 20px;
            font-size: 11px;
            font-weight: 700;
            letter-spacing: 1px;
            text-transform: uppercase;
            margin-bottom: 15px;
            box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
        }

        /* CTA Button */
        .cta-button {
            width: 100%;
            padding: 14px 24px;
            background: linear-gradient(135deg, #ffd700, #ffed4e);
            border: none;
            border-radius: 10px;
            color: #1a1410;
            font-size: 16px;
            font-weight: 700;
            cursor: pointer;
            transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            position: relative;
            overflow: hidden;
            box-shadow: 0 8px 25px rgba(255, 215, 0, 0.35);
            letter-spacing: 1px;
            text-transform: uppercase;
        }

        .cta-button::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
            transition: left 0.5s;
        }

        .cta-button:hover {
            transform: translateY(-3px);
            box-shadow: 0 12px 40px rgba(255, 215, 0, 0.55);
            background: linear-gradient(135deg, #ffed4e, #ffd700);
        }

        .cta-button:hover::before {
            left: 100%;
        }

        .cta-button:active {
            transform: translateY(-1px);
        }

        /* Decorative elements */
        .card-decoration {
            position: absolute;
            width: 100%;
            height: 3px;
            background: linear-gradient(90deg, 
                transparent, 
                rgba(255, 215, 0, 0.3), 
                transparent);
            top: 20%;
            left: 0;
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .casino-card:hover .card-decoration {
            opacity: 1;
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .cards-grid {
                grid-template-columns: 1fr;
                gap: 20px;
                padding: 15px;
            }

            .card-header h3 {
                font-size: 20px;
            }

            .game-icon {
                width: 45px;
                height: 45px;
                font-size: 24px;
            }

            .casino-card:hover {
                transform: translateY(-8px) scale(1.01);
            }
        }

        @media (max-width: 480px) {
            .cards-grid {
                gap: 15px;
                padding: 10px;
            }

            .card-header {
                padding: 20px 15px;
            }

            .card-content {
                padding: 15px;
            }

            .card-header h3 {
                font-size: 18px;
                letter-spacing: 0.5px;
            }

            .game-item {
                font-size: 13px;
                margin-bottom: 12px;
                gap: 10px;
            }

            .cta-button {
                padding: 12px 20px;
                font-size: 14px;
            }

            .premium-badge {
                padding: 5px 12px;
                font-size: 10px;
            }
        }

        /* Animation on load */
        @keyframes slideInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .casino-card {
            animation: slideInUp 0.6s ease-out forwards;
        }

        .casino-card:nth-child(2) {
            animation-delay: 0.1s;
        }

        .casino-card:nth-child(3) {
            animation-delay: 0.2s;
        }

        .casino-card:nth-child(4) {
            animation-delay: 0.3s;
        }

        /* Shine effect on cards */
        @keyframes shine {
            0% { left: -100%; }
            100% { left: 100%; }
        }

        .casino-card::after {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, 
                transparent, 
                rgba(255, 255, 255, 0.1), 
                transparent);
            animation: shine 3s infinite;
        }
.swiper {
  padding: 30px 0;
}

.swiper-slide {
  text-align: center;
}

.swiper-slide img {
  width: 100%;
  /* height: 120px; */
  object-fit: contain;
  border-radius: 10px;
  padding: 10px;
}
.security-features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(260px,1fr));
  gap: 24px;
  padding: 24px 0;
}
.security-card {
  position: relative;
  background: linear-gradient(135deg,#181830,#222244);
  border-radius: 18px;
  border: 2px solid rgba(100,255,218,0.13);
  box-shadow: 0 5px 32px rgba(0,0,0,0.22);
  transition: transform .25s cubic-bezier(.25,.46,.45,.94),box-shadow .25s;
  padding: 28px 22px 26px 22px;
  text-align: left;
  overflow: hidden;
}
.security-card:hover {
  transform: translateY(-7px) scale(1.025);
  box-shadow: 0 14px 50px rgba(100,255,218,0.09),0 0 40px rgba(90,180,255,.13);
  border-color: rgba(100,255,218,.33);
}
.security-card::after {
  content: '';
  position: absolute;
  top: -50%; left: -50%;
  width: 200%; height: 200%;
  background: radial-gradient(circle,rgba(100,255,218,0.09) 0%,transparent 68%);
  opacity: 0; pointer-events: none;
  transition: opacity 0.4s;
}
.security-card:hover::after {
  opacity: 1;
  animation: flashyglow 2.4s infinite;
}
@keyframes flashyglow {
  0%,100% { opacity: 1; }
  50% { opacity: 0.5; }
}
.security-icon {
  background: linear-gradient(135deg,#1cffe6 0%,#5aeeff 100%);
  color: #181830;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  border-radius: 14px;
  margin-bottom: 16px;
  box-shadow: 0 0 18px rgba(100,255,218,0.18),0 2px 8px rgba(0,0,0,.10);
  transition: box-shadow .3s,transform .3s;
}
.security-card:hover .security-icon {
  box-shadow: 0 0 32px #1cffe6,0 0 60px #5aeeff88;
  transform: scale(1.09) rotate(-3deg);
}
.security-card h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #1cffe6;
  font-weight: 700;
  text-shadow: 0 2px 14px rgba(47,245,255,0.12);
}
.security-card p {
  color: #f2f2f2;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 500px) {
  .security-features-grid { gap: 12px; padding: 0; }
  .security-card { padding:18px 10px 18px 12px;}
  .security-card h3 { font-size: 16px;}
  .security-icon { width: 44px;height:44px;font-size:25px;}
}
 .promos-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 20px;
            padding: 20px;
        }

        /* ============= WELCOME BONUS CARD ============= */
        .promo-card {
            position: relative;
            border-radius: 18px;
            overflow: hidden;
            cursor: pointer;
            transition: all 0.2s ease;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
            display: flex;
            flex-direction: column;
            height: 100%;
            min-height: 340px;
        }

        /* Welcome Bonus - Vibrant Orange/Red */
        .promo-card.welcome {
            background: linear-gradient(135deg, #ff6b35 0%, #ff4500 50%, #e63946 100%);
            border: 3px solid #ff8c42;
        }

        .promo-card.welcome:hover {
            transform: translateY(-8px) scale(1.03);
            box-shadow: 0 20px 60px rgba(255, 107, 53, 0.4),
                        0 0 30px rgba(255, 107, 53, 0.3);
            border-color: #ffa500;
        }

        /* Reload Bonus - Green */
        .promo-card.reload {
            background: linear-gradient(135deg, #2ecc71 0%, #27ae60 50%, #229954 100%);
            border: 3px solid #1abc9c;
        }

        .promo-card.reload:hover {
            transform: translateY(-8px) scale(1.03);
            box-shadow: 0 20px 60px rgba(46, 204, 113, 0.4),
                        0 0 30px rgba(46, 204, 113, 0.3);
            border-color: #16a085;
        }

        /* Referral Bonus - Purple */
        .promo-card.referral {
            background: linear-gradient(135deg, #9b59b6 0%, #8e44ad 50%, #6c3483 100%);
            border: 3px solid #af7ac5;
        }

        .promo-card.referral:hover {
            transform: translateY(-8px) scale(1.03);
            box-shadow: 0 20px 60px rgba(155, 89, 182, 0.4),
                        0 0 30px rgba(155, 89, 182, 0.3);
            border-color: #d7bde2;
        }

        /* IPL Special - Blue/Gold */
        .promo-card.ipl {
            background: linear-gradient(135deg, #1e3c72 0%, #2a5298 50%, #ff9e00 100%);
            border: 3px solid #ffd700;
        }

        .promo-card.ipl:hover {
            transform: translateY(-8px) scale(1.03);
            box-shadow: 0 20px 60px rgba(255, 158, 0, 0.5),
                        0 0 30px rgba(255, 158, 0, 0.4);
            border-color: #ffed4e;
        }

        /* Badge/Tag */
        .promo-badge {
            position: absolute;
            top: 12px;
            right: 12px;
            background: rgba(255, 255, 255, 0.95);
            color: #333;
            padding: 6px 12px;
            border-radius: 20px;
            font-size: 11px;
            font-weight: 800;
            letter-spacing: 1px;
            text-transform: uppercase;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
            animation: pulse-badge 2s infinite;
        }

        @keyframes pulse-badge {
            0%, 100% { transform: scale(1); }
            50% { transform: scale(1.05); }
        }

        /* Card content */
        .promo-content {
            padding: 24px 20px;
            flex-grow: 1;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        /* Top section */
        .promo-header {
            flex-grow: 1;
        }

        .promo-title {
            font-size: 22px;
            font-weight: 900;
            color: white;
            margin-bottom: 12px;
            line-height: 1.2;
            text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
        }

        .promo-description {
            font-size: 14px;
            color: rgba(255, 255, 255, 0.95);
            line-height: 1.5;
            margin-bottom: 16px;
        }

        /* Highlight amount */
        .promo-highlight {
            background: rgba(255, 255, 255, 0.15);
            backdrop-filter: blur(10px);
            padding: 12px 16px;
            border-radius: 12px;
            border-left: 4px solid rgba(255, 255, 255, 0.4);
            margin-bottom: 16px;
            font-size: 13px;
            color: rgba(255, 255, 255, 0.9);
            font-weight: 600;
        }

        /* Highlight for amount */
        .promo-amount {
            font-size: 16px;
            font-weight: 900;
            color: white;
            text-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
        }

        /* CTA Button */
        .promo-button {
            width: 100%;
            padding: 16px 20px;
            background: white;
            border: none;
            border-radius: 12px;
            font-size: 16px;
            font-weight: 900;
            cursor: pointer;
            transition: all 0.2s ease;
            position: relative;
            overflow: hidden;
            text-transform: uppercase;
            letter-spacing: 1px;
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
            margin-top: auto;
        }

        .welcome .promo-button {
            color: #ff6b35;
        }

        .reload .promo-button {
            color: #2ecc71;
        }

        .referral .promo-button {
            color: #9b59b6;
        }

        .ipl .promo-button {
            color: #1e3c72;
        }

        .promo-button:hover {
            transform: translateY(-3px);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
        }

        .promo-button:active {
            transform: translateY(-1px);
        }

        /* Shimmer effect on button */
        .promo-button::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
            transition: left 0.5s;
        }

        .promo-button:hover::before {
            left: 100%;
        }

        /* Decorative elements */
        .promo-card::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
            opacity: 0;
            transition: opacity 0.4s ease;
        }

        .promo-card:hover::before {
            opacity: 1;
            animation: card-glow 2s infinite;
        }

        @keyframes card-glow {
            0%, 100% { transform: translate(0, 0) scale(1); }
            50% { transform: translate(-15px, -15px) scale(1.1); }
        }

        /* Corner accent */
        .corner-accent {
            position: absolute;
            bottom: -20px;
            right: -20px;
            width: 100px;
            height: 100px;
            background: rgba(255, 255, 255, 0.05);
            border-radius: 50%;
            animation: float-accent 4s ease-in-out infinite;
        }

        @keyframes float-accent {
            0%, 100% { transform: translateY(0); }
            50% { transform: translateY(-15px); }
        }

        /* Icons/Emojis */
        .promo-icon {
            font-size: 48px;
            margin-bottom: 8px;
            display: inline-block;
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .promos-grid {
                grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
                gap: 16px;
                padding: 15px;
            }

            .promo-title {
                font-size: 20px;
            }

            .promo-description {
                font-size: 13px;
            }

            .promo-button {
                padding: 14px 18px;
                font-size: 14px;
            }

            .promo-card {
                min-height: 320px;
            }
        }

        @media (max-width: 480px) {
            .promos-grid {
                grid-template-columns: 1fr;
                gap: 14px;
                padding: 10px;
            }

            .promo-content {
                padding: 18px 16px;
            }

            .promo-title {
                font-size: 18px;
            }

            .promo-description {
                font-size: 12px;
                margin-bottom: 12px;
            }

            .promo-highlight {
                padding: 10px 14px;
                font-size: 12px;
            }

            .promo-button {
                padding: 13px 16px;
                font-size: 13px;
                letter-spacing: 0.5px;
            }

            .promo-badge {
                padding: 5px 10px;
                font-size: 10px;
            }

            .promo-icon {
                font-size: 40px;
                margin-bottom: 6px;
            }

            .promo-card {
                min-height: 300px;
            }
        }

        /* Load animation */
        @keyframes slideUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .promo-card {
            animation: slideUp 0.5s ease-out forwards;
        }

        .promo-card:nth-child(2) {
            animation-delay: 0.1s;
        }

        .promo-card:nth-child(3) {
            animation-delay: 0.2s;
        }

        .promo-card:nth-child(4) {
            animation-delay: 0.3s;
        }

        /* Urgency indicators */
        .urgency-text {
            font-size: 11px;
            color: rgba(255, 255, 255, 0.8);
            margin-top: 8px;
            font-weight: 600;
            display: flex;
            align-items: center;
            gap: 5px;
        }

        .urgency-dot {
            display: inline-block;
            width: 6px;
            height: 6px;
            background: white;
            border-radius: 50%;
            animation: blink 1.5s infinite;
        }

        @keyframes blink {
            0%, 49%, 100% { opacity: 1; }
            50%, 99% { opacity: 0.3; }
        }
        .stats-dashboard {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 24px;
        padding: 30px;
        
        min-height: 100vh;
    }

    .stat-box {
        position: relative;
        border-radius: 20px;
        padding: 28px 24px;
        overflow: hidden;
        cursor: pointer;
        transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        border: 2px solid;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
        display: flex;
        flex-direction: column;
        gap: 12px;
        min-height: 380px;
    }

    /* Trust Box - Gold */
    .trust-box {
        background: linear-gradient(135deg, #1a1410 0%, #2a1f15 100%);
        border-color: rgba(255, 215, 0, 0.3);
    }

    .trust-box:hover {
        transform: translateY(-10px) scale(1.02);
        border-color: rgba(255, 215, 0, 0.8);
        box-shadow: 0 20px 60px rgba(255, 215, 0, 0.3),
                    0 0 40px rgba(255, 215, 0, 0.2);
    }

    /* Speed Box - Cyan */
    .speed-box {
        background: linear-gradient(135deg, #0f1f2e 0%, #1a2f42 100%);
        border-color: rgba(100, 255, 218, 0.3);
    }

    .speed-box:hover {
        transform: translateY(-10px) scale(1.02);
        border-color: rgba(100, 255, 218, 0.8);
        box-shadow: 0 20px 60px rgba(100, 255, 218, 0.3),
                    0 0 40px rgba(100, 255, 218, 0.2);
    }

    /* Games Box - Purple */
    .games-box {
        background: linear-gradient(135deg, #1a0f2e 0%, #2d1b3d 100%);
        border-color: rgba(200, 150, 255, 0.3);
    }

    .games-box:hover {
        transform: translateY(-10px) scale(1.02);
        border-color: rgba(200, 150, 255, 0.8);
        box-shadow: 0 20px 60px rgba(200, 150, 255, 0.3),
                    0 0 40px rgba(200, 150, 255, 0.2);
    }

    /* Support Box - Green */
    .support-box {
        background: linear-gradient(135deg, #0f2e1a 0%, #1a3d2e 100%);
        border-color: rgba(100, 255, 150, 0.3);
    }

    .support-box:hover {
        transform: translateY(-10px) scale(1.02);
        border-color: rgba(100, 255, 150, 0.8);
        box-shadow: 0 20px 60px rgba(100, 255, 150, 0.3),
                    0 0 40px rgba(100, 255, 150, 0.2);
    }

    /* Security Box - Red */
    .security-box {
        background: linear-gradient(135deg, #2e0f0f 0%, #3d1a1a 100%);
        border-color: rgba(255, 100, 100, 0.3);
    }

    .security-box:hover {
        transform: translateY(-10px) scale(1.02);
        border-color: rgba(255, 100, 100, 0.8);
        box-shadow: 0 20px 60px rgba(255, 100, 100, 0.3),
                    0 0 40px rgba(255, 100, 100, 0.2);
    }

    .stat-icon {
        font-size: 40px;
        text-align: center;
    }

    .stat-badge {
        display: inline-block;
        background: rgba(255, 255, 255, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.3);
        padding: 6px 14px;
        border-radius: 20px;
        font-size: 11px;
        font-weight: 800;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #fff;
        width: fit-content;
        animation: badge-pulse 2s infinite;
    }

    @keyframes badge-pulse {
        0%, 100% { transform: scale(1); }
        50% { transform: scale(1.05); }
    }

    .stat-title {
        font-size: 22px;
        font-weight: 900;
        color: #fff;
        text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    }

    .stat-subtitle {
        font-size: 14px;
        color: rgba(255, 255, 255, 0.7);
        font-weight: 600;
    }

    .stat-details {
        display: flex;
        flex-direction: column;
        gap: 6px;
    }

    .detail-item {
        font-size: 13px;
        color: rgba(255, 255, 255, 0.8);
        line-height: 1.4;
    }

    /* Speedometer */
    .speedometer {
        position: relative;
        width: 120px;
        height: 120px;
        margin: 0 auto;
        background: radial-gradient(circle, rgba(100, 255, 218, 0.1) 0%, transparent 70%);
        border-radius: 50%;
        border: 3px solid rgba(100, 255, 218, 0.3);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .speedometer-needle {
        position: absolute;
        width: 4px;
        height: 50px;
        background: linear-gradient(135deg, #64ffd9, #00d4ff);
        border-radius: 2px;
        bottom: 50%;
        box-shadow: 0 0 12px rgba(100, 255, 218, 0.6);
        animation: needle-swing 2s ease-in-out infinite;
    }

    @keyframes needle-swing {
        0%, 100% { transform: rotate(45deg); }
        50% { transform: rotate(-45deg); }
    }

    .speedometer-scale {
        position: absolute;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: space-around;
        padding: 0 10px;
        font-size: 10px;
        color: rgba(255, 255, 255, 0.6);
        font-weight: 700;
    }

    .timer-display {
        text-align: center;
        font-size: 28px;
        font-weight: 900;
        color: #64ffd9;
        text-shadow: 0 0 12px rgba(100, 255, 218, 0.5);
        margin-top: auto;
        letter-spacing: 2px;
    }

    /* Progress Bar */
    .progress-bar {
        width: 100%;
        height: 8px;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 10px;
        overflow: hidden;
        margin-top: 8px;
    }

    .progress-fill {
        height: 100%;
        border-radius: 10px;
        background: linear-gradient(90deg, #ffd700, #ffed4e);
        animation: progress-load 1.5s ease-out;
    }

    @keyframes progress-load {
        from { width: 0 !important; }
    }

    .progress-text {
        font-size: 12px;
        color: #ffd700;
        font-weight: 700;
        text-align: right;
        display: block;
    }

    /* Scoreboard Display */
    .scoreboard-display {
        background: rgba(255, 255, 255, 0.08);
        border: 2px solid rgba(200, 150, 255, 0.3);
        border-radius: 12px;
        padding: 16px;
        text-align: center;
        margin-top: 8px;
        display: flex;
        flex-direction: column;
        gap: 6px;
    }

    .score-number {
        font-size: 36px;
        font-weight: 900;
        color: #d9a9ff;
        text-shadow: 0 0 12px rgba(200, 150, 255, 0.5);
    }

    .score-label {
        font-size: 12px;
        color: rgba(255, 255, 255, 0.7);
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    /* Status Indicator */
    .status-indicator {
        display: flex;
        align-items: center;
        gap: 10px;
        background: rgba(100, 255, 150, 0.1);
        padding: 12px 16px;
        border-radius: 10px;
        margin-top: 8px;
    }

    .status-dot {
        width: 10px;
        height: 10px;
        background: #64ff96;
        border-radius: 50%;
        box-shadow: 0 0 10px #64ff96;
        animation: pulse-dot 1.5s infinite;
    }

    @keyframes pulse-dot {
        0%, 100% { opacity: 1; transform: scale(1); }
        50% { opacity: 0.6; transform: scale(1.2); }
    }

    .status-text {
        font-size: 13px;
        color: #64ff96;
        font-weight: 700;
    }

    /* Security Meter */
    .security-meter {
        background: rgba(255, 255, 255, 0.08);
        border-radius: 10px;
        padding: 8px;
        margin-top: 8px;
        display: flex;
        flex-direction: column;
        gap: 6px;
    }

    .meter-bar {
        height: 10px;
        background: linear-gradient(90deg, #ff6464, #ff4444);
        border-radius: 10px;
        width: 100%;
        box-shadow: 0 0 12px rgba(255, 100, 100, 0.5);
        animation: meter-fill 1.5s ease-out;
    }

    @keyframes meter-fill {
        from { width: 0; }
    }

    .security-fill {
        background: linear-gradient(90deg, #64ff96, #00ff88);
        box-shadow: 0 0 12px rgba(100, 255, 150, 0.5);
    }

    .security-text {
        font-size: 12px;
        color: #64ff96;
        font-weight: 700;
        text-align: right;
    }

    /* Responsive */
    @media (max-width: 768px) {
        .stats-dashboard {
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 16px;
            padding: 20px;
        }

        .stat-box {
            min-height: 340px;
            padding: 20px 16px;
        }

        .stat-title {
            font-size: 20px;
        }

        .speedometer {
            width: 100px;
            height: 100px;
        }

        .timer-display {
            font-size: 24px;
        }

        .score-number {
            font-size: 32px;
        }
    }

    @media (max-width: 480px) {
        .stats-dashboard {
            grid-template-columns: 1fr;
            gap: 12px;
            padding: 12px;
        }

        .stat-box {
            min-height: 300px;
            padding: 16px 12px;
        }

        .stat-title {
            font-size: 18px;
        }

        .stat-subtitle {
            font-size: 13px;
        }

        .detail-item {
            font-size: 12px;
        }

        .speedometer {
            width: 90px;
            height: 90px;
            border-width: 2px;
        }

        .timer-display {
            font-size: 22px;
        }

        .score-number {
            font-size: 28px;
        }

        .stat-icon {
            font-size: 36px;
        }
    }
    .testimonial-card {
      background: #f5f5f5;
      border-radius: 20px;
      padding: 20px;
      height: 100%;
      box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    }

    .testimonial-header {
      font-weight: 600;
      font-size: 16px;
      display: flex;
      justify-content: space-between;
      color: #000;
    }

    .username {
      font-size: 14px;
      color: #555;
    }

    .stars {
      color: #ffc107;
      font-size: 14px;
    }

    .testimonial-text {
      font-size: 15px;
      margin-top: 10px;
      line-height: 1.5;
      color: #000;
    }

    .swiper {
      padding: 40px 0;
    }

    .swiper-pagination-bullet {
      background: #ccc;
      opacity: 1;
       width: 12px;
  height: 12px;
  margin: 0 8px; /* spacing between bullets */
  position: relative;

    }
.swiper-pagination-bullet::before {
  content: '';
  position: absolute;
  top: -12px;
  left: -12px;
  right: -12px;
  bottom: -12px;
}
    .swiper-pagination-bullet-active {
      background: #ffc107;
    }
.faq-section {
    width: 100%;
    min-height: 100vh;
    padding: 40px;
    box-sizing: border-box;
  }

  .faq-section h4 {
    text-align: center;
    margin-bottom: 30px;
    background-color: #232635;
    padding: 10px 10px 10px 10px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FACF4D;
    border-radius: 15px 15px 15px 15px;
    box-shadow: 0px 12px 9px 2px rgba(0, 0, 0, 0.5);
    color: #FACF4D;
  }

  .faq-item {
    margin: 15px 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  }

  .faq-question {
    padding: 15px 20px;
    cursor: pointer;
    font-weight: bold;
    position: relative;
    border: 1px solid #FACF4D;
    color: white;
    background-color: #232635;
  }

  .faq-question::after {
    content: '+';
    position: absolute;
    right: 20px;
    font-size: 18px;
  }

  .faq-question.active::after {
    content: '-';
  }

  .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 0 20px;
  }

  .faq-answer p {
    padding: 15px 0;
    margin: 0;
    color: #fff;
  }

/* footer */
.ride{
    background-color: #121C36;
    text-align: center;
    padding: 30px;
}
.logo-strip {
  background: #111;
  padding: 15px 20px;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
}

.logo-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; /* mobile responsive */
  max-width: 1200px;
  margin: auto;
}

.logo-container img {
  height: 45px;
  object-fit: contain;
  opacity: 0.85;
  transition: 0.3s;
}

/* hover effect */
.logo-container img:hover {
  opacity: 1;
  transform: scale(1.05);
}
.logo2{
    width: 200px;
}
.footer {
  background: #000;
  color: #fff;
  padding: 20px;
}

.footer h3 {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: bold;
}

.footer h4 {
  margin-top: 20px;
  font-size: 16px;
}

.footer p {
  font-size: 14px;
  line-height: 1.7;
  color: #ccc;
}
.footer h3{
    border: none;
    color: #fff;
    text-align: start;
}
.footer ul {
  list-style: none;
  padding: 0;
}

.footer ul li {
  margin-bottom: 12px;
}

.footer ul li a {
  color: #ccc;
  text-decoration: none;
  transition: 0.3s;
}

.footer ul li a:hover {
  color: #00bfff;
}

.social-icons {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.social-icons a {
  display: inline-block;
  background: #111;
  padding: 10px;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
}

.whatsapp-button {
  position: fixed;
  bottom: 75px;
  right: 20px;
  z-index: 1000;
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  background: linear-gradient(90deg, rgb(55, 223, 97) 0%, rgb(9, 187, 3) 100%);
  color: white;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  border-radius: 50px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s, box-shadow 0.3s;
}

.whatsapp-button svg {
  margin-right: 10px;
  width: 24px;
  height: 24px;
  fill: white;
}

.whatsapp-button:hover {
  background: linear-gradient(90deg, rgb(55, 223, 97) 0%, rgb(9, 187, 3) 100%);
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
  color: black;
}

.whatsapp-button:hover svg {
  fill: black;
}


/* footer */





@media only screen and (max-width: 476px){
    .sidebar{
        display: none;
    }
.easy{
    width: 96%;
    margin-left: 10px;
    margin-bottom: 10px;
}
.spy{
    font-size: 25px;
}
.tree{
    text-align: center;
    margin-bottom: 20px;
}
.faq-section {
    padding: 10px;
}
.ride{
    text-align: start;
    padding: 20px;
}
.whatsapp{
    width: 200px;
}
}

@media (min-width: 992px) {
  #navbarContent {
    display: none !important;
  }
}
.cards-grid2 {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
            gap: 30px;
            padding: 20px;
        }

        .betting-card2 {
            position: relative;
            background: linear-gradient(145deg, #1e1e2e, #2d2d44);
            border-radius: 20px;
            overflow: hidden;
            cursor: pointer;
            transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            border: 2px solid rgba(100, 255, 218, 0.2);
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
        }

        .betting-card2:hover {
            transform: translateY(-12px) scale(1.02);
            border-color: rgba(100, 255, 218, 0.6);
            box-shadow: 0 20px 60px rgba(100, 255, 218, 0.3),
                        0 0 40px rgba(100, 255, 218, 0.2),
                        inset 0 1px 0 rgba(255, 255, 255, 0.2);
        }

        /* Glow effect background */
        .betting-card2::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, rgba(100, 255, 218, 0.1) 0%, transparent 70%);
            transition: all 0.5s ease;
            opacity: 0;
        }

        .betting-card2:hover::before {
            opacity: 1;
            animation: glow-pulse 2s infinite;
        }

        @keyframes glow-pulse {
            0%, 100% { transform: translate(0, 0) scale(1); }
            50% { transform: translate(-20px, -20px) scale(1.1); }
        }

        /* Card header with icon area */
        .card-header2{
            position: relative;
            padding: 30px 25px;
            background: linear-gradient(135deg, rgba(100, 255, 218, 0.1) 0%, rgba(100, 255, 218, 0.05) 100%);
            border-bottom: 1px solid rgba(100, 255, 218, 0.2);
            display: flex;
            align-items: center;
            gap: 15px;
            min-height: 80px;
        }

        .sport-icon2 {
            width: 50px;
            height: 50px;
            border-radius: 12px;
            background: linear-gradient(135deg, #64ffd9, #00d4ff);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 28px;
            box-shadow: 0 0 20px rgba(100, 255, 218, 0.3);
            transition: all 0.3s ease;
        }

        .betting-card2:hover .sport-icon2 {
            transform: rotate(10deg) scale(1.1);
            box-shadow: 0 0 30px rgba(100, 255, 218, 0.6);
        }

        .card-header2 h3 {
            color: #64ffd9;
            font-size: 24px;
            font-weight: 700;
            letter-spacing: 1px;
            text-shadow: 0 0 10px rgba(100, 255, 218, 0.3);
        }

        /* Card content */
        .card-content2 {
            padding: 25px;
            position: relative;
            z-index: 2;
        }

        .feature-list2 {
            list-style: none;
            margin-bottom: 25px;
        }

        .feature-item2 {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 12px;
            color: #e0e0e0;
            font-size: 14px;
            line-height: 1.4;
            transition: all 0.3s ease;
        }

        .feature-item2:hover {
            color: #64ffd9;
            transform: translateX(5px);
        }

        .feature-item2::before {
            content: '▸';
            color: #64ffd9;
            font-size: 18px;
            font-weight: bold;
        }

        /* Bet info section */
        .bet-info2 {
            background: rgba(100, 255, 218, 0.05);
            border: 1px solid rgba(100, 255, 218, 0.2);
            border-radius: 12px;
            padding: 15px;
            margin-bottom: 20px;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 15px;
        }

        .bet-item2 {
            text-align: center;
        }

        .bet-label2 {
            font-size: 12px;
            color: #a0a0a0;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 5px;
            font-weight: 600;
        }

        .bet-value2 {
            font-size: 16px;
            color: #64ffd9;
            font-weight: 700;
            text-shadow: 0 0 10px rgba(100, 255, 218, 0.3);
        }

        /* CTA Button */
        .cta-button2 {
            width: 100%;
            padding: 14px 24px;
            background: linear-gradient(135deg, #64ffd9, #00d4ff);
            border: none;
            border-radius: 10px;
            color: #0f0f1e;
            font-size: 16px;
            font-weight: 700;
            cursor: pointer;
            transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            position: relative;
            overflow: hidden;
            box-shadow: 0 8px 25px rgba(100, 255, 218, 0.3);
            letter-spacing: 1px;
        }

        .cta-button2::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
            transition: left 0.5s;
        }

        .cta-button2:hover {
            transform: translateY(-3px);
            box-shadow: 0 12px 35px rgba(100, 255, 218, 0.5);
            background: linear-gradient(135deg, #00d4ff, #64ffd9);
        }

        .cta-button2:hover::before {
            left: 100%;
        }

        .cta-button2:active {
            transform: translateY(-1px);
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .cards-grid2 {
                grid-template-columns: 1fr;
                gap: 20px;
                padding: 15px;
            }

            .card-header2 h3 {
                font-size: 20px;
            }

            .sport-icon2 {
                width: 45px;
                height: 45px;
                font-size: 24px;
            }

            .betting-card2:hover {
                transform: translateY(-8px) scale(1.01);
            }
        }

        @media (max-width: 480px) {
            .cards-grid2 {
                gap: 15px;
                padding: 10px;
            }

            .card-header2 {
                padding: 20px 15px;
            }

            .card-content2 {
                padding: 15px;
            }

            .card-header2 h3 {
                font-size: 18px;
            }

            .feature-item2 {
                font-size: 13px;
                margin-bottom: 10px;
            }

            .bet-info2 {
                padding: 12px;
            }

            .cta-button2 {
                padding: 12px 20px;
                font-size: 14px;
            }
        }

        /* Animation on load */
        @keyframes slideInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .betting-card2 {
            animation: slideInUp 0.6s ease-out forwards;
        }

        .betting-card2:nth-child(2) {
            animation-delay: 0.1s;
        }

        .betting-card2:nth-child(3) {
            animation-delay: 0.2s;
        }