/*
Theme Name: Microjob Native Theme
Author: Gokul
Version: 1.1
*/

* { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; }
body { background-color: #f8f9fa; color: #333; line-height: 1.6; }
.container { width: 90%; max-width: 1100px; margin: auto; }
.section-title { text-align: center; margin-bottom: 30px; font-size: 28px; color: #1e293b; }

/* Buttons */
.btn { display: inline-block; padding: 12px 24px; border-radius: 6px; text-decoration: none; font-weight: bold; transition: 0.3s; }
.btn-primary { background: #2563eb; color: #fff; }
.btn-primary:hover { background: #1d4ed8; }
.btn-secondary { background: #0f172a; color: #fff; margin-left: 10px; }
.btn-secondary:hover { background: #334155; }
.btn-sm { display: inline-block; padding: 8px 16px; background: #2563eb; color: #fff; text-decoration: none; border-radius: 4px; font-size: 14px; margin-top: 10px; }

/* Hero Section with Video/Image Background Support */
.hero-section {
    position: relative;
    background: #0f172a; /* ব্যাকগ্রাউন্ড মিডিয়া লোড না হওয়া পর্যন্ত ডিফল্ট কালার */
    min-height: 480px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    padding: 60px 20px;
}

.hero-bg-media {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 1;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 23, 42, 0.75); /* কালচে ওভারলে যাতে লেখা ফুটে ওঠে */
    z-index: 2;
}

.hero-content {
    position: relative;
    z-index: 3;
    color: #ffffff;
}

.hero-section h1 { font-size: 38px; margin-bottom: 15px; color: #ffffff; line-height: 1.3; }
.hero-section h1 span { color: #60a5fa; }
.hero-section p { font-size: 18px; color: #cbd5e1; margin-bottom: 25px; }

/* Stats Bar */
.stats-section { background: #fff; padding: 30px 0; border-bottom: 1px solid #e2e8f0; }
.stats-grid { display: flex; justify-content: space-around; text-align: center; flex-wrap: wrap; gap: 20px; }
.stat-box h3 { font-size: 26px; color: #16a34a; }
.stat-box p { color: #64748b; }

/* How It Works */
.how-it-works { padding: 60px 0; }
.steps-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; text-align: center; }
.step-card { background: #fff; padding: 25px; border-radius: 8px; box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05); }
.step-icon { width: 50px; height: 50px; background: #2563eb; color: #fff; font-size: 20px; font-weight: bold; line-height: 50px; border-radius: 50%; margin: 0 auto 15px; }

/* Jobs Grid */
.jobs-section { padding: 60px 0; background: #fff; }
.jobs-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; }
.job-card { background: #f8fafc; border: 1px solid #e2e8f0; padding: 20px; border-radius: 8px; position: relative; }
.job-badge { font-size: 12px; background: #e0e7ff; color: #3730a3; padding: 4px 8px; border-radius: 4px; display: inline-block; margin-bottom: 10px; }
.job-reward { font-weight: bold; color: #16a34a; margin-top: 10px; }

/* Payment Proof */
.proof-section { padding: 60px 0; }
.table-responsive { width: 100%; overflow-x: auto; }
.proof-table { width: 100%; border-collapse: collapse; background: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05); }
.proof-table th, .proof-table td { padding: 15px; text-align: left; border-bottom: 1px solid #f1f5f9; white-space: nowrap; }
.proof-table th { background: #f8fafc; color: #475569; }
.status-success { background: #dcfce7; color: #15803d; padding: 4px 8px; border-radius: 4px; font-size: 12px; font-weight: bold; }

/* HEADER STYLES */
.site-header { background: #ffffff; border-bottom: 1px solid #e2e8f0; padding: 15px 0; position: sticky; top: 0; z-index: 100; }
.header-container { display: flex; justify-content: space-between; align-items: center; }
.site-logo a { font-size: 24px; font-weight: 800; color: #0f172a; text-decoration: none; }
.site-logo a span { color: #2563eb; }
.main-navigation ul { display: flex; list-style: none; gap: 20px; }
.main-navigation a { text-decoration: none; color: #475569; font-weight: 600; transition: 0.3s; }
.main-navigation a:hover { color: #2563eb; }
.header-auth-btns { display: flex; gap: 10px; align-items: center; }
.btn-login { text-decoration: none; color: #0f172a; font-weight: bold; padding: 8px 16px; }
.btn-register { text-decoration: none; background: #2563eb; color: #fff; font-weight: bold; padding: 8px 16px; border-radius: 6px; }

/* FOOTER STYLES */
.site-footer { background: #0f172a; color: #94a3b8; padding-top: 50px; margin-top: 50px; }
.footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 30px; padding-bottom: 40px; }
.footer-logo { color: #fff; font-size: 22px; margin-bottom: 15px; }
.footer-logo span { color: #3b82f6; }
.footer-col h4 { color: #ffffff; margin-bottom: 15px; font-size: 16px; }
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 8px; }
.footer-col ul li a { color: #94a3b8; text-decoration: none; transition: 0.3s; }
.footer-col ul li a:hover { color: #3b82f6; }
.payment-methods { display: flex; gap: 8px; margin-top: 10px; flex-wrap: wrap; }
.pay-badge { padding: 4px 10px; background: #1e293b; color: #fff; border-radius: 4px; font-size: 12px; font-weight: bold; border: 1px solid #334155; }
.pay-badge.bkash { color: #e2136e; }
.pay-badge.nagad { color: #f7921e; }
.pay-badge.rocket { color: #8c3494; }
.footer-bottom { background: #020617; text-align: center; padding: 15px 0; border-top: 1px solid #1e293b; font-size: 14px; }

/* MOBILE RESPONSIVE MEDIA QUERIES */
@media (max-width: 768px) {
    .hero-section h1 { font-size: 26px; }
    .hero-section p { font-size: 15px; }
    .hero-btns { display: flex; flex-direction: column; gap: 10px; }
    .btn-secondary { margin-left: 0; }
    .stats-grid { flex-direction: column; }
    .section-title { font-size: 22px; }
    .header-container { flex-direction: column; gap: 15px; }
    .main-navigation ul { gap: 10px; font-size: 14px; }
}