:root {
    --color-seashell: #FCF6ED;
}

/* ===============================
   ========== Careers Banner ==========
   =============================== */

.sem-banner--has-circle-decor {
    position: relative;
    /* max-width: 100%; */ /* Commented out – assumed intentional */
}

.sem-banner--has-circle-decor:before {
    content: "";
    position: absolute;
    top: -9%;
    right: 0%;
    width: 100%;
    height: 79%;
    background: url("../../images/career-circle.svg") no-repeat top right;
    background-size: contain;
    z-index: -1;
}

/* Mobile: Hide decorative circle */
@media (max-width: 991px) {
    .sem-banner--has-circle-decor:before {
        display: none !important;
    }
}


.sem-banner img {
    max-width: 100%;
    height: auto;
}

.sem-banner h1 {
    font-size: 48px;
    line-height: 56px;
    font-weight: 900;
}

.sem-banner__row {
    display: flex;
}

.sem-banner__description {
    font-size: 20px;
    line-height: 26px;
    color: #102F38;
    padding-bottom: 35px;
}

.sem-banner__description > *:last-child {
    margin-bottom: 0;
}


    h2.perks-title {
        font-size: 48px;
        line-height: 56px;
        font-weight: 900;
    }

    .core-values-title {
        font-weight: 700;
        font-size: 40px;
        line-height: 48px;
        text-align: center;
    }

    .core-values-desc {
        font-size: 18px;
        line-height: 26px;
        font-weight: 450;
    }

    .text-images__content h2 {
        font-size: 32px;
        font-weight: 700;
        line-height: 40px;
    }

    p.text-image-text-content {
        font-size: 16px;
        line-height: 24px;
        font-weight: 450;
    }

    .icon-block-paragraph {
        font-size: 16px;
        font-weight: 450;
        line-height: 24px;
    }

    .working-at-subtitle {
        font-weight: 700;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 1px;
        text-align: center;
        text-transform: uppercase;
    }

    .sem-working-at-title {
        font-weight: 700;
        font-size: 32px;
        line-height: 40px;
        text-align: center;
    }

    .working-at-desc {
        font-weight: 450;
        font-size: 20px;
        line-height: 26px;
        text-align: center;
    }

    .testimonial-title {
        font-weight: 700;
        font-size: 40px;
        line-height: 48px;
        text-align: center;
    }

    .testimonial-desc {
        font-weight: 450;
        font-size: 20px;
        line-height: 26px;
        text-align: center;
        margin-bottom: 30px;
    }

    .testimonial-content blockquote {
        font-family: "kepler std";
        font-style: italic;
        font-size: 24px;
        line-height: 130%;
        color: #12343b;
        margin-bottom: 24px;
        font-weight: 400;
        text-align: left;
    }

    .testimonial-meta {
        text-align: left;
        font-size: 16px;
        line-height: 24px;
    }

    .testimonial-meta .name {
        font-weight: 700;
        margin: 0;
    }

    .testimonial-meta .title {
        font-weight: 450;
    }

    .testimonial-meta a {
        font-weight: 700;
        font-size: 16px;
        line-height: 22px;
        text-align: center;
        vertical-align: middle;
    }

    .relative.statBlockWrapper:after {
        position: absolute;
        content: "";
        right: 70px;
        height: 150px;
        width: 150px;
        background: #A73B8D80;
        border-radius: 9999px;
        bottom: -62px;
        z-index: -1;
    }

    main#slider-container:before {
        content: "";
        display: block;
        height: 212px;
        width: 212px;
        position: absolute;
        left: -149px;
        border-radius: 100%;
        z-index: -1;
        background: #9B3764BF;
        bottom: -48px;
    }


    
.testimonial-meta .cta {
    display: flex;
    font-size: 16px;
    font-weight: 700;
    color: #0056f3;
    text-decoration: none;
    align-items: center;
    gap: 10px;
    transition: color 0.2s ease;
}

.testimonial-meta .cta:hover {
    text-decoration: underline;
}

.testimonial-meta .cta .cta-icon {
    transition: transform 0.3s ease;
    margin-left: 5px;
}

.testimonial-meta .cta:hover .cta-icon {
    transform: translateX(10px);
}

    .testimonial-meta {
        text-align: left;
        font-size: 16px;
        line-height: 24px;
    }

    .explore-title {
        font-size: 40px;
        line-height: 48px;
    }

.explore-desc {
    font-weight: 450;
    font-size: 18px;
    line-height: 26px;
}




/* Tablet breakpoint */
@media (max-width: 991px) {
    .careers-banner__row {
        flex-direction: column;
    }

    .careers-banner__description {
        font-size: 18px;
        line-height: 26px;
    }
}

/* Mobile breakpoint */
@media (max-width: 767px) {
    .careers-banner h1 {
        font-size: 34px;
        line-height: 42px;
        font-weight: 900;
    }
    h2.perks-title {
    font-size: 30px;
    line-height: 38px;
    font-weight: 900;
    }
    .core-values-title {
        font-weight: 700;
        font-size: 26px;
        line-height: 34px;
        text-align: center;
    }
    .core-values-desc {
        font-size: 16px;
        line-height: 24px;
        font-weight: 450;
    }

    .text-images__content h2 {
        font-size: 26px;
        font-weight: 700;
        line-height: 34px;
    }
    .icon-block-paragraph {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
    }

    .sem-working-at-title {
        font-weight: 700;
        font-size: 26px;
        line-height: 34px;
        text-align: center;
    }

    .testimonial-title {
        font-size: 30px;
        line-height: 38px;
        font-weight: 900;
    }

    .testimonial-content blockquote {
        font-family: "kepler std";
        font-style: italic;
        font-size: 21px;
        line-height: 130%;
        color: #12343b;
        margin-bottom: 24px;
        font-weight: 400;
        text-align: left;
    }


        .explore-title {
        font-size: 26px;
        line-height: 34px;
    }

    .explore-desc {
        font-weight: 450;
        font-size: 16px;
        line-height: 24px;
    }

    .relative.statBlockWrapper:after {
        position: absolute;
        content: "";
        right: 70px;
        height: 100px;
        width: 100px;
        bottom: -43px;
        z-index: -1;
    }



}








/* Icon Benefits Block */
.kbv2 {
  --kbv2-bg: #FCF6ED;
  --kbv2-text: #102F38;
  --kbv2-blue: #076EFD;
  --kbv2-radius: 20px;
  --kbv2-maxw: 1100px;

  background: var(--kbv2-bg);
  color: var(--kbv2-text);
  border-radius: var(--kbv2-radius);
  padding: 64px 24px;
  margin: 32px auto 100px;
  max-width: 1380px;
}

.kbv2 .kbv2__inner {
  max-width: var(--kbv2-maxw);
  margin: 0 auto;
  text-align: center;
}

.kbv2 .kbv2__eyebrow {
  margin: 0 0 12px 0;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--kbv2-blue);
}

.kbv2 .kbv2__title-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.kbv2 .kbv2__headline {
  margin: 0 auto 40px;
  font-weight: 700;
  max-width: 650px;
  font-size: 32px;
  line-height: 40px;
  color: #102F38;
}

/* Grid */
.kbv2 .kbv2__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 40px;
  align-items: start;
}

@media (max-width: 1024px) {
  .kbv2 { padding: 56px 20px; }
  .kbv2 .kbv2__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* Mobile: 1 column + 30px gutters */
@media (max-width: 768px) {
  .kbv2 {
    padding: 44px 18px;
    margin-left: 30px;
    margin-right: 30px;
    width: calc(100% - 60px); /* prevents overflow with gutters */
  }
  .kbv2 .kbv2__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

.kbv2 .kbv2__cell { text-align: center; }

/* Blue circular icon badge */
.kbv2 .kbv2__iconWrap {
  width: 88px;
  height: 88px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: var(--kbv2-blue);
  display: flex;
  align-items: center;
  justify-content: center;
}

.kbv2 .kbv2__icon {
  width: 88px;   /* icon inside the 88px circle */
  height: 88px;
  object-fit: contain;
}

.kbv2 .kbv2__iconFallback {
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,0.8);
  border-radius: 6px;
  display: inline-block;
}

.kbv2 .kbv2__title {
  margin: 8px 0 10px;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  color: #102F38;
}

.kbv2 .kbv2__text {
  margin: 0 auto;
  max-width: 280px;
  font-size: 16px;
  line-height: 24px;
  color: #102F38;
  font-weight: 450;
}
