


/*20082025 Placement Page*/
.placement-section {background: url(../images/placement-bg-full.jpg) no-repeat top center; background-size: cover; }
.pl-candidate-box {background: #fff; border-radius: 20px; margin: 0 0 24px; box-shadow: 0 5px 30px rgb(74 98 242 / 15%); }
.pl-candidate-box .candidate-img {padding: 0 0 100%; position: relative; }
.pl-candidate-box .candidate-img > img {position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; object-fit: cover; border-radius: 20px; }
.pl-candidate-box .candidate-img .candidate-company {position: absolute; bottom: 20px; left: 20px; z-index: 3; width: 100px; height: 100px; background: #fff; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; padding: 10px; }
.pl-candidate-box .candidate-info {padding: 20px; }
.pl-candidate-box .candidate-info h5 {margin: 0 0 10px; font-size: 24px; }
.pl-candidate-box .candidate-info h6 {margin: 0 0 3px; color: #4A62F2; font-size: 16px; }
.pl-candidate-box .candidate-info p {margin: 0; font-size: 14px; }

.paginattion-outer {padding-top: 40px; }

.page-template-tpl_placement .sucess-story-sec {display: none; }

.paginattion-outer button {border: 0; }

#placement-wrapper {margin: 0; padding: 0; }
#placement-loader {position: absolute; top: 200px; right: 0; bottom: 170px; left: 0; z-index: 3; background: rgba(255,255,255,0.5); backdrop-filter: blur(6px); }
#placement-loader img {width: 40px; height: 40px; border-radius: 50%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }



@media only screen and (max-width:767px) { 
  #placement-wrapper .col-lg-3.col-md-4 {width: 50%; display: inline-flex;}
  .pl-candidate-box { flex-grow: 1; }
  .pl-candidate-box .candidate-info {padding: 12px; }
  .pl-candidate-box .candidate-info h5 {font-size: 16px; }
  .pl-candidate-box .candidate-img .candidate-company {width: 50px; height: 50px; bottom: 10px; left: 10px; }
  .pl-candidate-box .candidate-info h6 {font-size: 12px; }
  .pl-candidate-box .candidate-info p {font-size: 11px; }
}

/*20082025 Placement Page*/
