  /* Custom Styles */
  .form-control:focus {
    border-color: var(--bs-primary) !important;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.25) !important;
  }

  .bg-primary-light{
    background-color: #fbdb82;
  }
  
  .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 193, 7, 0.3) !important;
  }

  .career-form-header{
    background: linear-gradient(135deg, #ffc107 0%, #ffa927 100%); border-radius: 15px 15px 0 0;
  }

  .career-form-btn{
    background: linear-gradient(135deg, #ffc107 0%, #ffa927 100%); border: none; border-radius: 10px; font-size: 18px; transition: all 0.3s ease;
  }
  
  .card {
    transition: all 0.3s ease;
  }

  .file-input input{
    border: 2px solid #e9ecef;
    border-radius: 10px 0 0 10px; padding: 15px;
  }

  .rtl .file-input input{
    border-radius: 0px 10px 10px 0px !important;
  }
  

  .file-input .icon-box{
     background-color: #ffc107; border: 2px solid #ffc107; border-radius: 0 10px 10px 0;
  }

  .rtl .file-input .icon-box{
    border-radius: 10px 0px 0px 10px !important;
  }
  /* .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1) !important;
  } */
  
  /* RTL Support */

  
  .form-control::placeholder {
    color: #6c757d;
    opacity: 0.7;
  }
