.flash-message {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: #EA1818;
    color: white;
    padding: 15px 30px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(234, 24, 24, 0.3);
    z-index: 9999;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 500;
    min-width: 300px;
    text-align: center;
    animation: slideDown 0.3s ease-out;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateX(-50%) translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }
}

.flash-message.hide {
    animation: slideUp 0.3s ease-in forwards;
}

@keyframes slideUp {
    from {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }

    to {
        opacity: 0;
        transform: translateX(-50%) translateY(-20px);
    }
}


.wa-link {
    position: fixed;
    right: 20px;
    bottom: 50px;
    z-index: 50;
    display: block;
}

.wa-icon {
    width: 40px;
    height: 40px;
    aspect-ratio: 1/1;
}

@media (max-width: 768px) {
    .wa-link {
        position: fixed;
        right: 20px;
        bottom: 50px;
        z-index: 50;
        display: block;
    }

    .wa-icon {
        width: 40px;
        height: 40px;
        aspect-ratio: 1/1;
    }
}




.apply-now-section {
    width: 100%;
    height: 100dvh;
    overflow-y: auto;
    position: relative;
}



/* Add scrollable functionality for shorter desktop screens */
@media (min-width: 992px) and (max-height: 700px) {
    .apply-now-section {
        overflow-y: auto;
        height: 100dvh;
    }

    .hero-section {
        overflow-y: auto;
        height: 100dvh;
    }

    .hero-section-form {
        overflow-y: auto;
        height: 100dvh;
    }

    .form-section {
        overflow-y: auto;
        height: 100dvh;
    }
}


body {
    margin: 0;
    padding: 0;
}

.hero-section {
    position: fixed;
    left: 0;
    width: 50%;
    height: 100dvh;
    /* min-height: 350px; */
    display: flex;
    align-items: center;
    overflow: hidden;
}

/* .hero-background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
} */

.hero-background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Parent ची पूर्ण height घेईल */
    object-fit: cover;
    /* ✅ हे add करा - image crop होईल पण full दिसेल */
    object-position: center;
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    padding: 40px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 100%);
    z-index: 1;
}

.hero-title {
    position: relative;
    width: 100%;
    height: auto;
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.3;
    text-transform: capitalize;
    margin: 0;
}

.hero-subtitle {
    position: relative;
    width: 100%;
    height: auto;
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    text-transform: capitalize;
    margin: 15px 0 0 0;
}

/* Hero Section - Desktop Only (992px and up) */
@media (min-width: 992px) {
    .hero-section {
        position: fixed;
        left: 0;
        width: 50%;
        height: 100dvh;
        flex-shrink: 0;
    }

    .hero-section-form {
        position: fixed;
        left: 0;
        width: 50%;
        height: 100dvh;
        flex-shrink: 0;
    }

    .hero-background-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .hero-background-image-form {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .hero-content {
        padding: 60px;
    }

    .hero-title {
        position: absolute;
        width: 80%;
        max-width: 401px;
        height: auto;
        top: 51px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 39px;
        line-height: 134.8%;
        text-align: center;
    }

    .hero-subtitle {
        position: absolute;
        width: 80%;
        max-width: 401px;
        height: auto;
        top: 165px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 15px;
        line-height: 137.8%;
        margin: 0;
        text-align: center;
    }

    .hero-footer {
        position: absolute;
        width: 80%;
        max-width: 401px;
        height: auto;
        bottom: 30px;
        left: 50%;
        transform: translateX(-50%);
        color: #000;
        text-align: center;
        font-family: Poppins;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 137.8%;
        text-transform: capitalize;
    }

    .sub-heading {
        color: #030303;
        font-family: Poppins;
        font-size: 30px;
        font-style: normal;
        font-weight: 400;
        line-height: 74px;
        /* 246.667% */
        text-transform: capitalize;
    }

    .main-heading {
        font-family: Poppins !important;
        font-size: 61px !important;
        font-style: normal !important;
        font-weight: 700 !important;
        line-height: 74px !important;
        /* 121.311% */
        text-transform: capitalize !important;
        background: linear-gradient(90deg, #1E977A 0%, #34AB54 100%) !important;
        background-clip: text !important;
        -webkit-background-clip: text !important;
        -webkit-text-fill-color: transparent !important;
    }

    .loan-offer-description {
        color: #000;
        font-family: Poppins;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
}


.hero-logo-l img {
    width: 100%;
    height: 100%;
    /* object-fit: contain; */
}

/* Form Section - Mobile First */
.form-section {
    position: relative;
    width: 100%;
    height: auto;
    background: #ffffff;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    padding: 20px 0;
    overflow-y: auto;
}

/* Desktop - fixed sidebar */
@media (min-width: 992px) {
    .form-section {
        position: fixed;
        right: 0;
        top: 0;
        width: 50%;
        height: 100dvh;
        overflow-y: auto;
        padding: 20px 0;
    }
}

.form-container {
    width: 347px;
    max-width: 400px;
    margin: 0 auto;
    padding: 0 20px;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.application-container {
    width: 347px;
    max-width: 400px;
    margin: 0 auto;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.profile-icon {
    display: flex;
    width: 50px;
    height: 50px;
    padding: 16px;
    margin-left: auto;
    margin-right: 20px;

    border-radius: 37px;
    background: rgba(49, 166, 99, 0.21);
}

.icon-svg {
    stroke-width: 0.5px;
    stroke: #31A663;
    width: 15px;
    height: 15px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
}

.application-title {
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.form-label {
    color: #000;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.optional-text {
    color: rgba(0, 0, 0, 0.34);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.form-control {
    display: flex;
    width: 347px;
    height: 40px;
    padding-left: 10px;
    align-items: center;
    gap: 270px;
    border-radius: 10px;
    border: 1px solid #DEE2E6;
}

.input-field {
    margin-bottom: 14px;
}

.error-common {
    color: #EA1818;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Poppins;
    font-size: 14.3px;
    font-style: normal;
    font-weight: 400;
    line-height: 13px;
    /* 90.909% */
}

.error-show {
    background-color: #FEE2E2;
    border: 1px solid #EA1818;
    border-radius: 8px;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.error-show::before {
    content: "⚠️";
    font-size: 16px;
}

.logo-section {
    text-align: center;
    margin-top: 108px;
    margin-bottom: 61px;
}

.hero-logo-l {
    width: 161px;
    height: 94px;
    top: 121px;
    left: 1014px;
    margin: 0 auto 15px;
}



.brand-name {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin: 0;
}

/* Progress Indicator */
.progress-indicator {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    gap: -28px;
}

.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.step-number {
    width: 41px;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-number svg {
    width: 41px;
    height: 41px;
}

.step-text {
    width: 91.165px;
    height: 21.706px;
    color: #000;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
}

.step:not(.active) .step-text {
    width: 123px;
    font-weight: 400;
}

.step.active .step-text {
    color: #31A663;
    font-weight: 600;
}

.form-title {
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.otp-title {
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.form-subtitle {
    display: flex;
    width: 347px;

    color: #000;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 29px;
    line-height: normal;
}

.otp-subtitle {
    color: #000;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.form-group {
    display: flex;
    width: 347px;
    height: 40px;
    padding-left: 10px;
    align-items: center;
    gap: 11px;
    border-radius: 10px;
    background: rgba(45, 171, 125, 0.14);
}

.error-message {
    color: #EA1818;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Poppins;
    font-size: 8.3px;
    font-style: normal;
    font-weight: 400;
    line-height: 13px;
    /* 156.627% */
    text-transform: capitalize;
    width: 364px;
    min-height: 13px;
    height: 13px;
}

.otp-error-message {
    color: #EA1818;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Poppins;
    font-size: 8.3px;
    font-style: normal;
    font-weight: 400;
    line-height: 13px;
    /* 156.627% */
    text-transform: capitalize;
    width: 364px;
    min-height: 13px;
    height: 13px;
    visibility: hidden;
}

.country-code {
    color: #000;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.mobile-input {
    flex: 1;
    border: none;
    background: transparent;
    outline: none;
    font-family: Poppins;
    font-size: 14px;
    color: #999;
}

.btn-send-otp {
    display: flex;
    width: 347px;
    height: 40px;
    margin-top: 18px;
    padding: 0 2px;
    justify-content: center;
    align-items: center;
    gap: 11px;
    border-radius: 10px;
    border-radius: 10px;
    background: #FFF;
    border: 1px solid rgba(45, 171, 125, 0.26);
    color: #31A663;
    font-family: Poppins;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.text-terms {
    width: 364px;
    color: var(--text-1, #333132);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Poppins;
    font-size: 8.3px;
    margin-top: 42px;

    font-style: normal;
    font-weight: 400;
}

.terms-link {
    color: #31A663;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Poppins;
    font-size: 8.3px;
    font-style: normal;
    font-weight: 400;
    line-height: 13px;
    text-decoration: none;
}

.signout-btn {
    display: flex;
    width: 134px;
    height: 45px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 9px;
    border: 1px solid #31A663;
    background: transparent;
    color: #31A663;
    text-align: center;
    font-family: Inter;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 31px;
    margin-left: 381px;
    margin-right: 20px;
    text-decoration: none;
    cursor: pointer;
}

/* Mobile responsive styles for signout button */
@media (max-width: 768px) {
    .signout-btn {
        margin-left: auto !important;
        margin-right: 10px;
        position: relative;
        z-index: 10;
    }

    .btn-signout {
        margin-left: auto !important;
        margin-right: 10px;
        position: relative;
        z-index: 10;
    }
}

@media (max-width: 576px) {
    .signout-btn {
        width: 100px;
        height: 40px;
        font-size: 16px;
        padding: 8px;
        line-height: 24px;
        margin-left: auto !important;
        margin-right: 5px;
    }

    .btn-signout {
        width: 100px;
        height: 40px;
        font-size: 16px;
        padding: 8px;
        line-height: 24px;
        margin-left: auto !important;
        margin-right: 5px;
    }
}

@media (max-width: 767px) {
    .disable-mobile {
        display: none !important;
    }
}


@media (min-width: 992px) {
    .disable-desktop {
        display: none !important;
    }
}


@media (max-width: 991px) {
    .disable-desktop {
        display: block !important;
        text-align: right;
        margin-right: -35px;
    }
}


@media (max-width: 576px) {
    .disable-mobile {
        display: none !important;
    }
}

@media (max-width: 480px) {
    .disable-mobile {
        display: none !important;
    }

    .verification-form {
        margin-top: 24px !important;
    }
    .form-title {
    color: #000;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.otp-section {
    margin-top: 24px !important;
}
}

.verification-form {
    margin-top: 84px;

}

.otp-section {
    margin-top: 84px;
}


.otp-input-group {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-bottom: 20px;
}

.otp-digit {
    width: 48px;
    height: 56px;
    border: 1px solid #E0E0E0;
    border-radius: 12px;
    background: #FFFFFF;
    text-align: center;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 600;
    color: #333;
    outline: none;
    transition: all 0.2s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.otp-digit:focus {
    border-color: #31A663;
    box-shadow: 0 0 0 3px rgba(49, 166, 99, 0.15);
}

.otp-digit.filled {
    border-color: #31A663;
    background: #F0FDF4;
}

@media (max-width: 576px) {
    .otp-digit {
        width: 42px;
        height: 50px;
        font-size: 18px;
        gap: 8px;
    }

    .text-terms {
        width: 304px;
        color: var(--text-1, #333132);
        font-feature-settings: 'liga' off, 'clig' off;
        font-family: Poppins;
        font-size: 8.3px;
        margin-top: 42px;

        font-style: normal;
        font-weight: 400;
    }

    .form-group {
        display: flex;
        width: 100%;
        height: 40px;
        padding-left: 10px;
        align-items: center;
        gap: 11px;
        border-radius: 10px;
        background: rgba(45, 171, 125, 0.14);
    }

    .btn-signout {
        width: 100px;
        height: 40px;
        font-size: 16px;
        padding: 8px;
        line-height: 24px;
        margin-left: auto;
        margin-right: 5px;
    }
}

.btn-signout {
    display: flex;
    width: 134px;
    height: 45px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 9px;
    border: 1px solid #31A663;
    background: transparent;
    color: #31A663;
    text-align: center;
    font-family: Inter;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 31px;
    margin-left: 381px;
    margin-right: 20px;
    text-decoration: none;
    cursor: pointer;
}

.wa-link {
    position: fixed;
    right: 20px;
    bottom: 50px;
    z-index: 100;
    display: block;
}

.wa-icon {
    width: 40px;
    height: 40px;
    aspect-ratio: 1/1;
}

.step-connector {
    width: 115px;
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.connector-line {
    width: 100%;
    height: 35px;

    background: linear-gradient(to right, #31A663 50%, transparent 50%);
    background-size: 10px 2px;
    background-repeat: repeat-x;
    position: relative;
}

.connector-line::after {
    content: '';
    position: absolute;
    right: -8px;
    top: 3%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid #31A663;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}


.col-lg-6:not(.hero-section) .hero-content {
    padding: 40px;
}

.col-lg-6:not(.hero-section) .hero-text {
    /* color: #333333; */
}

.col-lg-6:not(.hero-section) .hero-text h1 {
    /* color: #333333; */
    font-size: 2rem;
    margin-bottom: 20px;
}

.col-lg-6:not(.hero-section) .hero-text p {
    /* color: #666666; */
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 30px;
}




@media (max-width: 991px) {
    .application-container {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        padding: 0 10px;
    }

    .profile-icon {
        margin-left: auto;
        margin-right: 0;
    }

    .btn-send-otp,
    .btn-verify-otp,
    .check-offer-btn {
        width: 100%;
        max-width: 100%;
    }

    .gender-options {
        gap: 20px;
        flex-wrap: wrap;
    }

    .form-progress-indicator {
        gap: 10px;
        padding: 0 10px;
    }

    .form-step-connector {

        width: 115px;
        height: 42px;

        display: flex;
        align-items: center;
        justify-content: center;
    }

    .hero-text h1 {
        font-size: 2rem;
    }

    .sub-heading {
        font-size: 22px;
        line-height: 40px;
    }
}

@media (max-width: 575px) {
    .hero-text h1 {
        font-size: 1.8rem;
    }

    /* .hero-section {
        min-height: 280px;
    } */

    .hero-content {
        padding: 25px 15px;
    }





    .sub-heading {
        font-size: 18px;
        line-height: 36px;
    }

    .form-section {
        padding: 15px;
    }

    .form-grid {
        gap: 10px;
    }

    .employment-type-options {
        gap: 10px;
    }

    .employment-option label {
        padding: 6px 12px;
        font-size: 12px;
    }

    .gender-options {
        gap: 15px;
    }

    .form-progress-indicator {
        transform: scale(0.85);
    }
}

@media (max-width: 419px) {
    /* .hero-section {
        min-height: 220px;
    } */

    .hero-content {
        padding: 20px 12px;
    }

    .hero-title {
        font-size: 22px;
        line-height: 1.3;
    }

    .hero-subtitle {
        font-size: 12px;
        line-height: 1.4;
        margin-top: 10px;
    }

    .form-section {
        padding: 10px;
    }

    .form-container {
        padding: 0 10px;
    }

    .logo-section {
        margin-top: 60px;
        margin-bottom: 40px;
    }
}

@media (max-width: 359px) {
    /* .hero-section {
        min-height: 200px;
    } */

    .hero-title {
        font-size: 20px;
    }

    .hero-subtitle {
        font-size: 11px;
    }

    .hero-content {
        padding: 15px 10px;
    }
}

.otp-container {
    text-align: center;
}

.otp-input-group {
    display: flex;
    gap: 9px;
    margin-left: 34px;
    margin-bottom: 24px;
}

.otp-input {
    width: 50px;
    height: 50px;
    border: 2px solid #E0E0E0;
    border-radius: 8px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #333;
    transition: all 0.3s ease;
    background: white;
}

.otp-input:focus {
    border-color: #049FA0;
    box-shadow: 0 0 0 3px rgba(4, 159, 160, 0.1);
}

.otp-input:hover {
    border-color: #049FA0;
}

@media (max-width: 768px) {
    .hero-section {
        position: relative;
        width: 100%;
        height: auto;
        min-height: 490px;
        display: flex;
        align-items: center;
        overflow-y: auto;
    }

    .otp-title {
        color: #000;
        font-family: Poppins;
        font-size: 15px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .hero-subtitle {
        font-size: 14px;
        margin-top: 16px;
    }

    .hero-title {
        font-size: 26px;
        margin-top: -200px;
    }

    .otp-input-group {
        gap: 12px;
        justify-content: center;
        margin-right: 33px;
    }

    .otp-input {
        width: 45px;
        height: 45px;
        font-size: 18px;
    }
}


.btn-verify-otp {
    display: flex;
    width: 347px;
    height: 40px;
    margin-top: 18px;
    padding: 0 2px;
    justify-content: center;
    align-items: center;
    gap: 11px;
    color: #FFF;
    font-family: Poppins;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border: none;
    border-radius: 10px;
    background: #31A663;
}

.resend-text {
    color: #31A663;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 28.5px;
    margin-top: 5px;
    text-align: left;
}

.resend-link {
    color: #31A663;
    cursor: pointer;
    font-weight: 500;
    transition: color 0.3s ease;
}

.resend-link:hover {
    color: #357ABD;
}


@media (max-width: 768px) {
    .resend-text {
        text-align: center;
        font-size: 13px;
    }
}


.form-progress-indicator {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    gap: -28px;
}

.form-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.form-step-number {
    width: 41px;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-step-number svg {
    width: 41px;
    height: 41px;
}

.form-step-text {
    width: 91.165px;
    height: 21.706px;
    color: #000;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
}

.form-step:not(.active) .form-step-text {
    width: 123px;
    font-weight: 400;
}

.form-step.active .form-step-text {
    color: #31A663;
    font-weight: 600;
}

.form-step-connector {
    width: 115px;
    height: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-connector-line {
    width: 100%;
    height: 2px;
    top: -16px;

    background: linear-gradient(to right, #31A663 50%, transparent 50%);
    background-size: 10px 2px;
    background-repeat: repeat-x;
    position: relative;
}

.form-connector-line::after {
    content: '';
    position: absolute;
    right: -8px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid #31A663;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}

/* Custom Scrollbar Styling */
.form-section::-webkit-scrollbar {
    width: 6px;
}

.form-section::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.form-section::-webkit-scrollbar-thumb {
    background: #31A663;
    border-radius: 3px;
}

.form-section::-webkit-scrollbar-thumb:hover {
    background: #2a8f52;
}


.gender-options {
    display: flex;
    gap: 65px;
    margin-top: 8px;
}

.gender-option {
    display: flex;
    align-items: center;
    gap: 8px;
}

.gender-option input[type="radio"] {
    width: 16px;
    height: 16px;
    border: 2px solid #DEE2E6;
    border-radius: 50%;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease;
}

.gender-option input[type="radio"]:checked {
    border-color: #31A663;
    background-color: #31A663;
}

.gender-option input[type="radio"]:checked::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: white;
}

.gender-option input[type="radio"]:hover {
    border-color: #31A663;
}

.gender-option label {
    color: #000;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    cursor: pointer;
    margin: 0;
}

/* Date Input Styling */
.date-input-wrapper {
    position: relative;
    width: 100%;
}

.date-input {
    width: 100%;
    height: 40px;
    padding-left: 10px;
    padding-right: 40px;
    border-radius: 10px;
    border: 1px solid #DEE2E6;
    font-family: Poppins;
    font-size: 14px;
    color: #000;
    background: #fff;
    outline: none;
    transition: border-color 0.2s ease;
    cursor: pointer;
}

.date-input::-webkit-calendar-picker-indicator {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    opacity: 0;
    cursor: pointer;
}

.date-input::-moz-calendar-picker-indicator {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    opacity: 0;
    cursor: pointer;
}

.date-input:focus {
    border-color: #31A663;
}

.calendar-icon {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    pointer-events: none;
    z-index: 1;
}

.calendar-icon svg {
    width: 18px;
    height: 18px;
}


.employment-type-options {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 8px;
}

.employment-option {
    position: relative;
}

.employment-option input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.employment-option label {
    display: inline-block;
    padding: 8px 16px;
    border: 1px solid #DEE2E6;
    border-radius: 8px;
    background: #fff;
    color: #000;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.2s ease;
    text-transform: capitalize;
    margin: 0;
}

.employment-option input[type="radio"]:checked+label {
    background: #31A663;
    border-color: #31A663;
    color: #fff;
}

.employment-option label:hover {
    border-color: #31A663;
}

.employment-option input[type="radio"]:checked+label:hover {
    background: #2a8f52;
    border-color: #2a8f52;
}

/* Note styling */
small {
    color: #EA3D3D;
    font-family: Poppins;
    font-size: 8.82px;
    font-style: normal;
    font-weight: 500;
    line-height: 18.038px;
    /* 204.517% */
    display: block;
    margin-top: 5px;
}


.form-check-label {
    color: var(--Monochrome-600, #5D5D5D);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Poppins;
    font-size: 10.823px;
    font-style: normal;
    font-weight: 400;
    line-height: 18.038px;
    /* 166.667% */
}

.check-offer-btn {
    display: flex;
    width: 347px;
    height: 40px;
    padding: 0 2px;
    justify-content: center;
    align-items: center;
    gap: 11px;
    border-radius: 10px;
    background: #31A663;
    color: #fff;
    border: none;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

.check-offer-btn:hover {
    background: #2a8f52;
}

.check-offer-btn i {
    font-size: 12px;
}

.loan-offer-section {
    /* height: 903px; */
    padding: 60px 15px;
    background: #fff;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.loan-offer-content {
    padding-right: 20px;
    padding-left: 20px;
}

.sub-heading {
    color: #030303;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.main-heading {
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    text-transform: capitalize;
    background: linear-gradient(90deg, #1E977A 0%, #34AB54 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
}

.main-heading .highlight {
    color: #31A663;
}

.description {
    color: #666;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 30px;
    max-width: 500px;
}

.loan-offer-description {
    color: #000;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    text-align: justify;
    font-weight: 400;
    line-height: 1.6;
    max-width: 100%;
    margin-bottom: 30px;
}

.app-download-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 30px;
    justify-content: center;
}

.app-btn {
    display: inline-block;
    max-width: 160px;
    height: auto;
    transition: transform 0.2s ease;
    margin-bottom: 10px;
}

.app-btn:hover {
    transform: translateY(-2px);
}

.app-btn img {
    height: 50px;
    width: auto;
    max-width: 100%;
}

.loan-offer-image {
    text-align: center;
    width: 100%;
    height: auto;
    max-width: 400px;
    margin: 0 auto;
}

.loan-offer-image img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}



@media (max-width: 359px) {
    .loan-offer-section {
        padding: 40px 10px;
    }

    .loan-offer-content {
        padding: 0 10px;
        text-align: center;
    }

    .sub-heading {
        font-size: 16px;
        line-height: 1.3;
    }

    .main-heading {
        line-height: 1.1;
    }

    .loan-offer-description {
        font-size: 13px;
        text-align: left;
        justify-content: center;
    }

    .app-download-buttons {
        justify-content: center;
    }

    .app-btn {
        max-width: 140px;
    }

    .app-btn img {
        height: 40px;
    }

    .loan-offer-image {
        max-width: 280px;
    }
}


@media (min-width: 360px) and (max-width: 374px) {
    .loan-offer-section {
        padding: 45px 15px;
    }

    .sub-heading {
        font-size: 17px;
    }

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

    .app-download-buttons {
        justify-content: center;
        flex-wrap: nowrap;
        gap: 15px;
    }

    .app-btn {
        max-width: 150px;
        flex: 1;
    }

    .app-btn img {
        height: 45px;
    }

    .loan-offer-image {
        max-width: 320px;
    }
}


@media (min-width: 375px) and (max-width: 421px) {
    .loan-offer-section {
        padding: 50px 20px;
    }

    .sub-heading {
        font-size: 18px;
    }

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

    .app-download-buttons {
        justify-content: center;
        flex-wrap: nowrap;
        gap: 15px;
    }

    .app-btn {
        max-width: 155px;
        flex: 1;
    }

    .loan-offer-image {
        max-width: 340px;
    }
}



@media (min-width: 360px) and (max-width: 575px) {
    .loan-offer-section {
        padding: 55px 25px;
    }

    .sub-heading {
        font-size: 17px;
        text-align: left;
    }

    .main-heading {
        text-align: left;
        font-family: Poppins;
        font-size: 33px !important;
        font-style: normal;
        font-weight: 700;
        line-height: 43px;
        text-transform: capitalize;
        background: linear-gradient(90deg, #1E977A 0%, #34AB54 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .app-btn {
        max-width: 160px;
    }

    .loan-offer-image {
        max-width: 360px;
    }
}


@media (min-width: 576px) and (max-width: 767px) {
    .loan-offer-section {
        padding: 60px 30px;
    }

    .loan-offer-content {
        padding: 0 20px;
        text-align: center;
    }

    .sub-heading {
        font-size: 20px;
    }

    .loan-offer-description {
        font-size: 15px;
    }

    .app-download-buttons {
        justify-content: center;
    }

    .app-btn {
        max-width: 170px;
    }

    .app-btn img {
        height: 48px;
    }

    .loan-offer-image {
        max-width: 380px;
    }
}


@media (min-width: 768px) and (max-width: 991px) {
    .loan-offer-section {
        padding: 70px 40px;
    }

    .loan-offer-content {
        padding-right: 30px;
        padding-left: 0;
        text-align: left;
    }

    .sub-heading {
        font-size: 22px;
        line-height: 1.4;
    }

    .loan-offer-description {
        font-size: 15px;

    }

    .app-btn {
        max-width: 180px;
    }

    .app-btn img {
        height: 52px;
    }

    .loan-offer-image {
        max-width: 420px;
    }
}


@media (min-width: 992px) and (max-width: 1199px) {
    .loan-offer-section {
        padding: 80px 50px;
    }

    .loan-offer-content {
        padding-right: 40px;
        padding-left: 0;
    }

    .sub-heading {
        font-size: 25px;
        line-height: 1.4;
    }

    .loan-offer-description {
        font-size: 16px;
    }

    .app-btn {
        max-width: 200px;
    }

    .app-btn img {
        height: 56px;
    }

    .loan-offer-image {
        max-width: 450px;
    }
}


@media (min-width: 1200px) {
    .loan-offer-section {
        height: 500px;
        padding: 100px 60px;
    }

    .loan-offer-content {
        padding-right: 50px;
        padding-left: 0;
    }

    .sub-heading {
        color: #030303;
        font-family: Poppins;
        font-size: 30px;
        font-style: normal;
        font-weight: 400;
        line-height: 74px;

        text-transform: capitalize;
    }

    .main-heading {
        font-family: Poppins;
        font-style: normal;
        font-weight: 700;
        line-height: 1.2;
        text-transform: capitalize;
    }

    .loan-offer-description {
        color: #000;
        font-family: Poppins;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .app-btn {
        max-width: 220px;
    }

    .app-btn img {
        height: 60px;
    }

    .loan-offer-image {
        max-width: 500px;
    }
}



.hero-section-form {
    position: fixed;
    left: 0;
    width: 50%;
    height: 100dvh;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    overflow: hidden;
}

.hero-background-image-form {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 1;
}

.hero-content-form {
    position: relative;
    z-index: 2;
    padding: 40px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.hero-section-form::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 100%);
    z-index: 1;
}

.hero-title-form {
    position: absolute;
    width: 80%;
    max-width: 401px;
    height: auto;
    top: 51px;
    left: 50%;
    transform: translateX(-50%);
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 39px;
    font-weight: 600;
    line-height: 134.8%;
    text-transform: capitalize;
}

.hero-subtitle-form {
    position: absolute;
    width: 80%;
    max-width: 401px;
    height: auto;
    top: 165px;
    left: 50%;
    transform: translateX(-50%);
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 15px;
    font-weight: 400;
    line-height: 137.8%;
    text-transform: capitalize;
}