.navbar-toggler-icon{
  background-image: none!important;
}
.modal {
  z-index: 99999 !important;
}

.modal-backdrop {
  z-index: 9998 !important;
}

/* Right-side fixed modal */
.modal-dialog.modal-right {
  position: fixed;
  top: 0;
  right: 0;
  margin: 0;
  height: 100%;
  max-width: 420px;
  /* form width */
  transform: translateX(100%);
  transition: transform 0.4s ease;
}

.modal.fade .modal-dialog.modal-right {
  transform: translateX(100%);
}

.modal.fade.show .modal-dialog.modal-right {
  transform: translateX(0);
}

.modal-content {
  height: 100%;
  border-radius: 0;
  display: flex;
  flex-direction: column;
}

.modal-body {
  flex: 1 1 auto;
  overflow-y: auto;
  padding-top: 20px;
}
.custom-input {
  width: 100%;
  height: 48px;
  padding: 10px 16px;
 border-radius: 24px !important;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background-color: transparent !important;
  color: #fff;
}

.custom-input:hover {
  width: 100%;
  /* 
   */
  padding: 10px 16px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background-color: black !important;
  color: #fff;
}

.custom-input:focus {
  background-color: transparent;
  color: #fff;
  border-color: #ffc107;
  box-shadow: none;
}

textarea.custom-input {
  height: auto;
  min-height: 120px;
  border-radius: 16px;
  resize: none;
}


.form-label {
  height: 38px;
  display: flex;
  align-items: flex-end;
  font-size: 14px;
}


@media (max-width: 778px) {
  .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.btn:hover{
  color: #25377A;
  background-color: #fff;
  border: 1px solid #25377A;


}

/* Fix textarea height & shape */
textarea.custom-input {
  height: auto;
  min-height: 120px;
  border-radius: 16px;
  resize: none;
}


.form-label {
  height: 38px;
  display: flex;
  align-items: flex-end;
  font-size: 14px;
  /* font-weight: 500; */
}



/* .custom-input {
  background: transparent;
  border: 1.5px solid #fff;
  border-radius: 30px;
  color: #fff;
}

.custom-input::placeholder {
  color: #ddd;
}

.custom-input:focus {
  background: transparent;
  color: #fff;
  border-color: #ffb703;
  box-shadow: none;
} */
.custom-input {
  width: 100%;
  height: 48px;
  padding: 10px 16px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background-color: transparent;
  color: #fff;
}

.custom-input:hover {
  width: 100%;
  height: 48px;
  padding: 10px 16px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background-color: black;
  color: #fff;
}

.custom-input:focus {
  background-color: transparent;
  color: #fff;
  border-color: #ffc107;
  box-shadow: none;
}

/* Fix textarea height & shape */
textarea.custom-input {
  height: auto;
  min-height: 120px;
  border-radius: 16px;
  resize: none;
}


.form-label {
  height: 38px;
  display: flex;
  align-items: flex-end;
  font-size: 14px;
  /* font-weight: 500; */
}



/* Ensure equal vertical spacing */
/* .row > [class^="col-"] {
  display: flex;
  flex-direction: column;
} */
@media (max-width: 778px) {
  .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}




.hero-section {
  position: relative;
  width: 100%;
  padding: 0 40px;          
}


.hero-img {
  width: 100%;
  max-width: 1080px;      
  height: 420px;            
  margin: 0 auto;          
  object-fit: cover;
  display: block;
  /* border-radius: 12px; */
}


.search-wrapper {
  position: absolute;
  bottom: 108px;
  
  left: 0;
  right: 0;
}

.search-wrapper.container {
  max-width: 800px;
}

.search-box {
  background: #243a7d;
  padding: 16px 20px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.search-box select {
  flex: 1;
  border-radius: 30px;
  padding: 10px 16px;     
  border: none;
  font-size: 14px;
}


.btn.search-btn {
  background: #ffc107;
  color:#fff;
  font-weight: 600;
  border-radius: 30px;
  padding: 10px 26px;
  font-size: 14px;
  border: none;
}
.btn.search-btn:hover{
  background: #fff;
  color:black;
  font-weight: 600;
  border-radius: 30px;
  padding: 10px 26px;
  font-size: 14px;
  border: none;

}


.info-section {
  padding: 20px 20px 0px;
  text-align: center;
  
}

.info-text {
  max-width: 760px;
  margin: 0 auto;
  color: #4a5aa7;
  font-size: 14px;         
  line-height: 1.6;
}

.job-count {
  margin-top: 30px;
  font-size: 76px;          
  font-weight: 400;
  color: #1d2b6f;
}
.job-text p{
  text-align: left;
}

.job-count span {
  font-size: 28px;
  font-weight: 400;
  display: block;
}
@media (max-width: 991px) {
  .search-wrapper.container{
    top: 80px;
  }
  .hero-section {
    padding: 0 16px;
  }

  .hero-img {
    height: 300px;
  }

  .search-box {
    flex-direction: column;
    border-radius: 22px;
  }

  .search-box select,
  .search-btn {
    width: 100%;
  }

  .job-count {
    font-size: 36px;
  }
}
.jobs-section {
  padding: 10px 0;
}

.job-card {
  background: #253f83;
  border-radius: 12px;
  padding: 26px 30px;
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}


.job-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.job-text p {
  color: #d6def7;
  font-size: 14px;
  margin: 0;
  padding: 0;
  line-height: 1.4;
}

.btn.view-job-btn {
  background: #ffc107;
  color:#FFF;
  font-weight: 600;
  border-radius: 30px;
  padding: 8px 22px;
  font-size: 14px;
  /* border: none; */
}

.btn.view-job-btn:hover {
  background: #ffb300;
  color:#fff;
}


@media (max-width: 768px) {
  .job-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .view-job-btn {
    align-self: flex-start;
  }
} 
.footer {
  background-color: #233a7d;
  padding: 60px 0 30px;
}

/* Logo */
.pin-logo img {
  max-width: 200px;
}

/* Paragraph */
.para p {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.7;
  max-width: 900px;
  margin: auto;
}

/* Footer links */
.footer-links a {
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
}

.footer-links a:hover {
  text-decoration: underline;
}

/* Icons */
.icon a {
  color: #ffffff;
  font-size: 22px;
  margin: 0 10px;
}

.icon a:hover {
  color: #25d366;
}

/* Address */
.address a {
  color: #e6e6e6;
  font-size: 14px;
  text-decoration: none;
}

/* Responsive */
@media (max-width: 768px) {
  .para p {
    font-size: 15px;
  }
}
/* OFFCANVAS FIX */
.offcanvas {
  background-color: #1f2f6b;
  width: 420px;
  z-index: 1055 !important;
}

.offcanvas-backdrop {
  z-index: 1050 !important;
}

/* INPUT STYLE */
.custom-input {
  background: transparent;
  border: 1.5px solid #ffffff;
  border-radius: 30px;
  color: #ffffff;
}

.custom-input:focus {
  background: transparent;
  color: #ffffff;
  border-color: #ffb703;
  box-shadow: none;
}