* {
    font-family: "Google Sans" !important;
}

.footer-sub-menu {
    margin-top: 2rem;
}

.footer-container {
    padding: 74px 64px 40px 64px;
}

.mtpl-footer-social {
    gap: 24px
}

.mtpl-footer-menu {
    margin-top: 1.5rem !important;
    gap: 1.5rem;
}

.arrow-btn-with-bg {
    background: #fff;
    border-radius: 50%;
}

.mtpl-footer-menu a {
    color: rgba(255, 255, 255, 0.60) !important;
    text-align: center;
    font-family: "Google Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    white-space: nowrap;
}

.w-416 {
    width: 416px;
}

.font-variant-caps {
    font-variant: small-caps;
}

.font-weight-700 {
    font-weight: 700;
}

.text-white-opacity {
    color: rgba(255, 255, 255, 0.60);
}

.action-button {
    width: 148px !important;
    font-weight: bold;
    justify-content: center;
    justify-self: center;
    justify-items: center;
    flex-direction: row !important;
}

    .action-button:hover {
        border: 1px solid #B83430 !important;
        box-shadow: none !important;
    }

.benefits-with-opacity {
    bottom: -5px;
    background-color: rgba(255, 255, 255, 0.03);
    mask: url(/BENEFITS.svg) no-repeat center;
    mask-size: cover;
    -webkit-mask: url(/BENEFITS.svg) no-repeat center;
    -webkit-mask-size: cover;
    height: 150px;
    left: -10px;
    right: -15px;
}


/*                             Header               */
.benefits-logo {
    top: 42px;
    left: 192px;
    z-index: 2;
}

.contact-us-btn {
    display: flex;
    height: 40px;
    padding: 0 16px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border: 1px solid #B83430;
    font-size: 14px;
    border-radius: 1000px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.28px;
    width: 188px;
    color: #000 !important;
}

    .contact-us-btn span,
    .contact-us-white-btn span {
        letter-spacing: -0.28px;
    }

.contact-us-white-btn span {
    letter-spacing: -0.28px;
    color: #000 !important;
}

.contact-us-white-btn {
    top: 42px;
    right: 189px;
    border-radius: 1000px;
    z-index: 2;
}

.mtpl-selected-limit {
    color: rgba(20, 25, 32, 0.50);
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

/*                                Banner                      */
.banner-text-container {
    display: flex;
    max-width: 710px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
    top: 200px;
    left: 192px;
    z-index: 2;
}

.mtpl-buy-insurance-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 24px;
    background-color: #B83430;
    color: #fff !important;
    border: none;
    border-radius: 1000px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none !important;
    transition: background-color 0.2s;
    line-height: 22px;
    letter-spacing: -0.32px;
}

.accept {
    display: flex;
    width: 140px;
    height: 40px;
    padding: 0 16px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    background-color: #B83430;
    color: #fff !important;
    border: none;
    border-radius: 1000px;
    font-weight: 600;
    font-size: 14px;
}

.mtpl-buy-insurance-btn:hover {
    background-color: #9a2824;
    color: #fff !important;
    text-decoration: none !important;
}

.mtpl-buy-insurance-btn__arrow {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.mtpl-buy-card__title {
    font-size: 24px;
    font-weight: 700;
    color: #141920;
    margin-top: 24px;
    text-align: center;
}

.mtpl-buy-card__checkbox-label {
    font-size: 18px;
    color: #141920;
    cursor: pointer;
}

.mtpl-buy-card__checkbox {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    flex-shrink: 0;
}

.mtpl-buy-continue-btn {
    text-decoration: none !important;
}

    .mtpl-buy-continue-btn:disabled {
        opacity: 0.5;
        cursor: not-allowed;
    }

    .mtpl-buy-continue-btn .mtpl-buy-insurance-btn__arrow {
        filter: brightness(0) invert(1);
    }

.mtpl-third-step-content {
    margin-top: 32px;
    text-align: center;
    padding: 0 170px;
}

.mtpl-third-step-inputs {
    gap: 16px;
    margin-bottom: 16px;
}

    .mtpl-third-step-inputs .mtpl-float-label {
        width: 133px;
    }

.mtpl-third-step-input {
    padding: 20px 12px 8px;
    border-radius: 16px;
    border: none;
    background: #FFFFFF;
    width: 100%;
    height: 56px;
    overflow: hidden;
    color: #000;
    text-overflow: ellipsis;
    font-family: "Google Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

/* Float label – shared */
.mtpl-float-label {
    position: relative;
}

    .mtpl-float-label label {
        position: absolute;
        left: 16px;
        top: 50%;
        transform: translateY(-50%);
        margin: 0;
        font-size: 16px;
        font-weight: 400;
        color: rgba(20, 25, 32, 0.5);
        pointer-events: none;
        transition: transform 0.2s ease, font-size 0.2s ease, color 0.2s ease, top 0.2s ease;
    }

    .mtpl-float-label input:focus ~ label,
    .mtpl-float-label.has-value label {
        top: 6px;
        transform: translateY(0);
        font-size: 11px;
        color: rgba(20, 25, 32, 0.7);
        z-index: 5;
    }

.mtpl-third-step-inputs .mtpl-float-label label {
    left: 12px;
}

.mtpl-third-step-inputs .mtpl-float-label input:focus ~ label,
.mtpl-third-step-inputs .mtpl-float-label.has-value label {
    top: 6px;
}

.mtpl-third-step-hint {
    font-size: 14px;
    color: rgba(20, 25, 32, 0.7);
    margin: 0;
}

.mtpl-step-intro {
    font-size: 14px;
    margin-top: 16px;
    margin-bottom: 0;
}

/* Fifth step – Enter details */
.mtpl-fifth-step-content {
    margin-top: 24px;
    padding: 0 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    min-height: 440px;
}

.mtpl-fifth-step-field {
    width: 432px;
    margin-left: auto;
    margin-right: auto;
}

.mtpl-fifth-step-input {
    width: 100%;
    max-width: 100%;
    padding: 22px 16px 10px;
    border-radius: 12px;
    border: 1px solid rgba(20, 25, 32, 0.15);
    background: #fff;
    font-size: 16px;
    color: #141920;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

    .mtpl-fifth-step-input::placeholder {
        font-size: 14px;
        color: rgba(20, 25, 32, 0.5);
    }

    .mtpl-fifth-step-input:focus {
        outline: none;
        border-color: #B83430;
    }

/* Vehicle number: unfocused = only label; focused = label + placeholder */
.mtpl-float-label-show-placeholder input:not(:focus)::placeholder {
    color: transparent;
    opacity: 0;
}

.mtpl-float-label-show-placeholder input:focus::placeholder {
    color: rgba(20, 25, 32, 0.5);
    opacity: 1;
}

.mtpl-fifth-step-input-wrap.mtpl-float-label .mtpl-fifth-step-input {
    padding-right: 40px;
}

.mtpl-fifth-step-input-wrap .mtpl-float-label label {
    right: 40px;
}

.mtpl-fifth-step-info-icon {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(20, 25, 32, 0.5);
    cursor: help;
    pointer-events: auto;
    z-index: 2;
}

    .mtpl-fifth-step-info-icon img {
        width: 20px;
        height: 20px;
        display: block;
    }

.mtpl-fifth-step-tooltip {
    position: absolute;
    left: 50%;
    top: calc(100% + 8px);
    transform: translateX(-50%);
    padding: 8px 12px;
    background-color: #141920;
    color: #fff;
    border-radius: 8px;
    font-size: 12px;
    line-height: 1.3;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.15s ease, visibility 0.15s ease, transform 0.15s ease;
}

    .mtpl-fifth-step-tooltip::before {
        content: "";
        position: absolute;
        top: -4px;
        left: 50%;
        transform: translateX(-50%) rotate(45deg);
        width: 8px;
        height: 8px;
        background-color: #141920;
    }

.mtpl-fifth-step-info-icon:hover .mtpl-fifth-step-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
}

.mtpl-fifth-step-consent .mtpl-buy-card__checkbox-label {
    font-size: 14px;
}

.mtpl-fifth-step-bottom {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 24px;
}

.fifth-step.mtpl-step {
    display: flex;
    flex-direction: column;
    height: 600px;
}

/* Sixth step – Vehicle summary */
.sixth-step.mtpl-step {
    display: flex;
    flex-direction: column;
    height: 600px;
}

.mtpl-sixth-step-content {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 80px;
}

.mtpl-vehicle-summary-card {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 24px 32px;
    border-radius: 16px;
    border: 1px solid #B83430;
    background-color: #FFFFFF;
    min-width: 360px;
    max-width: 560px;
    width: 100%;
}

.mtpl-vehicle-summary-icon {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    background: rgba(20, 25, 32, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

    .mtpl-vehicle-summary-icon img {
        width: 24px;
        height: 24px;
    }

.mtpl-vehicle-summary-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.mtpl-vehicle-summary-name {
    font-size: 18px;
    font-weight: 600;
    color: #141920;
}

.mtpl-vehicle-summary-year {
    font-size: 14px;
    color: rgba(20, 25, 32, 0.7);
}

.opacity-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000003D;
}

.font-size-48 {
    font-size: 48px;
    margin: 0;
}

.banner-bottom-side {
    border-radius: 32px 32px 0 0;
    background: rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(6px);
    padding: 1px 1px 0 1px;
    bottom: 0;
    color: #fff;
    width: 80%;
    left: 9%;
}

    .banner-bottom-side div {
        display: flex;
        padding: 24px 20px 20px 20px;
        flex-direction: column;
        justify-content: center;
        align-items: start;
        gap: 16px;
    }

    .banner-bottom-side span {
        color: rgba(255, 255, 255, 0.50);
    }

.mtpl-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 800px;
}

.packages-container {
    padding: 0 156px 120px 156px;
}


.fifth-step-form {
    height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/*              End Banner      */

@media only screen and (min-width: 769px) {


    .mtpl-buy-card {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
        max-width: 900px;
        background: linear-gradient(151deg, #FFF 14.23%, rgba(255, 255, 255, 0.80) 96.56%);
        border-radius: 24px;
        padding: 40px;
        box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
        z-index: 1000;
        min-height: 600px;
    }
}

@media only screen and (max-width: 768px) {
    .footer-container {
        padding: 40px 16px 40px 16px;
    }

    .footer-menu-item {
        color: rgba(255, 255, 255, 0.60) !important;
        margin-top: 7px;
        text-align: center;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        white-space: nowrap;
    }

    .contact-us-white-btn {
        right: 20px;
    }


    .mtpl-fifth-step-field {
        width: 100%;
    }

    /*                                                     Header & Banner                                 */
    .benefits-logo {
        top: 44px;
        left: 20px;
    }


    .banner-text-container {
        justify-content: center;
        align-items: center;
        left: 0;
    }

        .banner-text-container h2 {
            font-size: 24px;
        }

        .banner-text-container p {
            font-size: 14px !important;
        }

    .banner-bottom-side h3 {
        font-size: 14px;
        white-space: nowrap;
    }

    .banner-bottom-side span {
        font-size: 12px !important;
        white-space: nowrap;
    }

    .banner-bottom-side div {
        gap: 4px !important;
    }

    .insured-risks-container-wrapper {
        padding: 64px 40px 80px 40px !important;
    }

    .mtpl-bg {
        background-position: center right;
    }

    .mtpl-buy-card {
        position: static !important;
        margin: auto 16px;
        background: linear-gradient(151deg, #FFF 14.23%, rgba(255, 255, 255, 0.80) 96.56%);
        border-radius: 24px;
        padding: 40px;
        box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
        z-index: 1000;
        min-height: 600px;
    }

    .mtpl-fifth-step-content {
        display: block !important;
    }

    .mtpl-sixth-step-content {
        justify-content: center;
    }

    /*                                                   End Header & Banner                                 */
    .packages-container {
        padding: 0 20px 55px 20px !important;
    }

    .action-button {
        width: 50% !important;
    }

    /* 
    .mtpl-fifth-step-bottom {
        height: 100%;
    } */

    .mtpl-buy-card__actions {
        width: 100%;
        display: flex !important;
        justify-content: space-between !important;
        align-items: end;
    }

    .mtpl-undo-btn {
        position: static !important;
    }
}

.mtpl-section-title {
    text-align: center;
    font-family: "Google Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: -0.64px;
    text-transform: uppercase;
}

/* Support Modal */
.support-modal .modal-dialog {
    margin: 1.75rem auto;
}

.support-modal__content {
    border-radius: 12px;
    border: none;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
}

.support-modal__header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    padding: 32px;
}

.support-modal__title {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin: 0;
}

.support-modal__close {
    opacity: 0.7;
    font-size: 28px;
    padding: 0;
    margin: -8px 0 0;
    line-height: 1;
}

    .support-modal__close:hover {
        opacity: 1;
    }

.support-modal__body {
    padding: 32px;
}

.support-modal__intro {
    color: #000;
    font-size: 14px;
    margin-bottom: 32px;
    line-height: 1.5;
}

.support-modal__contacts {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.support-modal__contact-item {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
    transition: opacity 0.2s;
}

    .support-modal__contact-item:hover {
        text-decoration: none;
        color: inherit;
        opacity: 0.85;
    }

.support-modal__contact-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    flex-shrink: 0;
    margin-right: 16px;
}

.support-modal__contact-icon--phone {
    background-color: #B83430;
}

.support-modal__contact-icon--email {
    background-color: #B83430;
}

.support-modal__contact-icon i,
.support-modal__contact-icon-img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.support-modal__contact-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.support-modal__contact-label {
    font-size: 14px;
    color: #000;
}

.support-modal__contact-value {
    font-size: 16px;
    font-weight: 600;
    color: #B83430;
}

.support-modal__divider {
    margin: 24px 0;
    border: none;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.support-modal__contact-info-section {
    margin-top: 8px;
}

.support-modal__section-title {
    font-size: 16px;
    font-weight: 600;
    color: #141920;
    margin: 0 0 12px 0;
}

.support-modal__callback-text {
    color: #000;
    font-size: 14px;
    margin-bottom: 32px;
    line-height: 1.5;
}

.support-modal__callback-form {
    margin-bottom: 0;
}

.support-modal__input {
    width: 100%;
    height: 48px;
    padding: 0 16px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: rgba(20, 25, 32, 0.05);
    font-size: 16px;
    color: #333;
}

    .support-modal__input::placeholder {
        color: #999;
    }

.support-modal__callback-row {
    display: flex;
    align-items: stretch;
    gap: 0;
}

.support-modal__country-code {
    flex-shrink: 0;
}

.modal-lg {
    width: 510px;
}

.support-modal__country-text {
    display: flex;
    align-items: center;
    height: 56px;
    padding: 0 16px;
    border: none;
    border-right: none;
    border-radius: 8px 0 0 8px;
    background-color: rgba(20, 25, 32, 0.05);
    font-size: 16px;
    color: #B83430;
}

.support-modal__phone-input {
    flex: 1;
    height: 56px;
    padding: 0 16px;
    border: none;
    background-color: rgba(20, 25, 32, 0.05);
    font-size: 16px;
    color: #333;
}

    .support-modal__phone-input::placeholder {
        color: #999;
    }

.support-modal__send-btn {
    height: 56px;
    padding: 0 24px;
    background-color: rgba(20, 25, 32, 0.05);
    color: #B83430;
    border: none;
    border-radius: 0 8px 8px 0;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
}

    .support-modal__send-btn:hover {
        background-color: #9a2824;
        color: #fff;
    }

.mtpl-actions {
    height: 440px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 16px;
}

.mtpl-undo-btn {
    display: flex;
    width: 40px;
    height: 40px;
    padding: 0 16px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 3;
    background: rgba(20, 25, 32, 0.05);
    border-radius: 1000px;
    cursor: pointer;
}

.is-invalid {
    border: 1px solid #B83430 !important;
}

.mtpl-package-cards-container .price-amount,
.mtpl-package-cards-container .currency-symbol-display {
    font-size: 24px;
}

/* Inline contact info form styles */
.contact-info-form {
    height: 400px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 16px;
}

.phone-input {
    font-size: 14px;
    background: #fff;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-family: "Google Sans" !important;
    flex: 1;
    height: 56px;
    padding: 0 16px;
    border: none;
    color: #333;
}

.country-text {
    font-size: 14px;
    font-family: "Google Sans" !important;
    color: #B83430;
    display: flex;
    align-items: center;
    height: 56px;
    padding: 0 16px;
    border: none;
    border-right: none;
    border-radius: 16px 0 0 16px;
    background-color: #fff;
}

.callback-row {
    display: flex;
    align-items: stretch;
    gap: 0;
    width: 40%;
}

/* Seventh step – phone row styled like contact-info-form */
.mtpl-seventh-step-phone-row {
    display: flex;
    align-items: stretch;
    gap: 0;
    width: 100%;
}

.mtpl-seventh-step-country {
    font-size: 14px;
    font-family: "Google Sans" !important;
    color: #B83430;
    display: flex;
    align-items: center;
    height: 56px;
    padding: 0 16px;
    border: none;
    border-right: none;
    border-radius: 16px 0 0 16px;
    background-color: #fff;
}

.mtpl-seventh-step-input#mtplOwnerPhoneNumber {
    font-size: 14px;
    background: #fff;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    font-family: "Google Sans" !important;
    flex: 1;
    height: 56px;
    padding: 0 16px;
    border: none;
    color: #333;
}

/* Hide default mm/dd/yyyy text for HTML date input in seventh step */
#mtplOwnerBirthDate::-webkit-datetime-edit {
    color: transparent;
}

#mtplOwnerBirthDate:focus::-webkit-datetime-edit,
#mtplOwnerBirthDate:not(:placeholder-shown)::-webkit-datetime-edit {
    color: inherit;
}

/* Contact success view (after CallAgent success in second-step-no) */
.second-step-no.mtpl-step {
    display: flex;
    flex-direction: column;
}

.mtpl-contact-success {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 320px;
    padding: 24px;
}

.mtpl-contact-success__card {
    border-radius: 16px;
    padding: 48px 40px;
    max-width: 440px;
    width: 100%;
    height: 440px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.mtpl-contact-success__icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.04), 0 0 0 0.5px rgba(0, 0, 0, 0.10);
}

    .mtpl-contact-success__icon img {
        width: 40px;
        height: 40px;
        object-fit: contain;
    }

.mtpl-contact-success__title {
    font-size: 24px;
    font-weight: 700;
    color: #141920;
    margin: 0 0 20px 0;
    line-height: 1.3;
}

.mtpl-contact-success__text {
    font-size: 14px;
    color: rgba(20, 25, 32, 0.7);
    margin: 0;
    line-height: 1.5;
}

/* MTPL payment iterations step */
.mtpl-payment-iterations-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 24px;
}

.mtpl-payment-iteration-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 24px;
    border-radius: 16px;
    background: #FFFFFF;
    border: 1px solid rgba(20, 25, 32, 0.08);
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

    .mtpl-payment-iteration-row:hover {
        border-color: rgba(20, 25, 32, 0.18);
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    }

    .mtpl-payment-iteration-row.selected {
        border-color: #B83430;
        box-shadow: 0 0 0 1px rgba(184, 52, 48, 0.08);
    }

.mtpl-payment-iteration-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.payments-container {
    height: 440px;
    width: 70%;
    margin: auto;
}

#mtplPaymentIterationsContent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.mtpl-payment-iteration-radio {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid rgba(20, 25, 32, 0.18);
    box-sizing: border-box;
    position: relative;
}

.mtpl-payment-iteration-row.selected .mtpl-payment-iteration-radio {
    border-color: #B83430;
}

    .mtpl-payment-iteration-row.selected .mtpl-payment-iteration-radio::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #B83430;
        transform: translate(-50%, -50%);
    }

.mtpl-payment-iteration-title {
    font-size: 16px;
    font-weight: 600;
    color: #141920;
}

.mtpl-payment-iteration-right {
    text-align: right;
}

.mtpl-payment-iteration-price {
    display: flex;
    align-items: baseline;
    gap: 4px;
    font-size: 14px;
    font-weight: 500;
    color: #141920;
}

.mtpl-payment-iteration-amount {
    font-size: 18px;
    font-weight: 700;
}

.mtpl-payment-iteration-currency {
    font-size: 16px;
    font-weight: 700;
}

.mtpl-payment-iteration-old-amount,
.mtpl-payment-iteration-old-currency {
    font-size: 14px;
    font-weight: 700;
    color: #999;
    text-decoration: line-through;
    margin-left: 4px;
}

.mtpl-payment-iteration-meta {
    margin-left: 4px;
    color: rgba(20, 25, 32, 0.6);
}

/* MTPL promo code section (payment step) */
.mtpl-promo-section {
    display: flex;
    justify-content: center;
    margin-top: 24px;
}

input[type="checkbox"] {
    border-radius: 10px;
    width: 20px;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
    accent-color: #B83430;
    padding: 0;
    margin: 0;
    height: 20px;
    cursor: pointer;
}

.mtpl-promo-form {
    width: 100%;
}

.mtpl-promo-left {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.mtpl-promo-title-row {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #141920;
}

.mtpl-promo-subtitle {
    font-size: 12px;
    color: rgba(20, 25, 32, 0.6);
}

.mtpl-promo-apply-btn {
    background: transparent;
    border: none;
    color: #B83430;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    padding: 0;
}

.mtpl-promo-input-wrapper {
    margin-top: 12px;
}

.mtpl-promo-activate-btn {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    color: #B83430;
    font-size: 14px;
    font-weight: 600;
    padding: 0;
    cursor: pointer;
    z-index: 2;
}

    .mtpl-promo-activate-btn:disabled {
        opacity: 0.5;
        cursor: not-allowed;
    }

.mtpl-promo-tick {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.mtpl-promo-times {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #B83430;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

/* Give space for right-side button/icons */
#mtplPromoCode {
    padding-right: 110px;
}

/* Final summary step */
.mtpl-summary-card {
    margin-top: 24px;
    border-radius: 24px;
    background: #FFFFFF;
    box-shadow: 0 8px 30px rgba(15, 23, 42, 0.12);
    padding: 32px 4px 0 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

/* Summary scrollbar styling */
.mtpl-summary-right {
    scrollbar-width: thin;
    scrollbar-color: rgba(20, 25, 32, 0.10) transparent;
}

    .mtpl-summary-right ::-webkit-scrollbar {
        width: 4px;
    }

    .mtpl-summary-right ::-webkit-scrollbar-track {
        background: transparent;
    }

    .mtpl-summary-right ::-webkit-scrollbar-thumb {
        background-color: rgba(20, 25, 32, 0.10);
        border-radius: 999px;
    }

/* Softer modal backdrop for MTPL pages */
.modal-backdrop.show {
    background-color: rgba(20, 25, 32, 0.35);
}

/* Legal modals (terms / marketing) */
.mtpl-legal-modal .modal-dialog {
    max-width: 820px;
}

.mtpl-legal-modal .modal-content {
    border-radius: 24px;
    border: none;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.20);
    padding: 32px 32px 24px;
    position: relative;
}

.mtpl-legal-modal__close {
    position: absolute;
    right: 24px;
    top: 24px;
    border: none;
    background: transparent;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    color: #141920;
}

.mtpl-legal-modal__body {
    display: flex;
    flex-direction: column;
    max-height: 65vh;
}

.mtpl-legal-modal__title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 16px;
}

.mtpl-legal-modal__scroll {
    flex: 1;
    overflow-y: auto;
    padding-right: 8px;
}

    .mtpl-legal-modal__scroll::-webkit-scrollbar {
        width: 4px;
    }

    .mtpl-legal-modal__scroll::-webkit-scrollbar-thumb {
        background: rgba(20, 25, 32, 0.10);
        border-radius: 999px;
    }

.mtpl-legal-modal__footer {
    display: flex;
    justify-content: center;
    margin-top: 24px;
}

.mtpl-legal-modal__confirm {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: none;
    background: #B83430;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.mtpl-summary-left {
    display: flex;
    flex-direction: column;
    padding-right: 24px;
}

.mtpl-summary-right {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-height: 300px;
    overflow-y: auto;
    border-left: 1px solid rgba(20, 25, 32, 0.1);
    padding-left: 24px;
}

.mtpl-summary-section-title {
    font-size: 14px;
    font-weight: 600;
    color: rgba(20, 25, 32, 0.7);
}

.mtpl-summary-coverage-name {
    font-size: 18px;
    font-weight: 700;
    color: #141920;
}

#mtplSummaryOwnerBlock {
    gap: 12px;
    display: flex;
    flex-direction: column;
}

.mtpl-summary-row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    font-size: 14px;
}

.mtpl-summary-right h4 {
    color: rgba(20, 25, 32, 0.5);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.24px;
}

.mtpl-summary-label-red {
    color: #B83430;
}

.mtpl-summary-label {
    color: rgba(20, 25, 32, 0.5);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.mtpl-summary-value {
    color: #141920;
    font-weight: 500;
}

.mtpl-summary-note {
    margin-top: 12px;
    padding: 12px 16px;
    border-radius: 16px;
    background: rgba(20, 25, 32, 0.03);
    font-size: 13px;
    color: rgba(20, 25, 32, 0.7);
}

.mtpl-summary-checkboxes .form-check {
    margin-bottom: 8px;
}

.mtpl-summary-checkboxes .form-check-label {
    font-size: 13px;
    color: rgba(20, 25, 32, 0.8);
}

.mtpl-summary-currency {
    border: 1px solid #B83430;
    padding: 2px;
    border-radius: 50%;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    height: 16px;
    width: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.mtpl-seventh-step-row {
    margin-top: 16px !important;
}

.mtpl-seventh-step-content {
    height: 440px;
    width: 70%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#mtplOwnerBirthDate,
#mtplVehicleOwnerBirthDate {
    display: flex;
    height: 56px;
    padding: 20px 12px 8px;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
    align-self: stretch;
    border-radius: 16px;
    border: none;
}

.mtpl-seventh-step-note {
    color: var(--text-icons-secondary, rgba(20, 25, 32, 0.50));
    font-family: "Google Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}

/* MTPL birth date calendar styling */
.daterangepicker {
    border: none;
    border-radius: 16px;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.25);
    font-family: "Google Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: #141920;
    padding: 12px 16px 14px;
}

    .daterangepicker .drp-calendar {
        padding: 0 8px 4px;
    }

    .daterangepicker .calendar-table {
        border: none;
    }

        .daterangepicker .calendar-table th,
        .daterangepicker .calendar-table td {
            width: 34px;
            height: 32px;
            border-radius: 999px;
        }

        .daterangepicker .calendar-table th {
            font-size: 11px;
            font-weight: 500;
            text-transform: uppercase;
            letter-spacing: 0.04em;
            color: rgba(20, 25, 32, 0.6);
        }

    .daterangepicker td.available {
        color: rgba(20, 25, 32, 0.8);
    }

    .daterangepicker td.off,
    .daterangepicker td.disabled {
        color: rgba(20, 25, 32, 0.3);
    }

    .daterangepicker td.available:hover {
        background: rgba(0, 102, 255, 0.08);
        color: #B83430;
    }

    .daterangepicker td.active,
    .daterangepicker td.active:hover {
        background: #B83430;
        color: #FFFFFF !important;
    }

    .daterangepicker select.monthselect,
    .daterangepicker select.yearselect {
        border-radius: 999px;
        border: none;
        background: rgba(15, 23, 42, 0.04);
        font-size: 12px;
        padding: 4px 8px;
        margin: 0 2px 10px;
    }

    .daterangepicker .drp-buttons {
        border-top: none;
        padding-top: 6px;
    }

        .daterangepicker .drp-buttons .btn {
            border-radius: 999px;
            padding: 4px 14px;
            font-size: 13px;
        }

        .daterangepicker .drp-buttons .btn-primary {
            background: #B83430;
            border-color: #B83430;
        }

.mtpl-legal-modal h5 {
    color: #141920;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}

.mtpl-legal-modal__title {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.4px;
}

@media (max-width: 768px) {
    body .support-modal.show {
        display: flex !important;
        align-items: flex-end;
        padding: 0;
        overflow: hidden;
    }

        body .support-modal.show .modal-dialog {
            max-width: 100%;
            margin: 0;
            flex-shrink: 0;
        }

    body .support-modal .modal-content {
        border-radius: 24px 24px 12px 12px;
        overflow: hidden;
        top: calc(100vh - 620px);
        min-width: 360px;
        width: 100vw;
        /* min-height: 700px; */
        position: absolute;
    }

    .opacity-bg {
        z-index: -1;
    }

    .mtpl-summary-card {
        grid-template-columns: 1fr;
        padding: 24px 20px 20px;
    }

    .support-modal__title {
        font-size: 18px;
    }

    .support-modal__body {
        padding: 16px 20px 64px 20px;
    }

    .support-modal__contact-icon {
        width: 40px;
        height: 40px;
        margin-right: 14px;
    }

        .support-modal__contact-icon i,
        .support-modal__contact-icon-img {
            width: 16px;
            height: 16px;
        }

    .support-modal__contact-label {
        font-size: 13px;
    }

    .support-modal__contact-value {
        font-size: 15px;
    }

    .support-modal__divider {
        margin: 32px 0;
    }

    .support-modal__callback-row {
        flex-wrap: nowrap;
    }

    .support-modal__country-text {
        padding: 0 12px;
        font-size: 15px;
    }

    .support-modal__phone-input {
        padding: 0 12px;
        font-size: 15px;
        min-width: 0;
    }

    .support-modal__send-btn {
        padding: 0 16px;
        font-size: 14px;
        flex-shrink: 0;
    }

    .default-logo {
        width: 66.667px;
        height: 40px;
    }

    .mtpl-summary-right {
        border-left: none;
        padding-left: 0;
        max-height: 1000px;
    }

    .mtpl-summary-left {
        padding-right: 0;
    }

    .mtpl-buy-page {
        background-image: url(/images/externalProducts/bg-mtpl.png);
        background-position: center right;
        background-size: cover;
        height: auto;
        padding: 80px 0;
        position: static !important;
    }
}

@media (max-width: 576px) {
    body .support-modal .modal-dialog {
        margin: 0 16px;
        max-width: calc(100% - 32px);
    }

    .footer-menu-item,
    .mtpl-footer-menu a {
        font-size: 10px !important;
    }

    .mtpl-footer-menu a {
        font-size: 14px;
    }

    .support-modal__country-text {
        padding: 0 10px;
    }

    .mtpl-buy-card__title {
        font-size: 24px;
        font-weight: 400;
    }

    .accept-text {
        font-size: 12px;
    }

    .support-modal__send-btn {
        padding: 0 14px;
    }

    .mtpl-buy-card {
        padding: 24px;
    }

    .mtpl-contact-success,
    .mtpl-contact-success__card {
        padding: 0;
    }

    .mtpl-contact-success__title {
        font-size: 20px;
    }

    .mtpl-bg {
        height: 1000px;
    }

    .mtpl-buy-insurance-btn {
        font-size: 14px;
    }

    .mtpl-buy-card__title {
        font-size: 22px;
    }


    .mtpl-third-step-inputs .mtpl-float-label {
        width: auto;
    }

    .mtpl-third-step-content {
        margin-top: 32px;
        text-align: center;
        padding: 0;
    }

    .mtpl-undo-btn-bottom {
        /* bottom: 20px; */
        top: auto;
    }

    .mtpl-buy-header-title {
        border-bottom: 1px solid rgba(20, 25, 32, 0.05);
        padding-bottom: 8px;
    }

    .mtpl-third-step-hint {
        font-size: 12px;
    }

    .mtpl-fifth-step-content,
    .mtpl-sixth-step-content {
        padding: 0;
        height: 500px;
    }

    .mtpl-fifth-step-bottom {
        padding: 0;
        margin-top: 0;
        flex-direction: column;
    }

    .mtpl-seventh-step-content {
        width: 100%;
        height: 500px;
    }

    .callback-row {
        width: auto;
    }

    .mtpl-legal-modal .modal-content {
        bottom: -27px;
        position: absolute;
        padding: 32px 16px;
    }

    /* .mtpl-buy-insurance-btn {
        position: absolute;
        right: 20px;
        bottom: 15px;
    } */

    .mtpl-vehicle-summary-card {
        flex-direction: column;
        min-width: auto;
    }

    .mtpl-vehicle-summary-info {
        align-items: center;
    }

    .mtpl-float-label label,
    .mtpl-payment-iteration-title {
        font-size: 14px;
    }

    .mtpl-payment-iteration-price {
        width: 100px;
        align-items: end;
        gap: 0;
    }

    .mtpl-buy-card .mtpl-package-card {
        width: 100% !important;
        margin-bottom: 0 !important;
    }

    .mtpl-package-cards-container .price-amount,
    .mtpl-package-cards-container .currency-symbol-display {
        font-size: 20px;
    }

    .payments-container {
        width: 100% !important;
    }

    .mtpl-payment-iteration-amount,
    .mtpl-payment-iteration-currency {
        font-size: 14px;
    }

    .mtpl-summary-coverage-name {
        font-size: 16px;
    }

    .mtpl-payment-iteration-row {
        padding: 14px 22px;
    }

    .mtpl-payment-iterations-list {
        gap: 8px;
    }

    .package-info,
    .package-info {
        font-size: 12px;
    }

        .package-info .mtpl-summary-label-red {
            white-space: nowrap;
        }

    .mtpl-summary-left {
        border-bottom: 1px solid rgba(20, 25, 32, 0.05);
        padding-bottom: 16px;
    }

    .mtpl-summary-right {
        margin-top: 16px;
    }


    .form-check {
        padding-left: 0;
    }

    .banner-bottom-side {
        border-radius: 32px !important;
        background: rgba(0, 0, 0, 0.10);
        backdrop-filter: blur(6px);
        padding: 0;
        bottom: 10%;
        color: #fff;
        width: 80%;
        left: 9%;
    }
}
