body {
    font-family: 'Figtree' !important;
    font-weight: 400;
    background: #fff;
    color: #3b3b3b;
}
/* ============== Topbar ============== */
.topbar {
    padding: 20px 0px;
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    margin-bottom: 5px;
    position: fixed;
    top: 0;
    z-index: 9;
    left: 0;
    right: 0;
    width: 100%;
}
.topbar .logo {
    float: none;
    width: auto;
    margin-top: 0px;
}
.topbar .logo img {
    max-height: 30px;
}
.topbar .logobar{
    gap: 20px;
}
.topbar p {
    font-size: 17px;
    font-weight: 500;
}
/* modal css */
.legal-page{
  font-size: 14px;
    line-height: 1.7;font-family: 'Figtree';padding:120px 0 60px;
}
.legal-page h1 {
    font-family: 'Lora' !important;
    font-size: 32px;
    text-align: center;
    margin-bottom: 35px;
    padding-bottom: 10px;
    position: relative;
    width: fit-content;
    margin: 0 auto 40px;
}
.legal-page h1::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    background-color: #00aeef;
    height: 4px;
    width: 100%;
    margin: 0 auto;
    border-radius: 5px;
}
.legal-page h3 {
    font-family: 'Lora' !important;
    font-size: 20px;
    margin-bottom: 12px;
    margin-top: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e4e4ef;
    text-transform: capitalize;
}
.legal-page p{font-size: 15px;margin-bottom: 10px !important;}
.legal-page ul {
    margin: 10px 0 14px 0;
    padding-left: 20px;
}
.legal-page ul li {
    margin-bottom: 7px;
    color: #333;
    list-style: disc;
}
.legal-page a {
    color: #00aeef;
    text-decoration: none;
}
.contact-block {
    background: #f8fdff;
    border-left: 4px solid #00aeef;
    border-radius: 6px;
    padding: 18px 22px;
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.9;
}
.legal-page .container{
    max-width: 100%;
    padding: 0 15px;
}
.legal-page .table-wrap {
    overflow-x: auto;
    margin: 16px 0;
}
.legal-page .table-wrap table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.legal-page thead tr {
    background: #00aeef;
    color: #fff;
}
.legal-page thead th {
    padding: 10px 14px;
    text-align: left;
    font-weight: 600;
}
.legal-page tbody td {
    padding: 10px 14px;
    border-bottom: 1px solid #e4e4ef;
    vertical-align: top;
}
.legal-page tbody tr:nth-child(odd) {
    background: #fff;
}
.legal-page .table-wrap tbody tr:nth-child(even) {
    background: #f8fdff;
}
.legal-page .section-label {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #6b6860;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.legal-page .section-label::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #e2e0d8;
}
.legal-page .info-label {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #6b6860;
}
.legal-page .card {
    background: #ffffff;
    border: 1px solid #e2e0d8;
    border-radius: 4px;
    padding: 28px 32px;
    margin-bottom: 16px;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 1px 10px #dfdfdf !important;
}
.legal-page .card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    border-radius: 12px 0 0 12px;
    background:#00aeef;
}
.legal-page .card-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 20px;
}
.legal-page .card-tag {
    display: inline-block;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 3px 9px;
    border-radius: 99px;
    margin-bottom: 6px;
}
.legal-page  .card-tag {
    background: #e9f7fc;
    color: #00aeef;
}
.legal-page .card-name {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #1a1916;
}
.legal-page .card-badge {
    font-size: 11px;
    font-weight: 500;
    color: #6b6860;
    background: #f0ede6;
    padding: 4px 10px;
    border-radius: 6px;
    white-space: nowrap;
    flex-shrink: 0;
}
.legal-page .info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 14px;
}
.legal-page .info-item {
    display: flex;
    flex-direction: column;
    gap: 0px;
}
.legal-page .info-value {
    font-size: 13px;
    font-weight: 500;
    color: #1a1916;
    line-height: 1.5;
}
.legal-page .regulatory-section {
    margin-top: 56px;
}
.legal-page .reg-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 50% width (2 cards per row) */
    gap: 16px;
}
.legal-page .reg-card {
    background: #ffffff;
    border: 1px solid #e2e0d8;
    border-radius: 10px;
    padding: 22px 26px;
    transition: box-shadow 0.2s ease;
}
.legal-page .reg-state {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #6b6860;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e2e0d8;
}
.legal-page .reg-body-name {
    font-size: 14px;
    font-weight: 600;
    color: #1a1916;
    margin-bottom: 10px;
    line-height: 1.4;
}
.legal-page .reg-detail {
    font-size: 12px;
    font-weight: 400;
    color: #6b6860;
    line-height: 1.65;
}
.legal-page .notice-bar {
    margin-top: 20px;
    background: #fafeff;
    border: 1px solid #00aeef;
    border-radius: 10px;
    padding: 18px 24px;
    display: flex;
    gap: 14px;
    align-items: flex-start;
}
.legal-page .notice-icon {
    font-size: 18px;
    flex-shrink: 0;
    margin-top: 1px;
}
.legal-page .notice-text {
    font-size: 12.5px;
    color: #6b6860;
    line-height: 1.65;
}
/* questionnaire css */
.stepper-container {
    max-width: 58%;
    margin: 0 auto;
    position: relative;
    padding-bottom: 60px !important;
}
.stepper-container::before {
    content: "";
    position: absolute;
    left: 2%;
    right: 10%;
    top: 49px;
    height: 2px;
    background: #C6C6C6;
    width: 95%;
}
.stepper-line{  display: none;}
.stepper-dot{
    width: 20px !important;
    height: 20px !important;
}
.stepper-dot.active, .stepper-dot.done {
    border-color:#00aeef !important;
    background-color: #00aeef !important;
    background: #00aeef;
    color: #fff !important;
}
.stepper-text {
    font-size: 16px !important;
}
.stepper-text.active {
    color: #25353f !important;
    font-weight: 500 !important;
}
/* .full-center-wrapper{
        background: #F8F9FA;
} */
 .q1-page {
    background: #F8F9FA;padding-bottom: 80px;
}
.full-center-wrapper {
    margin: 0 auto !important;
}
.questionWrapper {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2rem 4.5rem rgba(29, 43, 56, 0.12);
    padding: 24px 40px 42px;
   
}
.questionWrapper h3, .card-body h1, .question-title {
    font-family: 'Lora' !important;
    font-size: 32px !important;
    font-weight: 500  !important;
    color: #1C1C1C  !important;
    letter-spacing: -0.02em  !important;
    line-height: 1.2;
}
.question-title  span.green{color: #1C1C1C  !important;}

.questionWrapper p.ui-question, .questionWrapper label,.question-dob h3, .question-computed h3.ui-question ,.question-text h3{
    display: block;    font-family: 'Figtree' !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #2c2f33 !important;
}  
.btn-next, button[type="submit"] {
    background-color: #25353f !important;
    font-size: 17px !important;
    letter-spacing: 0.02em;
}
.btn-next:hover {
    background-color: #212529 !important;
}

.questionWrapper input, .questionWrapper select {
    font-size: 16px !important;
    border-radius: 12px !important;
    border: 1.5px solid #D6D6D6 !important;
    min-height: 60px !important;
    padding: 12px 20px !important;
}
.questionWrapper select:focus, .questionWrapper input:focus {
    border-color: #D6D6D6;
}
label.form-input-label {
    font-size: 12px !important;
    margin-bottom: 0;
    font-weight: 400 !important;
}
.form-input-label a{color:#00aeef !important}
.logo-cont{
    justify-content: center !important;
    margin-top: 30px !important;
}
.benefit-icon{
    width: 22px !important;
    height: 22px !important;
}

.btn-back {
    background: #fff !important;
    border: 1.5px solid #D6D6D6 !important;
    color: #030303;
    border-radius: 100px;
    min-height: 40px;
    padding: 0 34px;
    font-size: 16px;
    font-weight: 600;
    width: fit-content;
}
p.ui-subheader{text-align: left !important;}
.disqualified-block p.ui-subheader{text-align: center !important;}
.question-content_image .question-title  {text-align: left !important;}

/* checkout css */
.checkout-card{height: 100%;padding: 22px 30px !important;}
.checkout-card h5.fw-semibold {
    font-weight: 700 !important;
    font-size: 22px;margin-bottom: 8px;
}
.checkout-card h5.fw-semibold.mt-3 {
    margin-top: 45px !important;
}
.checkout-card .form-label{
    font-size: 15px;
    font-weight: 600;
    color: #000000;
    margin-top: 12px;
}

.checkout-card input, .checkout-card select, .select2-container .select2-selection--single {
    font-size: 15px !important;
    border-radius: 12px !important;
    border: 1.5px solid #D6D6D6 !important;
    padding: 12px 20px !important;
    min-height: 55px;
}
.checkout-card .form-check-input.billingRadio {
    padding: 0 !important;
    min-height: unset;
}
.checkout-card .text-danger.mb-2.small-note {
    background: #FFF1F1;
    border-radius: 12px;
    padding: 10px 12px;
    margin-bottom: 15px !important;
    color: #CB0510 !important;
}
.payment-box {
    margin-top: 16px;
    border: 1.5px solid #D6D6D6;
    border-radius: 12px;
    padding: 24px;
}
.checkout-card .productimg {
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    border: 1.5px solid #D6D6D6;
    background: #F7F7F7;
    border-radius: 7px;
    margin-top: 15px;
}
.checkout-card .productimg img{
    max-height: 56px;    width: auto;
}
.checkout-card .price-box {
    border: 1px solid #D6D6D6;
    padding: 16px 15px;
    border-radius: 12px;
    margin-bottom: 10px;
    background: #fff;
}
.price-box.active {
    border-width: 1.5px !important;
    border-color: #219653 !important;
    background: #F4FFEE !important;
    box-shadow: 0 0 0 0.2rem rgba(46, 164, 79, 0.12);
}
.checkout-card .price-box strong{
    font-size: 18px;
    font-weight: 800;
    color: #000000;
}
.checkout-card .price-box .cmuted-small {
    display: block;
    padding-top:4px;
    font-size: 16px;
    font-weight: 400;
    color: #878787;
    line-height: 1.3;
}

#coupon{
   width: 100%;
    border: 2px solid #dcdcdc !important;
    height: 60px !important;
    margin-bottom: 5px;
    border-radius: 14px !important;
}
#applyCouponBtn{
    position: absolute;
    top: 48%;
    right: 8px;
    transform: translateY(-50%);
    background: #EEEEEE;
    color: #666 !important;
    border-radius: 10px;
    border: 0;
    font-size: 16px;
}
#applyCouponBtn:hover{
    background: #EEEEEE;
    color: #666 !important;
}
.checkout-card .small-note.mt-1 strong {
    color: #13689B;
    font-weight: 700;
}
.checkout-card h6.fw-semibold {
    font-weight: 700 !important;
    color: #000000;
    font-size: 22px !important;
    margin-top: 20px;
    margin-bottom: 10px;
}
.checkout-card .btn-content span.btn-text{    font-size: 16px;}
#openSSNBtn{margin-top: 15px;}
.co-secure {
    margin-top:16px;
    background: #F1F1F1;
    border-radius: 12px;
    padding: 10px 16px;
    color: #000000;
}
.co-secure__title {
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 4px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
}
.co-secure__text {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
}
.card-custom.card{box-shadow: none !important;}


@media (max-width: 767px) {
.stepper-container{max-width: 100%;    padding-bottom: 45px !important;}
.stepper-container::before {
    left: 3%;
    width: 92%;
    top: 49px;
}
.stepper-dot {
        width: 20px !important;
        height: 20px !important;
    }
.questionWrapper {
        padding: 20px 20px 30px;
    }
.questionWrapper h3, .card-body h1, .question-title{    font-size: 24px !important;        line-height: 34px;}
.benefit-icon{    margin-top: 3px;}
.question-dob h3, .question-text h3{font-size: 16px !important;}
.legal-page .reg-grid {
        grid-template-columns: 1fr; /* 100% width (1 card per row) */
    }
   .legal-page .card-header {
        flex-direction: column;
    }
    .logo{margin:unset}
}


/* changes in questionnaire.css */
.list-item-row {
    gap: 12px;
    padding: 16px 20px;
    border: 1.5px solid #D6D6D6;
    border-radius: 12px;
    min-height: 65px;
}
.options-list-vertical {
    margin-top: 30px;
}