: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-vertical .menu-item.active .menu-link {
    background: linear-gradient(90deg,#39d9ff,#4f7cff) !important;
    color: #fff !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,#39d9ff,#4f7cff) !important;
    color: #fff !important;
}
.layout-menu {
    background: linear-gradient(180deg,#0f172a,#020617) !important;
}
.layout-menu {
    box-shadow: inset -1px 0 0 rgba(0,255,255,0.1);
}
/* ===== PREMIUM FOOTER DESIGN ===== */

.footer-final {
    background: linear-gradient(180deg,#020617,#030b1a);
    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);
}