.light-theme-careerpage #my_switcher {
    display: none !important;
  }
  
  .careerText{
    margin-top: 70px ;
  }
  .subheading {
    color: #ffffff !important;
  }
  .viewPositionButtonDiv{
    width: 100%;
    display: flex;
    justify-content: center;
  }
  
  .open_position {
    cursor: pointer;
    margin-top: 20px;
  }
  
  .core_value {
    margin-top: 100px;
    margin-bottom: 100px;
    color: #ffffff !important;
  }
  
  .cardContainer {
    display: flex;
    justify-content: center;
    gap: 10vw;
  }
  
  
  .firstCard {
    background: rgba(199, 199, 199, 0.2);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 20px;
    display: inline-block;
    position: relative;
    padding: 100px 30px 2vw;
    border-radius: 0.5rem;
    max-width: 400px;
  }
  
  .centricity_image {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 125px;
    width: 125px;
  }
  
  .cardHeading {
    font-size: 22px !important;
    color: #ffffff;
  }
  
  .cardSubheading {
    font-size: 16px !important;
    color: #e4e7ec;
    font-weight: 600;
    margin: 12px 0;
  }
  
  .cardTextDiv {
    display: flex;
    margin-bottom: 10px;
  }
  
  .tickMark {
    margin-top: 5px;
    height: 19px;
    width: 19px;
    margin-right: 10px;
  }
  
  .WhyWorkContainer {
    display: flex;
    justify-content: space-between;
    gap: 5rem;
    align-items: center;
  }
  
  .WhyWorkContainer2 {
    display: flex;
    flex-direction: row-reverse;
    margin-top: 100px;
    gap: 5rem;
    align-items: center;
  }
  
  .whyWorkPara {
    font-size: 20px;
    margin: 10px 0 20px 0;
  }
  
  .rightSideWhyWork {
    width: 145vw;
  }
  
  .WhyWorkText {
    display: flex;
    margin-bottom: 10px;
  }
  .innovativeImage {
    width: 1400px;
    height: 400px;
    object-fit: cover;
    border-radius: 12px;
  }
  
  .careerIcon {
    height: 40px;
    width: auto;
    margin-right: 10px;
  }
  
  .WhyWorkText h5 {
    margin-bottom: 5px !important;
  }
  
  .buttonContainer {
    display: flex;
    gap: 15px;
    margin-top: 20px;
    margin-bottom: 30px;
    overflow-x: auto;
    text-wrap: nowrap;
    overflow-x: auto;
  }
  
  .PositionSelectedButton,
  .PositionButton:active,
  .PositionButton:focus {
    color: #fff;
    background-color: #000;
    border-radius: 20px;
    border: none;
    padding: 5px 15px;
    border: none;
  }
  
  .PositionButton {
    background-color: #3f3f3f;
    border-radius: 20px;
    border: none;
    padding: 5px 15px;
    border: 2px solid rgb(211, 211, 211);
    color: #ffffff;
    transition: all 0.3s ease;
  }
  
  .PositionButton:hover {
    transform: scale(1.05); 
  }
  
  
  .PositionButton:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(0,0,0,0.3);
  }
  
  .line{
      height: 1.5px; 
      background-color: #c1c5c5;; 
      margin: 20px 0; 
  }
  
  .JobCardContainer{
    display: flex;
    justify-content: space-between;
  }
  .jobDescription{
    margin:10px 0;
  }
  .tagContainer{
    display: flex;
    gap: 10px;
  }
  .jobTag{
    border: 2px solid rgb(255, 255, 255);
    padding: 3px 15px;
    border-radius: 20px;
    color: #ffffff !important;
  }
  .applyTagContainer{
    display: flex;
    gap: 10px;
    align-items: center;
    cursor: pointer;
    
  }
  .applyText{
    text-wrap: nowrap;
  }
  .applyIcon{
    height: 25px;
    margin-bottom: 0px;
  }
  .testimonialContainer{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 80%;
    text-align: center;
    padding: 20px 0 60px 0; 
  
  }
  
  .splide__slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto !important; 
  }
  
  
  
  /* Ensure the track and list don't have fixed heights */
  .splide__track,
  .splide__list {
    height: auto !important;
  }
  .testimonialText{
    font-weight: 500 !important;
    text-align: center;
    z-index: 10;
    margin-bottom: 15px;
  }
  .testimonialHeading{
    margin-bottom: 0px;
  }
  .testimonialImage{
    height: 50px;
    width: 50px;
    border-radius: 50%;
  }
  .testimonialName{
  margin-top: 15px;
  margin-bottom: 0px;
  }
  /* Change the color of inactive pagination dots */
  .splide__pagination__page {
    background: #5f5f5f3a !important; /* Change this to your desired color for inactive dots */
    width: 10 !important;
    height: 10 !important;
  }
  

  

  
  
  /* Change the color of the active pagination dot */
  .splide__pagination__page.is-active {
    background: #3a78ff !important; /* Change this to your desired color for the active dot */
  }
  
  /* Optional: Change the hover color of pagination dots */
  .splide__pagination__page:hover {
    background: rgb(9, 16, 105) !important; /* Change this to your desired hover color */
  }
  
  .FaqContainer{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 100px;
    padding:  10px;
  
  }
  .FaqInnerContainer{
    width: 60%;
  }
  .faqQuestionDiv{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
  }
  .faqQuestion{
    width: 80%;
    margin-bottom: 0px;
    margin-top: 0px;
  }
  
  .lineFaq{
    height: 1px; 
    background-color: #c1c5c5;; 
    margin: 10px 0; 
  }
  
  .hiddenFaq {
    display: none;
  }
  .faqAnswer {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.3s ease-out;
      margin-bottom: 0px;
      margin-top: 15px;
      font-size: 20px !important;
  }
  .faqIcons {
    display: flex;
    align-items: center;
  }
  .faqIcon {
    height: 25px;
    width: 25px;
    transition: transform 0.3s ease;
  }
  .faqMinusIcon {
    transform: rotate(180deg);
  }
  
  /* Add these styles if they're not already present */
  .applicationOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
  }
  
  .hidden {
    display: none;
  }
  
  .applicationForm {
    background-color: white;
    padding: 2rem;
    border-radius: 8px;
    width: 90%;
    max-width: 500px;
    max-height: 90vh;
    overflow-y: auto;
  }
  
  .formHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
  }
  
  .closeIcon {
    cursor: pointer;
    width: 30px;
    height: 32px;
  }
  
  .formInputGroup {
    margin-bottom: 1rem;
  }
  
  .formInputGroup label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
  }
  
  
  .formSubmitBtn {
    width: 100%;
    padding: 0.75rem;
    background-color: var(--color-primary);
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 500;
  }
  
  .formSubmitBtn:hover {
    background-color: var(--color-primary-darker);
  }
  
  .error-message {
    display: block;
    color: red;
    font-size: 0.8rem;
    margin-top: 0.25rem;
  }
  
  /* Remove spinner arrows for number input */
  input[type="number"]::-webkit-inner-spin-button,
  input[type="number"]::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0;
  }
  
  input[type="number"] {
      -moz-appearance: textfield;
  }
  
  .error-message {
    display: none;
    color: red;
    font-size: 0.8rem;
    margin-top: 0.25rem;
  }
  
  .formInputGroup {
    margin-bottom: 1rem;
    position: relative;
  }
  
  .formInputGroup input {
    width: 100%;
    padding: 0.5rem;
    border: 1px solid #ddd;
    border-radius: 4px;
  }
  
  
  @media (max-width: 1000px) {
  
    .WhyWorkContainer,
    .WhyWorkContainer2 {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
  
    .whyWorkPara {
      font-size: 16px;
    }
  
    .imageDiv {
      display: flex;
      justify-content: center;
      width: 100%;
    }
  
    .innovativeImage {
      width: 90%;
    }
  
    .rightSideWhyWork {
      width: 100%;
    }
  }
  
  @media (max-width: 768px) {
    .cardContainer {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 100px;
    }
    .FaqInnerContainer{
      width: 100%;
    }
    .applyText{
      text-wrap: nowrap;
      font-size: 18px;
    }
    .applyIcon{
      height: 15px;
      margin-bottom: 0px;
      margin-right: 5vw;
    }
    .faqAnswer {
      font-size: 16px !important;
  }
  .jobTag{
    font-size: 12px !important;
    border: 1px solid rgb(255, 255, 255);
  }
  
  }