:root {
    --primary-color: #1B90AE;
    --secondary-color: #007096;
    --font-color: #53565A;
    --light-color: #F9F9F9;
    --section-padding: 50px 0;
    --main-radius: 10px;
    --main-transition: all 0.3s ease-out;
    --main-font-family: 'Prometo';
    --ar-font-family: 'DIN Next LT Arabic';
    --square-asepct-ratio: 1 / 1;
    --main-line-height: 1.6;
}

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

body.arabic-version {
    direction: rtl;
    font-family: var(--ar-font-family);
}

html,
body,
.h1,
.h2,
.h3,
h1,
h2,
h3
.h4,
.h5,
.h6,
h4,
h5,
h6,
p {
    line-height: var(--main-line-height) !important
}

.h3,
h3
.h4,
.h5,
.h6,
h4,
h5,
h6,
p {
    text-align: justify;
}
[dir="rtl"] html,
body.arabic-version,
.arabic-version .h1,
.arabic-version .h2,
.arabic-version .h3,
.arabic-version h1,
.arabic-version h2,
.arabic-version h3,
.arabic-version .h4,
.arabic-version .h5,
.arabic-version .h6,
.arabic-version h4,
.arabic-version h5,
.arabic-version h6,
.arabic-version p {
        font-family: var(--ar-font-family);
}


body {
    background-color: #ffffff;
    line-height: var(--main-line-height);

}

main {
    overflow-x: hidden;
}

h1 {
    font-size: 1.9rem;
}

h2 {
    font-size: 1.4rem;
}

h3 {
    font-size: 1.3rem;
}

h4 {
    font-size: 1.1rem;
}

h5 {
    font-size: 1rem;
}

h6 {
    font-size: .9rem;
}

p {
    font-size: .9rem;
}

.arabic-version h1 {
    font-size: 2rem;
}

.arabic-version h2 {
    font-size: 1.5rem;
}

.arabic-version h3 {
    font-size: 1.3rem;
}

.arabic-version h4 {
    font-size: 1.2rem;
}

.arabic-version h5 {
    font-size: 1.05rem;
}

.arabic-version h6 {
    font-size: 1rem;
}

.arabic-version p {
    font-size: 1rem;
}

a {
    color: var(--font-color);
    text-decoration: none;
}

/* Big Screen Container */
@media (min-width: 1600px) {

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

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

/* Fonts */
@font-face {
    font-family: 'DIN Next LT Arabic';
    src: url('../Assets/fonts/DINNextLTArabic-Light.eot');
    src: url('../Assets/fonts/DINNextLTArabic-Light.eot?#iefix') format('embedded-opentype'),
        url('../Assets/fonts/DINNextLTArabic-Light.woff2') format('woff2'),
        url('../Assets/fonts/DINNextLTArabic-Light.woff') format('woff'),
        url('../Assets/fonts/DINNextLTArabic-Light.ttf') format('truetype'),
        url('../Assets/fonts/DINNextLTArabic-Light.svg#DINNextLTArabic-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

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

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

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

@font-face {
    font-family: 'Prometo';
    src: url('../Assets/fonts/Prometo-Italic.eot');
    src: url('../Assets/fonts/Prometo-Italic.eot?#iefix') format('embedded-opentype'),
        url('../Assets/fonts/Prometo-Italic.woff2') format('woff2'),
        url('../Assets/fonts/Prometo-Italic.woff') format('woff'),
        url('../Assets/fonts/Prometo-Italic.ttf') format('truetype'),
        url('../Assets/fonts/Prometo-Italic.svg#Prometo-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

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

@font-face {
    font-family: 'Prometo';
    src: url('../Assets/fonts/Prometo-LightItalic.eot');
    src: url('../Assets/fonts/Prometo-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('../Assets/fonts/Prometo-LightItalic.woff2') format('woff2'),
        url('../Assets/fonts/Prometo-LightItalic.woff') format('woff'),
        url('../Assets/fonts/Prometo-LightItalic.ttf') format('truetype'),
        url('../Assets/fonts/Prometo-LightItalic.svg#Prometo-LightItalic') format('svg');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

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

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

@font-face {
    font-family: 'Prometo';
    src: url('../Assets/fonts/Prometo-MediumItalic.eot');
    src: url('../Assets/fonts/Prometo-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('../Assets/fonts/Prometo-MediumItalic.woff2') format('woff2'),
        url('../Assets/fonts/Prometo-MediumItalic.woff') format('woff'),
        url('../Assets/fonts/Prometo-MediumItalic.ttf') format('truetype'),
        url('../Assets/fonts/Prometo-MediumItalic.svg#Prometo-MediumItalic') format('svg');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

/* arrows */
.arabic-version .fa-angle-right,
.arabic-version .fa-arrow-left,
.arabic-version .fa-arrow-right,
.arabic-version .fa-angle-left {
    transform: rotate(180deg);
}

/* Buttons */
/* Main Button */
.main-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    position: relative;
    width: fit-content;
    transition: var(--main-transition);
}

.main-btn:hover {
    padding-inline: 1rem;
}

.main-btn::before {
    content: '';
    position: absolute;
    inset-inline-start: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background-color: var(--primary-color);
    opacity: 0.3;
    border-radius: 50%;
    z-index: 0;
    transition: var(--main-transition);
}

.arabic-version .main-btn::before {
    inset-inline-start: unset;
    inset-inline-end: 50%;
}

.main-btn:hover::before {
    width: 100%;
    border-radius: 50px;
    opacity: 1;
}

.main-btn h5,
.main-btn input {
    position: relative;
    z-index: 1;
    margin-bottom: 0;
    color: var(--primary-color) !important;
}

.main-btn:hover h5,
.main-btn:hover input {
    color: var(--light-color) !important;
}

/* Secondary Button */
.secondary-btn {
    color: var(--primary-color);
    position: relative;
    width: fit-content;
    padding-inline: 1rem;
    border-radius: 50px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.secondary-btn::before {
    content: '';
    position: absolute;
    inset-inline-start: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    opacity: 0.3;
    border-radius: 20px;
    z-index: 0;
    transition: var(--main-transition);
    background-color: var(--light-color);
}

.arabic-version .secondary-btn::before {
    inset-inline-end: 50%;
    inset-inline-start: unset;
}

.secondary-btn:hover::before {
    width: 100%;
    border-radius: 50px;
    opacity: 1;
}

.secondary-btn h5 {
    position: relative;
    z-index: 1;
    margin-bottom: 0;
    color: var(--light-color);
}

.secondary-btn:hover h5 {
    color: var(--main-color);
}

/* Third Button */
.third-btn {
    color: var(--primary-color);
    position: relative;
    width: fit-content;
    padding-inline: 1rem;
    border-radius: 50px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.third-btn h5 {
    color: var(--light-color) !important;
}

.third-btn::before {
    content: '';
    position: absolute;
    inset-inline-start: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    border-radius: 20px;
    z-index: 0;
    transition: var(--main-transition);
    background-color: var(--light-color);
    opacity: 0.3;
}

.arabic-version .third-btn::before {
    inset-inline-end: 50%;
    inset-inline-start: unset;
}

.third-btn:hover::before {
    width: 100%;
    border-radius: 50px;
    opacity: 1;
    background-color: var(--primary-color);
}

.third-btn h5 {
    position: relative;
    z-index: 1;
    margin-bottom: 0;
    color: var(--light-color);
}

.third-btn:hover h5 {
    color: var(--light-color) !important;
}

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

}

.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;
}

/* 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(--main-line-height));
}

.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(--main-line-height));
}

.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(--main-line-height));
}

.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(--main-line-height));
}

/* Header Section */
.header-section {
    height: 250px;
    background: linear-gradient(90deg, #1B90AE 0%, #007096 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width:   575.98px) {
    .header-section {
        height: 100px;
    }
}

.header-section h2 {
    color: var(--light-color);
    margin: 0;
}

/* Forms */
.form-select {
    height: 44px;
    text-align: start !important;
}

.form-select,
.form-control,
#mobile-number-input {
    padding-block: 0.5rem;
    border-radius: 20px;
    border: 1.5px solid rgb(83 86 90 / 30%);
    color: var(--font-color);
}

.form-control::placeholder,
.iti input::placeholder {
    opacity: 0.4;
}

#mobile-number-input:focus-visible {
    outline: none;
}

textarea {
    border-radius: var(--main-radius) !important;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus,
.form-control:focus,
#mobile-number-input:focus {
    box-shadow: none;
    border: 1px solid rgb(83 86 90 / 100%) !important;
}

.arabic-version .nice-select .list li {
    text-align: start !important;
}

.nice-select.open .list {
    box-shadow: 0px 1px 20px 0px #B6B6B640;

}

.nice-select:after {
    display: none;
}

.nice-select .list {
    width: 100%;
}

.nice-select .list li {
    padding: 0.5rem 1rem;
}

.nice-select .list li:not(:last-child) {
    border-bottom: 1px solid rgb(83 86 90 / 20%);
}

label {
    margin-bottom: 0.5rem;
}

label span {
    color: #C52319;
}

.iti__flag {
    background-image: url("../Assets/Icons/flags.png");
}

.iti,
.iti input {
    width: 100%;
}

.iti__selected-country {
    border-inline-end: 1.5px solid rgb(83 86 90 / 30%) !important;
    padding-inline-end: 1.5rem !important;
}


.iti__arrow {
    position: absolute;
    inset-inline-end: 3px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../Assets/Icons/CaretDown.svg);
    background-size: 20px;
    background-position: 95% 50%;
    background-repeat: no-repeat;
    width: 20px !important;
    height: 20px !important;
    border: none !important;
    background-color: transparent
}

.iti__arrow.iti__arrow--up {
    background-image: url("../Assets/Icons/CaretUp.svg");
}

.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country-primary:hover {
    background-color: transparent;
}

.form-check-group .form-check {
    display: flex;
    align-items: center;
    gap: .5rem;
}

.form-check-group .form-check label {
    margin-bottom: 0;
}

.form-check-group input[type="radio"] {
    width: 30px;
    height: 30px;

}

.form-check-input:checked[type=radio] {
    border-color: var(--primary-color);
    background-color: transparent;
    position: relative;
}


.form-check-input:checked[type=radio]::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 15px;
    height: 15px;
    background-color: var(--primary-color);
    border-radius: 50%;
}

.form-check-input:checked[type=radio]:focus {
    box-shadow: none;
}

.form-check-input:active {
    filter: none;
}

/* 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(--primary-color);
    color: #fff;
}

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

.pagination-container .page-item.active .page-link {
    background-color: var(--primary-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(--secondary-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: none;
    }
}

/* Pagination */
.social-media-header-section {
    background-color: var(--primary-color);
}

.social-media-header-section h5 {
    color: var(--light-color);
}

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