/*
Theme Name: BetVibe India
Theme URI: https://betvibe-india.com/
Author: BetVibe India
Author URI: https://betvibe-india.com/
Description: Official BetVibe India WordPress theme – the high-energy sports betting and online casino brand for Indian players. Optimised for the BetVibe brand keyword with built-in schema.org structured data (Organization, WebSite, Casino, Product, FAQPage, BreadcrumbList and Review), full SEO meta-tag support, lightning-fast load times, mobile-first responsive design and the signature BetVibe purple-gradient look used across betvibe.net and betvibe-india.com.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: betvibe-india
Tags: casino, sports-betting, india, one-column, custom-colors, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, full-width-template, theme-options
*/

/* ============================================
   BetVibe India – Brand Variables
   ============================================ */
:root {
    --bv-purple: #6d28d9;
    --bv-purple-dark: #4c1d95;
    --bv-purple-light: #8b5cf6;
    --bv-purple-glow: #a78bfa;
    --bv-pink: #ec4899;
    --bv-gold: #fbbf24;
    --bv-bg: #0b0420;
    --bv-bg-2: #150a35;
    --bv-card: #1c0f44;
    --bv-card-2: #251456;
    --bv-text: #ffffff;
    --bv-text-muted: #c4b5fd;
    --bv-text-dim: #9ca3af;
    --bv-border: rgba(139, 92, 246, 0.2);
    --bv-success: #10b981;
    --bv-danger: #ef4444;
    --bv-gradient: linear-gradient(135deg, #6d28d9 0%, #ec4899 100%);
    --bv-gradient-2: linear-gradient(135deg, #4c1d95 0%, #6d28d9 50%, #a78bfa 100%);
    --bv-gradient-card: linear-gradient(180deg, rgba(124, 58, 237, 0.15) 0%, rgba(28, 15, 68, 0.6) 100%);
    --bv-shadow: 0 20px 60px rgba(109, 40, 217, 0.25);
    --bv-shadow-glow: 0 0 40px rgba(167, 139, 250, 0.35);
    --bv-radius: 16px;
    --bv-radius-sm: 10px;
    --bv-radius-lg: 24px;
    --bv-font: 'Inter', 'Segoe UI', Roboto, -apple-system, BlinkMacSystemFont, sans-serif;
}

/* ============================================
   Reset / Base
   ============================================ */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
    margin: 0;
    font-family: var(--bv-font);
    background: var(--bv-bg);
    background-image:
        radial-gradient(circle at 20% 0%, rgba(124, 58, 237, 0.25) 0%, transparent 50%),
        radial-gradient(circle at 80% 100%, rgba(236, 72, 153, 0.15) 0%, transparent 50%);
    background-attachment: fixed;
    color: var(--bv-text);
    line-height: 1.7;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--bv-purple-glow); text-decoration: none; transition: color .2s; }
a:hover { color: var(--bv-pink); }

h1, h2, h3, h4, h5, h6 {
    font-weight: 800;
    line-height: 1.25;
    margin: 0 0 .6em;
    color: #fff;
    letter-spacing: -0.02em;
}
h1 { font-size: clamp(2rem, 5vw, 3.5rem); }
h2 { font-size: clamp(1.6rem, 3.5vw, 2.4rem); margin-top: 2em; }
h3 { font-size: clamp(1.25rem, 2.5vw, 1.6rem); margin-top: 1.6em; }
h4 { font-size: 1.15rem; margin-top: 1.4em; }
p { margin: 0 0 1.1em; color: #e5e7eb; }
ul, ol { padding-left: 1.4em; color: #e5e7eb; }
li { margin-bottom: .5em; }

/* ============================================
   Layout
   ============================================ */
.bv-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.bv-section { padding: 70px 0; position: relative; }
.bv-section--tight { padding: 40px 0; }

/* ============================================
   Header
   ============================================ */
.bv-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(11, 4, 32, 0.85);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--bv-border);
}
.bv-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
    gap: 24px;
}
.bv-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 900;
    font-size: 1.5rem;
    letter-spacing: -0.03em;
    color: #fff;
}
.bv-logo__mark {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: var(--bv-gradient);
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 1.2rem;
    box-shadow: var(--bv-shadow-glow);
}
.bv-nav { display: flex; gap: 28px; align-items: center; }
.bv-nav a { color: #e5e7eb; font-weight: 500; font-size: .95rem; }
.bv-nav a:hover { color: var(--bv-purple-glow); }
.bv-header__cta {
    background: var(--bv-gradient);
    color: #fff !important;
    padding: 10px 22px;
    border-radius: 999px;
    font-weight: 700;
    font-size: .92rem;
    box-shadow: var(--bv-shadow-glow);
    transition: transform .2s, box-shadow .2s;
}
.bv-header__cta:hover { transform: translateY(-2px); box-shadow: 0 0 50px rgba(167, 139, 250, 0.6); }

.bv-burger {
    display: none;
    background: transparent;
    border: 0;
    color: #fff;
    font-size: 1.6rem;
    cursor: pointer;
    padding: 6px 10px;
}

/* ============================================
   Hero
   ============================================ */
.bv-hero {
    padding: 80px 0 60px;
    text-align: center;
    position: relative;
}
.bv-hero__eyebrow {
    display: inline-block;
    padding: 6px 16px;
    border-radius: 999px;
    background: rgba(167, 139, 250, 0.15);
    border: 1px solid var(--bv-border);
    color: var(--bv-purple-glow);
    font-size: .85rem;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: .05em;
    text-transform: uppercase;
}
.bv-hero__title {
    background: linear-gradient(135deg, #fff 0%, #c4b5fd 50%, #ec4899 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 0 18px;
}
.bv-hero__sub {
    font-size: 1.2rem;
    color: var(--bv-text-muted);
    max-width: 760px;
    margin: 0 auto 30px;
}
.bv-hero__ctas { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.bv-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 16px 32px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 1rem;
    border: 0;
    cursor: pointer;
    transition: transform .2s, box-shadow .2s, background .2s;
    text-decoration: none;
}
.bv-btn--primary {
    background: var(--bv-gradient);
    color: #fff;
    box-shadow: var(--bv-shadow-glow);
}
.bv-btn--primary:hover { transform: translateY(-3px); box-shadow: 0 0 60px rgba(236, 72, 153, 0.5); color: #fff; }
.bv-btn--ghost {
    background: rgba(139, 92, 246, 0.1);
    border: 1px solid var(--bv-purple-light);
    color: #fff;
}
.bv-btn--ghost:hover { background: rgba(139, 92, 246, 0.25); color: #fff; }
.bv-btn--lg { padding: 18px 40px; font-size: 1.1rem; }

/* ============================================
   Highlight stats
   ============================================ */
.bv-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin: 40px 0;
}
.bv-stat {
    background: var(--bv-gradient-card);
    border: 1px solid var(--bv-border);
    border-radius: var(--bv-radius);
    padding: 22px;
    text-align: center;
    backdrop-filter: blur(10px);
}
.bv-stat__num {
    font-size: 1.8rem;
    font-weight: 900;
    background: var(--bv-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 4px;
}
.bv-stat__label { color: var(--bv-text-muted); font-size: .85rem; text-transform: uppercase; letter-spacing: .05em; }

/* ============================================
   Article / Prose
   ============================================ */
.bv-article {
    background: var(--bv-gradient-card);
    border: 1px solid var(--bv-border);
    border-radius: var(--bv-radius-lg);
    padding: 50px clamp(20px, 5vw, 60px);
    backdrop-filter: blur(20px);
    box-shadow: var(--bv-shadow);
}
.bv-article p { color: #e5e7eb; font-size: 1.02rem; }
.bv-article h2 {
    position: relative;
    padding-bottom: 12px;
    border-bottom: 2px solid transparent;
    border-image: var(--bv-gradient) 1;
}
.bv-article ul li::marker { color: var(--bv-purple-glow); }

/* ============================================
   Bonus cards
   ============================================ */
.bv-bonuses {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
    margin: 30px 0;
}
.bv-bonus {
    background: linear-gradient(180deg, rgba(167, 139, 250, 0.18) 0%, rgba(28, 15, 68, 0.7) 100%);
    border: 1px solid var(--bv-purple-light);
    border-radius: var(--bv-radius);
    padding: 26px 22px;
    text-align: center;
    transition: transform .25s, box-shadow .25s;
    position: relative;
    overflow: hidden;
}
.bv-bonus::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 0%, rgba(236, 72, 153, 0.2), transparent 70%);
    pointer-events: none;
}
.bv-bonus:hover { transform: translateY(-6px); box-shadow: var(--bv-shadow); }
.bv-bonus__amount {
    font-size: 2rem;
    font-weight: 900;
    background: var(--bv-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.bv-bonus__name { font-weight: 700; margin: 8px 0; color: #fff; }
.bv-bonus__desc { color: var(--bv-text-muted); font-size: .9rem; margin-bottom: 16px; }
.bv-bonus__code {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 6px;
    background: rgba(0,0,0,0.4);
    border: 1px dashed var(--bv-gold);
    color: var(--bv-gold);
    font-family: monospace;
    font-weight: 700;
    margin-bottom: 12px;
}

/* ============================================
   Feature grid
   ============================================ */
.bv-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin: 30px 0;
}
.bv-feature {
    background: var(--bv-card);
    border: 1px solid var(--bv-border);
    border-radius: var(--bv-radius);
    padding: 26px;
    transition: border-color .25s, transform .25s;
}
.bv-feature:hover { border-color: var(--bv-purple-light); transform: translateY(-4px); }
.bv-feature__icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: var(--bv-gradient);
    display: grid;
    place-items: center;
    font-size: 1.4rem;
    margin-bottom: 14px;
    box-shadow: var(--bv-shadow-glow);
}
.bv-feature h3 { margin-top: 0; font-size: 1.15rem; }
.bv-feature p { font-size: .95rem; color: var(--bv-text-muted); margin: 0; }

/* ============================================
   Tables
   ============================================ */
.bv-table-wrap { overflow-x: auto; margin: 24px 0; border-radius: var(--bv-radius); border: 1px solid var(--bv-border); }
.bv-table { width: 100%; border-collapse: collapse; min-width: 480px; }
.bv-table th, .bv-table td { padding: 14px 18px; text-align: left; }
.bv-table thead th { background: var(--bv-gradient); color: #fff; font-weight: 700; text-transform: uppercase; font-size: .82rem; letter-spacing: .05em; }
.bv-table tbody tr { border-bottom: 1px solid var(--bv-border); }
.bv-table tbody tr:nth-child(even) { background: rgba(139, 92, 246, 0.05); }
.bv-table tbody tr:last-child { border-bottom: 0; }

/* ============================================
   Pros / Cons
   ============================================ */
.bv-proscons { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin: 24px 0; }
.bv-proscons__col {
    background: var(--bv-card);
    border: 1px solid var(--bv-border);
    border-radius: var(--bv-radius);
    padding: 24px;
}
.bv-proscons__col h4 { margin-top: 0; }
.bv-proscons__col--pros { border-color: var(--bv-success); }
.bv-proscons__col--cons { border-color: var(--bv-danger); }
.bv-proscons ul { list-style: none; padding-left: 0; }
.bv-proscons li { padding-left: 28px; position: relative; }
.bv-proscons--pros li::before { content: '✓'; position: absolute; left: 0; color: var(--bv-success); font-weight: 900; }
.bv-proscons--cons li::before { content: '✗'; position: absolute; left: 0; color: var(--bv-danger); font-weight: 900; }

/* ============================================
   FAQ
   ============================================ */
.bv-faq { margin: 30px 0; }
.bv-faq__item {
    background: var(--bv-card);
    border: 1px solid var(--bv-border);
    border-radius: var(--bv-radius);
    margin-bottom: 14px;
    overflow: hidden;
}
.bv-faq__q {
    width: 100%;
    background: transparent;
    border: 0;
    padding: 20px 22px;
    text-align: left;
    color: #fff;
    font-size: 1.05rem;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    font-family: inherit;
}
.bv-faq__q::after { content: '+'; font-size: 1.6rem; color: var(--bv-purple-glow); transition: transform .25s; }
.bv-faq__item--open .bv-faq__q::after { transform: rotate(45deg); }
.bv-faq__a { padding: 0 22px 20px; color: var(--bv-text-muted); display: none; }
.bv-faq__item--open .bv-faq__a { display: block; }

/* ============================================
   Providers ribbon
   ============================================ */
.bv-providers {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 24px 0;
    justify-content: center;
}
.bv-provider {
    background: var(--bv-card-2);
    border: 1px solid var(--bv-border);
    border-radius: 999px;
    padding: 10px 18px;
    font-weight: 600;
    font-size: .9rem;
    color: var(--bv-text-muted);
}

/* ============================================
   Payment grid
   ============================================ */
.bv-payments {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 12px;
    margin: 24px 0;
}
.bv-payment {
    background: var(--bv-card);
    border: 1px solid var(--bv-border);
    border-radius: var(--bv-radius-sm);
    padding: 18px 12px;
    text-align: center;
    font-weight: 700;
    font-size: .92rem;
    color: #fff;
    transition: border-color .25s;
}
.bv-payment:hover { border-color: var(--bv-purple-light); }
.bv-payment small { display: block; color: var(--bv-text-muted); font-weight: 500; font-size: .78rem; margin-top: 4px; }

/* ============================================
   Big CTA banner
   ============================================ */
.bv-cta-banner {
    background: var(--bv-gradient-2);
    border-radius: var(--bv-radius-lg);
    padding: 50px clamp(24px, 5vw, 60px);
    text-align: center;
    position: relative;
    overflow: hidden;
    margin: 50px 0;
    box-shadow: var(--bv-shadow);
}
.bv-cta-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 10% 10%, rgba(255,255,255,0.15), transparent 40%),
        radial-gradient(circle at 90% 90%, rgba(236, 72, 153, 0.25), transparent 40%);
    pointer-events: none;
}
.bv-cta-banner h2 { color: #fff; margin-top: 0; }
.bv-cta-banner p { color: rgba(255,255,255,0.9); font-size: 1.15rem; margin-bottom: 24px; }

/* ============================================
   Footer
   ============================================ */
.bv-footer {
    background: #07021a;
    padding: 60px 0 30px;
    border-top: 1px solid var(--bv-border);
    margin-top: 60px;
}
.bv-footer__grid {
    display: grid;
    grid-template-columns: 2fr repeat(3, 1fr);
    gap: 40px;
    margin-bottom: 40px;
}
.bv-footer h5 { color: #fff; text-transform: uppercase; font-size: .85rem; letter-spacing: .1em; margin-bottom: 16px; }
.bv-footer ul { list-style: none; padding: 0; margin: 0; }
.bv-footer li { margin-bottom: 10px; }
.bv-footer a { color: var(--bv-text-muted); font-size: .95rem; }
.bv-footer a:hover { color: var(--bv-purple-glow); }
.bv-footer__bottom {
    border-top: 1px solid var(--bv-border);
    padding-top: 24px;
    color: var(--bv-text-dim);
    font-size: .85rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 14px;
}
.bv-footer__badges { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; }
.bv-badge18 {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 2px solid #ef4444;
    color: #ef4444;
    display: inline-grid;
    place-items: center;
    font-weight: 900;
    font-size: .85rem;
}

/* ============================================
   Responsive
   ============================================ */
@media (max-width: 900px) {
    .bv-footer__grid { grid-template-columns: 1fr 1fr; }
    .bv-stats { grid-template-columns: 1fr 1fr; }
    .bv-proscons { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
    .bv-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; background: var(--bv-bg-2); flex-direction: column; gap: 0; padding: 18px 20px; border-bottom: 1px solid var(--bv-border); }
    .bv-nav.is-open { display: flex; }
    .bv-nav a { padding: 12px 0; border-bottom: 1px solid var(--bv-border); width: 100%; }
    .bv-burger { display: inline-flex; }
    .bv-article { padding: 30px 20px; }
    .bv-footer__grid { grid-template-columns: 1fr; }
    .bv-footer__bottom { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 480px) {
    .bv-stats { grid-template-columns: 1fr 1fr; }
    .bv-stat__num { font-size: 1.4rem; }
    .bv-section { padding: 50px 0; }
}

/* WordPress default classes */
.alignleft { float: left; margin-right: 1.5em; }
.alignright { float: right; margin-left: 1.5em; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-caption { max-width: 100%; }
.screen-reader-text {
    border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%);
    height: 1px; margin: -1px; overflow: hidden; padding: 0;
    position: absolute !important; width: 1px; word-wrap: normal !important;
}
