@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");

body,
html {
  font-family: "Manrope", sans-serif;
  overflow-x: hidden;
}

.life-at-nexus-banner {
  background: url("../images/life-at-nexus-bg.png") no-repeat center center;
  background-size: cover;
  padding: 50px 0;
}

.first-banner-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 150px;
  /* max-width: 1200px; */
  margin: auto;
  /* padding: 0 20px; */
  margin-top: 100px;
  margin-bottom: 10px;
}

.first-banner-wrapper h1 {
  font-family: "Manrope", sans-serif;
  font-size: 60px;
  /* line-height: 50px; */
  color: #250027;
  margin-bottom: 20px;
  color: #9d1d96;
  display: flex;
  flex-direction: column;
  font-weight: 800;
  position: relative;
  width: max-content;
}

.first-banner-wrapper .icon {
  position: absolute;
  bottom: 30px;
  right: -50px;
}

.first-banner-wrapper h1 span {
  color: #250027;
  font-size: 36px;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
}

.first-banner-wrapper p {
  margin-bottom: 30px;
}

.life-at-nexus-banner-img {
  /* margin-bottom: 30px; */
  max-width: 100%;
}

.values-section {
  padding: 50px 0;
  background: linear-gradient(180deg, #ffffff 0%, #f6f6f6 100%);
}

.values-header h2 {
  font-family: "Manrope", sans-serif;
  font-size: 36px;
  line-height: 50px;
  color: #250027;
  letter-spacing: 2%;
  font-weight: 600;
}

.values-header p {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #4a5565;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 30px;
}

.value-card-wrapper {
  border-radius: 15px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.1);

  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}

.value-card {
  /* border-top: 4px solid rgba(0, 0, 0, 1); */
  padding: 20px;
  border-top: 6px solid;
}

.value-card.orange {
  border-image: linear-gradient(90deg, #ff6900 0%, #f0b100 100%);
  border-image-slice: 1;
}

.value-card.pink {
  border-image: linear-gradient(90deg, #f6339a 0%, #fb2c36 100%);

  border-image-slice: 1;
}

.value-card.purple {
  border-image: linear-gradient(90deg, #ad46ff 0%, #f6339a 100%);

  border-image-slice: 1;
}

.value-card.red {
  border-image: linear-gradient(90deg, #fb2c36 0%, #ff6900 100%);
  border-image-slice: 1;
}

.value-icon {
  margin-bottom: 20px;
}

.value-icon img {
  width: 64px;
}

.value-card h3,
.inclusion-card h3 {
  font-family: "Manrope-SemiBold";
  font-size: 23px;
  line-height: 28px;
  color: #250027;
  margin-bottom: 10px;
  font-weight: 600;
}

.value-card p,
.inclusion-card p {
  font-family: "Manrope-Regular";
  font-size: 14px;
  line-height: 24px;
  color: #250027;
}

/* Mission section */
.mission-section {
  padding: 20px 0;
  margin: 40px 0;
  /* background: linear-gradient(180deg, #ffffff 0%, #f6f6f6 100%); */
}

.mission-wrapper {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 14px;
  align-items: stretch;
}

.mission-wrapper.wrap-three {
  grid-template-columns: 2fr 1fr 1fr;
}

@media (max-width: 767px) {
  .mission-wrapper.wrap-three {
    grid-template-columns: 1fr;
  }
}

.mission-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8px 16px;
}

.mission-title {
  font-family: "Manrope-SemiBold";
  font-size: 52px;
  line-height: 1.08;
  color: #232323;
  margin-bottom: 14px;
  font-weight: 600;
}

.mission-subtitle {
  font-family: "Manrope-Medium";
  font-size: 34px;
  line-height: 1.25;
  color: #ff6900;
  margin-bottom: 28px;
  font-weight: 500;
}

.mission-description {
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 560px;
}

.mission-description p {
  margin: 0;
  font-family: "Manrope-Regular";
  font-size: 16px;
  line-height: 1.78;
  color: #252525;
}

.mission-image {
  border-radius: 10px;
  overflow: hidden;
  /* min-height: 540px; */
  background: #d8d8d8;
}

.mission-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block;
}

.mission-quote-card {
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  background: #efefef;

  padding: 36px 28px;
  /* display: flex;
  flex-direction: column;
  justify-content: space-between; */
  height: max-content;
}

@media (min-width: 1600px) {
  .mission-quote-card {
    min-height: 340px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

.quote-text {
  margin: 0;
  font-family: "Manrope-Medium";
  font-size: 25px;
  line-height: 1.48;
  color: #5a1b68;
}

.quote-author {
  margin-top: 32px;
}

.author-name {
  margin: 0;
  font-family: "Manrope-SemiBold";
  font-size: 18px;
  line-height: 1.35;
  color: #2f2f2f;
}

.author-role {
  margin: 2px 0 0;
  font-family: "Manrope-Regular";
  font-size: 15px;
  line-height: 1.5;
  color: #7f7f7f;
}

/* Employee stories section */
.employee-stories-section {
  padding: 20px 0 86px;
  /* background: #efefef; */
  overflow: hidden;
}

.employee-stories-header {
  margin-bottom: 44px;
}

.employee-stories-header h2 {
  margin-bottom: 10px;
  font-family: "Manrope-SemiBold";
  font-size: 52px;
  line-height: 1.12;
  color: #252525;
}

.employee-stories-header p {
  margin: 0;
  font-family: "Manrope-Regular";
  font-size: 17px;
  color: #4c4c4c;
}

.employee-stories-stage {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 26px;
  align-items: center;
}

.employee-stories-main-slider {
  min-width: 0;
}

.employee-story-item {
  display: grid !important;
  grid-template-columns: 360px minmax(0, 1fr);
  gap: 36px;
  align-items: center;
}

.employee-story-media {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  min-height: 394px;
  background: #b9b9b9;
}

.employee-story-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  min-height: 394px;
  max-height: 500px;
}

.employee-story-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 0;
  background: transparent;
  color: #f8bc17;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  padding: 0;
}

.employee-story-play__icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 2px solid rgba(248, 188, 23, 0.95);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(15, 16, 18, 0.26);
  backdrop-filter: blur(2px);
}

.employee-story-play__icon svg {
  width: 19px;
  height: 19px;
}

.employee-story-play__text {
  font-family: "Manrope-Medium";
  font-size: 15px;
  color: #f8bc17;
}

.employee-story-body {
  max-width: 640px;
}

.employee-story-quote-mark {
  display: block;
  font-family: "Manrope-SemiBold";
  font-size: 120px;
  line-height: 0.65;
  color: #c4a2cb;
  margin-bottom: 18px;
}

.employee-story-rating {
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 18px;
}

.employee-story-rating .is-active {
  color: #f1b93d;
}

.employee-story-rating .is-muted {
  color: #a6adb7;
}

.employee-story-text {
  margin: 0;
  font-family: "Manrope-Regular";
  font-size: 18px;
  line-height: 1.62;
  color: #1f2532;
}

.employee-story-author {
  margin-top: 24px;
  padding-top: 18px;
  /* border-top: 1px solid rgba(137, 77, 184, 0.55); */
  display: inline-flex;
  align-items: center;
  gap: 12px;
  position: relative;
}

.employee-story-author::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  background: rgba(137, 77, 184, 0.55);
  width: 30px;
}

.employee-story-author img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}

.employee-story-author-meta h4 {
  margin: 0;
  font-family: "Manrope-SemiBold";
  font-size: 18px;
  color: #313742;
}

.employee-story-author-meta p {
  margin: 2px 0 0;
  font-family: "Manrope-Regular";
  font-size: 13px;
  color: #7f8795;
}

.employee-stories-main-slider .slick-slide .employee-story-media,
.employee-stories-main-slider .slick-slide .employee-story-body > * {
  opacity: 0;
  transform: translateY(14px);
  transition:
    opacity 0.5s ease,
    transform 0.5s ease;
}

.employee-stories-main-slider .slick-slide.slick-current .employee-story-media,
.employee-stories-main-slider
  .slick-slide.slick-current
  .employee-story-body
  > * {
  opacity: 1;
  transform: translateY(0);
}

.employee-stories-main-slider
  .slick-slide.slick-current
  .employee-story-body
  > *:nth-child(1) {
  transition-delay: 0.07s;
}

.employee-stories-main-slider
  .slick-slide.slick-current
  .employee-story-body
  > *:nth-child(2) {
  transition-delay: 0.12s;
}

.employee-stories-main-slider
  .slick-slide.slick-current
  .employee-story-body
  > *:nth-child(3) {
  transition-delay: 0.17s;
}

.employee-stories-main-slider
  .slick-slide.slick-current
  .employee-story-body
  > *:nth-child(4) {
  transition-delay: 0.22s;
}

.employee-stories-side {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.employee-next-thumbs {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 250px;
  padding-right: 8px;
  transition: transform 0.35s ease;
}

.employee-next-thumbs.is-animating {
  transform: translateX(-10px);
}

.employee-next-thumb {
  border: 0;
  background: transparent;
  padding: 0;
  overflow: hidden;
  border-radius: 14px;
  cursor: pointer;
}

.employee-next-thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: grayscale(100%);
}

.employee-next-thumb--primary {
  width: 196px;
  height: 258px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.16);
  z-index: 2;
}

.employee-next-thumb--secondary {
  width: 156px;
  height: 224px;
  margin-left: -28px;
  margin-top: 18px;
  opacity: 0.58;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
  z-index: 1;
}

.employee-stories-controls {
  margin-top: 24px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 18px;
}

.employee-stories-dots .slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 9px;
  bottom: 0;
  right: 90px;
}

.employee-stories-dots .slick-dots li {
  width: 7px;
  height: 7px;
}

.employee-stories-dots .slick-dots li button {
  width: 7px;
  height: 7px;
  border: 0;
  border-radius: 50%;
  background: #d5d5d5;
  font-size: 0;
  padding: 0;
}

.employee-stories-dots .slick-dots li button::before {
  display: none;
}

.employee-stories-dots .slick-dots li.slick-active button {
  background: #f0ad17;
}

.employee-stories-dots {
  position: relative;
}

.employee-stories-arrows {
  display: flex;
  align-items: center;
  gap: 10px;
}

.employee-stories-arrow {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #f0ad17;
  background: transparent;
  color: #f0ad17;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  transition: all 0.2s ease;
}

.employee-stories-arrow svg {
  width: 16px;
  height: 16px;
}

.employee-stories-arrow:hover {
  background: #f0ad17;
  color: #fff;
}

.employee-story-modal {
  position: fixed;
  inset: 0;
  padding: 22px;
  background: rgba(12, 13, 18, 0.82);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.25s ease,
    visibility 0.25s ease;
  z-index: 1500;
}

.employee-story-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.employee-story-modal__dialog {
  width: min(980px, 96vw);
  aspect-ratio: 16 / 9;
  border-radius: 14px;
  overflow: hidden;
  background: #050505;
  position: relative;
}

.employee-story-modal__frame {
  width: 100%;
  height: 100%;
}

.employee-story-modal__frame iframe,
.employee-story-modal__frame video {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.employee-story-modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
}

body.employee-modal-open {
  overflow: hidden;
}

@media (max-width: 1399px) {
  .employee-stories-header h2 {
    font-size: 44px;
  }

  .employee-story-text {
    font-size: 17px;
  }

  .employee-story-item {
    grid-template-columns: 360px minmax(0, 1fr);
  }

  .employee-story-media {
    min-height: 460px;
  }

  .employee-story-media img {
    min-height: 460px;
  }
}

@media (max-width: 1199px) {
  .employee-stories-stage {
    grid-template-columns: 1fr;
  }

  .employee-stories-side {
    align-items: flex-end;
  }
}

@media (max-width: 991px) {
  .employee-stories-section {
    padding: 56px 0 62px;
  }

  .employee-stories-header h2 {
    font-size: 36px;
  }

  .employee-stories-header p {
    font-size: 15px;
  }

  .employee-story-item {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .employee-story-media {
    min-height: 350px;
    max-width: 340px;
    margin: 0 auto;
  }

  .employee-story-quote-mark {
    font-size: 98px;
    margin-bottom: 14px;
  }

  .employee-story-text {
    font-size: 16px;
    line-height: 1.65;
  }

  .employee-story-author {
    margin-top: 18px;
  }

  .employee-next-thumbs {
    min-height: 220px;
  }
}

@media (max-width: 767px) {
  .employee-story-media {
    min-height: 300px;
  }

  .employee-next-thumb--primary {
    width: 150px;
    height: 198px;
  }

  .employee-next-thumb--secondary {
    width: 120px;
    height: 168px;
  }

  .employee-stories-controls {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 1399px) {
  .mission-title {
    font-size: 40px;
  }

  .mission-subtitle {
    font-size: 28px;
  }

  .quote-text {
    font-size: 20px;
  }
}

@media (max-width: 1199px) {
  .mission-wrapper {
    grid-template-columns: 1fr;
  }

  .mission-content {
    padding: 0;
  }

  .mission-image,
  .mission-quote-card {
    /* min-height: 420px; */
  }

  .mission-quote-card {
    min-height: auto;
  }
}

@media (max-width: 767px) {
  .mission-section {
    padding: 44px 0;
  }

  .mission-title {
    font-size: 34px;
  }

  .mission-subtitle {
    font-size: 24px;
  }

  .mission-description p {
    font-size: 15px;
    line-height: 1.65;
  }

  .mission-image {
    min-height: 340px;
  }

  .mission-quote-card {
    padding: 24px 20px;
  }

  .quote-text {
    font-size: 20px;
  }

  .author-name {
    font-size: 17px;
  }

  .author-role {
    font-size: 14px;
  }
}

.inclusion-section {
  padding: 50px 0;
  background: linear-gradient(135deg, #faf5ff 0%, #fdf2f8 50%, #fff7ed 100%);
}

.inclusion-cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 30px;
}

.inclusion-card {
  padding: 20px;
  border-radius: 15px;
}

.inclusion-card.yellow-bg {
  background: rgba(255, 244, 230, 1);
}

.inclusion-card.pink-bg {
  background: rgba(255, 230, 244, 1);
}

.inclusion-card.purple-bg {
  background: rgba(246, 238, 255, 1);
}

.inclusion-card.sky-blue-bg {
  background: rgba(230, 244, 255, 1);
}

.impact-box {
  background: #fff;
  border-radius: 30px;
  padding: 30px;
  margin-top: 35px;
  box-shadow: 0px 63px 50px -12px rgba(0, 0, 0, 0.06);
}

.impact-box h3 {
  font-family: "Manrope-SemiBold";
  font-size: 23px;
  line-height: 28px;
  color: #250027;
  margin-bottom: 40px;
  font-weight: 600;
}

.impact-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.impact-stats .stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  position: relative;
}

.stat-number {
  font-size: 50px;
  font-weight: 700;
}

.stat-item p {
  font-size: 15px;
}

.stat-number.orange {
  background:
    linear-gradient(90deg, #ff6900 0%, #f6339a 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  -webkit-background-clip: text;
  background-clip: text;

  color: transparent;

  background-color: #ff6900;
}

.stat-number.pink {
  background: linear-gradient(90deg, #f6339a 0%, #ad46ff 100%);
  -webkit-background-clip: text;
  background-clip: text;

  color: transparent;

  background-color: #f6339a;
}

.stat-underline {
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 20%;
  height: 4px;
  background: #e5e7eb;
  border-radius: 2px;
  transform: translateX(-50%);
}

.stat-underline.orange {
  background:
    linear-gradient(90deg, #ff6900 0%, #f6339a 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}

.stat-underline.pink {
  background: linear-gradient(90deg, #f6339a 0%, #ad46ff 100%);
}

/* ===== Celebrating Inclusion Slider ===== */
.celebrating-inclusion-section {
  padding: 18px 0 72px;
  overflow: hidden;
  /* background:
        radial-gradient(
                circle at 1px 1px,
                rgba(80, 71, 90, 0.14) 1px,
                transparent 0
            )
            0 0 / 8px 8px,
        linear-gradient(180deg, #f6f4f6 0%, #efedf0 100%); */
  /* background: rgba(236, 233, 233, 1); */
  background-image: url("../images/celibrating-sec-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.celebrating-inclusion-section .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.celebrating-inclusion-shell {
  position: relative;
  border-radius: 0;
  padding: 44px clamp(16px, 4vw, 56px) 34px;
  overflow: hidden;
  background: transparent;
}

.celebrating-inclusion-header {
  position: relative;
  z-index: 2;
  margin-bottom: 26px;
}

.celebrating-inclusion-header h2 {
  margin: 0;
  color: #2f2f38;
  font-size: 40px;
  line-height: 1.12;
  font-family: "Manrope", sans-serif;
}

.celebrating-inclusion-header p {
  margin: 8px 0 0;
  color: #6b6872;
  font-size: 16px;
}

.ci-decor {
  position: absolute;
  z-index: 1;
  line-height: 1;
  pointer-events: none;
}

.ci-decor img {
  width: 46px;
  height: auto;
  display: block;
}

.ci-decor--left {
  left: 14px;
  top: 120px;
  transform: rotate(-14deg);
}

.ci-decor--right {
  right: 16px;
  top: 120px;
  transform: scaleX(-1) rotate(-14deg);
}

.ci-slider-wrap {
  position: relative;
  z-index: 2;
  max-width: 1000px;
  margin: auto;
}

.ci-cards-slider .slick-list {
  margin: 0 -10px;
  padding: 16px 0 12px;
}

.ci-cards-slider .slick-slide {
  padding: 0 10px;
  height: auto;
}

.ci-cards-slider .slick-track {
  display: flex;
}

.ci-cards-slider .slick-slide > div {
  height: 100%;
}

.ci-slide {
  display: flex !important;
  flex-direction: column;
  gap: 30px;
  height: 100%;
  /* margin: 20px; */
}

.ci-card {
  min-height: 194px;
  border-radius: 16px;
  background: #fff;
  padding: 14px;
  /* box-shadow: 0 12px 28px rgba(17, 24, 39, 0.1); */
  display: flex !important;
  flex-direction: column;
  position: relative;
}

.ci-card-head {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 66px;
}

.ci-card-avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #8f3aa0;
  flex-shrink: 0;
  background: #672273;
  position: absolute;
  right: 20px;
  top: -10px;
}

.ci-card-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block;
}

.ci-card-meta {
  max-width: 200px;
}

.ci-card-meta h3 {
  margin: 0;
  color: #202026;
  font-size: 20px;
  line-height: 1.3;
  font-family: "Manrope", sans-serif;
}

.ci-card-meta p {
  margin: 3px 0 0;
  color: #000;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 600;
}

.ci-card-quote {
  margin-top: 14px;
  background: #672273;
  border-radius: 12px;
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  padding: 14px 12px;
  font-size: 16px;
  line-height: 1.28;
}

.ci-foot-row {
  position: relative;
  z-index: 2;
  margin-top: 18px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 14px;
}

.ci-pride-tag {
  margin: 0;
  font-size: 38px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: "Manrope", sans-serif;
  background: linear-gradient(91deg, #7d2cc8 0%, #ff6900 45%, #f6339a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.ci-proud-tag {
  margin: 0;
  text-align: right;
  color: #e81f76;
  font-family: "Manrope", sans-serif;
  font-size: 36px;
  line-height: 1.02;
  letter-spacing: 0.01em;
  max-width: 100%;
}

.ci-nav-row {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 26px;
  display: none;
}

.ci-arrow {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1.5px solid #8f3aa0;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #8f3aa0;
  transition:
    background 0.3s ease,
    color 0.3s ease;
}

.ci-arrow:hover {
  background: #8f3aa0;
  color: #fff;
}

.ci-arrow svg {
  width: 16px;
  height: 16px;
  display: block;
}

.ci-dots-box .slick-dots {
  position: static;
  display: flex !important;
  align-items: center;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ci-dots-box .slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
}

.ci-dots-box .slick-dots li button {
  width: 9px;
  height: 9px;
  border: none;
  border-radius: 50%;
  background: rgba(184, 169, 193, 0.85);
  padding: 0;
}

.ci-dots-box .slick-dots li button:before {
  width: 9px;
  height: 9px;
  font-size: 9px;
  line-height: 9px;
  color: transparent;
  position: static;
}

.ci-dots-box .slick-dots li.slick-active button {
  background: #e81f76;
}

@media (max-width: 1399px) {
  .celebrating-inclusion-header h2 {
    font-size: 35px;
  }

  .ci-proud-tag {
    font-size: 31px;
  }
}

@media (max-width: 1199px) {
  .celebrating-inclusion-shell {
    padding: 36px clamp(14px, 3vw, 28px) 30px;
  }

  .ci-pride-tag {
    font-size: 32px;
  }

  .ci-proud-tag {
    font-size: 27px;
  }
}

@media (max-width: 991px) {
  .celebrating-inclusion-section {
    padding: 10px 0 58px;
  }

  .celebrating-inclusion-header h2 {
    font-size: 30px;
  }

  .celebrating-inclusion-header p {
    font-size: 14px;
  }

  .ci-card {
    min-height: 186px;
  }

  .ci-card-quote {
    font-size: 15px;
  }

  .ci-pride-tag {
    font-size: 28px;
  }

  .ci-proud-tag {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .celebrating-inclusion-shell {
    padding: 28px 14px 22px;
  }

  .celebrating-inclusion-header {
    margin-bottom: 16px;
  }

  .celebrating-inclusion-header h2 {
    font-size: 27px;
  }

  .ci-card {
    min-height: 172px;
  }

  .ci-slide {
    gap: 10px;
  }

  .ci-card-meta h3 {
    font-size: 13px;
  }

  .ci-card-quote {
    min-height: 72px;
    font-size: 14px;
  }

  .ci-decor {
    display: none;
  }

  .ci-foot-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin-top: 14px;
  }

  .ci-pride-tag {
    font-size: 26px;
  }

  .ci-proud-tag {
    text-align: left;
    font-size: 21px;
  }
}

/* PB section CSS */
.pb-section {
  padding: 2.5rem 0 5rem;
  /* font-family: "DM Sans", sans-serif; */
  background: #fff;
}

.pb-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  gap: 2rem;
}

.pb-heading {
  font-size: 40px;
  font-weight: 600;
  color: #111827;
  line-height: 50px;
}

@media (max-(max-width: 1399px)) {
  .pb-heading {
    font-size: 35px;
    line-height: 45px;
  }
}

.pb-stat-box {
  background: linear-gradient(
    90deg,
    rgba(255, 105, 0, 0.1) 0%,
    rgba(246, 51, 154, 0.1) 50%,
    rgba(173, 70, 255, 0.1) 100%
  );

  border-radius: 16px;
  padding: 30px 40px;
  /* max-width: 340px; */
  flex-shrink: 0;
}

.pb-stat-text {
  font-size: 18px;
  color: #374151;
  line-height: 1.6;
  margin-bottom: 0.5rem;
}

.pb-highlight {
  color: #f97316;
  font-weight: 600;
}

.pb-stat-sub {
  font-size: 15px;
  /* color: #9ca3af; */
  /* font-style: italic; */
  margin-top: 20px;
}

/* Cards row */
.pb-cards {
  display: flex;
  gap: 30px;
  /* height: 320px; */
  max-height: 422px;
}

.pb-card {
  position: relative;
  flex: 1;
  border-radius: 14px;
  overflow: hidden;
  cursor: pointer;
  transition: flex 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.pb-card.active,
.pb-card:hover {
  flex: 1.25;
}

.pb-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block;
  transition: transform 0.5s ease;
  min-height: 450px;
}

.pb-card:hover img {
  transform: scale(1.0001);
}

/* Overlay */
.pb-card-overlay {
  position: absolute;
  /* inset: 0; */
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.25rem;
  background:
    linear-gradient(0deg, rgba(157, 29, 150, 0.6), rgba(157, 29, 150, 0.6)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  height: max-content;
  bottom: 15px;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
  background: none;
  transition: all 0.6s ease;
}

.pb-card-title {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.4;
}

.pb-card-desc {
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.6;
  margin-top: 0.5rem;
  font-weight: 300;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition:
    max-height 0.45s ease 0.15s,
    opacity 0.4s ease 0.2s;
}

.pb-card-readmore {
  padding: 5px 10px;
  background: #fff;
  color: #000;
  width: max-content;
  display: block;
  border-radius: 4px;
  opacity: 0;
  height: 0;
}

.pb-card-readmore:hover {
  background: #f97316;
  color: #fff;
}

.pb-card.active .pb-card-desc,
.pb-card:hover .pb-card-desc {
  max-height: 80px;
  opacity: 1;
}

.pb-card.active .pb-card-readmore,
.pb-card:hover .pb-card-readmore {
  opacity: 1;
  height: max-content;
}

.pb-card:hover .pb-card-title {
  font-weight: 600;
}

.pb-card:hover .pb-card-overlay {
  background:
    linear-gradient(0deg, rgba(157, 29, 150, 0.6), rgba(157, 29, 150, 0.6)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  backdrop-filter: blur(5.200001px);
}

/* ===== Achievements & Awards Section ===== */
.awards-section {
  padding: 50px 0 50px 0;
  background: #fff;
}

.awards-header {
  margin-bottom: 48px;
}

.awards-header h2 {
  font-size: 32px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 10px;
}

.awards-header p {
  font-size: 15px;
  color: #666;
}

.awards-slider-wrapper,
.impact-slider-wrapper {
  position: relative;
  padding: 20px 0;
  margin: -20px 0;
}

.impact-slider {
  margin: 0 -10px;
}

.impact-slider .impact-slide {
  padding: 0 10px;
}

.impact-slider img {
  /* height: 500px; */
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .impact-slider img  {
    /* height: 300px; */
  }
}

.awards-slider .slick-list,
.impact-slider .slick-list {
  overflow: hidden;
  padding: 20px 0;
  margin: -20px 0;
}

.award-card {
  display: flex !important;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  /* box-shadow: 0 4px 30px rgba(0, 0, 0, 0.08); */
  box-shadow: 0px 14px 30px 0px rgba(0, 0, 0, 0.12);

  margin: 20px 14px;
  /* height: 340px; */
}

.award-card-body {
  width: 50%;
  padding: 36px 38px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  box-sizing: border-box;
}

.award-icon {
  margin-bottom: 14px;
  line-height: 1;
}

.award-tag {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #e87722;
  margin-bottom: 8px;
  letter-spacing: 0.3px;
}

.award-name {
  font-size: 28px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 4px;
  line-height: 1.25;
}

.award-role {
  font-size: 16px;
  /* color: #555; */
  /* margin-bottom: 14px; */
  margin: 15px 0;
  font-weight: 600;
}

.award-desc {
  font-size: 16px;
  /* color: #777; */
  line-height: 1.65;
  margin-bottom: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.award-cta,
.award-cta:hover {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #e87722;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  padding: 7px 18px;
  text-decoration: none;
  width: fit-content;
  transition:
    background 0.3s ease,
    color 0.3s ease;
  box-shadow: 0px 14px 30px 0px rgba(0, 0, 0, 0.08);
  background-image: linear-gradient(90deg, #ff6b00 0%, #e72276 100%);
  -webkit-background-clip: text; /* Required for most browsers */
  background-clip: text;
  color: transparent;
}

/* .award-cta:hover {
    background: #e87722;
    color: #fff;
} */

.award-cta svg {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}

.award-img-wrap {
  flex: 1;
  overflow: hidden;
  background: #f0ece8;
}

.award-img-wrap img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* .award-img-wrap img:first-child {
  object-fit: contain;
} */

/* Navigation Row */
.awards-nav-row,
.impact-nav-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 28px;
}

.awards-arrow,
.impact-arrow {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1.5px solid #e87722;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #e87722;
  flex-shrink: 0;
  padding: 0;
  transition:
    background 0.3s ease,
    color 0.3s ease;
  outline: none;
}

.awards-arrow:hover,
.impact-arrow:hover {
  background: #e87722;
  color: #fff;
}

.awards-arrow svg,
.impact-arrow svg {
  width: 16px;
  height: 16px;
  display: block;
  pointer-events: none;
}

.awards-dots-box .slick-dots,
.impact-dots-box .slick-dots {
  position: static;
  display: flex !important;
  align-items: center;
  gap: 6px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.awards-dots-box .slick-dots li,
.impact-dots-box .slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
}

.awards-dots-box .slick-dots li button,
.impact-dots-box .slick-dots li button {
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: none;
  background: rgba(234, 234, 234, 1);
}

.awards-dots-box .slick-dots li.slick-active button,
.impact-dots-box .slick-dots li.slick-active button {
  background: rgba(255, 164, 0, 1);
}

.awards-dots-box .slick-dots li button:before,
.impact-dots-box .slick-dots li button:before {
  width: 9px;
  height: 9px;
  font-size: 9px;
  line-height: 9px;
  color: #ccc;
  opacity: 1;
  position: static;
}

.awards-dots-box .slick-dots li.slick-active button:before,
.impact-dots-box .slick-dots li.slick-active button:before {
  color: #e87722;
  opacity: 1;
}

/* ===== Blog & More Section ===== */
.blog-section {
  padding: 80px 0;
  overflow: hidden;
  /* background:
    linear-gradient(146.06deg, #ff6900 -4.37%, #e81f76 106.2%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); */
  background-image: url("../images/orange-bg.png");
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
}

.blog-header {
  margin-bottom: 48px;
}

.blog-header h2 {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
}

.blog-slider-wrapper {
  position: relative;
}

.blog-slider .slick-list {
  overflow: visible;
  margin: 0 -12px;
}

.blog-slider .slick-slide {
  padding: 0 12px;
  height: auto;
}

.blog-slider .slick-track {
  display: flex;
}

.blog-slider .slick-slide > div {
  height: 100%;
}

.blog-card {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.07);
  display: flex !important;
  flex-direction: column;
  height: 100%;
}

.blog-card-img {
  width: 100%;
  height: 190px;
  overflow: hidden;
  background: #e8e4f0;
  flex-shrink: 0;
}

.blog-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block;
  transition: transform 0.4s ease;
}

.blog-card:hover .blog-card-img img {
  transform: scale(1.05);
}

.blog-card-body {
  padding: 20px 22px 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.blog-title {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-author {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}

.blog-author-avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  background: #ddd;
}

.blog-author-info {
  display: flex;
  flex-direction: column;
}

.blog-author-name {
  font-size: 12px;
  color: #fff;
  font-weight: 600;
  line-height: 1.3;
}

.blog-author-date {
  font-size: 11px;
  color: rgba(196, 196, 196, 1);
  line-height: 1.3;
}

.blog-desc {
  font-size: 12.5px;
  color: #fff;
  line-height: 1.65;
  margin-bottom: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex: 1;
}

.blog-read-more,
.blog-read-more:hover {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 15px;
  font-weight: 600;
  color: rgba(158, 53, 150, 1);
  background: #fff;
  text-decoration: none;
  /* border: 1.5px solid rgba(158, 53, 150, 1); */
  border-radius: 10px;
  padding: 6px 16px;
  width: max-content;
  transition:
    background 0.3s ease,
    color 0.3s ease,
    gap 0.2s ease;
}

/* .blog-read-more:hover {
                background: #E87722;
                color: #fff;
            } */

.blog-read-more svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

/* Blog Nav Row */
.blog-nav-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 36px;
}

.blog-arrow {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1.5px solid #e87722;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #e87722;
  flex-shrink: 0;
  padding: 0;
  transition:
    background 0.3s ease,
    color 0.3s ease;
  outline: none;
}

.blog-arrow:hover {
  background: #e87722;
  color: #fff;
}

.blog-arrow svg {
  width: 16px;
  height: 16px;
  display: block;
  pointer-events: none;
}

.blog-dots-box .slick-dots {
  position: static;
  display: flex !important;
  align-items: center;
  gap: 6px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog-dots-box .slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
  background: #fff;
  border-radius: 50%;
}

.blog-dots-box .slick-dots li.slick-active {
  background: rgba(255, 164, 0, 1);
}

.blog-dots-box .slick-dots li button {
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: none;
  background: none;
}

.blog-dots-box .slick-dots li button:before {
  width: 9px;
  height: 9px;
  font-size: 9px;
  line-height: 9px;
  color: #ccc;
  opacity: 1;
  position: static;
}

.blog-dots-box .slick-dots li.slick-active button:before {
  color: #e87722;
  opacity: 1;
}

.build-career-wrapper.purple-bg {
  background: linear-gradient(
    93.22deg,
    rgba(145, 29, 130, 0.7) 15.86%,
    rgba(91, 33, 95, 0.7) 106.78%
  );
  top: 50%;
  left: 5%;
  transform: translateY(-50%) !important;
  width: 40%;
  position: absolute;
  padding: 25px;
  border-radius: 15px;
}

.build-career-wrapper h2 {
  font-size: 35px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px;
  font-family: "Manrope-SemiBold";
}

.build-career-wrapper p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 16px;
  font-family: "Manrope-Regular";
}

.build-career-wrapper .career-page-btn,
.build-career-wrapper .career-page-btn:hover {
  box-shadow: 0px 14px 20px 0px rgba(0, 0, 0, 0.25);
}

/* ===== Life Beyond Work Section (Rebuilt) ===== */
.lnm-section {
  /* background:
    linear-gradient(146.06deg, rgba(157, 29, 150, 1) -4.37%, rgba(232, 31, 118, 1) 106.2%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)); */
  background-image: url("../images/purple-bg.png");
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
  padding: 80px 0;
  overflow: hidden;
}

.lnm-header {
  margin-bottom: 46px;
}

.lnm-header h2 {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}

.lnm-header p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
}

.lnm-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  cursor: grab;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 0 5%;
}

.lnm-scroll::-webkit-scrollbar {
  display: none;
}

.lnm-scroll.is-grabbing {
  cursor: grabbing;
}

.lnm-track {
  --lnm-lane-height: 252px;
  --lnm-gap: 16px;
  position: relative;
  width: 1px;
  height: calc((var(--lnm-lane-height) * 2) + var(--lnm-gap));
}

.lnm-brick {
  position: absolute;
  margin: 0;
  border-radius: 22px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
}

.lnm-brick--tall {
  z-index: 1;
}

.lnm-brick img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.lnm-source {
  display: none;
}

.life-section-slide img {
  max-height: 700px;
  width: 100%;
  object-fit: cover;
  /* object-position: top; */
}

/* ===== Life at Nexus Responsive ===== */
@media screen and (max-width: 767px) {
  .life-section-slide img {
    max-height: 240px;
  }
  .values-grid {
    grid-template-columns: 1fr;
  }

  .first-banner-wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .inclusion-cards-grid,
  .impact-stats {
    grid-template-columns: 1fr;
  }

  .pb-header,
  .pb-cards {
    flex-direction: column;
  }

  .pb-cards {
    max-height: 100%;
  }

  .pb-card-desc {
    opacity: 1;
    max-height: max-content;
  }

  .pb-card-overlay {
    background:
      linear-gradient(0deg, rgba(157, 29, 150, 0.6), rgba(157, 29, 150, 0.6)),
      linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  }

  .pb-card-readmore {
    opacity: 1;
    height: max-content;
  }

  .pb-section {
    padding: 2.5rem 0;
  }

  .build-career img {
    height: 340px;
    object-fit: cover;
    object-position: right 30%;
  }

  .build-career-wrapper.purple-bg {
    width: 90%;
  }
}

/* life at nexus award section responsive */
@media (max-width: 1199px) {
  .award-card {
    height: 300px;
  }

  .award-card-body {
    padding: 28px 28px;
  }

  .award-name {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .award-card {
    height: 280px;
  }

  .award-card-body {
    width: 46%;
    padding: 22px 24px;
  }
}

@media (max-width: 767px) {
  .awards-section {
    padding: 50px 0;
  }

  .awards-header h2 {
    font-size: 26px;
  }

  .award-card {
    height: auto;
    flex-direction: column-reverse;
  }

  .award-card-body {
    width: 100%;
    padding: 24px;
  }

  .award-img-wrap {
    height: 200px;
  }

  .award-name {
    font-size: 20px;
  }
}

/* Life at nexus blog Responsive */
@media (max-width: 1199px) {
  .blog-section {
    padding: 60px 0;
  }
}

@media (max-width: 991px) {
  .blog-card-img {
    height: 160px;
  }
}

@media (max-width: 767px) {
  .blog-section {
    padding: 50px 0;
  }

  .blog-header h2 {
    font-size: 26px;
  }

  .blog-header {
    margin-bottom: 32px;
  }
}

/* life beyond work section responsive */
@media (max-width: 991px) {
  .lnm-section {
    padding: 60px 0;
  }

  .lnm-header h2 {
    font-size: 32px;
  }

  .lnm-scroll {
    padding: 0 20px;
  }
}

@media (max-width: 575px) {
  .lnm-section {
    padding: 42px 0;
  }

  .lnm-header h2 {
    font-size: 26px;
  }

  .lnm-scroll {
    padding: 0 15px;
  }
}

.our-mission-banner {
  position: relative;
}

@media (min-width: 768px) {
  .our-mission-banner {
    max-height: 600px;
  }
}

.our-mission-banner video {
  max-height: 600px;
  width: 100vw;
  object-fit: cover;
  object-position: center;
}

.our-mission-banner .banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #25002775;
}

.our-mission-banner .mission-description {
  position: absolute;
  color: #fff;
  /* padding: 0 20px; */
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
}

.our-mission-banner .mission-description.top-left {
  top: 20%;
  left: 5%;
}

.our-mission-banner .mission-description.bottom-right {
  bottom: calc(20% - 80px);
  right: 5%;
}

.our-mission-banner .mission-description h3 {
  font-size: 4rem;
  font-weight: 700;
  position: relative;
}

.our-mission-banner .mission-description.bottom-right h3 {
  text-align: right;
}

.our-mission-banner .mission-description.top-left h3::before {
  position: absolute;
  content: url("../images/mission.svg");
  top: -80px;
  left: 0;
}

.our-mission-banner .mission-description.bottom-right h3::after {
  position: absolute;
  content: url("../images/vision.svg");
  top: -80px;
  right: 0;
}
.our-mission-banner .mission-description .content {
  display: flex;
  gap: 2.3rem;
  align-items: center;
  max-width: 300px;
}

.our-mission-banner .mission-description.top-left .content p {
  padding-left: 20px;
}

.our-mission-banner .mission-description.bottom-right .content p {
  padding-right: 20px;
}

.our-mission-banner .mission-description .content p {
  color: #fff;
  font-size: 20px;
  position: relative;
}

.our-mission-banner .mission-description.top-left .content p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 100%;
  background: linear-gradient(180deg, #ff6900 0%, #f6339a 52%, #8f3fff 100%);
}

.our-mission-banner .mission-description.bottom-right .content p::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 100%;
  background: linear-gradient(180deg, #ff6900 0%, #f6339a 52%, #8f3fff 100%);
}

/* .mission-bar {
  width: 3px;
  border-radius: 999px;
  min-height: 50px;
  max-height: auto;
  background: linear-gradient(180deg, #ff6900 0%, #f6339a 52%, #8f3fff 100%);
  flex-shrink: 0;
} */

@media screen and (max-width: 991px) {
  .our-mission-banner .for-mobile {
    height: 750px;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
}

.employee-stories-dots .slick-dots {
  position: relative;
}

.heighlights .card {
  padding: 20px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0px 14px 30px 0px rgba(0, 0, 0, 0.12);
  transition: all 0.3s ease;
  height: 100%;
}

.heighlights .card img {
  border-radius: 15px;
}

.heighlights .card p {
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  font-family: "Manrope", sans-serif;
}

.heighlights .card ul {
  padding-left: 20px;
  margin: 0 0 10px 0;
}
.heighlights .card ul li {
  list-style: disc;
}

.inclusion-icon img {
  max-width: 88px;
}

.leadership-section {
  padding: 75px 0px 75px;
}

.leadership-section .__title h3 {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}

.leadership-section .__title h3 span {
  color: #f8b119;
}

.leadership-section .purple-bg {
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
  position: relative;
  background:
    url(../images/shape-bottom-left.png.png) left bottom / contain no-repeat,
    linear-gradient(90deg, rgb(145, 29, 130) 22%, rgb(91, 33, 95) 100%);
  padding: 50px 50px 50px 0px;
  background-position: left bottom;
}

.leadership-section .purple-bg2 {
  padding: 50px 50px 0px 20px;
}

.leadership-section .purple-bg::before {
  content: "";
  position: absolute;
  top: -170px;
  right: -180px;
  width: 280px;
  height: 260px;
  z-index: 1;
  transform: scale(var(--rotate, 1));
  background: url(../images/Frame-1618873165.png) center center / cover
    no-repeat;
  transition: transform 0.3s;
}

.leadership-section .purple-bg::after {
  content: "";
  position: absolute;
  bottom: -197px;
  left: -210px;
  width: 360px;
  height: 342px;
  z-index: 1;
  transform: scale(var(--rotate2, 1));
  background: url(../images/Frame-1618873166.png) center center / cover
    no-repeat;
  transition: transform 0.3s;
}

.leadership-section .stackholder-text {
  padding-bottom: 30px !important;
}

.leadership-section .stackholder-text p {
  font-size: 20px;
  line-height: 28px;
  color: rgb(255, 255, 255);
  margin-bottom: 2rem;
}

.leadership-section .curve-btn {
  background-color: rgb(248, 177, 25);
  color: rgb(0, 0, 0);
  font-style: normal;
  font-weight: normal;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(248, 177, 25);
  border-image: initial;
  border-radius: 0px 20px;
}

.leadership-section .ceo-bottom-text {
  position: absolute;
  bottom: 50px;
  left: 0px;
  width: 100%;
  text-align: center;
  color: rgb(255, 255, 255);
  padding: 0px 50px;
}

.name-desg-wrapper {
  padding: 20px;
  border: 1px solid #ffbe3d;
  background: #ffbe3d33;
  backdrop-filter: blur(20px);
  width: max-content;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.name-desg-wrapper h4 {
  color: #fff;
  font-size: 23px;
  font-weight: 600;
}

.name-desg-wrapper p {
  color: #ffac36;
  font-size: 16px;
  font-weight: 400;
}

@media screen and (min-width: 992px) {
  .leadership-section .stackholder-text {
    padding-bottom: 180px;
  }
}

@media (max-width: 767px) {
  .leadership-section .stackholder-text {
    padding-bottom: 0px !important;
  }
  .leadership-section .purple-bg2 {
    padding-bottom: 20px;
  }
  .leadership-section .purple-bg::after,
  .leadership-section .purple-bg::before {
    display: none;
  }
}
