:root {
    --primary: #073b86;
    --secondary: #e30613;
    --light-bg: #f4f8ff;
}

body {
    font-family: 'Inter', 'Segoe UI', sans-serif;
    background: #ffffff;
    color: #223044;
}

.bg-primary,
.navbar.bg-primary {
    background: linear-gradient(90deg, #073b86, #0b5ed7) !important;
}

.text-primary {
    color: #073b86 !important;
}

.btn-warning {
    color: #fff;
    background: #e30613;
    border-color: #e30613;
}

.btn-warning:hover,
.btn-warning:focus {
    color: #fff;
    background: #c9000b;
    border-color: #c9000b;
}

.btn-primary {
    background: #073b86;
    border-color: #073b86;
}

.btn-primary:hover,
.btn-primary:focus {
    background: #052f6d;
    border-color: #052f6d;
}

/* Navbar Logo Styling */
.navbar-brand img {
    max-height: 54px;
    width: auto;
    background: #fff;
    border-radius: 8px;
    padding: 4px 8px;
}

@media (max-width: 576px) {
    .navbar-brand img {
        max-height: 40px;
    }
}


/* HOME BANNER */
.home-banner {
    background: linear-gradient(180deg, #ffffff 0%, #eef5ff 100%);
    padding: 18px 0 0;
}

.home-banner-image {
    display: block;
    width: min(100% - 24px, 1280px);
    height: auto;
    object-fit: contain;
    object-position: center;
    margin: 0 auto;
    border-radius: 18px;
    box-shadow: 0 18px 45px rgba(7, 59, 134, .18);
}

.home-banner .btn {
    min-width: 190px;
}

.home-intro h1 {
    color: #10233f;
    font-size: clamp(1.8rem, 4vw, 3rem);
    line-height: 1.18;
}

.home-intro .lead {
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
    color: #4b5563;
}

.home-journey h2,
.home-investment h2,
.home-final-cta h2 {
    color: #10233f;
    font-weight: 700;
}

.home-journey p,
.home-investment p,
.home-final-cta p {
    color: #4b5563;
}

.home-investment h5 {
    color: var(--primary);
    font-weight: 700;
}

.home-final-cta {
    background: linear-gradient(135deg, #073b86, #0b5ed7);
    color: #fff;
    padding: 60px 0;
}

.home-final-cta h2,
.home-final-cta p {
    color: #fff;
}

.home-final-cta p {
    margin: 12px auto 24px;
    max-width: 620px;
    opacity: .86;
}

.home-hero {
    position: relative;
    min-height: 620px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #052a63;
}

.home-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(3, 29, 70, .92), rgba(3, 29, 70, .58), rgba(3, 29, 70, .16));
}

.home-hero-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.home-hero .container {
    position: relative;
    z-index: 1;
}

.home-hero-content {
    max-width: 720px;
    color: #fff;
    padding: 80px 0;
}

.home-eyebrow,
.home-section-head span,
.detail-panel span,
.home-final-cta span {
    display: inline-flex;
    align-items: center;
    color: #0b5caf;
    background: #e8f3ff;
    border: 1px solid #cfe7ff;
    border-radius: 999px;
    padding: 7px 13px;
    font-size: .82rem;
    font-weight: 800;
    text-transform: uppercase;
}

.home-hero-content .home-eyebrow {
    color: #fff;
    background: rgba(255, 255, 255, .12);
    border-color: rgba(255, 255, 255, .22);
}

.home-hero h1 {
    margin: 18px 0;
    max-width: 680px;
    font-size: clamp(2.2rem, 5vw, 4.6rem);
    line-height: 1.04;
    font-weight: 850;
    letter-spacing: 0;
}

.home-hero p {
    max-width: 650px;
    margin-bottom: 28px;
    color: rgba(255, 255, 255, .88);
    font-size: 1.16rem;
    line-height: 1.72;
}

.home-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.home-notice {
    background: #fff;
    padding: 24px 0 0;
}

.notice-box {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    padding: 18px 20px;
    border: 1px solid #d9e5f3;
    border-radius: 8px;
    background: #f8fbff;
}

.notice-box i {
    color: var(--primary);
    font-size: 1.35rem;
}

.notice-box p {
    margin: 0;
    color: #516070;
    line-height: 1.62;
}

.home-section {
    padding: 78px 0;
}

.home-muted {
    background: #f5f8fc;
}

.home-section-head {
    max-width: 780px;
    margin: 0 auto 40px;
    text-align: center;
}

.home-section-head h2,
.detail-panel h2 {
    margin: 14px 0;
    color: #10233f;
    font-size: clamp(1.85rem, 3vw, 2.65rem);
    line-height: 1.16;
    font-weight: 820;
}

.home-section-head p,
.detail-panel p {
    margin: 0;
    color: #566579;
    font-size: 1.05rem;
    line-height: 1.72;
}

.support-card,
.process-step,
.detail-panel {
    height: 100%;
    padding: 26px;
    border: 1px solid #dfe8f3;
    border-radius: 8px;
    background: #fff;
}

.support-card i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-bottom: 18px;
    border-radius: 8px;
    color: #fff;
    background: #0d47a1;
    font-size: 1.35rem;
}

.support-card h3,
.process-step h3 {
    margin-bottom: 10px;
    color: #10233f;
    font-size: 1.1rem;
    font-weight: 800;
}

.support-card p,
.process-step p {
    margin: 0;
    color: #5d6a7a;
    line-height: 1.62;
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
}

.process-step b {
    display: inline-flex;
    margin-bottom: 16px;
    color: #ffb300;
    font-size: 1.7rem;
    line-height: 1;
}

.detail-panel {
    padding: 34px;
}

.detail-panel-blue {
    color: #fff;
    background: #0d47a1;
    border-color: #0d47a1;
}

.detail-panel-blue h2,
.detail-panel-blue p {
    color: #fff;
}

.detail-panel-blue span {
    color: #10233f;
    background: #ffcf56;
    border-color: #ffcf56;
}

.home-benefits {
    background: #fff;
}

.benefit-list,
.eligibility-grid,
.trust-strip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.benefit-list div,
.eligibility-grid div,
.trust-strip div {
    display: flex;
    align-items: center;
    min-height: 58px;
    padding: 15px 18px;
    border: 1px solid #dfe8f3;
    border-radius: 8px;
    background: #fff;
    color: #26384f;
    font-weight: 700;
    line-height: 1.4;
}

.benefit-list i {
    margin-right: 10px;
    color: #16834a;
    font-size: 1.15rem;
}

.eligibility-grid {
    grid-template-columns: repeat(2, 1fr);
}

.eligibility-grid div::before {
    content: "";
    width: 8px;
    height: 8px;
    flex: 0 0 8px;
    margin-right: 12px;
    border-radius: 50%;
    background: #ffb300;
}

.trust-strip div {
    justify-content: center;
    text-align: center;
    color: #0d47a1;
    background: #f8fbff;
}

.home-faq {
    max-width: 860px;
    margin: 0 auto;
}

.home-faq .accordion-item {
    margin-bottom: 12px;
    overflow: hidden;
    border: 1px solid #dfe8f3;
    border-radius: 8px;
}

.home-faq .accordion-button {
    font-weight: 800;
    color: #10233f;
}

.home-faq .accordion-button:not(.collapsed) {
    color: #0d47a1;
    background: #eaf4ff;
    box-shadow: none;
}

.home-final-cta span {
    color: #10233f;
    background: #ffcf56;
    border-color: #ffcf56;
}

.content-home-section {
    padding: 66px 0;
}

.banner-apply {
    padding: 24px 0 0;
    background: #eef5ff;
}

.content-home-muted {
    background: #f5f8fc;
}

.content-home-head,
.content-section-title {
    max-width: 920px;
    margin: 0 auto 34px;
    text-align: center;
}

.content-home-head h1 {
    margin-bottom: 12px;
    color: #073b86;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 850;
    line-height: 1.14;
}

.content-home-head h2,
.content-section-title h2,
.content-home-cta h2 {
    margin-bottom: 16px;
    color: #10233f;
    font-size: clamp(1.6rem, 3vw, 2.35rem);
    font-weight: 820;
    line-height: 1.2;
}

.content-home-head p,
.content-center-text,
.content-home-cta p {
    max-width: 920px;
    margin: 0 auto 16px;
    color: #526274;
    font-size: 1.04rem;
    line-height: 1.78;
}

.content-card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.content-card,
.content-faq-list > div {
    height: 100%;
    padding: 24px;
    border: 1px solid #dfe8f3;
    border-radius: 8px;
    background: #fff;
}

.content-card h3,
.content-faq-list h3 {
    margin-bottom: 10px;
    color: #073b86;
    font-size: 1.12rem;
    font-weight: 800;
    line-height: 1.35;
}

.content-card p,
.content-faq-list p {
    margin: 0;
    color: #5c6b7c;
    line-height: 1.66;
}

.content-card-tall p + p {
    margin-top: 14px;
}

.content-list-grid,
.content-step-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-bottom: 26px;
}

.content-list-grid div,
.content-step-grid div {
    min-height: 60px;
    padding: 16px 18px;
    border: 1px solid #dfe8f3;
    border-radius: 8px;
    background: #fff;
    color: #26384f;
    font-weight: 700;
    line-height: 1.42;
}

.content-process-list {
    max-width: 860px;
    margin: 0 auto;
    padding-left: 0;
    list-style: none;
    counter-reset: process-counter;
}

.content-process-list li {
    position: relative;
    margin-bottom: 14px;
    padding: 18px 18px 18px 64px;
    border: 1px solid #dfe8f3;
    border-radius: 8px;
    background: #fff;
    color: #425268;
    line-height: 1.56;
    counter-increment: process-counter;
}

.content-process-list li::before {
    content: counter(process-counter);
    position: absolute;
    left: 18px;
    top: 15px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #0d47a1;
    color: #fff;
    text-align: center;
    font-weight: 800;
    line-height: 30px;
}

.content-step-grid div {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.content-step-grid strong {
    color: #0d47a1;
}

.content-step-grid span {
    color: #526274;
    font-weight: 500;
}

.content-faq-list {
    display: grid;
    gap: 14px;
    max-width: 900px;
    margin: 0 auto;
}

.content-home-cta {
    background: #0d47a1;
    color: #fff;
}

.content-home-cta h2,
.content-home-cta p {
    color: #fff;
}

@media (max-width: 991px) {
    .home-hero {
        min-height: 560px;
    }

    .home-hero::after {
        background: linear-gradient(90deg, rgba(3, 29, 70, .9), rgba(3, 29, 70, .72));
    }

    .process-grid,
    .benefit-list,
    .trust-strip,
    .content-card-grid,
    .content-list-grid,
    .content-step-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .home-hero {
        min-height: 520px;
        align-items: flex-end;
    }

    .home-hero-image {
        object-position: center top;
    }

    .home-hero-content {
        padding: 56px 0 42px;
    }

    .home-hero h1 {
        font-size: 2rem;
        line-height: 1.14;
    }

    .home-hero p {
        font-size: 1rem;
        line-height: 1.62;
    }

    .home-hero-actions .btn {
        width: 100%;
        max-width: none;
    }

    .notice-box {
        padding: 16px;
    }

    .home-section {
        padding: 48px 0;
    }

    .home-section-head {
        margin-bottom: 26px;
        text-align: left;
    }

    .home-section-head h2,
    .detail-panel h2 {
        font-size: 1.65rem;
    }

    .support-card,
    .process-step,
    .detail-panel {
        padding: 20px;
    }

    .process-grid,
    .benefit-list,
    .eligibility-grid,
    .trust-strip,
    .content-card-grid,
    .content-list-grid,
    .content-step-grid {
        grid-template-columns: 1fr;
    }

    .benefit-list div,
    .eligibility-grid div,
    .trust-strip div {
        min-height: auto;
    }

    .home-final-cta h2 {
        font-size: 1.7rem;
        line-height: 1.25;
    }

    .content-home-section {
        padding: 42px 0;
    }

    .content-home-head,
    .content-section-title {
        margin-bottom: 24px;
        text-align: left;
    }

    .content-home-head h1 {
        font-size: 1.85rem;
    }

    .content-home-head h2,
    .content-section-title h2,
    .content-home-cta h2 {
        font-size: 1.5rem;
    }

    .content-home-head p,
    .content-center-text,
    .content-home-cta p {
        font-size: .98rem;
        line-height: 1.68;
    }

    .content-card,
    .content-faq-list > div {
        padding: 18px;
    }

    .content-process-list li {
        padding-right: 14px;
    }
}

/* ===== JIO WORK HUB PUBLIC UI REFRESH ===== */
:root {
    --jio-blue: #0a3f91;
    --jio-blue-dark: #062b63;
    --jio-red: #e50914;
    --jio-ink: #17233b;
    --jio-muted: #607089;
    --jio-line: #dce7f5;
    --jio-soft: #f4f8ff;
}

body {
    background: #ffffff;
    color: var(--jio-ink);
}

.site-navbar {
    border-bottom: 1px solid rgba(10, 63, 145, .12);
}

.site-navbar .navbar-brand img,
.mobile-menu .navbar-brand img,
footer .navbar-brand img {
    max-height: 48px;
    padding: 0;
    border-radius: 0;
    background: transparent;
}

.site-navbar .nav-link {
    color: #24344f;
    font-weight: 700;
    padding: 10px 12px;
}

.site-navbar .nav-link:hover,
.site-navbar .nav-link:focus {
    color: var(--jio-red);
}

.site-navbar .btn-warning,
.mobile-menu .btn-warning,
.banner-apply .btn-warning,
.content-home-cta .btn-warning,
.btn-warning {
    color: #fff;
    background: var(--jio-red);
    border-color: var(--jio-red);
    border-radius: 999px;
    box-shadow: 0 10px 22px rgba(229, 9, 20, .18);
}

.site-navbar .btn-warning:hover,
.mobile-menu .btn-warning:hover,
.banner-apply .btn-warning:hover,
.content-home-cta .btn-warning:hover,
.btn-warning:hover {
    color: #fff;
    background: #c90710;
    border-color: #c90710;
}

.navbar-toggler {
    border-color: rgba(10, 63, 145, .25);
}

.mobile-menu {
    background: #ffffff;
}

.mobile-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    border: 1px solid var(--jio-line);
    border-radius: 8px;
    color: var(--jio-ink);
    font-weight: 700;
    text-decoration: none;
}

.mobile-link i {
    color: var(--jio-blue);
}

.bg-soft,
.content-home-muted {
    background:
        linear-gradient(180deg, #f7fbff 0%, #eef5ff 100%);
}

.py-5.bg-soft {
    padding-top: 52px !important;
    padding-bottom: 52px !important;
    border-bottom: 1px solid var(--jio-line);
}

.py-5.bg-soft h1 {
    color: var(--jio-blue) !important;
    font-size: clamp(2rem, 4vw, 3rem);
}

.home-banner {
    padding: 22px 0 18px;
    background:
        linear-gradient(135deg, rgba(10, 63, 145, .08), rgba(229, 9, 20, .05)),
        #ffffff;
}

.home-banner-image {
    width: min(100% - 28px, 1260px);
    border: 1px solid rgba(10, 63, 145, .12);
    border-radius: 22px;
    box-shadow: 0 24px 60px rgba(10, 63, 145, .16);
}

.banner-apply {
    padding: 18px 0 36px;
    background: #ffffff;
}

.content-home-section {
    padding: 64px 0;
}

.content-home-head {
    max-width: 940px;
}

.content-home-head h1 {
    color: var(--jio-blue);
    font-weight: 900;
}

.content-home-head h2,
.content-section-title h2,
.content-home-cta h2 {
    color: var(--jio-ink);
    font-weight: 850;
}

.content-home-head p,
.content-center-text,
.content-home-cta p,
.content-card p,
.content-faq-list p {
    color: var(--jio-muted);
}

.content-card,
.content-list-grid div,
.content-step-grid div,
.support-card,
.process-step,
.detail-panel {
    border: 1px solid var(--jio-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(10, 63, 145, .07);
}

.content-card h3,
.content-faq-list h3 {
    color: var(--jio-blue);
}

.content-card-grid .content-card {
    position: relative;
    padding-top: 54px;
}

.content-card-grid .content-card::before {
    content: "";
    position: absolute;
    top: 22px;
    left: 24px;
    width: 18px;
    height: 18px;
    border-radius: 999px;
    background: var(--jio-red);
    box-shadow: 26px 0 0 var(--jio-blue);
}

.content-list-grid div {
    min-height: 58px;
    color: #24344f;
}

.content-list-grid div::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 10px;
    border-radius: 50%;
    background: var(--jio-red);
    vertical-align: middle;
}

.content-step-grid div {
    background: #fff;
}

.content-step-grid strong {
    color: var(--jio-red);
}

.content-home-cta {
    background:
        linear-gradient(135deg, rgba(10, 63, 145, .96), rgba(6, 43, 99, .98));
}

.content-home-cta .content-step-grid div {
    color: var(--jio-ink);
}

.modern-form-box {
    max-width: 980px;
    margin: 0 auto;
    padding: 30px;
    border: 1px solid var(--jio-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 22px 55px rgba(10, 63, 145, .14);
}

.modern-form-box h5 {
    color: var(--jio-blue) !important;
    font-weight: 850;
}

.modern-form-box .form-label {
    color: #23334d;
    font-weight: 700;
}

.modern-form-box .form-control,
.modern-form-box .form-select,
form .form-control,
form .form-select {
    border-color: var(--jio-line);
    border-radius: 8px;
}

.modern-form-box .form-control:focus,
.modern-form-box .form-select:focus,
form .form-control:focus,
form .form-select:focus {
    border-color: var(--jio-blue);
    box-shadow: 0 0 0 .2rem rgba(10, 63, 145, .12);
}

section.bg-primary.text-white {
    background:
        linear-gradient(135deg, rgba(10, 63, 145, .08), rgba(229, 9, 20, .04)),
        #f7fbff !important;
    color: var(--jio-ink) !important;
}

section.bg-primary.text-white .opacity-75 {
    color: var(--jio-muted);
    opacity: 1 !important;
}

footer.bg-dark {
    background: #071b3a !important;
    border-top: 5px solid var(--jio-red);
}

.footer-links a,
.footer-text,
.footer-divider {
    color: rgba(255, 255, 255, .74);
}

.footer-links a:hover {
    color: #fff;
}

@media (max-width: 768px) {
    .site-navbar .navbar-brand img,
    .mobile-menu .navbar-brand img {
        max-height: 40px;
    }

    .home-banner {
        padding-top: 14px;
    }

    .home-banner-image {
        width: calc(100% - 18px);
        border-radius: 14px;
    }

    .content-home-section {
        padding: 42px 0;
    }

    .modern-form-box {
        padding: 20px 16px;
    }
}

/* MOBILE OPTIMIZATION */
@media (max-width: 768px) {

    .home-banner-image {
        object-fit: contain;
    }

    .home-banner .container {
        padding-top: 16px !important;
        padding-bottom: 24px !important;
    }

    .btn-lg {
        width: 100%;
        max-width: 260px;
    }

    .home-intro,
    .home-card-section,
    .home-journey,
    .home-investment {
        padding-top: 32px !important;
        padding-bottom: 32px !important;
    }

    .home-intro .container,
    .home-card-section .container,
    .home-journey .container,
    .home-investment .container,
    .home-final-cta .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .home-intro {
        text-align: left !important;
    }

    .home-intro h1 {
        font-size: 1.8rem;
        margin-bottom: 14px !important;
    }

    .home-intro .lead {
        font-size: 1rem;
        line-height: 1.62;
    }

    .section-title {
        margin-bottom: 22px !important;
    }

    .section-title h2,
    .home-journey h2,
    .home-investment h2,
    .home-final-cta h2 {
        font-size: 1.55rem;
        line-height: 1.25;
    }

    .home-card-section .row {
        --bs-gutter-y: .85rem;
    }

    .home-journey p {
        font-size: 1rem !important;
        line-height: 1.62;
    }

    .home-investment h5 {
        font-size: 1.05rem;
        margin-top: 20px;
    }

    .home-investment p {
        font-size: .98rem;
        line-height: 1.65;
    }

    .home-final-cta {
        padding: 42px 0;
    }
}



/* ===== SECTION ===== */
section {
    position: relative;
}

.section-title h2 {
    font-weight: 700;
    color: var(--primary);
}

/* ===== CARDS ===== */
.info-card {
    border-radius: 8px;
    padding: 24px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    transition: all .35s ease;
}

.info-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(0,0,0,.15);
}

/* ICON */
.info-card i {
    font-size: 34px;
    color: var(--primary);
    margin-bottom: 12px;
}

.info-card h6 {
    margin: 0;
    color: #1f2937;
    font-weight: 700;
    line-height: 1.45;
}

@media (max-width: 768px) {
    .info-card {
        padding: 18px 16px;
        text-align: left !important;
        box-shadow: 0 8px 22px rgba(0,0,0,.07);
    }

    .info-card:hover {
        transform: none;
    }

    .info-card h6 {
        font-size: .98rem;
    }
}

/* ===== INVESTMENT SECTION ===== */
.bg-soft {
    background: var(--light-bg);
}

/* ===== MODERN APPLY FORM ===== */
.modern-form-box {
    background: #ffffff;
    border-radius: 18px;
    padding: 35px;
    box-shadow: 0 25px 60px rgba(0,0,0,0.15);
}

.modern-form-box .form-label {
    font-weight: 600;
    color: #333;
}

.modern-form-box .form-control,
.modern-form-box .form-select {
    border-radius: 12px;
    border: 1px solid #d0d7de;
}

.modern-form-box .form-control:focus,
.modern-form-box .form-select:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 0 4px rgba(13,110,253,.15);
}

@media (max-width: 576px) {
    .modern-form-box {
        padding: 25px 20px;
    }
}


/* ===== MOBILE ===== */
@media (max-width: 768px) {
    .hero h1 {
        font-size: 30px;
    }
}


/* ===== MOBILE MENU PREMIUM ===== */
.mobile-menu {
    backdrop-filter: blur(12px);
    background: rgba(255,255,255,0.95);
}

.mobile-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    border-radius: 12px;
    text-decoration: none;
    transition: all .3s ease;
}

.mobile-link i {
    font-size: 18px;
    color: var(--primary);
}

.mobile-link:hover {
    background: #f1f5ff;
    color: var(--primary);
    transform: translateX(5px);
}



/* ===== FOOTER ===== */
.footer-text {
    color: #e0e0e0;
    line-height: 1.6;
}

.footer-links a {
    color: #d1d5db;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
}

.footer-links a:hover {
    color: #ffffff;
    padding-left: 6px;
}

.footer-divider {
    border-top: 1px solid rgba(255,255,255,0.15);
    color: #cfd8dc;
}

/* ===== Check Status Page ===== */

.status-hero {
    min-height: 80vh;
    background: linear-gradient(135deg, #0d6efd, #0b5ed7);
    display: flex;
    align-items: center;
    padding: 60px 0;
}

.status-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 35px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.status-card h4 {
    font-weight: 700;
    color: #0d6efd;
}

.status-card .form-control {
    border-radius: 10px;
}

.status-card button {
    border-radius: 10px;
    font-weight: 600;
}

@media (max-width: 576px) {
    .status-card {
        padding: 25px 20px;
    }
}


.invalid-feedback {
    display: block;
    font-size: 0.85rem;
}

/* ===== FINAL JIO WORK HUB THEME OVERRIDES ===== */
.bg-soft {
    background: linear-gradient(180deg, #f7fbff 0%, #eef5ff 100%) !important;
}

.site-navbar {
    background: #fff !important;
    border-bottom: 1px solid rgba(10, 63, 145, .12);
}

.site-navbar .nav-link {
    color: #24344f !important;
    font-weight: 700;
}

.site-navbar .nav-link:hover {
    color: var(--jio-red) !important;
}

.site-navbar .navbar-brand img,
.mobile-menu .navbar-brand img,
footer .navbar-brand img {
    max-height: 48px;
    padding: 0;
    border-radius: 0;
    background: transparent;
}

.mobile-menu {
    background: #fff;
}

.mobile-link {
    border: 1px solid var(--jio-line);
    border-radius: 8px;
    color: var(--jio-ink);
    font-weight: 700;
}

.mobile-link:hover {
    color: var(--jio-blue);
    background: #f4f8ff;
    transform: none;
}

.modern-form-box {
    max-width: 980px;
    margin: 0 auto;
    padding: 30px;
    border: 1px solid var(--jio-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 22px 55px rgba(10, 63, 145, .14);
}

.modern-form-box .form-label {
    color: #23334d;
    font-weight: 700;
}

.modern-form-box .form-control,
.modern-form-box .form-select {
    border-color: var(--jio-line);
    border-radius: 8px;
}

.modern-form-box .form-control:focus,
.modern-form-box .form-select:focus {
    border-color: var(--jio-blue);
    box-shadow: 0 0 0 .2rem rgba(10, 63, 145, .12);
}

.status-hero {
    background: linear-gradient(135deg, var(--jio-blue), var(--jio-blue-dark));
}

.status-card {
    border-radius: 8px;
}

.status-card h4 {
    color: var(--jio-blue);
}

.status-card button {
    border-radius: 999px;
}

@media (max-width: 576px) {
    .site-navbar .navbar-brand img,
    .mobile-menu .navbar-brand img {
        max-height: 40px;
    }

    .modern-form-box {
        padding: 22px 16px;
    }
}

/* ===== MOBILE RESPONSIVE TIGHTENING ===== */
@media (max-width: 767.98px) {
    .site-navbar {
        padding-top: 6px !important;
        padding-bottom: 6px !important;
        min-height: 54px;
    }

    .site-navbar .container {
        padding-left: 12px;
        padding-right: 12px;
    }

    .site-navbar .navbar-brand {
        max-width: 178px;
        margin-right: 8px;
        padding: 0;
        line-height: 1;
    }

    .site-navbar .navbar-brand img {
        max-width: 170px;
        max-height: 40px;
        object-fit: contain;
    }

    .site-navbar .navbar-toggler {
        width: 38px;
        height: 34px;
        padding: 4px 6px;
        border-radius: 8px;
    }

    .site-navbar .navbar-toggler-icon {
        width: 1.15em;
        height: 1.15em;
    }

    .home-banner {
        padding: 10px 0 8px;
    }

    .home-banner-image {
        width: calc(100% - 16px);
        border-radius: 12px;
        box-shadow: 0 12px 26px rgba(10, 63, 145, .12);
    }

    .banner-apply {
        padding: 12px 0 24px;
    }

    .banner-apply .btn,
    .content-home-cta .btn,
    .modern-form-box .btn {
        width: 100%;
        max-width: 320px;
        padding-top: 11px;
        padding-bottom: 11px;
    }

    .content-home-head,
    .content-section-title {
        max-width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }

    .content-home-head h1 {
        font-size: 1.72rem;
        line-height: 1.22;
    }

    .content-home-head h2,
    .content-section-title h2,
    .content-home-cta h2 {
        font-size: 1.38rem;
        line-height: 1.26;
    }

    .content-home-head p,
    .content-center-text,
    .content-home-cta p {
        max-width: 100%;
        font-size: .96rem;
        line-height: 1.58;
        text-align: center;
    }

    .content-card,
    .content-faq-list > div {
        padding: 17px 16px;
        text-align: left;
    }

    .content-card-grid .content-card {
        padding-top: 48px;
    }

    .content-list-grid div,
    .content-step-grid div {
        min-height: auto;
        padding: 13px 14px;
        font-size: .94rem;
        line-height: 1.42;
    }

    .py-5.bg-soft {
        padding-top: 34px !important;
        padding-bottom: 34px !important;
    }

    .offcanvas-header {
        padding: 12px 14px;
    }

    .offcanvas-body {
        padding: 14px;
    }

    .mobile-link {
        padding: 11px 12px;
        font-size: 15px;
    }

    footer .footer-links a:hover {
        padding-left: 0;
    }
}

/* ===== NO-GRADIENT FINAL PASS ===== */
.bg-primary,
.navbar.bg-primary,
.home-banner,
.home-final-cta,
.content-home-muted,
.content-home-cta,
.split-feature,
.legal-page,
.page-hero,
.compact-hero,
.apply-hero,
.status-hero,
.feature-panel-dark {
    background-image: none !important;
}

.bg-primary,
.navbar.bg-primary,
.content-home-cta,
.home-final-cta,
.feature-panel-dark {
    background-color: #073b86 !important;
}

.home-banner,
.page-hero,
.compact-hero,
.apply-hero,
.status-hero,
.content-home-muted,
.split-feature,
.legal-page {
    background-color: #f7f9fc !important;
}

.home-hero::after {
    background: rgba(3, 29, 70, .62) !important;
}

.modern-form-box::before,
.content-list-grid div::after,
.content-step-grid div::after {
    background: #073b86 !important;
}

.professional-card i {
    background: #073b86 !important;
}

/* ===== PLAIN PROFESSIONAL OVERRIDES ===== */
.page-hero,
.compact-hero,
.apply-hero,
.status-hero {
    background-image: none !important;
    background: #f7f9fc !important;
    color: var(--jio-ink) !important;
    border-bottom: 1px solid var(--jio-line);
}

.page-hero::before,
.content-home-cta::before,
footer.bg-dark::before,
.content-home-section > .container::before {
    display: none !important;
}

.page-hero h1,
.page-hero p {
    color: inherit;
}

.page-hero p {
    color: var(--jio-muted) !important;
}

.page-kicker {
    color: var(--jio-blue) !important;
    background: #fff !important;
    border-color: #cdd9ea !important;
}

.home-banner {
    background: #fff !important;
}

.content-home-muted,
.split-feature,
.legal-page {
    background: #f7f9fc !important;
}

.content-home-cta {
    background: #073b86 !important;
}

.professional-card i {
    background: var(--jio-blue) !important;
}

.content-list-grid div::after,
.content-step-grid div::after {
    background: var(--jio-blue) !important;
}

.content-card,
.content-list-grid div,
.content-step-grid div,
.professional-card,
.feature-panel,
.support-panel,
.contact-form-panel,
.policy-card,
.modern-form-box,
.status-card {
    border-color: #d9e3f1 !important;
    box-shadow: 0 10px 24px rgba(16, 35, 63, .07) !important;
}

.content-card:hover,
.content-list-grid div:hover,
.content-step-grid div:hover {
    transform: none !important;
    box-shadow: 0 12px 28px rgba(16, 35, 63, .1) !important;
}

/* ===== SITE-WIDE PROFESSIONAL PAGE SYSTEM ===== */
.page-hero {
    position: relative;
    padding: 58px 0;
    overflow: hidden;
    color: var(--jio-ink);
    background: #f7f9fc;
    border-bottom: 1px solid var(--jio-line);
}

.page-hero::before {
    display: none;
}

.page-hero .container {
    position: relative;
    max-width: 980px;
}

.page-kicker {
    display: inline-flex;
    align-items: center;
    margin-bottom: 14px;
    padding: 7px 12px;
    border: 1px solid #cdd9ea;
    border-radius: 999px;
    background: #fff;
    color: var(--jio-blue);
    font-size: .78rem;
    font-weight: 850;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.page-hero h1 {
    max-width: 820px;
    margin: 0;
    color: var(--jio-ink);
    font-size: clamp(2rem, 4vw, 3.25rem);
    font-weight: 900;
    line-height: 1.12;
}

.page-hero p {
    max-width: 760px;
    margin: 18px 0 0;
    color: var(--jio-muted);
    font-size: 1.08rem;
    line-height: 1.72;
}

.compact-hero {
    padding: 48px 0;
    background: #f7f9fc;
}

.page-section {
    padding: 72px 0;
    background: #fff;
}

.split-feature {
    background: linear-gradient(180deg, #f7fbff 0%, #eef5ff 100%);
}

.professional-card,
.feature-panel,
.support-panel,
.contact-form-panel,
.policy-card {
    height: 100%;
    border: 1px solid var(--jio-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(10, 63, 145, .09);
}

.professional-card {
    padding: 26px;
}

.professional-card i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    margin-bottom: 18px;
    border-radius: 8px;
    color: #fff;
    background: var(--jio-blue);
    font-size: 1.25rem;
}

.professional-card h3,
.feature-panel h2,
.support-panel h2,
.contact-form-panel h2 {
    color: var(--jio-ink);
    font-weight: 850;
}

.professional-card h3 {
    margin-bottom: 10px;
    font-size: 1.16rem;
}

.professional-card p,
.feature-panel p,
.support-panel span,
.policy-card p,
.policy-card li {
    color: var(--jio-muted);
    line-height: 1.68;
}

.feature-panel {
    padding: 34px;
}

.feature-panel span {
    color: var(--jio-red);
    font-weight: 850;
    text-transform: uppercase;
    letter-spacing: .04em;
    font-size: .78rem;
}

.feature-panel h2 {
    margin: 10px 0 14px;
    font-size: clamp(1.55rem, 3vw, 2.25rem);
}

.feature-panel-dark {
    color: #fff;
    background: #073b86;
}

.feature-panel-dark span,
.feature-panel-dark h2,
.feature-panel-dark p {
    color: #fff;
}

.support-panel,
.contact-form-panel {
    padding: 30px;
}

.support-row {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 16px 0;
    border-bottom: 1px solid var(--jio-line);
}

.support-row i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    border-radius: 8px;
    color: var(--jio-blue);
    background: #eef5ff;
}

.support-row strong,
.support-row span {
    display: block;
}

.support-row strong {
    color: var(--jio-ink);
    margin-bottom: 3px;
}

.support-panel h3 {
    margin: 26px 0 14px;
    color: var(--jio-ink);
    font-size: 1.12rem;
    font-weight: 850;
}

.service-chip-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.service-chip-list span {
    padding: 9px 12px;
    border: 1px solid var(--jio-line);
    border-radius: 999px;
    background: #f7fbff;
    color: #24344f;
    font-weight: 750;
}

.contact-form-panel .btn-primary,
.status-card .btn-primary {
    background: var(--jio-blue);
    border-color: var(--jio-blue);
    border-radius: 999px;
    padding: 11px 22px;
    font-weight: 800;
}

.legal-page {
    background: #f7fbff;
}

.policy-card {
    max-width: 900px;
    margin: 0 auto;
    padding: 36px;
}

.policy-card h2 {
    margin-top: 34px !important;
    color: var(--jio-blue);
    font-size: 1.28rem;
    font-weight: 850;
}

.policy-card h2:first-child {
    margin-top: 0 !important;
}

.policy-card ul {
    display: grid;
    gap: 10px;
    padding-left: 0;
    list-style: none;
}

.policy-card li {
    position: relative;
    padding-left: 22px;
}

.policy-card li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .72em;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--jio-red);
}

.apply-hero {
    padding: 58px 0 72px;
    background: #f7f9fc;
    border-bottom: 1px solid var(--jio-line);
}

.apply-title {
    max-width: 840px;
    margin: 0 auto 34px;
    text-align: center;
}

.apply-title .page-kicker {
    color: var(--jio-blue);
    border-color: var(--jio-line);
    background: #fff;
}

.apply-title h1 {
    color: var(--jio-ink);
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 900;
}

.apply-title p {
    color: var(--jio-muted);
    font-size: 1.04rem;
}

.modern-form-box {
    position: relative;
    overflow: hidden;
}

.modern-form-box::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 5px;
    background: var(--jio-blue);
}

.status-hero {
    background: #f7f9fc;
}

.status-card {
    border: 1px solid var(--jio-line);
    box-shadow: 0 18px 42px rgba(10, 63, 145, .12);
}

@media (max-width: 767.98px) {
    .page-hero {
        padding: 46px 0;
    }

    .compact-hero {
        padding: 40px 0;
    }

    .page-hero h1 {
        font-size: 1.9rem;
    }

    .page-hero p {
        font-size: .98rem;
        line-height: 1.58;
    }

    .page-section {
        padding: 44px 0;
    }

    .professional-card,
    .feature-panel,
    .support-panel,
    .contact-form-panel,
    .policy-card {
        padding: 22px 18px;
    }

    .support-row {
        gap: 12px;
    }

    .apply-hero {
        padding: 40px 0 48px;
    }

    .apply-title {
        margin-bottom: 24px;
        text-align: left;
    }

    .apply-title h1 {
        font-size: 1.85rem;
    }
}

@media (max-width: 380px) {
    .site-navbar .navbar-brand {
        max-width: 150px;
    }

    .site-navbar .navbar-brand img {
        max-width: 146px;
        max-height: 40px;
    }
}

/* ===== FOOTER AND FINAL CTA CONTRAST FIX ===== */
.content-home-cta {
    background: linear-gradient(135deg, #073b86 0%, #061b44 100%) !important;
}

.content-home-cta h2,
.content-home-cta p {
    color: #ffffff !important;
}

.content-home-cta p {
    opacity: .92;
}

.content-home-cta .btn-warning {
    background: #e50914;
    border-color: #e50914;
    color: #fff;
}

footer.bg-dark {
    background: #06172f !important;
    color: #fff;
}

footer .navbar-brand {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 8px;
    background: #fff;
}

footer .navbar-brand img {
    max-width: 210px;
    max-height: 48px;
    object-fit: contain;
}

footer .footer-text,
footer .footer-divider,
footer .footer-links a {
    color: rgba(255, 255, 255, .82) !important;
}

footer h6 {
    color: #ffffff !important;
}

footer .footer-links a:hover {
    color: #ffffff !important;
}

@media (max-width: 767.98px) {
    .content-home-cta {
        padding: 42px 0;
    }

    .content-home-cta .container {
        padding-left: 18px;
        padding-right: 18px;
    }

    footer {
        padding-top: 34px !important;
    }

    footer .navbar-brand {
        margin-bottom: 6px;
    }

    footer .navbar-brand img {
        max-width: 190px;
        max-height: 44px;
    }

}

/* ===== POLISHED JIO WORK HUB SURFACE ===== */
.content-home-section {
    overflow: hidden;
}

.content-home-section > .container {
    position: relative;
}

.content-home-section > .container::before {
    display: none;
}

.content-home-muted {
    border-top: 1px solid rgba(10, 63, 145, .08);
    border-bottom: 1px solid rgba(10, 63, 145, .08);
}

.content-card,
.content-list-grid div,
.content-step-grid div {
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.content-card:hover,
.content-list-grid div:hover,
.content-step-grid div:hover {
    transform: translateY(-3px);
    border-color: rgba(10, 63, 145, .28);
    box-shadow: 0 18px 36px rgba(10, 63, 145, .12);
}

.content-card h3 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.content-card h3::before {
    content: "";
    width: 10px;
    height: 10px;
    flex: 0 0 10px;
    border-radius: 50%;
    background: var(--jio-red);
}

.content-list-grid div,
.content-step-grid div {
    position: relative;
    overflow: hidden;
}

.content-list-grid div::after,
.content-step-grid div::after {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 3px;
    background: var(--jio-blue);
    opacity: .75;
}

.content-home-cta {
    position: relative;
}

.content-home-cta::before {
    display: none;
}

.content-home-cta .container {
    position: relative;
}

footer.bg-dark {
    position: relative;
    overflow: hidden;
}

footer.bg-dark::before {
    display: none;
}

footer .container {
    position: relative;
}

footer .footer-links li + li {
    margin-top: 8px;
}

footer .footer-divider {
    text-align: left !important;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding-top: 14px;
}

@media (max-width: 767.98px) {
    .content-home-section > .container::before {
        left: 18px;
        top: -14px;
        width: 44px;
    }

    .content-home-section {
        padding-left: 2px;
        padding-right: 2px;
    }

    .content-card:hover,
    .content-list-grid div:hover,
    .content-step-grid div:hover {
        transform: none;
    }

    footer .row,
    footer .text-center,
    footer .footer-divider {
        text-align: left !important;
    }

    footer .navbar-brand {
        justify-content: flex-start;
    }

    footer .footer-text {
        max-width: none;
    }

    .footer-bottom {
        display: grid;
        gap: 6px;
    }
}

/* ===== TRUE FINAL NO-GRADIENT OVERRIDES ===== */
.bg-primary,
.navbar.bg-primary,
.home-banner,
.home-final-cta,
.content-home-muted,
.content-home-cta,
.split-feature,
.legal-page,
.page-hero,
.compact-hero,
.apply-hero,
.status-hero,
.feature-panel-dark {
    background-image: none !important;
}

.bg-primary,
.navbar.bg-primary,
.content-home-cta,
.home-final-cta,
.feature-panel-dark {
    background-color: #073b86 !important;
}

.home-banner,
.page-hero,
.compact-hero,
.apply-hero,
.status-hero,
.content-home-muted,
.split-feature,
.legal-page {
    background-color: #f7f9fc !important;
}

.home-hero::after {
    background: rgba(3, 29, 70, .62) !important;
}

.modern-form-box::before,
.content-list-grid div::after,
.content-step-grid div::after,
.professional-card i {
    background: #073b86 !important;
}

.content-home-section > .container::before,
.content-home-cta::before,
footer.bg-dark::before,
.page-hero::before {
    display: none !important;
}
