/* style for NEW OPENINGS heading */
.pt_60
{
    padding-top: 60px;
}
.new_opening_row
{
  justify-content:center;
}
.main_heading
{
    text-align: center;
}
.main_heading  img{
 width: 80px;
}
.new_openings_heading
{
    font-size: 34px;
    text-align: center;
    font-family: "Raleway", sans-serif;
    color: #000;
    margin: 5px 0 50px;
}

/* style for new openings content */
.content_row
{ 
    padding: 30px 120px;
    display: grid; 
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.openings_content
{
    border: solid 1px #000;
    width: 100%;
    height: auto;
    background-color: #fcfcfc;
    border-radius: 35px;
    padding: 30px 0px 20px;
    margin-bottom: 25px;
   
}
.title
{
    font-family: "Raleway", sans-serif;
    text-align: left;
    padding: 0px 35px;
    font-size: 20px !important;
    font-weight: bold;
    
}
.description
{
    font-family: "Raleway", sans-serif;
    text-align: left;
    padding: 0px 35px;
    line-height: 18px;
    font-size: 15px;
    font-weight: 300;
}
.btn-div
{
    text-align: center;
    margin-bottom: 15px;
}
.newopening_btn
{
   padding: 7px 35px 7px 35px !important;
   text-align: center;
   font-size: 19px !important;
   font-weight: 800 !important;
   
}


/* style for Don’t forget to send your Resume/CV and tell us why */
.h4heading
{
    font-size: 18px;
    font-family: "Raleway", sans-serif;
    font-weight: bold;
}

.mail_btn
{
    font-size: 18px;
    font-family: "Raleway", sans-serif;
    padding: 10px 40px;
    background-color: #000;
    color: #fff;
    border-radius: 30px;
    border: none;
    margin-bottom: 110px;
    font-weight: bold;

}

/* style for form Section */


/* style for headings */
.applicant_name
{
    font-size: 17px !important;
    text-align: left;
    font-family: "Raleway", sans-serif;
    color: #535353;
    margin-bottom: 30px;
}

.contact_detail
{
    margin-top: 60px;
}
.job_position
{
    margin-top: 60px;
    margin-bottom: 50px;
}


/* style for form  */

.customform
{
  border: solid 1px #000;
  border-radius:  40px;
  margin: auto;
  padding: 50px 60px;
  width: 710px;
  height: auto;
  margin-bottom: 60px;
}


.form_row
{
    display: flex;
    flex-direction: row;
    gap: 60px !important;
   
}

.form_row_email
{
    margin-top: 40px;
}

/* styling for input fields */

input[type="text"], [type="email"]
{
    width: 100%;
    box-sizing: border-box;
    border:none;
    border-bottom: 1px solid #000;
    font-size: 16px;
    font-family: "Raleway", sans-serif;
    transition: border-color 0.3s;
    padding-bottom: 15px;
}
input::placeholder {
    color: #535353;
    font-weight: 500;
}

/* style for job position buttons */
.button_row
{
    gap: 20px !important;
    margin-top: 20px;
}

.btn1
{
    background-color: #000;
    padding: 7px 30px;
    color: #FFFFFF;
    font-family: "Raleway", sans-serif;
    border: none;
    border-radius: 25px;
    font-size: 13px;
    font-weight: 500 !important;
}
.btn2
{
    background-color: transparent;
    border: solid 1px #000;
    color: #000;
}

/* styling for drop resume field */
.resume
{
   width: 100%;
   border: solid 1px #000;
   padding-top: 80px;
   padding-bottom: 80px;
   text-align: center;
   border-radius: 30px;
}
.document
{
    margin-top: 80px;
}
.fileimg{
    width: 55px;
    margin-top: -170px;
}
.resume-container 
{
    position: relative;
    width: 100%;
    border: solid 1px #000;
    padding: 50px 20px;
    text-align: center;
    border-radius: 30px;
    cursor: pointer;
    background-color: #f9f9f9;
    overflow: hidden;
}

.resume-container::before {
    content: "Drag & Drop or Browse";
    display: block;
    font-size: 16px;
    color: #aaa;
    background-image: url('Upload.PNG'); 
    background-size: 50px 50px;
    background-repeat: no-repeat;
    background-position: center top 20px;
    padding-top: 80px; 
}

input[type="file"] {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
}


/* styling for Apply button */

.apply_btn
{
    background: rgb(133, 125, 210);
    background: linear-gradient(90deg, rgba(133, 125, 210, 1) 0%, rgba(78, 189, 171, 1) 100%);
    font-weight: 700 !important;
    font-size: 20px;
    text-align: center;
    padding: 10px 60px;
}
.apply_row
{
   justify-content: center;
   margin-top: 40px;
}

/* responsive view */

/* * For small screens (phones) */ 

@media screen and (max-width: 1024px) 
{
    .content_row 
    {
      display: block !important;
      padding: 30px 60px;
     
    }
    .openings_content
    {
        margin-bottom: 60px !important;
    }
    .new_opening_row
    {
        display: flex;
        flex-direction: inherit;
    }
    .newopening_btn
    {
        padding: 15px 30px !important;
    }
}