
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body{
  overflow-x: hidden;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
p , .terms-cond li{
  color: rgb(5, 67, 113);
}
.terms-cond h5, .terms-cond h4{
      color: blueviolet;
      margin-top:40px ;
}
.navbar-logo img{
  /* width: 150px; */
  padding: auto;
  margin: 0px 10px  ;
}

.navbar{
  background-color: #ffffff;
}

.navbar-expand-lg .navbar-nav {
  margin-left: 80px;
  
}
.nav-link{
  margin: 0px 10px;
  padding: 0px ;
  font-size: 16px;
  font-weight: 600;
  color: blueviolet;
  transition: .5s;
}
.card{
box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.169);
margin-top:auto;
border:none ;
transition: .5s;
}
.card-img-top{
border-radius: 10px;
width: 80%;
margin: 20px auto;

}
.card:hover{
  transform: scale(1.02);
}
.card-text{
  font-size: 14px;
}

.job-role{
 font-size: 26px;
 text-decoration: none;
 color: black;
 transition: .3s;
}


/* .apply-now{
  padding: 5px 37px 7px 37px;
  font-size: 14px;
  margin-left:15px;
  border: blueviolet solid 1px;
  transition: .5s;
}
.apply-now:hover{
  color: #ffffff;
  border: blueviolet solid 1px;
  background-color: blueviolet;
} */
/* .btn-apply{
  /* background-color: rgb(51, 0, 99); */
 
  .card i{
  color: #747794;
  padding: 0 10px;
  text-shadow: #686d9a 3px 5px 20px;
}
#applyNow {
font-size:14px;
}
#applyNow h1{
  font-size: 26px;
  padding: 10px 0px;
  
}
#applyNow h3{
font-size: 18px;
padding: 10px 0px;
}
.heading{
color: blueviolet;
}
a{
  text-decoration: none;
}

#applyNow li{
    margin-block-start: 1em;
    margin-block-end: 1em;
    padding-inline-start: 40px;
    line-height: 1.8rem;
}
#applyNow p{
  line-height: 1.8rem;
}

.footer_area {
  background-color: #f1e7fb;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 50px 60px 10px 60px;
}



.footer_social_area a {
  border-radius: 50px;
  font-size: small;
  padding: 0%;
  height: 30px;
  text-align: center;
  width: 30px;
  display: inline-block;
  line-height: 30px;
  box-shadow: 2px  2px 5px;
  transition: .4s;
}

.footer_social_area a:hover,
.footer_social_area a:focus {
  color: blueviolet;
  transform: scale(1.3);
}

/* @-webkit-keyframes bi-cycle {
  0% {
      left: 0;
  }
  100% {
      left: 100%;
  }
}

@keyframes bi-cycle {
  0% {
      left: 0;
  }
  100% {
      left: 100%;
  }
} */
.footer_area a{
  text-decoration: none;
  color: rgb(93, 93, 245);
  transition: .3s;
}
.footer_area a:hover{
  text-decoration: underline;
  color: blueviolet;
}

.policy, .policy a{
  text-decoration: none;
  font-size: 12px;
  color: #747794;
}
.header{
  margin-top: 20px;
  /* background-color: linear-gradient(rgba(241, 154, 60, 0.5), rgba(54, 139, 102, 0.5)),
  url("./images/Microsoft.jpg"); */
height: 300px;
box-shadow: 0px 2px 10px 1px;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}
.header h1{
  color: rgb(255, 255, 255);
  font-size: 2rem;
  font-family: 'Courier New', Courier, monospace;
}
.footer_area ul li{
  
  list-style: none;
}



.pagination {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-top: 20px;
}

.page-btn {
  padding: 4px 8px;
  border: none;
  background-color: #f9f9f9;
  color: #0056b3;
  cursor: pointer;
  transition: 0.3s ease;
}

.page-btn.active {
  background-color: #007bff;
  color: white;
  font-weight: bold;
}

.page-btn:hover {
  background-color: #0056b3;
  color: white;
}

.page-btn.disabled {
  background-color: #e0dfdf;
  cursor: not-allowed;
}

@media (max-width: 768px) {
  .col-md-3 {
      margin-bottom: 10px; /* Add space between dropdowns */
  }

  #clearFilters {
      width: 100%; /* Make Clear Filters button span the width */
  }
}

.job-container{
  color: #007bff;
}







