/* Bondhu84 Theme v2 - Premium Blue Elegant Design - Updated per corrections */

:root {
    --blue-deep: #0B1D3A;
    --blue-primary: #12306B;
    --blue-mid: #1E4DB5;
    --blue-light: #3B82F6;
    --blue-lighter: #93C5FD;
    --blue-bg: #EFF6FF;
    --blue-soft: #F7F9FF;
    --gold: #FBBF24;
    --gold-dark: #F59E0B;
    --white: #FFFFFF;
    --text: #1E293B;
    --text-light: #64748B;
    --border: #E0E7FF;
    --shadow: 0 10px 40px rgba(18,48,107,0.08);
    --shadow-lg: 0 20px 60px rgba(18,48,107,0.12);
}

* { box-sizing: border-box; }
body {
    margin: 0;
    font-family: 'Hind Siliguri', 'Outfit', sans-serif;
    color: var(--text);
    background: var(--blue-soft);
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
}
h1,h2,h3,h4 { font-family: 'Noto Serif Bengali', 'Hind Siliguri', serif; font-weight: 700; letter-spacing: -0.02em; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 22px; }
a { color: var(--blue-mid); text-decoration: none; }

/* Header - Updated logo order */
.bondhu84-site-header { background: rgba(255,255,255,0.95); backdrop-filter: blur(12px); box-shadow: 0 4px 30px rgba(18,48,107,0.06); position: sticky; top: 0; z-index: 100; border-bottom: 1px solid var(--border); }
.header-top-bar { background: linear-gradient(90deg, var(--blue-deep) 0%, var(--blue-primary) 100%); color: white; padding: 9px 0; font-size: 13px; letter-spacing: 0.2px; }
.header-top-bar .container { display: flex; justify-content: space-between; align-items: center; }
.header-top-bar a { color: var(--gold); font-weight: 700; }
.header-main { padding: 16px 0; }
.header-flex { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.logo-text { display: flex; align-items: center; gap: 14px; color: var(--blue-deep); }
.logo-icon { font-size: 32px; background: linear-gradient(135deg, var(--blue-bg), #DBEAFE); width: 56px; height: 56px; display: flex; align-items: center; justify-content: center; border-radius: 14px; border: 1px solid var(--border); box-shadow: var(--shadow); }
.logo-title { display: flex; flex-direction: column; line-height: 1.1; }
.logo-top { font-size: 13px; font-weight: 600; color: var(--text-light); letter-spacing: 0.8px; text-transform: uppercase; font-family: 'Outfit', sans-serif; }
.logo-bottom { font-size: 26px; font-weight: 800; color: var(--blue-deep); font-family: 'Noto Serif Bengali', serif; margin-top: 2px; }
.nav-menu { display: flex; list-style: none; margin: 0; padding: 0; gap: 4px; }
.nav-menu a { padding: 11px 18px; border-radius: 10px; font-weight: 600; color: var(--text); transition: all 0.25s; font-size: 15px; }
.nav-menu a:hover { background: var(--blue-bg); color: var(--blue-primary); }
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 13px 26px; border-radius: 100px; font-weight: 700; border: none; cursor: pointer; transition: all 0.3s; text-decoration: none; font-family: 'Hind Siliguri', sans-serif; }
.btn-primary { background: linear-gradient(135deg, var(--blue-primary), var(--blue-mid)); color: white; box-shadow: 0 8px 20px rgba(18,48,107,0.25); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(18,48,107,0.32); color: white; }
.btn-secondary { background: white; color: var(--blue-primary); border: 2px solid var(--border); }
.btn-large { padding: 18px 36px; font-size: 17px; }
.mobile-toggle { display: none; background: var(--blue-bg); border: 1px solid var(--border); width: 46px; height: 46px; border-radius: 12px; font-size: 20px; cursor: pointer; color: var(--blue-primary); }

/* Hero - Premium elegant blue, not harsh */
.hero-section { position: relative; background: radial-gradient(1200px at 20% -10%, #1E4DB5 0%, transparent 60%), radial-gradient(900px at 80% 110%, #0B1D3A 0%, transparent 50%), linear-gradient(135deg, #0B1D3A 0%, #12306B 45%, #1E4DB5 100%); color: white; padding: 90px 0 70px; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
.hero-shapes .shape { position: absolute; border-radius: 50%; background: rgba(255,255,255,0.06); backdrop-filter: blur(20px); }
.shape-1 { width: 400px; height: 400px; top: -100px; right: -100px; }
.shape-2 { width: 300px; height: 300px; bottom: -80px; left: -60px; background: rgba(251,191,36,0.08); }
.hero-content { position: relative; z-index: 2; text-align: center; }
.hero-badge { background: rgba(255,255,255,0.12); backdrop-filter: blur(12px); border: 1px solid rgba(255,255,255,0.18); display: inline-block; padding: 8px 20px; border-radius: 100px; font-size: 14px; font-weight: 700; letter-spacing: 0.5px; margin-bottom: 22px; color: #FDE68A; }
.hero-title { margin: 0 0 18px 0; line-height: 0.95; }
.hero-top { display: block; font-size: 22px; font-weight: 500; letter-spacing: 3px; text-transform: uppercase; opacity: 0.9; font-family: 'Outfit', sans-serif; color: #BFDBFE; margin-bottom: 8px; }
.hero-bottom { display: block; font-size: 64px; font-weight: 800; font-family: 'Noto Serif Bengali', serif; color: white; text-shadow: 0 2px 20px rgba(0,0,0,0.2); }
.hero-date { font-size: 17px; opacity: 0.92; margin: 0 0 32px 0; font-weight: 500; background: rgba(0,0,0,0.15); display: inline-block; padding: 10px 22px; border-radius: 100px; backdrop-filter: blur(8px); border: 1px solid rgba(255,255,255,0.1); }
.countdown { display: flex; justify-content: center; gap: 14px; margin: 32px 0; }
.count-box { background: rgba(255,255,255,0.1); backdrop-filter: blur(16px); border: 1px solid rgba(255,255,255,0.18); border-radius: 18px; padding: 18px 22px; min-width: 96px; box-shadow: 0 8px 32px rgba(0,0,0,0.12); }
.count-box span { display: block; font-size: 34px; font-weight: 800; line-height: 1; font-family: 'Outfit', sans-serif; }
.count-box small { font-size: 12px; opacity: 0.9; letter-spacing: 0.8px; text-transform: uppercase; margin-top: 4px; display: block; }
.hero-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin: 32px 0; }
.btn-hero-primary { background: linear-gradient(135deg, #FBBF24, #F59E0B); color: #1F2937; padding: 18px 38px; font-size: 18px; font-weight: 800; box-shadow: 0 10px 30px rgba(251,191,36,0.4); }
.btn-hero-primary:hover { transform: translateY(-3px); box-shadow: 0 14px 36px rgba(251,191,36,0.5); color: #111827; }
.btn-hero-secondary { background: rgba(255,255,255,0.1); color: white; border: 2px solid rgba(255,255,255,0.25); padding: 16px 34px; backdrop-filter: blur(10px); }
.btn-hero-secondary:hover { background: rgba(255,255,255,0.18); border-color: rgba(255,255,255,0.4); color: white; }
.hero-venue-card { display: inline-flex; align-items: center; gap: 14px; background: rgba(255,255,255,0.1); backdrop-filter: blur(16px); border: 1px solid rgba(255,255,255,0.18); padding: 14px 22px; border-radius: 16px; margin-top: 10px; text-align: left; }
.venue-icon { width: 44px; height: 44px; background: rgba(255,255,255,0.15); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 20px; }
.hero-venue-card strong { display: block; font-size: 12px; opacity: 0.8; letter-spacing: 0.8px; text-transform: uppercase; }
.hero-venue-card span { font-size: 14px; font-weight: 600; }

/* Info Section */
.info-section { padding: 80px 0; background: white; }
.section-header { text-align: center; margin-bottom: 46px; max-width: 700px; margin-left: auto; margin-right: auto; }
.section-header h2 { font-size: 42px; color: var(--blue-deep); margin: 0 0 12px 0; line-height: 1.1; }
.section-header p { color: var(--text-light); font-size: 17px; margin: 0; }
.info-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.info-card { background: linear-gradient(180deg, #FFFFFF 0%, #F8FAFF 100%); border: 1px solid var(--border); border-radius: 22px; padding: 32px 28px; text-align: center; transition: all 0.35s; box-shadow: 0 2px 20px rgba(18,48,107,0.04); }
.info-card:hover { border-color: var(--blue-lighter); transform: translateY(-8px); box-shadow: var(--shadow-lg); }
.info-icon { width: 64px; height: 64px; background: var(--blue-bg); border-radius: 16px; display: inline-flex; align-items: center; justify-content: center; font-size: 28px; margin-bottom: 16px; }
.info-card h3 { color: var(--blue-deep); margin: 0 0 10px 0; font-size: 20px; }
.info-card p { color: var(--text-light); font-size: 15px; margin: 0; line-height: 1.6; }

/* Registration Highlight - Updated with driver fee */
.registration-highlight { padding: 30px 0 70px; background: linear-gradient(180deg, white 0%, var(--blue-soft) 100%); }
.reg-highlight-box { background: linear-gradient(135deg, #0B1D3A 0%, #12306B 50%, #1E4DB5 100%); color: white; border-radius: 28px; padding: 44px; display: grid; grid-template-columns: 1.5fr 1fr; gap: 36px; align-items: center; position: relative; overflow: hidden; box-shadow: 0 20px 60px rgba(11,29,58,0.3); border: 1px solid rgba(255,255,255,0.1); }
.reg-highlight-box::before { content: ''; position: absolute; top: -50%; right: -20%; width: 600px; height: 600px; background: radial-gradient(circle, rgba(59,130,246,0.15) 0%, transparent 70%); }
.reg-highlight-content { position: relative; z-index: 1; }
.reg-highlight-content h2 { font-size: 34px; margin: 0 0 14px 0; color: white; }
.reg-highlight-content p { opacity: 0.92; font-size: 16px; line-height: 1.6; }
.reg-highlight-content ul { list-style: none; padding: 0; margin: 20px 0 0 0; }
.reg-highlight-content li { margin: 10px 0; padding-left: 28px; position: relative; font-size: 15px; opacity: 0.95; }
.reg-highlight-content li::before { content: ''; position: absolute; left: 0; top: 6px; width: 18px; height: 18px; background: var(--gold); border-radius: 50%; }
.reg-highlight-content li::after { content: '✓'; position: absolute; left: 4px; top: 5px; font-size: 11px; color: #1F2937; font-weight: 800; }
.price-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 18px; }
.price-box { background: white; color: var(--blue-deep); border-radius: 18px; padding: 20px; text-align: center; box-shadow: 0 8px 24px rgba(0,0,0,0.12); border: 1px solid rgba(255,255,255,0.8); }
.price-box.driver { background: linear-gradient(135deg, #FEF3C7, #FDE68A); border-color: var(--gold); }
.price-box span { display: block; font-size: 12px; color: var(--text-light); text-transform: uppercase; letter-spacing: 0.8px; font-weight: 600; font-family: 'Outfit', sans-serif; }
.price-box strong { font-size: 30px; display: block; line-height: 1.1; margin: 6px 0 2px 0; font-family: 'Outfit', sans-serif; }
.price-box small { color: var(--text-light); font-size: 12px; }
.payment-note { font-size: 13px; text-align: center; margin-top: 14px; background: rgba(0,0,0,0.2); padding: 12px; border-radius: 12px; border: 1px solid rgba(255,255,255,0.1); line-height: 1.5; }
.payment-note strong { color: var(--gold); font-size: 14px; letter-spacing: 0.5px; }

/* How it works - corrected spelling */
.how-it-works { padding: 70px 0; background: var(--blue-soft); text-align: center; }
.how-it-works h2 { color: var(--blue-deep); font-size: 36px; margin: 0 0 8px 0; }
.section-subtitle { color: var(--text-light); margin: 0 0 36px 0; font-size: 16px; }
.steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; margin-top: 10px; }
.step { background: white; border: 1px solid var(--border); border-radius: 20px; padding: 24px 16px 20px; position: relative; transition: all 0.3s; box-shadow: 0 4px 20px rgba(18,48,107,0.04); }
.step:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--blue-lighter); }
.step span { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: linear-gradient(135deg, var(--blue-primary), var(--blue-mid)); color: white; width: 32px; height: 32px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-weight: 800; font-size: 14px; box-shadow: 0 4px 12px rgba(18,48,107,0.3); font-family: 'Outfit', sans-serif; }
.step-icon { font-size: 28px; margin: 12px 0 8px 0; }
.step h4 { margin: 8px 0 6px 0; color: var(--blue-deep); font-size: 15px; }
.step p { font-size: 13px; color: var(--text-light); margin: 0; line-height: 1.4; }

/* Page */
.page-container { max-width: 900px; margin: 30px auto; background: white; border-radius: 22px; padding: 36px; box-shadow: var(--shadow); border: 1px solid var(--border); }
.page-title { color: var(--blue-deep); font-size: 32px; }

/* Footer - New attractive design */
.bondhu84-site-footer { background: linear-gradient(180deg, #0A1120 0%, #111E36 100%); color: #94A3B8; margin-top: 60px; border-top: 1px solid rgba(251,191,36,0.15); position: relative; overflow: hidden; }
.bondhu84-site-footer::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, var(--gold), transparent); opacity: 0.5; }
.footer-main { padding: 56px 0 32px; position: relative; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1.2fr 1.2fr; gap: 36px; }
.footer-col h4 { color: white; margin: 0 0 16px 0; font-size: 18px; font-family: 'Outfit', sans-serif; }
.footer-col p { font-size: 14px; line-height: 1.6; color: #94A3B8; }
.footer-menu { list-style: none; padding: 0; margin: 0; }
.footer-menu a { color: #94A3B8; display: block; padding: 7px 0; font-size: 14px; transition: 0.2s; }
.footer-menu a:hover { color: var(--gold); transform: translateX(4px); }
.footer-contact { list-style: none; padding: 0; margin: 0; }
.footer-contact li { padding: 7px 0; font-size: 14px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.06); padding: 20px 0; text-align: center; font-size: 13px; color: #64748B; background: rgba(0,0,0,0.2); }

/* Responsive */
@media (max-width: 980px) {
    .hero-bottom { font-size: 48px; }
    .info-grid, .footer-grid, .reg-highlight-box { grid-template-columns: 1fr; }
    .steps { grid-template-columns: repeat(2, 1fr); }
    .nav-menu { display: none; position: absolute; top: 100%; left: 0; right: 0; background: rgba(255,255,255,0.98); backdrop-filter: blur(20px); flex-direction: column; padding: 20px; box-shadow: var(--shadow-lg); border-top: 1px solid var(--border); border-radius: 0 0 20px 20px; }
    .nav-menu.active { display: flex; }
    .mobile-toggle { display: flex; align-items: center; justify-content: center; }
    .header-flex { flex-wrap: wrap; }
}
@media (max-width: 600px) {
    .hero-top { font-size: 16px; letter-spacing: 2px; }
    .hero-bottom { font-size: 36px; }
    .countdown { gap: 8px; }
    .count-box { min-width: 72px; padding: 14px 10px; }
    .count-box span { font-size: 26px; }
    .steps { grid-template-columns: 1fr; }
    .price-grid { grid-template-columns: 1fr; }
}
