*, html {

    scroll-behavior: smooth !important;
    scroll-padding-top: 120px; 
}
ul {
  list-style: none;
}
.exp-list {
  column-count: 2;
}
.exp-list li {
  padding-left: 38px;
  background-image: url(../images/icon_circle_check_orange_26.svg);
  background-repeat: no-repeat;
  -webkit-background-position: left;
  background-position: left;
  margin: 0 0 32px;
  color: #666666;
}
.counter-pink-box {
  border-radius: 16px;
  padding: 32px;
}
.counter-col {
  width: 33.33%;
  border-right: 1px dashed #ee7455;
  padding: 0 40px;
}
.counter-col:first-child {
  padding-left: 0;
}
.counter-col:last-child {
  border-right: 0;
  padding-right: 0;
}
.counter-box {
  padding: 0;
  border-bottom: 0;
}
.counter-box .heading-two {
  margin-bottom: 0px;
}
.list-row {
  display: flex;
  flex-wrap: wrap;
  border-radius: 16px;
  overflow: hidden;
}
.list-row .list-col {
  position: relative;
  width: 25%;
  background: linear-gradient(135deg, #dc5a38 23.29%, #ef886d 100%);
}
.list-row .list-col::after {
  content: "";
  position: absolute;
  background: url(../images/icon_career_talent.svg) no-repeat;
  width: 132px;
  height: 132px;
  right: -20px;
  bottom: -10px;
}
.list-row .list-col:nth-child(2) {
  background: linear-gradient(135deg, #6e49c8 23.29%, #a98cf0 100%);
}
.list-row .list-col:nth-child(2)::after {
  background: url(../images/icon_career_sport.svg) no-repeat;
}
.list-row .list-col:nth-child(3) {
  background: linear-gradient(135deg, #28a79c 23.29%, #87e6dd 100%);
}
.list-row .list-col:nth-child(3)::after {
  background: url(../images/icon_career_collaboration.svg) no-repeat;
}
.list-row .list-col:nth-child(4) {
  background: linear-gradient(135deg, #c7911e 23.29%, #e6bf6b 100%);
}
.list-row .list-col:nth-child(4)::after {
  background: url(../images/icon_career_celebration.svg) no-repeat;
}
.list-row .list-col:nth-child(5) {
  background: linear-gradient(135deg, #49b363 23.29%, #7bd290 100%);
}
.list-row .list-col:nth-child(5)::after {
  background: url(../images/icon_career_ideas.svg) no-repeat;
}
.list-row .list-col:nth-child(6) {
  background: linear-gradient(135deg, #c45096 23.29%, #f48bcc 100%);
}
.list-row .list-col:nth-child(6)::after {
  background: url(../images/icon_career_life.svg) no-repeat;
}
.list-row .list-col:nth-child(7) {
  background: linear-gradient(135deg, #4473ba 23.29%, #769fdd 100%);
}
.list-row .list-col:nth-child(7)::after {
  background: url(../images/icon_career_helping.svg) no-repeat;
}
.list-row .list-col:nth-child(8) {
  background: linear-gradient(135deg, #c83d3d 23.29%, #ef7575 100%);
}
.list-row .list-col:nth-child(8)::after {
  background: url(../images/icon_career_learn.svg) no-repeat;
}
.list-col .list-box {
  padding: 24px;
  min-height: 292px;
}
.box-list-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}
.box-list-row .box-list-col {
  width: 50%;
  padding: 0 12px;
  margin-bottom: 24px;
}
.box-list-col .white-box {
  background: #ffffff;
  border-radius: 16px;
  padding: 24px;
  height: 100%;
}
.box-list-col .white-box h4 {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 16px;
}
.box-list-col .white-box h4 span {
  color: #ee7455;
}
.process-box-row {
  display: flex;
  flex-wrap: wrap;
  padding: 24px;
  margin-bottom: 24px;
  border-radius: 16px;
  align-items: center;
}
.process-box-row:last-child {
  margin-bottom: 0;
}
.process-box-row .process-box-left {
  width: 40%;
}
.process-box-left .stepbox {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 32px;
  margin-bottom: 16px;
}
.process-box-row .process-box-right {
  width: 60%;
}
.process-box-right ol {
  display: flex;
  flex-wrap: wrap;
  padding-left: 15px;
  margin-bottom: 0;
}
.process-box-right li {
  width: 50%;
  margin-bottom: 16px;
}
.process-box-right li:last-child,
.process-box-right li:nth-child(2n-1) {
  margin-bottom: 0;
}
.hiring-point-box {
  display: flex;
  align-items: center;
  border: 1px dashed #d8d8d8;
  border-radius: 16px;
  padding: 16px;
  transition: all 0.4s ease-in-out;
}
.hiring-point-box:hover {
  transform: translateY(-8px);
  transition: all 0.4s ease-in-out;
}
.hiring-point-box:hover span {
  color: #ee7455;
}
.hiring-point-box span,
.benefit-box span {
  font-size: 20px;
  line-height: 28px;
  font-weight: normal;
  margin-left: 16px;
}
.benefit-box {
  display: flex;
  align-items: center;
}
.benefit-box .icon-box {
  background: #fff;
  width: 60px;
  height: 60px;
  border: 1px solid #f3e5fa;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.piller-row {
  display: flex;
  align-items: flex-end;
}
.piller-col {
  width: 212px;
  padding: 0 10px;
}
.piller-col:last-child {
  align-self: center;
  padding-left: 60px;
}
.piller-box h4 {
  text-align: center;
  margin-bottom: 16px;
}
.piller-shape,
.piller-shape-2,
.piller-shape-3,
.piller-shape-4 {
  display: flex;
  padding-top: 56px;
  position: relative;
}
.piller-shape h4,
.piller-shape-2 h4,
.piller-shape-3 h4,
.piller-shape-4 h4 {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.piller-shape-left {
  background: linear-gradient(360deg, #ee5e55 27.03%, #eb7f64 91.76%);
  display: inline-block;
  height: 120px;
  position: relative;
  width: 96px;
}
.piller-shape-right {
  background: linear-gradient(180deg, #8d9efc 44.32%, #6578dc 100%);
  display: inline-block;
  height: 120px;
  position: relative;
  width: 96px;
}
.piller-shape-2 .piller-shape-left,
.piller-shape-2 .piller-shape-right {
  height: 180px;
}
.piller-shape-3 .piller-shape-left,
.piller-shape-3 .piller-shape-right {
  height: 240px;
}
.piller-shape-4 .piller-shape-left,
.piller-shape-4 .piller-shape-right {
  height: 320px;
}
.piller-shape-left:before {
  border-bottom: 56px solid #eb7d63;
  border-left: 96px solid transparent;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: -56px;
  width: 0;
}
.piller-shape-right:after {
  border-bottom: 56px solid #8d9efc;
  border-right: 96px solid transparent;
  content: "";
  height: 0;
  left: inherit;
  right: 0;
  position: absolute;
  top: -56px;
  width: 0;
}
.piller-title-box {
  position: relative;
  padding: 12px 12px 27px;
  border: 1px dashed #d8d8d8;
  border-radius: 6px;
  margin-top: 10px;
}
.piller-row .dropdown-toggle,
.piller-row .down-arrow {
  position: absolute;
  background: #fff;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  bottom: -40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  box-shadow: none;
}
.piller-row .down-arrow {
  bottom: -15px;
}
.piller-row .dropdown-toggle:focus {
  border: 0 !important;
  box-shadow: none !important;
}
.piller-row .dropdown-toggle:after {
  display: none;
}
.piller-title-box h5 {
  margin-bottom: 0;
  text-align: center;
}
.piller-row .dropdown-menu,
.piller-row .dropdown-box {
  background: #ffffff;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 0;
  min-width: 200px;
  border: 0;
  left: -85px !important;
  margin-top: 5px !important;
}
.piller-row .desktop-dropdown-box {
  display: none;
  position: absolute;
  left: 0 !important;
  right: 0;
  top: 100%;
  margin: 0 auto;
  padding-top: 20px;
  z-index: 1;
}
.piller-row .desktop-dropdown:hover .desktop-dropdown-box {
  display: block;
}
.piller-row .dropdown-menu:after,
.piller-row .desktop-dropdown-box:after {
  top: -18px;
  right: 0px;
  left: 0;
  margin: 0 auto;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 11px;
}
.piller-row .desktop-dropdown-box:after {
  top: 5px;
}
.piller-row .dropdown-menu .dropdown-item,
.piller-row .dropdown-box .dropdown-item {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.02em;
  color: #666666;
  padding: 6px 16px;
  border-bottom: 1px solid #ececec;
  text-decoration: none;
  cursor: inherit;
  white-space: pre-wrap;
}
.piller-row .dropdown-menu .dropdown-item:hover,
.piller-row .dropdown-menu .dropdown-item:active,
.piller-row .dropdown-menu .dropdown-item:focus,
.piller-row .dropdown-box .dropdown-item:hover,
.piller-row .dropdown-box .dropdown-item:focus,
.piller-row .dropdown-box .dropdown-item:active {
  background-color: transparent;
  color: #666;
}
.piller-row .dropdown-toggle:active {
  background-color: #fff !important;
}
.piller-row .dropdown-menu .dropdown-item:last-child,
.piller-row .dropdown-box .dropdown-item:last-child {
  border-bottom: 0;
}
.piller-small-boxes {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.piller-small-boxes:last-child {
  margin-bottom: 0;
}
.piller-small-boxes h5 {
  margin-bottom: 0;
  color: #fff;
}
.gradient-box {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  margin-right: 16px;
}
.orange {
  background: linear-gradient(2.5deg, #ee5e55 2.09%, #eb7f64 98.21%);
}
.blue {
  background: linear-gradient(180deg, #8d9efc 44.32%, #6578dc 100%);
  border: 1px solid #8896e1;
}
.mobile-only-dropdown {
  display: none;
}
.piller-shape h4,
.piller-shape-2 h4,
.piller-shape-3 h4,
.piller-shape-4 h4 {
  display: none;
}
.show > .btn-primary.dropdown-toggle {
  background-color: #fff;
}

.piller-row .dropdown-toggle img,
.piller-row .down-arrow img {
  z-index: 2;
}
.piller-row .dropdown-toggle:before,
.piller-row .down-arrow:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 28px;
  height: 28px;
  background: #fff;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}
.piller-row .dropdown-toggle:after,
.piller-row .down-arrow:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 28px;
  height: 28px;
  background: #fff;
  border-radius: 50%;
  transition: all 200ms;
  margin: 0;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.counter-box {
  min-width: auto;
  width: auto;
}
.modal-body .whatweprovide.career-perk-benefits-from li {
  margin: 0 0 8px 0;
}
.modal-body .whatweprovide.career-perk-benefits-from li:last-child {
  margin: 0;
}
.career-contact-block {
  margin-top: 16px;
  margin-bottom: 0;
}
.career-contact-block li {
  margin-bottom: 16px;
}
.career-contact-block li:last-child {
  margin-bottom: 0;
}
.accordion-flush .accordion-item.accordion-item-career {
  border-radius: 16px;
  margin-bottom: 24px;
  border: 1px solid;
}
.accordion-item-career .accordion-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 24px;
}
.accordion-header-left .heading-four {
  margin-bottom: 8px;
}
.accordion-header-right {
  display: flex;
  align-items: center;
  gap: 8px;
}
.accordion-item button {
  color: #fff;
}
.square-blue-btn,
.square-orange-btn {
  line-height: 26px;
  text-transform: capitalize;
  padding: 9px 34px;
}
.square-orange-btn {
  padding-right: 54px;
}
.square-orange-btn::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 26px;
  mask-image: url(../images/arrow-down.svg);
  -webkit-mask-image: url(../images/arrow-down.svg);
  mask-size: 24px;
  -webkit-mask-size: 24px;
  width: 24px;
  height: 24px;
  background: #ffffff;
  transition: 0.4s;
}
.square-orange-btn:not(.collapsed)::after {
  transform: rotate(180deg);
  transition: 0.4s;
}
.career-hiring-details {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}
.career-hiring-details p {
  margin-bottom: 0;
}
.career-hiring-details p strong {
  font-weight: 500;
}
.accordion-item-career .accordion-body {
  padding: 24px 24px 0;
  background-color: #ffffff;
  border-radius: 16px;
}
.accordion-item-career .accordion-body h5 {
  margin-bottom: 8px;
}
.accordion-item-career .accordion-body ul {
  margin-bottom: 30px;
}
.accordion-item-career .accordion-body ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #666666;
  background-image: url(../images/icon_circle_check_orange_26.svg);
  background-repeat: no-repeat;
  -webkit-background-position: left 3px;
  background-position: left 3px;
  background-size: 18px;
  padding-left: 28px;
  margin: 0 0 4px;
}
.career-hiring-hr {
  padding: 10px 20px;
  border-radius: 16px 16px 0 0;
  max-width: 530px;
  margin: 0 auto;
  text-align: center;
}
.vcf7form .form-group{
  margin-bottom: 34px;
}
.page-template-career .modal-body form{
  padding-top: 30px;
}
.form-group.success-error{
  margin-top: 20px;
}
/* =========================
      MEDIA QUERY
  ===========================*/
@media (max-width: 1200px) {
  .piller-col {
    width: 183px;
  }
  .piller-shape-left,
  .piller-shape-right {
    width: 81px;
  }
  .piller-shape-left:before {
    border-left: 81px solid transparent;
  }
  .piller-shape-right:after {
    border-right: 81px solid transparent;
  }
  .piller-title-box h5 {
    font-size: 12px;
  }
  .piller-col:last-child {
    padding-left: 20px;
  }
  .counter-col {
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  .piller-row {
    flex-wrap: wrap;
  }
  .piller-col:last-child {
    padding-left: 10px;
    padding-top: 40px;
  }
  .counter-pink-box {
    padding: 30px 15px;
  }
  .list-row .list-col {
    width: 33.33%;
  }
  /* .process-box-row .process-box-left{width: 35%;}
      .process-box-row .process-box-right{width: 55%;} */
  .process-box-right li {
    padding: 0 15px;
  }
  .piller-row .dropdown-menu,
  .piller-row .dropdown-box {
    min-width: 190px;
  }
  .accordion-item-career .accordion-header {
    padding: 20px;
  }
  .accordion-item-career .accordion-body {
    padding: 20px 20px 0;
  }
}
@media (max-width: 767px) {
  .desktop-dropdown {
    display: none;
  }
  .piller-row {
    flex-direction: column;
    align-items: flex-start;
  }
  .piller-shape,
  .piller-shape-2,
  .piller-shape-3,
  .piller-shape-4 {
    flex-direction: column;
    padding-top: 0;
    position: relative;
  }
  .piller-shape {
    width: 30%;
  }
  .piller-shape-2 {
    width: 45%;
  }
  .piller-shape-3 {
    width: 60%;
  }
  .piller-shape-4 {
    width: 75%;
  }
  .piller-shape-left,
  .piller-shape-right {
    height: 25px;
    width: 73%;
  }
  .piller-shape-2 .piller-shape-left,
  .piller-shape-2 .piller-shape-right {
    height: 25px;
    width: 82%;
  }
  .piller-shape-3 .piller-shape-left,
  .piller-shape-3 .piller-shape-right {
    height: 25px;
    width: 86%;
  }
  .piller-shape-4 .piller-shape-left,
  .piller-shape-4 .piller-shape-right {
    height: 25px;
    width: 89%;
  }
  .piller-shape-left:before {
    border-right: 40px solid transparent;
    border-bottom: 25px solid #eb7d63;
    border-left: 0;
    right: -40px;
    left: inherit;
    top: 0;
  }
  .piller-shape-right:after {
    border-bottom: 0;
    border-right: 40px solid transparent;
    border-left: 0;
    border-top: 25px solid #8d9efc;
    top: 0;
    right: -40px;
  }
  .piller-col {
    width: 100%;
    padding-bottom: 30px;
  }
  .piller-box {
    position: relative;
    width: 100%;
  }
  .piller-box > h4,
  .piller-title-box .dropdown {
    display: none;
  }
  .mobile-only-dropdown {
    position: absolute;
    top: 0;
    right: 30px;
    display: block;
  }
  .piller-title-box {
    padding: 12px;
  }
  .piller-col:last-child {
    padding-top: 0px;
  }
  .piller-shape h4,
  .piller-shape-2 h4,
  .piller-shape-3 h4,
  .piller-shape-4 h4 {
    display: block;
    font-size: 12px;
  }
  .piller-row .dropdown-menu {
    left: 0 !important;
  }
  .piller-row .dropdown-menu:after {
    left: unset;
    right: 5px;
    margin: 0;
  }
  .list-row .list-col {
    width: 50%;
  }
  .list-col .list-box {
    min-height: 200px;
  }
  .process-box-row .process-box-left {
    width: 100%;
  }
  .process-box-row .process-box-right {
    width: 100%;
    margin-top: 20px;
  }
  .square-blue-btn {
    padding: 7px 12px;
  }
  .square-orange-btn {
    padding: 7px 40px 7px 12px;
  }
  .square-orange-btn::after {
    top: 8px;
    right: 13px;
  }
}
@media (max-width: 640px) {
  .process-box-right li {
    width: 100%;
    margin-bottom: 0;
  }
  .box-list-row .box-list-col {
    width: 100%;
  }
  .piller-small-boxes {
    margin-bottom: 20px;
  }
  .exp-list {
    column-count: 1;
  }
  .exp-list li {
    margin-bottom: 15px;
    background-size: 20px;
  }
  .counter-pink-box {
    padding: 20px 0;
    text-align: center;
  }
  .counter-row {
    flex-wrap: wrap;
    justify-content: center;
  }
  .counter-col {
    width: 50%;
    text-align: center;
    margin-bottom: 20px;
  }
  .counter-col:first-child {
    padding-left: 20px;
  }
  .counter-col:last-child {
    padding-right: 20px;
    width: 100%;
  }
  .counter-col:nth-child(2) {
    border-right: 0;
  }
  .accordion-item-career .accordion-header {
    gap: 12px;
  }
  .accordion-item-career .accordion-body ul {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .list-row .list-col {
    width: 100%;
  }
  .counter-col {
    padding: 0 10px;
  }
  .counter-col:first-child {
    padding-left: 10px;
  }
  .counter-col:last-child {
    padding-right: 10px;
  }
  #careermodelForm .heading-two {
    font-size: 24px;
    line-height: 36px;
  }
  .accordion-item-career .accordion-header {
    padding: 12px;
  }
  .accordion-item-career .accordion-body {
    padding: 12px 12px 0;
  }
  .accordion-item-career .accordion-body ul li {
    margin: 0 0 10px;
  }
  .career-hiring-hr {
    padding: 6px;
  }
  .career-hiring-details {
    gap: 8px;
  }
  .accordion-item-career .accordion-body ul li {
    font-size: 14px;
    line-height: 21px;
    background-size: 14px;
    padding-left: 22px;
    margin: 0 0 10px;
  }
  .career-hiring-details p,
  .career-hiring-hr p,
  .career-hiring-hr p > a {
    font-size: 14px;
    line-height: 21px;
  }
  .square-blue-btn {
    padding: 6px 12px;
  }
  .square-orange-btn {
    padding: 6px 40px 6px 12px;
  }
}
