/* latin-ext */
@font-face {
    font-family: 'Kumbh Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/kumbhsans/v12/c4ml1n92AsfhuCq6tVsaio5d-Zq-.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Kumbh Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/kumbhsans/v12/c4ml1n92AsfhuCq6tVsaioBd-Q.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
    font-family: 'Kumbh Sans';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/kumbhsans/v12/c4ml1n92AsfhuCq6tVsaio5d-Zq-.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Kumbh Sans';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/kumbhsans/v12/c4ml1n92AsfhuCq6tVsaioBd-Q.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
    font-family: 'Kumbh Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/kumbhsans/v12/c4ml1n92AsfhuCq6tVsaio5d-Zq-.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Kumbh Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/kumbhsans/v12/c4ml1n92AsfhuCq6tVsaioBd-Q.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: "bootstrap-icons";
    src: url("../fonts/bootstrap-icons.woff2") format("woff2"),
        url("../fonts/bootstrap-icons.woff") format("woff");
    font-display: swap;
}

[class^="bi-"]::before,
[class*=" bi-"]::before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bi-info-circle::before {
    content: "\f431";
}

body {
    font-family: 'Kumbh Sans', sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #000;
    margin: 0;
}

h1 {
    font-size: 28px;
    line-height: 34px;
    font-weight: 700;
}

h4,
h5,
h6 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
}

::-webkit-input-placeholder {
    color: rgb(0, 0, 0);
}

:-moz-placeholder {
    color: rgb(0, 0, 0);
}

::-moz-placeholder {
    color: rgb(0, 0, 0);
}

:-ms-input-placeholder {
    color: rgb(0, 0, 0);
}

/***
=================================================
Signup
=================================================
***/
:root {
    --blue: #00a1ff;
    --blue-dark: #005fcc;
    --green: #28a745;
    --page-bg: #f3f6fa;
    --card-bg: #fff;
}

.container-box {
    max-width: 1050px;
}

.header-bar {
    background-color: #e9e9e9;
}

.header-bar h4 {
    font-size: 14px;
    line-height: 20px;
}

.step {
    display: none;
    animation: fadeIn .25s ease both;
}

.step h5 {
    font-size: 15px;
    line-height: 21px;
}

.step.active {
    display: block;
}
.is-invalid {
    background: rgba(255, 0, 0, 0.1);
    border: 1px solid red;
}

.is-invalid input {
    border-color: #e74c3c !important;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.options-grid {
    /* display: grid; */
    grid-template-columns: repeat(4, 1fr);
    /* gap: 1rem;
    margin-top: 1rem; */
    justify-items: center;

}

@media(max-width:768px) {
    .options-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: .8rem;
    }
}

.option {
    width: 130px;
    height: 100px;
    background-color: #eee;
    box-shadow: 1px 2px 2px 0px;
    cursor: pointer;
    transition: all .15s ease;
    transform: scale(0.97);
    font-size: 13px;
}

.option:hover {
    transform: scale(1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
}

.option .tick {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 18px;
    height: 18px;
    background: var(--green);
    font-size: 12px;
    opacity: 0;
    transform: scale(0.5);
    transition: all .12s ease;
}

.option.active {
    border: 2px solid var(--green);
    box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.1), 0 4px 12px rgba(40, 167, 69, 0.25);
    transform: scale(1.05);
}

.option.active .tick {
    opacity: 1;
    transform: scale(1);
}

.btn-primary-cta {
    background-color: #006cab;
    height: 45px;
    line-height: 45px;
    max-width: 175px;
}

.btn-primary-cta:hover {
    background-color: #9d9d9d;
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
}

@keyframes circlePop {
    0% {
        opacity: 0;
        transform: translateY(10px) scale(0.9);
    }

    70% {
        opacity: 1;
        transform: translateY(-2px) scale(1.05);
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.option {
    animation: circlePop .3s ease forwards;
}

.card-asp .form-label,
.card-asp .form-control {
    font-size: 13px;
}

.ef-vrm {

    font-size: 12px;
    height: 23px;
    line-height: 23px;

    letter-spacing: 0.3px;
    border: 1px solid #ccc;
    box-shadow: none;
    transition: background 0.3s ease, color 0.3s ease;
    background-color: #ffde32;
}

.rounded {
    border-radius: var(--bs-border-radius) !important;
}

footer {
    background-color: #EEF2F6;
}

/***
=================================================
Responsive
=================================================
***/

@media screen and (min-width: 768px) {

    .header-bar h4 {
        font-size: 16px;
        line-height: 22px;
    }

    .step h5 {
        font-size: 20px;
        line-height: 26px;
    }

    .option {
        width: 175px;
        height: 150px;
        font-size: 15px;
    }

    .card-asp .form-control,
    .card-asp .form-label {
        font-size: 16px;
    }

}

@media screen and (min-width: 992px) {

    .ef-vrm {
        font-size: 15px;
        height: 28px;
        line-height: 28px;
    }

}