.jobs-main-wrapper {
    max-width: 1350px;
    width: 100%;
    margin: 0 auto;
    color: #000;
    padding-top: 70px;
    padding-bottom: 70px;
}
/*---Header section---*/
.jobs-header {
    display: flex;
    background-color: transparent;
    padding: 20px 0 60px 0;
    align-items: center;
    justify-content: space-between;
}

.jobs-header-content {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.jobs-title {
    font-size: 54px;
    font-weight: normal;
    font-family: var(--font-ppmori);
    margin: 0;
    line-height: 1.05;
    letter-spacing: 0px;
    color: #000;
    max-width: 750px;
}

.jobs-info-image {
    width: 250px;
    height: 250px;
    margin-right: 50px;
    flex-shrink: 0;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.jobs-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain; 
}
/*---cards section---*/
.jobs-cards-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    width: 100%;
    margin: 0 auto;
    align-items: start;
    align-items: stretch;
}

.jobs-cards-wrapper > * {
    align-self: start;
}

.jobs-card {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    border: none;
    overflow: hidden;
    border: 1px solid #a6a6a6;
    box-shadow: 1px 2px 1px 1px #b1b1b1 !important;
    height: 100%;

.jobs-card-header {
    padding: 10px 5px 10px 5px;
    background-color: #fff;
    display: flex;
    align-items: center;
}

.jobs-header-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding-left: 10px;
}

.jobs-header-title {
    font-family: var(--font-ppmori);
    font-size: 13px;
    font-weight: 800;
    color: #000 !important;
    margin: 0 0 8px;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #B0BCFE !important;
}

.jobs-header-subtitle {
    font-size: 24px;
    color: #1D1B20 !important;
    margin: 0;
    font-weight: 800;
    line-height: 1.1;
    font-family: var(--font-obviously);
}

.jobs-company-block {
    display: flex;
    height: 150px; 
    border-bottom: none;
    padding-left: 10px;
}

.jobs-company-image {
    width: 50%;
    height: 100%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.jobs-logo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.jobs-company-info {
    display: flex;
    flex-direction: column;
    justify-content: start;
    background-color: #f6f6f6;
    padding: 10px 10px;
    width: 50%;

}

.jobs-company-type {
    font-size: 15px !important;
    font-weight: 700;
    margin: 0px 0px 0px 2px;
    font-family: var(--font-ppmori);
    color: #1D1B20 !important;
    line-height: 20px;
}

.jobs-company-name {
    font-size: 13px;
    font-weight: 800;
    color: #000;
    margin: 0 0 8px;
    line-height: 1.2;
}

.jobs-company-address {
    font-size: 15px !important;
    color: #1D1B20 !important;
    margin: 0;
    font-family: var(--font-ppmori);
    font-weight: 700;
}

.jobs-body-block {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 5px 10px 5px 10px;
}

.jobs-body-title {
    font-size: 15px !important;
  font-weight: 700;
  color: #000 !important;
  margin: 0 0 6px;
  font-family: var(--font-ppmori);
}

.jobs-body-descrp {
    font-size: 16px;
    font-weight: 700;
    color: #49454F !important;
     font-family: var(--font-ppmori);
}

.jobs-body-block  p{
    font-size: 14px;
}

.jobs-features-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px 20px;
    background-color: #F7F7F3;
    border-radius: 8px;
    padding: 10px 15px;
  margin: 0px;
}

.jobs-featured-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.jobs-feature-svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    margin-top: 2px;
    color: #444;
    display: block;
}

.jobs-feature-text {
    font-size: 11px !important;
  font-weight: 500;
  color: #49454F !important;
  margin: 0;
   font-family: var(--font-ppmori);
}

.jobs-feature-text span {
    font-size: 10.5px;
    font-weight: 700;
    display: block;
    color: #555;
}

.jobs-buttons {
    display: flex;
    justify-content: center;
    border-top: none;
    padding: 15px 10px 30px 10px;
    gap: 10px;
    margin-top: 20px;
}

.jobs-action-btn {
    display: inline-flex;
    width: auto;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    padding: 14px 40px;
    border: none;
    border-radius: 40px;
    text-decoration: none;
    cursor: pointer;
    background-color: #FFF623;
    color: #000;
    transition: opacity 0.2s ease;
}

.jobs-action-btn:hover {
    opacity: 0.9;
}

.jobs-action-btn.jaeditbtn {
  background: #fff;
  border: 1px solid #CAC4D0;
  font-size: 16px;
  font-weight: 500;
  width: 50%;
  color: #1D1B20;
  text-decoration: none;
  padding: 0px;
  border-radius: 20px;
  padding: 20px;
  font-family: var(--font-ppmori);
}

.jobs-action-btn.jarequestbtn {
  background: #FFF723;
  border: 1px solid #FFF723;
  font-size: 16px;
  font-weight: 500;
  width: 50%;
  color: #1D1B20;
  text-decoration: none;
  padding: 0px;
  border-radius: 20px;
  padding: 20px;
  font-family: var(--font-ppmori);
}

.jobs-action-btn.jarequestbtn:hover{
    box-shadow: var( --theme-boxshadow);
}

.svclsjob {
  height: 25px;
  width: 25px;
}

@media(max-width: 1024px) {
    .jobs-cards-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width: 768px) {
    .jobs-cards-wrapper {
        grid-template-columns: 1fr;
    }
    .jobs-header {
        flex-direction: column;
        text-align: center;
    }
    .jobs-info-image {
        margin: 30px auto 0;
    }
    .jobs-title {
        font-size: 40px;
    }
}