@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Oswald:wght@200..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

/* Font Faces */
@font-face {
  font-family: "Johnson Display";
  src: url("../font/JohnsonDisplay-Regular.otf") format("opentype");
}

@font-face {
  font-family: "Johnson Text";
  src: url("../font/JohnsonText-Regular.otf") format("opentype");
}
html, body {
  width: 100%;
  overflow-x: hidden;
}
/* Global */
html {
  scroll-padding-top: 70px;
}

.skills {
  background-color: #f1efed !important;
  color: #eb1700 !important;
}

#see-all-jobs {
  border-radius: 50% !important;
  font-size: 18px !important;
  padding: 10px 24px !important;
  background-color: #ffffff !important;
}

#see-all-jobs::after {
  color: #eb1700 !important;
}

#see-all-jobs:hover {
  padding-right: 40px !important;
  border-radius: 20px !important;
  background-color: #ffffff !important;
  color: #eb1700 !important;
}

#join {
  border-radius: 50% !important;
  background-color: #eb1700 !important;
  color: transparent !important;
  padding: 8px 20px !important;
  font-size: 16px !important;
}

#join:hover {
  border-radius: 20px !important;
  background-color: #cc1400 !important;
  color: #fff !important;
  width: auto !important;
  padding-right: 40px !important;
  text-decoration: none !important;
}

#join:active {
  background-color: #ad1100 !important;
  text-decoration: none !important;
  outline: none !important;
}

.job-cards,
.poolCards {
  border-radius: 0px !important;
  box-shadow: none !important;
}

#dynamic-jobs {
  background-color: #eb1700 !important;
  border: none !important;
  border-radius: 0px !important;
}

.share-popup {
  border-radius: 0px !important;
  box-shadow: none !important;
}

.tooltip-view {
  border-radius: 0px !important;
  background-color: #000 !important;
  padding: 10px !important;
}

.tooltip-view p {
  color: #ffffff !important;
}

.job-modal-skills {
  background-color: #f1efed !important;
  color: #eb1700 !important;
}

.work-type-chip {
  border-radius: 0px !important;
  background-color: #000 !important;
}

.work-type-chip p {
  color: #ffffff !important;
}

.work-type-chip .job-modal-skills {
  background-color: transparent !important;
  color: #ffffff !important;
}

.title {
  font-family: "Johnson Display", sans-serif !important;
  font-size: 36px !important;
  font-weight: 400 !important;
}

.content {
  font-family: "Johnson Text", sans-serif !important;
  font-size: 15px !important;
}

.banner-title {
  font-family: "Johnson Display", sans-serif !important;
  font-weight: 700 !important;
  font-size: 27px !important;
}

.banner-btn {
  font-size: 16px !important;
  font-family: "Johnson Display", sans-serif !important;
}

.footer-font {
  font-family: "Johnson Text", sans-serif !important;
}

.section {
  padding: 20px 40px;
}

.pt-40 {
  padding-top: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pl-14 {
  padding-left: 14px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.p-30 {
  padding: 30px;
}

.p-40 {
  padding: 40px;
}

.pr-0 {
  padding-right: 0px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.mb-15 {
  margin-bottom: 15px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-18 {
  margin-top: 18px;
}

/* Header */
.mt-25 {
  margin-top: 25px;
}

.community {
  font-family: "Johnson Display", sans-serif !important;
  color: #989897;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.6px;
}

.kelly {
  font-family: "Johnson Display", sans-serif !important;
  color: #989897;
  font-weight: 700;
  font-size: 12px;
  text-align: left;
  letter-spacing: 0.6px;
}

.divider {
  width: 68.581px;
  height: 2px;
  transform: translate(-19.861px, 19.8124px) rotate(90deg);
  opacity: 0.34;
  background-color: #000;
  position: relative;
  right: 12px;
}

.contract-kelly {
  position: absolute;
  left: 288px;
  top: 24px;
}

header {
  font-family: "Johnson Display", sans-serif !important;
  /* position: fixed; */
  width: 100%;
  z-index: 99;
  background: #fff;
  padding: 5px 0 0 0;
}

header::after {
  content: "";
  height: 1px;
  background: #a39992;
  top: 79px;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 100;
}

.pl-12 {
  padding-left: 12px;
  padding-right: 12px;
}

.pr-7 {
  padding-right: 7px;
}

.logo-j {
  margin-bottom: 10px;
}

.header-text {
  margin-left: 2px;
}

header .nav-item {
  margin: 0 10px;
}

.navbar-toggler-icon {
  font-size: 16px;
}

header .nav-item .nav-link {
  color: #6e6259;
  position: relative;
  font-size: 18px;
  font-family: "Johnson Text", sans-serif !important;
}

header .nav-item .nav-link::after {
  content: "";
  width: 0%;
  height: 2px;
  background-color: #d91500;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transition: all 0.4s ease;
}

header .nav-item .nav-link:hover::after {
  width: 90%;
  left: 5%;
}

.navbar-expand-lg .navbar-collapse {
  flex-basis: auto;
}

.nav-item .nav-link:hover {
  color: #d91500 !important;
}

.nav-link.active {
  color: #6e6259 !important;
}

.nav-link {
  padding-bottom: 23px !important;
}

.section-content {
  /* padding-top: 82px; */
}

/* Banner */
.banner-img {
  height: auto;
  width: 100%;
}

.card {
  background: #d71600;
  padding: 10px;
  width: 30%;
  min-width: 30%;
  border-radius: 0px;
  border: none;
  /* height: 614px; */
  height: auto;
  justify-content: center;
}

.card h1 {
  margin-bottom: 10px;
  color: #ffffff;
}

/* About & Mid Sections */
.about .image-wrapper img,
.about .image-wrapper-w img {
  width: 100%;
}

.about .content-body h5 {
  /* font-family: "ARIAL"; */
  /* font-size: 33px; */
  color: #000;
  margin-bottom: 25px !important;
  line-height: 3.2rem;
  /* font-weight: bold; */
}

.about-title {
  margin-bottom: 30px !important;
  line-height: 1.2;
}

.about .content-body p {
  font-size: 15px;
  color: #000;
  line-height: 25px;
  margin-bottom: 14px;
}

/* Highlights */
.highlights .title-heading {
  margin: 10px 0 0;
  text-align: left;
  padding: 0px 30px;
}

.highlights .title-heading h5 {
  color: #000;
}

.highlights .title-heading p {
  font-size: 15px;
  color: #000;
  line-height: 40px;
}

/* Working Section */
.how-works .content-h {
  color: #564c47 !important;
  font-size: 15px !important;
  font-family: "Johnson Text", sans-serif !important;
  padding-right: 40px;
}

.how-works img {
  border: 1px solid rgba(163, 153, 146, 0.3);
  margin-bottom: 20px;
}

.carousel-progress {
  width: 100%;
  height: 0.5px;
  background-color: #000;
}

.carousel-arrow {
  margin-left: 30px;
}

.carousel-arrow svg {
  display: block;
}

.carousel-arrow .arrow {
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  background-color: #e8e6e3;
  padding: 12px;
}

.working {
  padding: 33% 0 12%;
  background: url(../images/how-it-works.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.pt-35 {
  padding-top: 35px;
}

/* Contact */
.contact p {
  margin-top: 17px;
  font-size: 15px;
  color: #000;
  line-height: 28px;
  word-wrap: break-word;
}

.contact a {
  /* color: #5271ff; */
  /* color: #eb1700; */
  /* color:#000; */
  text-decoration: none;
}

/* Footer Start */
.key-links p {
  color: #ffffff;
  font-size: 20px;
  margin: 0px;
  font-family: "Johnson Display", sans-serif !important;
}

.key-links ul {
  padding-left: 0px;
}

.key-links ul li {
  list-style-type: none;
  margin: 17px 0px;
}

.key-links ul li a,
.key-links ul li span {
  color: #a39992;
  font-size: 16px;
  font-family: "Johnson Text", sans-serif !important;
}

.key-links ul li a:active {
  color: #ffffff;
}

.link-footer {
  padding-left: 4px;
}

.content-footer {
  font-size: 12px;
  /* color: #C1BBB3; */
  color: #ffffff;
  font-family: "Johnson Text", sans-serif !important;
}

.contact-team a {
  color: #eb1700;
  padding: 0px 5px;
}

.content-footer:hover {
  /* color: #FFFFFF; */
}

footer {
  /* background-color: #22201E; */
  background-color: #312c2a;
  /* font-family: "JohnsonText-Regular"; */
}

.kelly-text {
  color: #fff;
}

footer p {
  max-width: 300px;
  margin-top: 43px;
  margin-bottom: 0;
}

footer a {
  text-decoration: none;
  color: #fff;
}

footer a:hover {
  color: #fff;
}

footer .link-wrapper {
  text-align: right;
}

.platform {
  color: #ffffff;
  font-weight: 400;
  opacity: 0.75;
}

/* Responsive Adjustments */
@media screen and (max-width: 768px) {

  .logo-j,
  .header-text {
    width: 110px;
    height: auto;
  }

  .res-block {
    display: block !important;
  }

  .banner-img {
    height: 350px;
    padding: 5px;
    background-size: cover;
    background-position: center;
    position: static;
  }

  .banner-img img {
    position: static;
  }

  .card {
    position: absolute;
    width: 90%;
    margin: 0 auto;
    padding: 10px;
    border-radius: 0px;
    transform: none;
    /* margin-top: -50px; */
    height: fit-content;
    top: 195px;
    left: 0px;
    right: 0px;
    text-align: center;
  }

  .header-res {
    padding: 0px !important;
  }

  .card h1 {
    font-size: 25px !important;
  }

  .about .content-body h5 {
    font-size: 28px;
    line-height: 1.2;
  }

  .about .content-body p {
    font-size: 15px;
  }

  header .nav-item .nav-link {
    font-size: 16px;
  }

  .footer-privacy {
    margin-top: 30px;
  }

  .res-menu {
    margin-top: 30px;
  }

  .kelly-block {
    display: block !important;
  }

  .kelly-left {
    text-align: left !important;
  }

  .section-view {
    margin-top: 30px;
  }

  .divider {
    width: 40px;
    transform: translate(-10.861px, 19.8124px) rotate(90deg);
    right: 8px;
  }

  .contract-kelly {
    left: 117px;
    top: 15px;
  }

  .community {
    font-size: 14px;
  }

  .nav-item {
    margin: 5px 0px !important;
  }

  .modal-content {
    width: 300px !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0px !important;
  }

  .platform {
    margin-top: 20px;
  }

  .card .banner-btn {
    color: #000 !important;
    width: auto !important;
    border-radius: 20px !important;
  }

  .card .banner-btn::after {
    position: static !important;
    margin-left: 10px !important;
  }

  .about .jnj-btn1,
  .join-banner .jnj-btn1,
  .contact .jnj-btn1 {
    width: auto !important;
    color: white !important;
    border-radius: 20px !important;
    padding-right: 40px !important;
  }

  .about .jnj-btn1::after,
  .join-banner .jnj-btn1::after,
  .contact .jnj-btn1,
  .contact .jnj-btn1::after {
    /* position: static !important;
    margin-left: 10px !important; */
    margin-left: auto !important;
    right: 0px;
  }

  .contact .jnj-btn1 {
    margin-left: 0px !important;
  }

  #join {
    width: auto !important;
    color: white !important;
    border-radius: 20px !important;
  }

  #join::after {
    position: static !important;
    margin-left: 10px !important;
  }

  #see-all-jobs {
    width: auto !important;
    border-radius: 20px !important;
    color: #eb1700 !important;
  }

  #see-all-jobs::after {
    position: static !important;
    margin-left: 10px !important;
  }

  .res-pl-0 {
    padding-left: 0px !important;
  }

  .how-works .content-h {
    margin-bottom: 20px;
  }

  .pt-40 {
    padding-top: 20px !important;
  }

  .section {
    padding: 10px 20px !important;
  }

  .pr-30 {
    padding: 0px !important;
  }

  .pb-40 {
    padding-bottom: 20px !important;
  }

  .p-40 {
    padding: 20px !important;
  }
}

@media screen and (max-width: 420px) {
  header .nav-item .nav-link {
    font-size: 14px;
  }

  .about .content-body h5 {
    font-size: 24px;
    line-height: 1.1;
    margin-top: 30px;
  }

  .contact h5 {
    font-size: 28px;
  }
}

/* General Styles */
body {
  margin: 0;
  padding: 0;
  /* background-color: #f8f8f8; */
}

.container {
  width: 90%;
  max-width: 1800px;
  margin: auto;
  margin-left: 16px;
}

.pl-16 {
  padding-left: 16px !important;
}

/*...................Responsive Fixes for 4.5K and 5K Displays............. */
@media (min-width: 4480px) {
  .container {
    max-width: 3200px;
  }

  .header,
  .about,
  .why-join-community,
  .jobs,
  .highlights,
  .benefits,
  .footer {
    padding: 80px 0;
  }

  .header h1,
  .about h2,
  .why-join-community h2,
  .jobs h2,
  .highlights h2,
  .benefits h2 {
    font-size: 3rem;
  }

  .container p {
    font-size: 1.5rem;
  }
}

@media (min-width: 5120px) {
  .container {
    max-width: 3600px;
  }

  .header,
  .about,
  .why-join-community,
  .jobs,
  .highlights,
  .benefits,
  .footer {
    padding: 100px 0;
  }

  .header h1,
  .about h2,
  .why-join-community h2,
  .jobs h2,
  .highlights h2,
  .benefits h2 {
    font-size: 3.5rem;
  }

  .container p {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 991px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 130px;
    right: 0;
    background-color: white;
    padding: 10px 20px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
  }
}

@media screen and (min-width: 200px) and (max-width: 870px) {
  .banner-img img {
    width: 100% !important;
    object-fit: cover;
  }
}

/* ipad */
@media screen and (min-width: 1024px) and (max-width: 1100px) {
  .section-view {
    margin-top: 30px !important;
  }
}

/* 150% resolution */
@media screen and (min-width: 220px) and (max-width: 855px) {
  .section-view {
    margin-top: 30px !important;
  }
}

/* JNJ btn  */
.jnj-btn1 {
  position: relative !important;
  display: inline-block !important;
  /* background-color: #d71600; */
  background-color: #eb1700 !important;
  color: transparent !important;
  font-size: 18px !important;
  font-weight: normal !important;
  padding: 10px 24px !important;
  border: none !important;
  border-radius: 50% !important;
  cursor: pointer !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  width: 35px !important;
  /* transition: all 0.3s ease !important; */
  text-decoration: none !important;
  font-family: "Johnson Display", sans-serif !important;
}

.jnj-btn {
  position: relative !important;
  display: inline-block !important;
  /* background-color: #d71600; */
  background-color: #eb1700 !important;
  color: transparent !important;
  font-size: 18px !important;
  font-weight: normal !important;
  padding: 10px 24px !important;
  border: none !important;
  border-radius: 50% !important;
  cursor: pointer !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  width: 35px !important;
  /* transition: all 0.3s ease !important; */
  text-decoration: none !important;
  font-family: "Johnson Display", sans-serif !important;
}

.jnj-btn1::after {
  /* content: '➤'; */
  content: "";
  /* or '→', '⇒', '➔', '⮕', etc. */
  background-image: url("../images/arrow2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  color: #fff !important;
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  transition: all 0.3s ease !important;
  text-decoration: none !important;
}

.jnj-btn::after {
  /* content: '➤'; */
  content: "";
  /* or '→', '⇒', '➔', '⮕', etc. */
  background-image: url("../images/arrow1.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  color: #fff !important;
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  transition: all 0.3s ease !important;
  text-decoration: none !important;
}

.jnj-btn1:hover {
  background-color: #cc1400 !important;
  color: #fff !important;
  width: auto !important;
  padding-right: 40px !important;
  text-decoration: none !important;
  border-radius: 25px !important;
}

.jnj-btn:hover {
  background-color: #cc1400 !important;
  color: #fff !important;
  width: auto !important;
  padding-right: 40px !important;
  text-decoration: none !important;
  border-radius: 25px !important;
}

.jnj-btn1:hover::after {
  left: auto !important;
  right: 15px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  text-decoration: none !important;
}

.jnj-btn:hover::after {
  left: auto !important;
  right: 15px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  text-decoration: none !important;
}

.jnj-btn1:active {
  background-color: #ad1100 !important;
  text-decoration: none !important;
  outline: none !important;
}

.jnj-btn:active {
  background-color: #ad1100 !important;
  text-decoration: none !important;
  outline: none !important;
}

.jnj-btn1:focus-visible {
  outline: 2px solid black !important;
  outline-offset: 2px !important;
}

.jnj-btn:focus-visible {
  outline: 2px solid black !important;
  outline-offset: 2px !important;
}

.jnj-btn1:focus:not(:focus-visible) {
  outline: none !important;
}

.jnj-btn:focus:not(:focus-visible) {
  outline: none !important;
}

/* banner btn */
.card .banner-btn {
  background-color: #ffffff !important;
}

.card .banner-btn:hover {
  background-color: #ffffff !important;
  color: #000 !important;
}

.card .banner-btn:active {
  background-color: #ffffff !important;
  color: #000 !important;
}

.card .banner-btn::after {
  color: #000 !important;
}

.py-25 {
  padding-top: 25px;
  padding-bottom: 30px;
}

.navbar {
  padding-bottom: 0px !important;
}

.navbar-brand {
  padding-bottom: 0px !important;
}

.pl-0 {
  padding-left: 0px;
}

@media screen and (min-width: 1400px) and (max-width: 1536px) {
  header::after {
    top: 79px;
  }
}

/* ipad mini */
@media screen and (min-width: 1024px) and (max-width: 1100px) {
  .pl-30 {
    padding-left: 0px !important;
  }
}

/* ipad air */
@media screen and (min-width: 820px) and (max-width: 1180px) {
  .pl-30 {
    padding-left: 0px !important;
  }

  .ipad-mt-30 {
    margin-top: 30px !important;
  }

  .center-ipad {
    align-items: center !important;
  }

  .card .banner-btn::after {
    position: static !important;
    margin-left: 10px !important;
  }

  .about .jnj-btn1,
  .join-banner .jnj-btn1,
  .contact .jnj-btn1 {
    width: auto !important;
    color: white !important;
    border-radius: 20px !important;
    padding-right: 40px !important;
  }

  .about .jnj-btn1::after,
  .join-banner .jnj-btn1::after,
  .contact .jnj-btn1,
  .contact .jnj-btn1::after {
    /* position: static !important;
    margin-left: 10px !important; */
    margin-left: auto !important;
    right: 0px;
  }

  .contact .jnj-btn1 {
    margin-left: 0px !important;
  }
}

.language-panel {
  position: absolute;
  top: 79px;
  width: 100%;
  background: #000;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-20px);
  transition: max-height 0.6s ease, opacity 0.4s ease, transform 0.4s ease;
}

.language-option {
  position: relative;
  border: 1px solid #ccc;
  cursor: pointer;
  background: #2a2522;
  color: #fff;
  z-index: 1000;
}

.language-option {
  cursor: pointer;
  padding: 6px 0;
  text-align: left;
}

.language-option.selected {
  color: #000;
  font-weight: 600;
  background: #ffffff;
}

.languagemodel {
  color: #ffffff;
  margin: 0px;
}

.f-20 {
  font-size: 20px;
  font-family: "Johnson Display", sans-serif !important;
}

.f-color {
  color: #cbc4bc;
  font-weight: 100;
}

.selected p {
  color: #000;
  font-weight: 100;
}

.border {
  border-color: #6e6259 !important;
}

.border:hover {
  border-color: #fff !important;
}

.border-popup {
  border-color: #6e6259 !important;
}

.language-option .tick-mark {
  display: none;
  position: absolute;
  top: 17%;
  left: 82%;
  color: #eb1700;
  font-size: 20px;
  font-weight: bold;
  width: 18px;
  height: 18px;
}

.language-option.selected .tick-mark {
  display: block;
}

.language-option[data-lang="en"].selected .tick-mark {
  color: #000;
}

.close-x-white {
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.ml-auto {
  margin-left: auto !important;
}

.language-panel.open {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.language-panel.open .language-option {
  animation: fadeSlideIn 0.5s ease both;
}

@keyframes fadeSlideIn {
  from {
    opacity: 0;
    transform: translateY(15px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.modal-backdrop {
  --bs-backdrop-bg: none !important;
}

.modal-title {
  font-family: "Johnson Display", sans-serif !important;
  display: flex;
  justify-content: space-between;
}

.modal-backdrop {
  z-index: 1040 !important;
  /* Default Bootstrap backdrop */
}

.modal {
  z-index: 1050 !important;
  /* Modal sits above backdrop */
}

.modal-dialog {
  pointer-events: auto;
  /* Allow clicking inside */
}

.close-x {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

#regionModal {
  display: none;
  /* hidden by default */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2000;
  justify-content: center;
  align-items: center;
}

#regionModal .modal-content {
  background: #fff;
  padding: 25px;
  width: 600px;
  text-align: center;
  position: relative;
}

#cross-mark {
  position: absolute;
  top: 28px;
  right: 22px;
  cursor: pointer;
  width: 20px;
  height: 20px;
}
/* ipad mini */
@media screen and (min-width: 767px) and (max-width: 1024px){
  .modal-content{
    width:90% !important;
  }
}
/* ipad air */
@media screen and (min-width: 820px) and (max-width: 1180px){
  .modal-content{
    width: 95% !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0px !important;
  }
}
  @media (max-width: 768px) {
    .language-row {
      flex-direction: column;
      align-items: center;
      gap: 15px;
    }

    .language-col {
      max-width: 90%;
      width: 100%;
    }
  }