a:hover {
  color: #770838;
}

.careers_banner_wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 1rem 4rem;
  width: 350px;
  background: linear-gradient(90deg, #96144c 0%, #7a0f3e 100%);
}

.homeMobBaner2 .homeMobBanerIn .careers_banner_wrapper .careers_banner_text {
  color: #fff;
  font-size: 30px;
  font-weight: 800;
  line-height: 0.8;
  text-transform: uppercase;
}

.homeMobBaner2
  .homeMobBanerIn
  .careers_banner_wrapper
  .careers_banner_text_sub {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 0.8;
}

.bannerBt .container p {
  /* max-width: 78%;
  width: 100%; */
  margin: 0 auto;
  /* font-size: 20px; */
  font-style: normal;
  text-align: center;
}

.bannerBt .container {
  padding: 20px 40px;
}

.homeMobBanerIn {
  /* height: 120%; */
}

.homeMobBaner {
  height: 500px;
}

.homeMobBanerImgCareers {
  background: url(../images/careers/careers-bg.png) no-repeat center top;
  background-size: cover;
}

.build_a_career .build_a_career_text h3 {
  font-size: 42px;
  color: #97144d;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  line-height: 1;
}
.build_a_career .build_a_career_text p {
  font-size: 25px;
  color: #97144d;
  margin: 0;
  line-height: 1;
  font-weight: 600;
}

.build_a_career {
  height: 400px;
  display: flex;
  align-items: center;
}

.build_a_career_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.build_a_career .build_a_career_image img {
  width: 450px;
  height: auto;
}

/* What are we */
.career-options-section {
  height: 60vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* padding: 0 5vw; */
  background-color: #fff;
}

.career-options-header {
  text-align: left;
  margin-bottom: 30px;
}

.career-options-title {
  font-size: 42px;
  font-weight: 600;
  color: #000;
  padding-bottom: 0;
}

.career-options-title .highlight {
  color: #97144d; /* Maroon */
  font-style: italic;
  font-weight: 700;
}

.career-cards-container {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.career-card {
  background-color: #fff;
  color: #000;
  padding: 32px 32px 20px 32px;
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  width: 350px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 240px;
  transition: transform 0.3s;
}

.career-card:hover {
  transform: translateY(-1rem);
}

.career-card h3 {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 600;
  color: #000;
  width: 200px;
}

.card-link {
  margin-top: auto;
  color: #97144d;
  font-weight: 600;
  text-decoration: underline !important;
  align-self: flex-end;
}

.career-card.active {
  background-color: #97144d;
}
.career-card.active h3 {
  color: #fff;
}

.career-card.active .card-link {
  color: #fff;
}

/* Looking for */
.looking-for-section {
  /* height: 100vh; */
  background-color: #fff;
  padding-top: 4vw;
  padding-bottom: 4vw;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.looking-for-header {
  margin-bottom: 40px;
}

.looking-for-title {
  font-size: 42px;
  font-weight: 600;
  color: #000;
  padding-bottom: 0;
}

.looking-for-title .highlight {
  color: #97144d;
  font-style: italic;
}

.looking-for-card {
  width: 100%;
  height: 300px;
  background: #fff;
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.looking-for-card .card_content_wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 32px;
  padding-top: 4rem;
}

.card-left {
  flex: 1;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 600;
  gap: 4rem;
}

.card-index {
  margin-right: 12px;
}

.card-center {
  width: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.arrow-down {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.arrow-head {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 20px solid #97144d;
  margin-bottom: 0;
}

.arrow-line-active {
  width: 5px;
  height: 80px;
  background-color: #97144d; /* Active part (before arrow) */
}

.arrow-line {
  width: 1px;
  height: 130px;
  background-color: #999;
}

.card-right {
  flex: 1;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 300;
}

/* Interview */
.interview-section {
  height: 122vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* background: linear-gradient(to top left, #d0d0d0, #f5f5f5); fallback */
  background-image: url("../images/careers/interview-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  /* background-color: #f5f5f5; fallback background */
  padding: 0 5vw;
}

.interview-content {
  max-width: 600px;
  width: 100%;
  text-align: left;
  margin-left: 3rem;
  position: relative;
}

.interview-title {
  font-size: 42px;
  font-weight: 900;
  color: #97144d;
  line-height: 1.2;
}

.interview-subtitle {
  font-size: 25px;
  font-weight: 600;
  color: #000;
  margin-bottom: 2rem;
}

.interview-link {
  font-size: 1.2rem;
  color: #97144d;
  text-decoration: underline !important;
  font-weight: 600;
}

.interview-link-wrapper {
  position: static;
  bottom: -20%;
  right: 0;
}

/* Pride */
.pride-section {
}

.pride-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
  background-color: #97144d;
  padding: 4rem 2rem 8rem;
}

.pride-header h2 span {
  font-size: 42px;
  color: #fff;
  font-weight: 800;
  margin: 0;
  line-height: 1;
}

.pride-header p {
  font-size: 1.3rem;
  font-weight: 400;
}

.pride-header p span {
  font-weight: 600;
}

.testimonial-main-wrapper {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  position: relative;
  margin-top: -100px;
}

.testimonial_main_container {
  display: flex;
  justify-content: flex-end;
}

.testimonial-container {
  display: flex;
  position: relative;
  align-items: center;
  padding: 2rem 0;
  max-width: 900px;
  position: relative;
}

.image-clip img {
  width: 320px;
  height: 198px;
}

.testimonial-details {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #1f1c1d;
  color: white;
  padding: 2rem 2rem 0 2rem;
  clip-path: polygon(0% 3.2%, 75% 5%, 100% 95%, 20% 95%);
  margin-left: -108px;
  width: 500px;
}

.testimonial-black-box {
  background-color: #000;
  width: 355px;
  height: 192px;
  margin-left: -225px;
}

.testimonial-grey-line {
  background-color: #969696;
  width: 200px;
  height: 192px;
  clip-path: polygon(0 0, 10% 0, 75% 100%, 64% 100%);
  margin-left: -128px;
}

.testimonial-details h3 {
  color: #fff;
  font-weight: 500;
  margin: 0;
  margin-left: -6rem;
  font-size: 1.5rem;
  padding: 0;
}

.testimonial-details .testi-course {
  font-weight: 300;
  font-style: italic;
  font-size: 1.2rem;
  margin: 0;
  margin-left: -5rem;
}

.testimonial-details .test-course-list {
  font-weight: 600;
  font-size: 1rem;
  margin: 0;
}

.testimonial-details .test-course-list.first {
  margin-top: 1rem;
  margin-left: 1rem;
}

.testimonial-details .test-course-list.second {
  margin-left: 4rem;
}

.testimonial-details .learnMoreLink-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #97144d;
  height: 60px;
  width: 115%;
  margin-top: 1rem;
}

.testimonial-details a {
  color: #fff;
  text-decoration: underline;
  font-weight: normal;
  margin-top: -15px;
}

.arrow {
  font-size: 3rem;
  font-weight: 900;
  color: #565656;
  padding: 1rem;
  cursor: pointer;
}

.arrow.left {
  position: absolute;
  left: -6rem;
}

.arrow.right {
  position: absolute;
  right: 10px;
}

/* Popup styling */
.popup-box {
  background-color: white;
  color: black;
  padding: 1.5rem 3rem;
  border-radius: 12px;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  position: absolute;
  bottom: -80px;
  right: 200px;
  width: 400px;
  display: none;
}

.popup-box p {
  line-height: 1.6;
}

.quote-mark {
  position: absolute;
  color: #97144d;
  font-weight: bold;
  font-size: 2.5rem;
}

.quote-mark.start {
  top: 10px;
  left: 15px;
}

.quote-mark.end {
  bottom: 1rem;
  right: 3rem;
}

/* Show popup on trigger */
.popup-box.show {
  display: block;
}

/* Opportunity */
.equal-opportunity {
  /* height: 100vh; */
  background: hsla(0, 0%, 100%, 1);
  background: linear-gradient(
    180deg,
    hsla(0, 0%, 100%, 1) 0%,
    hsla(0, 0%, 87%, 1) 100%
  );
  /* padding: 80px 20px; */
  padding: 8rem 0;
}

.equal-opportunity .content {
  display: flex;
  justify-content: flex-start;
  gap: 8rem;
  align-items: center;
  /* max-width: 1200px; */
  /* margin: 0 auto; */
}

.text-column {
  flex: 1 1 50%;
  max-width: 700px;
}

.text-column h2 {
  color: #97144d; /* Maroon */
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.equal-opportunity p {
  font-size: 1.5rem;
  color: #333;
  line-height: 1.2;
  max-width: 600px;
  /* margin-left: 6rem; */
}

.image-column {
  max-width: 250px;
  display: flex;
  justify-content: center;
}

.image-column img {
  max-width: 100%;
  height: auto;
}

/* Benefits */
.benefits-section {
  height: auto;
  display: flex;
	    flex-direction: column;
    justify-content: center;
  /* align-items: center; */
  margin: 0;
  padding: 0;
  position: relative;
}

.benefits-content {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.benefits-text {
  padding-top: 100px;
  /* padding-left: 8rem; */
}

.benefits-text h2 {
  color: #97144d;
  font-size: 42px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.2;
}

.benefits-image {
  position: absolute;
  top: 0;
  right: 0;
}

.benefits-image img {
  width: 500px;
  height: 100vh;
  object-fit: cover;
}

/* Benefit cards */
.benefits-cards.container {
  margin: 0 auto;
  padding: 0;
  margin-top: 2rem;
}
.benefits-cards {
  position: static;
  top: 65%;
  left: 50%;
  /* transform: translateX(-50%); */
  display: flex;
  justify-content: center;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  width: 260px;
  padding: 20px;
  font-size: 1.2rem;
  font-weight: 500;
  border-radius: 0;
  border: none;
  transition: all 0.2s ease-in-out !important;
}

.card:hover {
  transform: scale(1.1);
  z-index: 9;
}

.card .icon {
  width: 55px;
  height: auto;
}

.maroon {
  background-color: #96144c;
  color: white;
}

.gray {
  background-color: #a5a5a5;
  color: white;
}

/* Guided by */
.guided-values-section {
  height: 100vh;
  display: flex;
  align-items: center;
  /* padding: 0 10%; */
  box-sizing: border-box;
  background-color: white;
}

.guided-values-left {
  flex: 1;
}

.guided-values-left h2 {
  font-size: 42px;
  color: #97144d;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0 0 1rem 0;
}

.guided-values-left p {
  font-size: 25px;
  color: #000;
  line-height: 1;
}

.guided-values-left p .highlight {
  color: #97144d;
  font-weight: 600;
}

.guided-values-right {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.guided-values-right img {
  max-width: 100%;
  height: auto;
}

.guided-values-left-p {
  display: none;
}

@media (max-width: 1400px) {
  .build_a_career .build_a_career_text h3 {
    font-size: 42px;
  }
  .bannerBt .container {
    width: 90%;
  }
  .homeMobBaner {
    height: 500px;
  }
  .interview-section {
    height: 730px;
  }
  /* .looking-for-section {
    height: unset;
  } */
  .text-column h2 {
    font-size: 42px;
  }
  .equal-opportunity {
    height: 580px;
    padding: 4rem 0;
  }
  .benefits-text h2 {
    font-size: 42px;
  }
  .benefits-text {
    /* padding-left: 6rem; */
  }
  .benefits-section {
    height: auto;
  }
  .benefits-image img {
    height: 700px;
  }
  .guided-values-left h2 {
    font-size: 42px;
  }
  .looking-for-section {
    padding: 4rem 0;
  }
  .build_a_career .build_a_career_image img {
    width: 370px;
  }
  .equal-opportunity p {
    margin-left: 0;
  }
  .interview-content {
    margin-left: 6rem;
  }
  .guided-values-section {
    /* padding: 0 6rem; */
  }
}

@media (max-width: 1200px) {
  .container {
    padding-left: 2rem;
  }
  .bannerBt .container {
    width: 90%;
  }
  .homeMobBaner {
    height: 500px;
  }
  .build_a_career {
    /* padding: 3rem; */
  }
  .build_a_career .build_a_career_text h3 {
    font-size: 42px;
  }
  .build_a_career .build_a_career_image img {
    width: 260px;
	margin-top: 20px;
  }
  .build_a_career .build_a_career_text p {
    font-size: 25px;
  }
  .career-options-title {
    font-size: 42px;
  }
  .career-options-section {
    height: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .career-card h3 {
    font-size: 1.2rem;
  }
  .career-card {
    width: 260px;
    height: 220px;
  }
  .looking-for-title {
    font-size: 42px;
  }
  .interview-section {
    height: 695px;
  }
  .interview-title {
    font-size: 42px;
  }
  .interview-subtitle {
    font-size: 25px;
  }
  .interview-content {
    margin-left: 14rem;
  }
  .text-column h2 {
    font-size: 42px;
  }
  .equal-opportunity .content {
    /* max-width: 882px; */
  }
  .equal-opportunity p {
    /* margin-left: 2rem; */
  }
  .benefits-text h2 {
    font-size: 42px;
  }
  .benefits-section {
    height: auto;
    align-items: center;
  }
  .benefits-text {
    /* margin-bottom: 20vh; */
    /* padding-left: 4rem; */
  }
  .benefits-image img {
    height: 700px;
    width: 410px;
  }
  .benefits-cards.container {
    width: 93%;
  }
  .benefits-cards .card {
    /* min-width: 170px; */
    padding: 10px 20px;
    font-size: 1rem;
  }
  .guided-values-left h2 {
    font-size: 42px;
  }
  .guided-values-section {
    padding: 0;
  }
  .guided-values-left p {
    font-size: 25px;
  }
  .how-to-stand-out-steps-wrapper .text_wrapper {
    padding-left: 6rem;
  }
}

@media (max-width: 768px) {
	.career-cards-container {
		justify-content: center;
	}
	.quick-links-wrapper {
		flex-wrap: nowrap !important;
		width: calc(100vw - 28px);
		overflow-x: scroll;
		margin-bottom: 2rem;
		justify-content: unset !important;
		gap: 0 !important;
	}
	.quick-links-wrapper button {
		font-size: 16px;
	}
  .homeMobBanerImgCareers {
    background-size: cover;
  }
  .homeMobBaner {
    height: 60vh !important;
  }
  .careers_banner_wrapper {
    width: 230px;
    padding: 0.5rem 0.5rem 0.5rem 4rem;
    position: absolute;
    bottom: 23%;
  }
  .homeMobBaner2 .homeMobBanerIn .careers_banner_wrapper .careers_banner_text {
    font-size: 18px !important;
    font-weight: 500;
  }
  .homeMobBaner2
    .homeMobBanerIn
    .careers_banner_wrapper
    .careers_banner_text_sub {
    font-size: 12px !important;
    font-weight: 300;
  }
  .bannerBt .container p {
    font-size: 14px !important;
    max-width: 100%;
  }

  .build_a_career {
    padding: 2rem 1rem;
    align-items: flex-start;
    height: auto;
  }
  .build_a_career_wrapper {
    width: 100%;
  }
  .build_a_career .build_a_career_text h3 {
    font-size: 1.5rem;
    font-weight: 400;
  }
  .build_a_career .build_a_career_text p {
    font-size: 16px;
  }
  .build_a_career .build_a_career_image img {
    /* width: 75px; */
  }

  .career-options-section {
    height: auto;
  }
  .career-options-title {
    font-size: 1.5rem;
  }
  .career-card {
    width: 100%;
  }
  .career-card.active h3 {
    font-size: 20px;
  }
  .career-card .card-link {
    text-decoration: none !important;
  }

  .looking-for-section {
    margin-top: 4rem;
    height: auto;
    padding: 2rem 1rem;
  }
  .looking-for-title {
    font-size: 1.5rem;
  }
  .looking-for-header {
    margin-bottom: 20px;
  }
  .looking-for-card {
    box-shadow: none;
    padding-top: 3rem;
    gap: 8px;
  }
  .card-left {
    font-size: 1rem;
    gap: 0.5rem;
  }
  .card-center {
    width: max-content;
  }
  .card-right {
    font-size: 1rem;
  }

  .interview-section {
    height: 206px;
  }
  .interview-title {
    font-size: 1.5rem;
    font-weight: 400;
  }
  .interview-content {
    max-width: 100%;
    margin-left: 14rem;
  }
  .interview-subtitle {
    font-size: 1rem;
  }
  .interview-link-wrapper {
    bottom: -10%;
    right: 10rem;
  }
  .interview-link {
    font-size: 14px;
  }
  .popup-box {
    right: 1rem;
    width: 90%;
    bottom: -135px;
  }

  .pride-header {
    text-align: left;
    padding: 2rem;
  }
  .pride-header h2 span {
    font-size: 1.5rem;
    font-weight: 400;
  }
  .pride-header p {
    font-size: 14px;
  }
  .pride-header p span {
    font-weight: 400;
  }
  .testimonial-container {
    margin: 0;
    padding: 0;
  }
  .image-clip img {
    width: 220px;
    height: 120px;
  }
  .testimonial-grey-line {
    display: none;
  }
  .testimonial-black-box {
    width: 200px;
  }
  .testimonial-details {
    width: 300px;
  }

  .equal-opportunity {
    height: auto;
    padding: 4rem 1rem;
  }
  .text-column h2 {
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 0;
  }
  .equal-opportunity p {
    font-size: 14px;
    margin-top: 10px;
    margin-left: 0;
  }
  .equal-opportunity .content {
    max-width: 100%;
    gap: 1rem;
  }

  .benefits-section {
    height: auto;
  }
  .benefits-content {
    gap: 10px;
  }
  .benefits-cards {
    top: 70%;
  }
  .benefits-text {
    padding-top: 50px;
    padding-left: 1rem;
  }
  .benefits-text h2 {
    font-size: 1.5rem;
    font-weight: 400;
  }
  .benefits-image {
    position: static;
  }
  .benefits-image img {
    width: 230px;
    height: 250px;
  }
  .benefits-cards .card {
    min-width: 65px;
    padding: 10px;
    font-size: 10px;
    font-weight: 400;
    gap: 5px;
  }
  .card .icon {
    width: 20px;
  }

  .guided-values-section {
    height: auto;
    margin-top: 6rem;
    flex-direction: column;
  }
  .guided-values-left h2 {
    font-size: 1.5rem;
    font-weight: 400;
    text-align: center;
  }
  .guided-values-left p.hideOnMobile {
    display: none;
  }
  .guided-values-left-p {
    display: block;
    font-size: 16px;
    color: #000;
    line-height: 1;
    margin-top: 1.5rem;
    padding-bottom: 3rem;
    text-align: center;
  }

  .guided-values-left-p .highlight {
    color: #97144d;
    font-weight: 600;
  }
}

/* How to stand out */
.how-to-stand-out-steps-wrapper {
  /* height: 200vh; */
  padding-bottom: 5rem;
  margin-top: 150px;
  position: relative;
  overflow: hidden;
}

.how-to-stand-out-steps-wrapper .text_wrapper {
  padding-top: 4rem;
  padding-left: 12rem;
}

.how-to-stand-out-steps-wrapper .text_wrapper h1 {
  font-size: 86px;
  color: #97144d;
  font-weight: 900;
}

.how-to-stand-out-steps-wrapper .wide-stripe {
  position: absolute;
  top: 6rem;
  left: -25rem;
  width: 100%;
}

.how-to-stand-out-steps-wrapper .black-stripe {
  position: absolute;
  top: 45%;
  left: -25rem;
  width: 100%;
}

.group-img-wrapper {
  position: absolute;
  top: 15%;
  right: 5rem;
}

.group-img-wrapper img {
  width: 350px;
  height: auto;
}

.stand-out-steps {
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: 10rem;
  z-index: 9;
}

.stand-out-card {
  width: 100%;
  max-width: 60%;
  height: auto;
  background: #fff;
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 32px;
  padding: 4rem 4rem;
}

/* TIMELINE */
.how-to-stand-out-timeline .timeline {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.how-to-stand-out-timeline .timeline .event {
  display: flex;
  flex-direction: row;
}
.how-to-stand-out-timeline .timeline .event__date {
  width: 300px;
  height: 100px;
  font-size: 1rem;
  font-weight: 600;
}
.how-to-stand-out-timeline .timeline .event__timeline {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.how-to-stand-out-timeline .timeline .event__dot {
  background-color: transparent;
  height: 20px;
  width: 20px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 20px solid #999;
  margin: 0 20px;
}
.how-to-stand-out-timeline .timeline .event__dot.active {
  border-top: 20px solid #97144d;
}
.how-to-stand-out-timeline .timeline .event__line:first-child {
  height: 50px;
}
.how-to-stand-out-timeline.tips-card-timeline .timeline .event__line:first-child {
  height: 50px;
}
.how-to-stand-out-timeline .timeline .event__line {
  background-color: #999;
  margin-top: -1px;
  height: 82px;
  width: 2px;
}
.how-to-stand-out-timeline .timeline .event__line.active {
  background-color: #97144d;
}
.how-to-stand-out-timeline .timeline .event__description {
  width: 300px;
  height: 100px;
  display: flex;
  flex-direction: column;
  font-weight: 300;
  font-size: 1rem;
	padding-left: 2rem;
}
.how-to-stand-out-timeline.tips-card-timeline .timeline .event__date {
  width: 250px;
}
.how-to-stand-out-timeline.tips-card-timeline .timeline .event__description {
  width: 250px;
}
.how-to-stand-out-timeline .timeline .event__link {
  text-decoration: none;
  color: #97144d;
  margin-bottom: 10px;
  font-size: 25px;
}
.how-to-stand-out-timeline .timeline .event__link:hover {
  text-decoration: underline #97144d;
}
/* END TIMELINE */

.stand-out-steps .left-side {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1rem;
  font-weight: 600;
  gap: 4rem;
}

.stand-out-steps .right-side {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
}

.stand-out-steps .right-side p {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 300;
  margin: 0;
}

.stand-out-steps .arrow-line.active {
  width: 5px;
  height: 80px;
  background-color: #97144d;
}

.stand-out-steps .arrow-line {
  width: 2px;
  height: 75px;
  background-color: #999;
}

.stand-out-steps .arrow-line:nth-child(3) {
  height: 65px;
}

.stand-out-steps .arrow-line:nth-child(5) {
  height: 85px;
}

.stand-out-steps .arrow-line:nth-child(7) {
  height: 65px;
}

.stand-out-steps .arrow-line:nth-child(9) {
  height: 60px;
}

.stand-out-steps .arrow-head {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 20px solid #999;
  margin-bottom: 0;
}

.stand-out-steps .arrow-head.active {
  border-top: 20px solid #97144d;
  animation: pulse 0.5s ease;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

/* Whats next */
.whats-next-section {
  height: 122vh;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  background: linear-gradient(to top left, #d0d0d0, #f5f5f5); /* fallback */
  background-image: url("../images/careers/what-next.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #f5f5f5; /* fallback background */
  position: relative;
}

.whats-next-content {
  width: 100%;
  text-align: left;
  margin-left: 6rem;
  position: relative;
}

.whats-next-title {
  font-size: 90px;
  font-weight: 900;
  color: #97144d;
  line-height: 1.2;
}

.whats-next-paragraph-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-left: 3rem;
  padding-right: 3rem;
  height: 200px;
  width: 450px;
  background: #97144d;
}

.whats-next-paragraph-box p {
  width: 85%;
  color: #fff;
  font-weight: 400;
  line-height: 1.6;
}

.whats-next-link-wrapper {
  position: absolute;
  left: 0;
  bottom: 2rem;
}

.whats-next-link-wrapper.view_more a.whats-next-link {
  background: #97144d;
  width: 165px;
  transition: all 0.2s ease-in-out;
  border-radius: 0;
}

.view_more.whats-next-link-wrapper .whats-next-link {
  color: #fff;
}

.view_more.whats-next-link-wrapper .whats-next-link::after {
  filter: grayscale(1) invert(1);
}

/* Tips */

.tips-section {
  height: 122vh;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  background: linear-gradient(to top left, #d0d0d0, #f5f5f5); /* fallback */
  background-image: url("../images/careers/tips-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #f5f5f5; /* fallback background */
}

.tips-content {
  width: 100%;
  text-align: left;
  margin-left: 6rem;
  position: relative;
  width: 550px;
}

.tips-title {
  font-size: 90px;
  font-weight: 900;
  color: #97144d;
  line-height: 1.2;
}
.tips-subtitle {
  font-size: 20px;
  font-weight: 400;
  color: #000;
  line-height: 1.2;
}

.tips-link {
  font-size: 1.2rem;
  color: #97144d;
  text-decoration: underline !important;
  font-weight: 600;
}

.tips-link-wrapper {
  position: absolute;
  bottom: -20%;
  right: 0;
}

.tips-card-wrapper {
  margin-top: -120px;
  display: flex;
  flex-direction: column;
  padding-bottom: 2rem;
  gap: 2rem;
}

.tips-card {
  width: 100%;
  max-width: 50%;
  height: auto;
  margin: 0 auto;
  background: #fff;
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 16px;
  padding: 2rem;
}

.tips-card .title {
  font-size: 25px;
  font-weight: 700;
  color: #97144d;
}

.tips-card .para {
  font-size: 16px;
  font-weight: 600;
}

.tips-card .advice {
  font-size: 18px;
  font-weight: 900;
  color: #97144d;
}

.tips-card .stand-out-steps {
  margin-top: 0;
}

   .stairs {
      position: relative;
      width: 400px;
      height: 500px;
    }

    .step {
      position: absolute;
      height: 15px;
      background: #8B0E3A;
      border-radius: 3px;
    }

    .step:nth-child(1) {
      width: 160px;
	bottom: 20px;
	left: 70px;
    }
    .step:nth-child(2) {
      width: 140px;
    bottom: 80px;
    left: 130px;
    }
    .step:nth-child(3) {
      width: 120px;
    bottom: 140px;
    left: 180px;
    }
    .step:nth-child(4) {
      width: 100px;
    bottom: 200px;
    left: 230px;
    }

    .man {
      position: absolute;
      bottom: 25px;
      left: 0;
      width: 100px;
      animation: climb 6s linear infinite;
    }

    @keyframes climb {
      0%   { bottom: 25px; left: 0; }      /* Start */
  10%  { bottom: 25px; left: 0; }      /* Pause on 1st step */

  20%  { bottom: 85px; left: 50px; }   /* Move to 2nd step */
  30%  { bottom: 85px; left: 50px; }   /* Pause on 2nd step */

  40%  { bottom: 145px; left: 100px; } /* Move to 3rd step */
  50%  { bottom: 145px; left: 100px; } /* Pause on 3rd step */

  60%  { bottom: 205px; left: 150px; } /* Move to 4th step */
  80%  { bottom: 205px; left: 150px; } /* Pause on 4th step */

  100% { bottom: 25px; left: 0; }      /* Reset to start */
    }

@media (max-width: 768px) {
  .how-to-stand-out-steps-wrapper .text_wrapper h1 {
    font-size: 25px;
    font-weight: 600;
  }
  .how-to-stand-out-steps-wrapper .text_wrapper {
    padding-top: 0;
    padding-left: 2rem;
  }
  .group-img-wrapper {
    top: 3%;
    right: 1rem;
  }
  .group-img-wrapper img {
    width: 150px;
  }
  .stand-out-steps {
    margin-top: 6rem;
  }
  .stand-out-card {
    max-width: 90%;
    gap: 15px;
    padding: 1rem;
  }
  .stand-out-steps .left-side {
    font-size: 12px;
  }
  .stand-out-steps .right-side p {
    font-size: 12px;
  }
  .stand-out-steps .arrow-head {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #999;
  }
  .stand-out-steps .arrow-head.active {
    border-top: 15px solid #97144d;
  }
  .stand-out-steps .arrow-line.active {
    height: 75px;
  }
  .stand-out-steps .arrow-line:nth-child(3) {
    height: 85px;
  }
  .stand-out-steps .arrow-line:nth-child(5) {
    height: 80px;
  }
  .stand-out-steps .arrow-line:nth-child(7) {
    height: 60px;
  }
  .stand-out-steps .arrow-line:nth-child(9) {
    height: 50px;
  }
  .how-to-stand-out-steps-wrapper {
    height: auto;
    padding-bottom: 4rem;
  }
  .how-to-stand-out-steps-wrapper .wide-stripe img {
    width: 260%;
  }
  .how-to-stand-out-steps-wrapper .black-stripe {
    top: 35%;
  }
  .how-to-stand-out-steps-wrapper .black-stripe img {
    width: 220%;
  }
  .tips-section {
    height: 40vh;
  }
  .tips-content {
    margin-left: 2rem;
  }
  .tips-title {
    font-size: 25px;
    font-weight: 600;
  }
  .tips-subtitle {
    font-size: 14px;
    font-weight: 400;
    width: 170px;
  }
  .tips-card-wrapper {
    margin-top: -8px;
  }
  .tips-card {
    max-width: 85%;
  }
  .tips-card-br {
    display: inline-block;
  }
  .tips-card .title {
    font-size: 18px;
  }
  .tips-card .para {
    font-size: 14px;
    font-weight: 400;
  }
  .tips-card .advice {
    font-size: 14px;
    font-weight: 600;
  }
  .whats-next-content {
    margin-left: 2rem;
    margin-top: 3rem;
  }
  .whats-next-section {
    height: 50vh;
  }
  .whats-next-title {
    font-size: 25px;
    font-weight: 600;
  }
  .whats-next-paragraph-box {
    width: 250px;
    height: 150px;
    padding-left: 2rem;
    padding-right: 1rem;
  }
  .whats-next-paragraph-box p {
    width: 98%;
    font-size: 13px;
  }
  .whats-next-link-wrapper {
    position: static;
    margin: 20px 0;
  }
  .whats-next-link-wrapper .whats-next-link {
    font-size: 12px;
    padding: 2px 8px;
  }
	
	.build_a_career_wrapper {
		flex-direction: column;
	}
}

@media (max-width: 576px) {
  .how-to-stand-out-steps-wrapper .wide-stripe {
    top: -2rem;
  }
  .tips-content {
    margin-left: 3rem;
  }
  .tips-card-wrapper {
    margin-top: -40px;
  }
  .tips-card .stand-out-steps {
    gap: 8px;
  }
  .how-to-stand-out-steps-wrapper .black-stripe {
    top: 20%;
  }
}

@media (max-width: 1200px) {
  .how-to-stand-out-timeline .timeline .event__date {
    width: 200px;
    height: 100px;
  }
  .how-to-stand-out-timeline .timeline .event__description {
	  padding-left: 0;
    width: 200px;
    height: 80px;
  }
  .how-to-stand-out-timeline .timeline .event__line {
    height: 100px;
  }
}

@media (max-width: 992px) {
  .how-to-stand-out-timeline .timeline .event__date {
    font-size: 14px;
    width: 150px;
    height: 120px;
  }
  .how-to-stand-out-timeline .timeline .event__description {
    font-size: 14px;
    width: 150px;
    height: 100px;
  }
  .how-to-stand-out-timeline .timeline .event__line {
    height: 120px;
  }
}

@media (max-width: 476px) {
  .how-to-stand-out-timeline .timeline .event__date {
    width: 100px;
    height: 130px;
  }
  .how-to-stand-out-timeline .timeline .event__description {
    width: 100px;
    height: 130px;
  }
  .how-to-stand-out-timeline .timeline .event__line {
    height: 130px;
  }

  .how-to-stand-out-timeline.tips-card-timeline .timeline .event__date {
    width: 100px;
    height: 100px;
  }
  .how-to-stand-out-timeline.tips-card-timeline .timeline .event__description {
    width: 100px;
    height: 100px;
  }
  .how-to-stand-out-timeline.tips-card-timeline .timeline .event__line {
    height: 120px;
  }
}

.career-card.looking-for {
  align-items: center;
  justify-content: center;
  width: 260px;
  height: 200px;
  cursor: default;
  position: relative;
}

.career-card.looking-for:hover .career-more-info {
  opacity: 1;
}

.career-card.looking-for h3 {
  text-align: center;
  padding: 0;
}

.career-card.looking-for .career-more-info {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  border-radius: 12px;
  padding: 1rem;
  background: rgba(151, 20, 77, 1);
  backdrop-filter: blur(1px);
  transform: translate(-50%, -50%);
  transition: all 0.2s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}

.career-card.looking-for .career-more-info p {
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  margin: 0;
  text-align: center;
}

.quick-links-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 2rem;
}

.quick-links-wrapper button {
  font-size: 18px;
  color: #97144D;
  font-weight: 700;
	background: none;
	padding: 0.5rem 1rem;
	border: none;
  transition: all 0.2s ease-in-out;
  flex-shrink: 0;
}

.quick-links-wrapper button:hover,
.quick-links-wrapper button:focus {
	background: #97144D;
  color: #fff;
}