:root {
    --default-font-size: 16px;
    --aside-width: 160px;
    --layout-gap: 24px;
    --color-primary: #074D31;
    --color-secondary: #1B8354;
    --color-tertiary: #074D31;
    --color-light: #ECEFFF;
    --color-gray-color: #556478;
    --color-text-color: #1B8354;
    --color-text-color-secondary: #556478;
    --color-border-color: #ECEFFF;
    --color-danger: #df7c2e;
    --color-orange: #df7c2e;
    --color-warning: #fcb316;
    --color-success: #00ac65;
    --color-color-badge-blue: #74C0EB;
    --color-color-badge-gray: #808285;
    --color-color-disabled: #CCEBFF;
    --color-button-bg-color: #CEE7FA;
    --color-black: #161616;
    --fc-small-font-size: .85em;
    --fc-page-bg-color: #fff;
    --fc-neutral-bg-color: rgba(208, 208, 208, 0.3);
    --fc-neutral-text-color: #808080;
    --fc-border-color: #f3f9fe;
    --fc-button-text-color: var(--color-text-color);
    --fc-button-bg-color: #CEE7FA;
    --fc-button-border-color: #CEE7FA;
    --fc-button-hover-bg-color: var(--color-primary);
    --fc-button-hover-border-color: var(--color-primary);
    --fc-button-active-bg-color: var(--color-primary);
    --fc-button-active-border-color: var(--color-primary);
    --fc-event-bg-color: var(--color-primary);
    --fc-event-border-color: var(--color-primary);
    --fc-event-text-color: color(text-color);
    --fc-event-selected-overlay-color: rgba(0, 0, 0, 0.25);
    --fc-more-link-bg-color: #d0d0d0;
    --fc-more-link-text-color: inherit;
    --fc-event-resizer-thickness: 8px;
    --fc-event-resizer-dot-total-width: 8px;
    --fc-event-resizer-dot-border-width: 1px;
    --fc-non-business-color: #fff;
    --fc-bg-event-color: rgb(143, 223, 130);
    --fc-bg-event-opacity: 1;
    --fc-highlight-color: #00ac65;
    --fc-today-bg-color: transparent;
    --fc-now-indicator-color: red
}

@font-face {
    font-family: "IBMArabic-Light";
    src: url(../fonts/IBMArabic-Light.woff2) format("woff2"),url(../fonts/IBMArabic-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "IBMArabic-Regular";
    src: url(../fonts/IBMArabic-Regular.woff2) format("woff2"),url(../fonts/IBMArabic-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "IBMArabic-Medium";
    src: url(../fonts/IBMArabic-Medium.woff2) format("woff2"),url(../fonts/IBMArabic-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "IBMArabic-SemiBold";
    src: url(../fonts/IBMArabic-SemiBold.woff2) format("woff2"),url(../fonts/IBMArabic-SemiBold.woff) format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "IBMArabic-Bold";
    src: url(../fonts/IBMArabic-Bold.woff2) format("woff2"),url(../fonts/IBMArabic-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

html {
    font-size: 1rem;
    scroll-behavior: smooth;
    overflow-x: hidden;
    accent-color: var(--color-secondary)
}

    html.theme-gray {
        -webkit-filter: grayscale(100);
        filter: grayscale(100)
    }

body {
    position: relative;
    min-width: 320px;
    min-height: 100vh;
    font-family: "IBMArabic-Medium",Helvetica,Arial,sans-serif;
    text-align: initial;
    color: var(--color-text-color);
    background-color: #f9fafb
}

    body::-webkit-scrollbar {
        width: 12px;
        height: 12px
    }

    body::-webkit-scrollbar-thumb {
        background: #074d31
    }

    body::-webkit-scrollbar-track {
        background: #fff
    }

    body.with-background-img::before {
        position: absolute;
        inset: 0;
        content: "";
        background-image: url(../images/body-bg.html);
        background-repeat: no-repeat;
        background-position: top;
        background-attachment: fixed;
        background-size: cover;
        z-index: -1
    }

::-moz-selection {
    background-color: var(--color-primary);
    color: #fff
}

::selection {
    background-color: var(--color-primary);
    color: #fff
}

.no-scroll {
    overflow-y: hidden
}

section {
    padding: 60px 0
}

.disabled {
    opacity: .4;
    pointer-events: none
}

a, button {
    cursor: pointer
}

.visible-hidden {
    visibility: hidden
}

* {
    margin: 0;
    padding: 0;
    text-align: initial
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    line-height: 1.7
}

h1 {
    font-size: 1.75rem
}

h2 {
    font-size: 1.5rem
}

h3 {
    font-size: 1.375rem
}

h4 {
    font-size: 1.25rem
}

h5 {
    font-size: 1.125rem
}

h6 {
    font-size: 1rem
}

.close-popup {
    -webkit-margin-start: auto;
    margin-inline-start: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    line-height: 1;
    color: var(--color-text-color)
}

.mega-menu .close-popup {
    color: #fff
}

    .mega-menu .close-popup svg path {
        stroke: #fff
    }

.close-popup svg {
    height: 16px;
    width: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

    .close-popup svg path {
        stroke: var(--color-text-color)
    }

.close-popup:hover {
    color: var(--color-primary)
}

    .close-popup:hover svg path {
        stroke: var(--color-primary)
    }

.border-primary {
    border: 1px solid var(--color-primary) !important
}

.color-primary {
    color: var(--color-primary) !important
}

.color-secondary {
    color: var(--color-secondary) !important
}

.color-tertiary {
    color: var(--color-tertiary) !important
}

.color-warning {
    color: var(--color-warning) !important
}

.color-success {
    color: var(--color-success) !important
}

.color-danger {
    color: var(--color-danger) !important
}

.color-gray {
    color: var(--color-text-gray) !important
}

.bg-primary {
    background-color: var(--color-primary) !important
}

.bg-orange {
    background-color: #d96b2b
}

.bg-secondary {
    background-color: var(--color-secondary) !important;
    color: #fff
}

.bg-tertiary {
    background-color: var(--color-tertiary) !important
}

.bg-danger {
    background-color: var(--color-danger) !important
}

.border-danger {
    border: 1px solid #b42318;
    border-radius: 4px
}

.bg-gray {
    background-color: var(--color-gray-color) !important
}

.font-bold {
    font-family: "IBMArabic-Bold" !important
}

.font-semibold {
    font-family: "IBMArabic-SemiBold"
}

.color-title {
    color: #1f2a37
}

a {
    text-decoration: none
}

.back-top-btn {
    position: fixed;
    right: 20px;
    inset-block-end: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: var(--color-primary);
    z-index: 99;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.home-body [dir=ltr] .back-top-btn {
    right: 45px;
    inset-block-end: 115px
}

.back-top-btn svg {
    width: 20px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.back-top-btn:hover {
    background-color: var(--color-tertiary)
}

    .back-top-btn:hover svg {
        -webkit-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
        transform: translateY(-4px)
    }

.item-date, .item-weather, .item-location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .item-date svg, .item-date img, .item-weather svg, .item-weather img, .item-location svg, .item-location img {
        height: 25px;
        width: 25px
    }

    .item-date .date, .item-date .time, .item-date .location, .item-date .weather, .item-weather .date, .item-weather .time, .item-weather .location, .item-weather .weather, .item-location .date, .item-location .time, .item-location .location, .item-location .weather {
        font-size: 1rem;
        color: #fff;
        white-space: nowrap;
        font-family: "IBMArabic-Regular"
    }

@media(max-width:992px) {
    .item-date .date, .item-date .time, .item-date .location, .item-date .weather, .item-weather .date, .item-weather .time, .item-weather .location, .item-weather .weather, .item-location .date, .item-location .time, .item-location .location, .item-location .weather {
        font-size: .875rem
    }
}

.item-date .divider, .item-weather .divider, .item-location .divider {
    width: 8px;
    height: 2px;
    margin-inline: 4px;
    background-color: #fff
}

.item-date .slash, .item-weather .slash, .item-location .slash {
    font-size: .875rem
}

.item-date.colored .date, .item-date.colored .time, .item-weather.colored .date, .item-weather.colored .time, .item-location.colored .date, .item-location.colored .time {
    color: var(--color-text-color)
}

.item-date.colored .divider, .item-weather.colored .divider, .item-location.colored .divider {
    background-color: var(--color-text-color)
}

.item-date.bg-tertiary, .item-weather.bg-tertiary, .item-location.bg-tertiary {
    padding: 4px 12px 6px;
    border-radius: 50px
}

    .item-date.bg-tertiary *, .item-weather.bg-tertiary *, .item-location.bg-tertiary * {
        color: #fff
    }

a:hover {
    text-decoration: none
}

.hover-line::before {
    content: "";
    height: 6px;
    width: calc(100% - 24px);
    display: block;
    position: absolute;
    bottom: 0;
    background-color: #9da4ae;
    border-radius: 4px;
    z-index: 9;
    inset-inline-start: 13px;
    display: none
}

.hover-line:is(:hover) {
    background-color: #f3f4f6;
    color: #161616
}

    .hover-line:is(:hover) .lang-btn {
        color: #161616;
        cursor: pointer
    }

        .hover-line:is(:hover) .lang-btn img {
            -webkit-filter: none;
            filter: none
        }

    .hover-line:is(:hover)::before {
        display: block
    }

@media(max-width:992px) {
    .hover-line:is(:hover)::before {
        display: block
    }
}

.hover-line:is(:focus) {
    background-color: #e5e7eb;
    color: #161616
}

    .hover-line:is(:focus)::before {
        display: block
    }

@media(max-width:576px) {
    h1, h3, h2, h4 {
        font-size: 1.375rem !important
    }
}

.bg_white {
    background-color: #fff
}

.main-title {
    font-family: "IBMArabic-Bold"
}

.desc {
    line-height: 1.7;
    font-size: 1rem;
    font-family: "IBMArabic-Regular";
    color: #161616
}

.font_Regular {
    font-family: "IBMArabic-Regular"
}

.font_Bold {
    font-family: "IBMArabic-Bold"
}

.bg-orange {
    background-color: #dba102
}

.color-orange {
    color: #dba102
}

hr {
    background: #d2d6db
}

.color-blue {
    color: #1f2a37
}

.color-black {
    color: #161616
}

    .color-black .color-secondary {
        color: #161616 !important
    }

body:has(.navbar-collapse.show):after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgb(22 22 22 / .5);
    position: absolute;
    inset: 0;
    display: block;
    z-index: 10
}

@media(min-width:1199.98px) {
    body:has(.navbar-collapse.show):after {
        display: none
    }
}

header:has(.navbar-collapse.show):after {
    content: "";
    width: 20%;
    height: 101%;
    background-color: rgb(22 22 22 / .5);
    position: absolute;
    display: block;
    z-index: 10;
    left: 0;
    top: 0
}

@media(max-width:600px) {
    header:has(.navbar-collapse.show):after {
        display: none
    }
}

@media(min-width:1199.98px) {
    header:has(.navbar-collapse.show):after {
        display: none
    }
}

a:not([class*=btn]) {
    color: #1b8354;
    text-decoration: none;
    -webkit-box-shadow: 0 0 0 2px #fff0;
    box-shadow: 0 0 0 2px #fff0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

    a:not([class*=btn]):is(:hover) {
        color: #54c08a;
        text-decoration: underline
    }

        a:not([class*=btn]):is(:hover) svg path {
            fill: var(--color-primary)
        }

    a:not([class*=btn]):is(:active) {
        color: #88d8ad;
        text-decoration: underline
    }

        a:not([class*=btn]):is(:active) svg path {
            fill: var(--color-primary)
        }

    a:not([class*=btn]):is(:focus) {
        color: #1b8354;
        text-decoration: underline;
        -webkit-box-shadow: 0 0 0 2px #161616;
        box-shadow: 0 0 0 2px #161616
    }

        a:not([class*=btn]):is(:focus) svg path {
            fill: var(--color-primary)
        }

.font-size__16 {
    font-size: 1rem !important
}

.line-clamp-1 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    visibility: visible
}

.color-info {
    color: #175cd3 !important
}

main {
    position: relative;
    min-height: 100vh;
    overflow: hidden
}

    main.inner-page {
        padding-top: 140px
    }

.btn {
    -webkit-box-shadow: 0 0 0 2px #fff0;
    box-shadow: 0 0 0 2px #fff0
}

    .btn:hover {
        background-color: #e5e7eb
    }

    .btn:active {
        background-color: #e5e7eb
    }

    .btn:focus {
        background-color: #f3f4f6;
        -webkit-box-shadow: 0 0 0 2px #161616;
        box-shadow: 0 0 0 2px #161616
    }

.btn, .content input[type=button], input[type=submit] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    padding: .5rem 1.5rem .75rem;
    text-align: center;
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    font-family: inherit;
    font-family: "IBMArabic-Bold";
    border: 1px solid #fff0;
    border-radius: 4px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

    .btn.btn-icon, .content input[type=button].btn-icon, input[type=submit].btn-icon {
        height: 48px;
        width: 48px;
        min-width: auto;
        padding: 0
    }

        .btn.btn-icon svg, .btn.btn-icon img, .content input[type=button].btn-icon svg, .content input[type=button].btn-icon img, input[type=submit].btn-icon svg, input[type=submit].btn-icon img {
            height: 18px;
            max-width: 18px
        }

    .btn .icon, .content input[type=button] .icon, input[type=submit] .icon {
        width: 24px;
        height: 24px
    }

        .btn .icon.search, .content input[type=button] .icon.search, input[type=submit] .icon.search {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.611' height='21.52' viewBox='0 0 21.611 21.52'%3E%3Cpath id='Union_1' data-name='Union 1' d='M4682.341-1210.822a1.17,1.17,0,0,1,0-1.652l1.653,1.652a1.164,1.164,0,0,1-.826.342A1.17,1.17,0,0,1,4682.341-1210.822Zm0-1.652,3.617-3.616a9.2,9.2,0,0,1-1.938-5.665h2.337a6.884,6.884,0,0,0,2,4.866l.024.023.022.022a6.885,6.885,0,0,0,4.857,2,6.909,6.909,0,0,0,6.909-6.908h2.336a9.244,9.244,0,0,1-9.245,9.244,9.206,9.206,0,0,1-5.653-1.929l-3.617,3.617Zm17.833-9.281a6.909,6.909,0,0,0-6.909-6.909V-1231a9.246,9.246,0,0,1,9.245,9.245Zm-16.153,0a9.245,9.245,0,0,1,9.245-9.245v2.337a6.907,6.907,0,0,0-6.908,6.909Z' transform='translate(-4681.399 1231.5)' fill='%23fff' stroke='rgba(0,0,0,0)' stroke-miterlimit='10' stroke-width='1'/%3E%3C/svg%3E%0A");
            background-repeat: no-repeat;
            background-size: 16px;
            background-position: center
        }

        .btn .icon.login, .content input[type=button] .icon.login, input[type=submit] .icon.login {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24.108' height='23.06' viewBox='0 0 24.108 23.06'%3E%3Cpath id='login' d='M-7702,3789.529a11.544,11.544,0,0,1,11.53-11.53,11.468,11.468,0,0,1,10.729,7.312.786.786,0,0,1-.442,1.019.79.79,0,0,1-1.021-.445,9.9,9.9,0,0,0-9.267-6.313,9.969,9.969,0,0,0-9.958,9.957,9.969,9.969,0,0,0,9.958,9.957,9.9,9.9,0,0,0,9.267-6.313.79.79,0,0,1,1.021-.445.786.786,0,0,1,.442,1.019,11.468,11.468,0,0,1-10.729,7.312A11.544,11.544,0,0,1-7702,3789.529Zm11.76,4.747-4.173-4.173a.788.788,0,0,1-.177-.244v0l-.014-.032v0l-.012-.031,0-.005c0-.01-.006-.02-.009-.03a.053.053,0,0,1,0-.008.27.27,0,0,1-.007-.027l0-.012-.005-.023a.783.783,0,0,1,.215-.713l4.192-4.193a.785.785,0,0,1,1.111,0,.785.785,0,0,1,0,1.112l-2.853,2.851h13.3a.786.786,0,0,1,.787.787.787.787,0,0,1-.787.787h-13.3l2.849,2.849a.785.785,0,0,1,0,1.111.778.778,0,0,1-.557.232A.778.778,0,0,1-7690.24,3794.277Z' transform='translate(7702 -3777.999)' fill='%23fff'/%3E%3C/svg%3E%0A");
            background-repeat: no-repeat;
            background-size: 16px;
            background-position: center
        }

        .btn .icon svg, .btn .icon img, .content input[type=button] .icon svg, .content input[type=button] .icon img, input[type=submit] .icon svg, input[type=submit] .icon img {
            display: block;
            width: 100%;
            height: 100%;
            -o-object-fit: contain;
            object-fit: contain
        }

    .btn .btn-title, .content input[type=button] .btn-title, input[type=submit] .btn-title {
        margin-bottom: 5px
    }

    .btn.btn-with-arrow, .content input[type=button].btn-with-arrow, input[type=submit].btn-with-arrow {
        padding-inline: 28px
    }

        .btn.btn-with-arrow::after, .content input[type=button].btn-with-arrow::after, input[type=submit].btn-with-arrow::after {
            content: "";
            background-image: url(../images/arrow/arrow_rotate.svg);
            width: 12px;
            height: 12px;
            inset-block: 0;
            margin-block: auto;
            margin-top: 9px;
            -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
            background-repeat: no-repeat;
            background-size: contain
        }

[dir=ltr] .btn.btn-with-arrow::after, [dir=ltr] .content input[type=button].btn-with-arrow::after, [dir=ltr] input[type=submit].btn-with-arrow::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.btn.btn-with-arrow:is(:hover,:active,:focus)::after, .content input[type=button].btn-with-arrow:is(:hover,:active,:focus)::after, input[type=submit].btn-with-arrow:is(:hover,:active,:focus)::after {
    -webkit-transform: translateX(-3px);
    -ms-transform: translateX(-3px);
    transform: translateX(-3px);
    background-image: url(../images/arrow/arrow_rotate_white.svg)
}

[dir=ltr] .btn.btn-with-arrow:is(:hover,:active,:focus)::after, [dir=ltr] .content input[type=button].btn-with-arrow:is(:hover,:active,:focus)::after, [dir=ltr] input[type=submit].btn-with-arrow:is(:hover,:active,:focus)::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.btn:is(:active,:focus), .content input[type=button]:is(:active,:focus), input[type=submit]:is(:active,:focus) {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0
}

.btn-group {
    border-radius: 0;
    gap: 8px
}

.btn-group__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 0;
    background-color: #fff0;
    width: 40px;
    height: 40px;
    background-color: #f3fcf6
}

    .btn-group__item svg {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        height: 16px
    }

    .btn-group__item:first-of-type {
        border-start-start-radius: 0;
        border-end-start-radius: 0;
        border: 1px solid #fff0;
        -webkit-border-end: 0;
        border-inline-end: 0
    }

    .btn-group__item:last-of-type {
        border-start-end-radius: 0;
        border-end-end-radius: 0;
        border: 1px solid #fff0;
        -webkit-border-start: 0;
        border-inline-start: 0
    }

    .btn-group__item:is(:hover) svg path {
        fill: #224e85
    }

    .btn-group__item:is(:active,:focus,.active) {
        background-color: #079455;
        border-radius: 4px
    }

        .btn-group__item:is(:active,:focus,.active) img {
            -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1)
        }

.btn-sm {
    height: 34px;
    padding: 0 20px;
    min-width: 120px;
    font-size: .75rem
}

@media(max-width:575.98px) {
    .btn-sm {
        padding: 0 12px
    }
}

.btn-info-icon {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    border: 0;
    width: 24px;
    height: 24px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff0
}

    .btn-info-icon svg, .btn-info-icon img {
        width: 24px;
        max-height: 24px
    }

.btn-icon {
    width: 48px;
    height: 48px;
    min-width: auto;
    padding: 0
}

    .btn-icon svg, .btn-icon img {
        width: 20px
    }

.header-icon-btn {
    border-color: var(--color-primary)
}

    .header-icon-btn:is(:hover,:active,:focus) {
        background-color: var(--color-primary);
        color: #fff
    }

input.btn-primary {
    background-color: var(--color-primary);
    color: #fff !important;
    background-image: none !important
}

    input.btn-primary:is(:hover,:active,:focus) {
        background-color: #053622;
        -webkit-box-shadow: none;
        box-shadow: none
    }

.btn-outline-primary, input.btn-outline-primary {
    border-color: #1b8354;
    color: #fff !important;
    background-color: #fff0;
    border-radius: 4px;
    font-family: "IBMArabic-Medium";
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border: 1px solid #e5e7eb;
    padding: 8px 24px 10px 24px;
    border: none !important;
    -webkit-box-shadow: 0 0 0 1px rgb(255 255 255 / .4);
    box-shadow: 0 0 0 1px rgb(255 255 255 / .4)
}

    .btn-outline-primary svg path, input.btn-outline-primary svg path {
        fill: var(--color-primary)
    }

    .btn-outline-primary:is(:hover), input.btn-outline-primary:is(:hover) {
        background-color: rgb(255 255 255 / .2)
    }

        .btn-outline-primary:is(:hover) svg path, input.btn-outline-primary:is(:hover) svg path {
            fill: #fff
        }

    .btn-outline-primary:is(:active), input.btn-outline-primary:is(:active) {
        background-color: rgb(255 255 255 / .4) !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        -webkit-box-shadow: 0 0 0 1px rgb(255 255 255 / .4) !important;
        box-shadow: 0 0 0 1px rgb(255 255 255 / .4) !important
    }

        .btn-outline-primary:is(:active) svg path, input.btn-outline-primary:is(:active) svg path {
            fill: #fff
        }

    .btn-outline-primary:is(:focus), input.btn-outline-primary:is(:focus) {
        background-color: #fff0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        -webkit-box-shadow: 0 0 0 2px #fff !important;
        box-shadow: 0 0 0 2px #fff !important
    }

        .btn-outline-primary:is(:focus) svg path, input.btn-outline-primary:is(:focus) svg path {
            fill: #fff
        }

input.btn-secondary {
    background-color: var(--color-secondary);
    border-color: var(--color-secondary);
    color: #fff !important
}

    input.btn-secondary:is(:hover) {
        background-color: #0e442b
    }

    input.btn-secondary:is(:active,:focus) {
        background-color: #14573a;
        color: #e5e7eb
    }

.btn-outline-secondary, input.btn-outline-secondary {
    border-color: var(--color-secondary);
    color: var(--color-secondary) !important
}

.theme-dark .btn-outline-secondary, .theme-dark input.btn-outline-secondary {
    border-color: #fff;
    color: #fff !important
}

.btn-outline-secondary:is(:active,:focus,:hover), input.btn-outline-secondary:is(:active,:focus,:hover) {
    background-color: var(--color-secondary);
    border-color: var(--color-secondary);
    color: #fff !important
}

    .btn-outline-secondary:is(:active,:focus,:hover) svg path, input.btn-outline-secondary:is(:active,:focus,:hover) svg path {
        fill: #fff
    }

.btn-outline-secondary.disabled, .btn-outline-secondary[disabled], input.btn-outline-secondary.disabled, input.btn-outline-secondary[disabled] {
    background-color: #fff0 !important;
    border-color: var(--color-secondary) !important;
    color: var(--color-secondary) !important;
    opacity: .5;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn-tertiary, input.btn-tertiary {
    background-color: var(--color-tertiary);
    color: #fff !important;
    background-image: none !important
}

    .btn-tertiary:is(:hover,:active,:focus), input.btn-tertiary:is(:hover,:active,:focus) {
        background-color: #010704;
        border-color: var(--color-tertiary)
    }

.btn-outline-white, input.btn-outline-white {
    border-color: #fff;
    color: #fff !important
}

    .btn-outline-white svg path, input.btn-outline-white svg path {
        fill: #fff
    }

    .btn-outline-white.btn-with-arrow::after, input.btn-outline-white.btn-with-arrow::after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.193' height='11.811' viewBox='0 0 7.193 11.811'%3E%3Cpath id='arrow' d='M11.811.638,5.905,7.193,0,.638.638,0,5.905,3.6,10.822,0Z' transform='translate(7.193) rotate(90)' fill='%23fff'/%3E%3C/svg%3E%0A")
    }

    .btn-outline-white:is(:hover,:active,:focus), input.btn-outline-white:is(:hover,:active,:focus) {
        background-color: #fff;
        border-color: #fff;
        color: var(--color-primary) !important
    }

        .btn-outline-white:is(:hover,:active,:focus) path, input.btn-outline-white:is(:hover,:active,:focus) path {
            fill: #fff
        }

        .btn-outline-white:is(:hover,:active,:focus).btn-with-arrow::after, input.btn-outline-white:is(:hover,:active,:focus).btn-with-arrow::after {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.193' height='11.811' viewBox='0 0 7.193 11.811'%3E%3Cpath id='arrow' d='M11.811.638,5.905,7.193,0,.638.638,0,5.905,3.6,10.822,0Z' transform='translate(7.193) rotate(90)' fill='%230086D9'/%3E%3C/svg%3E%0A")
        }

.btn-success, input.btn-success {
    background-color: var(--color-success);
    color: #fff !important;
    background-image: none !important
}

    .btn-success:is(:hover,:active,:focus), input.btn-success:is(:hover,:active,:focus) {
        background-color: #90c5a2;
        border-color: var(--color-success)
    }

.btn-outline-success, input.btn-outline-success {
    border-color: var(--color-success);
    color: var(--color-success) !important
}

    .btn-outline-success svg path, input.btn-outline-success svg path {
        fill: #fff
    }

    .btn-outline-success.btn-with-arrow::after, input.btn-outline-success.btn-with-arrow::after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.193' height='11.811' viewBox='0 0 7.193 11.811'%3E%3Cpath id='arrow' d='M11.811.638,5.905,7.193,0,.638.638,0,5.905,3.6,10.822,0Z' transform='translate(7.193) rotate(90)' fill='%230FAA6C'/%3E%3C/svg%3E%0A")
    }

    .btn-outline-success:is(:hover,:active,:focus), input.btn-outline-success:is(:hover,:active,:focus) {
        background-color: var(--color-success);
        border-color: var(--color-success);
        color: #fff !important
    }

        .btn-outline-success:is(:hover,:active,:focus) path, input.btn-outline-success:is(:hover,:active,:focus) path {
            fill: #fff
        }

        .btn-outline-success:is(:hover,:active,:focus).btn-with-arrow::after, input.btn-outline-success:is(:hover,:active,:focus).btn-with-arrow::after {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.193' height='11.811' viewBox='0 0 7.193 11.811'%3E%3Cpath id='arrow' d='M11.811.638,5.905,7.193,0,.638.638,0,5.905,3.6,10.822,0Z' transform='translate(7.193) rotate(90)' fill='%23fff'/%3E%3C/svg%3E%0A")
        }

.btn-icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    line-height: 1;
    border-radius: 4px;
    color: var(--color-text-color);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

    .btn-icon:is(:active,:focus,:hover):not(.btn-outline-secondary) {
        background-color: var(--color-primary) !important;
        color: #fff
    }

        .btn-icon:is(:active,:focus,:hover):not(.btn-outline-secondary) img {
            -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1)
        }

        .btn-icon:is(:active,:focus,:hover):not(.btn-outline-secondary) svg path {
            fill: #fff
        }

        .btn-icon:is(:active,:focus,:hover):not(.btn-outline-secondary) svg.stroke-min path {
            stroke: var(--color-primary)
        }

.redirect-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    font-family: "IBMArabic-Regular";
    color: var(--color-secondary);
    -webkit-box-shadow: 0 0 0 2px #fff0;
    box-shadow: 0 0 0 2px #fff0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

    .redirect-btn svg, .redirect-btn img {
        width: 18px
    }

    .redirect-btn.underline {
        text-decoration: underline
    }

    .redirect-btn:is(:hover) {
        color: #54c08a;
        text-decoration: underline
    }

        .redirect-btn:is(:hover) svg path {
            fill: var(--color-primary)
        }

    .redirect-btn:is(:active) {
        color: #88d8ad;
        text-decoration: underline
    }

        .redirect-btn:is(:active) svg path {
            fill: var(--color-primary)
        }

    .redirect-btn:is(:focus) {
        color: #1b8354;
        text-decoration: underline;
        -webkit-box-shadow: 0 0 0 2px #161616;
        box-shadow: 0 0 0 2px #161616
    }

        .redirect-btn:is(:focus) svg path {
            fill: var(--color-primary)
        }

.store-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .store-btn img, .store-btn svg {
        height: 40px;
        width: 120px
    }

.service-btn:hover {
    background-color: var(--color-tertiary);
    border-color: var(--color-tertiary)
}

.btn-primary {
    background-color: #1b8354;
    border-radius: 4px;
    color: #fff;
    font-family: "IBMArabic-Medium";
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border: 0
}

    .btn-primary:hover {
        background-color: #166a45
    }

.btn-primary {
    background-color: #1b8354;
    border-radius: 4px !important;
    color: #fff;
    font-family: "IBMArabic-Medium";
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border: 0;
    padding: 8px 24px 10px 24px;
    -webkit-box-shadow: 0 0 0 5px #fff0 !important;
    box-shadow: 0 0 0 5px #fff0 !important;
    outline: 2px solid #fff !important
}

    .btn-primary:hover {
        background-color: #166a45;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    .btn-primary:active {
        background-color: #104631;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        -webkit-box-shadow: 0 0 0 5px #fff0 !important;
        box-shadow: 0 0 0 5px #fff0 !important;
        outline: 2px solid #fff0 !important
    }

    .btn-primary:focus {
        background-color: #1b8354;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        -webkit-box-shadow: 0 0 0 5px #161616 !important;
        box-shadow: 0 0 0 5px #161616 !important;
        outline: 2px solid #fff !important
    }

.btn-black {
    background-color: #161616;
    border-radius: 4px;
    color: #fff;
    font-family: "IBMArabic-Medium";
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border: 0;
    padding: 8px 24px 8px 24px;
    border: 2px solid #161616;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 0 0 5px #fff0 !important;
    box-shadow: 0 0 0 5px #fff0 !important;
    outline: 2px solid #fff0 !important;
    transition: all .3s ease-in-out
}

    .btn-black img {
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1)
    }

    .btn-black:hover {
        background-color: #1f2a37;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        color: #fff;
        border: 2px solid #1f2a37
    }

    .btn-black:active {
        background-color: #4d5761;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        color: #fff;
        border: 2px solid #fff0;
        outline: none;
        -webkit-box-shadow: 0 0 0 5px #fff0 !important;
        box-shadow: 0 0 0 5px #fff0 !important;
        outline: 2px solid #fff0 !important
    }

    .btn-black:focus {
        background-color: #161616;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        color: #fff;
        border: 2px solid #fff0;
        outline: none;
        -webkit-box-shadow: 0 0 0 5px #161616 !important;
        box-shadow: 0 0 0 5px #161616 !important;
        outline: 2px solid #fff !important
    }

.btn-gray, .btn-secondary {
    background-color: #fff0;
    border-radius: 4px;
    color: #161616;
    font-family: "IBMArabic-Medium";
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border: #fff0 !important;
    padding: 8px 24px 10px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: .875rem;
    -webkit-box-shadow: 0 0 0 1px #d2d6db;
    box-shadow: 0 0 0 1px #d2d6db
}

    .btn-gray img, .btn-secondary img {
        width: 18px;
        height: 18px
    }

    .btn-gray:hover, .btn-secondary:hover {
        background-color: #fff0;
        color: #161616;
        -webkit-box-shadow: 0 0 0 1px #e5e7eb;
        box-shadow: 0 0 0 1px #e5e7eb
    }

    .btn-gray:active, .btn-secondary:active {
        background-color: #e5e7eb;
        color: #161616;
        -webkit-box-shadow: 0 0 0 1px #d2d6db !important;
        box-shadow: 0 0 0 1px #d2d6db !important
    }

    .btn-gray:focus, .btn-secondary:focus {
        background-color: #fff;
        color: #161616;
        -webkit-box-shadow: 0 0 0 2px #161616 !important;
        box-shadow: 0 0 0 2px #161616 !important
    }

.btn-primary.disabled, .btn-primary:disabled {
    cursor: none;
    background-color: #e5e7eb;
    color: #9da4ae
}

.btn-white-border {
    background-color: #fff0;
    border-radius: 4px;
    color: #161616;
    font-family: "IBMArabic-Medium";
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border: 2px solid #fff;
    padding: 8px 24px 10px 24px
}

    .btn-white-border:hover {
        color: #166a45
    }

    .btn-white-border:focus, .btn-white-border:active {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        color: #104631
    }

.about-swiper__footer .btn-secondary {
    position: relative;
    inset-inline-start: 4px
}

.section-footer .btn-outline-primary {
    position: relative;
    inset-inline-start: 4px
}

button[aria-label="Activate Accessibility"], #muneer-trigger-button {
    background-color: #fff !important;
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    -webkit-box-shadow: 0 0 30px 0 rgb(0 0 0 / .2509803922);
    box-shadow: 0 0 30px 0 rgb(0 0 0 / .2509803922);
    padding: 10px !important;
    background-color: #fff;
    position: fixed;
    inset-inline-start: 20px;
    bottom: 98px !important;
    width: 44px !important;
    height: 44px !important;
    color: #074d31 !important;
    -webkit-transition: all;
    transition: all;
    left: auto !important;
    right: 20px !important
}

    button[aria-label="Activate Accessibility"] svg, #muneer-trigger-button svg {
        fill: #074d31 !important
    }

    button[aria-label="Activate Accessibility"]:hover, #muneer-trigger-button:hover {
        background-color: #074d31 !important;
        color: #fff !important
    }

        button[aria-label="Activate Accessibility"]:hover svg, #muneer-trigger-button:hover svg {
            fill: #fff !important
        }

.header {
    z-index: 99;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .header__container .item-date {
        margin-bottom: 0
    }

.header__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    background-color: rgb(27 131 84 / .5);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.inner-page .header__top {
    background-color: #1b8354
}

.header-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px;
    margin: 5px 0
}

    .header-actions .lang-btn {
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

    .header-actions .theme-btn {
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        padding: 5px;
        border-radius: 4px
    }

.header-actions__btn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-size: 1rem;
    font-family: "IBMArabic-Medium";
    padding: 0 3px
}

.dropdown-menu .header-actions__btn {
    background-color: #9399a9
}

.header-actions__btn svg, .header-actions__btn img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-inline: 3px;
    width: 20px;
    height: 20px
}

.header-actions__btn.dropdown-toggle::after {
    background-image: url(../images/arrow/arrow_white.svg);
    width: 13px;
    height: 12px;
    background-repeat: no-repeat;
    background-size: contain;
    border: 0;
    margin-top: 10px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.header-actions__btn.dropdown-toggle:is(:hover,.show)::after {
    background-image: url(../images/arrow/arrow_green.svg);
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    margin-top: 5px
}

@media(max-width:1199.98px) {
    .header-actions__btn .title {
        display: none
    }
}

.header-actions__btn:hover, .dropdown:hover > .header-actions__btn {
    color: #fff
}

    .header-actions__btn:hover::after, .dropdown:hover > .header-actions__btn::after {
        background-image: url(../images/arrow/arrow_green.svg);
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg);
        margin-top: 5px
    }

.header-actions__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 5px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 0 2px #fff0;
    box-shadow: 0 0 0 2px #fff0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

    .header-actions__item:has(.btn-white) {
        background-color: #fff0 !important
    }

@media(max-width:576px) {
    .header-actions__item .services-btn .service-text {
        display: none
    }
}

.header-actions__item:hover {
    background-color: rgb(255 255 255 / .2)
}

.header-actions__item:active {
    background-color: rgb(255 255 255 / .4)
}

.header-actions__item:focus {
    background-color: #fff0;
    -webkit-box-shadow: 0 0 0 2px #fff;
    box-shadow: 0 0 0 2px #fff
}

@media(max-width:992px) {
    .header-actions__item {
        padding: 12px 5px
    }
}

@media(max-width:576px) {
    .header-actions__item {
        padding: 3px 0
    }
}

@media(max-width:767.98px) {
    .header-actions__item .btn {
        width: auto !important;
        height: 40px;
        padding: 0
    }

        .header-actions__item .btn .icon {
            height: 20px;
            display: none
        }
}

.header__bottom {
    background-color: #fff;
    padding: 0 150px
}

@media(max-width:1500px) {
    .header__bottom {
        padding: 18px 10px
    }
}

@media(max-width:576px) {
    .header__bottom {
        padding: 18px 0
    }
}

.header.scrolled {
    background-color: var(--color-secondary)
}

@media(max-width:960px) {
    .header .item-location, .header .item-weather {
        display: none
    }
}

.header .header-dropdown {
    display: none !important
}

    .header .header-dropdown .dropdown-menu {
        border: 1px solid #d2d6db;
        border-radius: 8px;
        inset-inline-start: -140px;
        min-width: 190px;
        top: 55px;
        padding: 15px
    }

        .header .header-dropdown .dropdown-menu .dropdown-item {
            font-size: 1rem;
            margin: 5px 0;
            position: relative;
            padding: 10px 10px 15px 10px;
            -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out
        }

            .header .header-dropdown .dropdown-menu .dropdown-item::before {
                content: "";
                height: 6px;
                width: calc(100% - 15px);
                display: block;
                position: absolute;
                bottom: 0;
                background-color: #9da4ae;
                border-radius: 4px;
                z-index: 9;
                inset-inline-start: 8px;
                display: none
            }

            .header .header-dropdown .dropdown-menu .dropdown-item:hover {
                color: #161616;
                background-color: #f3f4f6;
                text-decoration: none
            }

                .header .header-dropdown .dropdown-menu .dropdown-item:hover::before {
                    display: block
                }

            .header .header-dropdown .dropdown-menu .dropdown-item:is(:focus) {
                background-color: #e5e7eb;
                color: #161616;
                text-decoration: none
            }

                .header .header-dropdown .dropdown-menu .dropdown-item:is(:focus)::before {
                    display: block;
                    background-color: #1f2a37
                }

    .header .header-dropdown .dropdown-toggle {
        border: 0;
        padding: 20px 15px
    }

        .header .header-dropdown .dropdown-toggle:after {
            display: none
        }

@media(max-width:600px) {
    .header .header-dropdown {
        display: block !important
    }
}

.header .menu-tablet {
    display: none !important
}

@media(min-width:601px)and (max-width:960px) {
    .header .menu-tablet {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 10px !important;
        -webkit-padding-start: 0;
        padding-inline-start: 0
    }

        .header .menu-tablet li {
            border-radius: 5px;
            padding: 10px
        }

            .header .menu-tablet li:hover {
                background-color: #f3f4f6
            }

        .header .menu-tablet .nav-link {
            padding: 0 !important
        }

            .header .menu-tablet .nav-link span {
                display: none
            }
}

.dropdown .dropdown-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
    margin: 15px 0;
    padding: 5px
}

    .dropdown .dropdown-container:not(:last-of-type) {
        border-bottom: 1px solid #9da4ae
    }

@media(max-width:960px) {
    .dropdown .dropdown-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0;
        margin-top: 0;
        gap: 5px
    }
}

.dropdown .dropdown-container .menu-title {
    font-family: "IBMArabic-Medium";
    color: #161616 !important;
    font-size: 1rem;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin-bottom: 10px;
    display: inline-block;
    border-radius: 8px;
    padding: 5px 10px;
    width: 100%
}

    .dropdown .dropdown-container .menu-title:hover {
        background-color: #f3f4f6
    }

    .dropdown .dropdown-container .menu-title:focus {
        background-color: #e5e7eb
    }

@media(max-width:960px) {
    .dropdown .dropdown-container .menu-title {
        font-size: .875rem
    }
}

.dropdown .dropdown-container .list-menu {
    -ms-flex-preferred-size: calc(25% - 30px);
    flex-basis: calc(25% - 30px);
    padding: 10px
}

@media(min-width:960px) {
    .dropdown .dropdown-menu:not(.page-action-btn .dropdown-menu,.dropdown-menu-end) {
        inset-inline-start: auto;
        top: 75px;
        border-radius: 16px;
        -webkit-transform: translate(27%,0%);
        -ms-transform: translate(27%,0%);
        transform: translate(27%,0%)
    }

    [dir=ltr] .dropdown .dropdown-menu:not(.page-action-btn .dropdown-menu,.dropdown-menu-end) {
        -webkit-transform: translate(-27%,0%);
        -ms-transform: translate(-27%,0%);
        transform: translate(-27%,0%)
    }
}

.dropdown .dropdown-menu:not(.page-action-btn .dropdown-menu,.dropdown-menu-end) .dropdown-item:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background-color: #f3f4f6
}

.dropdown .dropdown-menu:not(.page-action-btn .dropdown-menu,.dropdown-menu-end) .dropdown-item:focus {
    background-color: #e5e7eb
}

.dropdown .dropdown-menu {
    border-radius: 0;
    border: 0;
    padding: 0;
    min-width: 245px;
    margin-top: 0;
    background-color: #fff;
    padding: 5px;
    margin-top: 0 !important;
    margin-top: 0 !important
}

@media(max-width:960px) {
    .dropdown .dropdown-menu {
        padding: 15px 0;
        width: 100%
    }
}

.dropdown .dropdown-menu::-webkit-scrollbar {
    width: 12px;
    height: 12px
}

.dropdown .dropdown-menu::-webkit-scrollbar-thumb {
    background: #074d31
}

.dropdown .dropdown-menu::-webkit-scrollbar-track {
    background: #fff
}

@media(min-width:960px) {
    .dropdown .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden
    }
}

.site-settings .dropdown .dropdown-menu {
    padding: 16px
}

.dropdown .dropdown-menu .dropdown-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    color: #1f2a37 !important;
    border-radius: 0;
    padding: 6px 0;
    font-family: "IBMArabic-Medium" !important;
    font-size: .875rem;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 8px;
    padding: 10px
}

@media(max-width:960px) {
    .dropdown .dropdown-menu .dropdown-item {
        font-size: .8125rem
    }
}

.dropdown .dropdown-menu .dropdown-item:is(:hover), .dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #f3f4f6
}

.dropdown .dropdown-menu li:not(:last-of-type) {
    padding-block: 5px
}

.dropdown .dropdown-menu .dropdown-header {
    padding: 0;
    margin-bottom: 24px
}

@media(hover:hover) {
    .dropdown:hover > .dropdown-menu {
        display: block;
        margin: 0;
        margin-top: 0 !important;
        opacity: 1;
        visibility: visible;
        -webkit-transition: opacity .3s ease,visibility .3s ease;
        transition: opacity .3s ease,visibility .3s ease
    }

    .dropdown:hover .dropdown-menu-end {
        inset-inline-end: 0
    }
}

.dropend .dropdown-menu {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    padding: 15px;
    border: 1px solid #9da4ae;
    -webkit-box-shadow: 0 4px 8px -2px rgb(16 24 40 / .1);
    box-shadow: 0 4px 8px -2px rgb(16 24 40 / .1);
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important
}

.navbar-brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    padding: 0;
    -webkit-margin-end: 0;
    margin-inline-end: 0
}

  

@media(max-width:991.98px) {
    .navbar-brand img {
        height: 80px;
        width: 130px
    }
}

.navbar-brand .vision-2030 {
    position: relative;
    -webkit-padding-start: 16px;
    padding-inline-start: 16px
}

@media(max-width:1199.98px) {
    .navbar-brand .vision-2030 {
        margin: 25px 0;
        -webkit-padding-start: 0;
        padding-inline-start: 0;
        margin: 0;
        display: block
    }
}

.navbar-brand .vision-2030::before {
    position: absolute;
    inset-block: 0;
    inset-inline-start: 0;
    content: "";
    height: 36px;
    width: 2px;
    background-color: #ebebeb;
    margin: auto 0
}

.navbar {
    position: relative;
    padding: 0;
    z-index: 10;
    background-color: #fff
}

@media(max-width:960px) {
    .navbar .nav-actions {
        display: none !important
    }
}

@media(max-width:1250px)and (min-width:960px) {
    .navbar .nav-actions span {
        display: none !important
    }
}

@media(max-width:1199.98px) {
    .navbar {
        padding: 0
    }
}

.navbar .dropdown:not(.dropend) > .dropdown-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px
}

    .navbar .dropdown:not(.dropend) > .dropdown-toggle::after {
        background-image: url(../images/arrow/arrow_black.svg);
        width: 13px;
        height: 12px;
        background-repeat: no-repeat;
        background-size: contain;
        border: 0;
        margin-top: 10px;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

    .navbar .dropdown:not(.dropend) > .dropdown-toggle:not(.show)::after {
        -webkit-transform: rotateX(0deg) !important;
        transform: rotateX(0deg) !important
    }

    .navbar .dropdown:not(.dropend) > .dropdown-toggle:is(.show) {
        color: var(--color-tertiary)
    }

        .navbar .dropdown:not(.dropend) > .dropdown-toggle:is(.show)::after {
            background-image: url(../images/arrow/arrow_green.svg);
            -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
            margin-top: 5px
        }

.navbar .dropdown:not(.dropend):is(:hover) > .dropdown-toggle::after, .navbar .dropdown:not(.dropend):hover > .dropdown-toggle::after {
    background-image: url(../images/arrow/arrow_green.svg)
}

.navbar .navbar-nav {
    gap: 24px;
    padding-bottom: 0;
    -webkit-padding-start: 30px;
    padding-inline-start: 30px
}

@media(max-width:600px) {
    .navbar .navbar-nav {
        position: relative
    }
}

.navbar .navbar-nav .footer-list {
    position: absolute;
    bottom: 0;
    width: 100%
}

.navbar .navbar-nav .logo-wrapper {
    display: none !important;
    background-color: #f9fafb;
    padding: 25px 30px
}

@media(max-width:960px) {
    .navbar .navbar-nav .logo-wrapper {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
}

@media(max-width:1199.98px) {
    .navbar .navbar-nav {
        gap: 0px !important
    }
}

@media(max-width:1350px) {
    .navbar .navbar-nav {
        gap: 15px
    }
}

.navbar .navbar-nav .nav-item {
    border-radius: 0;
    height: 75px
}

@media(max-width:960px) {
    .navbar .navbar-nav .nav-item {
        height: auto
    }
}

.navbar .navbar-nav .nav-item:focus-visible {
    border: 2px solid #161616
}

.navbar .navbar-nav .nav-item .nav-link {
    padding: 27px 12px;
    color: #161616;
    border-bottom: 0;
    font-family: "IBMArabic-Medium",sans-serif;
    border-radius: 0;
    font-size: 1rem;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 4px;
    text-decoration: none
}

@media(max-width:1600px) {
    .navbar .navbar-nav .nav-item .nav-link {
        padding: 27px 6px
    }
}

@media(max-width:960px) {
    .navbar .navbar-nav .nav-item .nav-link {
        font-size: 1rem
    }
}

@media(max-width:1200px) {
    .navbar .navbar-nav .nav-item .nav-link {
        padding: 27px 6px;
        font-size: .875rem !important
    }
}

.navbar .navbar-nav .nav-item .nav-link::before {
    content: "";
    height: 6px;
    width: calc(100% - 24px);
    display: block;
    position: absolute;
    bottom: 0;
    background-color: #9da4ae;
    border-radius: 4px;
    z-index: 9;
    inset-inline-start: 13px;
    display: none
}

.navbar .navbar-nav .nav-item .nav-link:is(:hover) {
    background-color: #f3f4f6;
    color: #161616
}

    .navbar .navbar-nav .nav-item .nav-link:is(:hover)::before {
        display: block
    }

@media(max-width:960px) {
    .navbar .navbar-nav .nav-item .nav-link:is(:hover)::before {
        display: none
    }
}

.navbar .navbar-nav .nav-item .nav-link:is(:active) {
    background-color: #e5e7eb
}

    .navbar .navbar-nav .nav-item .nav-link:is(:active)::before {
        display: block !important
    }

.navbar .navbar-nav .nav-item .nav-link:is(:focus) {
    background-color: #e5e7eb;
    color: #161616;
    -webkit-box-shadow: 0 0 0 2px #161616 !important;
    box-shadow: 0 0 0 2px #161616 !important
}

    .navbar .navbar-nav .nav-item .nav-link:is(:focus)::before {
        display: none;
        background-color: #1f2a37
    }

@media(max-width:960px) {
    .navbar .navbar-nav .nav-item .nav-link:is(:focus)::before {
        display: none
    }
}

@media(max-width:960px) {
    .navbar .navbar-nav .nav-item .nav-link {
        gap: 16px
    }

    .navbar .navbar-nav .nav-item .nav-link__header {
        position: absolute;
        inset-inline: 0;
        padding: 16px 24px;
        inset-block-start: 0;
        height: 64px;
        z-index: 2;
        display: none
    }
}

@media(max-width:960px)and (max-width:575.98px) {
    .navbar .navbar-nav .nav-item .nav-link__header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media(max-width:960px) {
    .navbar .navbar-nav .nav-item .nav-link__header .navbar-toggler {
        background-color: #fff;
        padding: 8px
    }
}

.navbar .navbar-nav .nav-item:nth-child(3) .dropdown-menu {
/*    width: 100%;
*/    -webkit-transform: translate(10%,0);
    -ms-transform: translate(10%,0);
    transform: translate(10%,0)
}

[dir=ltr] .navbar .navbar-nav .nav-item:nth-child(3) .dropdown-menu {
    -webkit-transform: translate(-10%,0%);
    -ms-transform: translate(-10%,0%);
    transform: translate(-10%,0%)
}

@media(max-width:1500px) {
    .navbar .navbar-nav .nav-item:nth-child(3) .dropdown-menu {
        width: auto
    }
}

@media((max-width:960px)) {
    .navbar .navbar-nav .nav-item:nth-child(3) .dropdown-menu {
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important
    }
}

.navbar .navbar-nav .nav-item .active {
    background-color: #1b8354;
    color: #fff;
    -webkit-box-shadow: 0 0 0 5px #fff0 !important;
    box-shadow: 0 0 0 5px #fff0 !important;
    outline: 2px solid #fff0 !important;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-decoration: none
}

    .navbar .navbar-nav .nav-item .active:focus-visible {
        outline: 2px solid #161616;
        border: 2px solid #fff;
        background-color: #1b8354 !important
    }

    .navbar .navbar-nav .nav-item .active img {
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1)
    }

    .navbar .navbar-nav .nav-item .active:hover {
        background-color: #166a45;
        color: #fff !important
    }

    .navbar .navbar-nav .nav-item .active:active {
        background-color: #074d31 !important;
        -webkit-box-shadow: 0 0 0 5px #fff0 !important;
        box-shadow: 0 0 0 5px #fff0 !important;
        outline: 2px solid #fff0 !important
    }

        .navbar .navbar-nav .nav-item .active:active::before {
            display: block !important;
            bottom: 0
        }

    .navbar .navbar-nav .nav-item .active:focus {
        background-color: #1b8354;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        -webkit-box-shadow: 0 0 0 5px #161616 !important;
        box-shadow: 0 0 0 5px #161616 !important;
        outline: 2px solid #fff !important;
        color: #fff
    }

        .navbar .navbar-nav .nav-item .active:focus::before {
            bottom: -4px;
            -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
            display: block
        }

        .navbar .navbar-nav .nav-item .active:focus::before {
            background-color: #54c08a
        }

    .navbar .navbar-nav .nav-item .active::before {
        display: block;
        background-color: #54c08a
    }

@media(max-width:960px) {
    .navbar .navbar-nav .nav-item .active::before {
        display: none
    }
}

.navbar .navbar-nav .nav-item .active::before::after {
    background-image: url(../images/arrow/arrow_white.svg) !important
}

.navbar .dropend .dropdown-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px
}

    .navbar .dropend .dropdown-toggle::after {
        background-image: url(../images/arrow/arrow_black.svg) !important;
        width: 10px;
        height: 10px;
        -webkit-transform: rotateZ(90deg);
        -ms-transform: rotate(90deg);
        transform: rotateZ(90deg);
        background-repeat: no-repeat;
        background-size: contain;
        border: 0;
        margin-top: 0;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        -webkit-margin-start: auto;
        margin-inline-start: auto;
        position: relative
    }

[dir=ltr] .navbar .dropend .dropdown-toggle::after {
    -webkit-transform: rotateZ(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotateZ(-90deg)
}

.navbar .dropend .dropdown-toggle:is(.show)::after {
    background-image: url(../images/arrow/arrow_green.svg)
}

@media(max-width:1199.98px) {
    .navbar .dropend .dropdown-toggle:is(.show)::after {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
}

.navbar .dropend .dropdown-menu {
    margin: 0 !important;
    background-color: #fff
}

@media(min-width:1200px) {
    .navbar .dropend:is(:hover) > .dropdown-menu, .navbar .dropend:hover > .dropdown-menu {
        display: block;
        top: 0;
        opacity: 1;
        visibility: visible;
        -webkit-transition: opacity .3s ease,visibility .3s ease;
        transition: opacity .3s ease,visibility .3s ease;
        inset-inline-end: auto;
        inset-inline-start: 100%
    }

        .navbar .dropend:is(:hover) > .dropdown-menu.bottom-0, .navbar .dropend:hover > .dropdown-menu.bottom-0 {
            top: auto;
            bottom: 0
        }
}

.navbar .dropend:is(:hover,:focus,:active,.show) > .dropdown-toggle {
    background-color: #fff0;
    color: var(--color-tertiary) !important
}

    .navbar .dropend:is(:hover,:focus,:active,.show) > .dropdown-toggle::after {
        background-image: url(../images/arrow/arrow_green.svg)
    }

.navbar .navbar-nav .dropdown-container .list-menu:has(.menu-title) .menu-title {
    font-family: "IBMArabic-Bold";
    font-size: 1.125rem;
    color: #1b8354 !important
}

    .navbar .navbar-nav .dropdown-container .list-menu:has(.menu-title) .menu-title:hover, .navbar .navbar-nav .dropdown-container .list-menu:has(.menu-title) .menu-title:focus {
        background-color: #fff0
    }

@media(max-width:1400px) {
    .navbar .navbar-nav .dropdown-container .list-menu:last-child .dropend:is(:hover) > .dropdown-menu, .navbar .navbar-nav .dropdown-container .list-menu:last-child .dropend:hover > .dropdown-menu {
        display: block;
        top: 0;
        inset-inline-start: auto;
        inset-inline-end: 100%
    }
}

@media(min-width:1900px) {
    .navbar .navbar-nav .dropdown-container .list-menu:last-child .dropend:is(:hover) > .dropdown-menu, .navbar .navbar-nav .dropdown-container .list-menu:last-child .dropend:hover > .dropdown-menu {
        display: block;
        top: 0;
        inset-inline-start: 100%;
        inset-inline-end: auto
    }
}

@media(min-width:1200px) {
    .navbar .navbar-nav > .nav-item.dropdown:last-child .dropend:is(:hover) > .dropdown-menu, .navbar .navbar-nav > .nav-item.dropdown:last-child .dropend:hover > .dropdown-menu {
        display: block;
        top: 0;
        inset-inline-start: auto;
        inset-inline-end: 100%
    }
}

@media(min-width:1900px) {
    .navbar .navbar-nav > .nav-item.dropdown:last-child .dropend:is(:hover) > .dropdown-menu, .navbar .navbar-nav > .nav-item.dropdown:last-child .dropend:hover > .dropdown-menu {
        display: block;
        top: 0;
        inset-inline-start: 100%;
        inset-inline-end: auto
    }
}

@media(max-width:960px) {
    .navbar .navbar-collapse {
        position: fixed;
        width: 80%;
        top: 0;
        bottom: 0;
        right: 0;
        padding: 0;
        z-index: 999999;
        background-color: #fff;
        -webkit-transition: all .3s cubic-bezier(.1,.82,.76,.965);
        transition: all .3s cubic-bezier(.1,.82,.76,.965)
    }

        .navbar .navbar-collapse:not(.show) {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            height: 100%;
            -webkit-transform: translateX(100%);
            -ms-transform: translateX(100%);
            transform: translateX(100%)
        }

        .navbar .navbar-collapse .navbar-nav {
            height: calc(100% - 70px);
            margin: 0;
            padding-inline: 0;
            overflow-y: auto;
            overflow-x: hidden
        }

            .navbar .navbar-collapse .navbar-nav::-webkit-scrollbar {
                width: 12px;
                height: 12px
            }

            .navbar .navbar-collapse .navbar-nav::-webkit-scrollbar-thumb {
                background: #074d31
            }

            .navbar .navbar-collapse .navbar-nav::-webkit-scrollbar-track {
                background: #fff
            }
}

@media(max-width:960px)and (max-width:1200px) {
    .navbar .navbar-collapse .navbar-nav .nav-item {
        margin-inline: 30px;
        border-radius: 8px;
        position: relative;
        margin: 10px 30px
    }

        .navbar .navbar-collapse .navbar-nav .nav-item.dropdown:has(.nav-link:focus) {
            background-color: #e5e7eb
        }

        .navbar .navbar-collapse .navbar-nav .nav-item:after {
            content: " ";
            height: 1px;
            width: 100%;
            position: absolute;
            background-color: #d2d6db;
            display: block;
            bottom: -10px
        }

        .navbar .navbar-collapse .navbar-nav .nav-item:hover {
            background-color: #f3f4f6
        }
}

@media(max-width:960px) {
    .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
        padding: 15px 15px !important;
        margin-bottom: 0
    }

        .navbar .navbar-collapse .navbar-nav .nav-item .nav-link::after {
            display: none
        }

    .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
        width: 100% !important;
        border-radius: 8px;
        -webkit-padding-start: 8px;
        padding-inline-start: 8px;
        padding-top: 0;
        padding-left: 0 !important;
        padding-bottom: 0;
        margin: 15px;
        padding: 10px
    }

    .navbar .navbar-collapse .navbar-nav .nav-item.dropdown {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 8px
    }

        .navbar .navbar-collapse .navbar-nav .nav-item.dropdown:has(.dropdown-menu.show) > .dropdown-toggle::after {
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg)
        }

        .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .nav-link {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            font-family: "IBMArabic-SemiBold"
        }

            .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .nav-link::before {
                content: "";
                height: 24px;
                width: 6px;
                display: block;
                position: absolute;
                background-color: #9da4ae;
                border-radius: 4px;
                z-index: 9;
                inset-inline-start: 0;
                display: none;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%)
            }

            .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .nav-link:hover {
                color: #161616 !important;
                background-color: #f3f4f6
            }

                .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .nav-link:hover::before {
                    display: block
                }

            .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .nav-link:is(:focus) {
                background-color: #e5e7eb;
                color: #161616
            }

                .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .nav-link:is(:focus)::before {
                    display: block;
                    background-color: #1f2a37
                }

        .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-arrow {
            margin-right: auto;
            width: 30px;
            height: 30px;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            position: relative
        }

            .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-arrow::after {
                margin-top: 0;
                background-position: center;
                position: absolute;
                top: 25px
            }

    .navbar .navbar-collapse .navbar-nav .nav-item .dropend {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 8px;
        -webkit-padding-end: 10px;
        padding-inline-end: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 10px
    }

        .navbar .navbar-collapse .navbar-nav .nav-item .dropend .nav-link, .navbar .navbar-collapse .navbar-nav .nav-item .dropend .dropdown-item {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1
        }

        .navbar .navbar-collapse .navbar-nav .nav-item .dropend .dropdown-arrow {
            margin-right: auto;
            width: 30px;
            height: 30px;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            background-color: rgb(255 255 255 / .5254901961)
        }

            .navbar .navbar-collapse .navbar-nav .nav-item .dropend .dropdown-arrow::after {
                margin-top: 0;
                background-position: center
            }

            .navbar .navbar-collapse .navbar-nav .nav-item .dropend .dropdown-arrow:hover {
                background-color: #fff
            }
}

@media(max-width:600px) {
    .navbar .navbar-collapse {
        width: 100%
    }
}

.navbar .navbar-collapse .footer-list {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #e5e7eb;
    padding: 15px 0;
    margin-inline: 0
}

    .navbar .navbar-collapse .footer-list a {
        color: #161616;
        padding: 8px 16px
    }

        .navbar .navbar-collapse .footer-list a:hover {
            background-color: #f3f4f6
        }

.navbar .navbar-toggler {
    display: none;
    height: 38px;
    width: 30px;
    padding: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border: 0;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

@media(max-width:960px) {
    .navbar .navbar-toggler {
        display: block
    }
}

@media(max-width:576px) {
    .navbar .navbar-toggler {
        position: relative;
        inset-inline-start: -6px
    }
}

.navbar .navbar-toggler span {
    position: relative;
    height: 2px;
    background-color: var(--color-black);
    display: block;
    width: 100%;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all .2s cubic-bezier(.1,.82,.76,.965);
    transition: all .2s cubic-bezier(.1,.82,.76,.965);
    margin: .625rem;
    border-radius: 15px
}

.navbar .navbar-toggler[aria-expanded=true] span {
    margin: 0
}

    .navbar .navbar-toggler[aria-expanded=true] span:nth-child(1) {
        -webkit-transform: rotate(48deg);
        -ms-transform: rotate(48deg);
        transform: rotate(48deg);
        top: 1px
    }

    .navbar .navbar-toggler[aria-expanded=true] span:nth-child(2) {
        display: none
    }

    .navbar .navbar-toggler[aria-expanded=true] span:nth-child(3) {
        -webkit-transform: rotate(-48deg);
        -ms-transform: rotate(-48deg);
        transform: rotate(-48deg);
        bottom: 1px
    }

.navbar .e-services-dropdown .btn-tertiary:is(:hover,:active,.show)::after {
    background-image: url(../images/arrow/arrow_white.svg);
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    margin-top: 5px
}

.navbar .switch {
    position: relative;
    display: inline-block;
    width: 96px;
    height: 32px;
    margin-bottom: 0
}

    .navbar .switch input {
        opacity: 0;
        width: 0;
        height: 0
    }

    .navbar .switch .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: rgb(131 149 183 / .4);
        -webkit-transition: .4s;
        transition: .4s
    }

        .navbar .switch .slider span {
            position: relative;
            width: 48px;
            height: 32px;
            z-index: 2
        }

            .navbar .switch .slider span.light {
                background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.242' height='9.242' viewBox='0 0 9.242 9.242'%3E%3Cpath id='sun' d='M-1355.932-3140.21v-.723a.451.451,0,0,1,.452-.451.451.451,0,0,1,.451.451v.723a.451.451,0,0,1-.451.452A.452.452,0,0,1-1355.932-3140.21Zm3.08-.9-.51-.511a.451.451,0,0,1,0-.638.451.451,0,0,1,.638,0l.511.51a.452.452,0,0,1,0,.639.45.45,0,0,1-.319.132A.45.45,0,0,1-1352.852-3141.111Zm-5.9,0a.452.452,0,0,1,0-.639l.511-.51a.449.449,0,0,1,.638,0,.451.451,0,0,1,0,.638l-.511.511a.447.447,0,0,1-.319.132A.45.45,0,0,1-1358.748-3141.111Zm.953-3.268a2.317,2.317,0,0,1,2.315-2.315,2.318,2.318,0,0,1,2.315,2.315,2.318,2.318,0,0,1-2.315,2.315A2.317,2.317,0,0,1-1357.795-3144.379Zm5.761.451a.451.451,0,0,1-.451-.451.451.451,0,0,1,.451-.452h.723a.452.452,0,0,1,.452.452.451.451,0,0,1-.452.451Zm-7.616,0a.451.451,0,0,1-.452-.451.452.452,0,0,1,.452-.452h.723a.451.451,0,0,1,.451.452.451.451,0,0,1-.451.451Zm1.413-2.57-.511-.511a.451.451,0,0,1,0-.638.452.452,0,0,1,.639,0l.51.511a.451.451,0,0,1,0,.638.449.449,0,0,1-.319.133A.449.449,0,0,1-1358.237-3146.5Zm4.874,0a.452.452,0,0,1,0-.639l.51-.511a.452.452,0,0,1,.639,0,.451.451,0,0,1,0,.638l-.511.512a.45.45,0,0,1-.319.132A.452.452,0,0,1-1353.362-3146.5Zm-2.569-1.329v-.723a.452.452,0,0,1,.452-.452.451.451,0,0,1,.451.452v.723a.451.451,0,0,1-.451.452A.452.452,0,0,1-1355.932-3147.826Z' transform='translate(1360.102 3149)' fill='%238395B7'/%3E%3C/svg%3E%0A");
                background-repeat: no-repeat;
                background-position: center;
                background-size: 16px
            }

            .navbar .switch .slider span.dark {
                background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.866' height='15.339' viewBox='0 0 14.866 15.339'%3E%3Cpath id='dark' d='M14296.95-3749.51l-.111-.053-.031-.015-.087-.043-.025-.013-.1-.055-.031-.017-.077-.042-.037-.021-.071-.04-.063-.037-.061-.036-.057-.034-.04-.025-.061-.038-.016-.01-.14-.091-.011-.007a7.584,7.584,0,0,1-2.106-2.112l0-.007-.025-.038h0a7.676,7.676,0,0,1-.543-7.473,7.663,7.663,0,0,1,6.887-4.413.232.232,0,0,1,.1.442,5.755,5.755,0,0,0-.93.535,5.989,5.989,0,0,0-1.473,8.341,5.98,5.98,0,0,0,7.6,1.92v0a6.625,6.625,0,0,0,.7-.417,6.183,6.183,0,0,0,.858-.715.229.229,0,0,1,.385.1.227.227,0,0,1-.008.147c-.068.19-.147.377-.233.56a7.666,7.666,0,0,1-6.954,4.43A7.632,7.632,0,0,1,14296.95-3749.51Z' transform='translate(-14292.524 3764.128)' fill='%238395B7'/%3E%3C/svg%3E%0A");
                background-repeat: no-repeat;
                background-position: center;
                background-size: 16px
            }

        .navbar .switch .slider:before {
            position: absolute;
            content: "";
            height: 32px;
            width: 48px;
            inset-inline-start: 0;
            bottom: 0;
            top: 0;
            bottom: 0;
            margin: auto 0;
            background-color: var(--color-secondary);
            -webkit-transition: .4s;
            transition: .4s
        }

.theme-dark .navbar .switch .slider:before {
    inset-inline-start: auto;
    background-color: rgb(131 149 183 / .4)
}

.navbar .switch input:checked + .slider:before {
    inset-inline-start: auto;
    -webkit-transform: translateX(-48px);
    -ms-transform: translateX(-48px);
    transform: translateX(-48px)
}

[dir=ltr] .navbar .switch input:checked + .slider:before {
    -webkit-transform: translateX(48px);
    -ms-transform: translateX(48px);
    transform: translateX(48px)
}

.navbar .switch .slider.round {
    border-radius: 34px
}

    .navbar .switch .slider.round:before {
        border-radius: 50px
    }

.navbar .user-details-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px
}

.navbar .calendar-list__item, .navbar .notification-list__item {
    color: var(--color-text-color)
}

    .navbar .calendar-list__item:not(:last-of-type), .navbar .notification-list__item:not(:last-of-type) {
        margin-bottom: 16px;
        padding-bottom: 16px;
        border-bottom: 1px solid rgb(121 133 155 / .28)
    }

    .navbar .calendar-list__item .title, .navbar .notification-list__item .title {
        color: var(--color-text-gray);
        font-size: .75rem;
        margin-bottom: 4px
    }

    .navbar .calendar-list__item .data, .navbar .notification-list__item .data {
        font-size: 1rem;
        font-family: "IBMArabic-Bold",sans-serif;
        color: var(--color-secondary)
    }

.navbar .login-user-details__item:only-child {
    margin-bottom: 16px
}

.navbar .login-user-details__item:not(:last-of-type) {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgb(121 133 155 / .28)
}

.navbar .login-user-details__item .title {
    color: var(--color-text-gray);
    font-size: .75rem;
    margin-bottom: 4px
}

.navbar .login-user-details__item .data {
    display: block;
    font-size: 1rem;
    font-family: "IBMArabic-Bold",sans-serif;
    color: var(--color-secondary)
}

.navbar .notification-count {
    position: absolute;
    inset-block-start: -8px;
    inset-inline-start: -8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: .625rem;
    width: 20px;
    height: 20px;
    background-color: var(--color-primary);
    border-radius: 100px
}

.navbar .settings-item {
    margin-bottom: 10px;
    color: var(--color-secondary)
}

    .navbar .settings-item .settings-title {
        margin-bottom: 12px
    }

.navbar .action-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px
}

.navbar .action-group__btn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    line-height: 1;
    background-color: #fff0;
    border-radius: 4px;
    color: var(--color-secondary);
    font-family: "IBMArabic-Bold";
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

    .navbar .action-group__btn.font-plus {
        -webkit-margin-before: 0;
        margin-block-start: 0
    }

        .navbar .action-group__btn.font-plus::before {
            content: "+";
            -webkit-margin-after: 8px;
            margin-block-end: 8px;
            font-size: 1.25rem
        }

    .navbar .action-group__btn.font-minus {
        -webkit-margin-before: 0;
        margin-block-start: 0
    }

        .navbar .action-group__btn.font-minus::before {
            content: "-";
            -webkit-margin-after: 8px;
            margin-block-end: 8px;
            font-size: 1.25rem
        }

    .navbar .action-group__btn svg {
        width: 18px
    }

    .navbar .action-group__btn:is(:hover,:active,:focus) {
        background-color: #074d31;
        color: #fff
    }

        .navbar .action-group__btn:is(:hover,:active,:focus) svg path {
            fill: #fff
        }

.navbar .rsbtn {
    position: relative !important;
    direction: unset !important;
    width: 100% !important;
    text-align: start !important;
    margin: 0 !important
}

    .navbar .rsbtn::before {
        display: none !important
    }

    .navbar .rsbtn.mega_toggle .rsbtn_tooltoggle {
        position: static !important;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 36px !important;
        height: 36px !important;
        background-color: #fff0;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11.3 17.282'%3E%3Cpath id='voice-11' d='M181.854,17.282a.5.5,0,1,1,0-1h.363v-1a5.718,5.718,0,0,1-4.985-4.653h1a4.789,4.789,0,0,0,9.306,0h1a5.718,5.718,0,0,1-4.985,4.653v1h.363a.5.5,0,1,1,0,1Zm1.027-3.988a3.739,3.739,0,0,1-3.656-3.656V3.323a3.672,3.672,0,0,1,7.312,0V9.638A3.739,3.739,0,0,1,182.881,13.294Zm2.659-9.97a2.682,2.682,0,0,0-5.318,0V9.638a2.659,2.659,0,1,0,5.318,0Z' transform='translate(-177.231)' fill='%23224e85'%3E%3C/path%3E%3C/svg%3E") !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        background-size: 11px 17px !important;
        border: 1px solid var(--color-secondary);
        border-radius: 50%;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

        .navbar .rsbtn.mega_toggle .rsbtn_tooltoggle:hover, .navbar .rsbtn.mega_toggle .rsbtn_tooltoggle:active, .navbar .rsbtn.mega_toggle .rsbtn_tooltoggle:focus {
            background-color: var(--color-secondary) !important;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11.3 17.282'%3E%3Cpath id='voice-11' d='M181.854,17.282a.5.5,0,1,1,0-1h.363v-1a5.718,5.718,0,0,1-4.985-4.653h1a4.789,4.789,0,0,0,9.306,0h1a5.718,5.718,0,0,1-4.985,4.653v1h.363a.5.5,0,1,1,0,1Zm1.027-3.988a3.739,3.739,0,0,1-3.656-3.656V3.323a3.672,3.672,0,0,1,7.312,0V9.638A3.739,3.739,0,0,1,182.881,13.294Zm2.659-9.97a2.682,2.682,0,0,0-5.318,0V9.638a2.659,2.659,0,1,0,5.318,0Z' transform='translate(-177.231)' fill='%23fff'%3E%3C/path%3E%3C/svg%3E") !important;
            border-color: var(--color-secondary) !important
        }

        .navbar .rsbtn.mega_toggle .rsbtn_tooltoggle span.rsicn {
            display: none !important
        }

    .navbar .rsbtn .rsbtn_toolpanel.vertical {
        direction: unset !important;
        position: absolute !important;
        inset: unset !important;
        top: 100% !important;
        inset-inline-start: 0 !important
    }

        .navbar .rsbtn .rsbtn_toolpanel.vertical .rsbtn_tools {
            border: none !important;
            border-radius: 16px !important;
            width: 200px !important;
            background-color: #fff !important;
            margin-top: 0 !important;
            -webkit-box-shadow: 0 0 24px rgb(0 0 0 / .15);
            box-shadow: 0 0 24px rgb(0 0 0 / .15);
            margin-top: 0 !important
        }

        .navbar .rsbtn .rsbtn_toolpanel.vertical .rsbtn_tools_inner .rsbtn_toolcontainer ul.rsbtn_toollist li {
            height: unset !important;
            min-height: unset !important;
            max-height: unset !important;
            border-color: #ebebeb !important
        }

            .navbar .rsbtn .rsbtn_toolpanel.vertical .rsbtn_tools_inner .rsbtn_toolcontainer ul.rsbtn_toollist li button.rsbtn_tool {
                padding: 5px 16px !important
            }

nav.navbar .dropdown:not(.dropend) > .dropdown-toggle.active::after {
    background-image: url(../images/arrow/arrow_white.svg);
    width: 13px;
    height: 12px;
    background-repeat: no-repeat;
    background-size: contain;
    border: 0;
    margin-top: 10px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

li.nav-item.dropdown:hover > .dropdown-menu {
    visibility: visible;
    opacity: 1
}

@media(min-width:960px) {
    .navbar-expand-xl .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

@media(min-width:960px) {
    .navbar-expand-xl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 5px !important
    }
}

@media(min-width:960px) {
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-left: .5rem;
        padding-right: .5rem
    }
}

@media(min-width:960px) {
    .navbar-expand-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .navbar-nav .dropdown-menu {
        position: absolute
    }

    .dropdown-arrow {
        display: none !important
    }

    .navbar .navbar-nav .nav-item .nav-link {
        font-size: 1rem;
        height: 75px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media(min-width:960px)and (max-width:960px) {
    .navbar .navbar-nav .nav-item .nav-link {
        height: auto
    }
}

.dropdown:has(.dropdown-menu):not(.page-actions .dropdown) {
    position: static
}

@media(max-width:960px) {
    .dropdown:has(.dropdown-menu):not(.page-actions .dropdown) {
        position: relative
    }
}

.fixed-top {
    position: static !important
}

main.inner-page {
    padding-top: 0
}

.header__top {
    background-color: #1b8354;
    padding: 0 150px
}

@media(max-width:1500px) {
    .header__top {
        padding: 5px 20px 5px 20px
    }
}

@media(max-width:576px) {
    .header__top {
        padding: 5px 5px 5px 5px
    }
}

@media(max-width:1200px) {
    .fixed-top {
        position: fixed !important
    }

    main.inner-page {
        padding-top: 140px
    }
}

#collapseOne {
    padding: 12px 20px
}

#SearchModel_Sorting {
    color: #074d31
}

.page-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px;
    padding: 30px 0;
    border-bottom: 1px solid #d2d6db;
    margin-bottom: 32px
}

    .page-header .page-title {
        margin-bottom: 8px;
        font-family: "IBMArabic-Bold"
    }

@media(max-width:767.98px) {
    .page-header .page-title {
        font-size: 2rem
    }
}

@media(max-width:575.98px) {
    .page-header .page-title {
        font-size: 1.5rem
    }
}

.page-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: .5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .page-actions > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
        cursor: pointer
    }

    .page-actions .dropdown {
        position: relative
    }

        .page-actions .dropdown .dropdown-toggle::after {
            display: none
        }

        .page-actions .dropdown .dropdown-menu {
            gap: .625rem;
            min-width: -webkit-fit-content;
            min-width: -moz-fit-content;
            min-width: fit-content;
            border: none;
            background-color: #e5e7eb;
            padding: .5rem;
            border-radius: 4px
        }

            .page-actions .dropdown .dropdown-menu::before {
                content: "";
                position: absolute;
                bottom: 100%;
                inset-inline-end: .75rem;
                width: 1.25rem;
                height: .375rem;
                background-image: url(../images/arrow/dropdown-green.svg);
                background-repeat: no-repeat;
                top: -5px
            }

[dir=ltr] .page-actions .dropdown .dropdown-menu::before {
    inset-inline-end: .75rem
}

@media(max-width:576px) {
    .page-actions .dropdown .dropdown-menu::before {
        display: none
    }
}

.page-actions .dropdown .dropdown-menu a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 1.75rem;
    height: 1.75rem;
    margin: 0;
    border-radius: 4px !important
}

.page-actions .dropdown .dropdown-menu.show {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.page-actions .dropdown .dropdown-menu .dropdown-item {
    padding: 0
}

    .page-actions .dropdown .dropdown-menu .dropdown-item svg {
        fill: var(--color-text-color);
        width: .9375rem;
        height: .9375rem
    }

    .page-actions .dropdown .dropdown-menu .dropdown-item:hover {
        -webkit-box-shadow: 0 0 0 1px #fff0;
        box-shadow: 0 0 0 1px #fff0;
        background-color: #f3f4f6
    }

    .page-actions .dropdown .dropdown-menu .dropdown-item:focus {
        -webkit-box-shadow: 0 0 0 2px #161616;
        box-shadow: 0 0 0 2px #161616;
        background-color: #f3f4f6
    }

.page-actions .dropdown:hover .dropdown-menu {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin: 0;
    margin-top: 0 !important
}

.page-actions .page-action-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 1.875rem;
    height: 1.875rem;
    border-radius: 4px;
    background-color: #fff0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 0;
    cursor: pointer;
    -webkit-box-shadow: 0 0 0 1px #fff0;
    box-shadow: 0 0 0 1px #fff0
}

    .page-actions .page-action-btn svg {
        fill: var(--color-text-color);
        height: 1rem;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: center;
        object-position: center;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

    .page-actions .page-action-btn:is(:hover) {
        background-color: #e5e7eb
    }

    .page-actions .page-action-btn:is(:focus) {
        -webkit-box-shadow: 0 0 0 2px #161616;
        box-shadow: 0 0 0 2px #161616;
        background-color: #f3f4f6
    }

    .page-actions .page-action-btn:is(:active) {
        -webkit-box-shadow: 0 0 0 1px #fff0;
        box-shadow: 0 0 0 1px #fff0;
        background-color: #e5e7eb
    }

@media(max-width:767.98px) {
    .header-actions {
        gap: 10px
    }

    .header__container {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

        .header__container .header-actions {
            margin: 0 !important;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center
        }

    .list-group-numbered .list-group-item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

        .list-group-numbered .list-group-item:has(img) .col {
            -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto
        }

    .pagination {
        gap: 8px
    }

        .pagination > li:first-child .page-link.control-btn, .pagination > li:last-child .page-link.control-btn {
            padding: 0 12px
        }
}

.hidden-desc {
    display: none !important;
    margin-inline: 30px
}

    .hidden-desc .btn-primary {
        width: 100%;
        text-align: center;
        font-size: 1.25rem;
        padding: 12px 24px 12px 24px
    }

        .hidden-desc .btn-primary img {
            width: 24px;
            height: 24px
        }

@media(max-width:600px) {
    .hidden-desc {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
}

.header__top .rsbtn.mega_toggle .rsbtn_tooltoggle, .header__top .rs_preserve a {
    width: 22px;
    height: 30px;
    background-color: #fff0;
    border: 0
}

.header__top .rs_addtools::after, .header__top .rs_addtools::before, .header__top .rsbtn::after, .header__top .rsbtn::before, .header__top .rs_addtools .rsbtn_tooltoggle .rsicn::before, .header__top .rsbtn .rsbtn_tooltoggle .rsicn::before {
    content: ""
}

.header__top .rsbtn.mega_toggle .rsbtn_tooltoggle, .header__top .rs_preserve a, .page-footer .rsbtn.mega_toggle .rsbtn_tooltoggle, .page-footer .rs_preserve a {
    background-image: url(../images/mic-footer.svg) !important;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center !important;
    background-color: #fff0 !important;
    background-repeat: no-repeat !important
}

    .page-footer .rsbtn.mega_toggle .rsbtn_tooltoggle:hover, .page-footer .rs_preserve a:hover {
        background-color: rgb(255 255 255 / .2) !important
    }

.page-footer .rsbtn.mega_toggle .rsbtn_tooltoggle {
    display: none !important
}

.item-info h4 {
    font-family: "IBMArabic-Bold";
    margin-top: 30px
}

.page-footer {
    position: relative;
    padding: 0rem 0 32px;
    background-color: var(--color-primary);
    isolation: isolate;
    padding: 0 100px;
    overflow: hidden
}

@media(max-width:992px) {
    .page-footer {
        padding: 0
    }
}

.footer-top__title {
    text-align: center;
    color: #fff;
    font-size: 1.5rem;
    font-family: "IBMArabic-Bold"
}

.footer-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1rem;
    margin: 30px 0 50px 0
}

@media(max-width:767.98px) {
    .footer-bottom {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.footer-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1rem;
    list-style: none;
    margin: 0;
    padding: 8px 0
}

@media(max-width:767.98px) {
    .footer-links {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.footer-links li a, .footer-links li a:visited {
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: .875rem;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    font-family: "IBMArabic-Regular";
    -webkit-box-shadow: 0 0 0 2px #fff0;
    box-shadow: 0 0 0 2px #fff0;
    -webkit-transition: -webkit-box-shadow .3s ease-in-out;
    transition: -webkit-box-shadow .3s ease-in-out;
    transition: box-shadow .3s ease-in-out;
    transition: box-shadow .3s ease-in-out,-webkit-box-shadow .3s ease-in-out
}

    .footer-links li a:is(:hover), .footer-links li a:visited:is(:hover) {
        color: rgb(255 255 255 / .8);
        text-decoration: underline
    }

    .footer-links li a:is(:active), .footer-links li a:visited:is(:active) {
        color: rgb(255 255 255 / .6);
        text-decoration: underline
    }

    .footer-links li a:is(:focus), .footer-links li a:visited:is(:focus) {
        color: #fff;
        text-decoration: underline;
        -webkit-box-shadow: 0 0 0 2px #fff;
        box-shadow: 0 0 0 2px #fff
    }

.copyrights {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 1rem;
    font-family: "IBMArabic-SemiBold";
    margin-bottom: 5px
}

@media(max-width:767.98px) {
    .copyrights {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        font-size: .875rem
    }
}

.copyrights .copyrights-year {
    margin-inline: 4px
}

.theme-dark .copyrights {
    color: var(--color-gray-color)
}

.footer-logo {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important
}

    .footer-logo img {
        height: 50px
    }

.theme-dark .footer-logo img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.footer-sign img {
    height: 50px
}

.footer-middle {
    padding: 50px 0;
    margin-bottom: 24px
}

.footer-list-title {
    color: #fff;
    font-size: 1.125rem;
    margin-bottom: 16px;
    -webkit-border-after: 1px solid rgb(255 255 255 / .3);
    border-block-end: 1px solid rgb(255 255 255 / .3);
    padding-bottom: 15px
}

.footer-links-list {
    padding: 0;
    margin: 0;
    list-style: none
}

.footer-links-list__item:not(:last-child) {
    margin-bottom: 12px
}

.footer-links-list__item .footer-link {
    color: #fff;
    font-family: "IBMArabic-Regular";
    font-size: 1rem;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-box-shadow: 0 0 0 2px #fff0;
    box-shadow: 0 0 0 2px #fff0
}

    .footer-links-list__item .footer-link:is(:hover) {
        color: rgb(255 255 255 / .8);
        text-decoration: underline
    }

    .footer-links-list__item .footer-link:is(:active) {
        color: rgb(255 255 255 / .6);
        text-decoration: underline
    }

    .footer-links-list__item .footer-link:is(:focus) {
        color: #fff !important;
        text-decoration: underline;
        -webkit-box-shadow: 0 0 0 2px #fff;
        box-shadow: 0 0 0 2px #fff
    }

.form-group {
    position: relative
}

    .form-group .form-control {
        color: var(--color-primary)
    }

.form-label {
    margin-bottom: 12px;
    font-size: 1rem
}

    .form-label.required:after {
        content: "*";
        color: #d6183a
    }

.form-group .form-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    font-family: "IBMArabic-Bold",sans-serif;
    font-size: 1rem;
    -webkit-padding-start: 16px;
    padding-inline-start: 16px;
    color: var(--color-secondary)
}

@media(max-width:991.98px) {
    .form-group .form-label {
        font-size: .875rem
    }
}

.floating-label {
    position: absolute;
    top: 10px;
    inset-inline-start: 1rem;
    pointer-events: none;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.form-control:not(:-moz-placeholder-shown) ~ .floating-label {
    transform: translateY(-24px) scale(.8);
    background-color: #fafeff;
    padding-inline: 16px;
    inset-inline-start: .5rem
}

.form-control:not(:-ms-input-placeholder) ~ .floating-label {
    -ms-transform: translateY(-24px) scale(.8);
    transform: translateY(-24px) scale(.8);
    background-color: #fafeff;
    padding-inline: 16px;
    inset-inline-start: .5rem
}

.form-control:focus ~ .floating-label, .form-control:not(:placeholder-shown) ~ .floating-label {
    -webkit-transform: translateY(-24px) scale(.8);
    -ms-transform: translateY(-24px) scale(.8);
    transform: translateY(-24px) scale(.8);
    background-color: #fafeff;
    padding-inline: 16px;
    inset-inline-start: .5rem
}

.sub-label {
    font-size: .75rem
}

.label-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background-color: var(--color-primary);
    border-radius: 50%;
    font-size: .75rem
}

.requiredMsg, .required-field {
    display: block;
    color: #d6183a;
    padding-block: 6px;
    font-size: .875rem
}

.form-group .requiredMsg, .form-group .required-field {
    -webkit-padding-start: 16px;
    padding-inline-start: 16px
}

.characters-count {
    padding: .5rem .875rem;
    color: var(--color-gray-color)
}

.form-control, input[type=text].form-control, .form-select {
    border-radius: 4px;
    padding: 7px 16px 11px;
    font-size: 1rem;
    border-color: #9da4ae;
    color: #384250 !important;
    font-family: "IBMArabic-Regular";
    background: -webkit-gradient(linear,left top,left bottom,from(#0D121C),to(#0D121C)),-webkit-gradient(linear,left top,left bottom,from(#fff),to(#fff));
    background: linear-gradient(#0D121C,#0D121C),linear-gradient(#fff,#fff);
    background-size: 0 2px,auto;
    background-repeat: no-repeat;
    background-position: center bottom;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    background-color: #fff !important;
    position: relative
}

    .form-control:focus, input[type=text].form-control:focus, .form-select:focus {
        -webkit-box-shadow: 0 2px 4px -2px rgb(16 24 40 / .06);
        box-shadow: 0 2px 4px -2px rgb(16 24 40 / .06)
    }

    .form-control:is(:hover), input[type=text].form-control:is(:hover), .form-select:is(:hover) {
        border-color: #384250;
        outline: 0;
        color: #161616 !important
    }

    .form-control:is(:active,:focus,:hover), input[type=text].form-control:is(:active,:focus,:hover), .form-select:is(:active,:focus,:hover) {
        outline: 0;
        color: #161616
    }

        .form-control:is(:active,:focus,:hover)::-webkit-input-placeholder, input[type=text].form-control:is(:active,:focus,:hover)::-webkit-input-placeholder, .form-select:is(:active,:focus,:hover)::-webkit-input-placeholder {
            color: #161616
        }

        .form-control:is(:active,:focus,:hover)::-moz-placeholder, input[type=text].form-control:is(:active,:focus,:hover)::-moz-placeholder, .form-select:is(:active,:focus,:hover)::-moz-placeholder {
            color: #161616
        }

        .form-control:is(:active,:focus,:hover):-ms-input-placeholder, input[type=text].form-control:is(:active,:focus,:hover):-ms-input-placeholder, .form-select:is(:active,:focus,:hover):-ms-input-placeholder {
            color: #161616
        }

        .form-control:is(:active,:focus,:hover)::-ms-input-placeholder, input[type=text].form-control:is(:active,:focus,:hover)::-ms-input-placeholder, .form-select:is(:active,:focus,:hover)::-ms-input-placeholder {
            color: #161616
        }

        .form-control:is(:active,:focus,:hover)::placeholder, input[type=text].form-control:is(:active,:focus,:hover)::placeholder, .form-select:is(:active,:focus,:hover)::placeholder {
            color: #161616
        }

.input-group .form-control, .input-group input[type=text].form-control, .input-group .form-select {
    -webkit-box-shadow: none;
    box-shadow: none
}

    .input-group .form-control:is(:active,:focus), .input-group input[type=text].form-control:is(:active,:focus), .input-group .form-select:is(:active,:focus) {
        border-color: #fff0
    }

.form-control.secondary, input[type=text].form-control.secondary, .form-select.secondary {
    border-color: var(--color-secondary);
    color: var(--color-secondary)
}

.form-control.danger, input[type=text].form-control.danger, .form-select.danger {
    border-color: var(--color-danger);
    color: var(--color-danger)
}

.form-control::-webkit-input-placeholder, input[type=text].form-control::-webkit-input-placeholder, .form-select::-webkit-input-placeholder {
    color: #384250;
    overflow: visible;
    font-family: "IBMArabic-Regular"
}

.form-control::-moz-placeholder, input[type=text].form-control::-moz-placeholder, .form-select::-moz-placeholder {
    color: #384250;
    overflow: visible;
    font-family: "IBMArabic-Regular"
}

.form-control:-ms-input-placeholder, input[type=text].form-control:-ms-input-placeholder, .form-select:-ms-input-placeholder {
    color: #384250;
    overflow: visible;
    font-family: "IBMArabic-Regular"
}

.form-control::-ms-input-placeholder, input[type=text].form-control::-ms-input-placeholder, .form-select::-ms-input-placeholder {
    color: #384250;
    overflow: visible;
    font-family: "IBMArabic-Regular"
}

.form-control::placeholder, input[type=text].form-control::placeholder, .form-select::placeholder {
    color: #384250;
    overflow: visible;
    font-family: "IBMArabic-Regular"
}

.readonly .form-control, .form-control.readonly, .readonly input[type=text].form-control, input[type=text].form-control.readonly, .readonly .form-select, .form-select.readonly {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: .5
}

.form-control:disabled, input[type=text].form-control:disabled, .form-select:disabled {
    background-color: #eff7fe;
    border-color: #e1e1e8
}

.card .form-control, .card input[type=text].form-control, .card .form-select {
    background-color: #fff
}

    .card .form-control:is(:active,:focus), .card input[type=text].form-control:is(:active,:focus), .card .form-select:is(:active,:focus) {
        background-color: #fff
    }

    .card .form-control:disabled, .card input[type=text].form-control:disabled, .card .form-select:disabled {
        background-color: #eff7fe;
        border-color: #e1e1e8
    }

input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.392' height='12.391' viewBox='0 0 12.392 12.391'%3E%3Cg id='Group_40908' data-name='Group 40908' transform='translate(-342.076 -1810.076)'%3E%3Cline id='Line_79' data-name='Line 79' x1='11.543' y2='11.543' transform='translate(342.5 1810.5)' fill='none' stroke='%23fff' stroke-width='1.2'/%3E%3Cline id='Line_80' data-name='Line 80' x2='11.543' y2='11.543' transform='translate(342.5 1810.5)' fill='none' stroke='%23fff' stroke-width='1.2'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px
}

.form-select, .content select:not(.ms-cui-cb-input) {
    -webkit-padding-end: 32px;
    padding-inline-end: 32px;
    background-position: 10px
}

    .readonly .form-select:not(.ms-cui-cb-input), .form-select.readonly, .readonly .content select:not(.ms-cui-cb-input):not(.ms-cui-cb-input), .content select:not(.ms-cui-cb-input).readonly {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%237289A0' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e")
    }

    .form-select option, .content select:not(.ms-cui-cb-input) option {
        font-size: .875rem;
        color: #000
    }

    .form-select.secondary, .content select:not(.ms-cui-cb-input).secondary {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%230094D3' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e")
    }

    .form-select.danger, .content select:not(.ms-cui-cb-input).danger {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23F9516F' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e")
    }

select, option {
    font-family: inherit
}

input[type=email], input[type=date], input.datepicker {
    text-align: start !important;
    direction: inherit
}

textarea.form-control {
    border-radius: 4px;
    padding: 8px 16px 12px;
    font-size: 1rem;
    border-color: #9da4ae !important;
    color: #161616 !important;
    font-family: "IBMArabic-Regular";
    height: 110px;
    overflow-y: scroll;
    scroll-padding: 20px
}

    textarea.form-control::-webkit-scrollbar {
        width: 20px;
        height: 20px
    }

    textarea.form-control::-webkit-scrollbar-thumb {
        background: #074d31
    }

    textarea.form-control::-webkit-scrollbar-track {
        background: #d2d6db
    }

    textarea.form-control::-webkit-scrollbar-thumb {
        border-radius: 20px;
        padding: 10px;
        background: #d2d6db;
        height: 15PX !important;
        border: 5px solid #f3f4f6 !important
    }

    textarea.form-control::-webkit-scrollbar-track {
        padding: 10px;
        background: #f3f4f6 !important;
        height: 15PX !important
    }

    textarea.form-control.no-scrollbar::-webkit-scrollbar {
        display: none
    }

    textarea.form-control::-webkit-input-placeholder {
        color: #161616
    }

    textarea.form-control::-moz-placeholder {
        color: #161616
    }

    textarea.form-control:-ms-input-placeholder {
        color: #161616
    }

    textarea.form-control::-ms-input-placeholder {
        color: #161616
    }

    textarea.form-control::placeholder {
        color: #161616
    }

    textarea.form-control:hover {
        border-color: #384250 !important
    }

.select-container {
    height: 44px
}

    .select-container select.secondary {
        border: 1px solid #fff !important;
        -webkit-box-shadow: 0 4px 30px 0 rgb(0 0 0 / .0588235294);
        box-shadow: 0 4px 30px 0 rgb(0 0 0 / .0588235294)
    }

        .select-container select.secondary:focus {
            border-color: var(--color-secondary) !important
        }

.input-group:not(.separate-input-group) {
    padding: 0;
    gap: 10px;
    background-color: #fff;
    border-radius: 4px
}

    .input-group:not(.separate-input-group) input:not(.btn) {
        border-radius: 4px !important
    }

        .input-group:not(.separate-input-group) input:not(.btn):is(:focus,:active) {
            -webkit-box-shadow: none;
            box-shadow: none;
            outline: none;
            border: 1px solid #9da4ae !important
        }

        .input-group:not(.separate-input-group) input:not(.btn).disabled {
            opacity: 1
        }

@media(max-width:575.98px) {
    .input-group:not(.separate-input-group) input:not(.btn) {
        font-size: .75rem
    }
}

.input-group:not(.separate-input-group) .input-group-text {
    background-color: #fff0;
    border: 0;
    -webkit-border-start: 1px solid #dee2e7;
    border-inline-start: 1px solid #dee2e7;
    padding-inline: 16px;
    font-family: "IBMArabic-Bold",sans-serif;
    color: var(--color-secondary)
}

.input-group:not(.separate-input-group) .btn {
    border-radius: 4px !important
}

.input-group:not(.separate-input-group) .btn-icon {
    width: 40px
}

.separate-input-group {
    gap: 8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .separate-input-group input, .separate-input-group .btn {
        border-radius: 100px !important
    }

@media(max-width:575.98px) {
    .separate-input-group .form-control {
        min-width: 150px
    }

    .separate-input-group .btn {
        width: 100%
    }
}

.check-btn-lg {
    margin: 0;
    padding-inline: 8px
}

    .check-btn-lg input[type=radio] {
        display: none
    }

    .check-btn-lg label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 24px;
        height: 100px;
        min-width: 150px;
        border: 1px solid #e6e6e6;
        gap: 8px;
        border-radius: 16px;
        cursor: pointer;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

        .check-btn-lg label .title {
            color: var(--color-secondary)
        }

        .check-btn-lg label svg {
            -ms-flex-negative: 0;
            flex-shrink: 0;
            height: 24px
        }

        .check-btn-lg label:hover {
            background-color: var(--color-secondary);
            border-color: var(--color-secondary);
            color: #fff
        }

            .check-btn-lg label:hover svg {
                -webkit-filter: brightness(0) invert(1);
                filter: brightness(0) invert(1)
            }

            .check-btn-lg label:hover .title {
                color: #fff
            }

@media(max-width:575.98px) {
    .check-btn-lg label {
        min-width: auto;
        height: 70px;
        font-size: 1rem
    }
}

.check-btn-lg input:checked + label {
    background-color: var(--color-secondary);
    border: 1px solid var(--color-secondary);
    color: #fff
}

    .check-btn-lg input:checked + label svg {
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1)
    }

    .check-btn-lg input:checked + label .title {
        color: #fff
    }

.check-btn-lg td {
    padding: 0 8px
}

    .check-btn-lg td label {
        text-align: center;
        line-height: 1;
        gap: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 1.25rem;
        font-family: "Somar-SemiBold"
    }

@media(max-width:575.98px) {
    .check-btn-lg td label {
        font-size: 1rem
    }
}

.captcha-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.25rem
}

    .captcha-control .captcha {
        position: relative
    }

        .captcha-control .captcha .captchaimg {
            position: relative;
            inset-inline-end: 2px;
            inset-block: 0;
            margin: auto;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }

            .captcha-control .captcha .captchaimg .captchaimg {
                width: 160px;
                border-radius: 100px;
                overflow: hidden
            }

            .captcha-control .captcha .captchaimg .refreshcaptcha {
                position: absolute;
                inset-inline-end: 0;
                inset-block: 0;
                margin: auto;
                width: 32px;
                height: 32px
            }

.datePickerContainer {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0
}

    .datePickerContainer input {
        -webkit-padding-end: 100px;
        padding-inline-end: 100px;
        width: 100%
    }

    .datePickerContainer select, .datePickerContainer .custom-select {
        position: relative;
        width: 120px !important;
        -webkit-box-flex: 0 !important;
        -ms-flex: none !important;
        flex: none !important;
        line-height: 1;
        background-color: var(--color-secondary);
        border-color: var(--color-secondary);
        color: #fff;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
        background-image: -webkit-gradient(linear,left top,left bottom,from(#0D121C),to(#0D121C)),-webkit-gradient(linear,left top,left bottom,from(#fff),to(#fff));
        background-image: linear-gradient(#0D121C,#0D121C),linear-gradient(#fff,#fff);
        background-size: 0 2px,auto;
        background-repeat: no-repeat;
        background-position: center bottom;
        -webkit-transition: all .2s ease-out;
        transition: all .2s ease-out
    }

        .datePickerContainer select:is(:active,:focus,:hover), .datePickerContainer .custom-select:is(:active,:focus,:hover) {
            border-color: #161616;
            outline: 0;
            color: #161616;
            background-size: 100% 2px,auto
        }

            .datePickerContainer select:is(:active,:focus,:hover)::-webkit-input-placeholder, .datePickerContainer .custom-select:is(:active,:focus,:hover)::-webkit-input-placeholder {
                color: #161616
            }

            .datePickerContainer select:is(:active,:focus,:hover)::-moz-placeholder, .datePickerContainer .custom-select:is(:active,:focus,:hover)::-moz-placeholder {
                color: #161616
            }

            .datePickerContainer select:is(:active,:focus,:hover):-ms-input-placeholder, .datePickerContainer .custom-select:is(:active,:focus,:hover):-ms-input-placeholder {
                color: #161616
            }

            .datePickerContainer select:is(:active,:focus,:hover)::-ms-input-placeholder, .datePickerContainer .custom-select:is(:active,:focus,:hover)::-ms-input-placeholder {
                color: #161616
            }

            .datePickerContainer select:is(:active,:focus,:hover)::placeholder, .datePickerContainer .custom-select:is(:active,:focus,:hover)::placeholder {
                color: #161616
            }

.form-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
    margin: 24px 0 0
}

    .form-actions.top-border {
        padding-top: 24px;
        border-top: 1px solid rgb(131 149 183 / .4)
    }

@media(max-width:575.98px) {
    .form-actions .btn {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
}

.max_note {
    font-size: .875rem;
    color: #b5b0d2;
    padding: 8px 0
}

.search .input-group {
    padding-inline: 3px;
    border: 1px solid #d8e3e9;
    background-color: #fff;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.theme-dark .search .input-group {
    border: 1px solid #fff0
}

.search .input-group .form-control {
    background-color: #fff0;
    border: 0;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.theme-dark .search .input-group .form-control {
    color: #000
}

.search .input-group button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 35px;
    padding: 0 24px;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: 0;
    border-radius: 50px !important
}

    .search .input-group button svg {
        height: 16px;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .search .input-group button.btn-icon {
        width: 35px;
        padding: 0
    }

.search .input-group .clear-btn {
    background-color: #fff0;
    opacity: .5
}

    .search .input-group .clear-btn:hover {
        opacity: 1
    }

.search .input-group .site-search-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    min-width: auto;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.custom-popover {
    --bs-popover-max-width: 200px;
    --bs-popover-border-color: #b4872d;
    --bs-popover-header-bg: #b4872d;
    --bs-popover-header-color: var(--bs-white);
    --bs-popover-body-padding-x: 0.5rem;
    --bs-popover-body-padding-y: 0.5rem
}

.custom-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

input[type=checkbox].custom-input {
    border-radius: 2px;
    width: 28px;
    height: 28px;
    border: 1px solid #6c737f;
    position: relative;
    cursor: pointer
}

    input[type=checkbox].custom-input:active {
        background-color: #d2d6db !important;
        border: 1px solid #6c737f !important
    }

    input[type=checkbox].custom-input:checked:not(.check-content__wrapper input[type=checkbox].custom-input:checked):active {
        background-color: #104631 !important;
        border: 1px solid #104631 !important
    }

input[type=radio].custom-input {
    border-radius: 50%
}

.custom-input::before {
    display: block;
    content: "";
    width: 14px;
    height: 14px;
    -webkit-transition: 120ms -webkit-transform ease-in-out;
    transition: 120ms -webkit-transform ease-in-out;
    transition: 120ms transform ease-in-out;
    transition: 120ms transform ease-in-out,120ms -webkit-transform ease-in-out
}

.custom-input:checked {
    background-color: #1b8354 !important;
    border: 1px solid #1b8354 !important;
    outline: none
}

    .custom-input:checked:focus {
        background-color: #1b8354 !important;
        outline: 2px solid #161616
    }

    .custom-input:checked:hover {
        background-color: #14573a !important;
        border: 1px solid #14573a !important;
        outline: none
    }

.checkbox-wrapper:has(.custom-input:checked)::after {
    opacity: 1
}

.custom-input:focus {
    background-color: #fff;
    -webkit-box-shadow: 0 0 0 5px #161616 !important;
    box-shadow: 0 0 0 5px #161616 !important;
    outline: 3px solid #fff !important
}

.checkbox-wrapper:has(.custom-input)::after {
    display: none
}

.checkbox-wrapper:has(.custom-input:checked):after, .checkbox-wrapper:has(.form-check-input[type=radio]:checked):after, .checkbox-wrapper:has(.form-check-input[type=radio]:checked:active):after {
    opacity: 1
}

input[type=checkbox].custom-input:checked::before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    background-image: url(../images/checked.svg);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 5px;
    inset-inline-start: 5px
}

.check-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #1f2a37;
    font-size: 1.125rem;
    gap: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.checkbox-wrapper {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .checkbox-wrapper:after {
        content: "";
        background-color: #f3f4f6;
        width: 50px;
        height: 50px;
        display: none;
        border-radius: 50px;
        position: absolute;
        top: -11px;
        z-index: -1;
        inset-inline-start: -11px;
        opacity: 0;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

    .checkbox-wrapper .form-check {
        position: relative
    }

        .checkbox-wrapper .form-check::before {
            content: "";
            border: 2px solid #161616;
            width: 35px;
            height: 35px;
            border-radius: 0;
            position: absolute;
            top: -3px;
            z-index: -1;
            inset-inline-start: -4px;
            -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
            display: none
        }

        .checkbox-wrapper .form-check.show-before::before {
            display: block
        }

        .checkbox-wrapper .form-check:focus {
            background-color: #ff0
        }

            .checkbox-wrapper .form-check:focus ::before {
                display: block;
                opacity: 1;
                background-color: red
            }

    .checkbox-wrapper label.form-check-label.circle-outline.title:active::before {
        background-color: #d2d6db !important
    }

    .checkbox-wrapper:hover:after, .checkbox-wrapper:active:after {
        opacity: 1;
        display: block
    }

.radio-list {
    margin-top: 0
}

.reason-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #fff
}

@media(max-width:992px) {
    .reason-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.reason-wrapper .reason {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.comment-form {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.form-group .form-label {
    color: #161616;
    font-family: "IBMArabic-Regular";
    margin-bottom: 5px;
    font-size: .875rem;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    margin-bottom: 10px;
    display: block;
    font-size: 1rem
}

.form-group {
    margin-bottom: 20px
}

form ::after label {
    color: #161616;
    font-family: "IBMArabic-Regular";
    margin-bottom: 5px;
    font-size: .875rem
}

form sup {
    color: #b42318;
    font-size: 18px;
    position: relative;
    top: -2px
}

form .text-muted {
    color: #b42318;
    opacity: 0
}

.form-select {
    color: #6c737f !important;
    -webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / .25);
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / .25)
}

.events-container .form-select {
    -webkit-padding-end: 100px !important;
    padding-inline-end: 100px !important
}

@media(max-width:1400px) {
    .events-container .form-select {
        -webkit-padding-end: 32px !important;
        padding-inline-end: 32px !important
    }
}

.date-control {
    background-image: url(../images/select-calendar.svg) !important;
    background-repeat: no-repeat;
    background-position: 16px center;
    background-color: #1b8354 !important;
    color: #fff !important;
    background-size: 20px !important;
    -webkit-padding-start: 50px;
    padding-inline-start: 40px;
    background-position: 90%;
    -webkit-padding-end: 15px !important;
    padding-inline-end: 15px !important;
    border: 1px solid #fff0
}

    .date-control option {
        color: #fff !important
    }

[dir=ltr] .date-control {
    background-position: 10%;
    background-size: 20px !important
}

.file-infoDataDetailsFile {
    border: 1px solid #d2d6db;
    color: #161616;
    border-radius: 5px;
    width: 325px;
    padding: 15px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    font-family: "IBMArabic-Medium";
    background-color: #f3f4f6
}

@media(max-width:768px) {
    .file-infoDataDetailsFile {
        width: 50%
    }
}

@media(max-width:576px) {
    .file-infoDataDetailsFile {
        width: 100%
    }
}

.file-infoDataDetailsFile .file-nameDataDetailsFile {
    position: relative;
    -webkit-padding-start: 24px;
    padding-inline-start: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden
}

    .file-infoDataDetailsFile .file-nameDataDetailsFile::before {
        width: 18px;
        height: 18px;
        content: "";
        display: block;
        position: absolute;
        inset-inline-start: 0;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik05Ljk5OTkyIDE5LjE2NjhDMTUuMDYyNSAxOS4xNjY4IDE5LjE2NjYgMTUuMDYyOCAxOS4xNjY2IDEwLjAwMDJDMTkuMTY2NiA0LjkzNzU1IDE1LjA2MjUgMC44MzM0OTYgOS45OTk5MiAwLjgzMzQ5NkM0LjkzNzMxIDAuODMzNDk2IDAuODMzMjUyIDQuOTM3NTUgMC44MzMyNTIgMTAuMDAwMkMwLjgzMzI1MiAxNS4wNjI4IDQuOTM3MzEgMTkuMTY2OCA5Ljk5OTkyIDE5LjE2NjhaTTUuODc1MSA5LjI2NzkzQzUuNTQ5NjYgOS41OTMzNyA1LjU0OTY2IDEwLjEyMSA1Ljg3NTEgMTAuNDQ2NEw4LjIzMjEyIDEyLjgwMzVDOC41NTc1NiAxMy4xMjg5IDkuMDg1MiAxMy4xMjg5IDkuNDEwNjMgMTIuODAzNUwxNC4xMjQ3IDguMDg5NDJDMTQuNDUwMSA3Ljc2Mzk4IDE0LjQ1MDEgNy4yMzYzNCAxNC4xMjQ3IDYuOTEwOTFDMTMuNzk5MiA2LjU4NTQ3IDEzLjI3MTYgNi41ODU0NyAxMi45NDYyIDYuOTEwOTFMOC44MjEzOCAxMS4wMzU3TDcuMDUzNjEgOS4yNjc5M0M2LjcyODE3IDguOTQyNDkgNi4yMDA1NCA4Ljk0MjQ5IDUuODc1MSA5LjI2NzkzWiIgZmlsbD0iIzA2NzY0NyIvPgo8L3N2Zz4K);
        background-position: center;
        background-size: cover;
        top: 3px
    }

.file-infoDataDetailsFile .delete-btnDataDetailsFile {
    border: 0;
    padding: 0;
    position: absolute;
    inset-inline-end: 15px;
    top: 20px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wLjY0NjQ0NyAwLjY0NjQ0N0MwLjg0MTcwOSAwLjQ1MTE4NCAxLjE1ODI5IDAuNDUxMTg0IDEuMzUzNTUgMC42NDY0NDdMNSA0LjI5Mjg5TDguNjQ2NDUgMC42NDY0NDdDOC44NDE3MSAwLjQ1MTE4NSA5LjE1ODI5IDAuNDUxMTg1IDkuMzUzNTUgMC42NDY0NDdDOS41NDg4MiAwLjg0MTcwOSA5LjU0ODgyIDEuMTU4MjkgOS4zNTM1NSAxLjM1MzU1TDUuNzA3MTEgNUw5LjM1MzU1IDguNjQ2NDVDOS41NDg4MiA4Ljg0MTcxIDkuNTQ4ODIgOS4xNTgyOSA5LjM1MzU1IDkuMzUzNTVDOS4xNTgyOSA5LjU0ODgyIDguODQxNzEgOS41NDg4MiA4LjY0NjQ1IDkuMzUzNTVMNSA1LjcwNzExTDEuMzUzNTUgOS4zNTM1NUMxLjE1ODI5IDkuNTQ4ODIgMC44NDE3MDkgOS41NDg4MiAwLjY0NjQ0NyA5LjM1MzU1QzAuNDUxMTg0IDkuMTU4MjkgMC40NTExODQgOC44NDE3MSAwLjY0NjQ0NyA4LjY0NjQ1TDQuMjkyODkgNUwwLjY0NjQ0NyAxLjM1MzU1QzAuNDUxMTg1IDEuMTU4MjkgMC40NTExODUgMC44NDE3MDkgMC42NDY0NDcgMC42NDY0NDdaIiBmaWxsPSIjMTYxNjE2Ii8+Cjwvc3ZnPgo=);
    background-size: cover;
    width: 13px;
    height: 13px;
    font-size: 0
}

.file-infoLegalDocumentFile {
    border: 1px solid #d2d6db;
    color: #161616;
    border-radius: 5px;
    width: 325px;
    padding: 15px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    font-family: "IBMArabic-Medium";
    background-color: #f3f4f6
}

@media(max-width:768px) {
    .file-infoLegalDocumentFile {
        width: 50%
    }
}

@media(max-width:576px) {
    .file-infoLegalDocumentFile {
        width: 100%
    }
}

.file-infoLegalDocumentFile .file-nameLegalDocumentFile {
    position: relative;
    -webkit-padding-start: 24px;
    padding-inline-start: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden
}

    .file-infoLegalDocumentFile .file-nameLegalDocumentFile::before {
        width: 18px;
        height: 18px;
        content: "";
        display: block;
        position: absolute;
        inset-inline-start: 0;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik05Ljk5OTkyIDE5LjE2NjhDMTUuMDYyNSAxOS4xNjY4IDE5LjE2NjYgMTUuMDYyOCAxOS4xNjY2IDEwLjAwMDJDMTkuMTY2NiA0LjkzNzU1IDE1LjA2MjUgMC44MzM0OTYgOS45OTk5MiAwLjgzMzQ5NkM0LjkzNzMxIDAuODMzNDk2IDAuODMzMjUyIDQuOTM3NTUgMC44MzMyNTIgMTAuMDAwMkMwLjgzMzI1MiAxNS4wNjI4IDQuOTM3MzEgMTkuMTY2OCA5Ljk5OTkyIDE5LjE2NjhaTTUuODc1MSA5LjI2NzkzQzUuNTQ5NjYgOS41OTMzNyA1LjU0OTY2IDEwLjEyMSA1Ljg3NTEgMTAuNDQ2NEw4LjIzMjEyIDEyLjgwMzVDOC41NTc1NiAxMy4xMjg5IDkuMDg1MiAxMy4xMjg5IDkuNDEwNjMgMTIuODAzNUwxNC4xMjQ3IDguMDg5NDJDMTQuNDUwMSA3Ljc2Mzk4IDE0LjQ1MDEgNy4yMzYzNCAxNC4xMjQ3IDYuOTEwOTFDMTMuNzk5MiA2LjU4NTQ3IDEzLjI3MTYgNi41ODU0NyAxMi45NDYyIDYuOTEwOTFMOC44MjEzOCAxMS4wMzU3TDcuMDUzNjEgOS4yNjc5M0M2LjcyODE3IDguOTQyNDkgNi4yMDA1NCA4Ljk0MjQ5IDUuODc1MSA5LjI2NzkzWiIgZmlsbD0iIzA2NzY0NyIvPgo8L3N2Zz4K);
        background-position: center;
        background-size: cover;
        top: 3px
    }

.file-infoLegalDocumentFile .delete-btnLegalDocumentFile {
    border: 0;
    padding: 0;
    position: absolute;
    inset-inline-end: 15px;
    top: 20px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wLjY0NjQ0NyAwLjY0NjQ0N0MwLjg0MTcwOSAwLjQ1MTE4NCAxLjE1ODI5IDAuNDUxMTg0IDEuMzUzNTUgMC42NDY0NDdMNSA0LjI5Mjg5TDguNjQ2NDUgMC42NDY0NDdDOC44NDE3MSAwLjQ1MTE4NSA5LjE1ODI5IDAuNDUxMTg1IDkuMzUzNTUgMC42NDY0NDdDOS41NDg4MiAwLjg0MTcwOSA5LjU0ODgyIDEuMTU4MjkgOS4zNTM1NSAxLjM1MzU1TDUuNzA3MTEgNUw5LjM1MzU1IDguNjQ2NDVDOS41NDg4MiA4Ljg0MTcxIDkuNTQ4ODIgOS4xNTgyOSA5LjM1MzU1IDkuMzUzNTVDOS4xNTgyOSA5LjU0ODgyIDguODQxNzEgOS41NDg4MiA4LjY0NjQ1IDkuMzUzNTVMNSA1LjcwNzExTDEuMzUzNTUgOS4zNTM1NUMxLjE1ODI5IDkuNTQ4ODIgMC44NDE3MDkgOS41NDg4MiAwLjY0NjQ0NyA5LjM1MzU1QzAuNDUxMTg0IDkuMTU4MjkgMC40NTExODQgOC44NDE3MSAwLjY0NjQ0NyA4LjY0NjQ1TDQuMjkyODkgNUwwLjY0NjQ0NyAxLjM1MzU1QzAuNDUxMTg1IDEuMTU4MjkgMC40NTExODUgMC44NDE3MDkgMC42NDY0NDcgMC42NDY0NDdaIiBmaWxsPSIjMTYxNjE2Ii8+Cjwvc3ZnPgo=);
    background-size: cover;
    width: 13px;
    height: 13px;
    font-size: 0
}

.nice-select {
    display: inline-block;
    vertical-align: middle;
    -webkit-box-shadow: 0 0 1px #fff0;
    box-shadow: 0 0 1px #fff0;
    position: relative;
    margin-bottom: 20px
}

    .nice-select::before {
        content: "";
        position: absolute;
        z-index: -1;
        left: 51%;
        right: 51%;
        bottom: 0;
        background: #161616;
        height: 2px;
        -webkit-transition-property: left,right;
        transition-property: left,right;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        border-radius: 1px;
        z-index: 99
    }

    .nice-select.input-validation-error::before {
        background: #b42318
    }

    .nice-select .option.selected.focus {
        position: relative
    }

        .nice-select .option.selected.focus:after {
            content: "";
            width: 19px;
            height: 15px;
            background-image: url(../images/nice-select-correct.svg);
            background-size: cover;
            display: block;
            position: absolute;
            inset-inline-end: 10px;
            top: 10px
        }

    .nice-select .option.selected {
        font-weight: 400
    }

    .nice-select li {
        font-size: .875rem
    }

    .nice-select:focus:before, .nice-select:active:before {
        left: 0;
        right: 0
    }

    .nice-select.open {
        background-image: url(../images/arrow/arrow_black_up.svg) !important;
        border-color: #9da4ae !important
    }

    .nice-select .option:hover, .nice-select .option.selected.focus:hover {
        background-color: #f3f4f6
    }

    .nice-select .option.focus, .nice-select .option.selected.focus {
        background-color: #fff0
    }

    .nice-select .option {
        padding: 0 10px
    }

.nice-select-dropdown {
    position: relative;
    z-index: 999 !important;
    padding: 10px !important;
    top: 53px;
    -webkit-box-shadow: 0 20px 24px -4px rgb(16 24 40 / .8);
    box-shadow: 0 20px 24px -4px rgb(16 24 40 / .8);
    border-radius: 3px !important;
    border: 1px solid #d2d6db !important
}

select.form-select.custom-select.hvr-underline-from-center {
    display: none
}

:-webkit-autofill {
    border: none
}

:autofill {
    border: none
}

.nice-select .option {
    color: #161616
}

select.custom-select {
    border: none;
    position: absolute
}

.form-radio {
    width: 25px;
    height: 25px;
    vertical-align: bottom;
    border: 1px solid #1b8354
}

.form-check-label {
    color: #161616
}

.form-check:not(.form-switch) .form-check-input[type=checkbox]:checked + .form-check-label {
    color: var(--color-secondary)
}

.form-check-input:disabled ~ .form-check-label, .form-check-input[disabled] ~ .form-check-label {
    opacity: 1
}

.form-switch .form-check-input {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IC00IDggOCI+PGNpcmNsZSByPSIzIiBmaWxsPSIjMGQxMjFjIi8+PC9zdmc+) !important;
    border: 2px solid #0d121c !important;
    -webkit-transition: background-position .25s ease-in,background-color .25s ease-in,border .25s ease-in;
    transition: background-position .25s ease-in,background-color .25s ease-in,border .25s ease-in;
    background-color: #fff !important
}

    .form-switch .form-check-input:checked {
        background-color: #1b8354 !important
    }

        .form-switch .form-check-input:checked:hover {
            background-color: #14573a !important
        }

        .form-switch .form-check-input:checked:active {
            background-color: #104631 !important
        }

        .form-switch .form-check-input:checked:focus {
            -webkit-box-shadow: none;
            box-shadow: none
        }

.form-switch input {
    border-color: #fff0 !important;
    background-color: #1b8354 !important
}

.form-check-input:disabled {
    opacity: 1;
    background-color: #d2d6db !important;
    border: #d2d6db !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e") !important
}

    .form-check-input:disabled:hover {
        background-color: #d2d6db !important;
        border: #d2d6db !important;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e") !important
    }

.nice-select.form-select.custom-select:active {
    background-color: #f3f4f6 !important
}

.nice-select.form-select.custom-select {
    -webkit-transition: background-color .2s ease;
    transition: background-color .2s ease
}

.nice-select .nice-select-search {
    margin-inline: 0px !important
}

.cookie_body [type=checkbox] {
    position: relative
}

    .cookie_body [type=checkbox]:focus:after {
        border: 2px solid #161616;
        content: "";
        inset: -4px;
        bottom: -6px;
        position: absolute;
        top: -6px
    }

.form-control:is(:active), input[type=text].form-control:is(:active) {
    background-size: 100% 2px,auto;
    box-shadow: 0 2px 4px -2px rgb(16 24 40 / .06) !important;
    background-size: 100% 2px,auto !important;
    -webkit-box-shadow: 0 2px 4px -2px rgb(16 24 40 / .06) !important;
    box-shadow: 0 2px 4px -2px rgb(16 24 40 / .06) !important;
    background-repeat: no-repeat !important;
    background-position: bottom !important;
    background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#0D121C)),-webkit-gradient(linear,left top,left bottom,from(#F3F4F6),to(#F3F4F6));
    background: linear-gradient(#fff,#0D121C),linear-gradient(#F3F4F6,#F3F4F6)
}

.form-control:is(:focus), input[type=text].form-control:is(:focus) {
    -webkit-box-shadow: 0 2px 4px -2px rgb(16 24 40 / .06);
    box-shadow: 0 2px 4px -2px rgb(16 24 40 / .06);
    background-size: 100% 2px,auto !important
}

.input-validation-error {
    border-color: #b42318 !important;
    outline: 1px solid #b42318 !important;
    border: 0 !important;
    background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#B42318)),-webkit-gradient(linear,left top,left bottom,from(#fff),to(#fff)) !important;
    background: linear-gradient(#fff,#B42318),linear-gradient(#fff,#fff) !important;
    background-repeat: no-repeat !important;
    background-position: bottom !important
}

    .input-validation-error:focus, .input-validation-error:active {
        border-color: #b42318 !important;
        background-size: 100% 2px,auto;
        box-shadow: 0 2px 4px -2px rgb(16 24 40 / .06) !important;
        background-size: 100% 2px,auto !important;
        -webkit-box-shadow: 0 2px 4px -2px rgb(16 24 40 / .06) !important;
        box-shadow: 0 2px 4px -2px rgb(16 24 40 / .06) !important;
        background-repeat: no-repeat !important;
        background-position: bottom !important;
        background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#B42318)),-webkit-gradient(linear,left top,left bottom,from(#fff),to(#fff)) !important;
        background: linear-gradient(#fff,#B42318),linear-gradient(#fff,#fff) !important;
        background-size: 100% 2px,auto !important;
        background-repeat: no-repeat !important;
        background-position: bottom !important
    }

    .input-validation-error + .form-select {
        border-color: #b42318 !important
    }

select {
    color: #074d31 !important
}

.form-select {
    background-image: url(../images/arrow/arrow_black.svg) !important;
    background-size: 20px 9px !important
}

[dir=ltr] .form-select {
    background-position: right 10px top 19px !important
}

.nice-select {
    width: 100%;
    height: unset;
    line-height: 1.5;
    text-align: start !important;
    background-image: none;
    border-color: #dcdcdc
}

    .nice-select .nice-select-dropdown {
        inset: unset;
        top: calc(100% + .3125rem);
        inset-inline-start: 0;
        min-width: 100%;
        background-color: #fff;
        border: .0625rem solid #dcdcdc;
        border-radius: 0;
        -webkit-box-shadow: 0 1.25rem 1.5rem -.25rem rgb(16 24 40 / .08),0 .5rem .5rem -.25rem rgb(16 24 40 / .03);
        box-shadow: 0 1.25rem 1.5rem -.25rem rgb(16 24 40 / .08),0 .5rem .5rem -.25rem rgb(16 24 40 / .03);
        padding: 1.25rem;
        margin-top: 0
    }

    .nice-select.open:after {
        display: none
    }

    .nice-select .option {
        text-align: start
    }

    .nice-select:after {
        display: none
    }

.form-check:not(.form-switch) {
    padding: 0
}

    .form-check:not(.form-switch) .form-check-input {
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        height: auto;
        width: auto;
        background: none
    }

        .form-check:not(.form-switch) .form-check-input[type=checkbox] {
            display: none
        }

            .form-check:not(.form-switch) .form-check-input[type=checkbox] + .form-check-label {
                position: relative;
                display: -webkit-inline-box;
                display: -ms-inline-flexbox;
                display: inline-flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                gap: 8px
            }

                .form-check:not(.form-switch) .form-check-input[type=checkbox] + .form-check-label::before {
                    position: absolute;
                    inset-inline-start: 0;
                    inset-block: 0;
                    content: "";
                    margin: auto;
                    height: 20px;
                    width: 20px;
                    background-color: #fff;
                    border: 1px solid #e6e3fb;
                    border-radius: 4px;
                    background-repeat: no-repeat;
                    background-position: center;
                    background-size: contain
                }

            .form-check:not(.form-switch) .form-check-input[type=checkbox]:checked {
                -webkit-box-shadow: none;
                box-shadow: none;
                background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")
            }

                .form-check:not(.form-switch) .form-check-input[type=checkbox]:checked + .form-check-label {
                    color: #161616
                }

                    .form-check:not(.form-switch) .form-check-input[type=checkbox]:checked + .form-check-label::before {
                        -webkit-box-shadow: none;
                        box-shadow: none;
                        border-color: var(--color-secondary);
                        background: var(--color-secondary) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")
                    }

            .form-check:not(.form-switch) .form-check-input[type=checkbox]:focus, .form-check:not(.form-switch) .form-check-input[type=checkbox]:active {
                -webkit-filter: none;
                filter: none;
                outline: none;
                background-color: #fff !important;
                -webkit-box-shadow: none;
                box-shadow: none;
                border-color: #62b34f
            }

        .form-check:not(.form-switch) .form-check-input[type=radio] {
            display: none
        }

            .form-check:not(.form-switch) .form-check-input[type=radio] + .form-check-label {
                position: relative;
                display: -webkit-inline-box;
                display: -ms-inline-flexbox;
                display: inline-flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                font-size: .875rem;
                gap: 8px
            }

                .form-check:not(.form-switch) .form-check-input[type=radio] + .form-check-label::before {
                    position: absolute;
                    inset-inline-start: 0;
                    inset-block: 0;
                    content: "";
                    margin: auto;
                    height: 25px;
                    width: 25px;
                    border: 1px solid #e6e3fb;
                    background-color: #e4e2ee;
                    border-radius: 50%;
                    background-repeat: no-repeat;
                    background-position: center;
                    background-size: contain
                }

                .form-check:not(.form-switch) .form-check-input[type=radio] + .form-check-label.circle-outline::before {
                    border: 1px solid var(--color-border-color);
                    background-color: #fff0
                }

                .form-check:not(.form-switch) .form-check-input[type=radio] + .form-check-label.circle-outline::after {
                    position: absolute;
                    inset-inline-start: 6px;
                    inset-block: 0;
                    content: "";
                    margin: auto;
                    height: 13px;
                    width: 13px;
                    background-color: var(--color-primary);
                    border-radius: 50%;
                    background-repeat: no-repeat;
                    background-position: center;
                    background-size: contain;
                    opacity: 0
                }

.readonly .form-check:not(.form-switch) .form-check-input[type=radio] + .form-check-label.circle-outline::after {
    background-color: var(--color-gray-color)
}

.form-check:not(.form-switch) .form-check-input[type=radio]:checked {
    -webkit-box-shadow: none;
    box-shadow: none
}

.readonly .form-check:not(.form-switch) .form-check-input[type=radio]:checked + .form-check-label {
    color: var(--color-gray-color)
}

.form-check:not(.form-switch) .form-check-input[type=radio]:checked + .form-check-label::before {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #fff
}

.form-check:not(.form-switch) .form-check-input[type=radio]:checked + .form-check-label.circle-outline::before {
    border: 1px solid var(--color-primary);
    background-color: #fff0
}

.readonly .form-check:not(.form-switch) .form-check-input[type=radio]:checked + .form-check-label.circle-outline::before {
    border-color: var(--color-gray-color)
}

.form-check:not(.form-switch) .form-check-input[type=radio]:checked + .form-check-label.circle-outline::after {
    opacity: 1
}

.form-check:not(.form-switch) .form-check-input[type=radio]:focus, .form-check:not(.form-switch) .form-check-input[type=radio]:active {
    -webkit-filter: none;
    filter: none;
    outline: none;
    background-color: #fff !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #62b34f
}

.form-check:not(.form-switch) .form-check-label {
    font-size: 1.125rem;
    -webkit-padding-start: 40px;
    padding-inline-start: 40px;
    font-family: "IBMArabic-Medium";
    font-size: 1.125rem !important
}

.readonly .form-check:not(.form-switch) .form-check-label {
    pointer-events: none
}

.form-switch input {
    height: 24px;
    width: 45px !important;
    background-color: #1b8354;
    border-color: #fff0 !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e") !important;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

    .form-switch input:hover {
        border-color: #4d5761 !important;
        background-color: #fff !important;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IC00IDggOCI+PGNpcmNsZSByPSIzIiBmaWxsPSIjNGQ1NzYxIi8+PC9zdmc+) !important;
        -webkit-box-shadow: 0 0 0 3px #f3f4f6;
        box-shadow: 0 0 0 3px #f3f4f6;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

    .form-switch input:active {
        border-color: #6c737f !important;
        background-color: #fff !important;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IC00IDggOCI+PGNpcmNsZSByPSIzIiBmaWxsPSIjNmM3MzdmIi8+PC9zdmc+) !important;
        -webkit-box-shadow: 0 0 0 3px #f3f4f6;
        box-shadow: 0 0 0 3px #f3f4f6;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        -webkit-filter: brightness(100%);
        filter: brightness(100%)
    }

    .form-switch input:focus {
        -webkit-box-shadow: 0 0 0 3px #f3f4f6;
        box-shadow: 0 0 0 3px #f3f4f6;
        outline: none;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        -webkit-filter: brightness(100%);
        filter: brightness(100%);
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .form-switch input:checked {
        background-color: #1b8354;
        border-color: #fff0 !important;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e") !important
    }

.about-card {
    position: relative;
    display: block;
    border-radius: 16px;
    background-color: #fff;
    isolation: isolate;
    -webkit-box-shadow: 0 4px 8px -2px rgb(16 24 40 / .1);
    box-shadow: 0 4px 8px -2px rgb(16 24 40 / .1);
    overflow: hidden;
    padding-bottom: 10px;
    height: 100%
}

@media(max-width:992px) {
    .about-card {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.about-card__header {
    padding: 32px 16px 16px
}

    .about-card__header .card-title {
        text-align: center;
        height: 55px;
        font-family: "IBMArabic-Bold",sans-serif;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        line-height: 1.7;
        overflow: hidden;
        word-wrap: break-word;
        text-overflow: ellipsis;
        font-size: 1rem;
        visibility: visible
    }

@supports not (-webkit-line-clamp:2) {
    .about-card__header .card-title {
        display: block;
        max-height: 54.4px;
        line-height: 1.7
    }
}

.about-card__body {
    padding: 24px 16px;
    background-color: #fff
}

    .about-card__body .title {
        font-family: "IBMArabic-Bold";
        font-size: 1.25rem;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .about-card__body .title, .about-card__body .description {
        color: #1f2a37
    }

    .about-card__body .description {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        line-height: 1.7;
        overflow: hidden;
        word-wrap: break-word;
        text-overflow: ellipsis;
        font-size: 1rem;
        visibility: visible;
        font-family: "IBMArabic-Regular"
    }

@supports not (-webkit-line-clamp:3) {
    .about-card__body .description {
        display: block;
        max-height: 81.6px;
        line-height: 1.7
    }
}

.about-card__body .details-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #f3fcf6;
    width: 50px;
    height: 50px;
    margin-bottom: 25px
}

    .about-card__body .details-icon img {
        width: 32px;
        height: 32px
    }

.about-card__footer {
    margin: 16px
}

    .about-card__footer .btn {
        background-color: #1b8354;
        border-radius: 4px;
        color: #fff;
        font-family: "IBMArabic-Medium";
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

        .about-card__footer .btn:hover {
            background-color: #166a45
        }

    .about-card__footer span {
        text-align: center
    }

    .about-card__footer.full-btn {
        padding: 0
    }

        .about-card__footer.full-btn .btn {
            width: 100%;
            height: 100%;
            border-radius: 0 0 24px 24px
        }

.about-card__footer__actions {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    padding: 16px 16px 24px
}

    .about-card__footer__actions .footer-actions-item:not(:last-of-type) .footer-actions-link::after {
        position: absolute;
        inset-block: 0;
        inset-inline-end: 0;
        content: "";
        height: 20px;
        margin: auto 0;
        width: 1px;
        background-color: rgb(255 255 255 / .5)
    }

.about-card.without-header .about-card__body {
    padding: 40px 16px 0 16px;
    border-bottom: 0
}

    .about-card.without-header .about-card__body:has(.desc) {
        min-height: 250px
    }

@media(max-width:992px) {
    .about-card.without-header .about-card__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.about-card:is(:hover,:focus,:active):not(.no-footer-hover)::before {
    opacity: 1;
    visibility: visible
}

.about-card:is(:hover,:focus,:active):not(.no-footer-hover) .caption {
    opacity: 1;
    visibility: visible
}

.about-card.no-footer-hover:is(:hover,:focus,:active)::before {
    opacity: 1;
    visibility: visible
}

.about-swiper__footer {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 40px 0
}

    .about-swiper__footer .swiper-horizontal > .swiper-pagination-bullets, .about-swiper__footer .swiper-pagination-bullets.swiper-pagination-horizontal, .about-swiper__footer .swiper-pagination-custom, .about-swiper__footer .swiper-pagination-fraction {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        bottom: inherit
    }

.img-card {
    display: block;
    color: var(--color-secondary);
    border-radius: 16px;
    background-color: #fff;
    height: 100%;
    border: 1px solid #fff0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 16px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 4px 8px -2px rgb(16 24 40 / .1);
    box-shadow: 0 4px 8px -2px rgb(16 24 40 / .1);
    text-decoration: none !important
}

    .img-card .title {
        font-family: "IBMArabic-Bold";
        color: #384250;
        margin-bottom: 15px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        line-height: 1.7;
        overflow: hidden;
        word-wrap: break-word;
        text-overflow: ellipsis;
        font-size: 1.125rem;
        visibility: visible;
        min-height: 60px;
        font-size: 1.25rem
    }

@supports not (-webkit-line-clamp:2) {
    .img-card .title {
        display: block;
        max-height: 61.2px;
        line-height: 1.7
    }
}

.img-card__img {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    -ms-flex-preferred-size: 350px;
    flex-basis: 350px;
    max-width: 100%;
    height: 260px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

    .img-card__img img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

.img-card__details {
    position: relative;
    padding: 30px 0 0 0;
    z-index: 2
}

@media(max-width:992px) {
    .img-card__details {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%
    }
}

.img-card__details .item-title {
    font-family: "IBMArabic-Bold";
    color: #1f2a37;
    margin-bottom: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.7;
    overflow: hidden;
    word-wrap: break-word;
    text-overflow: ellipsis;
    font-size: 1.125rem;
    visibility: visible;
    min-height: 91px
}

@supports not (-webkit-line-clamp:3) {
    .img-card__details .item-title {
        display: block;
        max-height: 91.8px;
        line-height: 1.7
    }
}

.img-card .item-description {
    display: none;
    padding: 0
}

.img-card.news-card .date {
    color: #1f2a37;
    font-family: "IBMArabic-Regular";
    font-size: 1.25rem;
    margin-bottom: 10px
}

@media(max-width:576px) {
    .img-card.news-card .date {
        font-size: 1rem
    }
}

.img-card.events-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

    .img-card.events-card .item-date {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        padding: 4px 12px 6px;
        margin-bottom: 8px;
        color: var(--color-tertiary);
        border: 1px solid var(--color-tertiary);
        font-family: "IBMArabic-Medium";
        font-size: .75rem
    }

        .img-card.events-card .item-date .divider {
            background-color: var(--color-tertiary)
        }

    .img-card.events-card .badge {
        -webkit-margin-start: auto;
        margin-inline-start: auto;
        color: #fff
    }

        .img-card.events-card .badge.event-type {
            background-color: var(--color-success)
        }

        .img-card.events-card .badge.initiative-type {
            background-color: gray
        }

        .img-card.events-card .badge.consultation-type {
            background-color: var(--color-tertiary)
        }

    .img-card.events-card .img-card__details {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .img-card.events-card .item-title {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        line-height: 1.7;
        overflow: hidden;
        word-wrap: break-word;
        text-overflow: ellipsis;
        font-size: 1.125rem;
        visibility: visible
    }

@supports not (-webkit-line-clamp:3) {
    .img-card.events-card .item-title {
        display: block;
        max-height: 91.8px;
        line-height: 1.7
    }
}

.list-view .img-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media(max-width:767.98px) {
    .list-view .img-card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.list-view .img-card .img-card__img {
    -ms-flex-preferred-size: 350px;
    flex-basis: 350px;
    max-width: 350px;
    height: 220px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 16px;
    border-start-end-radius: 0;
    border-end-end-radius: 0
}

@media(max-width:767.98px) {
    .list-view .img-card .img-card__img {
        max-width: 100%;
        width: 100%
    }
}

.list-view .img-card .date-badge {
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 4px;
    inset-inline-start: 0;
    margin-bottom: 12px;
    border-radius: 50px
}

.list-view .img-card .img-card__details {
    padding: 24px
}

.list-view .img-card .item-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.7;
    overflow: hidden;
    word-wrap: break-word;
    text-overflow: ellipsis;
    font-size: 1rem;
    visibility: visible;
    min-height: auto
}

@supports not (-webkit-line-clamp:2) {
    .list-view .img-card .item-title {
        display: block;
        max-height: 54.4px;
        line-height: 1.7
    }
}

.list-view .img-card .item-description {
    display: -webkit-box;
    color: var(--color-text-color);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.7;
    overflow: hidden;
    word-wrap: break-word;
    text-overflow: ellipsis;
    font-size: .875rem;
    visibility: visible
}

@supports not (-webkit-line-clamp:2) {
    .list-view .img-card .item-description {
        display: block;
        max-height: 47.6px;
        line-height: 1.7
    }
}

.upcoming-events .img-card .item-title {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-height: 1.7;
    overflow: hidden;
    word-wrap: break-word;
    text-overflow: ellipsis;
    font-size: 1.125rem;
    visibility: visible
}

@supports not (-webkit-line-clamp:4) {
    .upcoming-events .img-card .item-title {
        display: block;
        max-height: 122.4px;
        line-height: 1.7
    }
}

.img-card:is(:hover,:active,:focus) .img-card__img img {
    -webkit-transform: scale(1.12);
    -ms-transform: scale(1.12);
    transform: scale(1.12)
}

.img-card:is(:hover,:active,:focus) .badge {
    background-color: #fff !important;
    color: var(--color-text-color)
}

.news.list-view .row > * {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
}

.statistics-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    margin-bottom: 25px;
    background-color: #fff;
    background-color: #F3F4F6;
    border-radius: 16px;
    padding: 16px 25px 0 25px;
    height: 100%
}

    .statistics-card .icon {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 65px;
        height: 65px;
        margin-bottom: 4px;
        margin-top: 4px
    }

        .statistics-card .icon img {
            height: 50px
        }

    .statistics-card .statistics-chart {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        .statistics-card .statistics-chart .statistics-no {
            position: absolute
        }

            .statistics-card .statistics-chart .statistics-no::after {
                content: "%";
                margin-left: .1em;
                font-size: .8em
            }

    .statistics-card .statistics-no {
        margin: 0;
        color: #14573a;
        font-family: IBMArabic-SemiBold;
        font-size: 3.0rem;
        margin: 0;
        line-height: 1
    }

    .statistics-card .statistics-info {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        line-height: 1.7;
        overflow: hidden;
        word-wrap: break-word;
        text-overflow: ellipsis;
        font-size: 1.0625rem;
        visibility: visible;
        width: 180px;
        text-align: center;
        color: #1f2a37;
        font-family: "IBMArabic-Regular";
        margin-bottom: 0
    }

@supports not (-webkit-line-clamp:2) {
    .statistics-card .statistics-info {
        display: block;
        max-height: 57.8px;
        line-height: 1.7
    }
}

.statistics-card.white-card {
    background-color: #fff;
    padding: 40px 24px 32px;
    color: var(--color-text-color);
    border: 1px solid #ebebeb;
    border-radius: 24px
}

    .statistics-card.white-card .statistics-no {
        color: var(--color-text-color)
    }

.alert {
    font-size: 1rem;
    margin: 2.5rem 0;
    border-radius: .125rem
}

.cookie {
    position: fixed;
    bottom: 0;
    background-color: #fff;
    width: 100%;
    padding: 2rem;
    width: 100%;
    z-index: 999999;
    -webkit-transition: opacity .5s ease,-webkit-transform .5s ease;
    transition: opacity .5s ease,-webkit-transform .5s ease;
    transition: opacity .5s ease,transform .5s ease;
    transition: opacity .5s ease,transform .5s ease,-webkit-transform .5s ease;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

    .cookie.hide {
        opacity: 0;
        -webkit-transform: translateY(500px);
        -ms-transform: translateY(500px);
        transform: translateY(500px);
        pointer-events: none
    }

.cookie_header .close_btn {
    -webkit-box-shadow: 0 0 0 2px #fff0;
    box-shadow: 0 0 0 2px #fff0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 2px
}

    .cookie_header .close_btn:hover {
        background-color: #f3f4f6
    }

    .cookie_header .close_btn:active {
        background-color: #e5e7eb
    }

    .cookie_header .close_btn:focus {
        background-color: #fff;
        -webkit-box-shadow: 0 0 0 2px #161616;
        box-shadow: 0 0 0 2px #161616
    }

.cookie_body {
    color: #384250;
    font-family: "IBMArabic-Regular";
    font-size: 1rem;
    line-height: 1.5
}

    .cookie_body p {
        margin-bottom: 0 !important
    }

@media(max-width:576px) {
    .cookie_body {
        overflow: auto;
        max-height: 270px
    }
}

.cookie_footer {
    margin-top: .5rem !important
}

    .cookie_footer #cookiesBttns {
        margin: 0 !important
    }

    .cookie_footer * {
        margin: 5px 0 !important;
        font-size: .875rem
    }

    .cookie_footer .cookie_reject:last-child {
        margin: 0px !important;
        padding: 7px 24px 7px 24px
    }

.cursor-pointer {
    cursor: pointer
}

.modal::-webkit-scrollbar {
    width: 10px;
    height: 10px
}

.modal::-webkit-scrollbar-thumb {
    background: #1b8354
}

.modal::-webkit-scrollbar-track {
    background: #d1e6dd
}

.modal .modal-dialog .modal-content {
    padding: 32px;
    border-radius: 16px;
    background-color: #fff;
    border: 0
}

.theme-dark .modal .modal-dialog .modal-content {
    background-color: #37435b
}

.modal .modal-dialog .modal-content .modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 0;
    padding: 16px 0
}

    .modal .modal-dialog .modal-content .modal-header .modal-title {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 12px;
        margin: 0;
        font-size: 1.5rem;
        color: var(--color-text-color);
        font-family: "IBMArabic-Bold"
    }

    .modal .modal-dialog .modal-content .modal-header .btn-close {
        width: 32px;
        height: 32px;
        min-width: 0;
        padding: 0;
        text-indent: -10000px;
        border: 1px solid var(--color-primary);
        background-color: var(--color-primary);
        font-size: .75rem;
        opacity: 1;
        border-radius: 50%;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        background: var(--color-primary) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1rem auto no-repeat
    }

        .modal .modal-dialog .modal-content .modal-header .btn-close:hover {
            background-color: var(--color-secondary)
        }

.modal .modal-dialog .modal-content .modal-body {
    padding: 24px 0
}

.modal .modal-dialog .modal-content .modal-footer {
    padding: 0;
    padding-top: 24px;
    border: 0
}

.modal-backdrop {
    background-color: rgb(0 0 0 / .8)
}

    .modal-backdrop.show {
        opacity: 1
    }

.theme-dark .modal-backdrop {
    background: rgb(47 59 82 / .8)
}

.confirmation-modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 16px 24px
}

    .confirmation-modal .icon {
        height: 80px;
        margin-bottom: 16px
    }

    .confirmation-modal .title {
        color: var(--color-text-color)
    }

    .confirmation-modal .description {
        font-size: 1rem;
        text-align: center;
        color: var(--color-gray-color)
    }

    .confirmation-modal .question {
        font-size: .875rem;
        color: var(--color-primary);
        margin-bottom: 16px
    }

.nav-tabs:not(.card-tabs,.tabs-with-img,.media-center-tabs) {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 30px
}

    .nav-tabs:not(.card-tabs,.tabs-with-img,.media-center-tabs) .nav-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        gap: 8px;
        white-space: nowrap;
        background-color: #fff0;
        color: #384250;
        font-family: "IBMArabic-Medium";
        font-size: 1.25rem;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        border-color: #fff0;
        position: relative;
        text-align: center;
        padding: 15px 12px;
        position: relative;
        z-index: 10;
        -webkit-box-shadow: 0 0 0 3px #fff0;
        box-shadow: 0 0 0 3px #fff0;
        transition: all .3s ease-in-out
    }

        .nav-tabs:not(.card-tabs,.tabs-with-img,.media-center-tabs) .nav-link:after {
            content: "";
            height: 4px;
            width: calc(100% - 24px);
            display: block;
            position: absolute;
            bottom: -1px;
            background-color: #161616;
            border-radius: 4px;
            z-index: 9;
            inset-inline-start: 13px;
            display: none
        }

@media(max-width:991.98px) {
    .nav-tabs:not(.card-tabs,.tabs-with-img,.media-center-tabs) .nav-link {
        padding: 8px 24px 12px;
        font-size: .875rem
    }
}

.nav-tabs:not(.card-tabs,.tabs-with-img,.media-center-tabs) .nav-link:hover {
    background-color: #f3f4f6
}

    .nav-tabs:not(.card-tabs,.tabs-with-img,.media-center-tabs) .nav-link:hover:after {
        display: block
    }

.nav-tabs:not(.card-tabs,.tabs-with-img,.media-center-tabs) .nav-link:active {
    background-color: #e5e7eb
}

    .nav-tabs:not(.card-tabs,.tabs-with-img,.media-center-tabs) .nav-link:active:after {
        display: block !important
    }

.nav-tabs:not(.card-tabs,.tabs-with-img,.media-center-tabs) .nav-link:focus {
    background-color: #fff0;
    -webkit-box-shadow: 0 0 0 3px #161616;
    box-shadow: 0 0 0 3px #161616
}

    .nav-tabs:not(.card-tabs,.tabs-with-img,.media-center-tabs) .nav-link:focus:after {
        display: none !important
    }

.nav-tabs:not(.card-tabs,.tabs-with-img,.media-center-tabs) .nav-link.active {
    font-family: "IBMArabic-Bold";
    color: #161616;
    cursor: default
}

    .nav-tabs:not(.card-tabs,.tabs-with-img,.media-center-tabs) .nav-link.active:hover {
        background-color: #fff0
    }

    .nav-tabs:not(.card-tabs,.tabs-with-img,.media-center-tabs) .nav-link.active:after {
        content: "";
        height: 4px;
        width: calc(100% - 24px);
        display: block;
        position: absolute;
        bottom: 0;
        background-color: #1b8354;
        border-radius: 4px;
        z-index: 9;
        inset-inline-start: 13px;
        display: block !important
    }

.widget .nav-tabs:not(.card-tabs,.tabs-with-img,.media-center-tabs) .nav-link.active {
    background-color: #fff0;
    border-bottom: 2px solid #fff
}

.nav-tabs:not(.card-tabs,.tabs-with-img,.media-center-tabs) .nav-link.active svg {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

@media(max-width:575.98px) {
    .nav-tabs:not(.card-tabs,.tabs-with-img,.media-center-tabs) {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 8px;
        border-radius: 20px;
        width: 100%;
        margin-bottom: 0
    }
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    isolation: auto
}

.nav-tabs {
    border-bottom: 0;
    position: relative;
    z-index: 1
}

    .nav-tabs:after {
        content: "";
        height: 4px;
        width: 100%;
        display: block;
        position: absolute;
        bottom: 0;
        background-color: #d2d6db;
        border-radius: 4px
    }

@media(max-width:991.98px) {
    .nav-tabs:after {
        display: none
    }
}

.media-center {
    position: relative;
    isolation: isolate;
    z-index: 2
}

    .media-center::before {
        position: absolute;
        inset: 0;
        content: "";
        background-repeat: no-repeat;
        background-position: top;
        background-size: cover;
        z-index: -1
    }

    .media-center .media-center-tabs {
        gap: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 60px;
        margin-bottom: 30px
    }

@media(max-width:992px) {
    .media-center .media-center-tabs {
        margin-top: 15px;
        margin-bottom: 15px
    }
}

.media-center .media-center-tabs .nav-link.active:after, .media-center .media-center-tabs .nav-link:hover:after {
    display: none
}

.media-center .media-center-tabs .active, .media-center .media-center-tabs:focus {
    background-color: #0d121c;
    color: #fff;
    font-family: "IBMArabic-Regular"
}

.media-center .media-center-tabs:after {
    display: none
}

.media-center .media-center-tabs li:first-child button {
    border-radius: 0 12px 12px 0;
    -webkit-border-end: 0;
    border-inline-end: 0
}

[dir=ltr] .media-center .media-center-tabs li:first-child button {
    border-radius: 12px 0 0 12px
}

@media(max-width:576px) {
    .media-center .media-center-tabs li:first-child button {
        border-radius: 0
    }

    [dir=ltr] .media-center .media-center-tabs li:first-child button {
        border-radius: 0 !important
    }
}

.media-center .media-center-tabs li:last-child button {
    border-radius: 12px 0 0 12px;
    -webkit-border-end: 0;
    border-inline-end: 0
}

[dir=ltr] .media-center .media-center-tabs li:last-child button {
    border-radius: 0 12px 12px 0
}

@media(max-width:576px) {
    .media-center .media-center-tabs li:last-child button {
        border-radius: 0
    }
}

.media-center .media-center-tabs li:last-child button {
    -webkit-border-end: 1px solid #fff0 !important;
    border-inline-end: 1px solid #fff0 !important
}

.media-center .media-center-tabs button {
    font-size: 1.125rem;
    color: #0d121c;
    font-family: "IBMArabic-Regular";
    background-color: #f3f4f6;
    padding: 10px 15px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-border-end: 1px solid #d2d6db !important;
    border-inline-end: 1px solid #d2d6db !important;
    border-radius: 0;
    font-size: 1rem;
    border-color: #d2d6db !important;
    border: 0
}

@media(max-width:576px) {
    .media-center .media-center-tabs button {
        font-size: 13px
    }
}

.media-center .media-center-tabs button:hover {
    color: #f3f4f6;
    background-color: #0d121c
}

.media-center .media-center-tabs button::after {
    display: none
}

.procedures .about-card {
    min-height: auto !important
}

.procedures .about-card__body {
    min-height: 160px !important;
    height: auto !important
}

.search-popup {
    position: fixed;
    inset-inline: 0;
    inset-block-start: 0;
    z-index: 99999;
    opacity: 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    visibility: hidden;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    max-width: 1440px;
    margin: 0 auto;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.search-popup__container {
    position: relative;
    padding: 30px 25px;
    z-index: 2;
    background-color: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 0 32px 64px -12px rgb(16 24 40 / .14);
    box-shadow: 0 32px 64px -12px rgb(16 24 40 / .14);
    margin: auto;
    width: 60%
}

@media(max-width:992px) {
    .search-popup__container {
        width: 100%
    }
}

.search-popup__container .section-header {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    margin-bottom: 25px !important
}

@media(max-width:991.98px) {
    .search-popup__container .section-header .header-actions {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
}

.search-popup.open {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(65px);
    -ms-transform: translateY(65px);
    transform: translateY(65px)
}

.search-popup .section-title {
    color: #161616 !important
}

    .search-popup .section-title h3 {
        font-family: "IBMArabic-SemiBold";
        font-size: 1.75rem;
        margin-bottom: 0
    }

.search-popup .close-popup {
    -webkit-margin-start: auto;
    margin-inline-start: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    line-height: 1;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

    .search-popup .close-popup img {
        width: 100%;
        height: 100%
    }

    .search-popup .close-popup:hover {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2)
    }

.site-search input {
    background-color: #fff !important;
    border: 1px solid #9da4ae !important;
    color: #384250 !important;
    font-family: "IBMArabic-Regular"
}

    .site-search input:focus {
        border: 1px solid #1b8354 !important
    }

    .site-search input::-webkit-input-placeholder {
        color: #384250 !important
    }

    .site-search input::-moz-placeholder {
        color: #384250 !important
    }

    .site-search input:-ms-input-placeholder {
        color: #384250 !important
    }

    .site-search input::-ms-input-placeholder {
        color: #384250 !important
    }

    .site-search input::placeholder {
        color: #384250 !important
    }

.site-search .title {
    display: none
}

.site-search .input-group {
    padding: 0
}

    .site-search .input-group .btn {
        font-family: "IBMArabic-Medium"
    }

.swiper-button-next, .swiper-button-prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    outline: none;
    background-color: rgb(255 255 255 / .5);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: none
}

    .swiper-button-next:after, .swiper-button-prev:after {
        display: none
    }

    .swiper-button-next:hover, .swiper-button-prev:hover {
        background-color: #fff
    }

@media(max-width:575.98px) {
    .hero-slider .swiper-button-next, .hero-slider .swiper-button-prev {
        display: none
    }
}

.swiper-button-prev {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.123' height='13.338' viewBox='0 0 8.123 13.338'%3E%3Cpath id='arrow' d='M13.338,7.4,6.669,0,0,7.4l.72.72,5.949-4.07,5.552,4.07Z' transform='translate(8.123) rotate(90)' fill='%23224e85'/%3E%3C/svg%3E%0A")
}

[dir=ltr] .swiper-button-prev {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.123' height='13.338' viewBox='0 0 8.123 13.338'%3E%3Cpath id='arrow' d='M13.338.72l-6.669,7.4L0,.72.72,0,6.669,4.07,12.221,0Z' transform='translate(8.123) rotate(90)' fill='%23224e85'/%3E%3C/svg%3E%0A")
}

.swiper-button-next {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.123' height='13.338' viewBox='0 0 8.123 13.338'%3E%3Cpath id='arrow' d='M13.338.72l-6.669,7.4L0,.72.72,0,6.669,4.07,12.221,0Z' transform='translate(8.123) rotate(90)' fill='%23224e85'/%3E%3C/svg%3E%0A")
}

[dir=ltr] .swiper-button-next {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.123' height='13.338' viewBox='0 0 8.123 13.338'%3E%3Cpath id='arrow' d='M13.338,7.4,6.669,0,0,7.4l.72.72,5.949-4.07,5.552,4.07Z' transform='translate(8.123) rotate(90)' fill='%23224e85'/%3E%3C/svg%3E%0A")
}

.swiper-pagination {
    padding: 5px 0 0
}

    .swiper-pagination .swiper-pagination-bullet {
        position: relative;
        width: 22px;
        height: 22px;
        opacity: 1;
        background-color: #fff0;
        border: 1px solid #fff0;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

        .swiper-pagination .swiper-pagination-bullet::after {
            position: absolute;
            inset: 0;
            content: "";
            width: 18px;
            height: 18px;
            margin: auto;
            background-color: #e5e7eb;
            border-radius: 50%
        }

        .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
            border-color: #fff0
        }

            .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
                background-color: var(--color-secondary)
            }

.open-data .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-color: var(--color-tertiary)
}

    .open-data .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
        background-color: var(--color-tertiary)
    }

.section-footer .swiper-pagination {
    inset-inline-start: auto;
    inset-inline-end: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.hero-slider {
    height: 100%
}

    .hero-slider .swiper-wrapper {
        height: 100%
    }

        .hero-slider .swiper-wrapper .swiper-slide {
            height: 100%
        }

    .hero-slider .swiper-pagination {
        padding: 5px 0;
        bottom: 30px
    }

        .hero-slider .swiper-pagination .swiper-pagination-bullet::after {
            background-color: #fff;
            opacity: 1
        }

        .hero-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
            border-color: #fff0
        }

            .hero-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
                background-color: #1b8354;
                opacity: 1
            }

.open-data .hero-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-color: var(--color-tertiary)
}

    .open-data .hero-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
        background-color: var(--color-tertiary)
    }

.media-center .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    background-color: #54c08a
}

.hero {
    position: relative;
    background-color: var(--color-secondary);
    height: calc(100vh - 128px);
    height: calc(100vh - 200px);
    padding: 0;
    min-height: 550px
}

@media(max-width:1200px) {
    .hero {
        min-height: auto;
        height: 100vh;
        margin-top: 150px
    }
}

.hero__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding-inline: 24px
}

.hero-img {
    position: absolute;
    inset: 0;
    overflow: hidden
}

    .hero-img img, .hero-img video {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center
    }

    .hero-img::before {
        position: absolute;
        inset: 0;
        content: "";
        background: -webkit-gradient(linear,left top,left bottom,from(#fff0),to(rgb(0 0 0 / .7)));
        background: linear-gradient(180deg, rgb(2 105 58 / 80%) 0%, rgb(0 0 0 / 70%) 100%);
        background: linear-gradient(180deg, rgb(0 0 0 / 40%) 0%, rgb(0 0 0 / 70%) 100%);
        z-index: 1
    }

.hero-caption {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 50%;
    z-index: 2;
    margin: 0 60px;
    min-height: 300px
}

    .hero-caption p {
        color: #fff;
        margin-bottom: 50px;
        text-shadow: 0 0 50px var(--color-secondary);
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
        -webkit-transition: -webkit-transform .7s ease-in-out;
        transition: -webkit-transform .7s ease-in-out;
        transition: transform .7s ease-in-out;
        transition: transform .7s ease-in-out,-webkit-transform .7s ease-in-out;
        width: 100%
    }

@media(max-width:767.98px) {
    .hero-caption p {
        width: 100%;
        word-break: break-all
    }
}

@media(max-width:1200px) {
    .hero-caption {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0
    }
}

@media(max-width:576px) {
    .hero-caption {
        margin: 0
    }
}

.hero-caption .hero-title {
    color: #fff;
    font-family: 'IBMArabic-SemiBold','Tahoma','Arial',sans-serif;
    ;
    margin-bottom: 8px;
    text-shadow: 0 0 50px var(--color-secondary);
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out,-webkit-transform .5s ease-in-out;
    opacity: 0;
    font-size: 3.125rem;
    line-height: 1.5
}

@media(max-width:1200px) {
    .hero-caption .hero-title {
        font-size: 2.1875rem;
        line-height: 1.7
    }
}

@media(max-width:991.98px) {
    .hero-caption .hero-title {
        font-family: "IBMArabic-Bold";
        font-size: 1.5625rem;
        line-height: 1.7
    }
}

.hero-caption .hero-description {
    color: #fff;
    margin-bottom: 24px;
    text-shadow: 0 0 50px var(--color-secondary);
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    -webkit-transition: -webkit-transform .7s ease-in-out;
    transition: -webkit-transform .7s ease-in-out;
    transition: transform .7s ease-in-out;
    transition: transform .7s ease-in-out,-webkit-transform .7s ease-in-out;
    width: 100%
}

@media(max-width:767.98px) {
    .hero-caption .hero-description {
        width: 100%
    }
}

.hero-caption .hero-action {
    border: 1px solid #fff0;
    color: #161616;
    font-size: 1.25rem;
    font-family: "IBMArabic-Medium";
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: background-color .3s ease-in-out,color .3s ease-in-out,-webkit-transform 1s ease-in-out;
    transition: background-color .3s ease-in-out,color .3s ease-in-out,-webkit-transform 1s ease-in-out;
    transition: transform 1s ease-in-out,background-color .3s ease-in-out,color .3s ease-in-out;
    transition: transform 1s ease-in-out,background-color .3s ease-in-out,color .3s ease-in-out,-webkit-transform 1s ease-in-out;
    -webkit-box-shadow: 0 0 0 2px #fff0 !important;
    box-shadow: 0 0 0 2px #fff0 !important;
    outline: 5px solid #fff0 !important;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

    .hero-caption .hero-action:is(:hover) {
        background-color: rgb(255 255 255 / .8)
    }

    .hero-caption .hero-action:is(:active) {
        background-color: rgb(255 255 255 / .6);
        -webkit-box-shadow: 0 0 0 5px #fff0 !important;
        box-shadow: 0 0 0 5px #fff0 !important;
        outline: 2px solid #fff0 !important
    }

    .hero-caption .hero-action:is(:focus) {
        background-color: #fff;
        -webkit-box-shadow: 0 0 0 5px #fff !important;
        box-shadow: 0 0 0 5px #fff !important;
        outline: 2px solid #161616 !important
    }

.swiper-slide-active .hero-title, .swiper-slide-active .hero-description, .swiper-slide-active .hero-action {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    opacity: 1;
    visibility: visible
}

.loading-text {
    top: 50% !important
}

.fade-out {
    -webkit-animation: fadeOut 1s;
    animation: fadeOut 1s;
    opacity: 0;
    visibility: hidden
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
        visibility: visible
    }

    to {
        opacity: 0;
        visibility: hidden
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
        visibility: visible
    }

    to {
        opacity: 0;
        visibility: hidden
    }
}

.sort-container, .export-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px
}

@media(max-width:992px) {
    .sort-container, .export-container {
        margin: auto
    }
}

.sort-container .title, .export-container .title {
    font-family: "IBMArabic-Bold",sans-serif
}

.sort-container .dropdown-toggle, .export-container .dropdown-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    padding: 8px 16px;
    background-color: #fff;
    border-radius: 50px;
    border: 1px solid #cee7fa;
    -webkit-box-shadow: inset 0 0 10px rgb(179 179 179 / .16);
    box-shadow: inset 0 0 10px rgb(179 179 179 / .16)
}

    .sort-container .dropdown-toggle::after, .export-container .dropdown-toggle::after {
        background-image: url(../images/arrow/arrow_black.svg);
        width: 13px;
        height: 12px;
        background-repeat: no-repeat;
        background-size: contain;
        border: 0;
        margin-top: 10px
    }

.sort-container .dropdown-menu, .export-container .dropdown-menu {
    width: 100%;
    background-color: #fff
}

    .sort-container .dropdown-menu .dropdown-item, .export-container .dropdown-menu .dropdown-item {
        font-family: "IBMArabic-Medium";
        border-radius: 0
    }

.action-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
    padding: 0;
    list-style: none
}

.action-group__item .action-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    background-color: var(--color-primary);
    border-radius: 4px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-box-shadow: 0 0 0 1px rgb(255 255 255 / .4);
    box-shadow: 0 0 0 1px rgb(255 255 255 / .4)
}

    .action-group__item .action-link img, .action-group__item .action-link svg {
        height: 18px;
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1)
    }

    .action-group__item .action-link:is(:hover) {
        background-color: rgb(255 255 255 / .2);
        -webkit-box-shadow: 0 0 0 1px rgb(255 255 255 / .4);
        box-shadow: 0 0 0 1px rgb(255 255 255 / .4)
    }

    .action-group__item .action-link:is(:active) {
        -webkit-box-shadow: 0 0 0 1px rgb(255 255 255 / .4);
        box-shadow: 0 0 0 1px rgb(255 255 255 / .4);
        background-color: rgb(255 255 255 / .4)
    }

    .action-group__item .action-link:is(:focus) {
        -webkit-box-shadow: 0 0 0 2px #fff;
        box-shadow: 0 0 0 2px #fff;
        background-color: #fff0
    }

.flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media(max-width:767.98px) {
    .flex-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.section-header {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    width: 100%;
    margin-bottom: 32px
}

    .section-header .header-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 30px
    }

        .section-header .header-info .section-title {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
            gap: 8px;
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            margin: 0;
            color: var(--color-secondary)
        }

            .section-header .header-info .section-title svg {
                height: 24px
            }

            .section-header .header-info .section-title .title {
                font-size: 2.1875rem;
                color: #fff;
                text-align: initial;
                font-family: "IBMArabic-Bold";
                margin: 0
            }

@media(max-width:767.98px) {
    .section-header .header-info .section-title .title {
        font-size: 1.375rem
    }
}

.section-header .header-info .section-title .description {
    margin: 0;
    font-size: 1.25rem;
    text-align: justify;
    margin: 8px 0;
    color: rgb(255 255 255 / .8);
    font-family: "IBMArabic-Medium"
}

@media(max-width:576px) {
    .section-header .header-info .section-title .description {
        font-size: 16px
    }
}

.section-header .header-actions {
    -webkit-margin-start: auto;
    margin-inline-start: auto
}

@media(max-width:991.98px) {
    .section-header {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        .section-header .header-info {
            max-width: 100%;
            gap: 16px
        }

            .section-header .header-info .section-title {
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center
            }

        .section-header .header-actions {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            width: 100%;
            -webkit-margin-start: 0;
            margin-inline-start: 0
        }
}

.sub-title {
    font-family: "IBMArabic-Bold"
}

.section-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px 0
}

.about {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding-top: 150px
}

@media(max-width:992px) {
    .about {
        padding-top: 60px
    }
}

.about-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .about-img img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain
    }

@media(max-width:992px) {
    .about-img img {
        width: 50%
    }
}

.about-description {
    margin: 0;
    font-size: 1.3125rem;
    font-family: "IBMArabic-Medium";
    width: 75%;
    color: #1b8354
}

@media(max-width:767.98px) {
    .about-description {
        text-align: center;
        font-size: 1rem;
        width: 100%
    }
}

@media(max-width:1200px) {
    .about-description {
        font-size: 1rem;
        width: 100%
    }
}

.about-details .title {
    font-family: "IBMArabic-Bold"
}

.about-details__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 15px
}

    .about-details__header .header-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 16px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%
    }

        .about-details__header .header-container .nav-tabs {
            margin-top: 0
        }

        .about-details__header .header-container .title {
            font-size: 2rem;
            color: #161616
        }

@media(max-width:575.98px) {
    .about-details__header .header-container {
        width: 100%
    }
}

.about-details__header .header-container .program-tab {
    color: #1b8354
}

.about-details__header .header-container .program-img {
    width: 20px;
    height: 20px
}

.about-details__header .header-container .apps-btn {
    border: 0;
    padding-inline: 0;
    padding: 12px 15px
}

    .about-details__header .header-container .apps-btn svg {
        height: 20px
    }

    .about-details__header .header-container .apps-btn span {
        color: var(--color-primary);
        font-family: "IBMArabic-Medium"
    }

    .about-details__header .header-container .apps-btn:is(:hover,:active,:focus,:focus-within) svg path {
        fill: var(--color-secondary)
    }

    .about-details__header .header-container .apps-btn:is(:hover,:active,:focus,:focus-within) span {
        color: var(--color-secondary)
    }

@media(max-width:991.98px) {
    .about-details__header .header-container .apps-btn {
        background-color: #cee7fa
    }
}

@media(max-width:575.98px) {
    .about-details__header .header-container .apps-btn {
        width: 100%
    }
}

@media(max-width:991.98px) {
    .about-details__header .header-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border-radius: 10px;
        background-color: #fff0
    }

        .about-details__header .header-container .apps-btn {
            -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
            order: -1
        }
}

.media-center {
    position: relative;
    background-color: #1b8354;
    isolation: isolate;
    padding: 60px 0
}

@media(max-width:992px) {
    .media-center {
        padding: 30px 0
    }
}

.media-center .select-media {
    margin: 20px 0 50px 0
}

.open-data {
    position: relative;
    background-color: #fff;
    isolation: isolate;
    padding: 100px 0 0 0
}

@media(max-width:992px) {
    .open-data {
        padding: 20px 0
    }
}

.open-data .section-header .section-title .title {
    font-size: 2.1875rem
}

.open-data .section-header .section-title .description {
    font-family: "IBMArabic-Regular"
}

.contact-us {
    position: relative;
    isolation: isolate;
    background-color: #ecfdf3;
    padding: 100px 0
}

    .contact-us .contact-us-title {
        font-size: 2.1875rem;
        color: #161616;
        font-family: "IBMArabic-Bold";
        margin-bottom: 6.25rem
    }

@media(max-width:992px) {
    .contact-us .contact-us-title {
        margin-bottom: 25px;
        text-align: center
    }
}

.contact-us .description {
    min-height: 80px
}

.contact-us .about-card__body {
    height: 80%
}

#readspeaker_button2 {
    margin-bottom: 0 !important
}

.floating-links {
    position: fixed;
    inset-block-end: 40px;
    left: 24px;
    display: block;
    flex-direction: column;
    gap: 12px;
    z-index: 9999
}

.floating-links__item .floating-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 50px rgb(0 0 0 / .35)
}

    .floating-links__item .floating-link img, .floating-links__item .floating-link svg {
        height: 22px
    }

    .floating-links__item .floating-link:is(:hover,:active,:focus) {
        background-color: var(--color-primary)
    }

        .floating-links__item .floating-link:is(:hover,:active,:focus) svg, .floating-links__item .floating-link:is(:hover,:active,:focus) img {
            filter: brightness(0) invert(1)
        }

.fade-out {
    -webkit-animation: fadeOut 1s;
    animation: fadeOut 1s;
    opacity: 0;
    visibility: hidden
}

.open-data .section-header .section-title .title, .open-data .section-header .section-title .description {
    color: #161616
}
.digital-stamp-card {
    padding: 8px 32px;
    background: #F3F4F6;

    padding: 8px 32px;
    background: #F3F4F6;
    padding: 10px 180px;

}

@media (max-width: 768px) {
    .digital-stamp-card {
        padding: 8px 16px;
    }
}

.digital-stamp-card .digital-stamp-header {
    display: flex;
    align-items: center;
    gap: 10px;
}

@media (max-width: 768px) {
    .digital-stamp-card .digital-stamp-header {
        flex-wrap: wrap;
    }
}

.digital-stamp-card .digital-stamp-header h6 {
    color: #161616;
    font-size: 14px;
    font-family: "IBMArabic-bold";
    margin-bottom: 0;
}

.digital-stamp-card .digital-stamp-header .btn-digital-stamp-card {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
}

@media (max-width: 768px) {
    .digital-stamp-card .digital-stamp-header .btn-digital-stamp-card {
        flex: 100%;
        margin-right: 33px;
    }
}

.digital-stamp-card .digital-stamp-header .btn-digital-stamp-card span {
    color: #1B8354;
    font-size: 14px;
}

.digital-stamp-card .digital-stamp-header .btn-digital-stamp-card .arrow-icon {
    transition: transform 0.3s ease;
    width: 12px;
    height: 12px;
}

    .digital-stamp-card .digital-stamp-header .btn-digital-stamp-card .arrow-icon.rotated {
        transform: rotate(180deg);
    }

.digital-stamp-card .digital-stamp-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s ease;

}

    .digital-stamp-card .digital-stamp-body.open {
        max-height: 1000px; /* Adjust based on your content height */
        padding-top: 40px !important;
        padding-bottom: 32px !important;
        max-width:80%;
        margin:0px auto;
    }

    .digital-stamp-card .digital-stamp-body .digital-stamp-container {
        margin-bottom: 32px;
        display: flex;
        gap: 32px;
    }

@media (max-width: 768px) {
    .digital-stamp-card .digital-stamp-body .digital-stamp-container {
        flex-direction: column;
    }
}

.digital-stamp-card .digital-stamp-body .digital-stamp-container .box {
    display: flex;
    align-items: flex-start;
    gap: 18px;
}
.digital-stamp-card .digital-stamp-body .digital-stamp-container .box img{
  height:50px;
  width:50px;
}
    .digital-stamp-card .digital-stamp-body .digital-stamp-container .box h6 {
        margin-bottom: 12px;
        color: #161616;
        font-size: 16px;
    }

    .digital-stamp-card .digital-stamp-body .digital-stamp-container .box .green-text {
        color: #1B8354;
    }

    .digital-stamp-card .digital-stamp-body .digital-stamp-container .box p {
        color: #384250;
        font-size: 13px;
    }

.digital-stamp-card .digital-stamp-body .stamp-link-box {
    padding: 8px 28px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-radius: 8px;
    background: #FFF;
}

    .digital-stamp-card .digital-stamp-body .stamp-link-box p {
        color: #161616;
        font-size: 16px;
    }

    .digital-stamp-card .digital-stamp-body .stamp-link-box a {
        color: #1B8354;
        font-size: 16px;
        text-decoration: underline;
    }

@media (max-width: 768px) {
    [dir=ltr] .digital-stamp-card .digital-stamp-header .btn-digital-stamp-card {
        margin-right: 0px;
        margin-left: 33px;
    }
}

.last-update-contant {
    margin-top: 64px;
    padding-top: 12px;
    border-top: 1px solid #D2D6DB;
}

    .last-update-contant span {
        font-size: 14px;
        font-family: "mediumFont";
        color: #6C737F;
    }


.statistics {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
}

.statisticCard {
    border-radius: 16px;
    background-color: #F3F4F6;
    display: flex;
    flex-direction: column;
    padding: 16px;
    gap: 16px;
    align-items: center;
    align-content: center;
    min-width: 200px;
    width: calc(var(--statistic-cardWidth) - 16px);
}

.content-section.noBg:not(.single) .noBg .statisticCard {
    /* border: 1px solid #d2d6db; */
    border-radius: 12px;
    background-color: #fff;
    margin: 10px 0 0;
    box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.10), 0px 2px 4px -2px rgba(16, 24, 40, 0.06);
}

@media (max-width: 768px) {
    .statistics {
        gap: 8px;
    }

    .statisticCard {
        min-width: 160px;
        width: calc(50% - 8px);
    }
}

.statisticCard > .icon {
    width: 62px;
    height: 62px;
}

.statisticCard > .number {
    direction: ltr;
    font-size: 40px;
    font-weight: bold;
}

@media (max-width: 991.98px) {
    .statisticCard > .number {
        font-size: 32px;
    }
}

.statisticCard > .text {
    font-size: 16px;
    font-weight: bold;
    margin-top: -12px;
    white-space: nowrap;
}


.btn.readMore {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
    white-space: nowrap;
    width: fit-content;
}

.who-we-are .inner-card-wrapper, .landing .inner-card-wrapper, .customer-voice .inner-card-wrapper {
    gap: 31px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.about-card.without-header .about-card__body {
    padding: 40px 16px 0 16px;
    border-bottom: 0;
}


.mediaCard .mediaCardImg {
    width: 100%;
    min-height: 150px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
    background-position: center;
    border: 1px solid #C9C9C9;
    aspect-ratio: 4.5 / 3;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}


.mediaList,
.newsList,
.adsList {
    display: flex;
    flex-wrap: nowrap;
    gap: 16px;
}

.mediaCard {
    border-radius: 16px;
    border: 1px solid #D2D6DB;
    background-color: #FFF;
    max-width: 420px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 27px;
    min-width: 300px;
    width: 33%;
    padding-bottom: 83px;
    position: relative;
}

    .mediaCard.image,
    .mediaCard.video {
        padding-bottom: 16px;
    }

    .mediaCard .mediaCardImg {
        width: 100%;
        min-height: 150px;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 8px;
        background-position: center;
        border: 1px solid #C9C9C9;
        aspect-ratio: 4.5 / 3;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }

        .mediaCard .mediaCardImg img {
            width: 100%;
            height: auto;
        }

    .mediaCard.ads .mediaCardImg {
        background-size: contain;
        background-position: 50%;
        border-radius: 8px;
        border: 1px solid #C9C9C9;
    }

    .mediaCard iframe {
        width: 100%;
        height: 250px;
    }

    .mediaCard .mediaCardText {
        display: flex;
        flex-direction: column;
        gap: 21px;
    }

        .mediaCard .mediaCardText .title {
            font-size: 20px;
            padding-bottom: 4px;
            line-height: 1.8rem;
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            line-clamp: 2;
            text-overflow: ellipsis;
            color: #161616 !important;
        }

            .mediaCard .mediaCardText .title a {
                text-decoration: none;
            }

                .mediaCard .mediaCardText .title a:hover {
                    text-decoration: underline;
                }

        .mediaCard .mediaCardText .description {
            font-size: 18px;
            text-align: justify;
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 4;
            line-clamp: 4;
            text-overflow: ellipsis;
            display: none;
        }

    .mediaCard .mediaCardFooter {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: absolute;
        bottom: 16px;
        width: calc(100% - 32px);
        height: 40px;
    }

        .mediaCard .mediaCardFooter .date {
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 4px;
            font-size: 14px;
        }

.image-overlay {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    display: none;
}

    .image-overlay.active {
        display: flex;
    }

    .image-overlay img {
        max-width: 90%;
        max-height: 90%;
        border-radius: 8px;
    }

    .image-overlay .nav-btn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        color: white;
        font-size: 2rem;
        cursor: pointer;
        padding: 1rem;
        z-index: 10000;
    }

    .image-overlay .prev-btn {
        right: 16px;
    }

    .image-overlay .next-btn {
        left: 16px;
    }

    .image-overlay .close-btn {
        position: absolute;
        top: 16px;
        right: 30px;
        font-size: 2rem;
        cursor: pointer;
    }

.programsCategory {
    display: flex;
    justify-content: center;
    gap: 24px;
}

@media (max-width: 991.98px) {
    .programsCategory {
        flex-wrap: wrap;
    }
}

.programsCategory .category {
    height: 250px;
    width: 100%;
    border-radius: 16px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    background-size: cover;
    background-position: 50%;
    color: #fff;
    position: relative;
    overflow: hidden;
}

    .programsCategory .category h3 {
        color: #fff;
    }

    .programsCategory .category > * {
        position: relative;
        z-index: 2;
    }

    .programsCategory .category::before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 0.8;
        background: linear-gradient(0deg, rgba(4, 26, 45, 0.00) 0%, #005D45 100%);
        z-index: 1;
        content: "";
    }

#importantLinks .sectionContent {
    display: flex;
    flex-wrap: nowrap;
    gap: 24px;
    justify-content: center;
}

    #importantLinks .sectionContent > * {
        width: calc(50% - 24px);
    }

@media (max-width: 991.98px) {

    #importantLinks .sectionContent {
        flex-wrap: wrap;
    }

        #importantLinks .sectionContent > * {
            width: calc(100% - 24px);
            margin: 0 auto;
        }
}

.contentBox {
    border-radius: 24px;
    background: #F3F4F6;
    padding: 16px;
    height: 100%;
}

    .contentBox .title {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 16px;
    }

    .contentBox .container {
        background-color: #fff;
        border-radius: 16px;
        padding: 16px;
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

        .contentBox .container > ul {
            display: flex;
            flex-direction: column;
            gap: 24px;
            font-size: 16px;
            font-weight: bold;
            position: relative;
            padding: 0;
            list-style: none;
            margin: 0;
        }

            .contentBox .container > ul > li {
                display: flex;
                position: relative;
                align-items: center;
            }

                .contentBox .container > ul > li > a {
                    display: flex;
                    position: relative;
                    align-items: center;
                    gap: 8px;
                    width: -webkit-fill-available;
                    text-decoration: none;
                }

        .contentBox .container a:hover {
            text-decoration: underline;
        }

        .contentBox .container ul > li::after {
            content: '';
            position: absolute;
            background-color: #D2D6DB;
            height: 1px;
            width: 100%;
            bottom: -15px;
        }

        .contentBox .container ul > li::before {
            content: "\F12F";
            font-family: "bootstrap-icons";
            position: absolute;
            left: 8px;
        }

        .contentBox .container ul > li:last-child::after {
            display: none;
        }

.studentSuccessSlider {
    direction: rtl;
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    /*  background-image: url('../img/successBg.png'); */
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 2rem 1rem;
}


    /* Gradient overlay */
    .studentSuccessSlider::before {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, rgba(39, 50, 66, 0.00) 0%, #1F2A37 100%);
        z-index: 1;
    }

    /* Make content above the overlay */
    .studentSuccessSlider .swiper-slide {
        position: relative;
        z-index: 2;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 350px;
        text-align: center;
    }

    .studentSuccessSlider .testimonial-content {
        max-width: 600px;
        margin: auto;
    }

    .studentSuccessSlider .quote {
        display: flex;
        gap: 8px;
    }

@media (max-width: 991.98px) {
    .studentSuccessSlider .quote {
        gap: 0;
        flex-direction: column;
    }

    .studentSuccessSlider .quote-icon {
        width: 30px;
    }
}

.studentSuccessSlider .quote-icon.end {
    transform: rotate(180deg);
    align-self: flex-end;
}

.studentSuccessSlider .quote-text {
    font-size: 1.2rem;
    line-height: 1.6;
    font-weight: 500;
}

.studentSuccessSlider .quote > p {
    margin: 0;
}

.studentSuccessSlider .student-info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    flex-wrap: nowrap;
}

    .studentSuccessSlider .student-info .details {
        text-align: start;
    }

        .studentSuccessSlider .student-info .details h4 {
            margin: 0;
            font-weight: bold;
            font-size: 14px;
        }

        .studentSuccessSlider .student-info .details p {
            margin: 0;
            font-size: 14px;
        }

    .studentSuccessSlider .student-info i.icon {
        font-size: 2rem;
        align-self: flex-start;
        line-height: 0;
    }

.studentSuccessSlider .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 0.4;
}

.studentSuccessSlider .swiper-pagination-bullet-active {
    background-color: #0a6c3c;
    opacity: 1;
}

@media (min-width: 992px) {
    section#branches .sectionHead {
        position: absolute;
        width: 400px;
    }
}

@media (max-width: 768px) {
    section#branches .sectionHead {
        margin-bottom: 8px;
    }
}

section#branches .sectionContent {
    display: flex;
    justify-content: center;
    overflow-x: clip;
}

    section#branches .sectionContent .branchesMap {
        position: relative;
        transform: scale(1.2);
        margin-top: 100px;
        margin-bottom: 45px;
    }

@media (max-width: 991.98px) {
    section#branches .sectionContent .branchesMap {
        margin-top: 75px;
        transform: scale(1.4);
    }
}

@media (min-width: 991.98px) {

    html[dir="ltr"] section#branches .sectionContent .branchesMap {
        margin-left: 30%;
    }
}

section#branches .sectionContent .branchesMap img.map {
    width: 100%;
    max-width: 744px;
    height: auto;
    transform: rotate3d(1, 10, 1, 45deg);
}

section#branches .sectionContent .branchesMap .pin {
    position: absolute;
    z-index: 1;
    transform: translate(-50%, -100%);
    /* Adjust to center the pin */
}

    section#branches .sectionContent .branchesMap .pin.active {
        z-index: 2;
    }

    section#branches .sectionContent .branchesMap .pin .pinInfo {
        background-color: #fff;
        padding: 8px;
        border-radius: 4px;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        border: 1px solid #D2D6DB;
        display: none;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 4px;
        transition: opacity 0.2s ease;
        position: absolute;
        top: -25%;
        right: 40px;
        z-index: -1;
        font-weight: bold;
    }

        section#branches .sectionContent .branchesMap .pin .pinInfo.left {
            right: unset;
            left: 40px;
        }

@media (max-width: 991.98px) {

    section#branches .sectionContent .branchesMap .pin .pinInfo {
        right: 24px;
        font-size: 12px;
    }

        section#branches .sectionContent .branchesMap .pin .pinInfo.left {
            left: 24px;
        }
}

section#branches .sectionContent .branchesMap .pin .pinInfo > * {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

section#branches .sectionContent .branchesMap .pin .pinInfo .city {
    white-space: nowrap;
}

section#branches .sectionContent .branchesMap .pin.active .pinInfo .city::before,
section#branches .mapAgenda > .branches::before {
    content: url('../icon/mapLocationPin.svg');
    width: 12px;
    height: 15px;
    line-height: 0;
}

section#branches .sectionContent .branchesMap .pin.active .pinInfo .students::before,
section#branches .mapAgenda > .students::before {
    content: url('../icon/graduates.svg');
    width: 12px;
    height: 15px;
    line-height: 0;
}

section#branches .sectionContent .branchesMap .pin .pinInfo .pageLink {
    white-space: nowrap;
    text-decoration: none;
    color: #1b8354;
    font-size: 10pt;
}

@media (max-width: 768px) {
    section#branches .sectionContent .branchesMap .pin .pinInfo .pageLink {
        font-size: 8pt;
    }
}


section#branches .sectionContent .branchesMap .pin.active .pinInfo .pageLink::before,
section#branches .mapAgenda > .pageLink::before {
    content: '\F470';
    height: 15px;
    font-family: 'bootstrap-icons';
    font-weight: 400;
    text-decoration: none;
    font-style: normal;
    margin-inline-start: -3px;
    font-size: 14pt;
    line-height: 14pt;
    color: #161616;
}

section#branches .sectionContent .branchesMap .pin.active > .pinInfo {
    display: flex;
    z-index: 1;
}

section#branches .sectionContent .branchesMap .pin .pinLink {
    display: block;
    position: relative;
    z-index: 3;
    border: 0;
    outline: none;
    background: none;
}

section#branches .sectionContent .branchesMap .pin .pinIcon {
    position: relative;
    transition: transform 0.2s ease;
    cursor: pointer;
    z-index: 2;
}
.btn.readMore {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: nowrap;
    white-space: nowrap;
    width: fit-content;
}

.btn.moreContent {
    margin: 8px auto;
    padding: 8px 16px;
    justify-content: center;
    margin-top: 16px;
}
.bgservices {
    background: #ecfdf3 !important;
}


/*#region news section */
.nds-news-section {
    margin-top: 0px;
    background: #f3f4f6;
    padding: 70px 0px !important;
}

@media (max-width: 768px) {
    .nds-news-section {
        padding: 32px 0px;
    }
}

@media (max-width: 768px) {
    .nds-news-section .nds-news-container {
        flex-direction: column-reverse;
    }
}

.nds-news-section .news-card-home {
    display: flex;
    margin-bottom: 16px;
    padding: 16px;
    background: #FFF;
    border-radius: 16px;
    box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.1), 0px 2px 4px -2px rgba(16, 24, 40, 0.06);
    border: 1px solid #D2D6DB;
    justify-content:space-between;
}

@media (max-width: 768px) {
    .nds-news-section .news-card-home {
        flex-direction: column-reverse;
    }
}

.nds-news-section .news-card-home .details {
    display: flex;
    flex-direction: column;
    margin-left: 24px;
    color: #1F2A37;
}

    .nds-news-section .news-card-home .details p {
        font-size: 18px;
        font-family: "IBMArabic-Medium";
    }

    .nds-news-section .news-card-home .details span {
        display: block;
        margin-top: auto;
        font-size: 16px;
    }

.nds-news-section .news-card-home img {
    width: 151px;
    height: 116px;
    border-radius: 8px;
}

@media (max-width: 768px) {
    .nds-news-section .news-card-home img {
        width: 100%;
        height: 100%;
        margin-bottom: 10px;
    }
}

.nds-news-section .news-card-home.recently {
    position: relative;
}

    .nds-news-section .news-card-home.recently .details {
        margin: 0px;
        position: absolute;
        bottom: 32px;
        left: 32px;
        right: 32px;
        color: #fff;
        background: linear-gradient(180deg, rgb(15 90 56 / 70%) 0%, #1b8354 100%);
        margin: -16px;
        border-radius: 10px;
        padding: 16px;
    }

@media (max-width: 768px) {
    .nds-news-section .news-card-home.recently .details {
        margin-bottom: -5px;
    }
}

.nds-news-section .news-card-home.recently img {
    width: 100%;
    height: 445px;
}

@media (max-width: 768px) {
    .nds-news-section .news-card-home.recently img {
        height: auto;
    }
}

.nds-news-section .news-card-home:hover {
    background: #F9FAFB;
}

[dir=ltr] .news-card-home .details {
    margin-left: 0px;
    margin-right: 24px;
}
.nds-title-section h4 {
    font-size: 2.1875rem;
    color: #000;
    text-align: initial;
    font-family: "IBMArabic-Bold";
    margin: 0;
}
.nds-primary-btn-o {
    padding: 4px 16px;
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 16px;
    font-family: "IBMArabic-bold";
    color: #067647;
    background-color: inherit;
    border: 1px solid #d2d6db;
    border-radius: 4px;
}

.nds-title-section {
    margin-bottom: 32px;
}
.contact-us2 {
    padding: 60px 0;
    padding-bottom:0px;
}