/* Global Rules */
:root {
    --primary-color: #00979F;
    --primary-color-op-30: rgba(0, 151, 159, 0.3);
    --secondary-color: #194F5E;
    --white-color: #fff;
    --black-color: #2D2926;
    --yellow-color: #FFD600;
    --purple-color: #81657B;
    --bg-color: #D9D9D9;
    --main-border-radius: 5px;
    --main-border: 1px solid rgb(45 41 38 / 100%);
    --main-border-op-30: 1px solid rgb(45 41 38 / 30%);
    --main-border-op-20: 1px solid rgb(45 41 38 / 20%);
    --main-border-op-15: 1px solid rgb(45 41 38 / 15%);
    --line-height: 1.7rem;
    --main-font-family: 'Graphik Arabic';
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: var(--black-color);
    font-family: var(--main-font-family);
    font-weight: 500;
}

html {
    scroll-behavior: smooth;
}

html,
body,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: var(--line-height);
    font-feature-settings: "liga" 1, "kern" 0;
}

.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 5px 0px;
}

.arabic-version {
    direction: rtl;
}

@media (min-width: 2029.98px) {
    :root {
        --container-width: 80vw;
    }

    html {
        font-size: 18px;
    }
}

@media (min-width: 1599.98px) and (max-width: 2029.98px) {
    :root {
        --container-width: 80vw;
    }

    html {
        font-size: 17px;
    }
}

@media (min-width: 1199.98px) and (max-width: 1399.98px) {
    :root {
        --container-width: 1140px;
    }
}

@media (max-width:1199.98px) {
    :root {
        --container-width: 960px;
    }

    html {
        font-size: 15px;
    }
}

@media (max-width:991.98px) {
    :root {
        --container-width: 720px;
    }

    html {
        font-size: 15px;
    }
}

@media (max-width:767.98px) {
    :root {
        --container-width: 540px;
    }

}

@media (max-width:575.98px) {
    :root {
        --container-width: 100vw;
    }

}

@media (min-width: 1599.98px) {

    .container,
    .container-fluid {
        max-width: 80%;
    }

    .container .container,
    .container .container-fluid,
    .container-fluid .container,
    .container-fluid .container-fluid {
        max-width: 100%;
    }
}

h1 {
    font-size: 2rem;
    font-weight: 500;
}


h2 {
    font-size: 1.6rem;
    font-weight: 600;
}


h3 {
    font-size: 1.3rem;
    font-weight: 600;
}


h4 {
    font-size: 1.25rem;
}

h5 {
    font-size: 1.1rem;
}

p,
li,
h6 {
    font-size: .95rem;
}

p {
    text-align: justify;
}

span,
.card-date {
    font-size: .9rem;
    font-weight: 500;
}

th {
    font-size: .9rem;
}

a {
    text-decoration: none;
}

label {
    color: var(--primary-color);
    font-weight: 500;
}

ul {
    list-style: disc;
    padding-left: unset;
    padding-inline-start: 2rem;
}

@font-face {
    font-family: 'Graphik Arabic';
    src: url('../assets/font/GraphikArabic-Bold.eot');
    src: url('../assets/font/GraphikArabic-Bold.eot?#iefix') format('embedded-opentype'),
        url('../assets/font/GraphikArabic-Bold.woff2') format('woff2'),
        url('../assets/font/GraphikArabic-Bold.woff') format('woff'),
        url('../assets/font/GraphikArabic-Bold.ttf') format('truetype'),
        url('../assets/font/GraphikArabic-Bold.svg#GraphikArabic-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik Arabic';
    src: url('../assets/font/GraphikArabic-ExtraLight.eot');
    src: url('../assets/font/GraphikArabic-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('../assets/font/GraphikArabic-ExtraLight.woff2') format('woff2'),
        url('../assets/font/GraphikArabic-ExtraLight.woff') format('woff'),
        url('../assets/font/GraphikArabic-ExtraLight.ttf') format('truetype'),
        url('../assets/font/GraphikArabic-ExtraLight.svg#GraphikArabic-ExtraLight') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik Arabic';
    src: url('../assets/font/GraphikArabic-Black.eot');
    src: url('../assets/font/GraphikArabic-Black.eot?#iefix') format('embedded-opentype'),
        url('../assets/font/GraphikArabic-Black.woff2') format('woff2'),
        url('../assets/font/GraphikArabic-Black.woff') format('woff'),
        url('../assets/font/GraphikArabic-Black.ttf') format('truetype'),
        url('../assets/font/GraphikArabic-Black.svg#GraphikArabic-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik Arabic';
    src: url('../assets/font/GraphikArabic-Light.eot');
    src: url('../assets/font/GraphikArabic-Light.eot?#iefix') format('embedded-opentype'),
        url('../assets/font/GraphikArabic-Light.woff2') format('woff2'),
        url('../assets/font/GraphikArabic-Light.woff') format('woff'),
        url('../assets/font/GraphikArabic-Light.ttf') format('truetype'),
        url('../assets/font/GraphikArabic-Light.svg#GraphikArabic-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik Arabic';
    src: url('../assets/font/GraphikArabic-Medium.eot');
    src: url('../assets/font/GraphikArabic-Medium.eot?#iefix') format('embedded-opentype'),
        url('../assets/font/GraphikArabic-Medium.woff2') format('woff2'),
        url('../assets/font/GraphikArabic-Medium.woff') format('woff'),
        url('../assets/font/GraphikArabic-Medium.ttf') format('truetype'),
        url('../assets/font/GraphikArabic-Medium.svg#GraphikArabic-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik Arabic Super';
    src: url('../assets/font/GraphikArabic-Super.eot');
    src: url('../assets/font/GraphikArabic-Super.eot?#iefix') format('embedded-opentype'),
        url('../assets/font/GraphikArabic-Super.woff2') format('woff2'),
        url('../assets/font/GraphikArabic-Super.woff') format('woff'),
        url('../assets/font/GraphikArabic-Super.ttf') format('truetype'),
        url('../assets/font/GraphikArabic-Super.svg#GraphikArabic-Super') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik Arabic';
    src: url('../assets/font/GraphikArabic-SemiBold.eot');
    src: url('../assets/font/GraphikArabic-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../assets/font/GraphikArabic-SemiBold.woff2') format('woff2'),
        url('../assets/font/GraphikArabic-SemiBold.woff') format('woff'),
        url('../assets/font/GraphikArabic-SemiBold.ttf') format('truetype'),
        url('../assets/font/GraphikArabic-SemiBold.svg#GraphikArabic-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik Arabic';
    src: url('../assets/font/GraphikArabic-Thin.eot');
    src: url('../assets/font/GraphikArabic-Thin.eot?#iefix') format('embedded-opentype'),
        url('../assets/font/GraphikArabic-Thin.woff2') format('woff2'),
        url('../assets/font/GraphikArabic-Thin.woff') format('woff'),
        url('../assets/font/GraphikArabic-Thin.ttf') format('truetype'),
        url('../assets/font/GraphikArabic-Thin.svg#GraphikArabic-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik Arabic';
    src: url('../assets/font/GraphikArabic-Regular.eot');
    src: url('../assets/font/GraphikArabic-Regular.eot?#iefix') format('embedded-opentype'),
        url('../assets/font/GraphikArabic-Regular.woff2') format('woff2'),
        url('../assets/font/GraphikArabic-Regular.woff') format('woff'),
        url('../assets/font/GraphikArabic-Regular.ttf') format('truetype'),
        url('../assets/font/GraphikArabic-Regular.svg#GraphikArabic-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



.arabic-version .fa-chevron-right,
.arabic-version .fa-chevron-left {
    scale: -1;
}
/* 
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: var(--primary-color);
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
} */

/* Aspect Ratio */
.aspect-ratio-16-9 {
    aspect-ratio: 16 / 9;
}

/* Webkit box  */
.only-1-lines {
    display: -webkit-box;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: calc(1* var(--line-height) + 2px);
}

.only-2-lines {
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: calc(2* var(--line-height) + 2px);
}

.only-3-lines {
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: calc(3* var(--line-height) + 2px);
}

.only-4-lines {
    display: -webkit-box;
    line-clamp: 4;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: calc(4* var(--line-height) + 2px);
}

.default-image-class {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.cover-image-class {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.card-date {
    color: var(--primary-color);
    display: flex;
    align-items: center;
    gap: 5px;
}

.bg-primary-color {
    background-color: var(--primary-color);
}

.bg-primary-color-op-10 {
    background-color: rgb(0 151 159 / 10%);
}

.bg-secondary-color {
    background-color: var(--secondary-color);
}

.bg-yellow-color {
    background-color: var(--yellow-color);
}

.bg-purple-color {
    background-color: var(--purple-color);
}

.bg-cyan-color {
    background-color: #A8DCDE;
}

.bg-gradient-green-color {
    background: linear-gradient(120.43deg, #00979F 0%, #194F5E 115.79%);

}

.text-primary-color {
    color: var(--primary-color);
}

.text-secondary-color {
    color: var(--secondary-color);
}

.text-black-color {
    color: var(--black-color);
}

.main-border {
    border: var(--main-border);
}

.main-border-op-30 {
    border: var(--main-border-op-30);
}

.main-border-op-20 {
    border: var(--main-border-op-20);
}

.main-border-op-15 {
    border: var(--main-border-op-15);
}

.main-border-bottom {
    border-bottom: var(--main-border-op);
}

.main-border-top {
    border-top: var(--main-border-op);
}

.card-border {
    border: 1px solid var(--primary-color);
}

.card-border-op-30 {
    border: 1px solid var(--primary-color-op-30);
}

img {
    border-radius: var(--main-border-radius);
}

.slick-disabled {
    opacity: .3;
}

.radius-10 {
    border-radius: 10px;
}

.radius-5 {
    border-radius: var(--main-border-radius);
}

.arabic-version .fa-arrow-right,
.arabic-version .fa-arrow-left {
    scale: -1;
}
.cms-content a {
    text-decoration: underline;
    color: var(--black-color);
}
.cms-content a:hover {
    color: var(--primary-color);
}
/* Main Btn */
.main-btn {
    color: var(--primary-color);
    overflow: hidden;
    text-decoration: none;
    font-weight: 500;
    border: 1px solid var(--primary-color);
    padding: 7px 25px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    width: fit-content;
    transition: all 0.3s ease;
    position: relative;
    gap: 5px;
}

.main-btn {
    background-color: inherit;
}

.main-btn i,
.main-btn span,
.main-btn picture,
.main-btn label,
.main-btn button {
    z-index: 2;
    position: relative;
}
.main-btn button {
    border: 0;
    background-color: inherit;
}
.main-btn picture img {
    filter: brightness(0) saturate(100%) invert(41%) sepia(69%) saturate(3456%) hue-rotate(157deg) brightness(92%) contrast(103%);
}

.main-btn label,
.main-btn button {
    cursor: pointer;
    color: var(--primary-color);
}

.main-btn:hover,
.main-btn:hover label,
.main-btn:hover button {
    color: var(--white-color);
}

.main-btn:hover picture img,
.fourth-btn:hover picture img {
    filter: brightness(0) saturate(100%) invert(99%) sepia(100%) saturate(2%) hue-rotate(287deg) brightness(109%) contrast(100%);
}

.main-btn::before {
    content: "";
    position: absolute;
    inset-inline-start: -100%;
    width: 100%;
    height: 100%;
    background-color: var(--primary-color);
    z-index: 1;
    transition: all 0.3s ease;
}

.main-btn:hover::before {
    inset-inline-start: 0;
}

/* Secondary Btn */
.secondary-btn {
    color: var(--white-color);
    background: var(--secondary-color);
    overflow: hidden;
    text-decoration: none;
    font-weight: 500;
    padding: 7px 25px;
    border: 1px solid var(--secondary-color);
    border-radius: 50px;
    display: flex;
    align-items: center;
    width: fit-content;
    transition: all 0.3s ease;
    position: relative;
    gap: 5px;
}
.secondary-btn:hover {
    background: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    color: var(--white-color);
}
.secondary-btn:hover {
    transform: scale(1.02);
}

/* Third Btn */
.third-btn {
    border: 1px solid #fff;
    border-radius: 50px;
    color: #fff;
    padding: 7px 25px;
    transition: .3s;
}

.third-btn:hover {
    background: #fff;
    color: var(--primary-color);
}

.third-btn:hover i {
    transform: rotate(-45deg);
    transition: transform .3s ease;
}

.arabic-version .third-btn:hover i {
    transform: rotate(45deg);
}

.apply-btn:hover {
    text-decoration: underline;
    background-color: inherit;
    color: #fff;
}

.fourth-btn {
    border-color: var(--secondary-color);
    color: var(--secondary-color);
}

.fourth-btn picture img {
    filter: brightness(0) saturate(100%) invert(26%) sepia(6%) saturate(5203%) hue-rotate(143deg) brightness(90%) contrast(85%);
}

.fourth-btn::before {
    background-color: var(--secondary-color);
}

/* Share Btn */
.share-button-section {
    height: 50px;

}

.share-btn {
    cursor: pointer;
    position: absolute;
    z-index: 1;
    color: var(--primary-color);
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 510;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-direction: row-reverse;
}

.share-btn:hover {
    color: var(--primary-color);
}

.share-overlay {
    opacity: 0;
    position: absolute;
    display: none !important;
}

.share-overlay.active {
    opacity: 1;
    display: flex !important;
}

.share-overlay #close {
    cursor: pointer;
}

.share-overlay i {
    font-size: 1.5rem;
    color: var(--primary-color);
}

.share-button-section a,
.share-button-section #close {
    display: flex;
}

#closeButton {
    display: flex;
    cursor: pointer;
}

/* Tab Panes */
.nav-tabs-container {
    overflow-x: auto;
}

.nav-tabs {
    border: 1px solid rgb(0 151 159 / 35%) !important;
    width: fit-content;
    padding: 3px;
    border-radius: 50px;
}

.nav-tabs .nav-item {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding-block: 1px;
}

@media (max-width: 991.98px) {
    .nav-tabs {
        flex-wrap: nowrap;
    }

    .nav-tabs-container {
        padding-bottom: 1rem;
    }

    .nav-tabs .nav-item {
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        padding-block: 1px;
        flex: 0 0 181px;
    }
}

.nav-tabs .nav-item .nav-link {
    border: 0;
    background-color: inherit;
    flex: 1;
    border-radius: 50px;
    border: unset;
}

.nav-tabs .nav-item .nav-link.active {
    background-color: var(--primary-color);
    color: var(--white-color);
    border: var(--secondary-border);
}

.nav-tabs .nav-item .nav-link h5 {
    color: rgb(45 41 38 / 60%);
}

.nav-tabs .nav-item .nav-link.active h5 {
    color: var(--white-color);
}

/* Pagination */
.pagination-wrapper {
    padding-bottom: 1rem;
}

.pagination-wrapper .pagination {
    gap: 8px !important;
}

.pagination-container .page-item {
    width: 40px;
    justify-content: center;
    display: flex;
    align-items: center;
    aspect-ratio: 1;
    transition: all 0.3s ease-out;
}

.pagination-container .page-item .page-link {
    padding: 0;
    font-size: 0.95rem;
    width: max-content;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    outline: none;
    border: 1px solid var(--secondary-color);
    background: transparent;
    color: var(--secondary-color);
    transition: all 0.3s ease-out;
    border-radius: 50%;
}

.pagination-container .page-item .page-link:hover {
    background-color: var(--secondary-color);
    color: #fff;
}

.pagination-container .page-item,
.pagination-container .page-item.active {
    position: relative;
}

.pagination-container .page-item.active .page-link {
    background-color: var(--secondary-color);
    border-color: transparent;
    border-radius: 50%;
    color: #fff !important;
}

.arabic-version .pagination-container .page-item:not(:first-child):not(:last-child):hover::before,
.arabic-version .pagination-container .page-item::before {
    inset-inline-start: 0;
}

.pagination-container .page-item.active .page-link {
    color: var(--primary-color);
}

.arabic-version .pagination-container .page-item:last-of-type .page-link,
.arabic-version .pagination-container .page-item:nth-child(1) .page-link {
    transform: scale(-1);
}

.pagination-container .page-item:nth-child(1) .page-link,
.pagination-container .page-item:last-of-type .page-link {
    background-color: var(--primary-color);
    border-color: transparent;
    color: #fff;
}

.pagination-container .page-item:nth-child(1) .page-link:hover,
.pagination-container .page-item:last-of-type .page-link:hover {
    background: var(--primary-color);
}


.pagination-container .page-item:last-of-type .page-link {
    color: #fff;
}

.pagination-container .page-item .page-link.page-disabled {
    background-color: rgb(0 112 150 / 30%);
    pointer-events: none;
}

@media (max-width: 575px) {
    .pagination-container .page-item .page-link {
        width: 2.8rem;
    }
}

@media (max-width: 350px) {
    .pagination-container {
        gap: 0.5rem;
    }
}

@media (max-width: 575.8889px) {

    .pagination-container .page-item:nth-child(3),
    .pagination-container .page-item:nth-child(4) {
        display: block;
    }
}

/* Pagination */
/* Floating chat */
.floating-chat {
    width: 70px;
    height: 70px;
    position: fixed;
    inset-inline-end: 30px;
    bottom: 20px;
}

/* Hero Section */
.hero-section {
    position: relative;
    overflow: hidden;
}

.hero-section::before {
    content: "";
    position: absolute;
    top: -105%;
    right: -80px;
    width: 40%;
    height: 200%;
    background-color: var(--primary-color);
    opacity: 0.1;
    z-index: 1;
    border-radius: 0 0 50% 50%;
    transform: rotate(45deg);
}
@media (min-width: 1200px) {
    .hero-image-section img {
        max-width: 60%;
    }
}
.hero-content {
    padding-bottom: 1rem;
    border-bottom: 2px solid var(--primary-color-op-30);
}

.hero-content {
    text-align: start;
}

@media(max-width: 767.98px) {
    .hero-section::before {
        top: -20%;
        right: 50%;
        width: 100%;
        height: 100%;
        transform: rotate(0) translateX(50%);
    }

    .hero-content p {
        text-align: center !important;
    }
}

/* Hero section arabic support */
.arabic-version .hero-section::before {
    top: -105%;
    left: -80px !important;
    right: auto !important;
    transform: rotate(-45deg);
}

@media(max-width: 991.98px) {
    .arabic-version .hero-section::before {
        top: -20%;
        left: 50% !important;
        right: 50% !important;
        transform: rotate(0) translateX(50%);
    }
}

.arabic-version .hero-image-section img {
    transform: scaleX(-1);
}

/* li bullet styling */


ul li::marker {
    color: var(--primary-color);
    font-size: 20px;
}


/* Two sides section styling */
.two-sides-section .content-section {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 4rem;
}

.two-sides-section .content-container {
    order: 2;
    width: 100%;
}

.two-sides-section .content-image-section {
    order: 1;
    width: 100%;
}

/* Desktop styles */
@media (min-width: 991.98px) {
    .two-sides-section .content-section {
        flex-direction: row;
        align-items: center;
        gap: 2rem;
        margin-bottom: 2rem;
    }

    /* Default for odd rows - image on right */
    .two-sides-section .content-section:nth-child(odd) .content-container {
        order: 1;
    }

    .two-sides-section .content-section:nth-child(odd) .content-image-section {
        order: 2;
    }

    /* For even rows - image on left */
    .two-sides-section .content-section:nth-child(even) .content-container {
        order: 2;
    }

    .two-sides-section .content-section:nth-child(even) .content-image-section {
        order: 1;
    }
}
.slick-dots li.slick-active button:before,
.partners-slider .slick-dots li button:before {
    color: var(--primary-color) !important;
}

/* Apply Modal */
.info-popup .modal-header {
    background-color: var(--primary-color);
    color: var(--white-color);
    border-bottom: none;
    position: relative;
}

.info-popup .close-btn {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    opacity: 1;
    color: var(--white-color);
    transition: opacity 0.3s ease;
}

.info-popup .close-btn:hover {
    opacity: 0.7;
}
.survey-question-name-wrap h5 {
    color: var(--primary-color);
}
.help-block {
    font-size: 13px;
    color: #D71F26;
}
.survey-question-pjax-container {
    margin-bottom: 0.5rem !important;
}
.answers-container:has(.checkbox-group) {
    display: flex;
    gap: 5px;
}