        /* --- Global Styles --- */
        body {
            font-family: 'Poppins', sans-serif;
            background-color: #ffffff;
            color: #333333;
            overflow-x: hidden;
        }

        html,
        body {
            overflow-x: hidden;
        }

        /* --- Layout Containers --- */
        .main-wrapper {
            padding: 20px;
            height: 100vh;
            min-height: 800px;
        }

        /* --- Left Panel (Visuals) --- */
        .left-panel {
            /* background: url("/assets/img/starlfinx_login/left-panel-bg-2X.png") center/cover no-repeat; */
            background: url("/assets/img/starlfinx_login/left-panel-bg-2X.png");

            background-repeat: no-repeat;
            background-size: cover;
            background-position: bottom;

            border-radius: 25px;
            position: relative;
            overflow: hidden;
            color: white;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        }

        /* Floating Icons */
        .float-icon {
            position: absolute;
            z-index: 3;
        }

        .icon-briefcase {
            top: 12%;
            left: 25%;
        }

        .icon-medal {
            top: 12%;
            right: 30%;
        }

        .icon-lightning {
            top: 22%;
            left: 8%;
        }

        .icon-lightning{
            width: 30px;
            height: 30px;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            background-color: #fff;
            border: 0.49px solid var(--Colors-Grey-300, #C4C4C4)
        }

        .icon-lightning svg{
            width: 20px;
            image-rendering: -webkit-optimize-contrast;
            backface-visibility: hidden;
            transform: translateZ(0);
            shape-rendering: geometricPrecision;
            flex-shrink: 0;
        }

        .icon-clock {
            top: 22%;
            right: 10%;
        }

        /* Left Panel Content */
        .left-content {
            position: relative;
            z-index: 10;
            padding: 40px;
            padding-top: 12%;
        }

        .badge-smart {
            border: 1px solid rgba(255, 255, 255, 0.3);
            border-radius: 30px;
            padding: 6px 20px;
            font-size: 10px;
            letter-spacing: 1px;
            text-transform: uppercase;
            display: inline-block;
            margin-bottom: 25px;
            background: rgba(255, 255, 255, 0.05);
            backdrop-filter: blur(16px);
        }

        .main-heading {
            font-size: 42px;
            font-weight: 600;
            margin-bottom: 15px;
            line-height: 1.2;
        }

        .text-purple-light {
            color: #b783eb;
        }

        .sub-heading {
            font-size: 16px;
            font-weight: 300;
            opacity: 0.9;
            max-width: 450px;
            margin: 0 auto;
            line-height: 1.6;
        }

        /* --- Right Panel (Form) --- */
        .right-panel {
            padding: 40px;
        }

        .form-container {
            width: 100%;
            max-width: 420px;
            margin: 0 auto;
        }

        .brand-logo-main {
            display: flex;
            justify-content: center;
            margin-bottom: 40px;
        }

        .brand-logo-main svg {
            height: 40px;
        }

        .form-heading {
            font-size: 28px;
            font-weight: 700;
            color: #1a1a1a;
            margin-bottom: 10px;
            text-align: center;
        }

        .form-subheading {
            font-size: 14px;
            color: #666;
            margin-bottom: 35px;
            text-align: center;
            font-weight: 400;
        }

        .form-group label {
            font-size: 13px;
            font-weight: 500;
            color: #444;
            margin-bottom: 8px;
        }

        .text-asterisk {
            color: #e74c3c;
        }

        .form-control-custom {
            border-radius: 50px;
            padding: 12px 20px 12px 0px;
            height: 50px;
            font-size: 14px;
            border: 1px solid #ccc;
            color: #333;
            background-color: #fff;
            border-left: none;
        }

        .input-group.loginInput{
            overflow: hidden;
        }

        /* .input-group.loginInput:has(input[readonly]) */
        .input-group.loginInput input[readonly], #forgot_email:read-only, .forg_el, .forgot_el {
            background-color: #e3e3e357 !important;
            cursor: default;
        }

        /* .form-control-custom */

        input#password, input#password, #confirmPassword, #newPassword, #currentPassword {
            border-right: none !important;
        }

        .cs-toggle-password{
            background-color: transparent;
    border: 1px solid #ccc;
    border-left: none;
    border-radius: 0 50px 50px 0;
    color: #adb5bd;
    display: flex;
    align-items: center;
    padding: 0 16px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
        }

        .form-control-custom::placeholder {
            color: #b3b3b3;
        }

        input.form-control.form-control-custom, input.form-control.form-control-custom:focus {
            background-color: #ffffff !important;
            box-shadow: none;
            border-color: #ccc;
        }

        input.pin-input.otp-field {
            background-color: #ffffff !important;
        }

        .input-group.loginInput,
        .loginInput.password-container {
            background-color: #ffffff !important;
        }

        input.form-control.form-control-custom:-webkit-autofill,
        input.pin-input.otp-field:-webkit-autofill {
            -webkit-box-shadow: 0 0 0 1000px #ffffff inset !important;
            box-shadow: 0 0 0 1000px #ffffff inset !important;
        }

        .password-container {
            position: relative;
        }

        .eye-icon {
            position: absolute;
            right: 20px;
            top: 12px;
            cursor: pointer;
            opacity: 0.4;
        }

        .cs-toggle-password img {
            filter: brightness(0) saturate(100%) invert(73%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(95%) contrast(90%);
        }

        .backtologin_btn {
            text-align: center;
            margin-top: 20px;
            font-size: 14px;
        }

        .backtologin_btn a {
            font-weight: 400;
            text-decoration: none;
            color: #3A3042;
        }

        .custom-control-label {
            font-size: 13px;
            color: #333;
            padding-top: 2px;
        }

        .forgot-link {
            font-size: 13px;
            color: #5556FD;
            text-decoration: none;
            font-weight: 500;
        }

        .forgot-link:hover {
            color: #4b6bf5;
            text-decoration: none;
        }

        .custom-control-input:focus~.custom-control-label::before {
            box-shadow: none;
            outline: none;
        }

        .custom-control-input:focus:not(:checked)~.custom-control-label::before {
            border-color: #adb5bd !important;
        }

        .custom-control.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
            border-color: #3A3042;
            background-color: #3A3042;
        }

        /* .btn-sign-in {
            background-color: #3A3042;
            color: white;
            border-radius: 50px;
            height: 52px;
            font-weight: 500;
            font-size: 15px;
            border: none;
            margin-top: 20px;
            transition: transform 0.4s ease;
        }

        .btn-sign-in:active, .btn:active{
            transform: scale(0.98);
        } */

        .btn-sign-in, .btn {
            background-color: #3A3042;
            color: #fff;
            border-radius: 50px;
            height: 52px;
            font-weight: 500;
            font-size: 15px;
            border: none;
            margin-top: 20px;
            transition: transform 0.2s ease-in-out;
            -webkit-tap-highlight-color: transparent;
            user-select: none;
            will-change: transform;
            transform: scale(1);
        }

        .btn-sign-in:active, .btn:active {
            transform: scale(0.96);
        }

        .btn-sign-in:not(:active),
        .btn:not(:active) {
            transform: scale(1);
        }

        .btn-sign-in:focus{
            box-shadow: none !important;
            outline: none !important;
        }


        .btn-google:focus{
            outline: none;
            color: #333;
            text-decoration: none;
        }

        .btn-sign-in:hover {
            /* background-color: unset; */
            color: white;
        }

        .divider {
            margin: 25px 0;
            position: relative;
            width: 100%;
        }

        .divider:after {
            position: absolute;
            content: 'OR';
            font-size: 12px;
            background: #fff;
            color: #4B4B4B;
            left: 50%;
            top: 54%;
            transform: translate(-50%, -50%);
        }

        .btn-google {
            background-color: #FAFAFA;
            color: #333;
            border-radius: 50px;
            height: 52px;
            font-weight: 500;
            font-size: 14px;
            border: 1px solid #ccc;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
        }

        .btn-google:hover {
            background-color: #f6ebff99;
            color: #333;
            text-decoration: none;
        }

        .btn-google svg {
            margin-right: 10px;
            width: 20px;
            height: 20px;
        }

        /* OTP Input Styling */
        .pin-inputs {
            display: flex;
            justify-content: space-between;
            gap: 8px;
            margin-bottom: 20px;
        }

        .pin-input {
            width: 100%;
            height: 48px;
            text-align: center;
            font-size: 20px;
            font-weight: 400;
            border: 1px solid #ccc;
            border-radius: 8px;
            color: #222;
            transition: all 0.2s;
            background-color: #fff;
        }

        .pin-input:focus {
            border-color: #ccc;
            outline: none;
            /* box-shadow: 0 0 0 3px rgba(211, 15, 44, 0.1); */
        }

        .pin-inputs .loginInput {
            margin-bottom: 0;
        }

        /* Animations for form transitions */
        .fade-in {
            animation: fadeIn 0.3s ease-in-out;
        }

        @keyframes fadeIn {
            from {
                opacity: 0;
                transform: translateY(10px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .error-border {
            border-color: #ff0000 !important;
        }
        .error-border .input-icon, 
        .error-border .form-control,
        .error-border .cs-toggle-password {
            border-color: #ff0000 !important;
        }
        label.error {
            color: #ff0000 !important;
            font-size: 11px;
            font-weight: 500;
            margin-top: 4px;
            margin-bottom: 0;
            display: block;
        }

        .error-border input::placeholder {
            color: #ff0000 !important;
        }  

        .input-icon, .input-group-text {
            background-color: transparent;
            border: 1px solid #ccc;
            border-right: none;
            border-radius: 50px 0 0 50px;
            color: #adb5bd;
            padding: 0 16px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        /* Responsive adjustments */

        @media (min-width: 1166px) and (max-width: 1510px) {

            .icon-clock {
                top: 19%;
                right: 5%;
            }

            .icon-lightning{
                top: 19%;
                left: 5%;
            }

        }

        @media (max-width: 991px) {
            .mockup-card {
                width: 100%;
                padding: 15px;
            }

            .main-heading {
                font-size: 32px;
            }

            .mini-card {
                padding: 10px;
            }

            .mc-title {
                font-size: 10px;
            }

            .mc-value {
                font-size: 11px;
            }

            .left-panel {
                background: none;
                box-shadow: none;
            }

            .main-wrapper {
                background: url(/assets/img/starlfinx_login/m-left-panel-bg-2X.png);
                padding: 0 1rem 2rem;
                height: 100%;
                background-repeat: no-repeat;
                background-size: cover;
        background-position: bottom;
            }

            /* .form-container{ */
            .right-panel {
                max-width: 561px;
                padding: 3rem 3rem;
                border-radius: 10px;
                background-color: #fff;
                margin: 0 auto;
            }
        }

        @media (max-width: 767px) {

            .left-content {
                padding: 0;
                margin-top: 0;
            }

            .left-panel {
                background: none;
                box-shadow: none;
                padding: 3rem 0 3rem;
            }

            .main-heading {
                font-size: 19px;
            }

            .badge-smart {
                margin-bottom: 13px;
            }

            .icon-briefcase {
                top: 10%;
                left: 14%;
                width: 22px;
                height: 22px;
            }

            .icon-medal {
                top: 10%;
                right: 14%;
                width: 22px;
                height: 22px;
            }

            .icon-clock {
                top: 28%;
                right: 0%;
                border: none;
                background: transparent;
            }

            .icon-lightning {
                top: 28%;
                left: 0%;
                border: none;
            }

            .icon-lightning img{
                width: 20px;
            }

            .left-star {
                position: absolute;
                width: 15px;
                height: 16px;
                top: 12%;
                left: 4%;
            }

            .right-star {
                position: absolute;
                width: 15px;
                height: 16px;
                top: 25%;
                right: 14%;
            }

            .right-panel {
                padding: 2rem 2rem;
            }
        }

        @media (max-width:420px) {
            .left-panel {
                overflow: visible;
            }

            .icon-lightning {
                left: -6%;
            }

            .icon-clock {
                right: -7%;
            }
        }

        @media (max-width:374px){

            .right-panel {
                padding: 2rem 1.4rem;
            }

            .form-control-custom::placeholder {
                font-size: 12px;
            }

            .input-icon, .input-group-text{
                padding: 2px 10px 0 16px;
            }

            .cs-toggle-password{
                padding: 0 13px 0 0;
            }

            .input-icon svg{
                width: 13px;
            }
        }