.u-section-1 {
  background-image: linear-gradient(0deg, rgba(0,5,178,0.45), rgba(0,5,178,0.45)), url('images/banner-careers1.jpg');
  background-position: 50% 0%;
}

.u-section-1 .u-sheet-1 {
  min-height: 355px;
}

.u-section-1 .u-text-1 {
  font-size: 60px;
  font-weight: 700;
  margin: 224px auto 0px;
}

@media (max-width: 1199px) {
  .u-section-1 .u-sheet-1 {
    min-height: 293px;
  }
}

@media (max-width: 991px) {
  .u-section-1 .u-sheet-1 {
    min-height: 224px;
  }
}

@media (max-width: 767px) {
  .u-section-1 .u-sheet-1 {
    min-height: 168px;
  }
}

@media (max-width: 575px) {
  .u-section-1 .u-sheet-1 {
    min-height: 106px;
  }
}.u-section-2 .u-sheet-1 {
  min-height: 417px;
}

.u-section-2 .u-layout-wrap-1 {
  margin: 77px 0 40px;
}

.u-section-2 .u-layout-cell-1 {
  min-height: 334px;
}

.u-section-2 .u-container-layout-1 {
  padding: 30px 0;
}

.u-section-2 .u-text-1 {
  font-size: 3rem;
  font-weight: bold;
  --animation-custom_in-translate_x: -300px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: 0 auto 0 0;
}

.u-section-2 .u-layout-cell-2 {
  min-height: 334px;
}

.u-section-2 .u-container-layout-2 {
  padding: 30px 0 30px 30px;
}

.u-section-2 .u-text-2 {
  font-size: 1.125rem;
  --animation-custom_in-translate_x: 300px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: 0 auto 0 0;
}
.job-listing-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.job-listing-container h2 {
  margin-bottom: 20px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #0005b2 !important;

}

.job-cards {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  padding-bottom: 20px;

}

.job-card {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  width: 300px;
  flex-shrink: 0;
  position: relative;
}

.company-logo {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 15px;
}

.job-details h3 {
  margin: 0 0 10px;
  font-size: 18px;
}

.job-details p {
  margin: 5px 0;
  color: #666;
}

.posted-time {
  color: green;
  font-weight: bold;
}

.bookmark {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 18px;
  cursor: pointer;
}

.pagination {
  text-align: center;
  margin: 20px 0;
}

.dot {
  height: 10px;
  width: 10px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  margin: 0 5px;
}

.show-all-jobs {
  display: block;
  text-align: center;
  color: #0073b1;
  text-decoration: none;
  font-weight: bold;
}

.show-all-jobs:hover {
  text-decoration: underline;
}
.apply-now {
  margin-top: 20px;
}

.apply-now a {
  display: inline-block;
  /* color: #fff; */
  /* background-color: #0005b2; */
  text-decoration: none;
  font-weight: bold;
}

/* .apply-now a:hover {
  text-decoration: underline;
} */
/* Responsive Design */

@media (max-width: 768px) {
  .job-cards {
      flex-direction: column;
  }

  .job-card {
      width: 100%;
  }
}
@media (max-width: 1199px) {
  .u-section-2 .u-sheet-1 {
    min-height: 358px;
  }

  .u-section-2 .u-layout-wrap-1 {
    margin-right: initial;
    margin-left: initial;
  }

  .u-section-2 .u-layout-cell-1 {
    min-height: 297px;
  }
}

@media (max-width: 991px) {
  .u-section-2 .u-sheet-1 {
    min-height: 183px;
  }

  .u-section-2 .u-layout-cell-1 {
    min-height: 100px;
  }

  .u-section-2 .u-layout-cell-2 {
    min-height: 370px;
  }
}

@media (max-width: 767px) {
  .u-section-2 .u-sheet-1 {
    min-height: 283px;
  }

  .u-section-2 .u-text-1 {
    font-size: 2.25rem;
  }

  .u-section-2 .u-layout-cell-2 {
    min-height: 334px;
  }

  .u-section-2 .u-container-layout-2 {
    padding-left: 0;
  }
}

@media (max-width: 575px) {
  .u-section-2 .u-text-1 {
    font-size: 1.875rem;
  }

  .u-section-2 .u-layout-cell-2 {
    min-height: 406px;
  }
}
.ff-default .ff-el-form-control {
  border-radius: 7px !important;
}
