
.text-dexter {
    color: #6cdeff;
}

.text-dexter2 {
    color: #1B1F45;
}


.bg-dexter {
    background-color: #1B1F45;
}

.bg-dexter2 {
    background-color: #6cdeff;
}

.bg-dexter-gradient {
  background: linear-gradient(90deg, #1B1F45, #6cdeff);
}


.career-description {
    margin-top: 50px;
  }
  .career-heading {
    color: #6cdeff
  }
  .responsibility-list {
    margin-top: 20px;
    font-size: 1.1rem;
  }
  .responsibility-item {
    margin-bottom: 15px;
  }
  .skills-list {
    font-size: 1.1rem;
    margin-top: 25px;
  }
  .skills-list li {
    margin-bottom: 10px;
  }
  .section-title {
    margin-top: 30px;
    font-weight: bold;
    font-size: 1.3rem;
  }
  .vh-100 {
    height: 100vh;
  }

  .image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }

  .caption {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .swiper-container {
    width: 100%;
    height: 100vh;
  }

  .swiper-pagination-bullet {
    background-color: #fff;
  }

  .swiper-button-next, .swiper-button-prev {
    color: #fff;
  }



 