﻿.downloadmarketrep {
    font-size: 11px;
    line-height: 36px;
    padding: 10px 23px;
    font-weight: bold;
    background-color: #f36f21;
    border: 1px solid #f36f21;
    color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    text-transform: uppercase;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 5px;
}

    .downloadmarketrep:hover {
        border: 1px solid #f36f21;
        background-color: #fff;
        color: #f36f21;
    }

.hero {
    background: #052949;
    padding: 60px 20px 68px;
    position: relative;
    overflow: hidden;
}

.hero-inner {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 48px;
    align-items: start;
}

.hero-tag {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(224, 123, 57, 0.18);
    border: 1px solid rgba(224, 123, 57, 0.35);
    color: #f5a462;
    font-size: 11px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    padding: 5px 13px;
    border-radius: 3px;
    margin-bottom: 18px;
    font-weight: 600;
}

.hero-title {
    font-family: 'Montserrat', sans-serif;
    color: white;
    font-size: clamp(26px, 3.2vw, 40px);
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 14px;
}

    .hero-title span {
        color: #e07b39;
    }

.hero-desc {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14.5px;
    line-height: 1.8;
    margin-bottom: 32px;
    /*max-width: 500px;*/
}

.hero-stats {
    display: flex;
    /*background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);*/
    /*border-radius: 7px;*/
    overflow: hidden;
    margin-left: 0px !important;
    margin-right: 0px !important;
    /*max-width: 480px;*/
}

.hstat {
    /*flex: 1;*/
    text-align: center;
    padding: 14px 6px;
    /*border-right: 1px solid rgba(255, 255, 255, 0.1);*/
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.hstat-num {
    display: block;
    font-family: 'Montserrat', sans-serif;
    color: #e07b39;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 3px;
}

.hstat-lbl {
    color: rgba(255, 255, 255, 0.5);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.7px;
}

.login-card {
    background: white;
    border-radius: 10px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.28);
    overflow: hidden;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.lc-header {
    background: #e07b39;
    padding: 18px 24px;
    text-align: center;
}

    .lc-header p {
        color: rgba(255, 255, 255, 0.65);
        font-size: 12px;
        margin-top: 6px;
    }

.lc-body {
    padding: 26px 28px;
}

.steps {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.step {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 600;
}

    .step.active .step-num {
        background: #e07b39;
        color: white;
    }

.step-num {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
    transition: all 0.3s;
}

.step-line.inactive {
    background: #dde3ec;
}

.step-line {
    flex: 1;
    height: 2px;
    margin: 0 8px;
    border-radius: 2px;
    transition: background 0.3s;
}

.sg-label {
    display: block;
    font-size: 11.5px;
    font-weight: 700;
    color: #000080;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
}

.phone-prefix {
    background: #f4f6f9;
    border: 1.5px solid #dde3ec;
    border-radius: 5px;
    padding: 11px 12px;
    font-size: 14px;
    font-weight: 600;
    color: #000080;
    white-space: nowrap;
}

.phone-row .sg-input {
    margin-bottom: 0;
    flex: 1;
}

.phone-row {
    display: flex;
    gap: 8px;
    margin-bottom: 7px;
}

.step.inactive .step-num {
    background: #dde3ec;
    color: #666666;
}

.step.inactive .step-lbl {
    color: #bbb;
}

.lc-header p {
    color: #fff;
    font-size: 14px;
    margin: 0px;
}

.phone-row .sg-input {
    margin-bottom: 0;
    flex: 1;
}

.sg-input {
    width: 100%;
    padding: 11px 14px;
    border: 1.5px solid #dde3ec;
    border-radius: 5px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #333333;
    background: #f4f6f9;
    outline: none;
    transition: border-color 0.2s, background 0.2s;
    margin-bottom: 7px;
}

.btn-orange {
    background: #e07b39 !important;
    color: white !important;
}

    .btn-orange:hover {
        background: #c96d2c !important;
        transform: translateY(-1px) !important;
    }

.sg-btn {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 5px;
    font-family: 'Montserrat', sans-serif;
    font-size: 13.5px;
    font-weight: 700;
    cursor: pointer;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    transition: all 0.2s;
}

.content-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 44px 20px;
}

.section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 24px;
    padding-bottom: 12px;
    border-bottom: 2px solid #dde3ec;
}

    .section-head h2 {
        font-family: 'Montserrat', sans-serif;
        color: #1a3c6e;
        font-size: 20px;
        font-weight: 700;
        position: relative;
    }

.locked-section {
    border: 2px dashed #dde3ec;
    border-radius: 8px;
    margin-top: 16px;
    overflow: hidden;
}

.locked-blur {
    position: relative;
    overflow: hidden;
    max-height: 300px;
}

    .locked-blur::after {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.92) 55%, rgba(255, 255, 255, 1) 100%);
    }

    .locked-blur img {
        width: 100%;
        display: block;
        filter: blur(5px);
        transform: scale(1.03);
    }

.locked-cta {
    background: white;
    padding: 28px;
    text-align: center;
}

.lock-icon {
    width: 50px;
    height: 50px;
    background: #1a3c6e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
    font-size: 22px;
}

.locked-cta h3 {
    font-family: 'Montserrat', sans-serif;
    color: #1a3c6e;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 6px;
}

.locked-cta p {
    color: #666666;
    font-size: 13px;
    margin-bottom: 20px;
    line-height: 1.6;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
}

.locked-cta-btn {
    display: inline-block;
    background: #e07b39;
    color: white;
    padding: 12px 30px;
    border-radius: 5px;
    font-family: 'Montserrat', sans-serif;
    font-size: 13.5px;
    font-weight: 700;
    cursor: pointer;
    border: none;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    transition: background 0.2s;
}

.section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 24px;
    padding-bottom: 12px;
    border-bottom: 2px solid #dde3ec;
}

    .section-head h2::after {
        content: '';
        position: absolute;
        bottom: -14px;
        left: 0;
        width: 44px;
        height: 3px;
        background: #e07b39;
        border-radius: 2px;
    }

.inside-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 14px;
    margin-top: 32px;
}

.inside-card {
    border: 1px solid #dde3ec;
    border-radius: 7px;
    padding: 18px;
    background: white;
    display: flex;
    gap: 12px;
    align-items: flex-start;
    transition: box-shadow 0.2s, border-color 0.2s;
}

.inside-icon {
    width: 38px;
    height: 38px;
    min-width: 38px;
    background: #f4f6f9;
    border: 1px solid #dde3ec;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
}

.inside-text h4 {
    font-size: 12.5px;
    font-weight: 700;
    color: #1a3c6e;
    margin-bottom: 3px;
}

.inside-text p {
    font-size: 11.5px;
    color: #666666;
    line-height: 1.5;
}

/*PDF Design*/
canvas {
    width: 100%;
}

#spinnerDots {
    display: none;
    width: 100%;
    text-align: center;
    z-index: 1;
}

.loader-img {
    width: 100%;
    height: 40px;
    background: url('../../images/loaderbarimg.gif') center center no-repeat;
    background-size: contain;
}

.loader-text {
    margin-top: 8px;
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

.btn-navy:hover {
    background: #163264;
    transform: translateY(-1px);
}

.btn-navy {
    background: #1a3c6e !important;
    color: white !important;
}

.otp-hint {
    font-size: 12px;
    color: #666666;
    margin-bottom: 14px;
    line-height: 1.5;
}

.resend-link {
    font-size: 12px;
    color: #e07b39;
    cursor: pointer;
    text-decoration: underline;
    margin-top: 8px;
    display: inline-block;
}

.alert {
    font-size: 13px;
}

.w-70 {
    width: 70% !important;
}

@media (max-width: 374px) and (min-width: 320px) {

    #uc_FooterNews_txt_sub_email {
        height: 40px !important;
    }

    .lc-header {
        padding: 12px 12px !important;
    }

    .lc-body {
        padding: 26px 15px !important;
    }

    input[type=email], input[type=password], input[type=submit], input[type=text], textarea {
        height: auto !important;
    }

    .inside-text p {
        margin-bottom: 0px !important;
    }

    .locked-cta-btn {
        padding: 12px 12px !important;
        font-size: 11.5px !important;
    }

    .locked-blur {
        max-height: 100px !important;
    }

    .section-head h2 {
        font-size: 11px !important;
    }

    .see-more {
        font-size: 10px !important;
    }

    .hero-stats, .login-card {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }

    .hero {
        padding: 30px 0px 45px !important;
    }

    .hero-tag {
        letter-spacing: 1px !important;
    }

    .hero-title {
        font-size: clamp(18px, 3.2vw, 40px) !important;
    }

    .hstat {
        flex: 0 0 auto !important;
    }

    .mb_51 {
        margin-bottom: 3rem !important;
    }

    .margintopmarket {
        margin-top: 30px;
    }

    .w-70 {
        width: 100% !important;
    }
    .downloadmarketrep {
        font-size: 11px !important;
        padding: 10px 10px !important;
    }
}

@media (max-width: 413px) and (min-width: 375px) {

    #uc_FooterNews_txt_sub_email {
        height: 40px !important;
    }

    .lc-header {
        padding: 12px 12px !important;
    }

    .lc-body {
        padding: 26px 15px !important;
    }

    input[type=email], input[type=password], input[type=submit], input[type=text], textarea {
        height: auto !important;
    }

    .inside-text p {
        margin-bottom: 0px !important;
    }

    .locked-cta-btn {
        padding: 12px 12px !important;
        font-size: 11.5px !important;
    }

    .locked-blur {
        max-height: 100px !important;
    }

    .section-head h2 {
        font-size: 13px !important;
    }

    .see-more {
        font-size: 12px !important;
    }

    .hero-stats, .login-card {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }

    .hero {
        padding: 30px 0px 45px !important;
    }

    .hero-tag {
        letter-spacing: 1px !important;
    }

    .hero-title {
        font-size: clamp(20px, 3.2vw, 40px) !important;
    }

    .hstat {
        flex: 0 0 auto !important;
    }

    .mb_51 {
        margin-bottom: 3rem !important;
    }

    .margintopmarket {
        margin-top: 30px;
    }

    .downloadmarketrep {
        font-size: 9px;
        padding: 10px 15px;
    }
}

@media (min-width:414px)and (max-width:767px) {

    #uc_FooterNews_txt_sub_email {
        height: 40px !important;
    }

    .lc-header {
        padding: 12px 12px !important;
    }

    .lc-body {
        padding: 26px 15px !important;
    }

    input[type=email], input[type=password], input[type=submit], input[type=text], textarea {
        height: auto !important;
    }

    .inside-text p {
        margin-bottom: 0px !important;
    }

    .locked-cta-btn {
        padding: 12px 12px !important;
        font-size: 11.5px !important;
    }

    .locked-blur {
        max-height: 100px !important;
    }

    .section-head h2 {
        font-size: 13px !important;
    }

    .see-more {
        font-size: 12px !important;
    }

    .hero-stats, .login-card {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }

    .hero {
        padding: 30px 0px 45px !important;
    }

    .hero-tag {
        letter-spacing: 1px !important;
    }

    .hero-title {
        font-size: clamp(20px, 3.2vw, 40px) !important;
    }

    .hstat {
        flex: 0 0 auto !important;
    }

    .mb_51 {
        margin-bottom: 3rem !important;
    }

    .margintopmarket {
        margin-top: 30px;
    }

    .downloadmarketrep {
        font-size: 10px;
        padding: 10px 17px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    #uc_FooterNews_txt_sub_email {
        height: 40px !important;
    }

    .lc-header {
        padding: 12px 12px !important;
    }

    .lc-body {
        padding: 26px 15px !important;
    }

    input[type=email], input[type=password], input[type=submit], input[type=text], textarea {
        height: auto !important;
    }

    .inside-text p {
        margin-bottom: 0px !important;
    }

    .locked-cta-btn {
        padding: 12px 12px !important;
        font-size: 11.5px !important;
    }

    .locked-blur {
        max-height: 200px !important;
    }

    .section-head h2 {
        font-size: 18px !important;
    }

    .see-more {
        font-size: 18px !important;
    }

    .hero-stats, .login-card {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }

    .hero {
        padding: 30px 0px 45px !important;
    }

    .hero-tag {
        letter-spacing: 1px !important;
    }

    .hero-title {
        font-size: clamp(20px, 3.2vw, 40px) !important;
    }

    .hstat {
        flex: 0 0 auto !important;
    }

    .inside-text h4 {
        font-size: 15px;
    }

    .inside-text p {
        font-size: 14px;
        color: #666666;
        line-height: 1.5;
    }

    .mb_51 {
        margin-bottom: 3rem !important;
    }

    .inside-grid {
        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)) !important;
    }

    .margintopmarket {
        margin-top: 30px;
    }

    .w-70 {
        width: 43% !important;
    }
}

@media (min-width:992px)and (max-width:1199px) {

    #uc_FooterNews_txt_sub_email {
        height: 40px !important;
    }

    .container, .container-lg, .container-md, .container-sm {
        max-width: 1000px;
    }

    .lc-header {
        padding: 12px 12px !important;
    }

    .lc-body {
        padding: 26px 15px !important;
    }

    input[type=email], input[type=password], input[type=submit], input[type=text], textarea {
        height: auto !important;
    }

    .inside-text p {
        margin-bottom: 0px !important;
    }

    .locked-cta-btn {
        padding: 12px 12px !important;
        font-size: 11.5px !important;
    }

    .locked-blur {
        max-height: 200px !important;
    }

    .section-head h2 {
        font-size: 18px !important;
    }

    .see-more {
        font-size: 18px !important;
    }

    .hero-stats, .login-card {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .hero {
        padding: 30px 0px 45px !important;
    }

    .hero-tag {
        letter-spacing: 1px !important;
    }

    .hero-title {
        font-size: clamp(20px, 3.2vw, 40px) !important;
    }

    .hstat {
        flex: 0 0 auto !important;
    }

    .inside-text h4 {
        font-size: 16px;
    }

    .inside-text p {
        font-size: 15px;
        color: #666666;
        line-height: 1.5;
    }

    .inside-grid {
        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)) !important;
    }
    .margintopmarket {
        margin-top: 30px;
    }

    .downloadmarketrep {
        font-size: 9px !important;
        padding: 10px 5px !important;
    }
}
