.jobs-wrapper {
    display: flex;
    gap: 40px;
}

.jobs-sidebar {
    width: 220px;
}

.jobs-sidebar ul {
    list-style: none;
    padding: 0;
}

.jobs-sidebar li {
    padding: 10px;
    cursor: pointer;
    border-left: 3px solid transparent;
}

.jobs-sidebar li.active {
    color: blue;
    border-left: 5px solid blue;
    font-weight: bold;
    box-shadow: 3px 9.626px 36px 0 rgba(0, 0, 0, .05);
}
.jobs-content {
    flex: 1;
}

span.job-location {
    font-size: 14px;
    padding: 10px 15px;
    color: #020842;
    border-radius: 25px;
    margin-left: 20px;
    border: 1px solid #e4e4e7;
}
#job-search {
    padding: 10px;
    width: 300px;
    margin-bottom: 60px;
    border: none;
    border-bottom: 2px solid #0044eb;
}
/* .jobs-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
} */

.job-card {
    background: #ffffff;
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 20px;
    box-shadow: 3px 9.626px 36px 0 rgba(0, 0, 0, .05);
}
.job-image img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 10px;
    display: none;
}

.job-card p {
    font-size: 16px !important; 

}
.job-single-wrapper h3 {
    color: #0044eb;
}
.job-category {
    display: inline-block;
    font-size: 14px;
    color: #004fff;
    background: #f0f7ff;
    padding: 6px 14px;
    border-radius: 25px;
}

.job-date {
    display: block;
    font-size: 14px;
    color: #777;
    margin-bottom: 10px;
    margin-top: 15px;
}

.view-btn {
    display: inline-block;
    color: #0c68dc;
    text-decoration: none;
    padding: 6px 20px;
    border-radius: 40px;
    border: 1px solid #0c68dc;
    font-size: 14px;
    margin-right: 15px;
}
.view-btn:hover{
    background-color: #0c68dc;
    color: white;
}
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    height: 52px;
}

/* ////////////////////////////////////////Job single page Css////////////////////// */
.job-single-container {
    background: #e3f0ff;
}
.job-single-container .job-category {

    margin-bottom: 15px;
}
.job-single-container  .job-meta i {
    margin-right: 5px;
}
.job-single-container .job-single-wrapper {
    padding-top: 50px;
    padding-bottom: 30px;
    margin: 0 auto;
    display: flex;
    width: 80%;
    gap: 30px;
}
.job-single-wrapper .job-left {
    width: 74%;
    padding: 25px;
}
.job-single-wrapper .job-right {
    width: 26%;
    background: white;
    padding: 20px;
    height: fit-content;
    border-radius: 25px;
}
.job-single-wrapper .job-left .job-header-box {
    background: white;
    padding: 20px;
    margin: 20px 0px;
    border-radius: 25px;
}
.job-single-wrapper .job-left  .job-section {
    background: white;
    padding: 30px;
    margin: 30px 0px;
    border-radius: 25px;
}
.job-form {
  max-width: 600px;
}

.job-form label {
  display: block;
  margin-top: 15px;
  font-weight: 500;
}

.job-form input, .job-form select, .job-form textarea {
    width: 100%;
    padding: 10px;
    border-radius: 25px;
    border: 1px solid #ccc;
    margin-top: 2px;
}

.job-form textarea {
  border-radius: 10px;
  height: 120px;
}

.phone-field {
  display: flex;
  align-items: center;
}

.phone-field .country-code {
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 25px 0 0 25px;
  background: #f5f5f5;
}

.phone-field input {
  border-radius: 25px ;
  /* border-left: none; */
}

input[type="submit"] {
    margin-top: 20px;
    background: #0044eb;
    color: #fff;
    border: none;
    cursor: pointer;
}
.job-card .card-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media (max-width: 1400px) and (min-width: 1000px) {
.job-single-container .job-single-wrapper {

    width: 95%;
    gap: 20px;
}
}
@media (max-width: 999px) and (min-width: 769px) {
.job-single-container .job-single-wrapper {
   
    width: 95%;
    gap: 5px;
}
}
@media (max-width: 820px)  {
.job-single-container .job-single-wrapper {
    display: block;
   
}
.job-single-wrapper .job-left {
    width: 100%;
    padding: 15px;
}
.job-single-wrapper .job-right {
    width: 100%;

}
.job-single-container .job-single-wrapper {
    width: 90%;

}
.jobs-wrapper {
    display: block;
    gap: 40px;
}
}
@media (max-width: 768px)  {

.jobs-wrapper {
    display: block;
    gap: 40px;
}
.job-single-wrapper .job-left {
    padding: 0px;
}
}