.travel-tabs .nav-link {
  color: #333;
  font-weight: 500;
  border-radius: 10px;
  padding: 12px 18px;
}

.travel-tabs .nav-link.active {
  background: #85d200;
  color: #000000;
}

.search-card {
  background: #fff;
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.btn-search {
  background: linear-gradient(90deg, #4e8df5, #1d4ed8);
  color: #fff;
  font-weight: 600;
  border: none;
  padding: 12px 40px;
  border-radius: 50px;
}

.btn-search:hover {
  opacity: 0.9;
}

.hero-left-section {
  position: absolute;
  width: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.form-select {
  padding: 0.375rem 0 0.375rem 0.75rem !important;
}

.bootstrap-select > .dropdown-toggle:after {
  margin-top: 0px;
}

.input-filed {
  border: 1px solid #0000001a;
  border-radius: 5px;
}

.one-parashuit {
  width: 50px;
  position: relative;
  top: -30px;
  left: -475px;
  pointer-events: unset;
  z-index: 0;
}

.two-parashuit {
  width: 100px;
  position: relative;
  right: -113px;
}

.header-details {
  box-shadow: 0px 1px 22px -2px #002e15 inset;
  margin-bottom: 12px;
  border-radius: 10px;
}

.header-button {
  border: none;
  outline: none;
  padding: 14px 50px;
  border-radius: 10px;
  font-weight: 600;
  width: 100%;
  background: #85d200;
}

.background-1 {
  background-color: #066168;
  padding: 20px;
}

.trv-popular-tour-2 {
  padding: 60px;
  margin: 0 !important;
  background-color: rgb(255, 255, 255) !important;
}
@media (max-width: 768px) {
  .search-card {
    padding: 15px;
  }
  .hero-left-section {
    position: unset;
    width: 100%;
    top: unset;
    transform: unset;
  }
}
@media (max-width: 576px) {
  .header-details {
    display: grid;
    grid-template-columns: auto auto;
    gap: 5px;
    padding: 10px;
  }
  .travel-tabs .nav-link {
    color: #333;
    font-weight: 500;
    border-radius: 10px;
    padding: 5px 18px;
    border: 1px solid #00000047;
    width: 100%;
  }
}

/* ********************************************* */
.crp-career-wrapper {
  padding: 60px 0;
  background: #ffffff;
}

.crp-sub-title {
  color: #ffaa0d;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
}

.crp-main-title {
  font-weight: 800;
  margin: 10px 0;
}

.crp-main-title-sm {
  font-weight: 800;
  font-size: 1.6rem;
}

.crp-desc {
  color: #666;
  max-width: 700px;
  margin: auto;
}

.crp-job-box {
  border: 1px solid #eee;
  padding: 25px;
  border-radius: 6px;
  height: 100%;
}

.crp-job-type {
  font-size: 12px;
  color: #ffaa0d;
  font-weight: 600;
}

.crp-job-box h5 {
  margin-top: 10px;
  font-weight: 700;
}

.crp-job-box p {
  font-size: 14px;
  color: #666;
}

.crp-apply-btn {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 18px;
  background: #85d200;
  color: #000000;
  font-size: 13px;
  text-decoration: none;
  font-weight: 600;
  border-radius: 4px;
}

.crp-form-box {
  background: #066168;
  color: #fff;
  padding: 30px;
  border-radius: 6px;
}

.crp-form-box h4 {
  font-weight: 700;
}

.crp-input {
  margin-bottom: 15px;
  border-radius: 4px;
}

.crp-submit-btn {
  width: 100%;
  padding: 12px;
  background: #85d200;
  border: none;
  color: #000000;
  font-weight: 600;
  border-radius: 4px;
}

.crp-bottom-section {
  margin-top: 80px;
}

.crp-feature-box {
  border: 1px solid #eee;
  padding: 30px;
  border-radius: 6px;
}

.crp-icon {
  font-size: 32px;
  margin-bottom: 10px;
}
