﻿@font-face {
    font-family: 'circular-std-book';
    src: url('/content/fonts/CircularStd-Book 1 1.otf') format('truetype');
}

@font-face {
    font-family: 'circular-std-bold';
    src: url('/content/fonts/CircularStd-Bold 1 1.otf') format('truetype');
}

@font-face {
    font-family: 'circular-std-black';
    src: url('/content/fonts/CircularStd-Black 1 1.otf') format('truetype');
}

@font-face {
    font-family: 'circular-std-medium';
    src: url('/content/fonts/CircularStd-Medium 1 1.otf') format('truetype');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'circular-std-book', Arial, sans-serif;
}
/* Make all Bootstrap form controls 50px high */
.form-control,
.form-select {
    height: 50px;
    min-height: 50px;
    padding: 0.5rem 0.75rem;
    color: #2B2B2B;
}
    .form-control:focus,
    .form-select:focus {
        border-color: #2b2b2b;
        box-shadow: none;
    }
/* Keep textarea behaving normally */
textarea.form-control {
    height: auto;
    min-height: 100px; /* optional */
}

/*body {
    background-image: url('images/mrrk_pattern_2_rgb_25052.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: #111;
}
body {
    background-image: url('/content/images/background.png');
    background-repeat: no-repeat;
    background-size: cover;*/ /* Stretch to fit screen */
/*background-attachment: fixed;*/ /* Parallax-style fixed bg */
/*background-position: center top;
}*/

.entryLargeText sup {
    font-size: 25px;
}

/* HEADER ------------------------------------------------------ */

.top-bar {
    max-width: 1360px;
    height: 100px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* .inputText{
    height: 50px;
    width: 433px;
} */

.secure-text {
    font-size: 14px;
    color: white;
}

.entryLargeText {
    color: #150D50;
    font-family: 'circular-std-bold', Arial, sans-serif;
    font-size: 42px;
    margin: 17px 0 0 0;
}

/* OFFER SECTION ------------------------------------------------------ */

.offer-container {
    background: white;
    margin: auto;
    padding: 54px 40px;
    width: 100%;
    max-width: 1360px;
    border-radius: 8px;
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.offer-left {
    flex: 1;
    min-width: 280px;
    max-width: 550px;
}

.offer-right {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cards-img {
    max-width: 600px;
    width: 100%;
}

.entryLabel {
    color: #150D50;
    font-size: 14px;
    font-family: 'circular-std-medium', Arial, sans-serif;
}

h1 {
    font-size: 32px;
    margin: 10px 0 20px;
    color: #150D50;
}

.highlight {
    color: red;
}

.description {
    margin: 18px 0px;
    line-height: 1.4;
}

.offer-form {
    margin: 30px 0 0 0;
}

    .offer-form label {
        display: block;
        font-size: 14px;
        margin-bottom: 4px;
    }

    .offer-form input:not(.entryButton):not(.pill-radio) {
        width: 100%;
        max-width: 433px;
        padding: 12px;
        border-radius: 5px;
        border: 1px solid #ccc;
        margin-top: 4px;
        margin-bottom: 11px;
        height: 50px;
        font-size: 18px;
    }

.small-link {
    font-size: 12px;
    color: #3b5fff;
    display: block;
    margin: 7px 0 10px 0;
    position: relative;
    top: -9px;
}

.entryButton {
    width: 100%;
    max-width: 433px;
    padding: 14px;
    background: #2626FF;
    color: white;
    border: none;
    border-radius: 24px;
    font-size: 16px;
    cursor: pointer;
    margin-top: 13px;
}

.secondaryButton {
    width: 100%;
    max-width: 433px;
    padding: 14px;
    background: #FFF;
    color: #2626FF;
    border: solid 1px #2626FF;
    border-radius: 24px;
    font-size: 16px;
    cursor: pointer;
    margin-top: 13px;
}
/* applies to all 3 DOB dropdowns when invalid */
.dob-invalid {
    border: 1px solid #dc3545 !important;
/*    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25) !important;
*/}
/* ================================
   INPUT GROUP SOFT - FINAL CLEAN
   ================================ */

/* Outer wrapper */
.input-group-soft {
    border: 3px solid #ccc;
    border-radius: .5rem;
    overflow: hidden;
    transition: border-color .15s ease-in-out;
    background-color: #fff;
}

    /* Remove inner borders */
    .input-group-soft .form-control,
    .input-group-soft .form-select {
        border: 0 !important;
        box-shadow: none !important;
        background-color: #fff !important;
    }

    /* $ or prefix span */
    .input-group-soft .input-group-text {
        border: 0 !important;
        border-right: 3px solid #ccc !important;
        background-color: #fff !important;
        border-radius: 0;
        min-width: 44px;
        justify-content: center;
    }

    /* ================================
   FOCUS STATE
   ================================ */

    .input-group-soft:focus-within {
        border-color: #2b2b2b;
    }

        .input-group-soft:focus-within .input-group-text {
            border-right-color: #2b2b2b !important;
        }

    /* ================================
   INVALID STATE
   ================================ */

    .input-group-soft:has(.input-validation-error),
    .input-group-soft:has(.is-invalid) {
        border-color: #dc3545;
    }

        .input-group-soft:has(.input-validation-error) .input-group-text,
        .input-group-soft:has(.is-invalid) .input-group-text {
            border-right-color: #dc3545 !important;
        }

        /* ================================
   INVALID + FOCUS (editing)
   Show neutral while typing
   ================================ */

        .input-group-soft:has(.input-validation-error):focus-within,
        .input-group-soft:has(.is-invalid):focus-within {
            border-color: #2b2b2b;
        }

            .input-group-soft:has(.input-validation-error):focus-within .input-group-text,
            .input-group-soft:has(.is-invalid):focus-within .input-group-text {
                border-right-color: #2b2b2b !important;
            }
/* Make it muted when no selection (Value == "") */
.input-muted-when-empty {
    color: #6c757d; /* Bootstrap text-muted */
}

    .input-muted-when-empty option {
        color: #212529; /* normal options in dropdown list */
    }

    /* When user has selected something, switch to normal text */
    .input-muted-when-empty.has-value {
        color: #212529;
    }

/*
.input-group-soft .form-control {
    border-left: 0;
}*/
/* ---------- Checkbox itself ---------- */
.soft-check {
    border: 1px solid #ced4da;
    width: 1.05em;
    height: 1.05em;
}

/* Hover/focus polish */
/*.soft-check:focus {
        box-shadow: none;
        border-color: #adb5bd;
    }

    .soft-check:checked {
        background-color: #0d6efd;*/ /* Bootstrap primary */
/*border-color: #0d6efd;
    }*/
/* ---------- Checkbox itself ---------- */
.soft-check {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 1.05em;
    height: 1.05em;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    background-color: #fff;
    display: inline-grid;
    place-content: center;
    transform: translateY(-3px);
}

    /*     Hover/focus polish 
*/ .soft-check:focus {
        box-shadow: none;
        border-color: #adb5bd;
    }

    .soft-check:checked {
        background-color: #0d6efd;
        Bootstrap primary border-color: #0d6efd;
    }
/* Muted placeholder look when empty */
select.form-select.input-muted-when-empty.is-empty {
    color: #6c757d !important; /* Bootstrap text-muted */
}

/* Normal text once selected */
select.form-select.input-muted-when-empty:not(.is-empty) {
    color: #212529 !important;
}

/* Align checkbox with text inputs (remove Bootstrap indent) */
.flush-check {
    padding-left: 0;
}

    .flush-check .soft-check {
        margin-left: 0;
        margin-top: 0.1rem;
    }

/* FEATURES SECTION ------------------------------------------------------ */

.features-section {
    margin: 104px 0 0 0;
    text-align: center;
    color: white;
}

    .features-section h2 {
        font-size: 28px;
        margin-bottom: 40px;
    }

.featuresHeaderText {
    font-family: 'circular-std-bold', Arial, sans-serif;
    font-size: 42px;
    padding: 0 20px;
}

.features-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    width: 90%;
    max-width: 1360px;
    margin: 44px auto 0;
}

.feature-card {
    background: white;
    color: black;
    padding: 42px;
    border-radius: 4px;
    text-align: left;
}

.feature-card-header {
    font-family: 'circular-std-medium', Arial, sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0%;
}

.feature-card-text {
    font-family: 'circular-std-book', Arial, sans-serif;
    font-weight: 450;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    margin: 11px 0 0 0;
}

.feature-card .icon {
    font-size: 28px;
    margin-bottom: 15px;
}

.feature-card h3 {
    margin-bottom: 12px;
}
/* Right panel background + padding */
.benefits-panel {
    height: 100%;
    border-radius: 0; /* square like example */
    padding: 28px 22px;
}

/* Optional: keep content nicely sized on wide screens */
.benefits-inner {
    max-width: 360px;
    margin: 0 auto;
}

/* Cards image spacing/sizing */
.benefits-cards {
    max-width: 320px; /* tune as needed */
}

/* Heading */
.benefits-title {
    font-weight: 700;
    letter-spacing: .08em;
    font-size: .75rem;
    opacity: .95;
}

/* Benefit row layout */
.benefit-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 0;
}

/* Icon “badge” – use your existing SVG but keep it centered */
.benefit-icon {
    flex: 0 0 54px;
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
}

/* Text */
.benefit-text {
    font-size: .9rem;
    line-height: 1.2;
    font-weight: 600;
}

/* Divider lines */
.benefit-divider {
    height: 1px;
    background: rgba(255,255,255,.18);
}


/* FOOTER ------------------------------------------------------ */

.footer {
    /* padding: 0 40px; */
    text-align: left;
    color: white;
    font-size: 13px;
    line-height: 1.5;
    margin: 40px auto 0;
    max-width: 1360px;
}

    .footer hr {
        opacity: 0.3;
    }

.footer-text {
    margin: 34px 0px;
}

.logo-left {
    width: 289px;
    height: 24px;
}

.iconLockSVG {
    position: relative;
    top: 2px;
}

.footerReLinks {
    display: flex;
    justify-content: space-between;
    width: 380px;
    font-size: 16px;
}

    .footerReLinks div {
        /* margin: 0 20px; */
        text-decoration: underline;
        cursor: pointer;
    }

.footerTextContainer {
    margin: 30px 0 0 0;
}

#footerMerrickLogo {
    vertical-align: top;
    margin: 0 30px 0 0;
}

.footer-text-rights {
    display: inline-block;
    max-width: 70%;
}

/* #footerLinkPrivacy{
    margin: 0 0 0 0;
}

#footerLinksecurity{
    margin: 0 0 0 0;
} */

/* LOADING ANIMATION ------------------------------------------------------ */

.loadingModal {
    display: none;
    width: 100%;
    height: 100%;
    background-color: #150d50b4;
    position: fixed;
    z-index: 1000;
}

.loadingModalBox {
    background-color: #fff;
    border-radius: 8px;
    max-width: 600px;
    height: 417px;
    margin: auto;
    top: 25%;
    position: relative;
}

.loadingCircleContainer {
    width: 180px;
    position: relative;
    margin: auto;
    top: 26%;
}

.landingLogoContainer {
    width: 80px;
}

.loadingLogoCenter {
    fill: #150d50;
}

.loadingLogo {
    position: absolute;
    top: 31%;
    left: 26%;
    width: 80px;
}

.circle {
    transform: rotate(-90deg);
}

.circleGray {
    fill: none;
    stroke: #cccccc;
    stroke-width: 6;
    stroke-linecap: round;
    /* stroke-dasharray: 509.5;
    stroke-dashoffset: 509.5;

    animation: draw-undraw 3s linear infinite;  */
}

.circleBlue {
    fill: none;
    stroke: #2626FF;
    stroke-width: 8;
    stroke-linecap: round;
    stroke-dasharray: 509.5;
    stroke-dashoffset: 509.5;
    animation: draw-undraw 3s linear infinite;
}

@keyframes draw-undraw {
    0% {
        stroke-dashoffset: 509.5;
    }

    50% {
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dashoffset: -509.5;
    }
}

@media all and (max-width: 510px) {

    .headerSecureText {
        display: none;
    }

    .logo-left {
        width: 177px;
        position: relative;
        top: 15px;
    }

    .top-bar {
        height: 75px;
    }

    .iconLockSVG {
        position: relative;
        top: 13px;
    }
}

@media all and (max-width: 660px) {
    .loadingModalBox {
        max-width: 90%;
    }
}

@media all and (max-width: 720px) {

    .features-section {
        margin: 40px 0 0 0;
    }

    .features-grid {
        margin: 20px auto 0;
    }

    .featuresHeaderText {
        padding: 10px;
        font-size: 32px;
    }

    .offer-container {
        padding: 30px 10px;
    }

    .offer-right {
        display: none;
    }

    .offer-left {
        margin: auto;
    }


    .offer-form input {
        max-width: unset;
    }

    .entryButton {
        max-width: unset;
    }

    .headerAppText {
        display: none;
    }
}

@media all and (max-width: 960px) {
    .features-grid {
        grid-template-columns: 1fr;
    }

    .feature-card {
        max-width: 550px;
        margin: auto;
    }

    .footerReLinks {
        display: block;
        justify-content: space-between;
        width: 100%;
        text-align: center;
    }

    .footerTextContainer {
        text-align: center;
        margin: 27px 0 0 0;
    }

    .footer-text-rights {
        max-width: unset;
        margin: 20px;
        font-size: 12px;
    }

    #footerMerrickLogo {
        vertical-align: top;
        margin: 0;
        width: 160px;
    }

    .footerReLinks div {
        margin: 27px 0 0 0;
    }
}

@media all and (max-width: 1400px) {

    .top-bar {
        padding: 30px;
    }
}

@media all and (max-width: 1505px) {

    .footer {
        max-width: unset;
        margin: 40px 30px;
    }
}


body {
    background-image: url('/content/images/background.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    background-attachment: fixed;
}

.environment-stripe {
    position: fixed;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}
/* Force THIS checkbox to render normally */
#agreeYes.form-check-input {
    appearance: auto !important;
    -webkit-appearance: auto !important;
    -moz-appearance: auto !important;
}
/* Bigger checkbox */
#agreeYes.form-check-input {
    transform: scale(1.4); /* try 1.2–1.4 */
}
