/* Custom Styles for IndianMatka.VIP */

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* --- Header & Nav --- */
.navbar-brand {
    font-size: 1.5rem;
    color: #ffc107 !important; /* Gold color for brand */
}

.nav-link {
    font-weight: 500;
}

/* --- Hero Section --- */
.hero-section {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('https://images.unsplash.com/photo-1549923746-c502d488b3ea?q=80&w=2071&auto=format&fit=crop') no-repeat center center;
    background-size: cover;
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-section h1 {
    text-shadow: 2px 2px 4px rgba(0,0,0,0.6);
}

.hero-section .btn-primary {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #000;
    padding: 12px 30px;
    font-size: 1.2rem;
}

.hero-section .btn-primary:hover {
    background-color: #e0a800;
    border-color: #d39e00;
}


/* --- Results Section --- */
.result-card {
    background-color: #fff;
    border: 1px solid #ddd;
    max-width: 600px;
    margin: 0 auto;
}

.result-card h3 {
    color: #c0392b; /* Red color for market name */
    font-weight: bold;
}

.result-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.result-box, .result-jodi {
    padding: 1rem;
    border-radius: 8px;
}

.result-box {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
}

.result-jodi {
    background-color: #2c3e50;
    color: white;
}

.result-label {
    display: block;
    font-size: 0.9rem;
    color: #6c757d;
}

.number {
    font-size: 2.5rem;
    font-weight: bold;
    letter-spacing: 2px;
}


/* --- SEO Links Section --- */
#seo-links {
    background-color: #f1f1f1;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

#seo-links a {
    color: #343a40;
    font-weight: 500;
}

#seo-links a:hover {
    color: #0d6efd;
    text-decoration: underline !important;
}

/* --- Footer --- */
.bg-black {
    background-color: #121212 !important;
}

.footer .disclaimer {
    font-size: 0.8rem;
    color: #adb5bd;
}