/*========================
 GLOBAL
=========================*/


.leapscore-wrapper {
    width: 100%;
    min-height: 100vh;
    background: #f5f7fb;
    padding-bottom: 10px;
}


/*========================
 HEADER
=========================*/

.nz-header {

    height: 80px;

    background: #fff;

    display: flex;

    justify-content: space-between;

    align-items: center;

    padding: 0 50px;

    box-shadow: 0 5px 20px rgba(0, 0, 0, .08);

    position: sticky;

    top: 0;

    z-index: 999;

}

.nz-logo {

    display: flex;

    align-items: center;

    gap: 18px;

}

.nz-logo img {

    width: 58px;

    height: 58px;

    border-radius: 14px;

}

.nz-logo h3 {

    font-size: 22px;

    color: #4d2ef5;

    margin-top: 23px;

}

.nz-logo p {

    color: #777;

    font-size: 14px;

}

.secure-payment {

    display: flex;

    align-items: center;

    gap: 15px;

    background: #eef9f2;

    padding: 10px 18px;

    border-radius: 14px;

}

.secure-icon {

    width: 45px;

    height: 45px;

    border-radius: 50%;

    display: flex;

    justify-content: center;

    align-items: center;

    background: #34c759;

    color: #fff;

    font-size: 22px;

}

.secure-payment h5 {

    margin: 0;

    color: #15803d;

    font-size: 15px;

}

.secure-payment span {

    font-size: 12px;

    color: #666;

}


/*========================
 BODY
=========================*/

.nz-body {

    max-width: 1450px;

    margin: 40px auto;

    display: grid;

    grid-template-columns: 430px 1fr;

    gap: 35px;

    padding: 0 30px;

    align-items: start;

}


/*========================
 LEFT PANEL
=========================*/

.left-banner {

    background: linear-gradient(160deg, #5a39ff, #7f63ff, #4b2ce5);

    border-radius: 28px;

    padding: 40px;

    color: #fff;

    position: sticky;

    top: 110px;

    overflow: hidden;

    box-shadow: 0 20px 50px rgba(83, 57, 255, .35);

}

.left-banner::before {

    content: "";

    width: 260px;

    height: 260px;

    position: absolute;

    border-radius: 50%;

    background: rgba(255, 255, 255, .08);

    top: -90px;

    right: -90px;

}

.left-banner::after {

    content: "";

    width: 180px;

    height: 180px;

    position: absolute;

    border-radius: 50%;

    background: rgba(255, 255, 255, .05);

    bottom: -60px;

    left: -60px;

}

.banner-top-tag {

    display: inline-block;

    background: rgba(255, 255, 255, .18);

    backdrop-filter: blur(12px);

    padding: 10px 18px;

    border-radius: 30px;

    font-size: 13px;

    margin-bottom: 28px;

}

.left-banner h1 {

    font-size: 40px;

    font-weight: 700;

    line-height: 48px;

    margin-bottom: 15px;

}

.left-banner h1 span {

    display: block;

    font-size: 18px;

    margin-top: 10px;

    font-weight: 500;

    opacity: .9;

}

.left-banner p {

    line-height: 28px;

    opacity: .95;

    margin-bottom: 35px;

}

.banner-image {

    display: flex;

    justify-content: center;

    margin-bottom: 35px;

}

.banner-image img {

    width: 180px;

}


/*========================
 FEATURE CARD
=========================*/

.feature-card {

    background: rgba(255, 255, 255, .12);

    backdrop-filter: blur(16px);

    border-radius: 22px;

    padding: 25px;

}

.feature-card h4 {

    margin-bottom: 22px;

    font-size: 20px;

}

.feature-item {

    display: flex;

    gap: 18px;

    align-items: flex-start;

    /* margin-bottom: 22px; */

    font-size: 26px;

}

.feature-item:last-child {

    margin-bottom: 0;

}

.feature-item strong {

    display: block;

    font-size: 16px;

    margin-bottom: 4px;

}

.feature-item p {

    margin: 0;

    font-size: 13px;

    opacity: .8;

    line-height: 20px;

}


/*========================
 RIGHT CARD
=========================*/

.payment-card {

    background: #fff;

    border-radius: 28px;

    padding: 40px;

    box-shadow: 0 15px 45px rgba(0, 0, 0, .08);

}

.card-header {

    margin-bottom: 35px;

}

.card-header h2 {

    font-size: 34px;

    color: #1f2937;

    margin-bottom: 8px;

}

.card-header p {

    color: #777;

    font-size: 15px;

}


/*========================
 FORM
=========================*/

form {

    width: 100%;

}

.form-group {

    margin-bottom: 24px;

}

.form-group label {

    display: block;

    margin-bottom: 8px;

    font-size: 15px;

    font-weight: 600;

    color: #2d2d2d;

}

.grid-2 {

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 20px;

}


/*========================
 REACT SELECT
=========================*/

.css-13cymwt-control,
.css-t3ipsp-control {

    min-height: 52px !important;

    border-radius: 14px !important;

    border: 1px solid #d9dbe8 !important;

    box-shadow: none !important;

}

.css-1fdsijx-ValueContainer {

    padding: 0 14px !important;

}

/*=====================================
 INPUTS
======================================*/

.form-group input,
.form-group select,
.form-group textarea {

    width: 100%;
    height: 54px;

    border: 1px solid #d8dce7;

    border-radius: 14px;

    padding: 0 18px;

    font-size: 15px;

    background: #fff;

    transition: .3s;

}

.form-group textarea {

    min-height: 120px;
    padding-top: 15px;

}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {

    outline: none;

    border-color: #5b3df5;

    box-shadow: 0 0 0 4px rgba(91, 61, 245, .12);

}

.error-input {

    border-color: #ff4d4f !important;

}

.error-text {

    display: block;

    margin-top: 6px;

    color: #ff4d4f;

    font-size: 13px;

}


/*=====================================
 PHONE INPUT
======================================*/

.react-tel-input {

    width: 100%;

}

.react-tel-input .form-control {

    width: 89% !important;

    height: 54px !important;

    border-radius: 14px !important;

    border: 1px solid #d8dce7 !important;

    font-size: 15px !important;

    padding-left: 10px !important;

    transition: .3s;

}

.react-tel-input .form-control:focus {

    border-color: #5b3df5 !important;

    box-shadow: 0 0 0 4px rgba(91, 61, 245, .12);

}

.react-tel-input .flag-dropdown {

    border-radius: 14px 0 0 14px !important;

    border: 1px solid #d8dce7 !important;

}


/*=====================================
 SUBJECT CARD
======================================*/

.subject-card {

    margin-top: 30px;

    border: 1px solid #ebeef6;

    border-radius: 20px;

    background: #fafbff;

    overflow: hidden;

}

.subject-header {

    background: #5b3df5;

    color: #fff;

    padding: 8px 22px;

}

.subject-header h3 {

    margin: 0;
    font-size: 20px;

}

.subject-header span {

    font-size: 13px;

    opacity: .85;

}

.subject-empty {

    padding: 35px;

    text-align: center;

    color: #777;

}

.subject-item {

    display: flex;

    justify-content: space-between;

    align-items: center;

    padding: 18px 22px;

    background: #fff;

    border-bottom: 1px solid #ececec;

    transition: .25s;

    cursor: pointer;

}

.subject-item:last-child {

    border-bottom: none;

}

.subject-item:hover {

    background: #f6f4ff;

}

.subject-item strong {

    display: block;

    font-size: 15px;

    color: #222;

}

.subject-item small {

    color: #777;

}

.subject-item input {

    width: 22px;

    height: 22px;

    accent-color: #5b3df5;

    cursor: pointer;

}


/*=====================================
 COUPON
======================================*/

.coupon-box {

    margin-top: 30px;

    display: flex;

    gap: 15px;

}

.coupon-box input {

    /* flex: 1; */
    width: 100%;
    height: 52px;

    border: 1px solid #d8dce7;

    border-radius: 14px;

    padding: 0 16px;

}

.coupon-box input:focus {

    outline: none;

    border-color: #5b3df5;

}

.coupon-box button {

    min-width: 130px;

    border: none;

    border-radius: 14px;

    background: linear-gradient(135deg, #ff4b8b, #ff8a00);

    color: #fff;

    font-weight: 600;

    cursor: pointer;

    transition: .3s;

}

.coupon-box button:hover {

    transform: translateY(-2px);

    box-shadow: 0 12px 25px rgba(255, 102, 102, .25);

}


/*=====================================
 PAYMENT SUMMARY
======================================*/

.summary-card {

    margin-top: 28px;

    background: #f7f8fc;

    border-radius: 18px;

    padding: 22px;

    border: 1px solid #eceff6;

}

.summary-row {

    display: flex;

    justify-content: space-between;

    align-items: center;

    margin-bottom: 14px;

    font-size: 15px;

}

.summary-row:last-child {

    margin-bottom: 0;

}

.summary-row.total {

    margin-top: 16px;

    padding-top: 16px;

    border-top: 1px dashed #d5d9e7;

    font-size: 20px;

    font-weight: 700;

}

.summary-row.total strong {

    color: #5b3df5;

}


/*=====================================
 TERMS
======================================*/

.terms-box {

    margin-top: 28px;

}

.terms-box label {

    display: flex;

    align-items: flex-start;

    gap: 12px;

    margin-bottom: 16px;

    cursor: pointer;

    font-size: 14px;

    line-height: 24px;

}

.terms-box input {

    width: 20px;

    height: 20px;

    accent-color: #5b3df5;

    margin-top: 2px;

}


/*=====================================
 PAY BUTTON
======================================*/

.payment-btn {

    width: 100%;

    margin-top: 35px;

    height: 70px;

    border: none;

    border-radius: 18px;

    background: linear-gradient(135deg, #5b3df5, #7b61ff);

    color: #fff;

    display: flex;

    justify-content: space-between;

    align-items: center;

    padding: 0 28px;

    cursor: pointer;

    transition: .35s;

    box-shadow: 0 20px 35px rgba(91, 61, 245, .28);

}

.payment-btn:hover {

    transform: translateY(-4px);

    box-shadow: 0 25px 45px rgba(91, 61, 245, .35);

}

.payment-btn small {

    display: block;

    opacity: .85;

    margin-bottom: 4px;

}

.payment-btn h2 {

    margin: 0;

    font-size: 26px;

    font-weight: 700;

}

.pay-arrow {

    width: 52px;

    height: 52px;

    border-radius: 50%;

    background: rgba(255, 255, 255, .18);

    display: flex;

    justify-content: center;

    align-items: center;

    font-size: 22px;

}


/*=====================================
 FOOTER
======================================*/

.bottom-features {

    margin: 45px auto;

    max-width: 1450px;

    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 20px;

    padding: 0 30px;

}

.bottom-features div {

    background: #fff;

    border-radius: 18px;

    padding: 20px;

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 12px;

    font-weight: 600;

    box-shadow: 0 10px 30px rgba(0, 0, 0, .06);

    transition: .3s;

}

.bottom-features div:hover {

    transform: translateY(-5px);

}

.bottom-features span {

    color: #333;

}

/*=========================================
 ANIMATIONS
==========================================*/

@keyframes fadeUp {

    from {

        opacity: 0;
        transform: translateY(30px);

    }

    to {

        opacity: 1;
        transform: translateY(0);

    }

}

.payment-card {

    animation: fadeUp .7s ease;

}

.left-banner {

    animation: fadeUp .6s ease;

}

.bottom-features div {

    animation: fadeUp .8s ease;

}

/*=========================================
 SCROLLBAR
==========================================*/

::-webkit-scrollbar {

    width: 8px;

}

::-webkit-scrollbar-track {

    background: #f3f4f8;

}


/*=========================================
 HOVER EFFECTS
==========================================*/

.form-group input:hover,
.form-group select:hover,
.form-group textarea:hover {

    border-color: #5b3df5;

}

.subject-item:hover {

    transform: translateX(6px);

}

.feature-item {

    transition: .3s;

}

.feature-item:hover {

    transform: translateX(8px);

}

.payment-btn:active {

    transform: scale(.98);

}

/*=========================================
 TABLET
==========================================*/

@media(max-width:1200px) {

    .nz-body {

        grid-template-columns: 320px 1fr;

        gap: 25px;

    }

    .left-banner {

        padding: 30px;

    }

    .left-banner h1 {

        font-size: 32px;

        line-height: 42px;

    }

    .card-header h2 {

        font-size: 28px;

    }

    .payment-card {

        padding: 30px;

    }

}

/*=========================================
 SMALL TABLET
==========================================*/

@media(max-width:992px) {

    .nz-header {

        padding: 20px;

        flex-direction: column;

        height: auto;

        gap: 15px;

    }

    .nz-body {

        grid-template-columns: 1fr;

    }

    .left-banner {

        position: relative;

        top: 0;

    }

    .grid-2 {

        grid-template-columns: 1fr;

    }

    .bottom-features {

        grid-template-columns: repeat(2, 1fr);

    }

}

/*=========================================
 MOBILE
==========================================*/

@media(max-width:768px) {

    .leapscore-wrapper {

        padding-bottom: 30px;

    }

    .nz-header {

        padding: 15px;

    }

    .nz-logo {

        gap: 10px;

    }

    .nz-logo img {

        width: 48px;

        height: 48px;

    }

    .nz-logo h3 {

        font-size: 18px;

    }

    .secure-payment {

        width: 100%;

        justify-content: center;

    }

    .nz-body {

        padding: 15px;

        margin: 20px auto;

    }

    .left-banner {

        padding: 25px;

        border-radius: 22px;

    }

    .left-banner h1 {

        font-size: 28px;

        line-height: 36px;

    }

    .banner-image img {

        width: 120px;

    }

    .feature-card {

        padding: 18px;

    }

    .feature-item {

        font-size: 20px;

        gap: 12px;

    }

    .feature-item strong {

        font-size: 15px;

    }

    .payment-card {

        padding: 22px;

        border-radius: 22px;

    }

    .card-header {

        margin-bottom: 25px;

    }

    .card-header h2 {

        font-size: 24px;

    }

    .card-header p {

        font-size: 13px;

    }

    .form-group {

        margin-bottom: 18px;

    }

    .form-group input,
    .form-group select {

        height: 48px;

        font-size: 14px;

    }

    .react-tel-input .form-control {

        height: 48px !important;

    }

    .subject-header {

        padding: 15px;

    }

    .subject-header h3 {

        font-size: 18px;

    }

    .subject-item {

        padding: 15px;

    }

    .subject-item strong {

        font-size: 14px;

    }

    .subject-item small {

        font-size: 12px;

    }

    .coupon-box {

        flex-direction: column;

    }

    .coupon-box input {

        height: 48px;

        font-size: 14px;

    }

    .coupon-box button {

        width: 100%;

        height: 48px;

    }

    .summary-card {

        padding: 18px;

    }

    .summary-row {

        font-size: 14px;

    }

    .summary-row.total {

        font-size: 18px;

    }

    .payment-btn {

        height: 62px;

        padding: 0 20px;

    }

    .payment-btn h2 {

        font-size: 22px;

    }

    .pay-arrow {

        width: 44px;

        height: 44px;

        font-size: 18px;

    }

    .bottom-features {

        grid-template-columns: 1fr;

        padding: 15px;

        margin-top: 30px;

    }

}

/*=========================================
 VERY SMALL MOBILE
==========================================*/

@media(max-width:480px) {

    .left-banner {

        padding: 20px;

    }

    .left-banner h1 {

        font-size: 24px;

    }

    .banner-top-tag {

        font-size: 11px;

        padding: 8px 12px;

    }

    .payment-card {

        padding: 18px;

    }

    .payment-btn {

        height: 58px;

    }

    .payment-btn h2 {

        font-size: 20px;

    }

    .pay-arrow {

        display: none;

    }

    .summary-row {

        font-size: 13px;

    }

    .feature-item {

        align-items: center;

    }

}

/*=========================================
 DISABLED BUTTON
==========================================*/

.payment-btn:disabled {

    background: #c9c9c9;

    cursor: not-allowed;

    box-shadow: none;

    transform: none;

    opacity: .75;

}

/*=========================================
 LOADER
==========================================*/

.loader-wrapper {

    display: flex;

    justify-content: center;

    align-items: center;

    height: 100vh;

    background: #f5f7fb;

}

/*=========================================
 CARD SHADOWS
==========================================*/

.subject-card,
.summary-card,
.feature-card {

    transition: .35s;

}

.subject-card:hover,
.summary-card:hover {

    box-shadow: 0 18px 40px rgba(0, 0, 0, .08);

}

/*=========================================
 IMAGE
==========================================*/

.banner-image img {

    max-width: 100%;

    height: auto;

    display: block;

    margin: auto;

}

/*=========================================
 END
==========================================*/