
        body {
            margin: 0;
            background-color: #0a66c2;
            /* padding-top: 150px; */
            font-family: 'Montserrat';
        }

        #home-section-msme-loan .swiper-pagination-bullet {
            background: rgba(255, 255, 255, 0.4);
            opacity: 1;
        }

        /* Active bullet with white background */
        #home-section-msme-loan .swiper-pagination-bullet-active {
            background: #ffffff;
        }

        #home-section-msme-loan .form-container {

            /* max-width: 450px; */
            background-color: white;
            border-radius: 15px;
            padding: 35px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        }

        #home-section-msme-loan .form-title {
            color: #3066BE;
            font-size: 24px;
            font-weight: bold;
            margin-bottom: 25px;
        }

        #home-section-msme-loan .custom-control-label {
            cursor: pointer;
        }

       #home-section-msme-loan .btn-check-eligibility {
            background-color: #cccccc;
            color: white;
            border: none;
            padding: 12px;
            border-radius: 25px;
            width: 100%;
            margin-top: 15px;
            font-weight: 600;
            font-size: 16px;
        }

        #home-section-msme-loan .terms-text {
            font-size: 14px;
            margin-top: 15px;
            color: #666;
        }

        #home-section-msme-loan .terms-text a {
            color: #3066BE;
            text-decoration: none;
        }

       #home-section-msme-loan .form-label {
            margin-bottom: 10px;
        }

       #home-section-msme-loan .form-control:focus {
            box-shadow: none !important;
        }

       #home-section-msme-loan .btn-check-eligibility:hover {
            background-color: #3066BE;
            color: #fff;
        }


         .custom-select {
            position: relative;
            display: inline-block;
            max-width: 120px;
            height: calc(1.5em + .75rem + 2px);
            padding: 6px 0px 0px 0px;
            vertical-align: middle;
            -webkit-appearance: none;
            background: none;
            border: none;
            -moz-appearance: none;
            appearance: none;
        }

        .custom-select select {
            display: none;
            /*hide original SELECT element:*/
        }

        .select-selected {
            background-color: none;
            color: white !important;
            margin-top: -13px;
            border: none !important;
            font-size: 14px !important;
        }

        /*style the arrow inside the select element:*/
        .select-selected:after {
            position: absolute;
            content: "";
            top: 14px;
            right: 18px;
            width: 0;
            height: 0;
            border: 6px solid transparent;
            border-color: #fff transparent transparent transparent;
        }

        /*point the arrow upwards when the select box is open (active):*/
        .select-selected.select-arrow-active:after {
            border-color: transparent transparent #fff transparent;
            top: 7px;
        }

        /*style the items (options), including the selected item:*/
        .select-items div,
        .select-selected {
            color: #2B5683;
            padding: 12px 50px 12px 15px;
            border: 1px solid transparent;
            cursor: pointer;
            user-select: none;
            border: 1px solid transparent;
            border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
            font-size: 12px;
        }

        /*style items (options):*/
        .select-items {
            position: absolute;
            background-color: #ffffff;
            top: 100%;
            left: 0;
            right: 0;
            z-index: 99;
            border: 1px solid #D3D3D3 !important;
        }

        /*hide the items when the select box is closed:*/
        .select-hide {
            display: none;
        }

        .select-items div:hover,
        .same-as-selected {
            background-color: rgb(230 244 255);
        }

        .border-bottom-none {
            border-bottom: none !important;
        }
       

        #home-section-msme-loan .otp-container {
            background: white;
            border-radius: 15px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            padding: 40px;
            max-width: 450px;
            width: 100%;
        }

       #home-section-msme-loan .otp-header {
            text-align: center;
            margin-bottom: 30px;
        }

        #home-section-msme-loan .otp-header h2 {
            color: #1e40af;
            font-weight: 600;
            margin-bottom: 10px;
        }

       #home-section-msme-loan .otp-header p {
            color: #6b7280;
            margin-bottom: 0;
        }

       #home-section-msme-loan .otp-inputs {
            display: flex;
            justify-content: space-between;
            gap: 10px;
            margin-bottom: 30px;
        }

       #home-section-msme-loan .otp-input {
            width: 60px;
            height: 60px;
            border: 2px solid #e5e7eb;
            border-radius: 10px;
            text-align: center;
            font-size: 24px;
            font-weight: 600;
            color: #1f2937;
            transition: all 0.3s ease;
        }

       #home-section-msme-loan .otp-input:focus {
            border-color: #3b82f6;
            box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
            outline: none;
        }

        #home-section-msme-loan .verify-btn {
            background: #1e40af;
            border: none;
            border-radius: 10px;
            padding: 15px;
            font-weight: 600;
            font-size: 16px;
            transition: all 0.3s ease;
        }

        #home-section-msme-loan .verify-btn:hover {
            background: #1d4ed8;
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(30, 64, 175, 0.3);
        }

        #home-section-msme-loan .resend-section {
            text-align: center;
            margin-top: 20px;
        }

        #home-section-msme-loan .resend-text {
            color: #6b7280;
            margin-bottom: 10px;
        }

        #home-section-msme-loan .resend-link {
            color: #3b82f6;
            text-decoration: none;
            font-weight: 600;
        }

        #home-section-msme-loan .resend-link:hover {
            color: #1d4ed8;
            text-decoration: underline;
        }

        #home-section-msme-loan .timer {
            color: #dc2626;
            font-weight: 600;
        }

        #home-section-msme-loan .contact-info {
            background: #f8fafc;
            border-radius: 10px;
            padding: 15px;
            margin-bottom: 20px;
        }

        #home-section-msme-loan .contact-info .contact-number {
            color: #1e40af;
            font-weight: 600;
        }

        @media (max-width: 480px) {
            #home-section-msme-loan .otp-container {
                padding: 30px 20px;
            }

            #home-section-msme-loan .otp-input {
                width: 50px;
                height: 50px;
                font-size: 20px;
            }
        }
        
        .track-application{
                background-color: #fff;
    border-radius: 15px;
    padding: 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    max-width:300px;
}
.track-application a{
        color: #3066BE;
    font-size: 20px;
    text-decoration:none;
    font-weight: bold;
}



        /* ========================================================================================
                                            Login form section                                      
        =============================================================================================*/

      
       
 
         #login-section .login-container {
            /* max-width: 400px; */
           
            padding: 30px;
            background-color: white;
            border-radius: 15px;
            /* box-shadow: 0 0 20px rgba(0, 0, 0, 0.05); */
            position: relative;
        }
        
      
        #login-section .greeting {
            display: flex;
            align-items: center;
            margin-bottom: 20px;
            font-size: 1.25rem;
            color: #2c3e50;
            font-weight: 600;
        }
        
        #login-section .greeting .wave {
            margin-right: 10px;
            font-size: 1.5rem;
        }
        
        #login-section .login-label {
            font-size: 0.9rem;
            color: #555;
            margin-bottom: 15px;
        }
        
        #login-section .input-group {
            margin-bottom: 5px;
            border: 1px solid #ced4da;
            border-radius: 8px;
            overflow: hidden;
        }
        
        #login-section .input-group-text {
            background-color: white;
            border: none;
            font-weight: 500;
            color: #555;
        }
        
        #login-section .form-control {
            border: none;
            padding: 12px 15px;
        }
        
        #login-section .form-control:focus {
            box-shadow: none;
        }
        
        #login-section .error-text {
            color: #dc3545;
            font-size: 0.8rem;
            margin-top: 5px;
            margin-bottom: 15px;
        }
        
        #login-section .otp-info {
            font-size: 0.85rem;
            color: #555;
            margin-bottom: 20px;
        }
        
        #login-section .get-otp-btn {
            background-color: #C0C0C0;
            color: white;
            border: none;
            border-radius: 50px;
            padding: 12px;
            font-weight: 500;
            width: 100%;
            margin-top: 10px;
            transition: all 0.3s;
        }
        
        #login-section .get-otp-btn:hover {
            background-color: #3066BE;
            color: #fff;
        }
        
        #login-section .new-user-link {
            text-align: center;
            margin-top: 20px;
        }
        
        #login-section .new-user-link a {
            color: #3498db;
            text-decoration: none;
            font-size: 0.9rem;
        }
        
        #login-section .new-user-link a:hover {
            text-decoration: underline;
        }
       
        #login-section .form-title {
    color: #3066BE;
    font-size: 24px;
    font-weight: bold;
}



        /* ========================================================================================
                                          Login OTP Verification form section                                     
        =============================================================================================*/

  
    #otp-verify-section .form-control:focus {
      box-shadow: none;
    }

    #otp-verify-section .get-otp-btn {
      background-color: #C0C0C0;
      color: white;
      border: none;
      border-radius: 50px;
      padding: 12px;
      font-weight: 500;
      width: 100%;
      margin-top: 10px;
      transition: all 0.3s;
    }

    #otp-verify-section .get-otp-btn:hover {
      background-color: #3066BE;
      color: #fff;
    }

    #otp-verify-section .otp-card {
      background: white;
      padding: 2rem;
      border-radius: 15px;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
      max-width: 400px;
      width: 100%;
      text-align: center;
    }

    #otp-verify-section .otp-input input {
      width: 60px;
      height: 60px;
      text-align: center;
      font-size: 24px;
      margin: 0 5px;
      border-radius: 10px;
      border: 1px solid #ccc;
    }

    #otp-verify-section .otp-input input:focus {
      border-color: #007bff;
      outline: none;
      box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
    }
    #otp-verify-section .tp-header{
        color: #3066BE;
    font-size: 24px;
    font-weight: bold;
    }

