﻿
body {
    background: #f5f7fb;
    font-family: 'Inter', sans-serif;
}

/* ================= BANNER ================= */
.refer-banner {
    /*background-image: url(../images/jobsathi-rs.jpg);*/
    background-image: url(../images/job-saath-new-home-banner.png);
    border-radius: 12px;
    color: #fff;
    background-size: contain;
    margin: 80px 0px 0px 0px;
    height: 350px;
    position: relative;
    width: 99%;
    background-repeat: no-repeat;
}

    .refer-banner h2 {
        margin: 0;
        font-size: 30px;
        font-weight: 600;
        position: absolute;
        right: 100px;
        top: 38%;
        font-style: italic;
        text-transform: capitalize;
    }

/* ================= CARDS ================= */
.stats-card {
    background: #fff;
    border-radius: 12px;
    padding: 18px;
    margin-bottom: 20px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.06);
    min-height: 90px;
    position: relative;
}

.stats-icon {
    width: 36px;
    height: 36px;
    margin-bottom: 10px;
}

.stats-title {
    font-size: 15px;
    color: #1D1B1B;
    font-weight:600
}

.stats-value {
    font-size: 18px;
    font-weight: 700;
    color: #0b5e82;
}

.stats-link {
    font-size: 12px;
    color: #1b9bd7;
    text-decoration: none;
    position: absolute;
    right: 10px;
    bottom: 14px;
}

.stats-link:hover, .stats-link:focus { color:#0B3F88 }

/* ================= STEPS (FIGMA EXACT) ================= */
.steps-wrapper {
    background: #fff;
    padding: 40px 15px;
    margin-top: 20px;
    text-align: center;
    margin-bottom: 35px;
}

.steps-title {
    font-size: 20px;
    font-weight: 600;
    color: #0b5e82;
    margin-bottom: 40px;
}

.steps-line-wrap {
    position: relative;
    max-width: 74%;
    margin: 0 auto 13px;
    height: 60px;
}

.main-line {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    background: #0b5e82;
    transform: translateY(-50%);
}

.step-box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #0b5e82;
    color: #fff;
    padding: 6px 18px;
    border-radius: 6px;
    font-size: 13px;
    z-index: 2;
}

.s1 {
    left: 0;
}

.s2 {
    left: 50%;
    transform: translate(-50%, -50%);
}

.s3 {
    right: 0;
}

.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    font-weight: bold;
    color: #0b5e82;
    z-index: 1;
}

.a1 {
    left: 33%;
}

.a2 {
    left: 66%;
}

.step-text {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}

.refer-btn {
    margin-top: 25px;
    background: #1bb0ea;
    border: none;
    padding: 12px 34px;
    border-radius: 30px;
    color: #fff;
    font-weight: 600;
}


/* ===== MAIN CARD ===== */
.redeem-wrapper {
    background: #ffffff;
    border-radius: 14px;
    padding: 35px;
    margin: 110px auto 40px auto;
    box-shadow: 0 6px 20px rgba(0,0,0,0.06);
}

/* ===== LEFT ===== */
.redeem-left {
    text-align: center;
}

    .redeem-left img {
        max-width: 186px;
        margin-bottom: 15px;
    }

.redeem-left-title {
    font-size: 14px;
    color: #333;
    font-weight: 500;
}

.redeem-left-amount {
    font-size: 22px;
    color: #14aaf5;
    font-weight: 700;
    margin-top: 10px;
}

/* ===== RIGHT ===== */
.redeem-box {
    border: 1px solid #d9e8f2;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.redeem-input {
    border: none;
    border-bottom: 1px dashed #999;
    outline: none;
    width: 100%;
    font-size: 14px;
}

    .redeem-input::placeholder {
        color: #aaa;
    }

.redeem-label {
    font-size: 12px;
    color: #333;
    margin-top: 6px;
}

.redeem-btn {
    background: #11a8e0;
    color: #fff;
    border: none;
    padding: 10px 24px;
    border-radius: 22px;
    font-weight: 600;
    white-space: nowrap;
}

/* ===== INFO STRIP ===== */
.redeem-info {
    background: #f0f3f7;
    padding: 12px 18px;
    border-radius: 8px;
    font-size: 12px;
    color: #9aa7b2;
    margin-top: 25px;
    text-align: center;
}

/* ===== RESPONSIVE ===== */
@media(max-width:767px) {
    .redeem-box {
        flex-direction: column;
        align-items: stretch;
    }

    .redeem-btn {
        width: 100%;
    }

    .redeem-wrapper {
        padding: 25px 20px;
    }
}

/* ================= MOBILE ================= */
@media(max-width:767px) {
    .steps-line-wrap {
        display: none;
    }

    .step-text {
        margin-bottom: 15px;
    }
}


@media (max-width: 850px) {

    .step-text {
        margin-bottom: 15px;
        background: #005c87;
        color: #fff;
        width: fit-content;
        margin: 0 auto;
        margin-bottom: 12px;
        padding: 4px 39px;
        border-radius: 8px;
    }


    .refer-banner {
        /*background-image: url(../images/jobsathi-rs.jpg);*/
        background-image: url(../images/job-saath-new-home-banner.png);
        border-radius: 12px;
        padding: 24px 30px;
        color: #fff;
        margin-bottom: 25px;
        background-size: cover;
        margin-top: 80PX;
        height: 67px;
        position: relative;
        background-repeat: no-repeat;
        border-radius: 0px;
    }

        .refer-banner h2 {
            margin: 0;
            font-size: 11px;
            font-weight: 600;
            position: absolute;
            right: 8%;
            top: 36%;
            font-style: italic;
            text-transform: capitalize;
        }

    .step-text {
        margin-bottom: 15px;
        background: #005c87;
        color: #fff;
        width: fit-content;
        margin: 0 auto;
        margin-bottom: 12px;
        padding: 4px 39px;
        border-radius: 8px;
    }
}


/*=============== Jsathi Bx  ==========*/

.jsaathi-bx {
    width: 100%;
    border: 1px solid #1065b7;
    background-color:#FFF;
    border-radius:10px;
    font-family:'Inter',sans-serif;
    margin:0px 0px 20px 0px;
}

.jsaathi-bx-inner {
    padding: 10px 10px 10px 10px;
    height: 100%;
}

.jsaathi-service-offer {
    font-family: 'Inter', sans-serif;
    padding: 8px 15px;
    font-size: 18px;
    text-align: center;
    background: repeat padding-box border-box 0% 0% / auto auto scroll linear-gradient(90deg, #034EA1 0%, #1495db 100%);
    border: 1px solid #0095DA;
    color: #FFF;
    font-weight: 700;
    border-radius: 5px;
    margin: 0px 0px 10px 0px;
}

.get-earn {
    color: #0E0E59;
    font-family: 'Inter', sans-serif, serif;
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    padding: 30px 0px 50px 0px;
}

.earn-bx {
    background: #D3E6FA;
    background: linear-gradient(288deg,rgba(211, 230, 250, 1) 0%, rgba(255, 255, 255, 1) 58%);
    box-shadow: 0 4px 14px rgba(21, 35, 56, 0.12);
    border-radius: 15px;
    padding: 25px 15px 15px 15px;
    margin: 0px 0px 50px 0px;
}

.earn-head {
    color: #0E0E59;
    font-family: 'Inter', sans-serif, serif;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    padding: 0px 0px 0px 0px;
}
.earn-head-main {
    color: #09BBFF;
    font-family: 'Inter', sans-serif, serif;
    text-align: center;
    font-size: 45px;
    font-weight: 700;
    padding: 30px 0px 20px 0px;
}
.earn-head-bot {
    color: #0E0E59;
    font-family: 'Inter', sans-serif, serif;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    padding: 10px 0px 10px 0px;
}

.imp-outer-inner { width:100%; color:#E21F26; font-size:17px; background-color:#F5F5F5;
                   font-weight:600; text-align:center;padding:10px 10px 10px 10px; border-radius:10px;}

.step-bx-main {
    width: 100%;
    box-shadow: 0 4px 14px rgba(21, 35, 56, 0.12);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.step-bx-main-head { width:100%; background-color:#055F88; text-align:center; color:#FFF;padding:15px 10px 15px 10px;
                     border-top-left-radius:10px; border-top-right-radius:10px; font-size:16px; font-weight:600}

.step-main-text {
    background-color: #FFF;
    font-size: 14px;
    width: 100%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    min-height:430px;
    max-height:430px;
}

.step-sub-main {
    background-color: #F5F5F5;
    color: #04344B;
    padding: 10px 15px 10px 15px;
    font-weight: 700;
}

.step-list {
    font-weight: 500;
    color: #000;
    line-height: 28px;
    font-size: 13px;
    margin: -10px 0px 0px 0px;
    padding:0px 15px 0px 15px
}

.step-list img {
    width: 12px;
    height: 12px;
    margin: -5px 0px 0px 0px;
}

.step-list ul {
text-align: left;
margin: 20px 0 0 0;
padding: 0;
}

.step-list ul li {
    list-style: none;
    background-image: url('../images/bullet-icon-steps.png'); 
    background-repeat: no-repeat;
    background-size: 12px 12px; 
    background-position: 0 6px; 
    padding-left: 20px; 
    margin-bottom: 10px;
    line-height:22px;
}

.goto-btn { text-align:center; margin:40px 0px 20px 0px;}

.ear-prm-head {
    width: 100%;
    background-color: #055F88;
    text-align: center;
    color: #FFF;
    padding: 10px 10px 10px 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 16px;
    font-weight: 600
}

.ear-prm-head img { width:15px; height:15px; }

.earn-bx-prm {
    background: #D3E6FA;
    background: linear-gradient(288deg, rgba(211, 230, 250, 1) 0%, rgba(255, 255, 255, 1) 58%);
    box-shadow: 0 4px 14px rgba(21, 35, 56, 0.12);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 25px 15px 15px 15px;
    margin: 0px 0px 50px 0px;
}

.prm-text {
    font-size: 18px;
    color: #04344B;
    line-height: 27px;
    text-align:center;
    font-weight:500;
    min-height:84px;
    max-height:84px;
}

.cat2 { font-weight:700; }
.cat3 {
    font-weight: 700;
    color: #09BBFF
}


/*-----------------  MY GRIDVIEW DESIGN ---------------------------*/
.mGrid-new {
width: 100%;
background-color: #FFFFFF;
margin: 1px 0 1px 0;
border: solid 1px #C0C0C0;
border-collapse: collapse;
font-family: 'Inter', sans-serif;
}

.mGrid-new td {
    padding: 4px 4px 4px 4px;
    border: solid 1px #c1c1c1;
    color: #000000;
    font-size: 11px;
    text-align: center;
    font-weight: 500
}

.mGrid-new td a {color: #016fcc;font-weight: 700}
.mGrid-new td a:hover, a:focus {color: #065fa9}

.mGrid-new th {
padding: 0px 0px;
border-left: solid 1px #C0C0C0;
color: #0b356c !important;
line-height: 25px;
padding: 0px 3px 0px 3px;
font-size: 12px;
text-align: center;
font-family: 'Inter', sans-serif;
font-weight: 700
}

.mGrid-new tr:hover {background-color: #f5f5f5}
.mGrid-new .pgr {background-color: #DFECFC;border: solid 1px #C0C0C0;border-left: solid 1px #C0C0C0}
.mGrid-new .pgr table {margin: 5px 0;}

.mGrid-new .pgr td {
border-width: 0;
padding: 0 6px;
border-left: solid 1px #666;
font-weight: bold;
color: #fff;
line-height: 12px;
}

.mGrid-new .pgr a {text-decoration: none;}
.mGrid-new .pgr a:hover {color: #0b356c;text-decoration: none;}
.mGrid-new table tbody td span {color: #a4a4a4 !important}

.mGrid-new tr:nth-child(even) {background: #f8f7ff}
.mGrid-new tr:nth-child(odd) {background: #fff;}

