*,
body,
html {
    font-family: 'GE SS Two';
}

.font-f {
    font-family: Arial, Helvetica, sans-serif;
}

.bg-main {
    background-color: #16533B;
}

.text-main {
    color: #16533B !important;
}

.border-main {
    border-color: #16533B !important;
}

body {
    background-color: #F7F7F7 !important;
}

a {
    transition: all 0.3s ease-in-out;
}

.bg-mian-2 {
    background-color: #F0711E;
}

.text-mian-2 {
    color: #F0711E !important;
}

.hover-btn:hover {
    background: #fff;
    color: #16533B !important;
}

.social-header a {
    color: #fff;
}

.rtl {
    direction: rtl !important;
}


.navbar {
    direction: rtl;
    text-align: right;
}

.navbar .nav-link {
    color: #16533B;
    font-weight: 300;
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
    background-color: #16533B;
    color: #fff !important;
}

.icon-search {
    font-size: 60px;
    color: #F0711E;
    cursor: pointer;
}

#loader {
    position: fixed;
    inset: 0;
    background: #F7F7F7;
    /* خلفية اللودينج */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.icon-search-form {
    border: 0;
    background: #16533B;
    width: 150px;
    color: #fff;
    border-radius: 5px;
}

.zoom-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    display: none;
    justify-content: center;
    align-items: center;
    cursor: zoom-out;
}

.zoomed-img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 10px;
    transition: transform .3s ease;
    transform: scale(0.5);
}

.zoom-popup.show .zoomed-img {
    transform: scale(1);
}


.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    /* تمنع الـ jump */
}

.dropdown-menu li a {
    color: #16533B;
    font-weight: 300;
}

.navbar-toggler {
    position: absolute;
    top: -50px;
    background: #fff !important;
}

.img_pattern_1 {
    position: absolute;
    left: -60px;
    top: 180px;
}

.img_pattern_2 {
    position: absolute;
    right: 150px;
    top: 98px;
    z-index: -1;
}

.img_birds {
    position: absolute;
    right: 150px;
    top: 98px;
}

.img_pattern_3 {
    position: absolute;
    right: 80px;
    top: 20px;
    z-index: -2;
}

.desc_banner h1 {
    font-size: 48px;
    font-weight: 500;
    color: #16533B;
    text-align: right;
    margin: 80px 0 0 0;
    line-height: 60px;
}

.desc_banner p {
    font-size: 20px;
    color: #16533B;
    text-align: right;
    margin: 20px 0 0 0;
    line-height: 30px;
    font-weight: lighter;
    direction: rtl;
}

.btn_banner a {
    text-decoration: none;
    border: 2px solid;
    padding: 10px 20px;
    border-radius: 8px;
    min-width: 150px;
    text-align: center;
    font-weight: 300;
    background: #F0711E;
    color: #fff;
    border-color: #F0711E;
}

.btn_banner a:hover {
    background: #fff;
    color: #16533B;
    border-color: #fff;
}

.owl-stage {
    transition-timing-function: linear !important;
}


.activities_section .owl-nav {
    position: absolute;
    left: -65px;
    right: -65px;
    top: 160px;
    justify-content: space-between;
    display: flex;
}

.activities_section .owl-carousel .owl-nav button.owl-prev,
.activities_section .owl-carousel .owl-nav button.owl-next {
    width: 50px;
    height: 50px;
    background: #F0711E;
    border-radius: 50px;
    font-size: 50px;
    line-height: 0;
    color: #fff;
}

.img_slider_activt {
    display: flex;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
    padding: 0;
    direction: rtl;
    margin: 30px 0 0 0;
    background: #fff;
}



.desc_slider_activ {
    width: 60%;
    transition: all 0.5s ease-in-out;
}

.desc_slider_activ a {
    text-decoration: none;
}

.desc_slider_activ:hover a {
    text-decoration: underline;
}

.img_slider_activt:hover {
    background-color: #eee;
}

.desc_slider_activ p {
    color: #000000;
    font-size: 14px;
    font-weight: 300;
    margin: 0;
}

.img_slider_activt .img_box_news {
    display: block;
    height: 110px;

    width: 130px;
    overflow: hidden;
}

.img_slider_activt .img_box_news img {
    border-radius: 0 10px 10px 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.icon_btn_fa3lya {
    display: flex;
    cursor: pointer;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
    font-size: 18px;
    box-shadow: 1px 3px 3px #000;
}

.icon_btn_fa3lya:hover {
    background-color: #fff;
    color: #16533B !important;
}

.icon_btn_fa3lya:hover i {
    background: #F0711E;
    color: #fff;
}

.icon_btn_fa3lya i {
    width: 35px;
    height: 35px;
    display: block;
    background: #16533B;
    border-radius: 50px;
    text-align: center;
    font-size: 26px;
    line-height: 43px;
}

.block_initi {
    overflow: hidden;
    display: flex;
    align-items: normal;
    height: 300px;
    border-radius: 15px;
    margin-bottom: 25px;
}

.block_initi_larg {
    height: 625px;
}

.block_initi:hover::before {
    display: none;
}

.block_initi:hover .desc_block_initi {
    opacity: 0;
}

.block_initi::before {
    content: "";
    position: absolute;
    background-image: linear-gradient(to top, #16533B, #ffffff00);
    width: 100%;
    height: 100%;
}

.block_initi img {
    min-height: 100%;
    width: 100%;
}

.desc_block_initi {
    position: absolute;
    z-index: 9;
    padding: 0 20px;
    right: 0;
    text-align: center;
    bottom: 0;
    transition: all 0.5s ease-in-out;
}

.block_initi .desc_block_initi h3 a {
    color: #F0711E;
    font-size: 19px;
    text-decoration: none;
}

.block_initi .desc_block_initi p {
    color: #fff;
    font-weight: 300;
}

.img_partiner {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border: 1px solid #ddd;
    box-shadow: 0 0 10px #ddd;
    border-radius: 10px;
    height: 120px;
    filter: grayscale(1);
}

.img_partiner:hover {
    filter: none;
}

.img_partiner img {
    max-width: 100%;
    height: 80px;
}

footer {
    margin: 150px 0 0 0;
}

.counter_footer {
    background: #F0711E;
    padding: 30px;
    text-align: center;
    border-radius: 15px;
    margin: -140px 0 0 0;
}

.block_counter .counter {
    font-size: 36px;
    font-family: tahoma;
}

.block_counter i {
    background: #183C2C;
    width: 50px;
    height: 50px;
    display: block;
    margin: 15px auto 10px auto;
    font-size: 24px;
    border-radius: 50px;
    line-height: 55px;
    color: #F0711E;
}

.about_footer {
    color: #fff;
    font-weight: 300;
    line-height: 28px;
    text-align: center;
}

.about_footer img {
    filter: brightness(0) invert(1);
}

.menu_footer {
    text-align: right;
    direction: rtl;
}

.menu_footer h3 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 24px;
    position: relative;
}

.menu_footer h3::before {
    content: "";
    position: absolute;
    bottom: -10px;
    right: 0;
    width: 50px;
    height: 2px;
    background: #fff;
}

.menu_footer ul {
    padding: 0 20px 0 0;

}


.menu_footer ul li {
    margin: 0 0 15px 0;
    float: right;
    width: 50%;
    font-weight: 300;

}

.menu_footer ul li a {
    text-decoration: none;
    color: #fff;
}

.menu_footer ul li a:hover {
    color: #F0711E;
}

.newsletter2 {
    display: flex;
    gap: 10px;
    margin: 40px 0 20px 0;
}

.newsletter2 input {
    flex: 1;
    padding: 12px 18px;
    border: 1px solid #ccc;
    border-radius: 8px;
}

.newsletter2 button {
    padding: 12px 25px;
    background: #F0711E;
    color: #fff;
    border: none;
    border-radius: 8px;
    transition: 0.3s;
}

.newsletter2 button:hover {
    background: #fff;
    color: #F0711E;
}

.block_bg_video {
    background-image: url(../images/Laptop_Mockup.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    height: 700px;
    width: 100%;
    margin: 50px auto;
    position: relative;
}

.block_bg_video iframe {
    margin: 59px 0px 0 -15px;
    width: 64%;
    height: 455px;
    border-radius: 5px;
    border: 0 solid #000;
}

.video_main {
    position: relative;
}

.img_shape_1 {
    position: absolute;
    bottom: 80px;
    left: -50px;
    z-index: -1;
    transform: scaleX(-1);
}

.img_shape_2 {
    position: absolute;
    top: -50px;
    right: -50px;
    z-index: -1;
}

.block_bg_video::before,
.block_bg_video::after {
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    z-index: -1;
}

.block_bg_video::before {
    background: url(../images/pattern_1.png);
    background-repeat: no-repeat;
    top: 0;
    left: 0;
}

.block_bg_video::after {
    background: url(../images/pattern_2.png);
    background-repeat: no-repeat;
    bottom: -100px;
    right: -50px;
}


.breadcrumbs_page {
    border-radius: 30px;
    padding: 30px;
}

.img_bg_breadcrum {
    height: 350px;
    margin: 0 50px;
}

.desc_breadcrumb {
    padding: 70px 70px 0 70px;
    color: #fff;
}

.desc_breadcrumb img {
    height: 110px;
}

.desc_breadcrumb p {
    margin: 15px 0 0 0;
    font-weight: lighter;
    font-size: 14px;
    direction: rtl;
}

.breadcrumb {
    direction: rtl;
    margin: 30px 70px;
    color: #fff;
}

.breadcrumb-item a,
.breadcrumb-item.active {
    color: #fff !important;
    font-weight: lighter;
    text-decoration: none;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #fff !important;
}

.block_about_page {
    text-align: center;
    background: #fff;
    padding: 30px;
    box-shadow: 0 0 10px #ddd;
    border-radius: 10px;
}

.block_about_page:hover {
    box-shadow: 0 0 15px #bbb;
}

.block_about_page i {
    font-size: 50px;
}

.block_about_page h3 {
    font-weight: 500;
}

.block_about_page p {
    font-size: 14px;
    font-weight: lighter;
}

.desc_about {
    direction: rtl;
}

.desc_about p {
    font-size: 16px;
    line-height: 28px;
    font-weight: lighter;
    margin: 20px 0 0 0;
}

.tit_activt {
    direction: rtl;
}

.map_contact {
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid #fff;
}

.form_contact {
    background: #fff;
    padding: 50px;
    border-radius: 10px;
}

.form-control.input_contact {
    direction: rtl;
    font-weight: lighter;
    min-height: 50px;
    background: #eee;
    border-color: #eee;
}

.btn_form_contact {
    float: right;
    height: 50px;
    padding: 0 30px;
    border-radius: 5px;
}

.btn_form_contact:hover {
    background-color: #16533B;
    color: #fff;
}

.block_jobs {
    border: #16533B 1px solid;
}

.block_jobs:hover {
    background-color: #F0711E;
    border-color: #F0711E;
}

.block_jobs:hover h4,
.block_jobs:hover a {
    color: #fff !important;
}

.block_jobs:hover .more-jobs {
    background-color: #fff;
    color: #F0711E !important;
}

.more-jobs {
    background-color: #F0711E;
    width: 40px;
    height: 40px;
    color: #fff;
    border-radius: 50px;
    line-height: 45px;
    text-align: center;
}

.block_main_job {
    box-shadow: 0 0 15px #ddd;
    border-radius: 15px;
    overflow: hidden;
    padding: 15px;
}

.block_main_job:hover {
    box-shadow: 0 0 20px #bbb;
}

.img_block_job {
    height: 220px;
    overflow: hidden;
    display: flex;
    align-items: center;
    border-radius: 15px;
    margin: 0 0 15px 0;
}

.img_block_job a {
    display: block;
    width: 100%;
}

.img_block_job img {
    width: 100%;
    min-height: 100%;
}

.desc_block_job {
    text-align: center;
}

.desc_block_job h3 a {
    text-decoration: none;
    font-size: 17px;
    color: #16533B;
}

.desc_block_job h3 a:hover {
    color: #F0711E;
}

.desc_block_job span {
    font-weight: lighter;
    font-size: 14px;
}

.page-link {
    color: #16533B !important;
}

.breadcrumb-item.breadcrumb_pages a,
.breadcrumb-item.breadcrumb_pages::before,
.breadcrumb-item.breadcrumb_pages.active {
    color: #16533B !important;
}

#bs-search {
    height: 100px;
    padding: 30px;
}

.blockImgDetailsJob {
    overflow: hidden;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 10px #afa1a1;
}

.blockImgDetailsJob img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    cursor: pointer;
}

.option_job {
    margin: 15px 0;
}

.option_job h5 {
    font-size: 14px;
    color: #16533B;
}

.option_job p {
    margin: 0;
    font-weight: lighter;
    color: #9b9b9b;
}

.jobRequirements ol {
    list-style-type: none;
    padding: 0;
    font-weight: lighter;
    line-height: 34px;
}

.jobRequirements ol li i {
    color: #F0711E;
}

.tit_ol {
    width: 200px;
    position: relative;
    display: block;
    float: right;
    color: #9f9e9e;
    border-left: 1px solid #ddd;
}

.jobRequirements ol li strong {
    padding: 0 25px 0 0;
    font-weight: lighter;
}

.search-activit.input-group {
    box-shadow: 0 0 10px #e9e9e9;
    border: 0;
    height: 50px;
    border-radius: 10px;
    overflow: hidden;
}

.search-activit.input-group input {
    border: 0;
}

.search-activit.input-group .input-group-text {
    background: #fff;
    border: 0;
    line-height: 57px;
    padding: 0 16px;
}

.calendar-icon {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #fff;
}

.date-input {
    padding-right: 35px;
}

.date-input::placeholder {
    color: #fff !important;
    opacity: 1;
}

.selecte--actitvt.custom-select-icon {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    /* استخدام SVG من Bootstrap Icons */
    background: #F0711E url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-chevron-down' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/></svg>");

    background-repeat: no-repeat;
    background-position: left 10px center;
    background-size: 16px;
    padding-right: 15px;
    color: #fff;
    font-weight: lighter;
    height: 50px;
    border-radius: 10px;
}

.selecte--actitvt.custom-select-icon option {
    font-weight: lighter;
    font-size: 14px;
}

.date-input.input--actitvt {
    background-color: #F0711E;
    color: #fff;
    font-weight: lighter;
    height: 50px;
    border-radius: 10px;
}

.d-flex .flex-item {
    flex: 1 1 0;
    min-width: 150px;
}

.selecte--actitvt,
.input--actitvt {
    width: 100%;
}

.block_actitvit {
    box-shadow: 0 0 10px #c3c3c3;
    overflow: hidden;
    border-radius: 10px;
    padding: 5px;
    position: relative;
    background: #fff;

}

.block_actitvit:hover {
    background-color: #f4f4f4;
}

.block_actitvit:hover .img_block_actitvi a img {
    transform: scale(1.2);
}

.img_block_actitvi {
    height: 250px;
    overflow: hidden;
    display: flex;
    align-items: center;
    border-radius: 10px;
    margin: 0 0 15px 0;
    position: relative;
}

.img_block_actitvi a {
    display: block;
    height: 100%;
    width: 100%;
}

.img_block_actitvi a img {
    min-height: 100%;
    transition: all 0.3s ease-in-out;
}

.finishid_label {
    position: absolute;
    top: 40px;
    background: red;
    color: #fff;
    padding: 10px 25px;
    border-radius: 25px 0 0 25px;
    box-shadow: 0 2px 2px #000;
}

.finishid_label.next_label {
    background-color: green;
}

.finishid_label.current_label {
    background-color: #f0711e;
}

.desc_block_actitvi {
    padding: 0 15px;
}

.desc_block_actitvi h3 {
    line-height: 20px;
    border-bottom: 1px solid #ddd;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
}

.desc_block_actitvi h3 a {
    font-size: 17px;
    text-decoration: none;
    color: #000;

    display: -webkit-box;
    -webkit-line-clamp: 2;   /* عدد السطور */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.no_view span {
    color: #F0711E;
    margin: 0 10px 0 0;
    font-weight: lighter;
}

.share-container {
    position: relative;
    display: inline-block;
}

.share-popup {
    position: absolute;
    bottom: 65px;
    right: 0;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    display: flex;
    gap: 12px;
    transform: scale(0);
    transition: 0.3s;
}

.share-popup.active {
    transform: scale(1);
}

.share-popup a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #F0711E;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff !important;
    cursor: pointer;
    font-size: 16px;
}

.share-popup a:hover {
    background: #16533B;
    color: #fff;
}

.block_form_list {
    background: #fff;
    box-shadow: 0 0 10px #ddd;
    border-radius: 10px;
    padding: 50px;
    margin: 30px 0 0 0;
}

.input_list {
    height: 55px;
    text-align: right;
    font-weight: lighter !important;
    background: #eee !important;
}

.select_list {
    height: 55px;
    text-align: right;
    font-weight: lighter !important;
    background-color: #eee !important;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    background:
        url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24'%3E%3Cpath fill='%23333' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");

    background-repeat: no-repeat;
    background-position: left 15px center;
    /* لو عربي */
    background-size: 12px;

    padding-left: 40px;
    /* مساحة للسهم */
}

.select_list option {
    font-weight: lighter;
}

.add-activit {
    margin: 33px 0 0 0;
    height: 53px;
    font-weight: lighter !important;
}

.remove-axis {
    position: absolute;
    left: -85px;
    background: transparent;
    font-weight: lighter;
    color: red;
}

.form-check-list input {
    height: 25px;
    width: 25px;
}

.upload-box {
    border: 2px dashed #ddd;
    padding: 40px;
    border-radius: 15px;
    text-align: center;
    cursor: pointer;
    transition: .3s;
    margin: 10px 0 0 0;
}

.upload-box:hover {
    background: #fcfcfc;
}

.btn_list {
    border: 2px solid #16533B;
    padding: 10px 0;
    border-radius: 8px;
    text-align: center;
    width: 150px;
    background: #fff;
}

.btn_list:hover {
    background-color: #16533B;
    color: #fff;
}


/************************************************** Style Jobs **************************************************/

.dropdwon_user_profile {
    padding: 10px 0 !important;
    border: 0 !important;
    box-shadow: 0 0 3px #ddd;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #16533B !important;
}

.dropdwon_user_profile li a {
    font-size: 14px;
    color: #000;
    border-bottom: 1px solid #eee;
    padding: 5px 20px 5px 20px;
}

.dropdwon_user_profile li a:nth-last-child(1) {
    border-bottom: 0;
}

.btn__login {
    font-size: 14px;
}

.block_login {
    direction: rtl;
    padding: 50px 0 50px 0;
}

.card__box__login {
    width: 500px;
    max-width: 50%;
    font-weight: lighter;
}

.form-control.input_profile {
    font-weight: lighter;
    height: 45px;
    border: 0;
    text-align: right;
    border-radius: 5px;
    background: #EEEEEE !important;
}

.form-select.input_profile {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24'%3E%3Cpath fill='%23666' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: left 12px center !important;
    background-size: 24px !important;
}

.btn-outline-secondary.btn__see__password {
    border: 0;
    background: #EEEEEE;
    padding: 5px 10px 0 15px;
}


.btn__main__login {
    background-color: #16533B;
    color: #fff;
    border: 0;
    height: 45px;
    border-radius: 5px;
    margin-top: 15px;
}

.btn__main__login:hover {
    background-color: #F0711E;
    color: #fff;
}

.login_with_google {
    width: 250px;
    margin: auto;
}

.box_phone,
.box_phone select option {
    font-family: Tahoma, sans-serif;
}

.upload-box {
    width: 100%;
    min-height: 220px;
    border: 2px dashed #ced4da;
    border-radius: 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: 0.3s ease;
    text-align: center;
    background: #fafafa;
}

.upload-box:hover {
    border-color: #0d6efd;
    background: #f0f6ff;
}

.upload-content {
    color: #6c757d;
}

.upload-content .plus {
    font-size: 64px;
    line-height: 1;
    font-weight: 300;
    display: block;
}

.upload-content p {
    margin: 5px 0;
    font-size: 15px;
}

.image-preview {
    position: absolute;
    inset: 0;
    width: auto;
    max-height: 100%;
    object-fit: cover;
    border-radius: 12px;
    margin: auto;
}

.remove-image {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: none;
    background: rgba(0, 0, 0, 0.65);
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.remove-image:hover {
    background: #dc3545;
}

.iti {
    display: block !important;
    font-family: tahoma;
    text-align: left;
}

.iti__selected-flag {
    padding: 0 15px 0 8px !important;
}

.iti--separate-dial-code.iti--show-flags .iti__selected-dial-code,
.iti__country-name,
.iti__dial-code {
    font-family: tahoma;
    font-size: 14px;
    margin-right: 3px;
}

.user_info_sidebar {
    padding: 5px;
}

.list-profile-page li a {
    font-size: 14px;
    color: #000;
    border-bottom: 1px solid #eee;
    padding: 12px 15px 12px 15px;
    text-decoration: none;
    font-weight: lighter;
    border-radius: 5px;
}

.list-profile-page li a i {
    margin-left: 5px;
    font-size: 17px;
}

.list-profile-page li:nth-last-child(1) a {
    border-bottom: 0;
}

.list-profile-page li a:hover {
    background-color: #16533B;
    color: #fff;
}

.info_main_profile {
    padding: 0;
    list-style-type: none;
    overflow: hidden;
    margin: 15px 0 0 0;
}

.info_main_profile li {
    float: right;
    width: 50%;
    font-size: 14px;
    line-height: 30px;
    color: #000000;
    font-weight: lighter;
}

.info_main_profile li strong {
    color: #919191;
    margin: 0 0 0 5px;
}

.tit_main_profile::before {
    position: absolute;
    content: "";
    right: 0;
    bottom: -5px;
    height: 1px;
    background-color: #000;
    width: 50px;
}

.btn.btn-model-save {
    background-color: #16533B;
    color: #fff;
}

.btn.btn-model-save:hover {
    background-color: #F0711E;
    color: #fff;
}

.desc_job_profile {
    color: #919191;
    font-size: 14px;
}

.icon_action_exp {
    text-align: left;
}

.icon_action_exp a {
    color: #919191;
    margin: 0 10px 0 0;
    text-decoration: none;
}

.icon_action_exp a:hover {
    color: #000;
}

.btn.btn-model-add {
    background-color: #fff;
    border: 1px solid #16533B;
    color: #16533B;
}

.btn.btn-model-add:hover {
    background-color: #16533B;
    color: #fff;
}

.item_skil {
    background: #ddd;
    padding: 10px 15px 8px 45px;
    border-radius: 5px;
    position: relative;
}

.item_skil a {
    left: 0;
    position: absolute;
    width: 36px;
    top: 0;
    bottom: 0;
    text-align: center;
    border-right: 1px solid #ffffff;
    line-height: 48px;
    color: red;
}

.pdf-mode #cvContent {
    padding: 10mm;
    background: #fff;
    box-sizing: border-box;
    overflow: visible !important;
    height: auto !important;
}



.btn_exp_pdf {
    padding: 5mm;
}

.pdf-mode .btn_edit_profile,
.pdf-mode .icon_action_exp,
.pdf-mode .btn-model-add,
.pdf-mode .item_skil a,
.pdf-mode .btn-model-save,
.pdf-mode .icon_edit_nabza {
    display: none !important;
}

.pdf-mode .d-flex.flex-wrap.justify-content-between.align-content-center {
    padding: 30px;
}

.pdf-mode .item_skil {
    padding: 10px 15px;
}

.page-break {
    page-break-before: always;
    break-before: page;
}

.block-cv_profile {
    background: #ddd;
    padding: 15px;
    border-radius: 10px;
}

.delete-file-pdf {
    padding: 17px 0 0 10px;
    color: red;
    font-weight: lighter;
    font-size: 32px;
}

.name_file {
    display: flex;
    align-items: center;
    gap: 10px;
}

.name_file i {
    font-size: 50px;
}

.name_file label {
    font-size: 19px;
}

.block-my-applications {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px #ddd;
}

.action-status {
    font-weight: lighter;
    background: #ddd;
    padding: 8px 15px;
    font-size: 14px;
    border-radius: 50px;
    display: block;
    width: 100%;
    margin: 7px 0 0 0;
    text-align: center;
}

.english-word {
    font-family: "Arial", sans-serif;
    font-weight: lighter;
}

.status-unsee {
    background-color: #ddd;
}

.status-seen {
    background-color: #F0711E;
    color: #fff;
}

.status-under-review {
    background-color: #16533B;
    color: #fff;
}

.status-not-eligible {
    background-color: #FF0004;
    color: #fff;
}

.status-eligible {
    background-color: #007E70;
    color: #fff;

}

.thead-space {
    height: 10px;
}

.thead-space td {
    padding: 0;
    border: 0;
}

.table__jobs .table .table-light tr {
    border: 0 !important;
}

.table__jobs .table .table-light tr th {
    background: #16533B;
    color: #fff;
    font-weight: lighter;
    padding: 25px 10px;
    border: 0 !important;
}

.table__jobs .table .table-light tr th:last-child {
    border-top-left-radius: 10px;
    padding-left: 20px;
}

.table__jobs .table .table-light tr th:first-child {
    border-top-right-radius: 10px;
    padding-right: 20px;
}

.table__jobs tbody tr td {
    border: 0 !important;
    padding: 10px 10px;
    font-weight: lighter;
    text-align: center;

}

.table-card {
    border-radius: 12px;
    overflow: visible;
    border: 1px solid #e5e7eb;
}

.table-card thead {
    background-color: #f8f9fa;
}

.table-card tbody tr:hover {
    background-color: #f1f3f5;
}

.table-card table {
    margin-bottom: 0;
}

.table__jobs{
    font-size: 14px;
}

.table__jobs tbody tr td .bg-success {
    width: 100px;
}

.bg-success.ads_finished {
    background-color: #ff0000 !important;
}

.bg-success.ads_stop {
    background-color: #F0711E !important;
}

.table__jobs .table tbody tr td:last-child {
    padding-left: 20px;
}

.table__jobs .table tbody tr td:first-child {
        border-left: 1px solid #ddd !important;
        text-align: center;
}

.table__jobs .table tbody tr{
    border-bottom: 1px solid #e5e7eb;
}

.table__jobs .table tbody tr:last-child{
    border-bottom:0 ;
}

.icon_action_ads li a {
    font-size: 14px;
    padding: 5px 13px;
}

.icon_action_ads li a i {
    display: block;
    float: right;
    margin: 2px 0 0 5px;
    font-size: 15px;
}


.status-viewed td {
  background-color: #f8f9fa !important;
}

.status-review td {
  background-color: #e7f1ff !important;
}

.status-fit td {
  background-color: #e6f4ea !important;
}

.status-notfit td {
  background-color: #fde8e8 !important;
}

.badge--count span{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}


.job-card {
  transition: transform 0.2s, box-shadow 0.2s;
  overflow-wrap: anywhere !important;
}

.job-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0,0,0,0.1);
}

.job-card .badge {
  font-size: 0.75rem;
}
.no-italic {
  font-style: normal !important;
}

.img_item_job{
    width: 125px;
    height:125px; 
    object-fit: cover; 
    border-radius: 10px; 
}

.block_action_job .item_job_option{
    border-left: 1px solid #eee;
    padding: 0 0 0 40px;
}
.block_action_job .item_job_option:last-child{
    border-left: none;
}

.block_action_job .item_job_option h5 {
    font-size: 14px;
    color: #16533B;
}

.apply-btn {
  background-color: #fff;
  transition: all 0.3s ease;
}

.apply-btn:hover {
  background-color: #16533B;
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0,0,0,0.15);
}


.modal--apply .modal-content {
  text-align: right;
}

.modal--apply .modal-header .btn-close {
  margin: 0;
  margin-left: 0;
}

.category-card {
    background: #fff;
    border-radius: 20px;
    
    transition: all 0.3s ease;

}




.category-card:hover {
    transform: translateY(-8px);
    background: #16533B;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
}

.category-card:hover p,
.category-card:hover h4,
.category-card:hover span{
    color: #fff !important;
}
.icon-box {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 50%;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.category-image {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.btn-main {
    background: #0d6efd;
    color: #fff;
    border-radius: 30px;
    transition: 0.3s;
}

.btn-main:hover {
    background: #0b5ed7;
    color: #fff;
}

.list_giver{
    float: left;
    color: #ffffff;
    background: #16533B;
    font-weight: normal;
    text-decoration: none;
    padding: 15px 25px;
    border-radius: 10px;
    margin: 30px 0 0 0;
}

.list_giver:hover{
    background: #F0711E;
    color: #fff;
}

.category-card {
    position: relative;
    z-index: 1;
}
 .square-card {
    width: 100%;
    aspect-ratio: 1 / 1;
}
.square-card h4{
        line-height: 160px;
    height: 100%;
    color:#fff
}
.p_section{
        margin: -100px 0 0 0;
    padding: 150px 0 50px 0;
}
/************************************************** End Style Jobs **************************************************/

@media (max-width: 1024px) {
    .icon-search {
        font-size: unset;
    }

    .order-mob-1{
        order: 1;
    }

    .navbar-brand img {
        width: 50px;
    }

    .img_pattern_2 {
        right: 0;
        top: 60px;
    }

    .img_birds {
        right: 80px;
        top: 70px;
    }

    .img_pattern_3 {
        right: 0;
        top: 0;
        width: 60%;
    }

    .activities_section .owl-nav {
        left: 0;
        right: 0;
        top: 70px;
    }

    .img_slider_activt {
        margin: 0;
    }

    .desc_banner h1 {
        font-size: 32px;
        margin: 0 0 0 0;
        line-height: 44px;
        text-align: center;
    }

    .btn_banner a {
      margin: 0 0 20px 0;
        padding: 5px 10px !important;
        font-size: 12px;
        width: auto;
        min-width: auto;
        border-radius: 5px;
    }

    .desc_banner p {
        font-size: 16px;
        margin: 20px 0 20px 0;
        text-align: center;
    }

    .tit_activt {
        font-size: 20px;
        margin: 30px 0;
    }

    .tit_activt img {
        height: 40px;
    }

    .icon_btn_fa3lya {
        font-size: 14px;
        width: 50%;
    }

    .block_bg_video {
        height: 300px;
        width: 100%;
        margin: 15px auto;
    }

    .block_bg_video iframe {
        margin: 24px 5px 0 0;
        width: 65%;
        height: 195px;

    }

    .block_bg_video::before,
    .block_bg_video::after {
        display: none;
    }

    .img_shape_1 {
        display: none;
    }

    .img_shape_2 {
        right: 0;

    }

    .img_bg_breadcrum {
        display: none;
    }

    .desc_breadcrumb {
        display: none;
    }

    .breadcrumb {
        direction: rtl;
        margin: 0 0;
        color: #fff;
    }

    .breadcrumbs_page {
        border-radius: 10px;
    }

    .img_partiner img {
        height: auto;
    }   

    /************************ Style Jobs Mobaile ************************/

    .img_item_job{
    width: 100%;
    height:100%;
    margin-bottom: 15px; 
}

.img_main_job{
            display: flex;
        height: 200px;
        width: 100%;
        align-items: center;
        border: 1px solid #ddd;
        overflow: hidden;
        border-radius: 15px;
        margin: 0 0 15px 0;
}
    .card__box__login {
        width: 100%;
        max-width: 90%;
    }

    .user_info_content.px-5 {
        padding: 0 0 0 0 !important;
    }

    .info_main_profile li {
        width: 100%;

    }

    .img_user_profile {
        text-align: center;
        padding: 30px 0;
    }

    .desc_info_user {
        text-align: center;
    }

    .m-0.item_skil {
        display: block;
        margin-bottom: 5px !important;
    }

    /************************ End Style Jobs Mobaile ************************/
}
