
/* 
body {
    background: #1a1a2e;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
} */

/* ── Main Modal ── */
.offshoring_exit_popup_form .modal-dialog {
    max-width: 480px;
}

.offshoring_exit_popup_form .modal-content {
    border: none;
    border-radius: 20px;
    overflow: hidden;
    background: url('../images/risk-free-offshoring-popup/risk-free-offshoring-popup-bg.png');
    background-repeat: no-repeat; 
    background-size: cover;
    box-shadow: 0 24px 64px rgba(0,0,0,0.25);
}

.offshoring_exit_popup_form .modal-header {
    background: transparent;
    border-bottom: none;
    padding: 16px 14px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-bottom: 12px;
}

.offshoring_exit_popup_form .mycpe-logo {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: -0.3px;
}
.offshoring_exit_popup_form .mycpe-logo .logo-icon {
    width: 28px;
    height: 28px;
}
.offshoring_exit_popup_form .mycpe-logo .word-my  { color: #5b5fc7; }
.offshoring_exit_popup_form .mycpe-logo .word-cpe { color: #1e1e5c; }
.offshoring_exit_popup_form .mycpe-logo .word-one { color: #7ec8e3; }

.offshoring_exit_popup_form .btn-close {
    opacity: 0.45;
    font-size: 0.8rem;
    position: absolute;
    right: 24px;
    top: 28px;
}

.offshoring_exit_popup_form .modal-headline {
    text-align: center;
    padding: 0;
}
.offshoring_exit_popup_form .modal-headline h2 {
    margin: 0;
    color: var(--Theme-Dark-Blue-800, #26244A);
    text-align: center;
    font-family: Inter;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: inherit;
    letter-spacing: -0.84px;
    padding-bottom: 10px;
}

.offshoring_exit_popup_form .badge-lookin {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #1e2d6b;
    padding: 4px 16px;
    border-radius: 50px;
    margin: 0 0 16px;
    color: var(--White, #FFF);
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0.36px;
}
.offshoring_exit_popup_form .badge-lookin svg { flex-shrink: 0; }

.offshoring_exit_popup_form .modal-illustration {
    text-align: center;
    padding: 0 20px 28px;
    position: relative;
    height: inherit;
}
.offshoring_exit_popup_form .modal-illustration img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    mix-blend-mode: darken;
    max-width: 300px;
}
/* SVG globe illustration built inline */
.offshoring_exit_popup_form .globe-wrap {
    position: relative;
    display: inline-block;
    margin-top: 4px;
}

.offshoring_exit_popup_form .modal-body {
    padding: 0 24px 4px;
    background: transparent;
}

.offshoring_exit_popup_form .form-field {
    width: 100%;
    outline: none;
    transition: border-color 0.2s;
    display: block;
    border-radius: 4px;
    border: 1px solid var(--Text-Grey-300, #D0D5DD);
    background: var(--White, #FFF);
    color: var(--Text-Grey-900, #101828);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding: 10px 16px;
}
.offshoring_exit_popup_form .form-field:focus {
    border-color: #5b5fc7;
    color: #1a1a4e;
}
.offshoring_exit_popup_form .form-field::placeholder { color: #aab0cc; }

.offshoring_exit_popup_form .btn-book {
    width: 100%;
    letter-spacing: 0.1em;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: background 0.2s, transform 0.15s;
    margin-top: 4px;
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    border-radius: 4px;
    background: var(--Theme-Blue-500, #3A58EF);
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    padding: 10px 20px;
}
.offshoring_exit_popup_form .btn-book:hover  { 
    transform: translateY(0px);
    border-radius: 4px;
    background: var(--Theme-Blue-800, #182878);
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
 }
.offshoring_exit_popup_form .btn-book:active { transform: translateY(0); }

.offshoring_exit_popup_form .no-obligation {
    text-align: center;
    padding: 10px 0 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: var(--Text-Grey-600, #475467);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}

/* ── Thank-You Modal ── */
#thankYouModal .modal-dialog {
    max-width: 440px;
}

#thankYouModal .modal-content {
    border: none;
    border-radius: 20px;
    background: linear-gradient(160deg, #dde8ff 0%, #eef3ff 40%, #f5f0ff 100%);
    box-shadow: 0 24px 64px rgba(0,0,0,0.28);
    text-align: center;
    overflow: hidden;
}

#thankYouModal .modal-header {
    background: transparent;
    border-bottom: none;
    justify-content: flex-end;
    padding: 0;
    position: relative;
}

#thankYouModal .modal-dialog button.btn-close {
    position: absolute;
    top: 28px;
    right: 24px;
    z-index: 9;
}

#thankYouModal .modal-body {
    padding: 24px;
}

.ty-badge {
    width: 100px;
    height: 100px;
    margin: 0 auto 24px;
}

.ty-title {
    margin-bottom: 8px;
    color: var(--Theme-Dark-Blue-800, #26244A);
    text-align: center;
    font-family: Inter;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 54px;
    letter-spacing: -0.84px;
}

.ty-subtitle {
    margin-bottom: 8px;
    color: var(--Theme-Dark-Blue-800, #26244A);
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}

.ty-body {
    margin-bottom: 24px;
    color: var(--Text-Grey-700, #344054);
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.btn-ok {
    width: 100%;
    border: none;
    transition: background 0.2s;
    border-radius: 4px;
    background: var(--Theme-Blue-500, #3A58EF);
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    padding: 12px 20px;
}
.btn-ok:hover { 
    border-radius: 4px;
    background: var(--Theme-Blue-800, #182878);
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}

.offshoring_exit_popup_form.modal.show .modal-dialog {
    margin-top: 16px;
    margin-bottom: 0;
}

body.modal-open {
    overflow: hidden;
}



@media screen and (max-width:1366.51px) {
    .offshoring_exit_popup_form.modal.show .modal-dialog {
        margin-top: 10px;
        margin-bottom: 0;
    }

    .offshoring_exit_popup_form .mycpe-logo img.MYCPE_Logo_Img {
        max-height: 30px;
    }

    .offshoring_exit_popup_form .modal-headline h2 {
        font-size: 20px;
        line-height: 24px;
        padding-bottom: 10px;
    }

    .offshoring_exit_popup_form .badge-lookin {
        padding: 2px 16px;
        margin: 0 0 10px;
        font-size: 14px;
        line-height: inherit;
    }

    .offshoring_exit_popup_form .modal-illustration {
        padding: 0 20px 12px;
        height: inherit;
    }

    .offshoring_exit_popup_form .modal-illustration img {
        max-width: 250px;
        max-height: inherit;
    }

    .offshoring_exit_popup_form .form-field {
        padding: 8px 16px;
    }

    span.text-danger {
        min-height: 12px !important;
    }

    .offshoring_exit_popup_form .btn-book {
        font-size: 14px;
        line-height: inherit;
    }

    .offshoring_exit_popup_form .badge-lookin svg {
        width: 18px;
    }

}

@media screen and (max-width:991px) {

    
}

@media screen and (max-width:767px) {
    

}

@media screen and (max-width:580px) {
    
}

@media screen and (max-width:480px) {
   
}

@media only screen and (max-width:767px) {
    
}
