/*
|--------------------------------------------------------------------------
| KotKacheri Shared Lawyer Authentication Styles
|--------------------------------------------------------------------------
| Shared by:
| - /lawyer/register
| - /lawyer/login
|
| Keeping this CSS in one public asset allows the browser to cache it,
| reducing the white flash/blink between authentication pages.
*/

html,
body {
    background: #ffffff !important;
}

.kk-register-page,
.kk-login-page {
    opacity: 0;
    animation: kkAuthPageAppear 160ms ease-out forwards;
}

.kk-register-right,
.kk-login-right {
    background-color: #17110d;
}

@keyframes kkAuthPageAppear {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@media (prefers-reduced-motion: reduce) {
    .kk-register-page,
    .kk-login-page {
        opacity: 1;
        animation: none;
    }
}

/* ================================================================
   REGISTER PAGE
================================================================ */
:root {
                --kk-black: #0d0d0d;
                --kk-gold: #c88b28;
                --kk-gold-light: #e4b45f;
                --kk-brown: #613515;
                --kk-text: #181818;
                --kk-muted: #77736f;
                --kk-border: #dedbd7;
                --kk-soft: #fbfaf8;
                --kk-font-family: 'Poppins', Arial, sans-serif;
            }

            html,
            body {
                min-height: 100%;
                margin: 0 !important;
                background: #ffffff;
            }

            body {
                overflow-x: hidden;
            }

            .scroll-top,
            .circle-shape,
            body > footer,
            .footer-area,
            .footer-section {
                display: none !important;
            }

            .kk-register-page,
            .kk-register-page *,
            .kk-register-page *::before,
            .kk-register-page *::after {
                box-sizing: border-box;
            }

            .kk-register-page {
                min-height: 100vh;
                color: var(--kk-text);
                font-family: var(--kk-font-family) !important;
                background: #ffffff;
            }

            .kk-register-page h1,
            .kk-register-page h2,
            .kk-register-page h3,
            .kk-register-page h4,
            .kk-register-page h5,
            .kk-register-page h6,
            .kk-register-page p,
            .kk-register-page span,
            .kk-register-page strong,
            .kk-register-page label,
            .kk-register-page input,
            .kk-register-page button,
            .kk-register-page a,
            .kk-register-page small,
            .kk-register-page em,
            #existModalCenter,
            #existModalCenter h5,
            #existModalCenter h6,
            #existModalCenter button,
            #existModalCenter a {
                font-family: var(--kk-font-family) !important;
            }

            /* =====================================================
               HEADER
            ===================================================== */

            .kk-register-header {
                position: relative;
                z-index: 20;
                height: 96px;
                padding: 0 40px;
                display: flex;
                align-items: center;
                justify-content: space-between;
                background: #ffffff;
                border-bottom: 1px solid #ece9e4;
                box-shadow: 0 3px 14px rgba(26, 20, 13, 0.035);
            }

            .kk-register-brand {
                display: inline-flex;
                align-items: center;
                text-decoration: none;
            }

            .kk-register-brand img {
                width: auto;
                max-width: 235px;
                max-height: 62px;
                object-fit: contain;
            }

            .kk-register-header-actions {
                display: flex;
                align-items: center;
                gap: 22px;
            }

            .kk-register-header-login {
                display: flex;
                align-items: center;
                gap: 10px;
                color: #4f4a45;
                font-size: 14px;
            }

            .kk-register-header-login a {
                color: var(--kk-gold);
                font-weight: 700;
                text-decoration: none;
            }

            .kk-register-header-divider {
                width: 1px;
                height: 34px;
                background: #d7d2ca;
            }

            .kk-register-back-home {
                min-height: 46px;
                padding: 0 18px;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                gap: 8px;
                color: #312d29;
                font-size: 13px;
                font-weight: 700;
                background: #ffffff;
                border: 1px solid var(--kk-gold);
                border-radius: 8px;
                text-decoration: none;
                transition: 0.2s ease;
            }

            .kk-register-back-home:hover {
                color: #ffffff;
                background: var(--kk-gold);
            }

            /* =====================================================
               BODY LAYOUT
            ===================================================== */

            .kk-register-body {
                min-height: 100vh;
                display: grid;
                grid-template-columns: minmax(0, 56%) minmax(0, 44%);
                background: #ffffff;
            }

            /* =====================================================
               LEFT SIDE
            ===================================================== */

            .kk-register-left {
                position: relative;
                z-index: 4;
                padding: 26px 34px 34px;
                display: flex;
                align-items: center;
                justify-content: center;
                background:
                    radial-gradient(
                        circle at 0% 0%,
                        rgba(200, 139, 40, 0.045),
                        transparent 28%
                    ),
                    #ffffff;
            }

            .kk-register-card {
                width: min(100%, 715px);
                padding: 32px 38px 28px;
                background: rgba(255, 255, 255, 0.985);
                border: 1px solid #e3e0dc;
                border-radius: 15px;
                box-shadow:
                    0 20px 45px rgba(47, 37, 25, 0.07),
                    inset 0 1px 0 rgba(255, 255, 255, 0.92);
            }

            .kk-register-card-heading h1,
            .kk-register-card-heading .kk-register-single-title {
                margin: 0 !important;
                display: block !important;
                font-family: var(--kk-font-family) !important;
                font-size: clamp(30px, 2.55vw, 42px);
                line-height: 1.05;
                letter-spacing: -0.8px;
                white-space: nowrap !important;
            }

            .kk-register-card-heading h1 span,
            .kk-register-card-heading h1 strong {
                display: inline !important;
            }

            .kk-register-card-heading h1 span {
                color: #171717;
                font-weight: 800;
            }

            .kk-register-card-heading h1 strong {
                color: var(--kk-gold);
                font-weight: 500;
            }


            .kk-register-card-heading p {
                margin: 14px 0 28px;
                color: #5f5b56;
                font-size: 15px;
                line-height: 1.6;
            }

            /* =====================================================
               FORM
            ===================================================== */

            .kk-register-grid {
                display: grid;
                grid-template-columns: repeat(2, minmax(0, 1fr));
                gap: 18px 26px;
            }

            .kk-register-field {
                min-width: 0;
            }

            .kk-register-field--full {
                grid-column: 1 / -1;
            }

            .kk-register-field label,
            .kk-register-label {
                display: block;
                margin-bottom: 8px;
                color: #26221e;
                font-size: 13px;
                font-weight: 700;
            }

            .kk-register-field label span {
                color: var(--kk-gold);
            }

            .kk-register-input-wrap {
                position: relative;
            }

            .kk-register-input-wrap > i {
                position: absolute;
                top: 50%;
                left: 17px;
                z-index: 2;
                color: #bd8738;
                font-size: 20px;
                transform: translateY(-50%);
                pointer-events: none;
            }

            .kk-register-input-wrap input {
                width: 100%;
                height: 56px;
                padding: 0 48px 0 52px;
                color: #1d1b19;
                font-size: 14px;
                background: #ffffff;
                border: 1px solid #d8d5d1;
                border-radius: 9px;
                outline: none;
                transition:
                    border-color 0.2s ease,
                    box-shadow 0.2s ease,
                    background 0.2s ease;
            }

            .kk-register-input-wrap input::placeholder {
                color: #8d8d8d;
            }

            .kk-register-input-wrap input:focus {
                border-color: var(--kk-gold);
                background: #fffefa;
                box-shadow: 0 0 0 3px rgba(200, 139, 40, 0.09);
            }

            .kk-register-password-toggle {
                position: absolute;
                top: 50%;
                right: 12px;
                z-index: 4;
                width: 34px;
                height: 34px;
                padding: 0;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                color: #777777;
                font-size: 17px;
                background: transparent;
                border: 0;
                border-radius: 7px;
                transform: translateY(-50%);
                cursor: pointer;
            }

            .kk-register-password-toggle:hover {
                color: var(--kk-gold);
                background: #fff7e8;
            }

            .kk-register-error {
                display: block;
                margin-top: 6px;
                color: #b53030;
                font-size: 11px;
            }

            .kk-register-password-wrap .input-popup {
                position: absolute;
                z-index: 100;
                top: calc(100% + 8px);
                left: 0;
                width: 100%;
                padding: 10px 12px;
                display: none;
                background: #ffffff;
                border: 1px solid #e4d7c3;
                border-radius: 9px;
                box-shadow: 0 12px 28px rgba(52, 34, 17, 0.14);
            }

            .kk-register-password-wrap.hover-input-popup .input-popup {
                display: block;
            }

            .kk-register-password-wrap .input-popup p {
                margin: 2px 0;
                font-size: 10px;
                line-height: 1.35;
            }

            .kk-register-captcha {
                margin-top: 16px;
            }

            .kk-register-captcha > * {
                margin-bottom: 0 !important;
            }

            .kk-register-captcha iframe {
                max-width: 100%;
            }

            /* =====================================================
               POLICY
            ===================================================== */

            .kk-register-policy {
                margin: 16px 0 22px;
            }

            .kk-register-policy-label {
                position: relative;
                display: flex;
                align-items: flex-start;
                gap: 10px;
                color: #58534e;
                font-size: 12px;
                line-height: 1.55;
                cursor: pointer;
            }

            .kk-register-policy-label > input {
                position: absolute;
                opacity: 0;
                pointer-events: none;
            }

            .kk-register-policy-box {
                width: 21px;
                height: 21px;
                margin-top: 1px;
                flex: 0 0 21px;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                color: #ffffff;
                background: #ffffff;
                border: 1px solid #cfcac4;
                border-radius: 5px;
                transition: 0.2s ease;
            }

            .kk-register-policy-box i {
                opacity: 0;
                transform: scale(0.5);
                transition: 0.2s ease;
            }

            .kk-register-policy-label input:checked + .kk-register-policy-box {
                background: var(--kk-gold);
                border-color: var(--kk-gold);
            }

            .kk-register-policy-label input:checked + .kk-register-policy-box i {
                opacity: 1;
                transform: scale(1);
            }

            .kk-register-policy-text a {
                color: var(--kk-gold);
                font-weight: 700;
                text-decoration: none;
            }

            /* =====================================================
               BUTTONS / OR / LOGIN
            ===================================================== */

            .kk-register-submit {
                width: 100%;
                height: 60px;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                gap: 12px;
                color: #ffffff;
                font-size: 18px;
                font-weight: 800;
                background:
                    linear-gradient(
                        120deg,
                        #080808,
                        #151515
                    );
                border: 0;
                border-radius: 9px;
                box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
                cursor: pointer;
                transition:
                    transform 0.2s ease,
                    box-shadow 0.2s ease,
                    background 0.2s ease;
            }

            .kk-register-submit i {
                color: var(--kk-gold);
                font-size: 25px;
            }

            .kk-register-submit:hover,
            .kk-register-submit:focus,
            .kk-register-submit:active {
                color: #ffffff;
                background:
                    linear-gradient(
                        120deg,
                        #080808,
                        #151515
                    );
                box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
                transform: none;
                outline: none;
            }

            .kk-register-or {
                margin: 18px 0;
                display: flex;
                align-items: center;
                gap: 14px;
            }

            .kk-register-or span {
                height: 1px;
                flex: 1;
                background: #e2ded8;
            }

            .kk-register-or em {
                color: #928a82;
                font-size: 11px;
                font-style: normal;
                font-weight: 700;
            }

            .kk-register-bottom-login {
                display: flex;
                align-items: center;
                justify-content: center;
                gap: 7px;
                color: #393532;
                font-size: 14px;
            }

            .kk-register-bottom-login a {
                display: inline-flex;
                align-items: center;
                gap: 8px;
                color: var(--kk-gold);
                font-weight: 700;
                text-decoration: none;
            }

            .kk-register-bottom-login a i {
                font-size: 21px;
            }

            /* =====================================================
               RIGHT SIDE
            ===================================================== */

            .kk-register-right {
                position: relative;
                min-height: 100vh;
                overflow: hidden;
                background-position: center;
                background-repeat: no-repeat;
                background-size: cover;
            }

            .kk-register-right::before {
                content: '';
                position: absolute;
                top: -5%;
                left: -126px;
                z-index: 5;
                width: 168px;
                height: 110%;
                background: #ffffff;
                border-radius: 50%;
                pointer-events: none;
            }

            .kk-register-right-overlay {
                position: absolute;
                inset: 0;
                z-index: 1;
                background:
                    linear-gradient(
                        180deg,
                        rgba(8, 6, 4, 0.16) 0%,
                        rgba(8, 6, 4, 0.32) 30%,
                        rgba(8, 6, 4, 0.90) 100%
                    );
            }

            .kk-register-right-content {
                position: relative;
                z-index: 3;
                min-height: 100vh;
                padding: 48px 58px 40px 76px;
                display: flex;
                flex-direction: column;
                justify-content: flex-end;
                color: #ffffff;
            }

            .kk-register-hero-copy {
                max-width: 590px;
            }


            .kk-register-hero-copy h2 {
                margin: 0;
                display: flex;
                flex-direction: column;
                font-family: var(--kk-font-family) !important;
                font-size: clamp(33px, 3vw, 54px);
                line-height: 1.08;
                letter-spacing: -0.8px;
            }

            .kk-register-hero-copy h2 strong {
                color: var(--kk-gold);
                font-weight: 500;
            }

            .kk-register-hero-copy h2 span {
                color: #ffffff;
                font-weight: 700;
            }

            .kk-register-hero-copy p {
                max-width: 520px;
                margin: 22px 0 0;
                color: rgba(255, 255, 255, 0.88);
                font-size: 17px;
                line-height: 1.5;
            }

            .kk-register-hero-copy p strong {
                color: var(--kk-gold);
            }

            .kk-register-feature-row {
                margin-top: 36px;
                display: grid;
                grid-template-columns: repeat(3, minmax(0, 1fr));
                border-top: 1px solid rgba(255, 255, 255, 0.07);
                border-bottom: 1px solid rgba(255, 255, 255, 0.07);
            }

            .kk-register-feature {
                min-width: 0;
                padding: 22px 18px;
                display: flex;
                align-items: flex-start;
                gap: 12px;
                border-right: 1px solid rgba(221, 167, 81, 0.55);
            }

            .kk-register-feature:last-child {
                border-right: 0;
            }

            .kk-register-feature > i {
                flex: 0 0 auto;
                color: var(--kk-gold);
                font-size: 34px;
            }

            .kk-register-feature div {
                min-width: 0;
                display: flex;
                flex-direction: column;
                gap: 4px;
            }

            .kk-register-feature strong {
                color: #ffffff;
                font-size: 15px;
            }

            .kk-register-feature span {
                color: rgba(255, 255, 255, 0.78);
                font-size: 11px;
                line-height: 1.4;
            }

            .kk-register-social-proof {
                margin-top: 28px;
                padding: 16px 20px;
                display: flex;
                align-items: center;
                gap: 22px;
                background: rgba(255, 255, 255, 0.11);
                border: 1px solid rgba(255, 255, 255, 0.12);
                border-radius: 14px;
                backdrop-filter: blur(8px);
            }

            .kk-register-avatars {
                display: flex;
                align-items: center;
                flex: 0 0 auto;
            }

            .kk-register-avatars img,
            .kk-register-avatar-count,
            .kk-register-avatar-fallback {
                width: 42px;
                height: 42px;
                flex: 0 0 42px;
                margin-left: -9px;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                object-fit: cover;
                color: #ffffff;
                background: #2a2928;
                border: 2px solid #ffffff;
                border-radius: 50%;
            }

            .kk-register-avatars > :first-child {
                margin-left: 0;
            }

            .kk-register-avatar-count {
                font-size: 12px;
                font-weight: 800;
                background: #343230;
            }

            .kk-register-social-proof p {
                margin: 0;
                color: rgba(255, 255, 255, 0.9);
                font-size: 14px;
                line-height: 1.45;
            }

            /* =====================================================
               RESPONSIVE
            ===================================================== */

            @media (max-width: 1199px) {
                .kk-register-body {
                    grid-template-columns: minmax(0, 58%) minmax(0, 42%);
                }

                .kk-register-card {
                    padding: 28px 30px 24px;
                }

                .kk-register-right-content {
                    padding-left: 64px;
                    padding-right: 34px;
                }

                .kk-register-feature {
                    padding-left: 10px;
                    padding-right: 10px;
                }
            }

            @media (max-width: 991px) {
                .kk-register-header {
                    height: 82px;
                    padding: 0 24px;
                }

                .kk-register-brand img {
                    max-width: 190px;
                    max-height: 52px;
                }

                .kk-register-header-login,
                .kk-register-header-divider {
                    display: none;
                }

                .kk-register-body {
                    min-height: 100vh;
                    display: block;
                }

                .kk-register-left {
                    min-height: 100vh;
                    padding: 28px 22px 42px;
                }

                .kk-register-right {
                    display: none;
                }

                .kk-register-card {
                    max-width: 720px;
                }
            }

            @media (max-width: 575px) {
                .kk-register-header {
                    height: 72px;
                    padding: 0 16px;
                }

                .kk-register-brand img {
                    max-width: 150px;
                    max-height: 44px;
                }

                .kk-register-back-home {
                    min-height: 40px;
                    padding: 0 12px;
                    font-size: 11px;
                }

                .kk-register-left {
                    min-height: 100vh;
                    padding: 18px 13px 32px;
                    align-items: flex-start;
                }

                .kk-register-card {
                    padding: 25px 18px 22px;
                    border-radius: 12px;
                }

                .kk-register-card-heading h1,
                .kk-register-card-heading .kk-register-single-title {
                    font-size: 28px;
                    white-space: nowrap !important;
                }

                .kk-register-card-heading p {
                    margin-bottom: 23px;
                    font-size: 13px;
                }

                .kk-register-grid {
                    grid-template-columns: 1fr;
                    gap: 15px;
                }

                .kk-register-field--full {
                    grid-column: auto;
                }

                .kk-register-input-wrap input {
                    height: 52px;
                }

                .kk-register-submit {
                    height: 55px;
                    font-size: 16px;
                }

                .kk-register-bottom-login {
                    flex-wrap: wrap;
                    font-size: 13px;
                }
            }

            @media (min-width: 992px) and (max-height: 800px) {
                .kk-register-header {
                    height: 76px;
                }

                .kk-register-body,
                .kk-register-right,
                .kk-register-right-content {
                    min-height: 100vh;
                }

                .kk-register-left {
                    padding-top: 18px;
                    padding-bottom: 18px;
                }

                .kk-register-card {
                    padding-top: 23px;
                    padding-bottom: 21px;
                }

                .kk-register-card-heading h1,
                .kk-register-card-heading .kk-register-single-title {
                    font-size: 33px;
                    white-space: nowrap !important;
                }

                .kk-register-card-heading p {
                    margin: 12px 0 18px;
                    font-size: 13px;
                }

                .kk-register-grid {
                    gap: 11px 18px;
                }

                .kk-register-field label {
                    margin-bottom: 5px;
                    font-size: 11px;
                }

                .kk-register-input-wrap input {
                    height: 44px;
                }

                .kk-register-policy {
                    margin: 10px 0 12px;
                }

                .kk-register-submit {
                    height: 48px;
                    font-size: 15px;
                }

                .kk-register-or {
                    margin: 10px 0;
                }

                .kk-register-right-content {
                    padding-top: 28px;
                    padding-bottom: 24px;
                }

                .kk-register-hero-copy h2 {
                    font-size: 37px;
                }

                .kk-register-hero-copy p {
                    margin-top: 12px;
                    font-size: 14px;
                }

                .kk-register-feature-row {
                    margin-top: 18px;
                }

                .kk-register-feature {
                    padding-top: 13px;
                    padding-bottom: 13px;
                }

                .kk-register-social-proof {
                    margin-top: 15px;
                    padding: 11px 14px;
                }
            }

/* ================================================================
   LOGIN PAGE
================================================================ */
:root {
            --kk-black: #0d0d0d;
            --kk-gold: #c88b28;
            --kk-gold-light: #e4b45f;
            --kk-brown: #613515;
            --kk-text: #181818;
            --kk-muted: #77736f;
            --kk-border: #dedbd7;
            --kk-soft: #fbfaf8;
            --kk-font-family: 'Poppins', Arial, sans-serif;
        }

        html,
        body {
            min-height: 100%;
            margin: 0 !important;
            background: #ffffff;
        }

        body {
            overflow-x: hidden;
        }

        .scroll-top,
        .circle-shape,
        body > footer,
        .footer-area,
        .footer-section {
            display: none !important;
        }

        .kk-login-page,
        .kk-login-page *,
        .kk-login-page *::before,
        .kk-login-page *::after {
            box-sizing: border-box;
        }

        .kk-login-page {
            min-height: 100vh;
            color: var(--kk-text);
            font-family: var(--kk-font-family) !important;
            background: #ffffff;
        }

        .kk-login-page h1,
        .kk-login-page h2,
        .kk-login-page h3,
        .kk-login-page h4,
        .kk-login-page h5,
        .kk-login-page h6,
        .kk-login-page p,
        .kk-login-page span,
        .kk-login-page strong,
        .kk-login-page label,
        .kk-login-page input,
        .kk-login-page button,
        .kk-login-page a,
        .kk-login-page small,
        .kk-login-page em {
            font-family: var(--kk-font-family) !important;
        }

        /* =====================================================
           MAIN LAYOUT
        ===================================================== */

        .kk-login-body {
            min-height: 100vh;
            display: grid;
            grid-template-columns:
                minmax(0, 56%)
                minmax(0, 44%);
            background: #ffffff;
        }

        /* =====================================================
           LEFT SIDE
        ===================================================== */

        .kk-login-left {
            position: relative;
            z-index: 4;
            padding: 26px 34px 34px;
            display: flex;
            align-items: center;
            justify-content: center;
            background:
                radial-gradient(
                    circle at 0% 0%,
                    rgba(200, 139, 40, 0.045),
                    transparent 28%
                ),
                #ffffff;
        }

        .kk-login-card {
            width: min(100%, 715px);
            padding: 38px 42px 34px;
            background: rgba(255, 255, 255, 0.985);
            border: 1px solid #e3e0dc;
            border-radius: 15px;
            box-shadow:
                0 20px 45px rgba(47, 37, 25, 0.07),
                inset 0 1px 0 rgba(255, 255, 255, 0.92);
        }

        .kk-login-card-heading h1,
        .kk-login-card-heading .kk-login-single-title {
            margin: 0 !important;
            display: block !important;
            font-size: clamp(30px, 2.55vw, 42px);
            font-weight: 700;
            line-height: 1.05;
            letter-spacing: -0.8px;
            white-space: nowrap !important;
        }

        .kk-login-card-heading h1 span,
        .kk-login-card-heading h1 strong {
            display: inline !important;
        }

        .kk-login-card-heading h1 span {
            color: #171717;
            font-weight: 800;
        }

        .kk-login-card-heading h1 strong {
            color: var(--kk-gold);
            font-weight: 500;
        }

        .kk-login-card-heading p {
            margin: 14px 0 30px;
            color: #5f5b56;
            font-size: 15px;
            line-height: 1.6;
        }

        /* =====================================================
           FORM
        ===================================================== */

        .kk-login-field {
            margin-bottom: 19px;
        }

        .kk-login-field label,
        .kk-login-label {
            display: block;
            margin-bottom: 8px;
            color: #26221e;
            font-size: 13px;
            font-weight: 700;
        }

        .kk-login-field label span {
            color: var(--kk-gold);
        }

        .kk-login-input-wrap {
            position: relative;
        }

        .kk-login-input-wrap > i {
            position: absolute;
            top: 50%;
            left: 17px;
            z-index: 2;
            color: #bd8738;
            font-size: 20px;
            transform: translateY(-50%);
            pointer-events: none;
        }

        .kk-login-input-wrap input {
            width: 100%;
            height: 56px;
            padding: 0 48px 0 52px;
            color: #1d1b19;
            font-size: 14px;
            background: #ffffff;
            border: 1px solid #d8d5d1;
            border-radius: 9px;
            outline: none;
            transition:
                border-color 0.2s ease,
                box-shadow 0.2s ease,
                background 0.2s ease;
        }

        .kk-login-input-wrap input::placeholder {
            color: #8d8d8d;
        }

        .kk-login-input-wrap input:focus {
            border-color: var(--kk-gold);
            background: #fffefa;
            box-shadow:
                0 0 0 3px
                rgba(200, 139, 40, 0.09);
        }

        .kk-login-password-toggle {
            position: absolute;
            top: 50%;
            right: 12px;
            z-index: 4;
            width: 34px;
            height: 34px;
            padding: 0;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            color: #777777;
            font-size: 17px;
            background: transparent;
            border: 0;
            border-radius: 7px;
            transform: translateY(-50%);
            cursor: pointer;
        }

        .kk-login-password-toggle:hover {
            color: var(--kk-gold);
            background: #fff7e8;
        }

        .kk-login-error {
            display: block;
            margin-top: 6px;
            color: #b53030;
            font-size: 11px;
        }

        /* =====================================================
           OPTIONS
        ===================================================== */

        .kk-login-options {
            margin: 2px 0 20px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 16px;
        }

        .kk-login-remember {
            position: relative;
            display: inline-flex;
            align-items: center;
            gap: 9px;
            color: #58534e;
            font-size: 12px;
            cursor: pointer;
        }

        .kk-login-remember > input {
            position: absolute;
            opacity: 0;
            pointer-events: none;
        }

        .kk-login-checkbox-box {
            width: 21px;
            height: 21px;
            flex: 0 0 21px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            color: #ffffff;
            background: #ffffff;
            border: 1px solid #cfcac4;
            border-radius: 5px;
            transition: 0.2s ease;
        }

        .kk-login-checkbox-box i {
            opacity: 0;
            transform: scale(0.5);
            transition: 0.2s ease;
        }

        .kk-login-remember input:checked +
        .kk-login-checkbox-box {
            background: var(--kk-gold);
            border-color: var(--kk-gold);
        }

        .kk-login-remember input:checked +
        .kk-login-checkbox-box i {
            opacity: 1;
            transform: scale(1);
        }

        .kk-login-forgot {
            color: var(--kk-gold);
            font-size: 12px;
            font-weight: 700;
            text-decoration: none;
        }

        .kk-login-forgot:hover {
            color: var(--kk-brown);
        }

        .kk-login-captcha {
            margin-bottom: 18px;
        }

        .kk-login-captcha > * {
            margin-bottom: 0 !important;
        }

        .kk-login-captcha iframe {
            max-width: 100%;
        }

        /* =====================================================
           BUTTON / OR / REGISTER
        ===================================================== */

        .kk-login-submit {
            width: 100%;
            height: 60px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            color: #ffffff;
            font-size: 18px;
            font-weight: 800;
            background:
                linear-gradient(
                    120deg,
                    #080808,
                    #151515
                );
            border: 0;
            border-radius: 9px;
            box-shadow:
                0 12px 25px
                rgba(0, 0, 0, 0.15);
            cursor: pointer;
            transition:
                transform 0.2s ease,
                box-shadow 0.2s ease,
                background 0.2s ease;
        }

        .kk-login-submit:hover,
        .kk-login-submit:focus,
        .kk-login-submit:active {
            color: #ffffff;
            background:
                linear-gradient(
                    120deg,
                    #080808,
                    #151515
                );
            box-shadow:
                0 12px 25px
                rgba(0, 0, 0, 0.15);
            transform: none;
            outline: none;
        }

        .kk-login-or {
            margin: 18px 0;
            display: flex;
            align-items: center;
            gap: 14px;
        }

        .kk-login-or span {
            height: 1px;
            flex: 1;
            background: #e2ded8;
        }

        .kk-login-or em {
            color: #928a82;
            font-size: 11px;
            font-style: normal;
            font-weight: 700;
        }

        .kk-login-bottom-register {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 7px;
            color: #393532;
            font-size: 14px;
        }

        .kk-login-bottom-register a {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            color: var(--kk-gold);
            font-weight: 700;
            text-decoration: none;
        }

        .kk-login-bottom-register a i {
            font-size: 21px;
        }

        /* =====================================================
           RIGHT SIDE
        ===================================================== */

        .kk-login-right {
            position: relative;
            min-height: 100vh;
            overflow: hidden;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
        }

        .kk-login-right::before {
            content: '';
            position: absolute;
            top: -5%;
            left: -126px;
            z-index: 5;
            width: 168px;
            height: 110%;
            background: #ffffff;
            border-radius: 50%;
            pointer-events: none;
        }

        .kk-login-right-overlay {
            position: absolute;
            inset: 0;
            z-index: 1;
            background:
                linear-gradient(
                    180deg,
                    rgba(8, 6, 4, 0.16) 0%,
                    rgba(8, 6, 4, 0.32) 30%,
                    rgba(8, 6, 4, 0.90) 100%
                );
        }

        .kk-login-right-content {
            position: relative;
            z-index: 3;
            min-height: 100vh;
            padding:
                48px
                58px
                40px
                76px;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            color: #ffffff;
        }

        .kk-login-hero-copy {
            max-width: 590px;
        }

        .kk-login-hero-copy h2 {
            margin: 0;
            display: flex;
            flex-direction: column;
            font-size: clamp(33px, 3vw, 54px);
            line-height: 1.08;
            letter-spacing: -0.8px;
        }

        .kk-login-hero-copy h2 strong {
            color: var(--kk-gold);
            font-weight: 500;
        }

        .kk-login-hero-copy h2 span {
            color: #ffffff;
            font-weight: 700;
        }

        .kk-login-hero-copy p {
            max-width: 520px;
            margin: 22px 0 0;
            color: rgba(255, 255, 255, 0.88);
            font-size: 17px;
            line-height: 1.5;
        }

        .kk-login-hero-copy p strong {
            color: var(--kk-gold);
        }

        .kk-login-social-proof {
            margin-top: 28px;
            padding: 16px 20px;
            display: flex;
            align-items: center;
            gap: 22px;
            background: rgba(255, 255, 255, 0.11);
            border:
                1px solid
                rgba(255, 255, 255, 0.12);
            border-radius: 14px;
            backdrop-filter: blur(8px);
        }

        .kk-login-avatars {
            display: flex;
            align-items: center;
            flex: 0 0 auto;
        }

        .kk-login-avatars img,
        .kk-login-avatar-count,
        .kk-login-avatar-fallback {
            width: 42px;
            height: 42px;
            flex: 0 0 42px;
            margin-left: -9px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            object-fit: cover;
            color: #ffffff;
            background: #2a2928;
            border: 2px solid #ffffff;
            border-radius: 50%;
        }

        .kk-login-avatars > :first-child {
            margin-left: 0;
        }

        .kk-login-avatar-count {
            font-size: 12px;
            font-weight: 800;
            background: #343230;
        }

        .kk-login-social-proof p {
            margin: 0;
            color: rgba(255, 255, 255, 0.9);
            font-size: 14px;
            line-height: 1.45;
        }

        /* =====================================================
           RESPONSIVE
        ===================================================== */

        @media (max-width: 1199px) {
            .kk-login-body {
                grid-template-columns:
                    minmax(0, 58%)
                    minmax(0, 42%);
            }

            .kk-login-card {
                padding: 32px 34px 28px;
            }

            .kk-login-right-content {
                padding-left: 64px;
                padding-right: 34px;
            }
        }

        @media (max-width: 991px) {
            .kk-login-body {
                min-height: 100vh;
                display: block;
            }

            .kk-login-left {
                min-height: 100vh;
                padding: 28px 22px 42px;
            }

            .kk-login-right {
                display: none;
            }

            .kk-login-card {
                max-width: 720px;
            }
        }

        @media (max-width: 575px) {
            .kk-login-left {
                min-height: 100vh;
                padding: 18px 13px 32px;
                align-items: flex-start;
            }

            .kk-login-card {
                padding: 25px 18px 22px;
                border-radius: 12px;
            }

            .kk-login-card-heading h1,
            .kk-login-card-heading
            .kk-login-single-title {
                font-size: 28px;
                white-space: nowrap !important;
            }

            .kk-login-card-heading p {
                margin-bottom: 23px;
                font-size: 13px;
            }

            .kk-login-input-wrap input {
                height: 52px;
            }

            .kk-login-options {
                align-items: flex-start;
                flex-direction: column;
                gap: 10px;
            }

            .kk-login-submit {
                height: 55px;
                font-size: 16px;
            }

            .kk-login-bottom-register {
                flex-wrap: wrap;
                font-size: 13px;
            }
        }

        @media (
            min-width: 992px
        ) and (
            max-height: 800px
        ) {
            .kk-login-left {
                padding-top: 18px;
                padding-bottom: 18px;
            }

            .kk-login-card {
                padding-top: 28px;
                padding-bottom: 24px;
            }

            .kk-login-card-heading h1,
            .kk-login-card-heading
            .kk-login-single-title {
                font-size: 33px;
                white-space: nowrap !important;
            }

            .kk-login-card-heading p {
                margin: 12px 0 22px;
                font-size: 13px;
            }

            .kk-login-field {
                margin-bottom: 14px;
            }

            .kk-login-input-wrap input {
                height: 48px;
            }

            .kk-login-options {
                margin-bottom: 14px;
            }

            .kk-login-captcha {
                margin-bottom: 13px;
            }

            .kk-login-submit {
                height: 50px;
                font-size: 15px;
            }

            .kk-login-or {
                margin: 12px 0;
            }

            .kk-login-right-content {
                padding-top: 28px;
                padding-bottom: 24px;
            }

            .kk-login-hero-copy h2 {
                font-size: 37px;
            }

            .kk-login-hero-copy p {
                margin-top: 12px;
                font-size: 14px;
            }

            .kk-login-social-proof {
                margin-top: 15px;
                padding: 11px 14px;
            }
        }