.job-banner {
  background-image: url("https://gh.syskodeprojects.tech/wp-content/uploads/2025/04/shutterstock_2290146969.webp");
  background-size: cover;
  background-position: center;
  min-height: 400px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 80px;
  border-radius: 26px;
  color: #fff;
  margin-top: 80px;
}
.job-div h2 {
  padding-bottom: 20px;
  color: #fff;
  font-weight: 400;
  font-size: 35px;
}
.job-div p{
  font-size: 20px;
}

.job-div button {
  font-size: 21px;
  margin-top: 20px;
  padding: 16px 28px;
  background-color: #fff;
  color: #8da3a1;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-weight: bold;

  font-weight: 400;
}

.image-container {
  background-image: url("https://gh.syskodeprojects.tech/wp-content/uploads/2025/04/shutterstock_2242410019@2x-scaled.webp");
  background-size: cover;
  background-position: center;
  width: 100%;
  min-height: 400px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 2rem; /* space from bottom */
  box-sizing: border-box;
  position: relative;
  border-radius: 0 0 12px 12px;
}

.text-content h3 {
  font-family: "optima", Sans-serif;
  font-size: 42px;
  font-weight: 300;
  color: #ffffff;
}

.site-content .ast-container {
  display: block !important;
}

.job-second-des {
  font-family: "optima", Sans-serif;
  font-size: 40px;
  font-weight: 400;
  
  color: #80989e;
}
.job-second-heading {
  font-family: "optima", Sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 33px;
  color: #80989e;
  padding-top: 30px;
}
.job-second-third {
  font-family: "optima", Sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 33px;
  color: #80989e;
  padding-bottom: 30px;
  padding-top: 20px;
}

.second-section {
  max-width: 1920px;
  padding: 0 80px;
  margin: auto;
}

.job-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.job-date span {
  color: #5a696e !important;
  font-size: 16px;
  font-weight: 600;
  font-family: Montserrat;
}
/* .job-description {
    width: 70%;
  } */
.main-title {
  display: flex;
  gap: 10px;
  align-items: center;
}
.cat-btn {
  background-color: #000000;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 7px;
}
.job-meta span {
  margin-right: 0px !important;
}
.show-job {
  font-size: 30px;
  color: #80989e;
  font-weight: 400;
  padding-bottom: 25px;
  padding-top: 25px;
}
.title {
  font-size: 25px;
  color: #80989e;
  font-weight: 400;
}
.ref-num {
  color: #80989e;
  font-size: 17px;
  margin-top: -8px;
  margin-bottom: 1px !important;
}
.location {
  display: flex;
  gap: 10px;
  margin-bottom: 0px !important;
}
.location span {
  color: #9b9794;
  text-transform: capitalize;
  font-size: 20px;
  margin-bottom: 24px !important;
  margin-top: 5px !important;
}
.job-des p {
  color: #ad9ea6;
  font-size: 20px;
  line-height: 22px;
}

.job-meta {
  display: flex;
  gap: 10px;
}

.job-actions {
  display: flex;
  gap: 10px;
  margin-left: auto;
}

.apply-now,
.share {
  padding: 10px 15px;
  border: 1px solid #ccc;
  cursor: pointer;
}

.apply-now:hover,
.share:hover {
  background-color: #f0f0f0;
}

.search-bar {
  background: #fff;
  max-width: 1920px;
  padding: 0 80px;
  margin: auto;
  margin-bottom: 20px;
}
.search-bar .search-category {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 30px;
}
.search-bar input,
.search-bar select,
.search-bar button {
  padding: 22px;
  /* margin: 5px; */
  border: 1px solid #b3c8ce66;
  border-radius: 12px;
  outline: none;
}

label {
  display: block;
  font-weight: 600;
  font-size: 18px;

  margin-bottom: 10px;
  color: #5a696e;
  /* padding-left: 10px; */
}

.job-list {
  background: #fff;
  margin-top: 20px;
  border: none !important;
  padding: 0px;
}

.job-item {
  padding: 41px !important;
  margin-bottom: 30px;
  border: 1px solid #b3c8ce66;
  border-radius: 12px;
}

.job-item:last-child {
  border-bottom: 1px solid #dcdcdc !important;
}

.job-meta {
  margin: 10px 0;
  font-size: 14px;
  color: #555;
}

.job-meta span {
  display: inline-block;
  margin-right: 10px;
}

.job-actions button {
  padding: 10px 15px;
  margin-right: 10px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.job-actions .apply-now {
  color: #8da3a1;
  border-radius: 12px;
  font-size: 21px;
  font-weight: 500;
  text-decoration: none;
  padding: 8px 48px;
}

.share1 {
  color: #000000;
  font-weight: 500;
  border: 1px solid #000000 !important;
  padding: 8px 20px !important;
  font-size: 16px;
  font-weight: 500;
}

.job-description {
  margin-top: 10px;
  font-size: 14px;
  color: #333;
}

.toggle-info {
  color: #de1f26;
  cursor: pointer;

  font-size: 14px;
  font-weight: 700;
}
.border-line {
  height: 1px;
  background-color: #787e81;
  margin-bottom: 30px;
}
.job-full-description {
  margin-top: 40px;
  padding-bottom: 20px;
}
.search-input input {
  font-size: 25px;
  padding: 28px;
  width: 100%;
  border-radius: 12px;
  border: 1px solid #b3c8ce66;
}

.left-image {
  margin-bottom: -120px;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.single-blog-page-section-custom {
  margin-top: 135px;
  margin-bottom: 120px;
}
.job-container {
  margin-top: 10px;
}

.popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  z-index: 9999;
  width: 300px;
  text-align: center;
}

.popup-content {
  position: relative;
}

.close {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
}
.select-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}

.select-wrapper i {
  position: absolute;
  left: 10px;
  font-size: 18px;
  color: gray;
}

select {
  width: 100%;
  padding: 10px 10px 10px 35px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
  appearance: none;
  background-color: white;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="black"><path fill-rule="evenodd" d="M5.23 7.21a.75.75 0 011.06-.02L10 10.69l3.71-3.5a.75.75 0 011.04 1.08l-4.23 4a.75.75 0 01-1.04 0l-4.24-4a.75.75 0 01-.02-1.06z" clip-rule="evenodd"/></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 27px;
  padding-right: 30px;
}
#clear-filters {
  cursor: pointer;
  font-size: 20px;
  font-weight: 500;
  color: #9b9794;
  text-decoration: underline;
}

.filter-options {
  display: flex;
  gap: 15px;
  margin-bottom: 3px;
  justify-content: end;
}

.filter-options label {
  display: flex;
  align-items: center;
  font-size: 16px;
  gap: 10px;
  text-wrap: nowrap;
  cursor: pointer;
  color: #000000;
}
.filter-options label input {
  margin-top: 0;
  width: 16px;
  height: 16px;
}
.filter-check {
  gap: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
/* .main-container{
    width: 1250px;
    margin: 0 auto;
  } */
.testimonial-section {
  padding: 0px;
  text-align: center;
}
.testimonial-card {
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  margin: 10px;
}
.testimonial-section .col-md-4 {
  padding: 0px;
}
.testimonial-author {
  display: flex;
  justify-content: space-between;
}
.testimonial-author h5 {
  font-weight: 600;
}
.testimonial-card p {
  color: #5a696e;
  font-weight: 600;
  font-family: "Montserrat";
  text-align: left;
}
.testimonial-card small {
  font-size: 16px;
}
.left-image img {
  width: 70%;
}
.right-image img {
  width: 70%;
}
.job-cat-count {
  display: flex;
}
.job-cat-count span {
  color: #9b9794;
  font-weight: 400;
}
.custom-select-wrapper {
  position: relative;
}
.custom-select-trigger {
  padding: 7px;
  font-size: 25px;
  color: #9b9794;
  cursor: pointer;
  border: 1px solid #b3c8ce66;
  border-radius: 12px;
  padding-left: 25px;
}

.custom-options {
  position: absolute;
  width: 100%;
  background: #fdfcfa;
  border: 1px solid #ccc;
  border-radius: 0 0 12px;
  max-height: 300px;
  overflow-y: auto;
  display: none;
  /* z-index: 999; */
}

.custom-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  cursor: pointer;
}

.custom-option input[type="checkbox"] {
  margin-right: 10px;
}

.count-badge {
  border: 1px solid #9b9794;
  padding: 4px 36px;
  border-radius: 12px;
  font-size: 12px;
}
.job-div {
  width: 30%;
}
.cus-breadcrub {
  max-width: 1920px;
  padding: 0 80px;
  margin: auto;
  margin-top: 20px;
}

/* restauran */

.restaurant-filter-wrap {
  display: flex;
  gap: 1rem;
  margin-bottom: 2rem;
  width: 57%;
}
.restaurant-filter-wrap select,
.restaurant-filter-wrap button {
  padding: 15px;
  font-size: 20px;
  height: auto;
  border-radius: 12px;
}
.restaurant-filter-wrap select {
  border: 1px solid #b3c8ce66;
  color: #9b9794;
  text-transform: capitalize;
  font-weight: 500;
}

.restaurant-filter-wrap button {
  padding: 0 38px;
  background: #b3c8ce40;
  color: #8da3a1;
}

#restaurant-results {
  display: flex;
flex-wrap: wrap;
}

.restaurant-card {
  width: 33.33%;
  padding: 10px;
  border-radius: 10px;

  text-align: center;
}

.restaurant-card .image-wrap img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.restaurant-card h3 {
  font-size: 40px;
  margin-top: 25px;
  text-align: left;
  color: #9b9794;
  font-weight: 400;
}
.restaurant-card p {
  font-size: 20px;
  color: #9b9794;
  text-align: left;
  padding-right: 32px;
}
.restaurant-card .btn-wrap {
  margin-top: 1rem;
  display: flex;
  justify-content: flex-start;
}
.restaurant-card .btn {
  font-size: 21px;
  padding: 14px 33px;
  margin: 0 5px;
  /* background: #2a7cc7; */
  color: #8da3a1;
  border-radius: 12px;
  text-decoration: none !important;
  border: 1px solid #b8cecd;
}

select option:hover,
select option:active {
  background-color: #b3c8ce40;
}

@media only screen and (max-width: 1600px) {
  .restaurant-filter-wrap select{
    font-size: 16px;
    padding: 9px;
  }
  .restaurant-card .btn{
    padding: 9px 25px;
  }
  .search-input input{
    padding: 18px;
    font-size: 18px;
  }
  .custom-select-trigger{
    padding: 6px;
    font-size: 17px;
    padding-left: 18px;
  }
  .job-actions .apply-now {
    padding: 8px 40px;
  }
}
@media(max-width:1024px){
  .cus-breadcrub{
    padding: 0 40px;
  }
  .second-section{
    padding: 0 40px;
  }
  .search-bar{
    padding: 0 40px;
  } 
}
@media (max-width: 768px) {
  .image-container{
    min-height: 300px;
  }
  .cus-breadcrub,
  .second-section,
  .search-bar{
    padding: 0 10px;
  }

 
  .search-category {
    display: grid;
    grid-template-columns: 1fr;
  }
  .job-second-des {
    font-size: 20px;
  }
  .job-second-heading {
    font-size: 22px;
    line-height: 28px;
  }
  .job-second-third {
    font-size: 20px;
  }
  .job-div {
    width: 100%;
  }
  .job-div h2 {
    font-size: 40px;
  }
  .restaurant-filter-wrap{
    width: 100%;
  }
  .restaurant-card{
    width: 50%;
  }
  .restaurant-card p{
    padding-right: 0px;

  }
  .restaurant-card h3{
    margin-bottom: 6px;
    font-size: 23px;
    margin-top: 15px;
  }
  .restaurant-card .btn {
    padding: 6px 20px;
  }
  .restaurant-card{
    padding: 4px;
  }
}
@media (max-width: 596px) {
  .filter-check {
    display: block;
  }
  .search-bar input {
    margin-bottom: 10px;
  }
  .search-bar .search-category {
    display: block;
    margin-top: 0px;
  }
  .custom-select-trigger {
    margin-bottom: 10px;
  }
  .job-item {
    padding: 10px !important;
  }
  .restaurant-card {
    width: 100%;
    margin-top: 15px;
  }
  .restaurant-filter-wrap select{
    margin-bottom: 15px;
  }
  .restaurant-filter-wrap{
    display: block;
  }
  .restaurant-filter-wrap button {
    padding: 8px 38px;}
}
