:root{
--primary:#4fcfff;
--secondary:#4f7cff;

/* sidebar active */
.menu-item.active .menu-link{
background:linear-gradient(90deg,var(--primary),var(--secondary))!important;
box-shadow:0 0 20px rgba(0,255,255,.3);
}

/* buttons */
.btn-primary{
background:linear-gradient(90deg,var(--primary),var(--secondary));
border:none;
}

/* cards glow */
.card{
background:linear-gradient(180deg,#081428,#050b18)!important;
border:1px solid rgba(0,255,255,.08);
}

/* navbar glass */
.bg-navbar-theme{
background:rgba(3,10,30,.6)!important;
backdrop-filter:blur(10px);
}

/* modal safe */
.modal-content{
background:#0b1428!important;
border:1px solid rgba(0,255,255,.2)!important;
}

/* input safe */
.modal .form-control{
background:#020617!important;
border:1px solid rgba(0,255,255,.3)!important;
color:#fff!important;
}

#preloader{
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background: radial-gradient(circle at center,#081a33,#020b18);
z-index:9999999;
display:flex;
align-items:center;
justify-content:center;
}

.loader-wrap{
position:relative;
width:120px;
height:120px;
display:flex;
align-items:center;
justify-content:center;
}

.loader-logo{
width:46px;
z-index:2;
filter: drop-shadow(0 0 12px #00e0ff);
}

/* spin ring */
.loader-ring{
position:absolute;
width:120px;
height:120px;
border-radius:50%;
border:3px solid transparent;
border-top:3px solid #00e0ff;
border-left:3px solid #4f7cff;
animation:loaderSpin 1s linear infinite;
}

/* smooth spin */
@keyframes loaderSpin{
0%{transform:rotate(0deg)}
100%{transform:rotate(360deg)}
}
/* ===== FIX BLACK SPACE AFTER PRELOADER ===== */

html, body{
height:auto !important;
min-height:100%;
overflow-x:hidden;
}


/* sidebar text contrast */
.menu-vertical .menu-item .menu-link {
    color: #cfe8ff !important;
}

.menu-item.active .menu-link{
background:linear-gradient(90deg,var(--primary),var(--secondary))!important;
}

.social-icons a{
    background:#111827;
    padding:10px;
    border-radius:8px;
    margin-right:6px;
}
.social-icons{
display:flex;
gap:10px;
}

.social-icons a{
background:#0b1428;
padding:10px;
border-radius:10px;
color:white;
transition:0.2s;
}

.social-icons a:hover{
background:linear-gradient(90deg,#00eaff,#4f7cff);
box-shadow:0 0 15px rgba(0,140,255,0.5);
}
.trustpilot-box{
display:inline-flex;
align-items:center;
justify-content:center;
background:#0b1226;
padding:8px 14px;
border-radius:10px;
transition:.3s;
}

.trustpilot-box:hover{
background:#111a3a;
transform:translateY(-2px);
}

.trustpilot-img{
width:110px;
opacity:.9;
}
.featured-section{
margin-bottom:40px;
}

.section-header{
color:#fff;
font-size:20px;
font-weight:700;
margin-bottom:20px;
}

.featured-grid{
display:grid;
grid-template-columns: repeat(auto-fill,minmax(220px,1fr));
gap:20px;
}

.featured-card{
background:#0b1220;
border-radius:14px;
overflow:hidden;
transition:.25s;
border:1px solid rgba(255,255,255,.05);
}

.featured-card:hover{
transform:translateY(-5px);
box-shadow:0 15px 40px rgba(0,0,0,.6);
}

.featured-thumb{
position:relative;
height:140px;
}

.featured-thumb img{
width:100%;
height:100%;
object-fit:cover;
}

.featured-badge{
position:absolute;
bottom:10px;
left:10px;
background:#3b82f6;
padding:5px 10px;
border-radius:6px;
font-size:12px;
color:#fff;
font-weight:600;
}

.featured-title{
padding:12px;
color:#fff;
font-size:14px;
font-weight:600;
}
.hero-title,
.hero-text {
    text-transform: uppercase;
}

.hero-title {
    letter-spacing: 1.5px;
}

.footer-final{
    background: linear-gradient(180deg,#020617,#030b1a);
    width:100%;
    padding:40px 0;
}

.footer-container{
    max-width:1200px;
    margin:auto;
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
    gap:30px;
    padding:0 20px;
}

.footer-links{
    display:flex;
    gap:50px;
    flex-wrap:wrap;
}
/* ===== SIDEBAR ORIGINAL COLOR FIX ===== */

.layout-menu {
    background: #111827 !important; /* original dark */
}

/* hover / active feel */
.menu-vertical .menu-item .menu-link {
    color: #cfe8ff !important;
}

.menu-vertical .menu-item.active .menu-link {
    background: linear-gradient(90deg,#f97316,#22c55e) !important;
    color: #fff !important;
}
.layout-menu {
    background: linear-gradient(180deg,#1a0a00,#0a1a00) !important;
}
.layout-menu {
    box-shadow: inset -1px 0 0 rgba(0,255,255,0.1);
}
/* ===== PREMIUM FOOTER DESIGN ===== */

.footer-final {
     background: linear-gradient(180deg,#1a0a00,#0a1a00) !important;
    border-top: 1px solid rgba(0,140,255,0.15);
    padding: 50px 20px;
}

/* container */
.footer-container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
}

/* left */
.footer-left {
    min-width: 220px;
}

.footer-copy {
    color: #94a3b8;
    margin-top: 10px;
    font-size: 14px;
}

/* links section */
.footer-links {
    display: flex;
    gap: 60px;
    flex-wrap: wrap;
}

/* headings */
.footer-links h5 {
    color: #4f7cff;
    font-size: 15px;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* links */
.footer-links a {
    display: block;
    color: #9ca3af;
    font-size: 14px;
    text-decoration: none;
    margin-bottom: 6px;
    transition: 0.3s;
}

/* hover effect 🔥 */
.footer-links a:hover {
    color: #00eaff;
    transform: translateX(3px);
}

/* social icons */
.social-icons {
    display: flex;
    gap: 10px;
    align-items: center;
}

/* icon box */
.social-btn {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: #020617;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #cbd5e1;
    transition: 0.3s;
}

/* hover glow */
.social-btn:hover {
    background: linear-gradient(90deg,#00eaff,#4f7cff);
    color: #fff;
    box-shadow: 0 0 15px rgba(0,140,255,0.6);
}

/* trustpilot */
.trustpilot-box {
    background: #020617;
    padding: 6px 12px;
    border-radius: 10px;
    transition: 0.3s;
}

.trustpilot-box:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 12px rgba(0,140,255,0.4);
}

.trustpilot-img {
    height: 35px;
}

/* ===== bottom line ===== */

.footer-bottom {
    margin-top: 30px;
    text-align: center;
    color: #64748b;
    font-size: 13px;
}

/* ===== mobile ===== */

@media (max-width: 768px) {

    .footer-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-links {
        justify-content: center;
        gap: 30px;
    }

}
.footer-extra {
    margin-top: 25px;
    text-align: center;
}

.footer-badges {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    font-size: 13px;
    color: #94a3b8;
}

.footer-badges span {
    background: #020617;
    padding: 6px 12px;
    border-radius: 8px;
    border: 1px solid rgba(0,140,255,0.15);
}

/* ===== FINAL FOOTER POLISH ===== */

.footer-container {
    align-items: flex-start;
}

/* ===== HERO BACKGROUND OVERLAY ===== */
.bg-b-csm::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, rgba(59,130,246,0.25), transparent 70%);
    pointer-events: none;
}

/* ===== HERO TITLE ===== */
.hero-title {
    font-size: 3rem;
    letter-spacing: 1px;
    animation: fadeUp 1s ease forwards;
}

.hero-title span {
    text-shadow: 0 0 15px #3b82f6, 0 0 30px #3b82f6;
}

/* ===== FADE ANIMATION ===== */
@keyframes fadeUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ===== TRUST BADGES ===== */
.hero-text span {
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(6px);
    transition: 0.3s;
}

.hero-text span:hover {
    background: rgba(59,130,246,0.2);
    transform: translateY(-2px);
}

/* ===== BUTTON GLOW ===== */
.btn-primary {
    background: linear-gradient(135deg, #3b82f6, #6366f1);
    border: none;
    transition: 0.3s;
    box-shadow: 0 0 15px rgba(59,130,246,0.5);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 25px rgba(59,130,246,0.9);
}

/* ===== OUTLINE BUTTON ===== */
.btn-outline-light {
    border: 1px solid rgba(255,255,255,0.2);
    backdrop-filter: blur(6px);
}

.btn-outline-light:hover {
    background: rgba(255,255,255,0.1);
}

/* ===== FLOATING EFFECT ===== */
.hero-title,
.hero-text,
.btn {
    animation-delay: 0.2s;
}

/* ===== LIVE CASHOUT BAR IMPROVE ===== */
.live-cashouts {
    backdrop-filter: blur(10px);
    background: rgba(15,23,42,0.6);
    border-radius: 10px;
}

/* ===== SECTION SPACING ===== */
.container-p-y {
    padding-top: 40px !important;
}

/* ===== SUB TEXT ===== */
.hero-text {
    opacity: 0.85;
}
body {
    background: radial-gradient(circle at top, #020617, #020617 60%, #000);
}

/* ===== PRELOADER BACKGROUND ===== */
#preloader {
    position: fixed;
    inset: 0;
    background: radial-gradient(circle at center, #020617, #020617 60%, #000);
    z-index: 9999;

    display: flex;
    align-items: center;
    justify-content: center;

    transition: opacity 0.4s ease;
}

/* ===== CENTER WRAP ===== */
.loader-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ===== LOGO ===== */
.loader-logo {
    width: 50px;
    z-index: 2;
    animation: pulse 1.5s infinite ease-in-out;
}

/* ===== RING ===== */
.loader-ring {
    position: absolute;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 3px solid transparent;

    border-top: 3px solid #3b82f6;
    border-right: 3px solid #22d3ee;

    animation: spin 1s linear infinite;
    filter: drop-shadow(0 0 10px #3b82f6);
}

/* ===== OUTER GLOW ===== */
.loader-ring::after {
    content: "";
    position: absolute;
    inset: -10px;
    border-radius: 50%;
    border: 2px dashed rgba(59,130,246,0.2);
    animation: spinReverse 3s linear infinite;
}

/* ===== ANIMATIONS ===== */
@keyframes spin {
    to { transform: rotate(360deg); }
}

@keyframes spinReverse {
    to { transform: rotate(-360deg); }
}

@keyframes pulse {
    0%,100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.1); opacity: 0.7; }
}
/* ===== OFFER CARD ===== */
.offer-card,
.card {
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

/* glow border */
.offer-card::before,
.card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 14px;
    background: linear-gradient(120deg, transparent, rgba(59,130,246,0.3), transparent);
    opacity: 0;
    transition: 0.3s;
}

/* hover effect */
.offer-card:hover,
.card:hover {
    transform: translateY(-6px) scale(1.02);
    box-shadow: 0 15px 40px rgba(0,0,0,0.6),
                0 0 20px rgba(59,130,246,0.3);
}

/* glow on hover */
.offer-card:hover::before,
.card:hover::before {
    opacity: 1;
}
.menu-item a {
    transition: all 0.25s ease;
    border-radius: 10px;
}

.menu-item a:hover {
    background: rgba(59,130,246,0.15);
    transform: translateX(5px);
    box-shadow: inset 0 0 10px rgba(59,130,246,0.2);
}
.btn {
    transition: all 0.3s ease;
}

.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 20px rgba(59,130,246,0.5);
}

.hero-wrapper {
    min-height: calc(100vh - 150px);
    background: #050814;
}

.hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0.62;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at center, rgba(44, 92, 255, 0.22), transparent 32%),
        linear-gradient(90deg, rgba(3, 6, 18, 0.94), rgba(3, 6, 18, 0.62), rgba(3, 6, 18, 0.94)),
        linear-gradient(180deg, rgba(3, 6, 18, 0.32), rgba(3, 6, 18, 0.9));
}

.hero-content {
    min-height: calc(100vh - 150px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 44px;
    padding-bottom: 44px;
}

.live-badge,
.hero-pill,
.stat-box,
.hero-btn-secondary {
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(14px);
}

.live-badge {
    color: #dce7ff;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 13px;
    box-shadow: 0 0 28px rgba(69, 112, 255, 0.2);
}

.hero-title {
    font-size: clamp(34px, 3.7vw, 58px);
    line-height: 1.06;
    letter-spacing: 0;
    text-shadow: 0 10px 34px rgba(0, 0, 0, 0.45);
}

.gradient-text {
    color: #4f8cff;
    text-shadow: 0 0 20px rgba(68, 132, 255, 0.72);
}

.hero-subtitle {
    max-width: 660px;
    color: #b8c1d9;
    font-size: 15px;
    line-height: 1.6;
}

.hero-pill {
    color: #eef4ff;
    padding: 8px 13px;
    border-radius: 999px;
    font-size: 13px;
}

.hero-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(118px, 1fr));
    gap: 14px;
    width: min(440px, 100%);
}

.stat-box {
    border-radius: 12px;
    padding: 18px 14px;
}

.stat-box h3 {
    color: #fff;
    margin: 0;
    font-size: 24px;
    font-weight: 800;
}

.stat-box span {
    display: block;
    margin-top: 5px;
    color: #aeb8d4;
    font-size: 12px;
}

.hero-btn-primary,
.hero-btn-secondary {
    width: min(290px, 90vw);
    min-height: 46px;
    border-radius: 11px;
    font-size: 14px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.hero-btn-primary {
    color: #fff;
    background: linear-gradient(135deg, #5b5cff, #25c0df);
    box-shadow: 0 12px 28px rgba(42, 116, 255, 0.28);
}

.hero-btn-primary:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgba(42, 116, 255, 0.38);
}

.hero-btn-secondary {
    color: #fff;
}

.hero-btn-secondary:hover {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.28);
    transform: translateY(-2px);
}

.login-text {
    border: 0;
    background: transparent;
    color: #8f9ab8;
    font-size: 12px;
    padding: 0;
}

.login-text span {
    color: #dce7ff;
    font-weight: 700;
}

.login-text:hover span {
    text-decoration: underline;
}

.hero-content .mb-4 {
    margin-bottom: 18px !important;
}

.hero-content .mt-4 {
    margin-top: 18px !important;
}

.hero-content .mt-5 {
    margin-top: 30px !important;
}

@media (max-width: 576px) {
    .hero-wrapper,
    .hero-content {
        min-height: auto;
    }

    .hero-content {
        padding-top: 38px;
        padding-bottom: 38px;
    }

    .hero-title {
        font-size: 34px;
    }

    .hero-subtitle {
        font-size: 14px;
    }

    .hero-stats {
        grid-template-columns: 1fr;
        max-width: 280px;
    }

    .live-badge,
    .hero-pill {
        font-size: 12px;
    }

/* =========================================
   COLDGAMERS NEW HOME PAGE
========================================= */

.hero-section{
    min-height:100vh !important;
    display:flex !important;
    align-items:center !important;
    position:relative !important;
    padding:120px 0 !important;
    overflow:hidden !important;
    background:#050816 !important;
}

.hero-bg{
    position:absolute !important;
    inset:0 !important;
    background-size:cover !important;
    background-position:center !important;
    opacity:.18 !important;
}

.hero-overlay{
    position:absolute !important;
    inset:0 !important;
    background:linear-gradient(
        180deg,
        rgba(5,8,22,.75),
        rgba(5,8,22,.95)
    ) !important;
}

.hero-content{
    position:relative !important;
    z-index:5 !important;
}

.hero-title{
    font-size:68px !important;
    line-height:1.1 !important;
    color:#fff !important;
    font-weight:900 !important;
}

.hero-title span{
    display:block !important;
    background:linear-gradient(90deg,#7c4dff,#00d2ff) !important;
    -webkit-background-clip:text !important;
    -webkit-text-fill-color:transparent !important;
}

.hero-subtitle{
    color:rgba(255,255,255,.7) !important;
    font-size:18px !important;
    line-height:1.8 !important;
    max-width:650px !important;
}

.live-badge{
    display:inline-flex !important;
    align-items:center !important;
    gap:12px !important;
    padding:12px 22px !important;
    border-radius:999px !important;
    background:rgba(255,255,255,.05) !important;
    border:1px solid rgba(255,255,255,.08) !important;
    color:#fff !important;
    font-weight:600 !important;
}

.hero-pills{
    display:flex !important;
    flex-wrap:wrap !important;
    gap:14px !important;
}

.hero-pill{
    padding:12px 18px !important;
    border-radius:14px !important;
    background:rgba(255,255,255,.05) !important;
    border:1px solid rgba(255,255,255,.08) !important;
    color:#fff !important;
    font-weight:600 !important;
}

.hero-buttons{
    display:flex !important;
    gap:18px !important;
    flex-wrap:wrap !important;
}

.hero-btn-primary{
    padding:16px 30px !important;
    border-radius:14px !important;
    background:linear-gradient(90deg,#7c4dff,#00d2ff) !important;
    color:#fff !important;
    font-weight:700 !important;
    text-decoration:none !important;
    border:none !important;
}

.hero-btn-secondary{
    padding:16px 28px !important;
    border-radius:14px !important;
    background:transparent !important;
    border:1px solid rgba(255,255,255,.1) !important;
    color:#fff !important;
    font-weight:700 !important;
}

.hero-right-box{
    position:relative !important;
    z-index:5 !important;
}

.stats-grid{
    display:grid !important;
    grid-template-columns:repeat(2,1fr) !important;
    gap:20px !important;
    margin-top:30px !important;
}

.stat-card{
    padding:25px !important;
    border-radius:24px !important;
    background:rgba(255,255,255,.05) !important;
    border:1px solid rgba(255,255,255,.08) !important;
    text-align:center !important;
}

.stat-card h3{
    color:#fff !important;
    font-size:34px !important;
    font-weight:800 !important;
}

.stat-card p{
    color:rgba(255,255,255,.7) !important;
    margin:0 !important;
}

.about-section,
.steps-section,
.providers-section,
.stats-section{
    padding:100px 0 !important;
    background:#050816 !important;
}

.info-card,
.step-card,
.provider-card,
.big-stat{
    background:rgba(255,255,255,.04) !important;
    border:1px solid rgba(255,255,255,.08) !important;
    border-radius:24px !important;
    padding:35px !important;
    color:#fff !important;
}

.providers-grid{
    display:grid !important;
    grid-template-columns:repeat(5,1fr) !important;
    gap:20px !important;
}

.stats-bar{
    display:grid !important;
    grid-template-columns:repeat(4,1fr) !important;
    gap:20px !important;
}

.section-title h2{
    color:#fff !important;
    font-size:48px !important;
    font-weight:900 !important;
}

.section-title p{
    color:rgba(255,255,255,.7) !important;
}

@media(max-width:991px){

    .hero-title{
        font-size:45px !important;
    }

    .providers-grid{
        grid-template-columns:repeat(2,1fr) !important;
    }

    .stats-bar{
        grid-template-columns:repeat(2,1fr) !important;
    }

}

@media(max-width:576px){

    .hero-title{
        font-size:34px !important;
    }

    .hero-buttons{
        flex-direction:column !important;
    }

    .stats-grid,
    .providers-grid,
    .stats-bar{
        grid-template-columns:1fr !important;
    }

/* ===== LEADERBOARD PAGE BACKGROUND ===== */
.leaderboard-page,
.leaderboard-wrapper,
body.leaderboard {
    background: linear-gradient(180deg,#1a0a00,#0a1a00) !important;
}