.current-opening .opening-inner .title-sec{
  width: 50%;
}
.current-opening .opening-inner .top-title{
  font-family: Plus Jakarta Sans;
  font-size: 24px;
  font-weight: 600;
  line-height: 38.4px;
  color: #D71921;
  margin-bottom: 16px;
}
.current-opening .opening-inner .title h2{
  font-family: 'Satoshi-Medium';
  font-size: 58px;
  font-weight: 500;
  line-height: 72px;
  letter-spacing: -0.004em;
  color: #323840;
  margin: 0;
}

.current-opening .opening-inner .filter-section{
  margin-top:120px;
}
.current-opening .opening-inner .filter-section ul.filter-tabs {
  display: flex;
  flex-wrap:wrap;
  align-items: center;
  gap: 12px;
}
.current-opening .opening-inner .filter-section ul.filter-tabs li {
  list-style-type: none;
  padding: 10px 16px;
  cursor: pointer;
  border: 1px solid #61616166;
  border-radius: 33px;
  font-family: Plus Jakarta Sans;
  font-size: 15px;
  font-weight: 500;
  line-height: 25.6px;
  color: #323840;
  background: #FFFFFF;
}
.current-opening .opening-inner .filter-section ul.filter-tabs li span.item-count {
  font-family: Plus Jakarta Sans;
  font-size: 15px;
  font-weight: 500;
  line-height: 25.6px;
  color: #323840;
  background: #F2F2F2;
  border-radius: 6px;
  padding: 4px;
  margin-left: 6px;
}
.current-opening .opening-inner .filter-section ul.filter-tabs li.active {
  color: #F6EFE8;
  background: #4F5153;
}
.current-opening .opening-inner .filter-section ul.filter-tabs li:hover:not(.active) {
  background: #e0e0e0;
}

.current-opening .opening-inner .filter-section ul.filter-tabs li.active span.item-count{
  background:#777777;
  color:#F6EFE8;
  font-weight: 600;
}

.current-opening .opening-inner .filter-section .products-wrapper{
  margin-top:80px;
}
.current-opening .opening-inner .filter-section .products-wrapper .prod-inner .item-wrapper a{
  text-decoration:none;
}
.current-opening .opening-inner .filter-section .products-wrapper .prod-inner .item-wrapper a .arrow-icon img{
  transition: all .3s ease-out;
}
.current-opening .opening-inner .filter-section .products-wrapper .prod-inner .item-wrapper a:hover .arrow-icon img{
  transform: rotate(45deg);
  transition: all .3s ease-out;
}
.current-opening .opening-inner .filter-section .products-wrapper .prod-inner .item-wrapper .arrow-icon{
  background-color:#FFFFFF;
  width:64px;
  height:64px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.current-opening .opening-inner .filter-section .products-wrapper .prod-inner .item-wrapper .opening-wrapper{
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #C4C4C4;
  padding-bottom: 32px;
  margin-bottom: 32px;
}
.current-opening .opening-inner .filter-section .products-wrapper .prod-inner .item-wrapper .position-wrap {
  width: 30%;
}
.current-opening .opening-inner .filter-section .products-wrapper .prod-inner .item-wrapper .experience {
  width: 30%;
  text-align: center;
}
.current-opening .opening-inner .filter-section .products-wrapper .prod-inner .item-wrapper .location-wrap {
  width: 30%;
  text-align: center;
}

.current-opening .opening-inner .filter-section .products-wrapper .prod-inner .item-wrapper .position{
  font-family: Plus Jakarta Sans;
  font-size: 24px;
  font-weight: 400;
  line-height: 38.4px;
  margin-bottom: 8px;
  color: #000000;
}
.current-opening .opening-inner .filter-section .products-wrapper .prod-inner .item-wrapper .category{
  font-family: Plus Jakarta Sans;
  font-size: 14px;
  font-weight: 500;
  line-height: 22.4px;
  color: #737373;
  text-transform: uppercase;
}
.current-opening .opening-inner .filter-section .products-wrapper .prod-inner .item-wrapper .experience{
  font-family: Plus Jakarta Sans;
  font-size: 24px;
  font-weight: 400;
  line-height: 38.4px;
  text-align: center;
  color: #000000;
  margin: 0;
}
.current-opening .opening-inner .filter-section .products-wrapper .prod-inner .item-wrapper .location{
  font-family: Plus Jakarta Sans;
  font-size: 24px;
  font-weight: 400;
  line-height: 38.4px;
  color: #000000;
  margin-bottom: 8px;
}
.current-opening .opening-inner .filter-section .products-wrapper .prod-inner .item-wrapper .shift{
  font-family: Plus Jakarta Sans;
  font-size: 14px;
  font-weight: 500;
  line-height: 22.4px;
  color: #737373;
  text-transform: uppercase;
}

/* Loadmore btn animation */
.current-opening .opening-inner .filter-section .load-more {
  text-align: center;
  margin-top: 80px;
  position:relative;
  display: flex;
  justify-content: center;
}
.current-opening .opening-inner .filter-section .load-more span.line{
  width: 90px;
  height: 2px;
  background: #323840;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(15px);
  z-index: 9;
  transform-origin: right;
  transition: transform 0.5s ease;
  cursor: none;
}
.current-opening .opening-inner .filter-section .load-more a:hover ~ span.line{
  transform: scaleX(0.5);
  transform-origin: left;
  background: #ffffff;
}
.current-opening .opening-inner .filter-section .load-more a {
  overflow: hidden;
  position: relative;
  transition: all 0.5s ease-in-out;
  z-index: 1;
  box-shadow: inset 0px 0px 3px #D71921;
  text-decoration: none;
  font-family: Plus Jakarta Sans;
  font-size: 22px;
  font-weight: 400;
  line-height: 35.2px;
  text-align: center;
  color:#FFFFFF;
  border:2px solid #C93233;
  padding: 43px 27px;
  border-radius:100%;
  background:#D71921;
}
.current-opening .opening-inner .filter-section .load-more a:before {
  content: '';
  display: inline-block;
  transform: translateY(50%);
  left: -2px;
  bottom: -81px;
  position: absolute;
  width: 161px;
  height: 160px;
  border-radius: 50%;
  background-color: #ffffff;
  z-index: -1;
  transition: transform ease 1s;
}
.current-opening .opening-inner .filter-section .load-more a:hover:before {
  transform: translateY(-50%);
}
.current-opening .opening-inner .filter-section .load-more a:hover {
  color: #D71921 !important;
  transition: color 0.1s ease;
  transition-delay: 0.2s;
}
.current-opening .opening-inner .filter-section .load-more a::after {
  content: '';
  position: absolute;
  bottom: 45px;
  left: 27px;
  width: 70%;
  height: 2px;
  background-color: #D71921;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.5s ease;
}
.current-opening .opening-inner .filter-section .load-more a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
/* Button animation ends */

/*************Responsive Styles*****************/
/***************iPhone Portrait**************/
@media only screen and (max-width: 667px) and (min-width: 320px){
  .current-opening .opening-inner .title-sec {
    width: 100%;
  }
  .current-opening .opening-inner .top-title {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 5px;
  }
  .current-opening .opening-inner .title h2{
    font-size: 32px;
    line-height: 38px;
  }
  .current-opening .opening-inner .filter-section {
    margin-top: 40px;
  }
  .current-opening .opening-inner .filter-section ul.filter-tabs li{
    font-size: 12px;
    line-height: 18.6px;
    width: 100%;
    display: flex;
    height: 45px;
    align-items: center;
    justify-content: space-between;
  }
  .current-opening .opening-inner .filter-section ul.filter-tabs li span.item-count {
    font-size: 15px;
    line-height: 18.6px;
  }
  .current-opening .opening-inner .filter-section .products-wrapper {
    margin-top: 40px;
  }
  .current-opening .opening-inner .filter-section .products-wrapper .prod-inner .item-wrapper .opening-wrapper{
    flex-direction: column;
    gap: 5px;
    padding-bottom: 15px;
    margin-bottom: 25px;
  }
  .current-opening .opening-inner .filter-section .products-wrapper .prod-inner .item-wrapper .position-wrap,
  .current-opening .opening-inner .filter-section .products-wrapper .prod-inner .item-wrapper .experience,
  .current-opening .opening-inner .filter-section .products-wrapper .prod-inner .item-wrapper .location-wrap{
    width: 100%;
    text-align:left;
  }
  .current-opening .opening-inner .filter-section .products-wrapper .prod-inner .item-wrapper .position,
  .current-opening .opening-inner .filter-section .products-wrapper .prod-inner .item-wrapper .location {
    font-size: 22px;
    line-height: 36.4px;
    margin-bottom: 4px;
  }
  .current-opening .opening-inner .filter-section .products-wrapper .prod-inner .item-wrapper .experience{
    font-size: 22px;
    line-height: 36.4px;
    text-align: left;
  }
  .current-opening .opening-inner .filter-section .products-wrapper .prod-inner .item-wrapper .arrow-icon img{
    width: 18px;
  }
  .current-opening .opening-inner .filter-section .load-more a{
    padding: 32px 18px;
    font-size: 18px;
    line-height: 28.2px;
  }
  .current-opening .opening-inner .filter-section .load-more span.line{
    width: 70px;
    bottom: 25px;
  }
  .current-opening .opening-inner .filter-section .load-more a:before{
    bottom: -66px;
    width: 125px;
    height: 125px;
  }
  .current-opening .opening-inner .filter-section .load-more a::after {
    bottom: 35px;
    left: 20px;
  }
  .current-opening .opening-inner .filter-section .load-more {
    margin-top: 60px;
  }
  .current-opening .opening-inner .filter-section .products-wrapper .prod-inner .item-wrapper .arrow-icon {
    width: 40px;
    height: 40px;
  }
}

/**********************iPhone Landscape*************/
@media only screen and (max-width: 1150px) and (min-width: 480px){
  .current-opening .opening-inner .title h2{
    font-size: 32px;
    line-height: 42px;
  }
  .current-opening .opening-inner .filter-section {
    margin-top: 40px;
  }
  .current-opening .opening-inner .filter-section ul.filter-tabs li span.item-count {
    font-size: 15px;
    line-height: 18.6px;
  }
  .current-opening .opening-inner .filter-section .products-wrapper {
    margin-top: 40px;
  }
  .current-opening .opening-inner .filter-section .products-wrapper .prod-inner .item-wrapper .position h3,
  .current-opening .opening-inner .filter-section .products-wrapper .prod-inner .item-wrapper .location h2 {
    font-size: 22px;
    line-height: 36.4px;
    margin-bottom: 4px;
  }
  .current-opening .opening-inner .filter-section .products-wrapper .prod-inner .item-wrapper .experience h2{
    font-size: 22px;
    line-height: 36.4px;
    text-align: left;
  }
  .current-opening .opening-inner .filter-section .products-wrapper .prod-inner .item-wrapper .arrow-icon img{
    width: 24px;
  }

  .current-opening .opening-inner .filter-section .load-more a{
    padding: 32px 18px;
    font-size: 18px;
    line-height: 28.2px;
  }
  .current-opening .opening-inner .filter-section .load-more span.line{
    width: 70px;
    bottom: 23px;
  }
  .current-opening .opening-inner .filter-section .load-more a:before{
    bottom: -66px;
    width: 130px;
    height: 130px;
  }
  .current-opening .opening-inner .filter-section .load-more a::after {
    bottom: 34px;
    left: 20px;
  }
}
/*******************************************