body {
     background-color: #ffffff;
    font-family: Arial, sans-serif;
}

.navbar {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.card {
    border-radius: 8px;
}

h2 {
    color: #0073b1;
}

footer {
    font-size: 14px;
    color: #666;
}




        .upload-box {
            border: 2px dashed #007bff;
            border-radius: 10px;
            padding: 30px;
            text-align: center;
            cursor: pointer;
            transition: 0.3s;
        }
        .upload-box:hover {
            background-color: #f8f9fa;
        }
        .upload-box i {
            font-size: 50px;
            color: #007bff;
        }
        .upload-box p {
            margin-top: 10px;
            font-size: 16px;
            font-weight: bold;
            color: #333;
        }
        #file-name {
            margin-top: 10px;
            font-size: 14px;
            color: #007bff;
        }
  

        
        


         .btn-grad {background-image: linear-gradient(to right, #6D28D9  0%, #3B82F6   51%, #6D28D9  100%)}
.btn-grad {
 
   text-align: center;
   text-transform: uppercase;
   transition: 0.5s;
   background-size: 200% auto;
   color: white;            
   box-shadow: 0 0 20px #eee;
   border-radius: 10px;
   display: block;
 }

 .btn-grad:hover {
   background-position: right center; /* change the direction of the change here */
   color: #fff;
   text-decoration: none;
 }




/* Loading Animation */









/* Testing CSS */


 /* ✅ Blurred form effect */
    .blur-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        backdrop-filter: blur(4px);
        background-color: rgba(255, 255, 255, 0.6);
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 10;
    }
    .form-wrapper {
        position: relative;
    }
    
    
    
    
    
    /**/