.changeAddress a {
    display: inline-flex;
    align-items: center;
    column-gap: 10px;
    margin-top: 15px;
    color: #ff784f;
}

.changeAddress a:hover {
    text-decoration: underline;
}

.payment__card_mini_list {
    padding-top: 20px !important;
    padding-bottom: 10px !important;
    font-weight: 200;
}

.payment_card .payment_info ul li strong {
    font-weight: 500 !important;
}

.v2Update_note {
    padding-top: 20px;
    padding-bottom: 40px;
}

.v2Update_note p {
    font-size: 18px;
    padding-bottom: 10px;
}

.v2Quote_table {
    margin: 50px 0px;
    border: 1px solid #ff784f;
    border-radius: 20px;
}

.v2Quote_table_head {
    background: #ff784f;
    padding: 20px 20px;
    border-radius: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
}

.v2Quote_table_head h5 {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    font-family: "DM Sans", sans-serif;
    display: none;
}

.v2QuoteLevel_table_head h3,
.v2Quote_table_head h3 {
    color: #ffffff;
    font-family: "DM Sans", sans-serif;
    font-size: 28px;
    font-weight: 600;
}

.v2Quote_table_body {
    padding: 20px 30px;
}

.v2Quote_table_body table tr td {
    border-bottom: 1px solid #ff784f;
    padding: 10px;
}

.v2Quote_table_body table tr:last-child td {
    border: none;
}

.v2QuoteLevel_table_body table,
.v2Quote_table_body table {
    width: 100%;
    border-collapse: collapse;
}

.v2QuoteLevel_table {
    border: 1px solid #ff784f;
    border-radius: 20px;
}

.v2Quote_table_body table tr td:first-child strong {
    font-size: 18px;
    font-weight: 600;
}

.v2Quote_table_body table tr td:first-child p {
    font-size: 16px;
    font-weight: 300;
    padding-top: 5px;
}

.v2Quote_table_body table tr td:nth-child(2) {
    font-size: 16px;
    font-weight: 300;
}

.v2QuoteLevel_table_body table tr td:last-child button,
.v2Quote_table_body table tr td:last-child button {
    font-size: 16px;
    font-weight: 300;
    color: #ff784f;
    justify-content: flex-end;
    column-gap: 8px;
    width: 100%;
}

.v2QuoteLevel_table_body table tr td:last-child button:hover,
.v2Quote_table_body table tr td:last-child button:hover {
    text-decoration: underline;
}

.v2QuoteLevel_table_body table tr td:last-child button i,
.v2Quote_table_body table tr td:last-child button i {
    font-size: 14px;
}

.v2Quote_table_body table tr td:last-child {
    vertical-align: top;
    padding-right: 0px;
}

.v2QuoteLevel_table_head {
    background: #ff784f;
    padding: 20px;
    display: grid;
    grid-template-columns: 25% 19% 13% 12% 10% 10% 11%;
    border-radius: 0;
}

.v2QuoteLevel_table_body table tr td {
    width: auto;
}

.v2QuoteLevel_table_body {
    padding: 20px 30px;
}

.v2QuoteLevel_table_head h3 {
    padding-left: 10px;
}

.quoteLevelTitle {
    display: grid;
    grid-template-columns: 50px 1fr;
    column-gap: 15px;
    align-items: center;
}

.quoteLevelTitle ._thumb {
    height: 50px;
    width: 50px;
}

.quoteLevelTitle ._thumb img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.quoteLevelTitle .text h4 {
    font-size: 18px;
    font-family: "DM Sans", sans-serif;
    font-weight: 600;
    padding-bottom: 5px;
}

.v2QuoteLevel_table_body table tr td {
    padding: 20px;
    border-bottom: 1px solid #ff784f;
}

.v2QuoteLevel_table_body table tr td:first-child {
    padding-left: 0px;
}

.v2QuoteLevel_table_body table tr:last-child td {
    border: none;
}

.v2QuoteLevel_table_body table tr td:not(:first-child) {
    border-left: 1px solid #ff784f;
    padding-left: 30px;
}

.v2QuoteLevel_table_body table tr td p {
    font-size: 16px;
}

.v2QuoteLevel_table_body table tr.deactivate td {
    opacity: 0.5;
}

.v2QuoteLevel_table_body table tr.deactivate td:last-child p {
    opacity: 0.5;
}

.v2QuoteLevel_table_body table tr.deactivate td:last-child {
    opacity: 1;
}

.quoteLevelExcess {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 20px;
}

.v2QuoteLevel_table_head h3:not(:first-child) {
    padding-left: 30px;
}

.v2Quote_table_body table tr td:last-child button {
    font-size: 16px;
    font-weight: 300;
    color: #ff784f;
    justify-content: flex-end;
    column-gap: 8px;
    width: 100%;
}

.quotation-totals-row td {
    border-top: 2px solid #ff784f;
    border-bottom: none !important;
}

.quotation-totals-row td:not(:first-child) {
    border-left: none !important;
}

.v2QuoteLevel_table_mobile {
    display: none;
}

.payment__cards_box_wrapper {
    padding-top: 50px;
}

.payment__cards_box_title {
    text-align: center;
    font-size: 32px;
}

/* v2QuoteLevel_table_mobile */
.v2QuoteLevel_table_mobile h2 {
    text-align: center;
    font-size: 28px;
    padding-bottom: 30px;
}

.protMiniBox {
    background: #ff784f;
    border-radius: 20px;
    border: 1px solid #ff784f;
    margin-bottom: 30px;
}

.protMiniBox_head {
    display: grid;
    grid-template-columns: 1fr 100px;
    column-gap: 10px;
    align-items: center;
    padding: 20px;
}

.protMiniBox_head .text h3 {
    font-size: 18px;
    font-weight: 600;
    font-family: "DM Sans", sans-serif;
    padding-bottom: 5px;
    color: #550266;
}

.protMiniBox_head .text p {
    font-size: 14px;
    font-weight: 400;
    color: #550266;
    line-height: 1.2;
}

.protMiniBox_head .thumb {
    text-align: center;
}

.protMiniBox_head .thumb img {
    max-width: 60px;
    max-height: 60px;
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.protMiniBox_body table {
    width: 100%;
    border-collapse: collapse;
}

.protMiniBox_body table tr td {
    padding: 15px 20px;
}

.protMiniBox_body table tr td:first-child {
    font-size: 16px;
    font-weight: 400;
}

.protMiniBox_body table tr td:last-child {
    text-align: center;
    background: #ffffff;
}

.protMiniBox_body table tr td:last-child .protMiniField {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 15px;
}

.protMiniBox_body table tr:last-child td:last-child {
    border-bottom-right-radius: 20px;
}

.protMiniBox_body table tr:last-child td:last-child {
    border-bottom-right-radius: 20px;
}

.protMiniBox_body table tr:first-child td:last-child {
    border-top-left-radius: 20px;
    border-bottom: 1px solid rgba(255, 120, 79, 0.29);
    position: relative;
    padding-right: 20px;
}

.protMiniBox_body table tr:first-child td:last-child .btn_edit {
    position: absolute;
    right: 10px;
    z-index: 11;
}

.protMiniBox_body table tr td {
    width: 50%;
}

.unAdded .protMiniBox_body table tr td:last-child {
    border-bottom: none;
    border-bottom-right-radius: 20px;
}

.unAdded .btn_add_cover {
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
    column-gap: 10px;
    font-size: 20px;
    font-weight: 300;
    color: #ff784f;
}

@media screen and (max-width: 768px) {
    .v2Quote_table_body {
        padding: 0px;
        background: #ff784f;
        border-radius: 20px;
    }

    .v2Quote_table_body table tr td:first-child strong {
        font-size: 16px;
    }

    .v2Quote_table_head {
        justify-content: space-between;
        column-gap: 10px;
        padding-left: 10px;
    }

    .v2Quote_table_head h5 {
        display: block;
        flex: 0 0 50%;
    }

    .v2Quote_table_head h3 {
        font-size: 20px;
    }

    .v2Quote_table_body table tr td {
        background-color: #ff784f;
    }

    .v2Quote_table_body table tr td:last-child,
    .v2Quote_table_body table tr td:nth-child(2) {
        background-color: #ffffff;
    }

    .v2Quote_table_body table tr td:last-child span {
        display: none;
    }

    .v2Quote_table_body table tr:first-child td:nth-child(2) {
        border-top-left-radius: 15px;
    }

    .v2Quote_table_body table tr:last-child td:first-child {
        border-bottom-left-radius: 15px;
    }

    .v2Quote_table_body table tr:last-child td:last-child {
        border-bottom-right-radius: 20px;
    }

    .v2QuoteLevel_table {
        display: none;
    }

    .v2QuoteLevel_table_mobile {
        display: block;
        padding-top: 30px;
    }

    .payment__cards_box_title {
        font-size: 24px;
    }

    .v2QuoteLevel_table_mobile h2 {
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 450px) {
    .v2Quote_table_body table tr td:nth-child(2) {
        font-size: 14px;
    }

    .payment_card .payment_info ul li strong {
        font-size: 18px;
    }
}

/* ========================================
   Disabled Next Button State
   ======================================== */
.btn_primary.btn-disabled,
.btn_primary[disabled] {
    background: linear-gradient(135deg, #c4c4c4 0%, #a8a8a8 50%, #9e9e9e 100%) !important;
    box-shadow: none !important;
    cursor: not-allowed !important;
    opacity: 0.65;
    pointer-events: none;
}

.btn_primary {
    transition: all 0.3s ease, background 0.3s ease, opacity 0.3s ease !important;
}

/* ========================================
   Cover Level Validation - Green Success State
   ======================================== */
.ct_select {
    position: relative;
    transition: all 0.3s ease;
}

.ct_select select {
    transition: border-color 0.3s ease, background-color 0.3s ease;
}

.form_control .ct_select.is-valid select,
.ct_select.is-valid select {
    border: 2px solid #28a745 !important;
    background-color: rgba(40, 167, 69, 0.05) !important;
}

.ct_select.is-valid::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    color: #28a745;
    font-size: 14px;
    z-index: 2;
    pointer-events: none;
}


@media screen and (max-width: 1200px) {
    .header-with-stepper {
        height: auto !important;
        min-height: 70px !important;
        max-height: none !important;
        padding: 30px !important;
    }
}

@media screen and (max-width: 575px) {
    .header-with-stepper {
        padding: 30px !important;
    }
}

.quote__area .quoteHero_box {
    padding-top: 0px !important;
}

@media screen and (min-width: 1201px) {
    .quote__area .quoteHero_box {
        padding-top: 40px !important;
    }
}

.header {
    position: static !important;
    margin-top: 2%;
    background: var(--wi-gray-50);
}

@media screen and (max-width: 1201px) {
    .header {
        margin-top: 0%;
    }
}

html, body {
    background: #f7f7f7 !important;
}

/* ========================================
   Introducer Discount Banner
   ======================================== */
.introducer-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: fit-content;
    margin: 40px auto 0;
    padding: 16px 24px;
    background: #f8f0fa;
    border: 1px solid rgba(85, 2, 102, 0.12);
    border-radius: 12px;
}

.introducer-banner__icon {
    font-size: 20px;
    color: #550266;
    flex-shrink: 0;
}

.introducer-banner__text {
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    margin: 0;
}

.introducer-banner__name {
    font-weight: 700;
    color: #550266;
}

/* ========================================
   Responsive Styles
   ======================================== */
@media screen and (max-width: 768px) {
    .v2Quote_table_body {
        padding: 0;
    }

    .v2Quote_table_body table tr td:first-child strong {
        font-size: 14px;
    }

    .v2Quote_table_head {
        flex-direction: column;
        gap: 8px;
        text-align: center;
    }

    .v2Quote_table_head h5 {
        display: inline-block;
    }

    .v2Quote_table_head h3 {
        font-size: 18px;
    }

    .v2QuoteLevel_table {
        display: none;
    }

    .v2QuoteLevel_table_mobile {
        display: block;
        padding-top: 24px;
    }

    .payment__cards_box_title {
        font-size: 24px;
    }

    .v2QuoteLevel_table_mobile h2 {
        padding-bottom: 20px;
    }

    .introducer-banner {
        padding: 14px 20px;
        margin-top: 32px;
    }
}

@media screen and (max-width: 575px) {
    .v2Quote_table {
        margin-left: 8px;
        margin-right: 8px;
        border-radius: 16px;
    }

    .v2Quote_table_body table {
        table-layout: fixed;
        width: 100%;
    }

    .v2Quote_table_body table tr td:first-child {
        width: 40%;
        word-wrap: break-word;
        overflow-wrap: break-word;
        padding: 12px 16px;
    }

    .v2Quote_table_body table tr td:nth-child(2) {
        width: 45%;
        word-wrap: break-word;
        overflow-wrap: break-word;
        font-size: 13px;
        padding: 12px 8px;
    }

    .v2Quote_table_body table tr td:last-child {
        width: 15%;
        text-align: center;
        padding: 12px 4px;
    }

    .v2Quote_table_body table tr td:last-child .btn_eidt span {
        display: none;
    }

    .protMiniBox {
        margin-left: 8px;
        margin-right: 8px;
        border-radius: 16px;
    }

    .introducer-banner {
        padding: 12px 16px;
        margin-top: 28px;
        gap: 10px;
    }

    .introducer-banner__text {
        font-size: 14px;
    }
}

@media screen and (max-width: 450px) {
    .v2Quote_table_body table tr td:nth-child(2) {
        font-size: 13px;
    }

    .payment_card .payment_info ul li strong {
        font-size: 14px;
    }
}
