﻿:root {
    --primary: #003865; /* Deep blue for buttons and titles */
    --accent: #87b94e; /* Green from header & bottom wave */
    --text-dark: #333333;
    --text-light: #ffffff;
    --bg-light: #f9f9f9;
    --bg-dark: #1f1f1f;
    --font-main: 'Inter', sans-serif;
    --font-heading: 'Montserrat', sans-serif;
}

*, *::before, *::after {
    box-sizing: border-box;
}

body, html {
    height: 100%;
    margin: 0;
    font-family: var(--font-main);
    color: var(--text-dark);
}

h1, h2, h3, h4 {
    font-family: var(--font-heading);
    font-weight: 600;
    margin: 0;
}

h2 {
    font-size: 1.75rem;
}

ul {
    list-style-type: none;
}

img, svg {
    width: 100%;
}

.main-content {
    max-width: 1441px;
    margin-inline: auto;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-140 {
    padding-top: 0px !important;
}

.text-white {
    padding-top: 0px;
}

.text-header-green {
    color: var(--accent);
}

.btn-primary {
    background-color: var(--primary);
    border-color: var(--primary);
    color: var(--text-light);
    font-weight: 500;
    border-radius: 0.5rem;
    padding: 0.5rem 1.25rem;
}

.btn-primary:hover {
    background-color: darken(var(--primary), 10%);
}

.btn-accent {
    background-color: var(--accent);
    border-color: var(--accent);
    color: var(--text-light);
}

.card {
    border-radius: 1rem;
    box-shadow: 0 0.5rem 1.25rem rgba(0, 0, 0, 0.1);
}

.form-control {
    border-radius: 0.5rem !important;
    padding: 0.75rem 1rem;
    border: 1px solid #ccc !important;
    width: 100%;
}

.form-label {
    font-weight: bold;
    font-size: 16.48px;
    line-height: 28px;
    color: #212529;
    margin-bottom: 12px;
}

.me-39 {
    margin-right: 39px;
}

.row {
    display: flex;
}

.mt-25 {
    margin-top: 25px;
}

.mb-18 {
    margin-bottom: 18px;
}

.mb-22 {
    margin-bottom: 22px;
}

.mt-40 {
    margin-top: 40px;
}

.trans-union-logo {
    max-width: 200px;
    height: auto;
    padding-top: 70px;
    margin-left: 80px
}

.power-by {
    font-weight: lighter;
    font-size: 20px; /* ≈ 10.17px for screen use */
    line-height: 11.1px;
    text-align: left;
    color: #FFFFFF;
    margin-bottom: 0px;
}

.section-header {
    text-align: center;
    margin: 3rem 0 1.5rem;
    font-size: 2rem;
    font-weight: 700;
    color: var(--primary);
}

.col {
    width: 100%;
}

.track-logo {
    max-width: 280px;
    min-width: 188px;
}

.text-end {
    text-align: end;
}

.text-center {
    text-align: center;
}

.btn-warning-custom {
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 17.69px;
    line-height: 19.9px;
    text-align: center;
    vertical-align: top;
    color: #FFFFFF;
    background-color: #FBB314;
    border: none;
    padding: 14px 48px;
    border-radius: 7.58px;
    font-weight: 600;
}

.btn-warning-custom:hover {
    background-color: #d9982f;
    color: #fff;
    text-decoration: none;
}

.hero-content-img {
    padding-top: 50px;
    padding-right: 142px;
    width: 100%;
}

.hero-content {
}

.mt-119 {
    margin-top: 77px;
}

.mt-p-17 {
    margin-top: 0px;
}

.me-142 {
    margin-right: 142px;
}

.mt-42 {
    margin-top: 42px;
}

.me-150 {
    margin-right: 150px;
}

.d-lg-flex {
    display: flex;
}

.hero-content h2 {
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 35px; /* Equivalent to 64px for screens */
    line-height: 49.5px;
    text-align: right;
    vertical-align: middle;
    color: #214068;
}

.sub-header {
    font-weight: lighter;
    font-size: 19px; /* Equivalent to 64px for screens */
    line-height: 43px;
    text-align: right;
    vertical-align: middle;
    color: #212529;
}

.wave-container {
    background: url('/Content/img/landingpage/bg-wave-desktop.png') no-repeat;
    background-size: 100%;
}

/* Wave background */
.wave-image {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    top: -40px;
    left: -40px;
}

.bottom-logo {
    bottom: 20px;
    left: 20px;
    width: 60px;
    height: auto;
    z-index: 10;
}

footer {
    
}

.visa-logo {
    max-width: 150px;
    margin-right:3rem;
}

.footer-images-mobile {
    display: none;
}

.wave-container-footer {
    background-image: url(/Content/img/landingpage/footer-view-desktop.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 20%) 0px;
    background-size: 200% 150%;
}

.phone-track-finance {
    margin-left: 147px;
    margin-top: -30px;
}

.phone-track-finance img {
    width: 100%;
}

.form-container {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

label.error {
    color: orangered;
}

.form-header {
    background: #214068;
    padding: 25px 36px 27px 36px;
    font-weight: bold;
    font-size: 24.17px; /* Approx. 32.23px */
    line-height: 41px;
    color: #FFFFFF;
}

.form-body {
    padding: 34px 42px 42px 42px;
}

.submit-btn {
    background-color: #f7b733;
    color: white;
    font-weight: bold;
    font-size: 12.69px;
    line-height: 19px;
    border-radius: 0.5rem;
    text-transform: none;
    padding: 13px 33px 13px 34px;
    border: 1px solid #fcb900;
}

.submit-btn:hover {
    background: #f5a623;
}

.secure-note {
    font-weight: lighter;
    text-align: center;
    font-size: 0.9rem;
    line-height: 19px;
    margin-top: 23px;
    color: #000000 !important;
}

.secure-badge {
    display: block;
    margin-top: 25px;
    max-width: 100%;
    text-align: center;
}

.form-card {
    border-radius: 19.12px;
    margin: auto;
    background-color: #ffffff;
    box-shadow: 8.47px 13.56px 22.64px #C3D3CE;
}

#mainForm {
    width: 100%;
    margin-left: 77px;
}

.form-control {
    border-radius: 0.5rem;
    padding: 0.75rem 1rem;
    border: 1px solid #ccc;
    box-shadow: none;
}

.form-control:focus {
    border-color: #87b94e;
    box-shadow: 0 0 0 0.25rem rgba(135, 185, 78, 0.25);
}

.btn-warning {
    background-color: #fcb900;
    color: #000;
    font-weight: 600;
    border-radius: 0.5rem;
    padding: 0.75rem;
}

.btn-warning:hover {
    background-color: darken(#fcb900, 7%);
}

.form-disclaimer {
    font-size: 0.75rem;
    line-height: 1.4;
    color: #666;
}

input.form-control {
    background-color: #FFFFFF;
    padding: 17px 11px;
    font-size: 14.02px;
    line-height: 28px;
    font-weight: normal;
    border-radius: 9.32px;
    stroke: #CFDBD5;
    stroke-width: 70%;
}


label.form-check-label p {
    font-weight: lighter;
    font-size: 11px;
    color: #000000 !important;
}

label.form-check-label a {
    color: #258CE4;
    text-decoration: none;
}

.form-check-input {
    border-radius: 3px;
    border: 1px solid #B0B0B0;
}

.form-check-label a:hover {
    text-decoration: none;
    color: #003865;
}

.disclaimer-text {
    font-weight: normal;
    font-size: 11px;
    color: #000000;
}

.positive-ssl-img {
    width: 222px;
    margin-inline: auto;
}

.tf-logo-white {
    width: 222px;
}

.inc5000-logo {
    width: 80px;
    margin-inline: 3rem;
}

.visa-logo {
    margin-right: 3rem;
}

.mc-logo {
    max-width: 100px;
}

.images-footer {
    align-items: flex-end;
    padding-bottom: 3rem;
}

.more-info {
    margin-top: 115px;
}

.more-info-title {
    font-weight: bold;
    font-size: 46.55px;
    line-height: 49.5px;
    color: #212529;
}

.feature-list {
    padding-top: 208px;
    margin-left: 172px;
}

.mt-14 {
    margin-top: 14px;
}

.feature-list h3 {
    font-weight: 500; /* Medium */
    font-size: 40px; /* ≈ 53.33px for screen use */
    line-height: 52px;
    text-align: left;
    color: #214068;
    margin-right: 154px;
}

.feature-list ul {
    margin-top: 37px;
    text-align: left;
    padding-left: 0px;
}

.feature-list ul li {
    margin-top: 37px;
    font-weight: 500; /* Medium */
    font-size: 18px; /* ≈ 53.33px for screen use */
    line-height: 23.51px;
    text-align: left;
    display: flex;
    gap: 8px;
}

.bonus {
    font-weight: bold;
    font-size: 20px; /* ≈ 26.67px for screen use */
    line-height: 30px;
    color: #212529;
}

.icon-task {
    width: 18px;
    height: 18px;
}

.feature-image {
    padding-top: 50px;
    margin-right: 103px;
}

.member-access-image {
    padding-top: 108px;
    margin-right: 98px;
    margin-left: 86px;
    max-width: 581px;
}

.member-access-feature {
    padding-top: 114px;
    margin-right: 131px;
}

.member-access-feature h3 {
    font-weight: 500;
    font-size: 40px; /* ≈ 53.33px for screen use */
    line-height: 52px;
    text-align: left;
    color: #214068;
}

.member-access-feature ul {
    margin-top: 44px;
    text-align: left;
    padding-left: 0px;
}

.member-access-feature ul li {
    margin-top: 28px;
    font-weight: 500; /* Medium */
    font-size: 18px; /* ≈ 53.33px for screen use */
    line-height: 23.51px;
    display: flex;
    gap: 8px;
}

.mt-21 {
    margin-top: 21px;
}

.month-gift {
    margin-top: 212px;
    margin-left: 168px;
    margin-right: 84px;
}

.month-gift-content {
    margin-right: 11px;
    width: 100%;
    max-width: 478px;
    padding-top: 100px;
}

.month-gift-content h2 {
    font-weight: 500;
    font-size: 40px; /* ≈ 53.33px for screen use */
    line-height: 52px;
    color: #214068;
}

.month-gift-content-p {
    margin-top: 40px;
    margin-left: 11px;
    font-weight: 300;
    font-size: 20px; /* ≈ 26.67px for screen use */
    line-height: 30px;
    color: #212529;
}

.display-mobile {
    display: none;
}

.form-section {
    padding-top: 42px;
    padding-right: 150px;
}

.desktop-view {
    margin-top: 160px;
}

label.error {
    font-size: 11px;
    font-weight: 300;
    margin-left: 4px;
}

.sub-footer p {
    margin: 20px 0 0 0;
    font-size: 14px;
    text-align: center;
    color: #FFFFFF;
    padding-inline: 100px;
}

.footer-links a {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
    padding-right: 4px;
    padding-left: 4px;
}

.form-check {
    display: flex;
    align-items: baseline;
}

.form-check-input {
    border-radius: 1.41px;
    border: 0.23px solid #B0B0B0;
    margin-top: 0.50rem;
    background-color: #ffffff;
}

.border-end {
    border-right: 1px solid #ffffff !important;
}

.small {
    font-weight: 600;
}

.sub-footer p.small {
    margin: 0px auto 8px auto;
}

.copyrigth {
    margin-top: 18px;
    padding-bottom: 18px;
}

.month-gift-image img {
    max-width: 100%;
}

.d-flex {
    display: flex;
}

.tf-inc-log-container {
    margin-top: 40px;
    margin-bottom: 20px;
}

.justify-content-center {
    justify-content: center;
}

.aos-init {
    opacity: 1 !important;
    transform: translate3d(0, 0, 0) !important;
}

footer {
    background-color: transparent; /* O initial, unset */
    padding-bottom: 0.5rem;
}

#StepOne20VM_DobVm_MonthNum,
#StepOne20VM_DobVm_Year,
#StepOne20VM_DobVm_Day {
    appearance: auto !important;
    -webkit-appearance: auto !important; /*  Chrome, Safari */
    -moz-appearance: auto !important; /*  Firefox */
}

#progressbar li.personal-icon.current-tab::before {
    background: #7AA940;
}

#progressbar .personal-icon a:before {
    background-image: url(/Content/img/landingpage/personal-v2.png) !important;
}

#progressbar .personal-icon.current-tab a:before {
    background-image: url(/Content/img/landingpage/personal-v2-active.png) !important;
}

#progressbar li a:before {
    height: 92px !important;
    width: 92px !important;
}

#progressbar li.verify-icon.current-tab::before {
    background: #7AA940;
}

#progressbar li.verify-icon.current-tab a:before {
    background-image: url(/Content/img/landingpage/verify-2-active.png);
}

#progressbar li.verify-icon a:before {
    background-image: url(/Content/img/landingpage/verify-v2.svg);
}

#progressbar li.login-icon a:before {
    background-image: url(/Content/img/landingpage/login-v2.svg) !important;
}

#progressbar li:before {
    background: #979797;
}

ul#progressbar:before {
    border-bottom: 2px solid #7AA940;
    top: 55%;
    width: 70%;
}

#progressbar li:after {
    background: none;
    border-top: 2px dashed #7AA940;
}

#progressbar a {
    color: #b0b0b0;
}

#progressbar li.current-tab a {
    color: #214068;
}

.mapbox-geocoder {
    padding: 5px;
}

.sub-footer p {
    text-align: center;
}

.tip-text {
    color: #214068;
}

.tip-text2 {
    font-weight: 600;
    font-size: 24px;
    margin-left: auto;
    max-width: 80%;
    margin-right: 5%;
    color: #214068;
}

.verify-form-box {
    max-width: 843px;
    margin-inline: auto;
    border-radius: 20px;
    box-shadow: 8.47px 13.56px 22.64px #C3D3CE;
}

.credit-card-number-input {
    border-right: 0px !important;
}

.cc-type {
    padding: 12px 11px;
    border-left: 0px;
    border-radius: 10px;
}

.billing-same-as-home-container {
    padding-left: 0px;
}

.billing-same-as-home {
    accent-color: #258CE4;
}

input[type="checkbox" i] {
    accent-color: #258CE4;
}

.footer-logo {
    width: 100%;
}

.footer-logo img {
    max-width: 100px;
}

.insignias-container {
    gap: 8rem;
}

.secure-ssl-image {
    max-width: 150px !important;
}

@media only screen and (max-width: 992px) {
    .wave-container {
        background-size: 130%;
    }

    .wave-container-footer {
        background-size: 200% 150%;
    }

    .trans-union-logo {
        height: auto;
        padding-top: 30px;
        margin-left: 27px;
    }

    .d-flex {
        display: flex;
    }

    .power-by {
        font-size: 10px; /* ≈ 10.17px for screen use */
    line-height: 7.9px;
    margin-bottom: 10px;
}

    .track-logo {
        max-width: 162.88px;
    }

    label.form-check-label p {
        font-size: 8px;
    }

    .form-check .form-check-input {
        width: 0.60rem;
        height: 0.60rem;
    }

    .hero-content-img {
        padding-top: 54px;
        padding-right: 20px;
        width: 100%;
    }

    .hero-content {
        margin-top: 40px;
        margin-right: 20px;
        max-width: 275px;
        margin-left: auto;
    }

    .hero-content h2 {
        font-size: 20px; /* Equivalent to 64px for screens */
        line-height: 26px;
    }

    .sub-header {
        font-size: 14px; /* Equivalent to 64px for screens */
        line-height: 21.7px;
        padding-left: 20px;
    }

    .phone-track-finance {
        display: none;
    }

    #mainForm {
        margin-left: 0px;
    }

    .form-header {
        padding: 12px 17px 11px 17px;
        font-size: 14px;
        line-height: 19.3px;
        border-top-left-radius: 8.98px;
        border-top-right-radius: 8.98px;
    }

    .form-label {
        font-size: 12px;
        line-height: 13.1px;
        margin-bottom: 7px;
    }

    .submit-btn {
        font-size: 8.7px;
        font-weight: 700;
        line-height: 8.94px;
    }

    .secure-note {
        font-weight: 300;
        font-size: 8px;
        line-height: 8.94px;
        margin-top: 30px;
    }

    .secure-badge {
        max-width: 84.85px;
        margin-inline: auto;
    }

    .disclaimer-text {
        font-weight: 300;
        font-size: 8px;
    }

    .form-body {
        padding: 13px 28px 17px 29px;
    }

    .me-39 {
        margin-right: 19px;
    }

    input.form-control {
        padding: 7px 5px;
    }

    .more-info {
        margin-top: 53px;
    }

    .more-info-title {
        font-size: 22px;
        line-height: 26px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .feature-list {
        padding-top: 52px;
        margin-left: 40px;
    }

    .feature-list h3 {
        font-size: 18px;
        line-height: 23.5px;
        margin-right: 40px;
    }

    .feature-list ul {
        margin-top: 18px;
    }

    .feature-list ul li {
        margin-top: 15px;
        font-size: 12px;
        line-height: 13.6px;
    }

    .bonus {
        font-size: 12px;
        line-height: 13.6px;
    }

    .feature-image {
        margin-inline: 108px;
        padding-top: 21px;
    }

    .member-access-image {
        display: none;
    }

    .member-access-feature h3 {
        font-size: 22px;
        line-height: 26px;
    }

    .member-access-feature {
        margin-right: 60px;
        margin-left: 40px;
        padding-top: 58px;
    }

    .feature-list ul {
        margin-right: 45px;
        margin-top: 15px;
    }

    .member-access-feature ul li {
        margin-top: 20px;
        font-size: 12px;
        line-height: 13.6px;
        font-weight: 300;
    }

    .member-access-feature ul {
        margin-right: 0px;
        margin-top: 15px;
    }

    .month-gift-content {
        padding-top: 50px;
    }

    .month-gift-content h2 {
        font-size: 22px;
        line-height: 26px;
    }

    .month-gift {
        margin-top: 0px;
        margin-left: 40px;
        margin-right: 40px;
        margin-bottom: 94px;
    }

    .month-gift-content-p {
        margin-top: 14px;
        font-size: 12px;
        line-height: 16px;
    }

    .month-gift-image {
        min-width: 100%;
        margin-top: 20px;
    }

    .display-desktop {
        display: none;
    }

    .display-mobile {
        display: block;
    }

    .form-section {
        margin-right: 0px;
        padding-left: 40px;
        padding-right: 40px;
        background-position: bottom left, top right;
        background-size: 200px;
    }

    .btn-warning-custom {
        display: none;
    }

    .positive-ssl-img {
        max-width: 74px;
        margin-inline: auto;
    }

    .tf-logo-white {
        width: 111.4px;
        margin-top: 10px;
    }

    .inc5000-logo {
        width: 50px;
        margin-inline: 1rem;
    }

    .visa-logo {
        max-width: 100px;
        margin-right: 1rem;
    }

    .mc-logo {
        max-width: 65px;
    }

    .images-footer {
        padding-bottom: 0.5rem;
    }

    .tf-inc-log-container {
        margin-top: 28px;
        justify-content: center;
    }

    .small {
        font-size: 3.8px;
        line-height: 6.46px;
    }

    .mb-22 {
        margin-bottom: 0px;
    }

    .mt-40 {
        margin-top: 8px;
    }

    .d-lg-flex {
        display: block;
    }

    .month-gift-content-p {
        text-align: left;
    }

    .month-gift-image img {
        max-width: 300px;
    }

    .month-gift-image {
        text-align: center;
    }

    .feature-image img {
        max-width: 200px;
    }

    .sub-footer p {
        font-weight: 300;
        text-align: center;
        margin-inline: auto;
    }

    .footer-links a {
        font-size: 10px;
        line-height: 11.4px;
    }

    .sub-footer p.small {
        font-size: 8px;
    }
}
@media only screen and (max-width: 400px) {
    .images-footer {
        flex-wrap: wrap;
    }
    .mc-logo{
        margin-top:1rem;
    }
}

@media only screen and (max-width: 576px) {
    .hero-content {
        margin-top: 0px;
    }

    .form-section {
        padding-left: 20px !important;
        padding-right: 10px !important;
    }

    .sub-footer p {
        font-size: 8px;
        padding-inline: 50px;
    }

    .footer-links a {
        font-size: 7.6px;
        line-height: 11.4px;
    }

    .sub-footer p.small {
        font-size: 8px;
    }

    .footer-images-mobile {
        display: contents;
    }
    .footer-images-mobile .images-footer{

        padding-bottom : 0px;
    }

    .footer-images-desktop {
        display: none;
    }

    .footer-images-mobile > .images-footer:nth-child(2) {
        padding-top: 1rem; 
    }

    .footer-images-mobile > .tf-inc-log-container:nth-child(1) {
        margin-bottom: 0px !important;
    }

    .trans-union-logo {
        max-width: 81px;
        padding-top: 20px;
    }

    .wave-container-footer {
        background-position: 80% -300px;
        background-size: 200% 200%;
    }
}

    .footer-images-mobile > .tf-inc-log-container:nth-child(2) {
        margin-top:0px !important;
        padding-top:0px;
    }

}

@media only screen and (min-width: 1400px)  {
    .wave-container {
        background-size: 100%, 600px, 650px;
        background-position: top, 0px 600px, right -150px;
    }
@media (min-width: 576px) {
    .container-sm, .container {
        max-width: 100% !important;
    }
}

@media only screen and (min-width: 1400px)  {
    .hero-content-img {
        padding-top: 120px;
    }
}

@media only screen and (min-width: 1250px) {
    .visa-logo {
        max-width: 187px;
    }
    .mc-logo {
        max-width: 105px;
    }
}
