/* ------------------banner(service request)---------------------- */
.career-section {
  background-image: url("../images/service-request/banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 176px;
  display: grid;
  place-items: center start;
  margin-bottom: 24px;
}
.banner-heading {
  font-weight: 700;
  font-size: 30px;
  color: #fff;
}
@media (max-width: 768px) {
  .career-section {
    height: 88px;
  }
  .banner-heading {
    font-size: 22px;
  }
}
/* <!-------------------- careers application form  ----------------------------> */
.career-card {
  border: none;
  display: block;
  border-radius: 0;
  background-image: url("../images/career/career.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 64px 0;
}

.career-content h1 {
  font-weight: 700;
  font-size: 35px;
  color: #2b2d37;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.career-content p {
  font-weight: 400;
  font-size: 16px;
  color: #6b748c;
}

.card-body {
  text-align: left;
}

.apply-job-link {
  font-size: 16px;
  text-align: right !important;
}

.apply-job-link:hover {
  color: #e63946 !important;
}
.pagination .page-item .page-link {
  background-color: white;
  color: #dd1f4d;
  border: none;
  border-radius: 0;
  margin: 0 4px;
  padding: 6px 14px;
  font-weight: 500;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.pagination .page-item.active .page-link {
  background-color: #dd1f4d;
  color: white;
  border: none;
  border-radius: 0;
}
.no-opening-card{
  width:414px;
  height:294px;
}
.no-opening-card img{
  width: 100%;
  height:100%;
}
@media (max-width: 768px) {
  .career-content {
    padding: 0 15px !important;
  }

  .career-content h1 {
    font-size: 24px;
  }

  .career-content p {
    font-size: 14px;
  }

  .apply-job-link {
    text-align: right !important;
    margin-top: 10px;
  }
}
/* form input,
form textarea {
  border-radius: 0 !important;
  resize: none !important;
}
.card-title {
  font-size: 500;
  font-size: 24px;
  color: #2b2d37;
  margin-bottom: 15px;
}
.card-subtitle,
form label {
  font-weight: 400;
  font-size: 14px;
  color: #6b748c;
}
.contact-submit-button {
  padding: 11px 30px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.02em;
  font-weight: 600;
  border-radius: 0;
}
input::placeholder {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #b3b8c6 !important;
}
.card-subtitle {
  padding: 0 50px;
  margin-bottom: 48px;
}
input.form-control {
  height: 45px;
}
.form-label {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #393939;
}
.custom-dropdown-wrapper {
  position: relative;
}
input:focus{
  background-color: #fff;
}
.custom-dropdown {
  position: relative;
  border: 1px solid #ced4da;
  background-color: white;
  padding: 10px 16px;
  cursor: pointer;
  font-size: 14px;
  color: #b3b8c6 !important;
  font-weight: 500;
  height: 45px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.selected-filled{
  color: #393939;
}

.dropdown-arrow {
  font-size: 14px;
}

.custom-options {
  display: none;
  position: absolute;
  top: 102%;
  left: 0;
  right: 0;
  background: white;
  border: 1px solid #ced4da;
  z-index: 99;
}

.custom-option {
  padding: 10px 16px;
  cursor: pointer;
  color: #393939;
}

.custom-option:hover {
  background-color: #dd1f4d;
  color: white;
}
.email-control{
  text-transform: lowercase;
}

.upload-box {
  border: 2px dashed #b3b8c680;
  padding: 30px 20px;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.3s ease;
  position: relative;
}

.upload-box:hover {
  border-color: #666;
}

.upload-box img {
  width: 40px;
  margin-bottom: 10px;
}

#fileInput {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}

.file-info {
  margin-top: 15px;
  background: #f5f5f5;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.file-info span {
  max-width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.file-info button {
  background: transparent;
  color: #e74c3c;
  border: none;
  font-size: 25px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.error {
  color: red;
  font-size: 14px;
  margin-top: 8px;
}
.upload-box p {
  font-weight: 400;
  font-size: 12px;
  color: #6b748c;
}
.upload-box h4 {
  font-weight: 600;
  font-size: 14px;
  color: #6b748c;
} */
/* @media (min-width: 768px) and (max-width: 1200px) {
  .career-content {
    position: absolute;
    top: 30%;
  }
}
@media (max-width: 578px) {
  .career-content h1 {
    font-size: 20px;
  }
  .career-content p {
    font-size: 12px;
  }
  .career-content {
    position: absolute;
    top: 27%;
    padding: 0 24px !important;
  }
} */
