.jobs-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.jobs-content{
    display:flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1000px;
}
.jobs-img{
    max-width: 400px;
    box-shadow:  0px 0px 10px rgba(0, 0, 0, 0.496);
    border-radius: 20px;
}
.jobs-leftContent{
    max-width: 500px;
}
.jobs-formContent{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: url('../images/jobsFormBg.png');
    padding: 10px;
    min-height: 50vh;
    background-size: cover;
    max-width: 390px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.575);
    border-radius: 20px;
}
.jobs-logo{
    width: 80px;
    border-radius: 50%;
}
.jobs-formleftContent{
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
}
.jobs-formleftContent img{
    margin-right: 20px;
}
.jobs-formData{
    display: flex;
    flex-direction: column;
    padding: 20px;
    
}
.jobs-formInput{
    padding: 10px;
   border:none;
   border-bottom: 1px solid black ;
   background:transparent;
   outline: none;
}
.jobs-formFileUpload{
    background-color: white;
    padding: 20px;
    border: none;
    border-bottom: 1px solid black;
    /* border-radius: 20px; */
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    outline: none;
}

.jobs-formData button{
    padding: 10px;
    background-color: #E96101;
    color: white;
    border:none;
}
.jobsOpening-catergories{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    width:100%;
    max-width: 1000px;
}
.jobsOpening-content{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-self: start;
    border: 1px solid black;
    padding: 10px;
    border-left: 10px solid #E96101;
    width: 100%;
    /* max-width: 350px; */
    margin: 20px;
}
.jobsOpening-icon{
    width: 70px;
}
.jobsTypes-container{
    display: flex;
    flex-direction: row;
    max-width: 1300px;
    width: 100%;
justify-content: space-evenly;
    align-items: center;
    margin: 20px;
    

}
.jobsTypes-content{
    display:flex;
    flex-direction: column;
    max-width: 300px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.575);
    padding: 10px;
    border-radius: 10px;

    
}
.jobsTypes-icon{
    width: 300px;
}
.fakeJob-container{
    margin-top: 30px;
    background:url('../images/alertImg.png');
    max-width: 1100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    text-shadow: 0px 0px 10px white;
    margin-bottom: 30px;
    padding: 20px;
}
.fakeJob-container button{
    padding: 10px 40px;
    font-size: 20px;
    border-radius: 20px;
    background-color: white;
    border: 1px solid #E96101;
    color: #E96101;
   ;
    
}
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content/Box */
  .modal-content {
    background-color: #fefefe;
    margin: 5% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    border-radius: 20px;
    width: auto; /* Could be more or less, depending on screen size */
  }
  
  /* The Close Button */
 .close{
    font-size: 15px;
 }
  
  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }
  .modal-content{
    max-width: 500px;
    max-height:500px;
  
  }
  .modal-content p{
  
    max-height:400px;
    overflow: scroll;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-tracks: center;
  }
  .teamMem-container{
     width: 100%;
     overflow: scroll;
      display: flex;
    flex-direction: row;
    align-items: center;
    justify-content:center;
   
    
  }
.team-para{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: left;
    width: 300px;
    border: 1px solid black;
    border-radius: 20px;padding: 20px;
    border-top: 10px solid green;
    margin: 10px;

}
.testimonial-data{
    height: 200px;
    width: 280px;
    overflow: scroll;
}
.testimonial-data::-webkit-scrollbar{
    display: none;
}
.team-para p{
    /* margin:0; */
    text-align: left;
    font-size: 14px;
}
  .userImg{
    width: 160px;
    height: 160px;
    border-radius: 50%;
    box-shadow: 0px 0px 10px black;
    padding: 3px;
  }
  .user-nameData{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    width: 100%;
  }
  .user-nameData p{
    margin: 0;
  }

  @media screen and (max-width:1100px) {
    .jobsTypes-container{
            width: 100%;
            overflow: scroll;
            justify-content: start;
        }
         .jobsTypes-content{
            margin: 20px;
        }
    }
      @media screen and (max-width:800px) {
     
        
        
       
        
        
    }
    @media screen and (max-width:600px) {
        .jobsOpening-catergories{
            flex-direction: column;
        }
        .jobs-content{
            flex-direction: column;
        }
        .jobsOpening-content{
            width: 250px !important;
        }
    }
    @media screen and (max-width:400px) {
        .jobs-img{
            display: none;
        }
    }