/* Jobs Section Starts */
.jobs_background {
  width: 100vw;
  height: 30vh;
  position: relative;
  background-size: cover;
  background-image: url("../img/jobs/1x_png/career_link_banner.png");
  background-repeat: no-repeat;
  padding-left: 9%;
  padding-right: 9%;
  align-items: center !important;
  justify-content: space-around !important;
}

.jobs_background .jobs-text {
  color: #ffffff;
  /* padding: 2em 0 1em 0; */
}

.jobs_heading {
  font-size: 2em;
  font-family: "Rakuten Sans UI Semi";
  letter-spacing: 1px;
  line-height: 1em;
  text-align: left;
  display: block;
}

.jobs_lead {
  font-size: 1.35em;
  font-weight: 400;
  font-family: "Rakuten Sans UI";
  line-height: 2em;
  text-align: left;
}

.jobs-btn {
  padding-right: 153px;
}

.jobs-button {
  margin-left: 0;
  margin-right: 0;
  background: #fff;
  color: #F6304F !important;
  font-size: 0.875em;
  padding: 0.938em 3.25em;
  border-radius: 0.3em;
  font-family: "Rakuten Sans UI Bold";
  text-decoration: none !important;
  text-align: center;
  display: inline-block;
  width: auto;
}

/* Jobs Section Ends */

/* Breadcrumbs Starts */
.breadcrumbs-container {
  display: flex;
  justify-content: space-between;
  border-radius: 5px;
  position: relative;
  z-index: 10;
}

.link-font {
  font-size: 14px;
  white-space: nowrap;
  background-color: transparent;
  padding: 10px;
  border-radius: 5px;
}

.link-font a {
  color: #8636D4;
}

.link-font a:hover {
  color: #8636D4;
  text-decoration: underline !important;
}

.yr {
  font-family: "Rakuten Sans UI Semi";
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}

.breadcrumbs {
  text-align: center;
  font-family: "Rakuten Sans UI";
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
  text-transform: uppercase;
  text-decoration: none !important;
  pointer-events: auto;
}

.brd-container {
  max-width: 90% !important;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  overflow-x: auto;
}

/* Breadcrumbs Ends */

/* Footer Starts*/
.footer {
  width: 102%;
  background-image: url("../img/footer/1x_png/footer_bg.png");
  display: block;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: -4px !important;
  overflow: hidden;
}

.inner-footer {
  width: 95%;
  margin: auto;
  padding: 30px 10px;
  display: flex;
  box-sizing: border-box;
  justify-content: center;
  flex-wrap: wrap;
}

.footer-items {
  /* width: 43%; */
  box-sizing: border-box;
  color: #fff;
  padding-left: 7%;
  margin-top: 1.2em !important;
  cursor: default !important;
}

.social-media-items {
  padding: 3.61em 0em;
  box-sizing: border-box;
  color: #fff;
}

.social-media .social a.m-4 {
  margin: 1.3em !important;
  /* margin-top: 0px !important; */
}

.footer-logo-padding {
  margin-left: 8.438em;
  margin-top: 39px;
}

.social-media {
  width: 100%;
  color: #fff;
  font-size: 1.2em;
  margin-left: 12vw;
  align-content: flex-start;
}

.social-media-padding {
  margin-left: -1.7vw;
}

.hashtags {
  margin: 0.9em !important;
}

.hashtag-rtechconf {
  width: 9.313em;
  height: 2.438em;
  border-radius: 0.25em 0.25em 0.25em 0.25em;
  opacity: 1;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1em;
  line-height: 25.24px;
  text-align: center;
  color: #8636D4;
  margin-right: 10px;
  font-family: "Rakuten Sans UI Semi";
}

.hashtag-ainization {
  width: 9.875em;
  height: 2.438em;
  border-radius: 0.25em 0.25em 0.25em 0.25em;
  opacity: 1;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1em;
  line-height: 1.578em;
  text-align: center;
  color: #F6304F;
  font-family: "Rakuten Sans UI Semi";
}

.footer-text {
  margin-bottom: 3.75em;
  color: #6C00A5 !important;
  font-family: "Rakuten Sans UI";
  text-decoration: none !important;
}

.purple-link {
  color: #6C00A5 !important;
  text-decoration: underline !important;
}

.copy-right {
  font-size: 0.8em; /*0.875em*/
}

/* Footer Ends */
@media (max-width: 1143px) {
  .hashtag {
    justify-content: center;
    padding-left: 5rem;
  }

  .social-media {
    margin-left: 0vw;
  }
}

/* Mobile Media Query - Small, Medium, Large  Starts*/
@media (min-width: 300px) and (max-width: 400px) {
  body, html {
    overflow-x: hidden; /* Prevent horizontal scrolling */
    overflow-y: auto; /* Ensure vertical scrolling */
  }

  .jobs_background {
    height: 16.375em;
    position: relative;
    background-size: cover;
    background-image: url("../img/jobs/1x_png/career_link_banner_mob.png");
    flex-direction: column;
    align-items: flex-start;
    padding-left: 2.5em;
    padding-right: 2.5em;
    align-items: baseline !important;
    justify-content: space-evenly !important;
  }

  .jobs_background .jobs-text {
    color: #ffffff;
    /* padding: 1em 0 0 0; */
  }

  .jobs_heading {
    font-size: 1.45em !important;
    padding-bottom: 0.5em !important;
  }

  .jobs_lead {
    font-size: 0.9em !important;
    line-height: 1.104em;
  }

  .jobs_background .text-left {
    width: 100%;
    text-align: left;
    margin-top: 1em;
    padding-left: 0;
  }

  .jobs-button {
    margin-left: 0;
    font-size: 0.9em;
    padding: 0.5rem 1rem;
  }

  .jobs-mob-btn {
    margin-bottom: 10%;
    margin-right: 62%;
  }

  .mob-line-breaker {
    display: block;
  }

  .brd-container {
    max-width: 100% !important;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }

  .breadcrumbs-container {
    overflow-x: auto;
    white-space: nowrap;
  }

  .footer {
    flex-direction: column;
    margin-left: -4px !important;
    overflow: hidden;
  }

  .inner-footer {
    flex-direction: column; /* Stack items vertically */
    align-items: center; /* Center items */
    padding: 0px 0px;
  }

  .footer-logo {
    width: 50%;
  }

  .footer-items {
    padding-left: 0; /* Remove padding */
    padding-right: 0;
    text-align: center; /* Center text */
    margin-top: 3em !important;
  }

  .social-media-items {
    padding: 1em 0; /* Adjust padding */
    text-align: center; /* Center text */
  }

  .social-media {
    margin-left: 0vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: -1px; /* for galazy s8*/
  }

  .hashtags {
    justify-content: center; /* Center hashtags */
    margin-left: 6% !important;
    width: 15em; /*for galaxy s9+*/
  }

  .footer-text {
    margin-bottom: 1.5em !important;
    font-size: 16px !important;
  }

  .social-media .social a.m-4 {
    margin-top: 0px !important;
  }

  .footer-items .m-5 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-right: 2rem !important;
    margin-left: 2rem !important;
    max-width: 50% !important;
  }
}

@media (min-width: 401px) and (max-width: 575px) {
  body, html {
    overflow-x: hidden; /* Prevent horizontal scrolling */
    overflow-y: auto; /* Ensure vertical scrolling */
  }

  .jobs_background {
    height: 16.375em;
    position: relative;
    background-size: cover;
    background-image: url("../img/jobs/1x_png/career_link_banner_mob.png");
    flex-direction: column;
    align-items: flex-start;
    padding-left: 2.5em;
    padding-right: 2.5em;
    align-items: baseline !important;
    justify-content: space-evenly !important;
  }

  .jobs_background .jobs-text {
    color: #ffffff;
    /* padding: 1em 0 0 0; */
  }

  .jobs_heading {
    font-size: 1.5em;
    padding-bottom: 0.5em;
  }

  .jobs_lead {
    font-size: 0.875em;
    line-height: 1.104em;
  }

  .jobs_background .text-left {
    width: 100%;
    text-align: left;
    margin-top: 1em;
    padding-left: 0;
  }

  .jobs-button {
    margin-left: 0;
    font-size: 0.9em;
    padding: 0.5rem 1rem;
  }

  .jobs-mob-btn {
    margin-bottom: 10%;
    margin-right: 62%;
  }

  .mob-line-breaker {
    display: block;
  }

  .brd-container {
    max-width: 100% !important;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }

  .breadcrumbs-container {
    overflow-x: auto;
    white-space: nowrap;
  }

  .social-media {
    margin-left: 0vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: -76px; /*for px2*/
  }

  /*    .footer {
          flex-direction: column;
          margin-left: -4px !important;
          overflow: hidden;
      }

      .inner-footer {
          flex-direction: column; *//* Stack items vertically *//*
          align-items: center; *//* Center items *//*
          padding: 0px 0px;
      }
      .footer-logo{
          width: 50%;
      }
      .footer-items {
          padding-left: 0; *//* Remove padding *//*
          padding-right: 0;
          text-align: center; *//* Center text *//*
          margin-top: 3em !important;
      }
      .social-media-items {
          padding: 1em 0; *//* Adjust padding *//*
          text-align: center; *//* Center text *//*
      }
      .social-media {
          margin-left: 0; *//* Remove margin *//*
          align-content: center; *//* Center content *//*
      }
      .hashtags {
          justify-content: center; *//* Center hashtags *//*
          margin-left: 6% !important
      }
      .footer-text {
          margin-bottom: 1.5em; *//* Adjust margin *//*
      }
      .social-media .social a.m-4 {
          margin-top: 0px !important;
      }
      .footer-items .m-5{
          margin-top: 0 !important;
          margin-bottom: 0 !important;
          margin-right: 2rem !important;
          margin-left: 2rem !important;
          max-width: 50% !important;
      }*/
}

/*surface duo*/

@media only screen and (min-width: 540px) and (max-width: 540px) {
  .jobs_background {
    height: 40vh;
  }

  .footer-items {
    margin-left: 3.3em !important;
  }

}

/* Mobile Media Query - Small, Medium, Large  Ends*/

/* Tablet Media Query - Medium, Large  Starts*/
@media (min-width: 650px) and (max-width: 820px) {
  .jobs_background {
    height: 18vh;
  }

  .jobs_heading {
    font-size: 1.5em;
  }

  .jobs_lead {
    font-size: 0.92em !important;
  }

  .jobs_background {
    padding-left: 4%;
    padding-right: 2%;
  }

  .jobs-button {
    font-size: 10px !important;
    padding-left: 2rem;
    padding-right: 3em;
  }

  .brd-container {
    max-width: 100% !important;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }

  .breadcrumbs-container {
    overflow-x: auto;
    white-space: nowrap;
  }

  .footer {
    flex-direction: column;
    margin-left: -5px !important;
    overflow: hidden;
  }

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

@media (min-width: 912px) and (max-width: 1024px) {
  .jobs_heading {
    font-size: 1.65em;

  }

  .jobs_lead {
    font-size: 1.2em;
  }

  .jobs_background {
    padding-left: 5% !important;
    padding-right: 6% !important;
    height: 18vh;
  }

  .jobs-button {
    font-size: 10px !important;
    padding-left: 2rem !important;
    padding-right: 4em !important;
  }

  .brd-container {
    max-width: 100% !important;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }

  .breadcrumbs-container {
    overflow-x: auto;
    white-space: nowrap;
  }

  .footer {
    flex-direction: column;
    margin-left: -5px !important;
    overflow: hidden;
  }

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

/* Tablet Media Query - Medium, Large  Starts*/
@media (min-width: 821px) and (max-width: 911px) {
  .jobs_heading {
    font-size: 1.5em;
  }

  .jobs_lead {
    font-size: 1em !important;
  }

  .jobs_background {
    padding-left: 4%;
    padding-right: 2%;
    height: 15vh;
  }

  .jobs-button {
    font-size: 0.87em !important;
    padding: 1em 2.5em;
    margin-left: 3vw;
    margin-right: 0vw;
  }

  .brd-container {
    max-width: 100% !important;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }

  .breadcrumbs-container {
    overflow-x: auto;
    white-space: nowrap;
  }

  .footer {
    flex-direction: column;
    margin-left: -5px !important;
    overflow: hidden;
  }

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

/* Tablet Media Query - Medium, Large  Ends*/

@media only screen and (min-device-width: 315px) and (max-device-width: 539px) and (orientation: Landscape) {
  .jobs_background {
    height: 30vh;
  }

  .jobs_heading {
    font-size: 0.8em;
  }

  .jobs_lead {
    font-size: 0.6em;
    line-height: 0.6em;
  }

  .jobs_background {
    padding-left: 7%;
    padding-right: 7%;
    flex-direction: row;
    padding-top: 2vw;
  }

  .jobs-button {
    font-size: 3vh;
    padding: 3vh;
    margin-left: 9vw;
    margin-top: 4vw;
  }

  .brd-container {
    max-width: 100% !important;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }

  .breadcrumbs-container {
    overflow-x: auto;
    white-space: nowrap;
  }

  .footer {
    flex-direction: column;
    margin-left: -5px !important;
    overflow: hidden;
  }

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

@media only screen and (min-device-width: 540px) and (max-device-width: 720px) and (orientation: Landscape) {
  .jobs_background {
    height: 30vh;
  }

  .jobs_heading {
    font-size: 1.35em;
  }

  .jobs_lead {
    font-size: 1em;
    line-height: 1em;
  }

  .jobs_background {
    padding-left: 4%;
    padding-right: 2%;
  }

  .jobs-button {
    font-size: 3vh;
    padding: 2vh;
    margin-left: 3vw;
    margin-right: 0vw;
  }

  .brd-container {
    max-width: 100% !important;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }

  .breadcrumbs-container {
    overflow-x: auto;
    white-space: nowrap;
  }

  .footer {
    flex-direction: column;
    margin-left: -5px !important;
    overflow: hidden;
  }

  .footer-items {
    padding-left: 15px !important;

  }
}

@media only screen and (min-device-width: 721px) and (max-device-width: 900px) and (orientation: Landscape) {
  .jobs_background {
    height: 35vh;
  }

  .jobs_heading {
    font-size: 1.35em;
  }

  .jobs_lead {
    font-size: 1em;
    line-height: 1em;
  }

  .jobs_background {
    padding-left: 4%;
    padding-right: 2%;
  }

  .jobs-button {
    font-size: 3vh;
    padding: 2vh;
    margin-left: 3vw;
    margin-right: 0vw;
  }

  .brd-container {
    max-width: 100% !important;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }

  .breadcrumbs-container {
    overflow-x: auto;
    white-space: nowrap;
  }

  .footer {
    flex-direction: column;
    margin-left: -5px !important;
    overflow: hidden;
  }

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

@media only screen and (min-device-width: 901px) and (max-device-width: 1024px) and (orientation: Landscape) {
  .jobs_background {
    height: 20vh;
  }

  .jobs_heading {
    font-size: 1.35em;
  }

  .jobs_lead {
    font-size: 1em;
    line-height: 1em;
  }

  .jobs_background {
    padding-left: 4%;
    padding-right: 2%;
  }

  .jobs-button {
    font-size: 3vh;
    padding: 2vh;
    margin-left: 3vw;
    margin-right: 0vw;
  }

  .brd-container {
    max-width: 100% !important;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }

  .breadcrumbs-container {
    overflow-x: auto;
    white-space: nowrap;
  }

  .footer {
    flex-direction: column;
    margin-left: -5px !important;
    overflow: hidden;
  }

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

/* Specific Device Media Query - Medium, Large  Ends*/
@media (min-width: 914px) and (max-width: 914px) {
  .jobs_background {
    height: 30vh;
  }
}

@media (min-width: 568px) and (max-width: 568px) {
  .jobs-button {
    font-size: 3vh;
    padding: 2vh;
    margin-left: 0vw;
    margin-right: 0vw;
  }

  .jobs_background {
    height: 40vh;
  }
}

@media (min-width: 320px) and (max-width: 320px) {
  .jobs_heading {
    font-size: 2.25em;
    font-family: "Rakuten Sans UI Semi";
    letter-spacing: 0px;
    line-height: 1em;
    text-align: left;
    display: block;
  }
}

@media (min-width: 480px) and (max-width: 480px) {
  .jobs-button {
    font-size: 3vh;
    padding: 3vh;
    margin-left: 8vw;
    margin-top: 4vw;
  }
}

@media (min-width: 915px) and (max-width: 915px) {
  .jobs_background {
    height: 30vh;
  }
}

@media (min-width: 932px) and (max-width: 932px) {
  .jobs_background {
    height: 30vh;
  }
}

@media (min-width: 375px) and (max-width: 375px) {
  .jobs-button {
    font-family: 'Rakuten Sans UI Semi' !important;
  }
}

@media (min-width: 393px) and (max-width: 393px) {
  .jobs-button {
    font-family: 'Rakuten Sans UI Semi' !important;
  }
}

/* .footer_logo{
    margin-bottom: 0rem !important;
} */