@import url('https://fonts.googleapis.com/css2?family=Nunito&display=swap');

:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #FAF606;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-primary: #172742ec;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --roboto-font: 'Nunito', sans-serif;
    --poppins-font:'Poppins', sans-serif;
}

body{
    overflow-x: hidden;
}


.acc a{
    border:1px solid var(--bs-primary) !important;
    background-color: var(--bs-primary) !important;
    padding: 1rem 1rem !important; 
    color:var(--bs-yellow) !important;
    font-weight: bolder !important;
    border-radius: 10px !important;
    font-size: 0.9rem !important;
    transition: all 0.3s ease-in-out !important;
    margin-top:3rem!important;
    margin-bottom:20px!important;
       
}

.acc a:hover{
    background-color: var(--bs-primary);
    border: 1px solid var(--bs-primary);
    color:white;
}

.staff-heading-img{
    background-image:linear-gradient(rgba(0, 0, 0, 0.3),rgba(0, 0, 0, 0.3)),url('../images/car.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height:100vh;
    color:var(--bs-white);
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items: center;
    text-align: center;
  }

   
  .staff-heading-img h1{
    font-family: var(--roboto-font);
    line-height: 40px;
    font-weight: 700;
    color: var(--bs-white) !important;
    text-align: center;
  }

  .staff-heading-img p{
    font-weight:normal;
    font-size: 18px;
  }

  .staff-heading-img .btn{
    padding:1rem 3rem;
}

.staff-heading-img a{
    font-size: 14px;
    background-color: var(--bs-primary) !important;
    border:1px solid var(--bs-primary) !important;
    color:var(--bs-yellow) !important;
}

.career-service-section {
    padding:4rem 1.5rem;
     background-color:rgb(250, 245, 245);;
}

.career-service-section  h3{
    font-weight: 600;
}


 .perk-section h3{
    font-weight: 600;
}


.career-service-section  p{
    
    font-size: 17px;
}

.perk-section p{
    margin-top: 1rem;
    font-size: 17px;
}

.career-where{
   
    padding: 1rem 2rem;
    text-align: justify;
}

.career-who{

    padding: 1rem 2rem;
    text-align: justify;
}

benefit-heading h2{
    font-weight: 700 !important;
}

benefit-heading p{
    font-family: 17px !important;
}


.benefit-section{
    background-color:#edf0f3e5 ;
    padding-top: 2rem;
}

.benefit-icons h3{
    
    margin-left: 30px;
 
    padding-top: 10px;
}

.benefit-icons i{
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--bs-primary);
    border-radius: 50%;
    color:var(--bs-yellow);
     font-size: 1.5rem;
}

.core{
    text-align: center;   
}

.core h3{
font-weight: 700;
}

/* job details styling */

.job-part{
    padding: 4rem 8rem;
}

.job-container h3{
    text-align: center;
    font-weight: 700;
    font-family: var(--roboto-font);
    margin-bottom: 2rem;
}


@media screen and (max-width:576px){

    .staff-heading-img{
       
        height:100vh !important;
       
      }
    .job-part{
        padding: 4rem 2rem;
    }

    .staff-heading-img h1{
        text-align: center;
        font-size: 20px;
        line-height:2;
        margin-top: 10px;
     }
 

    .staff-heading-img{
        height: auto !important;
    }

    .career-service-section {
        padding:4rem 1rem;
    }

    .staff-heading-img .btn{
        padding:1rem 2rem !important;
        margin-bottom: 1.5rem;
    }
}

@media screen and (max-width:440px){
    .staff-heading-img h1{
       text-align: center;
       font-size: 20px;
       line-height:2;
       margin-top: 10px;
    }

      .staff-heading-img .btn{
        padding:1rem 2rem !important;
        margin-bottom: 1.5rem;
    }
    
}



