body {
    background-color: #fff
}

.jobByLoc-page-hero-section {
    position: relative;
    width: 100%;
    padding: 0rem 3rem;
}

body .ui-menu .ui-menu-item-wrapper {
    padding: 10px 0 10px 15px !important;
    border-bottom: 1px solid #edf0ff !important;
    color:#1a1a1a;
    font-size: 14px;
    margin-left: 0 !important;
    margin-right: 4px !important
}

.ui-menu.ui-widget.ui-widget-content {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 300px;
    width: auto;
    border: 1px solid #ced4dd !important;
    border-radius: 4px;
    margin-top: 3px;
    padding-right: 5px;
    z-index: 999 !important
}

.jobByLoc-hero-text-Content {
    max-width: 1700px;
    margin: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 5.5rem 0 5.5rem;
    gap: 1rem
}

.hero-title-section {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 3rem;
    margin: 0;
    align-items: center;
    text-align: center
}

.breadcrumb-container-parent{position:relative;width:100%;padding:2rem 3rem}
nav.breadcrumb-container {
    list-style: none;
    line-height: 30px;
    margin: 0 auto;
    width: 100%;
    max-width: 1700px;
    margin-bottom: 40px;
}

nav.breadcrumb-container a, nav.breadcrumb-container span {
    font-size: 16px;
    color: #1a1a1a;
}

.hero-title-section h1 {
    font-weight: 500;
    color: #1a1a1a;
    margin: 0
}

.jobByLoc-main-container {
    padding: 2rem 3rem
}

.filter-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 1.5rem 2rem;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 10;
    margin: 0 auto;
    max-width: 1700px
}

.filter-container-parent {
    position: relative;
    width: 100%;
    padding: 0rem 3rem;
}

.search-bar {
    display: flex;
    gap: 1rem
}

.search-bar {
    display: flex;
    align-items: center;
    gap: 1rem
}

.search-icon-field {
    flex-basis: 62%;
    flex-grow: 1;
    border: 0;
    outline: 0;
    background: 0;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 5px;
    position: relative;
    padding: 8px 0
}

.search-icon-field input {
    flex-grow: 1;
    border: 0;
    outline: 0;
    background: 0;
    font-size: 14px;
    padding-left: 2rem
}

.location-icon-field {
    flex-grow: 1;
    border: 0;
    outline: 0;
    background: 0;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 8px 0;
    position: relative
}

.location-icon-field input {
    flex-grow: 1;
    border: 0;
    outline: 0;
    background: 0;
    font-size: 14px;
    padding-left: 2rem
}

.location-icon-field img,
.search-icon-field img {
    position: absolute;
    left: 10px;
    width: 1.135rem;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none
}

.search-icon-field input::placeholder {
    font-size: 1rem;
    font-weight: 400;
    color: #a8a8a8
}

.location-icon-field input::placeholder {
    font-size: 1rem;
    font-weight: 400;
    color: #505050
}

.search-bar button {
    border: 0;
    outline: 0;
    padding: .625rem 2.625rem;
    border-radius: 4rem;
    background-color: #a5c5e5;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
    transition: background-color .3s ease
}

.mobile-btn-search {
    display: none;
    border: 0;
    outline: 0;
    padding: .68rem 1rem;
    border-radius: 3rem;
    background-color: #a5c5e5;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
    transition: background-color .3s ease
}

.search-bar button:hover {
    background-color: #0056b3
}

.search-bar .filter-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #fff;
    cursor: pointer
}

.search-bar .filter-icon svg {
    width: 16px;
    height: 16px;
    fill: #555
}

.browseJobs-container {
    max-width: 1700px;
    margin: auto
}

.browseJobs-container p {
    margin: 0
}

.section-header {
    margin-top: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #d2d5db
}

.section-header h3 {
    font-size: 1rem;
    font-weight: 500;
    color: #1a1a1a
}

.search-job-header-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 2rem
}

.search-job-header-btn h2 {
    font-size: 1.25rem;
    color: #1a1a1a;
    margin: 0
}

.search-job-btn {
    background-color: #a5c5e5;
    padding: .5rem 2rem;
    font-size: 1rem;
    font-weight: bold;
    border-radius: 1.5rem;
    border: 1px solid #a5c5e5;
    color: #1a1a1a
}

.search-job-btn:hover {
    color: #1a1a1a
}

.mobile-search-job-btn {
    display: none;
    background-color: #a5c5e5;
    padding: .5rem 2rem;
    font-size: 1rem;
    font-weight: bold;
    border-radius: 1.5rem;
    border: 1px solid #a5c5e5;
    color: #1a1a1a;
    margin: 1rem auto;
    width: 100%;
    text-align: center
}

.section-subtitle {
    display: flex;
    align-items: center;
    gap: .3rem;
    font-size: 1rem;
    font-weight: 500;
    margin-top: 2rem
}

.section-subtitle p {
    color: #1a1a1a
}

.section-subtitle a {
    color: #1a1a1a;
}

.browseJobs {
    background-color: #fff;
    border-radius: 10px
}

.tabs {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin: 1.25rem 0rem
}

.tab {
    cursor: pointer;
    transition: border .3s, color .3s;
    padding-bottom: .8rem;
    display: flex;
    flex-direction: column;
    gap: .2rem;
    font-size: 1rem;
    font-weight: 500;
    color: #1a1a1a;
    align-items: center;
    text-align: center;
    overflow: unset;
}

.tab h3 {
    font-size: 1rem;
    font-weight: 500
}

.tab img {
    width: 4rem
}

.tab.active {
    color: #1a1a1a;
    border-bottom: 1px solid #1a1a1a
}

.content {
    display: none
}

.content.active {
    display: block
}

.avail-browseJobs-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin-top: 2rem
}

.avail-browseJobs-wrapper .box a{
    color: #1a1a1a;
}

.box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #fff;
    cursor: pointer;
    height: 5.1rem;
    transition: transform .3s
}

.box-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    height: 100%;
    width: 100%
}

.lang_ar .right-arrow-icon {
    transform: rotate(180deg)
}

.box-text-container {
    display: flex;
    flex-direction: column
}

.box-text-container span {
    font-size: 1rem;
    font-weight: 500;
    color: #1a1a1a
}

.box-text-container p {
    font-size: .875;
    font-weight: 400;
    color: #525466
}

@media screen and (max-width:1350px) {
    .avail-browseJobs-wrapper {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media screen and (max-width:1040px) {
    .avail-browseJobs-wrapper {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media screen and (max-width:768px) {
    .breadcrumb-container-parent{
        padding: 0rem 1rem;
    }
    .hero-title-section h1 {
        font-size: 1.8rem
    }
    .section-container {
        padding-top: 0
    }
    .filter-container-parent {
        padding: 0rem 1rem
    }
    .jobByLoc-page-hero-section {
        padding: 0rem 1rem;
    }
    .jobByLoc-hero-text-Content h3 {
        display: none
    }
    .jobByLoc-hero-text-Content {
        text-align: center;
        gap: 3rem
    }
    .jobByLoc-main-container {
        padding: 2rem 1rem
    }
    .filter-container {
        padding: 1.25rem 1rem
    }
    .search-icon-field input::placeholder {
        content: "Job title, Keyword or Company"
    }
    .location-icon-field input::placeholder {
        content: "Location"
    }
    .search-bar button {
        display: none
    }
    .mobile-btn-search {
        display: block;
        width: 100%
    }
    .section-subtitle {
        font-size: .875rem;
        font-weight: 500
    }
    .browseJobs-container {
        padding-top: 0
    }
    .avail-browseJobs-wrapper {
        grid-template-columns: repeat(1, 1fr)
    }
    .box:nth-child(n+5) {
        display: none
    }
    .search-bar {
        flex-direction: column;
        gap: .5rem
    }
    .search-icon-field {
        width: 100%
    }
    .location-icon-field {
        width: 100%
    }
    .search-job-btn {
        display: none
    }
    .mobile-search-job-btn {
        display: block;
        margin-bottom: 0;
    }
    .tabs {
        overflow: scroll;
        gap: 3rem
    }
}

@media screen and (max-width:576px) {
  /* mobile phones */
  .jobByLoc-hero-text-Content{
    padding: 2.5rem 0 2.5rem;
  }
}