﻿/* ==========================================
   N8 Casino Official Template - Main Styles
   Dark Theme Design
========================================== */

/* CSS Variables */
:root {
    --primary-black: #000000;
    --secondary-black: #1a1a1a;
    --text-white: #ffffff;
    --text-gray: #a0a0a0;
    --accent-gold: #ffd700;
    --accent-red: #ff4444;
    --border-gray: #333333;
}

/* Reset & Base */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 16px;
    scroll-behavior: smooth;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.6;
    color: var(--text-white);
    background-color: var(--primary-black);
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

/* Container */
.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header & Navigation */
.header {
    background: var(--primary-black);
    padding: 15px 0;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    border-bottom: 1px solid var(--border-gray);
}

.nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo img {
    height: 40px;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 15px;
    align-items: center;
}

.nav-menu a {
    color: var(--text-white);
    font-weight: 500;
    padding: 8px 12px;
    border-radius: 5px;
    transition: background 0.3s;
    font-size: 13px;
    text-transform: uppercase;

    white-space: nowrap;
}

.nav-menu a:hover {
    background: var(--secondary-black);
    color: var(--accent-gold);
}
/* Navigation Bonus Button */
.nav-menu .btn-primary {
    background: var(--accent-gold);
    color: var(--primary-black);
    padding: 10px 24px !important;
    font-size: 13px !important;
    font-weight: 700;
    border-radius: 6px;
    transition: all 0.3s ease;
    border: none;
    text-transform: uppercase;
}

.nav-menu .btn-primary:hover {
    background: #ffed4e !important;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 215, 0, 0.4);
}


.nav-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
}

.nav-toggle span {
    width: 25px;
    height: 3px;
    background: var(--text-white);
    transition: all 0.3s;
}

/* Hero Section */
.hero {
    background: linear-gradient(135deg, var(--primary-black) 0%, var(--secondary-black) 100%);
    background-image: 
        linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
        url('../img/hero-background.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 150px 0 80px;
    text-align: center;
}

.hero-content h1 {
    font-size: 3rem;
    margin-bottom: 20px;
    color: var(--text-white);
    font-weight: 700;
}

.hero .subtitle {
    font-size: 1.3rem;
    color: var(--text-gray);
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

/* Buttons */
.btn {
    display: inline-block;
    padding: 15px 40px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s;
    cursor: pointer;
}

.btn-primary {
    background: var(--accent-gold);
    color: var(--primary-black);
}

.btn-primary:hover {
    background: #ffed4e;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(255, 215, 0, 0.3);
}

.btn-secondary {
    background: transparent;
    color: var(--text-white);
    border: 2px solid var(--text-white);
}

.btn-secondary:hover {
    background: var(--text-white);
    color: var(--primary-black);
}

/* Section */
.section {
    padding: 80px 0;
}

.section-title {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 60px;
    color: var(--text-white);
    font-weight: 700;
}

/* Game Categories Banner Grid */
.category-banners-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}

.category-banner {
    position: relative;
    height: 180px;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s;
    border: 2px solid var(--accent-gold);
    box-shadow: 0 10px 30px rgba(255, 215, 0, 0.2);
}

.category-banner:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(255, 215, 0, 0.4);
}

/* Individual Banner Backgrounds */
.sports-banner {
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
    /* 鍥剧墖鍗犱綅锛氬缓璁娇鐢ㄦ澘鐞冭繍鍔ㄥ憳鍑荤悆鍔ㄤ綔鍥?*/
    background-image: url('../img/sports-betting-banner.jpg');
    background-size: cover;
    background-position: center;
}

.casino-banner {
    background: linear-gradient(135deg, #8e44ad 0%, #5b2c6f 100%);
    /* 鍥剧墖鍗犱綅锛氬缓璁娇鐢ㄧ湡浜鸿嵎瀹樼収鐗?*/
    background-image: url('../img/live-casino-banner.jpg');
    background-size: cover;
    background-position: center;
}

.cards-banner {
    background: linear-gradient(135deg, #16a085 0%, #0e6655 100%);
    /* 鍥剧墖鍗犱綅锛氬缓璁娇鐢ㄦ墤鍏嬬墝鐗瑰啓 */
    background-image: url('../img/card-games-banner.jpg');
    background-size: cover;
    background-position: center;
}

.slots-banner {
    background: linear-gradient(135deg, #f39c12 0%, #d68910 100%);
    /* 鍥剧墖鍗犱綅锛氬缓璁娇鐢ㄨ€佽檸鏈哄睆骞曠壒鍐?*/
    background-image: url('../img/slots-banner.jpg');
    background-size: cover;
    background-position: center;
}

.banner-content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 2;
}

.category-banner h3 {
    font-size: 1.5rem;
    color: var(--text-white);
    margin-bottom: 8px;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.8);
}

.category-banner p {
    color: rgba(255,255,255,0.95);
    font-size: 0.95rem;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
}

/* Features Grid */
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.feature-card {
    position: relative;
    background: var(--secondary-black);
    padding: 0;
    border-radius: 12px;
    border: 1px solid var(--border-gray);
    overflow: hidden;
    transition: all 0.3s;
    min-height: 180px;
}

.feature-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3;
    transition: opacity 0.3s;
}

.feature-card:hover .feature-bg-img {
    opacity: 0.4;
}

.feature-card:hover {
    transform: translateY(-5px);
    border-color: var(--accent-gold);
    box-shadow: 0 10px 25px rgba(255, 215, 0, 0.2);
}

.feature-icon-bg {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.15;
    z-index: 1;
}

/* Individual Feature Backgrounds */
.safe-feature .feature-icon-bg {
    background-color: var(--accent-gold);
    background-image: url('../img/icon-lock.png');
}

.service-feature .feature-icon-bg {
    background-color: #3498db;
    background-image: url('../img/icon-support.png');
}

.withdrawal-feature .feature-icon-bg {
    background-color: #f39c12;
    background-image: url('../img/icon-lightning.png');
}

.bonus-feature .feature-icon-bg {
    background-color: #e74c3c;
    background-image: url('../img/icon-gift.png');
}

.mobile-feature .feature-icon-bg {
    background-color: #9b59b6;
    background-image: url('../img/icon-mobile.png');
}

.feature-content {
    position: relative;
    z-index: 2;
    padding: 40px 30px;
}

.feature-card h3 {
    font-size: 1.3rem;
    margin-bottom: 15px;
    color: var(--text-white);
    text-shadow: 2px 2px 4px rgba(0,0,0,0.8);
}

.feature-card p {
    color: rgba(255,255,255,0.95);
    line-height: 1.8;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
}

/* FAQ Section */
.faq-container {
    max-width: 900px;
    margin: 0 auto;
}

.faq-item {
    background: var(--secondary-black);
    padding: 30px;
    margin-bottom: 20px;
    border-radius: 12px;
    border: 1px solid var(--border-gray);
}

.faq-item h3 {
    color: var(--accent-gold);
    margin-bottom: 15px;
    font-size: 1.2rem;
}

.faq-item p {
    color: var(--text-gray);
    line-height: 1.8;
}

/* Footer */
.footer {
    background: var(--secondary-black);
    padding: 60px 0 20px;
    border-top: 1px solid var(--border-gray);
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 40px;
    margin-bottom: 40px;
}

.footer-section h4 {
    margin-bottom: 20px;
    color: var(--accent-gold);
    font-size: 1.1rem;
}

.footer-section ul {
    list-style: none;
}

.footer-section ul li {
    margin-bottom: 10px;
}

.footer-section a:hover {
    color: var(--accent-gold);
}

.social-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-bottom {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid var(--border-gray);
    color: var(--text-gray);
    font-size: 0.9rem;
}

.footer-bottom p {
    margin: 5px 0;
}

/* Responsive Design */
@media (max-width: 768px) {
    body {
        padding-top: 70px;
    }

    .nav-menu {
        position: fixed;
        top: 70px;
        left: -100%;
        flex-direction: column;
        background: var(--primary-black);
        width: 100%;
        padding: 30px;
        gap: 20px;
        transition: left 0.3s;
        border-top: 1px solid var(--border-gray);
    }

    .nav-menu.active {
        left: 0;
    }

    .nav-toggle {
        display: flex;
    }

    .hero-content h1 {
        font-size: 2rem;
    }

    .hero .subtitle {
        font-size: 1.1rem;
    }

    .section-title {
        font-size: 2rem;
    }

    .category-grid,
    .features-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .cta-buttons {
        flex-direction: column;
        width: 100%;
    }

    .btn {
        width: 100%;
    }
}

/* Sport Cards (for sports.html) */
.sport-card {
    position: relative;
    height: 160px;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s;
    border: 2px solid var(--border-gray);
    cursor: pointer;
}

.sport-card:hover {
    transform: translateY(-5px);
    border-color: var(--accent-gold);
    box-shadow: 0 10px 25px rgba(255, 215, 0, 0.3);
}

.cricket-card {
    background: linear-gradient(135deg, #2ecc71 0%, #27ae60 100%);
    background-image: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url('../img/cricket-bg.jpg');
    background-size: cover;
    background-position: center;
}

.football-card {
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    background-image: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url('../img/football-bg.jpg');
    background-size: cover;
    background-position: center;
}

.tennis-card {
    background: linear-gradient(135deg, #f39c12 0%, #d68910 100%);
    background-image: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url('../img/tennis-bg.jpg');
    background-size: cover;
    background-position: center;
}

.kabaddi-card {
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
    background-image: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url('../img/kabaddi-bg.jpg');
    background-size: cover;
    background-position: center;
}

.sport-content {
    position: absolute;
    bottom: 15px;
    left: 20px;
    z-index: 2;
}

.sport-card h3 {
    color: var(--text-white);
    font-size: 1.3rem;
    margin-bottom: 5px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.8);
}

.sport-card p {
    color: rgba(255,255,255,0.9);
    font-size: 0.9rem;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
}

/* Promo Cards (for promotions.html) */
.promo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.promo-card {
    position: relative;
    background: var(--secondary-black);
    border-radius: 12px;
    padding: 30px;
    border: 2px solid var(--border-gray);
    transition: all 0.3s;
}

.promo-card:hover {
    border-color: var(--accent-gold);
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(255, 215, 0, 0.2);
}

.promo-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: var(--accent-gold);
    color: var(--primary-black);
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 700;
}

.promo-content h3 {
    color: var(--text-white);
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.promo-value {
    color: var(--accent-gold);
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.promo-content p {
    color: var(--text-gray);
    line-height: 1.6;
    margin-bottom: 20px;
}

/* VIP Levels */
.vip-levels {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}

.vip-card {
    background: var(--secondary-black);
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    border: 2px solid var(--border-gray);
    transition: all 0.3s;
}

.vip-card:hover {
    border-color: var(--accent-gold);
    transform: scale(1.05);
}

.vip-icon {
    font-size: 3rem;
    margin-bottom: 15px;
}

.vip-card h3 {
    color: var(--text-white);
    margin-bottom: 10px;
}

.vip-card p {
    color: var(--text-gray);
    font-size: 0.9rem;
}

/* Slot Category Cards */
.slot-category-card {
    position: relative;
    height: 140px;
    border-radius: 12px;
    overflow: hidden;
    border: 2px solid var(--border-gray);
    transition: all 0.3s;
    cursor: pointer;
}

.category-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.4;
    transition: opacity 0.3s;
}

.slot-category-card:hover .category-bg-img {
    opacity: 0.6;
}

.slot-category-card:hover {
    transform: translateY(-5px);
    border-color: var(--accent-gold);
    box-shadow: 0 10px 25px rgba(255, 215, 0, 0.3);
}

.jackpot-slots {
    background: linear-gradient(135deg, #8e44ad 0%, #6c3483 100%);
}

.video-slots {
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
}

.classic-slots {
    background: linear-gradient(135deg, #f39c12 0%, #d68910 100%);
}

.megaways {
    background: linear-gradient(135deg, #3498db 0%, #2874a6 100%);
}

.category-content {
    position: absolute;
    bottom: 15px;
    left: 20px;
    z-index: 2;
}

.slot-category-card h3 {
    color: var(--text-white);
    font-size: 1.2rem;
    margin-bottom: 5px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.8);
}

.slot-category-card p {
    color: rgba(255,255,255,0.9);
    font-size: 0.85rem;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
}

/* Providers Grid */
.providers-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}

.provider-card {
    background: var(--primary-black);
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    border: 2px solid var(--border-gray);
    transition: all 0.3s;
}

.provider-card:hover {
    border-color: var(--accent-gold);
    transform: translateY(-5px);
}

.provider-card h3 {
    color: var(--text-white);
    margin-bottom: 10px;
}

.provider-card p {
    color: var(--text-gray);
    font-size: 0.9rem;
}

/* App Download Cards */
.app-download-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
}

.download-card {
    background: var(--secondary-black);
    padding: 40px;
    border-radius: 16px;
    border: 2px solid var(--border-gray);
    text-align: center;
}

.download-icon {
    font-size: 5rem;
    margin-bottom: 20px;
}

.download-card h2 {
    color: var(--text-white);
    margin-bottom: 15px;
}

.download-card > p {
    color: var(--text-gray);
    margin-bottom: 30px;
}

.download-steps {
    text-align: left;
    margin: 30px 0;
    padding: 20px;
    background: var(--primary-black);
    border-radius: 8px;
}

.download-steps h4 {
    color: var(--accent-gold);
    margin-bottom: 15px;
}

.download-steps ol {
    color: var(--text-gray);
    padding-left: 20px;
}

.download-steps li {
    margin-bottom: 10px;
    line-height: 1.6;
}

.file-info {
    color: var(--text-gray);
    font-size: 0.85rem;
    margin-top: 15px;
}

/* Live Casino Page - Unique Layout */
.live-casino-hero {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    padding: 120px 0 60px;
}

.hero-split {
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 60px;
    align-items: center;
}

.hero-app-showcase {
    position: relative;
}

.app-screen {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.hero-content-right {
    text-align: left;
}

.hero-content-right h1 {
    font-size: 2.8rem;
    color: var(--text-white);
    margin-bottom: 20px;
    line-height: 1.2;
}

.hero-steps {
    display: flex;
    gap: 30px;
    margin: 30px 0;
}

.step-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.step-number {
    background: var(--accent-gold);
    color: var(--primary-black);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.2rem;
}

.step-item p {
    color: var(--text-white);
    margin: 0;
    font-size: 0.95rem;
}

/* Live Games Grid */
.live-games-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
}

.game-card {
    background: var(--secondary-black);
    padding: 0;
    border-radius: 16px;
    border: 2px solid var(--border-gray);
    transition: all 0.3s;
    text-align: center;
    overflow: hidden;
}

.game-card:hover {
    transform: translateY(-8px);
    border-color: var(--accent-gold);
    box-shadow: 0 15px 40px rgba(255, 215, 0, 0.25);
}

.game-image {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
}

.game-card h3 {
    color: var(--text-white);
    font-size: 1.5rem;
    margin: 20px 0 12px;
    padding: 0 20px;
}

.game-card p {
    color: var(--text-gray);
    margin-bottom: 20px;
    padding: 0 20px;
}

.game-stats {
    display: flex;
    justify-content: center;
    gap: 20px;
    font-size: 0.9rem;
    color: var(--accent-gold);
    padding: 0 20px 20px;
}

/* Promo Split Section */
.promo-split {
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 60px;
    align-items: center;
}

.promo-screen {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

.promo-content-side h2 {
    margin-bottom: 40px;
}

.bonus-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 40px;
}

.bonus-item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.bonus-icon {
    font-size: 3rem;
    flex-shrink: 0;
}

.bonus-details h3 {
    color: var(--text-white);
    font-size: 1.3rem;
    margin-bottom: 8px;
}

.bonus-value {
    color: var(--accent-gold);
    font-size: 1.5rem;
    font-weight: 700;
    margin: 8px 0;
}

.bonus-details p:last-child {
    color: var(--text-gray);
    margin: 0;
}

/* Providers Showcase */
.providers-showcase {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
}

.provider-large-card {
    background: var(--secondary-black);
    padding: 40px;
    border-radius: 16px;
    border: 2px solid var(--border-gray);
    transition: all 0.3s;
}

.provider-large-card:hover {
    border-color: var(--accent-gold);
    transform: translateY(-5px);
}

.provider-large-card h3 {
    color: var(--accent-gold);
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.provider-large-card p {
    color: var(--text-gray);
    line-height: 1.6;
    margin-bottom: 20px;
}

.provider-features {
    list-style: none;
    padding: 0;
}

.provider-features li {
    color: var(--text-white);
    padding: 8px 0;
    font-size: 0.95rem;
}

/* Features Alternative Grid */
.features-grid-alt {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.feature-box {
    background: var(--primary-black);
    padding: 0;
    border-radius: 12px;
    border-left: 4px solid var(--accent-gold);
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    min-height: 220px;
}

.feature-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0.2;
    transition: opacity 0.3s;
}

.feature-box:hover .feature-bg {
    opacity: 0.3;
}

.feature-content-overlay {
    position: relative;
    z-index: 2;
    padding: 35px;
}

.feature-box:hover {
    transform: translateX(10px);
    background: var(--secondary-black);
}

.feature-number {
    color: var(--accent-gold);
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 15px;
    opacity: 0.3;
}

.feature-box h3 {
    color: var(--text-white);
    font-size: 1.3rem;
    margin-bottom: 12px;
}

.feature-box p {
    color: var(--text-gray);
    line-height: 1.6;
    margin: 0;
}

/* Responsive for Live Casino */
@media (max-width: 1024px) {
    .hero-split,
    .promo-split {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .hero-app-showcase,
    .promo-image-side {
        max-width: 400px;
        margin: 0 auto;
    }

    .hero-content-right {
        text-align: center;
    }

    .hero-steps {
        justify-content: center;
        flex-wrap: wrap;
    }

    .promo-content-side h2 {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .hero-content-right h1 {
        font-size: 2rem;
    }

    .live-games-grid,
    .features-grid-alt {
        grid-template-columns: 1fr;
    }
}


/* ==========================================
   Navigation Bonus Button - Compact Style
========================================== */
.nav-menu .nav-bonus-btn {
    padding: 8px 20px !important;
    font-size: 12px !important;
    font-weight: 700;
    border-radius: 20px;
    margin-left: 10px;
}

.nav-menu .nav-bonus-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(255, 215, 0, 0.5);
}
