@font-face {
  font-family: "Inter";
  src: url("../font/Inter_18pt-Regular.ttf") format("opentype");
}

html {
  scroll-padding-top: 90px;
}

/* Ensure the toggler shows the hamburger icon */
.navbar-toggler {
  border: 1px solid #ddd;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  background-color: transparent;
  cursor: pointer;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: 0 0 0 0.1rem rgba(0, 123, 255, 0.25);
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
}

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

  header .nav-item {
    padding: 10px 0;
    border-bottom: 1px solid #f1f1f1;
  }

  header .nav-item:last-child {
    border-bottom: none;
  }

  .header-logo {
    max-height: 40px;
  }

  .header-text {
    max-height: 30px;
  }
}


/* Header Start */
header {
  font-family: "Inter";
  position: fixed;
  width: 100%;
  z-index: 99;
  background: #fff;
  padding: 0;
}
/* 
.header-logo {
  border-right: 3px solid #ced4da;

} */


.header-text {
  /* margin-left: 3px; */
  max-height: 100px;
}

.vertical-line {
  width: 3px;
  height: 50px;
  background-color: #ccc;
}


header .navbar-brand {
  margin-left: 25px;
}

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

header .nav-item .nav-link {
  color: #0092BC;
  position: relative;
  font-size: 15px;
  font-weight: bold !important;
  letter-spacing: -0.2px;
}

header .nav-item .nav-link::after {
  content: "";
  width: 0%;
  height: 2px;
  background-color: #595959;
  position: absolute;
  bottom: 5px;
  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;
}

/* Header End */

/* Banner Start */
.banner {
  height: 626px;
  background: url(../images/banner.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.card {
  position: relative;
  left: 58%;
  top: 35%;
  background: #ffffff !important;
  padding: 40px 0px 40px 0px ;
  text-align: center;
  width: 440px;
  font-family: "Inter";
  border-radius: 10px;
  border-color: transparent !important;
}


.card p {
  font-size: 26px;
  letter-spacing: -0.2px;
  font-weight: bold !important;
  margin: 0 0 10px;
  line-height: 1.3;
  font-family: "Inter";
}

.card a {
  display: inline-block;
  text-decoration: none;
  font-family: "Inter";
  font-size: 15px;
  font-weight: 400 !important;
  background-color: #0092BC;
  color: white;
  padding: 6px 23px;
  padding-top: 6px;
  border: none;
  border-radius: 9px;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
  margin-left: 35%;
  width: 27%;
  text-align: center;
}

.card a:hover {
  color: white;
  text-decoration: none;
}

/* Banner End */

/* mid section Start */
.about .image-wrapper img {
  width: 100%;
}

.about .image-wrapper-external img {
  width: 100%;
}

.about .content h5 {
  font-family: "Inter";
  color: #000;
  margin-bottom: 14px;
  font-size: 26px;
  line-height: 40px;
  letter-spacing: -0.2px;
  font-weight: bold;
}

.about .benefit-image-wrapper img {
  width: 100%;
  /* height: 298px; */
}
.benefit-margin{
  /* margin-top: 2%; */

}
.about .content ul {
  font-size: 20px;
}

.about-text {
  margin-top: 20px;
}

.about .content p {
  font-size: 15px;
  color: #000;
  font-family: "Inter";
  line-height: 28px;
  font-weight: 400 !important;
  letter-spacing: -0.2px;
}

.about .content a {
  text-decoration: none;
  font-family: "Inter";
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color:  #0092BC;
  color: white;
  padding: 8px 20px;
  padding-top: 8px;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  font-weight: 400 !important;
}


@media screen and (max-width: 768px) {
  .about .image-wrapper {
    margin: 30px 0;
  }
}

@media screen and (max-width: 420px) {
  .about .content h5 {
    font-size: 26px;
    line-height: 40px;
  }
}

/* mid section End */

/* highlights Start */
.highlights {
  padding: 10px 0;
}

.highlights .title {
  margin: 30px 0;
  text-align: center;
}

.highlights .title h5 {
  font-family: "Inter";
  font-size: 26px;
  line-height: 26px;
  letter-spacing: -0.2px;
  color: #000;
  font-weight: bold !important;
  margin-bottom: 25px;
}

.highlights .title p {
  font-family: "Inter";
  font-size: 15px;
  color: #000;
  line-height: 24px;
  font-weight: 400 !important;
  letter-spacing: -0.2px;
  margin-bottom: 30px;
}

@media screen and (max-width: 520px) {
  .assignment .title p {
    font-size: 15px;
    line-height: 30px;
  }
}

/* highlights End */

/* Working Start */
.working {
  padding: 80px 0 200px;
  background-color: #EFEDEA;
}

.working .title {
  text-align: center;


}

.working .title h5 {
  font-family: "Inter";
  font-size: 26px;
  line-height: 36px;
  letter-spacing: -0.2px;
  font-weight: bold !important;
  color: #333;
  margin-bottom: 30px;
}

.working .image-wrapper {
  position: relative;
}

.working .image-wrapper .content {
  position: absolute;
  max-width: 150px;
  text-align: center;
}

.working .image-wrapper .content p {
  font-family: "Inter";
  color: #515151;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400 !important;
  letter-spacing: -0.2px;
}

.working .image-wrapper .content-1 {
  top: 60%;
  left: -30px;
}

.working .image-wrapper .content-2 {
  top: 110%;
  left: 28%;
}

.working .image-wrapper .content-3 {
  right: 25%;
  top: 65%;
}

.working .image-wrapper .content-4 {
  top: 110%;
  right: -30px;
}

@media screen and (max-width: 768px) {
  .working {
    padding-bottom: 80px;
  }

  .working .content {
    display: none;
  }
}

/* Working End */
/* Contact Start */
.contact h2 {
  font-family: "Inter";
  font-weight: bold;
  font-size: 26px;
}

.contact p {
  font-family: "Inter";
  font-size: 15px;
  line-height: 24px;
  font-weight: 400 !important;
  letter-spacing: -0.2px;
}

.contact a {
  text-decoration: none;
  font-family: "Inter";
  color: #5271ff;
}

/* Contact End */

/* footer start */

footer {
  background-color: #22201E;
  font-family: "Inter";
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px;
  color: white;
}

footer p {
  color: #979797;
  max-width: 300px;
  margin-top: 30px;
  margin-bottom: 0;
  line-height: 24px;
  font-weight: 400 !important;
  letter-spacing: -0.2px;
  font-size: 16px;
}

footer a {
  text-decoration: none;
  color: #fff;
  line-height: 24px;
  font-weight: 400 !important;
  letter-spacing: -0.2px;
}

footer a:hover {
  color: #fff;
}

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

/* footer end  */

/* .................Responsiveness....... */
/* General responsive improvements */
html,
body {
  overflow-x: hidden;
}

/* Header Responsiveness */
@media screen and (max-width: 991px) {
  header .navbar-brand {
    margin-left: 5px;
  }

  .header-logo {
    width: 110px;
  }

  .header-text {
    width: 130px;
    margin-bottom: 10px;
  }

  header .nav-item {
    padding: 8px 0;
    border-bottom: 1px solid #f1f1f1;
    margin: 0;
  }

  header .nav-item:last-child {
    border-bottom: none;
  }

  header .nav-item .nav-link {
    padding-left: 5px;
  }
}

/* Banner Responsiveness */
@media screen and (max-width: 768px) {
  .banner {
    height: 500px;
    background-position: center;
  }

  .card {
    left: 50%;
    top: 35%;
    transform: translateX(-50%) !important;
    width: 90%;
    max-width: 320px;
    padding: 15px;
  }

  .card p {
    font-size: 24px;
    line-height: 1.2;
  }

  .card a {
    margin-left: 0;
    width: 60%;
    padding: 5px 10px;
    margin: 0 auto;
    display: block;
  }

  .sandoz-web {
    top: 5%;
    right: 10px;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 5px 10px;
    border-radius: 5px;
  }
}

/* About Section Responsiveness */
@media screen and (max-width: 991px) {
  .about .image-wrapper {
    margin: 20px 0;
    text-align: center;
  }

  .about .image-wrapper img {
    width: 100%;
    max-width: 450px;
  }

  .about .benefit-image-wrapper {
    text-align: center;
    /* margin: 20px 0; */
  }

  .about .benefit-image-wrapper img {
    /* width: 150%; */
    max-width: 450px;
  }

  .about-text {
    margin-top: 0;
  }

  .about .content {
    padding: 0 15px;
  }

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

  .about .content ul {
    font-size: 16px;
    padding-left: 20px;
  }

  .about .content ul li {
    margin-bottom: 10px;
  }
}

/* Key Job Highlights & Expand Your Search Responsiveness */
.highlights {
  padding: 10px 0;
}

.highlights .title {
  margin: 20px 0;
  text-align: center;
  padding: 0 15px;
}

.highlights .title h5 {
  font-family: "Inter";
  font-size: 26px;
  line-height: 1.2;
  letter-spacing: -0.2px;
  color: #000;
  font-weight: bold !important;
  margin-bottom: 20px;
}

.highlights .title p {
  font-family: "Inter";
  font-size: 15px;
  color: #000;
  line-height: 1.5;
  font-weight: 400 !important;
  letter-spacing: -0.2px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .highlights {
    padding: 15px 0;
  }

  .highlights .title {
    margin: 15px 0;
  }

  .highlights .title h5 {
    font-size: 26px;
    line-height: 1.2;
  }

  .highlights .title p {
    font-size: 15px;
    line-height: 1.4;
  }
}

/* Jobs Section Responsiveness */
#jobs .content {
  padding: 12px 25px;
}

#jobs .image-wrapper-external {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

#jobs .image-wrapper-external img {
  max-width: 100%;
  height: auto;
}

#jobs .content h5 {
  margin-top: 0;
}

.community-button {
  display: inline-block;
  text-decoration: none;
  font-family: "Inter";
  font-size: 15px;
  background-color: #1c59b5;
  color: white;
  padding: 8px 20px;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  text-align: center;
  transition: background-color 0.3s ease;
}

.community-button:hover {
  background-color: #174a9e;
  color: white;
}

@media screen and (max-width: 991px) {
  #jobs .row {
    flex-direction: column-reverse;
  }

  #jobs .image-wrapper-external {
    margin-bottom: 20px;
  }

  #jobs .content {
    text-align: center;
    padding: 0 15px 30px;
  }

  #jobs .community-button {
    margin: 0 auto;
    display: block;
    max-width: 205px;
  }
  .contact{
    margin-top: 30px;
  }
}

@media screen and (max-width: 576px) {
  #jobs .content h5 {
    font-size: 24px;
    line-height: 30px;
  }

  #jobs .content p {
    font-size: 15px;
    line-height: 22px;
  }
}

/* How It Works Section Responsiveness */
.working {
  padding: 50px 0 157px;
  background-color: #EFEDEA;
  overflow: hidden;
}

.working .title {
  text-align: center;
  padding: 0 15px;
}

.working .title h5 {
  font-size: 26px;
  line-height: 1.2;
  margin-bottom: 30px;
}

.working .image-wrapper {
  position: relative;
  padding: 0 15px;
}

.working .image-wrapper img {
  max-width: 100%;
}

@media screen and (max-width: 991px) {
  .working {
    padding: 40px 0 60px;
  }

  .working .title h5 {
    font-size: 24px;
  }

  .working .image-wrapper .content {
    position: static;
    max-width: 100%;
    text-align: center;
    margin: 15px 0;
    display: block;
  }

  .working .image-wrapper .content p {
    font-size: 15px;
    font-weight: bold;
  }

  .working .image-wrapper img {
    margin-bottom: 20px;
  }
}

/* Contact Section Responsiveness */
.contact {
  padding: 40px 15px !important;
}

.contact h2 {
  font-size: 26px;
  margin-bottom: 15px;
}



@media screen and (max-width: 768px) {
  .contact h2 {
    font-size: 24px;
  }

 
}

/* Footer Responsiveness */
footer {
  padding: 30px 15px;
}

footer .logo-wrapper {
  margin-bottom: 15px;
}

footer p {
  font-size: 14px;
  line-height: 1.4;
}

footer a {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  footer .col-md-6 {
    text-align: center;
  }

  footer .link-wrapper {
    text-align: center;
    margin-top: 20px;
  }

  footer p {
    max-width: 100%;
    margin: 15px auto;
  }
}

/* iPad mini */
@media screen and (min-width: 767px) and (max-width: 1024px) {
  .card{
    left: 42% !important;
    top: 62% !important;
  }
  .contact{
    margin-top: 30px;
  }
  #jobs .community-button{
    max-width: 205px !important;
  }
}