
         .form-check label.form-check-label {
            color: #000 !important;
         }
         .designHover .termshover:hover {
            color:#0d6efd !important;
         }
         .mb-3.form-check.designHover a.termshover:hover {
            color:#0d6efd !important;
         }
         a.termshover:hover {
            color:#0d6efd !important;
         }
         .mb-3.form-check.designHover a.termshover {
            color: #F78E1E !important;
         }
         .col-md-12.mt-1.termsDesign a.termshover {
            color:#fff !important;
         }
         .col-md-12.mt-1.termsDesign a.termshover:hover {
            color: #F78E1E !important;
         }

         /* Mobile Number Form Styling */
         #email_or_phone_number_form h4 {
            font-weight: 600;
            color: #1f2937;
         }

         #email_or_phone_number_form .text-muted {
            font-size: 0.95rem;
            color: #6b7280;
         }

         #email_or_phone_number_form .form-label {
            color: #374151;
            font-weight: 600;
            font-size: 0.95rem;
            display: flex;
            align-items: center;
            gap: 8px;
         }

         #email_or_phone_number_form .form-label i {
            color: #0d6efd;
            font-size: 18px;
            width: 20px;
            text-align: center;
         }

         /* Mobile Input Wrapper */
         .mobile-input-wrapper {
            position: relative;
            display: flex;
            align-items: center;
            border: 2px solid #d1d5db;
            border-radius: 8px;
            background-color: #f9fafb;
            transition: all 0.3s ease;
            overflow: visible;
         }

         .mobile-input-wrapper:hover {
            border-color: #9ca3af;
         }

         .mobile-input-wrapper:focus-within {
            border-color: #0d6efd;
            background-color: #fff;
            box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.1);
         }

         .mobile-input-wrapper.error {
            border-color: #dc3545;
            background-color: #fff5f5;
         }

         .country-code {
            padding: 12px 12px 12px 16px;
            font-size: 16px;
            font-weight: 600;
            color: #374151;
            background-color: transparent;
            border-right: 2px solid #e5e7eb;
            user-select: none;
         }

         .mobile-input {
            border: none !important;
            background-color: transparent !important;
            padding: 12px 16px;
            font-size: 16px;
            font-weight: 500;
            color: #1f2937;
            box-shadow: none !important;
            outline: none !important;
         }

         .mobile-input:focus {
            border: none !important;
            box-shadow: none !important;
         }

         .mobile-input::placeholder {
            color: #9ca3af;
            font-weight: 400;
         }

         .error-message {
            display: block;
            font-size: 0.875rem;
            margin-top: 0.5rem;
            min-height: 20px;
         }

         /* Send OTP Button */
         .send_otp_btn {
            font-weight: 600;
            padding: 12px;
            font-size: 1rem;
            border-radius: 8px;
            transition: all 0.3s ease;
            position: relative;
         }

         .send_otp_btn:hover {
            transform: translateY(-1px);
            box-shadow: 0 4px 12px rgba(13, 110, 253, 0.3);
         }

         .send_otp_btn:active {
            transform: translateY(0);
         }

         .send_otp_btn:disabled {
            opacity: 0.7;
            cursor: not-allowed;
            transform: none;
         }

         /* Security Text */
         #email_or_phone_number_form small {
            color: #6b7280;
            font-size: 0.85rem;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 5px;
         }

         #email_or_phone_number_form small i {
            color: #10b981;
            font-size: 14px;
         }

         /* Validation Error Styling */
         form#email_or_phone_number_form label.error {
            color: #dc3545;
            font-size: 0.875rem;
            margin-top: 0.5rem;
            font-weight: 400;
            display: block;
            width: 100%;
         }

         form#verify_form label.error {
            color: red;
            font-size: 0.875rem;
            margin-top: 0.25rem;
         }

         #verify_form .btn-link {
            color: #0d6efd;
            font-size: 0.9rem;
            display: inline-flex;
            align-items: center;
            gap: 5px;
         }

         #verify_form .btn-link i {
            font-size: 14px;
         }

         #verify_form .btn-link:hover {
            color: #0a58ca;
         }

         #resend_timer {
            font-weight: 600;
            color: #6b7280;
         }

         #resend_otp_btn:disabled {
            opacity: 0.6;
            cursor: not-allowed;
         }

         #resend_otp_btn:not(:disabled):hover {
            text-decoration: underline !important;
         }

         .btn .spinner-border {
            width: 1rem;
            height: 1rem;
            margin-left: 0.5rem;
         }

         input::-webkit-outer-spin-button,
         input::-webkit-inner-spin-button {
            -webkit-appearance: none;
            margin: 0;
         }

         input[type=number] {
            -moz-appearance: textfield;
         }

         /* OTP Icon Wrapper */
         .otp-icon-wrapper {
            width: 60px;
            height: 60px;
            margin: 0 auto;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
         }

         .otp-icon-wrapper i {
            font-size: 28px;
            color: #fff;
         }

         /* OTP Input Boxes Styling */
         .otp-input-container {
            display: flex;
            justify-content: center;
            gap: 10px;
            margin: 0 auto;
            max-width: 400px;
         }

         .otp-input {
            width: 50px;
            height: 55px;
            text-align: center;
            font-size: 24px;
            font-weight: 600;
            border: 2px solid #d1d5db;
            border-radius: 8px;
            outline: none;
            transition: all 0.3s ease;
            background-color: #f9fafb;
            color: #1f2937;
         }

         .otp-input:focus {
            border-color: #0d6efd;
            background-color: #fff;
            box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.1);
            transform: scale(1.05);
         }

         .otp-input:hover {
            border-color: #9ca3af;
         }

         .otp-input.filled {
            border-color: #0d6efd;
            background-color: #eff6ff;
         }

         .otp-input.error {
            border-color: #dc3545;
            background-color: #fff5f5;
            animation: shake 0.3s;
         }

         @keyframes shake {
            0%, 100% { transform: translateX(0); }
            25% { transform: translateX(-5px); }
            75% { transform: translateX(5px); }
         }

         /* Responsive OTP Inputs */
         @media (max-width: 576px) {
            .otp-input {
               width: 42px;
               height: 48px;
               font-size: 20px;
            }
            .otp-input-container {
               gap: 6px;
            }
            .mobile-input-wrapper {
               font-size: 14px;
            }
            .country-code {
               padding: 10px 0 10px 12px;
               font-size: 14px;
            }
            .mobile-input {
               padding: 10px 12px;
               font-size: 14px;
            }
         }

         /* Verify Form Heading */
         #verify_form h4 {
            font-weight: 600;
            color: #1f2937;
         }

         #verify_form .text-muted {
            font-size: 0.95rem;
         }

         #verify_form .fw-semibold {
            font-size: 1rem;
            color: #0d6efd;
         }

         /* Card Shadow Enhancement */
         .card.br-25 {
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
         }

         /* Button Styling */
         #verify_otp_btn {
            font-weight: 600;
            padding: 12px;
            font-size: 1rem;
            border-radius: 8px;
            transition: all 0.3s ease;
         }

         #verify_otp_btn:hover {
            transform: translateY(-1px);
            box-shadow: 0 4px 12px rgba(13, 110, 253, 0.3);
         }

         #verify_otp_btn:active {
            transform: translateY(0);
         }

         /* Error Message Styling */
         #otp_error {
            font-size: 0.875rem;
            min-height: 20px;
         }

         /* Focus Animation */
         @keyframes focusPulse {
            0% { box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.4); }
            70% { box-shadow: 0 0 0 6px rgba(13, 110, 253, 0); }
            100% { box-shadow: 0 0 0 0 rgba(13, 110, 253, 0); }
         }