/* ==========================================================
   Probashi Jobs — Homepage v3 (Pink/Magenta Travel Theme)
   Palette: Pink #EC1561, Pink Dark #C10E4F, Navy Text #1F2937
   ========================================================== */

:root {
    --pj-navy: #0F1B2E;
    --pj-pink: #EC1561;
    --pj-pink-dark: #C10E4F;
    --pj-pink-light: #FDEEF3;
    --pj-pink-soft: #FCE4EC;
    --pj-border: #F1D9E2;
    --pj-muted: #6B7280;
    --pj-gold: #FBBF24;
}

body.home-body {
    font-family: 'Hind Siliguri', 'Noto Sans Bengali', 'Segoe UI', sans-serif;
    background: #fff;
}

/* ---------- Top info bar ---------- */
.topbar {
    background: var(--pj-pink);
    color: rgba(255,255,255,0.92);
    font-size: 0.8rem;
    padding: 0.45rem 0;
}
.topbar a { color: rgba(255,255,255,0.92); text-decoration: none; }
.topbar a:hover { color: #fff; }
.topbar .divider { color: rgba(255,255,255,0.35); margin: 0 0.6rem; }
.topbar .social-icons a {
    width: 26px; height: 26px; border-radius: 50%;
    background: rgba(255,255,255,0.15);
    display: inline-flex; align-items: center; justify-content: center;
    margin-left: 0.35rem; font-size: 0.75rem;
}
.topbar .social-icons a:hover { background: rgba(255,255,255,0.3); }

/* ---------- Main navbar ---------- */
.main-navbar { padding: 0.9rem 0; background: #fff; }
.main-navbar .navbar-brand-mark {
    width: 42px; height: 42px; border-radius: 50%;
    object-fit: cover; flex-shrink: 0;
}
.main-navbar .brand-text { font-weight: 800; color: var(--pj-navy); font-size: 1.25rem; line-height: 1.1; }
.main-navbar .brand-tagline { font-size: 0.68rem; color: var(--pj-muted); display: block; }

.main-navbar .nav-link { color: #374151; font-weight: 600; font-size: 0.92rem; position: relative; padding-bottom: 0.3rem; }
.main-navbar .nav-link.active { color: var(--pj-pink); }
.main-navbar .nav-link.active::after {
    content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 2px; background: var(--pj-pink);
}
.main-navbar .nav-link:hover { color: var(--pj-pink); }

.btn-pj-outline {
    border: 1.5px solid var(--pj-pink); color: var(--pj-pink); font-weight: 700;
    border-radius: 8px; padding: 0.4rem 1.1rem;
}
.btn-pj-outline:hover { background: var(--pj-pink); color: #fff; }
.btn-pj-solid {
    background: var(--pj-pink); border-color: var(--pj-pink); color: #fff; font-weight: 700;
    border-radius: 8px; padding: 0.4rem 1.1rem;
}
.btn-pj-solid:hover { background: var(--pj-pink-dark); color: #fff; }

/* ---------- Hero v3 — pink whimsical travel scene ---------- */
.hero-v2 {
    background: linear-gradient(180deg, var(--pj-pink-light) 0%, #fff 100%);
    padding: 3.5rem 0 2rem;
    position: relative;
    overflow: hidden;
}
.hero-kicker {
    display: none;
}
.hero-v2 h1 {
    font-weight: 800; font-size: 2.9rem; line-height: 1.15; color: var(--pj-navy); letter-spacing: -0.01em;
}
.hero-v2 h1 .text-accent { color: var(--pj-pink); display: block; }
.hero-v2 p.hero-lead { color: #4B5568; font-size: 1.05rem; max-width: 460px; margin-top: 1.1rem; line-height: 1.6; }

.hero-cta-row { display: flex; gap: 0.9rem; margin-top: 1.6rem; flex-wrap: wrap; }
.btn-hero-primary {
    background: var(--pj-pink); color: #fff; font-weight: 700; padding: 0.85rem 1.7rem;
    border-radius: 10px; text-decoration: none; font-size: 0.95rem; display: inline-flex; align-items: center; gap: 0.5rem;
    transition: transform 0.15s ease;
}
.btn-hero-primary:hover { background: var(--pj-pink-dark); color: #fff; transform: translateY(-2px); }
.btn-hero-ghost {
    color: var(--pj-navy); font-weight: 700; padding: 0.85rem 1.2rem; border-radius: 10px;
    text-decoration: none; font-size: 0.95rem; border: 1.5px solid var(--pj-border);
}
.btn-hero-ghost:hover { border-color: var(--pj-pink); color: var(--pj-pink); }

.hero-badges { display: flex; flex-wrap: wrap; gap: 1.6rem; margin-top: 1.8rem; }
.hero-badge { display: flex; align-items: center; gap: 0.55rem; font-size: 0.84rem; font-weight: 600; color: #374151; }
.hero-badge .badge-ico {
    width: 34px; height: 34px; border-radius: 50%; background: var(--pj-pink-soft); color: var(--pj-pink);
    display: inline-flex; align-items: center; justify-content: center; font-size: 0.9rem; flex-shrink: 0;
}

/* ---------- Hero visual: whimsical travel illustration scene ---------- */
.hero-visual { position: relative; height: 100%; min-height: 340px; overflow: hidden; border-radius: 20px; }
.hero-scene {
    position: absolute; inset: 0;
    background: linear-gradient(180deg, #FBD5E4 0%, #FCE9F0 60%, #FFF5F8 100%);
    border-radius: 20px; overflow: hidden;
}
.hero-scene .cloud {
    position: absolute; background: #fff; border-radius: 50px; opacity: 0.7;
}
.hero-scene .cloud1 { width: 90px; height: 30px; top: 15%; left: 8%; }
.hero-scene .cloud2 { width: 70px; height: 24px; top: 55%; left: 4%; }
.hero-scene .balloon {
    position: absolute; top: 8%; left: 42%; font-size: 2.4rem; color: var(--pj-pink); opacity: 0.9;
}
.hero-scene .plane {
    position: absolute; top: 20%; right: 8%; font-size: 2.6rem; color: var(--pj-pink); transform: rotate(20deg);
}
.hero-scene .skyline {
    position: absolute; bottom: 0; left: 0; right: 0; display: flex; align-items: flex-end; justify-content: space-around; padding: 0 1rem;
}
.hero-scene .landmark { color: var(--pj-navy); opacity: 0.85; text-align: center; }
.hero-scene .landmark i { display: block; }
.hero-scene .landmark.lm1 { font-size: 2.4rem; margin-bottom: -4px; }
.hero-scene .landmark.lm2 { font-size: 3.4rem; }
.hero-scene .landmark.lm3 { font-size: 2.8rem; }
.hero-scene .landmark.lm4 { font-size: 2.2rem; }
.hero-scene .water {
    position: absolute; bottom: 0; left: 0; right: 0; height: 18%;
    background: linear-gradient(180deg, rgba(236,21,97,0.12) 0%, rgba(236,21,97,0.22) 100%);
}

/* ---------- Search card ---------- */
.search-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 16px 40px rgba(236,21,97,0.15);
    padding: 1.6rem;
    position: relative;
    z-index: 5;
    border: 1px solid var(--pj-border);
}
.search-card label { font-weight: 700; font-size: 0.8rem; color: var(--pj-navy); margin-bottom: 0.35rem; }
.search-card .input-icon-group { position: relative; }
.search-card .input-icon-group i {
    position: absolute; left: 14px; top: 50%; transform: translateY(-50%); color: #C6879E;
}
.search-card .form-control, .search-card .form-select {
    border: 1.5px solid var(--pj-border); border-radius: 10px; padding: 0.6rem 0.9rem 0.6rem 2.4rem; font-size: 0.9rem;
}
.search-card .form-select { padding-left: 2.4rem; }
.search-card .btn-search {
    background: var(--pj-pink); border-color: var(--pj-pink); color: #fff; font-weight: 700;
    border-radius: 10px; padding: 0.62rem 1.5rem; white-space: nowrap;
}
.search-card .btn-search:hover { background: var(--pj-pink-dark); }

.popular-tag {
    display: inline-block; border: 1px solid var(--pj-border); border-radius: 8px;
    padding: 0.3rem 0.8rem; font-size: 0.8rem; font-weight: 600; color: #3A4A63;
    text-decoration: none; margin: 0.2rem 0.25rem 0.2rem 0;
}
.popular-tag:hover { border-color: var(--pj-pink); color: var(--pj-pink); }

/* ---------- Stats strip — colorful pink bar with tinted icon circles ---------- */
.stats-bar { background: var(--pj-pink); padding: 1.6rem 0; }
.stats-bar .stat-item { display: flex; align-items: center; gap: 0.7rem; justify-content: center; padding: 0 0.5rem; }
.stats-bar .stat-icon {
    width: 46px; height: 46px; border-radius: 50%; flex-shrink: 0;
    display: inline-flex; align-items: center; justify-content: center; font-size: 1.05rem;
}
.stats-bar .stat-item:nth-child(1) .stat-icon { background: #FDE68A; color: #92400E; }
.stats-bar .stat-item:nth-child(2) .stat-icon { background: #A7F3D0; color: #065F46; }
.stats-bar .stat-item:nth-child(3) .stat-icon { background: #FBCFE8; color: #9D174D; }
.stats-bar .stat-item:nth-child(4) .stat-icon { background: #FED7AA; color: #9A3412; }
.stats-bar .stat-item:nth-child(5) .stat-icon { background: #BFDBFE; color: #1E40AF; }
.stats-bar .stat-item:nth-child(6) .stat-icon { background: #86EFAC; color: #14532D; }
.stats-bar .stat-value { font-weight: 800; font-size: 1.15rem; color: #fff; line-height: 1.15; text-align: left; }
.stats-bar .stat-label { font-size: 0.74rem; color: rgba(255,255,255,0.85); text-align: left; }

/* ---------- Section titles ---------- */
.section-kicker { display: none; }
.section-title { font-weight: 800; color: var(--pj-navy); font-size: 1.5rem; letter-spacing: -0.01em; }
.section-link { font-size: 0.88rem; font-weight: 700; color: var(--pj-pink); text-decoration: none; display: inline-flex; align-items: center; gap: 0.35rem; }
.section-link:hover { color: var(--pj-pink-dark); }

/* ---------- Country cards ---------- */
.country-card {
    display: flex; align-items: center; gap: 0.6rem;
    border: 1px solid var(--pj-border); border-radius: 12px; padding: 0.7rem 0.8rem;
    text-decoration: none; height: 100%; transition: all 0.15s ease; background: #fff;
}
.country-card:hover { border-color: var(--pj-pink); box-shadow: 0 10px 24px rgba(236,21,97,0.12); transform: translateY(-2px); }
.country-card .flag { font-size: 1.3rem; line-height: 1; }
.country-card .name { font-weight: 700; color: var(--pj-navy); font-size: 0.84rem; }
.country-card .count { font-size: 0.72rem; color: var(--pj-muted); }
.country-card.more-card { justify-content: center; color: var(--pj-pink); font-weight: 700; }

/* ---------- Job cards ---------- */
.job-card-home {
    border: 1px solid var(--pj-border); border-radius: 16px; padding: 1.3rem; height: 100%; position: relative;
    background: #fff; transition: all 0.15s ease;
}
.job-card-home:has(.stretched-link:hover) { box-shadow: 0 16px 32px rgba(236,21,97,0.14); transform: translateY(-3px); }
.job-card-home .stretched-link::after {
    content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 1;
}
.job-card-home .bookmark-btn { position: absolute; top: 1.1rem; right: 1.1rem; background: none; border: none; color: #F3C2D3; z-index: 2; }
.job-card-home .bookmark-btn i.fa-solid { color: var(--pj-pink); }
.job-card-home .company-logo {
    width: 46px; height: 46px; border-radius: 12px; background: var(--pj-pink-soft); color: var(--pj-pink);
    display: inline-flex; align-items: center; justify-content: center; font-weight: 800;
}
.job-card-home .job-title { font-weight: 800; color: var(--pj-navy); font-size: 1rem; margin-top: 0.8rem; }
.job-card-home .company-name { font-size: 0.8rem; color: var(--pj-muted); }
.job-card-home .job-loc { font-size: 0.82rem; color: #3A4A63; margin: 0.6rem 0 0.35rem; }
.job-card-home .job-salary { font-weight: 700; color: var(--pj-navy); font-size: 0.9rem; margin-bottom: 0.7rem; }
.job-card-home .badge-tag { font-size: 0.7rem; font-weight: 700; border-radius: 6px; padding: 0.25rem 0.55rem; margin-right: 0.3rem; }
.job-card-home .badge-tag.full-time { background: #EFF6FF; color: #2563EB; }
.job-card-home .badge-tag.urgent { background: var(--pj-pink-soft); color: var(--pj-pink-dark); }
.job-card-home .badge-tag.new { background: #DCFCE7; color: #16A34A; }
.job-card-home .posted-time { font-size: 0.74rem; color: #9AA5B8; margin-top: 0.8rem; }

/* ---------- How it works — pink numbered circles + arrows ---------- */
.how-it-works-wrap { background: #fff; padding: 4rem 0; }
.step-item { text-align: center; position: relative; }
.step-circle {
    width: 66px; height: 66px; border-radius: 50%; background: var(--pj-pink); color: #fff;
    display: inline-flex; align-items: center; justify-content: center; font-size: 1.35rem;
    margin-bottom: 0.8rem; position: relative; z-index: 2; box-shadow: 0 8px 20px rgba(236,21,97,0.25);
}
.step-number {
    position: absolute; top: -6px; right: calc(50% - 40px); background: var(--pj-navy); color: var(--pj-gold);
    width: 22px; height: 22px; border-radius: 50%; font-size: 0.68rem; font-weight: 800;
    display: flex; align-items: center; justify-content: center; z-index: 3;
}
.step-title { font-weight: 800; color: var(--pj-navy); font-size: 0.95rem; margin-top: 0.3rem; }
.step-desc { font-size: 0.8rem; color: var(--pj-muted); margin-top: 0.2rem; }
.step-arrow { color: #F3C2D3; font-size: 1.4rem; }

/* ---------- Trust bar + App promo ---------- */
.trust-bar { background: var(--pj-pink-light); padding: 3.5rem 0; }
.trust-item { display: flex; gap: 0.9rem; align-items: flex-start; }
.trust-item .icon-circle {
    width: 48px; height: 48px; border-radius: 50%; background: #fff; color: var(--pj-pink);
    display: inline-flex; align-items: center; justify-content: center; font-size: 1.1rem; flex-shrink: 0;
    box-shadow: 0 4px 10px rgba(236,21,97,0.12);
}
.trust-item h6 { font-weight: 800; color: var(--pj-navy); margin-bottom: 0.15rem; font-size: 0.94rem; }
.trust-item p { font-size: 0.8rem; color: var(--pj-muted); margin: 0; }

.app-promo-card {
    background: var(--pj-pink); color: #fff; border-radius: 20px; padding: 1.8rem;
    display: flex; align-items: center; gap: 1rem; height: 100%; position: relative; overflow: hidden;
}
.app-promo-card::before {
    content: ''; position: absolute; top: -60px; right: -60px; width: 180px; height: 180px;
    background: radial-gradient(circle, rgba(255,255,255,0.18) 0%, transparent 70%); border-radius: 50%;
}
.app-promo-card h5 { font-weight: 800; margin-bottom: 0.3rem; }
.app-promo-card p { font-size: 0.82rem; color: rgba(255,255,255,0.85); }
.app-promo-card .store-btn {
    display: inline-flex; align-items: center; gap: 0.4rem; background: rgba(0,0,0,0.2);
    border: 1px solid rgba(255,255,255,0.25); border-radius: 8px; padding: 0.4rem 0.7rem;
    font-size: 0.72rem; color: #fff; text-decoration: none; margin-right: 0.4rem;
}
.app-promo-card .store-btn .lines { line-height: 1.1; }
.app-promo-card .store-btn .lines small { display: block; font-size: 0.6rem; opacity: 0.8; }
.app-phone-mock {
    width: 90px; height: 170px; background: #fff; border-radius: 16px; flex-shrink: 0;
    border: 4px solid var(--pj-pink-dark); position: relative; z-index: 1;
}

/* ---------- Trusted avatars row ---------- */
.trusted-row { display: flex; align-items: center; justify-content: center; gap: 1rem; margin-top: 1rem; }
.trusted-avatars { display: flex; }
.trusted-avatars .avatar-circle {
    width: 42px; height: 42px; border-radius: 50%; border: 2.5px solid #fff; margin-left: -12px;
    display: inline-flex; align-items: center; justify-content: center; color: #fff; font-weight: 700; font-size: 0.85rem;
}
.trusted-avatars .avatar-circle:first-child { margin-left: 0; }
.trusted-count {
    background: var(--pj-pink); color: #fff; border-radius: 50%; width: 46px; height: 46px;
    display: inline-flex; align-items: center; justify-content: center; font-weight: 800; font-size: 0.7rem;
    border: 2.5px solid #fff; margin-left: -12px;
}
.trusted-label { font-weight: 700; color: var(--pj-navy); font-size: 0.9rem; }

/* ---------- Bottom stats ---------- */
.bottom-stats { background: var(--pj-navy); padding: 2.8rem 0; }
.bottom-stats .stat-icon { color: var(--pj-gold); font-size: 1.3rem; }
.bottom-stats .stat-value { font-weight: 800; color: #fff; font-size: 1.5rem; letter-spacing: -0.01em; }
.bottom-stats .stat-label { font-size: 0.8rem; color: rgba(255,255,255,0.7); }

@media (max-width: 991px) {
    .hero-visual { display: none; }
    .stats-bar .stat-item { justify-content: flex-start; margin-bottom: 0.8rem; }
}
@media (max-width: 767px) {
    .hero-v2 h1 { font-size: 2rem; }
    .step-arrow { display: none; }
    .step-number { right: calc(50% - 38px); }
}
