/* =====================================================================
   VegaStars — Custom Theme Overrides
   Built on top of Robok template (bootstrap, validnavs, swiper, helper).
   Brand palette: deep purple/navy + orange spade accent.
   ===================================================================== */

:root {
    --vs-orange: #ff8a1a;
    --vs-orange-2: #ffb347;
    --vs-orange-deep: #d95d00;
    --vs-purple: #6b21a8;
    --vs-purple-2: #9333ea;
    --vs-navy: #0e0b2b;
    --vs-navy-2: #171236;
    --vs-navy-3: #221a4b;
    --vs-text: #e8e6ff;
    --vs-text-dim: #b8b2d8;
    --vs-line: rgba(255, 255, 255, 0.08);
    --vs-line-2: rgba(255, 255, 255, 0.15);
}

/* Global body colour */
body.smooth-scroll-yes.bg-dark,
body {
    background: linear-gradient(180deg, #0b0821 0%, #14103a 100%) !important;
    color: var(--vs-text);
    font-family: 'Inter', 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    line-height: 1.7;
}

/* Kill preloader & unused animations for a cleaner load */
#preloader { display: none !important; }
.fade-up-anim,
.split-text-right,
.split-text-in-right,
.title, .title *,
.line, .word, .char,
.image-scale-animation-item,
.wow {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    clip-path: none !important;
    color: inherit;
}
.img-reveal { clip-path: none !important; }

/* =====================================
   Header / navigation — brand purple bar
   ===================================== */
.navbar-default.validnavs.no-background {
    background: rgba(11, 8, 33, 0.55) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--vs-line);
}
.navbar-default.navbar-sticky.on {
    background: rgba(11, 8, 33, 0.95) !important;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.4);
}
.navbar-brand img.logo {
    max-height: 42px;
    width: auto;
}
.validnavs .nav.navbar-nav > li > a {
    color: var(--vs-text) !important;
    font-weight: 500;
    font-size: 15px;
    text-transform: none;
    letter-spacing: 0.2px;
}
.validnavs .nav.navbar-nav > li > a:hover,
.validnavs .nav.navbar-nav > li.active > a {
    color: var(--vs-orange) !important;
}

/* Buttons — VegaStars orange */
.btn.btn-style-one {
    background: linear-gradient(135deg, var(--vs-orange) 0%, var(--vs-orange-deep) 100%) !important;
    color: #fff !important;
    border: 0 !important;
    border-radius: 999px !important;
    padding: 14px 30px !important;
    font-weight: 600;
    letter-spacing: 0.3px;
    box-shadow: 0 8px 24px rgba(255, 138, 26, 0.35);
}
.btn.btn-style-one:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(255, 138, 26, 0.55);
    color: #fff !important;
}
.btn.btn-style-one.btn-border-light,
.btn.btn-style-one.border-light {
    background: transparent !important;
    border: 1.5px solid rgba(255, 255, 255, 0.5) !important;
    box-shadow: none;
}
.btn.btn-style-one.btn-border-light:hover {
    background: rgba(255, 255, 255, 0.08) !important;
    border-color: var(--vs-orange) !important;
    color: var(--vs-orange) !important;
}
.btn.btn-style-one.btn-dark {
    background: var(--vs-navy-3) !important;
    border: 1px solid var(--vs-line-2) !important;
}

/* Bar-nav toggle strokes */
.side-menu .bar-1,
.side-menu .bar-2,
.side-menu .bar-3 { background: var(--vs-orange); }

/* =====================================
   Hero (H1 block) — big statement
   ===================================== */
.vs-hero {
    position: relative;
    padding: 180px 0 120px;
    text-align: center;
    background:
        radial-gradient(ellipse at top, rgba(147, 51, 234, 0.25) 0%, transparent 55%),
        radial-gradient(ellipse at 50% 90%, rgba(255, 138, 26, 0.18) 0%, transparent 55%),
        linear-gradient(180deg, #0b0821 0%, #1a1247 100%);
    overflow: hidden;
    border-bottom: 1px solid var(--vs-line);
}
.vs-hero::before {
    content: "♠";
    position: absolute;
    top: 20%;
    left: 8%;
    font-size: 260px;
    color: rgba(255, 138, 26, 0.06);
    line-height: 1;
    transform: rotate(-15deg);
    pointer-events: none;
}
.vs-hero::after {
    content: "♦";
    position: absolute;
    bottom: 10%;
    right: 8%;
    font-size: 220px;
    color: rgba(147, 51, 234, 0.10);
    line-height: 1;
    transform: rotate(15deg);
    pointer-events: none;
}
.vs-hero .vs-eyebrow {
    display: inline-block;
    padding: 8px 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    color: var(--vs-orange-2);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 26px;
}
.vs-hero h1 {
    font-size: 62px;
    line-height: 1.08;
    font-weight: 800;
    color: #fff;
    margin: 0 auto 24px;
    max-width: 950px;
    letter-spacing: -1px;
}
.vs-hero h1 .vs-accent {
    background: linear-gradient(135deg, var(--vs-orange) 0%, var(--vs-orange-2) 60%, #ffd280 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.vs-hero .vs-hero-sub {
    color: var(--vs-text-dim);
    font-size: 19px;
    line-height: 1.65;
    max-width: 780px;
    margin: 0 auto 40px;
}
.vs-hero .vs-hero-buttons { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; }
.vs-hero .vs-hero-meta {
    display: flex; justify-content: center; gap: 34px; margin-top: 42px;
    flex-wrap: wrap; color: var(--vs-text-dim); font-size: 14px;
}
.vs-hero .vs-hero-meta strong { color: #fff; font-weight: 700; }
.vs-hero .vs-hero-meta i { color: var(--vs-orange); margin-right: 8px; }

@media (max-width: 767px) {
    .vs-hero { padding: 130px 0 80px; }
    .vs-hero h1 { font-size: 38px; }
    .vs-hero .vs-hero-sub { font-size: 16px; }
}

/* =====================================
   Content section wrapper
   ===================================== */
.vs-section { padding: 90px 0; position: relative; }
.vs-section.alt { background: rgba(23, 18, 54, 0.5); }
.vs-section .container { max-width: 1140px; }

.vs-content {
    max-width: 900px;
    margin: 0 auto;
    color: var(--vs-text);
    font-size: 17px;
    line-height: 1.75;
}
.vs-content > * + * { margin-top: 22px; }
.vs-content h2 {
    font-size: 38px;
    line-height: 1.2;
    color: #fff;
    font-weight: 700;
    letter-spacing: -0.4px;
    margin-top: 60px;
    margin-bottom: 4px;
    position: relative;
    padding-left: 22px;
}
.vs-content h2::before {
    content: "";
    position: absolute;
    left: 0; top: 12px; bottom: 12px;
    width: 5px;
    background: linear-gradient(180deg, var(--vs-orange) 0%, var(--vs-orange-deep) 100%);
    border-radius: 3px;
}
.vs-content h3 {
    font-size: 26px;
    line-height: 1.3;
    color: #fff;
    font-weight: 700;
    margin-top: 42px;
    margin-bottom: 4px;
}
.vs-content h4 {
    font-size: 20px;
    line-height: 1.35;
    color: var(--vs-orange-2);
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 2px;
}
.vs-content h5 {
    font-size: 17px;
    color: #fff;
    font-weight: 600;
    margin-top: 22px;
}
.vs-content h6 {
    font-size: 15px;
    color: var(--vs-text-dim);
    font-weight: 600;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    margin-top: 18px;
}
.vs-content p { margin: 0; }
.vs-content strong { color: #fff; font-weight: 700; }
.vs-content a {
    color: var(--vs-orange-2);
    text-decoration: none;
    border-bottom: 1px dotted rgba(255, 179, 71, 0.5);
    transition: color 0.2s;
}
.vs-content a:hover { color: var(--vs-orange); border-bottom-color: var(--vs-orange); }

.vs-content ul,
.vs-content ol {
    padding-left: 26px;
    margin: 18px 0;
}
.vs-content ul li,
.vs-content ol li {
    margin-bottom: 12px;
    padding-left: 6px;
}
.vs-content ul li::marker { color: var(--vs-orange); font-size: 1.1em; }
.vs-content ol li::marker { color: var(--vs-orange-2); font-weight: 700; }

/* Breadcrumb */
.vs-breadcrumb {
    color: var(--vs-text-dim);
    font-size: 14px;
    margin-bottom: 26px;
    padding: 10px 16px;
    background: rgba(255, 255, 255, 0.03);
    border-left: 3px solid var(--vs-orange);
    border-radius: 4px;
}
.vs-breadcrumb a { color: var(--vs-orange-2); }

/* Updated / meta pill */
.vs-updated {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--vs-text-dim);
    font-size: 13px;
    margin-bottom: 30px;
    padding: 6px 14px;
    background: rgba(147, 51, 234, 0.15);
    border: 1px solid rgba(147, 51, 234, 0.35);
    border-radius: 999px;
}
.vs-updated i { color: var(--vs-orange); }

/* Callout */
.vs-callout {
    padding: 22px 26px;
    background: linear-gradient(135deg, rgba(255, 138, 26, 0.12) 0%, rgba(147, 51, 234, 0.12) 100%);
    border: 1px solid rgba(255, 138, 26, 0.35);
    border-radius: 12px;
    margin: 26px 0;
    color: var(--vs-text);
}
.vs-callout strong { color: var(--vs-orange-2); }

/* Tables */
.vs-content table,
.vs-table {
    width: 100%;
    border-collapse: collapse;
    margin: 24px 0;
    background: rgba(23, 18, 54, 0.7);
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid var(--vs-line);
    font-size: 15px;
}
.vs-content th,
.vs-content td,
.vs-table th,
.vs-table td {
    padding: 14px 18px;
    text-align: left;
    border-bottom: 1px solid var(--vs-line);
    vertical-align: top;
    line-height: 1.55;
}
.vs-content thead th,
.vs-table thead th {
    background: linear-gradient(180deg, rgba(147, 51, 234, 0.25) 0%, rgba(107, 33, 168, 0.25) 100%);
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    border-bottom: 2px solid rgba(255, 138, 26, 0.4);
}
.vs-content tbody tr:hover,
.vs-table tbody tr:hover { background: rgba(255, 255, 255, 0.02); }
.vs-content tbody tr:last-child td,
.vs-table tbody tr:last-child td { border-bottom: 0; }

/* FAQ (accordion re-skin) */
.accordion-style-one-item {
    background: rgba(23, 18, 54, 0.7) !important;
    border: 1px solid var(--vs-line) !important;
    border-radius: 12px !important;
    margin-bottom: 14px !important;
    overflow: hidden;
}
.accordion-style-one-item .accordion-button {
    background: transparent !important;
    color: #fff !important;
    font-weight: 600 !important;
    font-size: 17px !important;
    padding: 20px 24px !important;
    box-shadow: none !important;
}
.accordion-style-one-item .accordion-button:not(.collapsed) {
    color: var(--vs-orange-2) !important;
    background: rgba(255, 138, 26, 0.06) !important;
}
.accordion-style-one-item .accordion-button::after {
    filter: brightness(0) invert(1);
}
.accordion-style-one-item .accordion-body {
    padding: 4px 24px 22px !important;
    color: var(--vs-text-dim) !important;
    line-height: 1.7;
}

/* CTA Card */
.vs-cta {
    text-align: center;
    padding: 60px 30px;
    background:
        radial-gradient(ellipse at center, rgba(255, 138, 26, 0.18) 0%, transparent 70%),
        linear-gradient(135deg, rgba(107, 33, 168, 0.4) 0%, rgba(23, 18, 54, 0.9) 100%);
    border: 1px solid rgba(255, 138, 26, 0.3);
    border-radius: 20px;
    margin: 60px auto;
    max-width: 900px;
}
.vs-cta h2 {
    padding-left: 0;
    margin-top: 0;
    text-align: center;
}
.vs-cta h2::before { display: none; }
.vs-cta p { color: var(--vs-text-dim); margin: 14px 0 28px; }

/* =====================================
   Feature cards row (games/promotions on home)
   ===================================== */
.vs-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin: 30px 0;
}
@media (max-width: 991px) { .vs-cards { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 575px) { .vs-cards { grid-template-columns: 1fr; } }

.vs-card {
    background: linear-gradient(180deg, rgba(147, 51, 234, 0.12) 0%, rgba(23, 18, 54, 0.85) 100%);
    border: 1px solid var(--vs-line-2);
    border-radius: 16px;
    padding: 28px 24px;
    transition: transform 0.25s, border-color 0.25s, box-shadow 0.25s;
    position: relative;
    overflow: hidden;
}
.vs-card:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 138, 26, 0.5);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}
.vs-card .vs-card-icon {
    width: 52px; height: 52px;
    display: inline-flex; align-items: center; justify-content: center;
    background: linear-gradient(135deg, var(--vs-orange) 0%, var(--vs-orange-deep) 100%);
    color: #fff;
    border-radius: 12px;
    font-size: 22px;
    margin-bottom: 18px;
}
.vs-card h4 {
    color: #fff !important;
    font-size: 20px;
    margin: 0 0 10px !important;
}
.vs-card p { color: var(--vs-text-dim); font-size: 15px; margin: 0; line-height: 1.6; }
.vs-card .vs-card-link {
    display: inline-flex; align-items: center; gap: 8px;
    margin-top: 16px;
    color: var(--vs-orange-2);
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    border: 0;
}
.vs-card .vs-card-link:hover { color: var(--vs-orange); }

/* Section heading */
.vs-heading { text-align: center; margin-bottom: 50px; }
.vs-heading .sub { color: var(--vs-orange-2); font-weight: 600; letter-spacing: 2px; font-size: 13px; text-transform: uppercase; }
.vs-heading h2 { color: #fff; font-size: 42px; font-weight: 800; margin-top: 10px; padding-left: 0; }
.vs-heading h2::before { display: none; }
@media (max-width: 575px) { .vs-heading h2 { font-size: 30px; } }

/* =====================================
   Footer
   ===================================== */
footer.footer-style-one {
    background: #060518 !important;
    color: var(--vs-text-dim);
    border-top: 1px solid var(--vs-line);
    padding-top: 70px;
}
footer.footer-style-one .footer-shape { display: none; }
footer.footer-style-one .widget-title {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
footer.footer-style-one .f-item.contact p { color: var(--vs-text-dim); line-height: 1.7; }
footer.footer-style-one .f-item.contact ul li { border: 0; padding: 8px 0; }
footer.footer-style-one .f-item.contact ul li p { color: var(--vs-text-dim); font-size: 13px; text-transform: uppercase; letter-spacing: 0.6px; margin: 0; }
footer.footer-style-one .f-item.contact ul li h4 a { color: #fff; font-size: 16px; }
footer.footer-style-one .f-item.link ul li a { color: var(--vs-text-dim); font-size: 15px; }
footer.footer-style-one .f-item.link ul li a:hover { color: var(--vs-orange); padding-left: 4px; }
footer.footer-style-one .footer-bottom-one { border-top: 1px solid var(--vs-line); border-bottom: 1px solid var(--vs-line); }
footer.footer-style-one .footer-bottom-one .logo img { max-height: 42px; }
footer.footer-style-one .footer-item-social li a {
    color: var(--vs-text-dim);
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    transition: all 0.2s;
}
footer.footer-style-one .footer-item-social li a:hover {
    background: var(--vs-orange);
    color: #fff;
}
footer.footer-style-one .footer-bottom p a { color: var(--vs-orange-2); }
footer.footer-style-one .footer-bottom ul li a { color: var(--vs-text-dim); }
footer.footer-style-one .footer-bottom ul li a:hover { color: var(--vs-orange); }

.vs-footer-badges {
    display: flex; gap: 12px; flex-wrap: wrap; margin-top: 14px;
}
.vs-footer-badges span {
    display: inline-flex; align-items: center; gap: 6px;
    padding: 6px 12px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--vs-line);
    border-radius: 6px;
    color: var(--vs-text-dim);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.4px;
}
.vs-footer-badges span.vs-18plus {
    background: var(--vs-orange);
    color: #fff;
    border-color: var(--vs-orange);
}
.vs-footer-legal {
    max-width: 900px; margin: 24px auto 0;
    padding-top: 24px;
    border-top: 1px solid var(--vs-line);
    font-size: 13px; color: var(--vs-text-dim); line-height: 1.65;
    text-align: center;
}

/* Fix: header overlays hero on the very first paint */
.vs-hero { margin-top: 0; padding-top: 200px !important; }
/* Break long words in tables gracefully */
.vs-content table td, .vs-content table th { word-break: break-word; }

/* Extra spacing so the sticky header never overlaps H1 */
.vs-hero { padding-top: 240px !important; }
@media (max-width: 767px) {
    .vs-hero { padding-top: 170px !important; }
}
/* Ensure fixed header has known height */
.navbar-default.navbar-sticky.navbar-fixed { min-height: 90px; }
