.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;
    align-items: center;
    text-align: center
}

.hero-title-section h3 {
    font-size: 1.25rem;
    font-weight: 500;
    color: #fff
}

nav.breadcrumb-container {
    list-style: none;
    line-height: 30px;
    margin-bottom: 1.5rem;
}

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;
}

.section-container {
    padding-top: 2rem;
    max-width: 1700px;
    margin: auto
}

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

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

.section-country-list h3 {
    font-size: 1rem;
    font-weight: 500;
    color: #1a1a1a;
    margin-top: 2rem
}

.section-country-list h3 a {
    font-size: 1rem;
    font-weight: 500;
    margin-top: 2rem;
    color: #a5c5e5
}

.section-country-list h3 a span {
    color: #1a1a1a
}

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

.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;
}

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

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

.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;
    margin: 0 !important
}

.international-loc-container {
    margin-bottom: 2rem;
    margin-top: 2rem
}

.inter-loc-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 1rem;
    border-bottom: 1px solid #d2d5db
}

.inter-loc-title h2 {
    font-size: 1.25rem;
    color: #1a1a1a;
    margin: 0
}

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

.inter-loc-viewAll-btn:hover {
    color: #1a1a1a;
}

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

.mobile-inter-loc-viewAll-btn:hover {
    color: #fff
}

.links {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 1rem;
    row-gap: 2rem;
    margin-top: 2rem
}

.flag-link {
    display: flex;
    align-items: center;
    gap: .7rem
}

.flag-link img {
    width: 1.5rem
}

.links a {
    text-decoration: none;
    color: #1a1a1a;
    font-size: 1.125rem;
    font-weight: 600
}

.links a:hover {
    text-decoration: underline
}

.flag-and-content {
    display: flex;
    align-items: center;
    gap: .7rem
}

.flag-and-content img {
    width: 2.25rem
}

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

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

@media screen and (max-width:768px) {
    .breadcrumb-container-parent{
        padding: 0rem 1rem;
    }
    .international-loc-container {
        margin-bottom: 0
    }
    .hero-title-section h1 {
        font-size: 1.8rem
    }
    .section-container {
        padding-top: 0
    }
    .jobByLoc-page-hero-section {
        padding: 0rem 1rem
    }
    .jobByLoc-hero-text-Content h3 {
        display: none
    }
    .jobByLoc-hero-text-Content {
        text-align: center;
        gap: 2rem;
        padding-top: 3rem
    }
    .jobByLoc-main-container {
        padding: 2rem 1rem;
        padding-top: 0rem
    }
    .card-grid {
        grid-template-columns: repeat(1, 1fr)
    }
    .inter-loc-viewAll-btn {
        display: none
    }
    .mobile-inter-loc-viewAll-btn {
        display: block;
        margin-bottom: 1rem
    }
    .links {
        grid-template-columns: repeat(1, 1fr)
    }
    .flag-link:nth-child(n+5) {
        display: none
    }
}