@font-face {
    font-family: 'NafadhAR';
    src: url('/fonts/AR.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    unicode-range: U+0600-06FF, U+0750-077F, U+08A0-08FF, U+FB50-FDFF, U+FE70-FEFF;
}

@font-face {
    font-family: 'NafadhEN';
    src: url('/fonts/EN.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    unicode-range: U+0000-00FF, U+0100-024F, U+1E00-1EFF;
}

@font-face {
    font-family: 'NafadhNUM';
    src: url('/fonts/NUM.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body.home-ar {
    font-family: 'NafadhAR', 'NafadhEN', 'NafadhNUM', 'Rubik', sans-serif !important;
}

body.home-en {
    direction: ltr !important;
    font-family: 'NafadhAR', 'NafadhEN', 'NafadhNUM', 'Rubik', sans-serif !important;
}

.find-job-bx.style-1 form .site-button {
    padding: 15px 30px;
    font-family: inherit;
    font-size: 16px;
    font-weight: 500;
    border-radius: 6px;
}

.home-ar .header-nav .nav > li > a {
    font-size: 18px;
}

.header-nav .nav > li > a {
    color: #ffffff !important;
}

.header-nav .nav > li > a:hover {
    background-color: transparent;
    color: var(--primary-hover) !important;
}

.mobile-nav-buttons {
    display: none;
}

@media only screen and (max-width: 991px) {
    .mobile-nav-buttons {
        display: flex;
        flex-direction: column;
        gap: 10px;
        padding: 12px 15px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        margin-bottom: 8px;
    }

    .mobile-nav-buttons .site-button {
        width: 100%;
        text-align: center;
        justify-content: center;
    }

    .mobile-nav-buttons .site-button i {
        margin-inline-end: 8px;
    }

    .site-header .header-nav {
        background-color: #00338d !important;
    }

    .site-header .header-nav .logo-header {
        background-color: #00338d !important;
    }

    .site-header .header-nav .nav > li > a {
        background-color: #00338d !important;
        color: #ffffff !important;
    }

        .site-header .header-nav .nav > li.active > a,
        .site-header .header-nav .nav > li > a:hover {
            background-color: rgba(255, 255, 255, 0.12) !important;
            color: #00338d !important;
        }
}

.review-testimonial .owl-stage {
    display: flex;
    align-items: stretch;
}

.review-testimonial .owl-item {
    display: flex;
    height: auto !important;
}

.review-testimonial .owl-item .item {
    display: flex;
    width: 100%;
}

.review-testimonial .owl-item .item .testimonial-wrapper,
.review-testimonial .owl-item .item .testimonial-inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.stat-widget {
    background: #00338d;
    border-radius: 8px;
}

.stat-widget h5 {
    color: #b8ccff;
}

.stat-widget .stat-number {
    color: #ffffff;
}

.dz-job-media img {
    -webkit-mask-position: -70px;
}