@charset "UTF-8";

@font-face {
    font-family: 'IBM Plex Sans Arabic Regular';
    font-style: normal;
    font-weight: normal;
    src: local('IBM Plex Sans Arabic Regular'), url('IBMPlexSansArabic-Regular.woff') format('woff');
}


@font-face {
    font-family: 'IBM Plex Sans Arabic Thin';
    font-style: normal;
    font-weight: normal;
    src: local('IBM Plex Sans Arabic Thin'), url('IBMPlexSansArabic-Thin.woff') format('woff');
}


@font-face {
    font-family: 'IBM Plex Sans Arabic ExtraLight';
    font-style: normal;
    font-weight: normal;
    src: local('IBM Plex Sans Arabic ExtraLight'), url('IBMPlexSansArabic-ExtraLight.woff') format('woff');
}


@font-face {
    font-family: 'IBM Plex Sans Arabic Light';
    font-style: normal;
    font-weight: normal;
    src: local('IBM Plex Sans Arabic Light'), url('IBMPlexSansArabic-Light.woff') format('woff');
}


@font-face {
    font-family: 'IBM Plex Sans Arabic Medium';
    font-style: normal;
    font-weight: normal;
    src: local('IBM Plex Sans Arabic Medium'), url('IBMPlexSansArabic-Medium.woff') format('woff');
}


@font-face {
    font-family: 'IBM Plex Sans Arabic SemiBold';
    font-style: normal;
    font-weight: normal;
    src: local('IBM Plex Sans Arabic SemiBold'), url('IBMPlexSansArabic-SemiBold.woff') format('woff');
}


@font-face {
    font-family: 'IBM Plex Sans Arabic Bold' !important;
    font-style: normal;
    font-weight: normal;
    src: local('IBM Plex Sans Arabic Bold'), url('IBMPlexSansArabic-Bold.woff') format('woff');
}

* {
    font-size: var(--fs-16);
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-family: "IBM Plex Sans Arabic", sans-serif !important;

}

body {
    overflow-x: hidden !important;
    background-color: var(--base-color) !important;
    font-size: var(--fs-16);
    color: var(--text-color) !important;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    font-family: "IBM Plex Sans Arabic", sans-serif !important;
}

.text-gray-tint {
    color: var(--gray) !important;
}

ul {
    list-style: none;
}


.header-padding {
    padding: 0 40px;
}

.main-topbar {
    background-color: var(--light-gray);
}

.topbar-ul {
    list-style: none;
    padding: 10px 0;
    margin: 0;
}

.topbar-general-info li:not(:last-child) {
    margin-left: 15px;
}

.topbar-general-info li img {
    width: 24px;
    height: 24px;
}

.topbar-general-info li span {
    font-size:var(--fs-16);
    display: inline-block;
    padding: 0 3px;
    color: var(--gray);
}

.topbar-general-actions li:not(:first-child) {
    margin-right: 20px;
}

.topbar-general-actions img {
    width: 20px;
    height: 20px;
}

.govsa-header {
    flex-wrap: wrap;
    position: sticky;
    top: 0;
    z-index: 9999;
}

.govsa-header__bg {
    background: var(--white);
    box-shadow: 0 0 2px 1px var(--shadow);
}

.nav-item.govsa-tabs__dropdown.show .nav-link {
    background-color: var(--white);
    color: var(--dark-blue);
}

.nav-item.govsa-tabs__dropdown .nav-link {
    background-color: var(--white);
    color: var(--dark-blue);
}

.nav-item.govsa-tabs__dropdown .nav-link:hover {
    background-color: var(--white);
    color: var(--dark-blue);
}

.nav-item.govsa-tabs__dropdown .nav-link:focus {
    background-color: var(--white);
    color: var(--dark-blue);
}

.nav-item.govsa-tabs__dropdown .nav-link.active {
    background-color: var(--white);
    color: var(--dark-blue);
}

.nav-item.govsa-tabs__dropdown .nav-link.active:hover {
    background-color: var(--white);
    color: var(--dark-blue);
}

.nav-item.govsa-tabs__dropdown .nav-link.active:focus {
    background-color: var(--white);
    color: var(--dark-blue);
}

.nav-item.govsa-tabs__dropdown .nav-link:hover {
    background-color: var(--white);
    color: var(--dark-blue);
}

.nav-item.govsa-tabs__dropdown.show .nav-link {
    background-color: var(--white);
    color: var(--dark-blue);
}

.nav-item.govsa-tabs__dropdown.show {
    background-color: var(--white) !important;
    color: var(--dark-blue);
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-color: var(--white);
}

.nav-item.govsa-tabs__dropdown:hover .nav-link,
.nav-item.govsa-tabs__dropdown:active .nav-link,
.nav-item.govsa-tabs__dropdown:focus .nav-link {
    border-color: var(--white);
    background-color: var(--white);
    color: var(--dark-blue);
}

.govsa-tabs .nav-item:active {
    border-color: none;
    box-shadow: none;
}

.dropdown-item:hover,
.dropdown-item:focus {
    background-color: var(--white);
    color: var(--dark-blue);
}

.dropdown-item {
    color: var(--dark-blue);
}

/*.darkmode .govsa-header__logo img {*/
/*    filter: brightness(12);*/
/*}*/

.govsa-header__navigation-d .nav-item:hover {
    background-color: var(--white);
    color: var(--dark-blue);
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    background-color: var(--white);
    color: var(--dark-blue);
    border-color: var(--base-color);
}

.govsa-header__search-input {
    background-color: var(--white);
    color: var(--dark-gray);
    border-color: var(--dark-gray);
}

.govsa-header__search-input::placeholder {
    color: var(--dark-gray);
}

.govsa-header__search__results-container {
    background-color: var(--white);
    color: var(--dark-gray);
    border: none !important;
    color: var(--dark-blue);
}

.govsa-header__search__result {
    background-color: var(--white);
    color: var(--dark-gray);
    border: none !important;
    color: var(--dark-blue);
}

.govsa-header__search__result p,
.govsa-header__search__result span {
    color: var(--dark-blue);
}

.darkmode .govsa-header__search__result:hover {
    background: var(--gray-400);
}

.dropdown-menu {
    background-color: var(--white);
    color: var(--dark-blue);
}

.govsa-footer-bg {
    background: var(--light-gray);
    color: var(--dark-gray);
    padding: 80px 48px 48px;
}

.govsa-footer-bg .quick-links li,
.govsa-footer-bg .quick-links li a {
    color: var(--gray);
    font-size:var(--fs-14);
    font-weight: 400 !important;
}


.govsa-footer-bg .quick-links li:first-child {
    border-bottom: 1px solid var(--border-color2);
    padding-bottom: 12px;
    color: var(--dga-black);
    font-weight: 400 !important;
    font-size:var(--fs-16);

}

/* .govsa-footer-bg .quick-links li .footer-link {
    color: var(--gray);
} */

.home-video {
    min-height: 95vh;
    height: 100%;
}

.home-video video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: -1;
}

.home-video__slogan {
    padding: 160px 80px 48px;
}

.home-video__slogan h1 {
    /* color: var(--white); */
    color: var(--white);
    font-size: var(--fs-60);
    font-weight: 500;
}

.home-statistics {
    background: url(../images/Hcis-bg.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    overflow-x: hidden !important;
}

.home-section__padding {
    padding: 80px 40px;
}

.home-statistics__items {
    max-width: 70%;
    margin: 64px auto 80px;
}

.home-statistics__number {
    color: var(--green);
    font-weight: 400 !important;
}

.home-statistics__desc {
    /* color: var(--dark-gray); */
    color: var(--dark-gray)!important;
    font-size:var(--fs-16);
    font-weight: 400;
}

.govsa-header__bg .nav-item .nav-link {
    color: var(--dark-blue);
    font-size:var(--fs-16);
    font-weight: 400;

}

.govsa-header__bg .govsa-header__search-button i {
    color: var(--dark-blue);
}

.govsa-header__bg .govsa-header__navigation-m .govsa-header__navigation__button span {
    background-color: var(--dark-gray);
}

.govsa-header__navigation .govsa-header__navigation__button span {
    width: 22px;
    height: 2px;
}

.govsa-header__navigation-m {
    display: none !important;
}

.home-sectors {
    background-color: var(--lighter-gray);
    padding-bottom: 64px;
}

.home-section__subdescription {
    color: var(--gray);
    font-size:var(--fs-16);
    font-weight: 400 !important;
}

.all-sectors__item,
.eservice-item__card {
    box-shadow: 0px 0px 3px var(--shadow);
    border: 0;
    min-height: 240px;
}

.all-sectors__item__icon {
    display: inline-block;
    width: 48px !important;
    height: 48px !important;
}

.home-eservices {
    /* background:c url(../images/white-pattern.svg); */
    background: var(--lighter-gray) url(../images/Hcis-bg.svg);
    background-repeat: no-repeat;
    background-position: top right 40%;
    background-size: contain;
}

.home-news {
    background: var(--white) url(../images/news-bg.svg);
    background-repeat: no-repeat;
    background-position: top left;
}

.home-news .owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
}

.news-card__item {
    background-color: var(--dark-gray);
    background-image: url(../images/white-pattern-5.svg);
    background-repeat: no-repeat;
    background-position: left bottom;
    padding: 32px 16px 16px;
    border-radius: 16px;
    margin: 24px 0;
    height: 100%;
    min-height: 525px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: end;
}

.news-card__item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    z-index: 0;
    background: linear-gradient(to bottom, transparent, var(--dga-black) 0%, rgba(22, 22, 22, 0.76) 100%);
}

.news-card__item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
    left: 0;
    top: 0;
    z-index: 0;
    opacity: 1;
    mix-blend-mode: multiply;

}

.news-card__content h4 {
    line-height: inherit;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 500;
    position: relative;
    z-index: 2;
    width: 90%;
    font-size: var(--fs-20);
    font-weight: 700 !important;
}

.news-card__content h4::after {
    content: "“";
    position: absolute;
    top: 0;
    left: 0;
    font-size:var(--fs-36);
    color: var(--white);
    z-index: 2;
    font-weight: 500;
    line-height: inherit;
}

.news-card__content h5 {
    position: relative;
    z-index: 2;
    line-height: inherit;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 90%;
    font-size:var(--fs-16);
    font-weight: 400 !important;
}

.news-item-action__wrapper .btn-primary {
    margin-top: 30px;
}

.owl-dots button:focus {
    outline: none !important;
}

.news-item-action__wrapper {
    display: block;
    text-align: end;
    z-index: 2;
    position: relative;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: var(--green-success-800) !important;
}

.owl-nav {
    margin-top: 20px !important;
    display: flex !important;
    justify-content: center !important;
}

.owl-prev,
.owl-next {
    margin: 12px 12px !important;
    width: 32px;
    height: 32px;
    border-radius: 9999px !important;
    text-align: center;
    box-shadow: unset !important;
    outline: unset !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.owl-prev:hover,
.owl-next:hover {
    background-color: var(--green) !important;
}

/* Hide default Owl text arrows */
.owl-prev span,
.owl-next span {
    display: none !important;
}

/* Inject custom SVG icons via ::after */
.owl-prev::after,
.owl-next::after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

/* RTL: next navigates forward → left arrow; prev navigates back → right arrow */
[dir="rtl"] .owl-next::after,
.owl-next::after {
    background-image: url('../images/arrow-left-01.svg');
}

[dir="rtl"] .owl-prev::after,
.owl-prev::after {
    background-image: url('../images/arrow-right-01.svg');
}

.tags-list li {
    margin-top: 5px;
    margin-bottom: 5px;
}

.tags-list li:not(:first-child) {
    margin-right: 5px;
    margin-left: 5px;
}

.footer-social__icon img {
    width: 40px;
    height: 40px;
}


.footer-second ul li {
    margin-bottom: 10px;
}

.footer-second ul li a {
    color: var(--dark-gray) !important;
}

.footer-second h6:first-child {
    font-size:var(--fs-14);
    font-weight: 600 !important;
}

.footer-second h6 {
    font-size:var(--fs-14);
    font-weight: 400 !important;
}

.footer-other_links li a {
    text-decoration: underline;
    font-size:var(--fs-14);
    font-weight: 400;
}

.home-section__title h2 {
    font-size: var(--fs-36);
    font-weight: 500 !important;
}

/* .news-card__item:hover {
    transform: translateY(10px);
    transition: .3s ease all;
} */

.footer-social__icon {
    display: block;
}

/**** Darkmode Changes ****/

/*.darkmode .footer-social__icon img,*/
/*.darkmode img.footer-image-one,*/
/*.darkmode .govsa-header__language img,*/
/*.darkmode .home-section__title-img,*/
/*.darkmode .topbar-general-actions img,*/
/*.darkmode .topbar-general-info li img {*/
/*    filter: invert(1);*/
/*}*/

.darkmode .card-header,
.darkmode .card,
.darkmode .card-footer,
.darkmode .home-statistics__item>div {
    background-color: var(--gray-200) !important;
}

.darkmode .card-header h4,
.darkmode .card h4,
.darkmode .card-footer h4,
.darkmode .home-statistics__item>div h4 {
    color: var(--dark-gray)!important;
}

.darkmode .card-header p,
.darkmode .card h5,
.darkmode .card h6,
.darkmode .card p,
.darkmode .card-footer p,
.darkmode .home-statistics__item>div p {
    color: var(--dark-gray)!important;
}

.btn-primary {
    background-color: var(--primary-green) !important;
    border-color: var(--primary-green) !important;
    border-radius: var(--btn-radius) !important;
    font-size: var(--fs-14) !important;
    font-weight: 600 !important;
    padding: 8px 16px !important;
    line-height: 20px !important;
}

.card-header h5,
.card-body h5 {
    color: var(--dga-black)!important;
    font-size:var(--fs-18);
    font-weight: 500;
}

.governor-speech-ul {
    list-style: disc;
}

/* .darkmode .home-eservices , .darkmode .home-statistics  {
    background: none;
} */


@media only screen and (max-width: 1241px) {
    .header-padding {
        padding: 0 15px;
    }

    .govsa-header__navigation-m {
        display: block !important;
        padding: 0 0 0 16px;
    }

    .govsa-header__logo {
        margin: 0 auto;
    }

    .govsa-header__navigation-d {
        display: none;
    }

    .home-statistics__items {
        max-width: 85%;
    }
}

/* @media only screen and (min-width: 990px) {

    .home-news,
    .home-news-section {
        padding-left: 0 !important;
    }

} */

@media only screen and (max-width: 991px) {
    .govsa-header__search-input {
        width: calc(81vw - 7.5rem) !important;
    }
}

@media only screen and (max-width: 992px) {
    .topbar-general-info li span {
        font-size:var(--fs-12);
    }

    .all-sectors__item,
    .eservice-item__card {
        min-height: 240px;
    }

    .topbar-general-info li img {
        width: 18px;
        height: 18px;
    }

    .home-section__padding {
        padding: 50px 24px !important;
    }

    .home-video {
        min-height: 50vh;
    }

    .home-video__slogan {
        padding: 48px 32px;
    }

    .home-video__slogan h1 {
         font-size: var(--fs-30);
    }

    .home-statistics__items {
        max-width: 100%;
        margin: 40px auto;
    }

    .news-card__item {
        min-height: 450px;
    }

    .home-section__title h2 {
         font-size: var(--fs-30);
    }
}