/*-----------------------------------------------------------------
Main Style Stylesheet
Template Name  : najahSoft Foundation for Development
Author         : NourEgy
Version        : 1.0
Primary Use    : ..
-----------------------------------------------------------------*/

/*-----------------------------------------------------------------
Table Of Index
--------------------------------
1. Reset css
2. Style Css
    1- ...
    2- ...
    3- ...
    4- ...
    5- ...
    6- ...
    7- ...
    8- ...
    9- ...
    10- ...
    10- ...
    11- ...
-----------------------------------------------------------------*/

/*----------------------------------------------------------------
					Start Default Settings
----------------------------------------------------------------*/
@-o-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

/*-------------General Style---------------------------------------*/

/*-------------General Style---------------------------------------*/
*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    overflow-x: hidden !important;
    height: 100%;
    scroll-behavior: smooth;
    direction: rtl;
}

html:focus-within {
    scroll-behavior: smooth;
}

/* Root Variables */
/* Color Theme Swatches in Hex */


:root {
    --najahSoft-primary-color: #660CED;
    --najahSoft-secondary-color: #0b566a;
    --najahSoft-three-color: #56952c;
    --najahSoft-bg-dark-color: #0f313a;

    --najahSoft-bg-gradient-color: linear-gradient(25deg,
            rgba(15, 49, 58, 1) 0%,
            rgba(11, 86, 106, 1) 58%);
    --najahSoft-bg-gradient2-color: linear-gradient(135deg,
            #56952c 0%,
            #34acaf 80%);

    --najahSoft-bg-light-gradient: linear-gradient(180deg, #F7F3FD 0%, #F7F3FD 100%);



    --najahSoft-purple-color: #240453;
    --najahSoft-blue-color: #4D09B2;
    --najahSoft-orange-color: #F2AE42;
    --najahSoft-success-color: #37C893;
    /* Success Color */
    --najahSoft-danger-color: #E01E43;
    /* Danger Color */








    --najahSoft-dark-color: #213242;
    --najahSoft-dark1-color: #213242;
    --najahSoft-dark2-color: #313133;
    --najahSoft-dark3-color: #58595b;
    --najahSoft-gray-color: #75799D;
    --najahSoft-line-color: #c9cacc;
    --najahSoft-light-color: #e2e3e4;
    --najahSoft-of-white-color: #F3F3F5;
    --najahSoft-white-color: #ffffff;

    --najahSoft-transition: all 0.4s ease-in-out;
    /* transition */
    --najahSoft-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    /* Box Shadow */
    --najahSoft-font: "Cairo", sans-serif;
    --najahSoft-font-two: "Tajawal", sans-serif;
}

/* Set core body defaults */
body {
    position: relative;
    min-height: 100vh;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
    font-size: 20px;
    background-color: var(--najahSoft-white-color);
    direction: rtl !important;
    text-align: right !important;
    margin: 0;
    padding: 0;
    color: var(--najahSoft-gray-color);
    line-height: 25px;
    font-family: var(--najahSoft-font);
}

#main {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
    text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
    max-width: 100%;
    display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
    font: inherit;
}

/*==== Block Settings ==========*/
img {
    max-width: 100%;
    height: auto;
}

iframe {
    width: 100%;
    border: none;
}

a,
a:hover,
a:focus,
a:active,
button:focus,
button {
    text-decoration: none;
    border: none;
    outline: 0;
    color: var(--najahSoft-gray-color);
}

button {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: var(--najahSoft-gray-color);
    border-radius: 4px;
    background-color: transparent;
    transition: var(--najahSoft-transition);
}

ul ol,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="password"],
input[type="subject"],
textarea {
    outline: 0;
    resize: none;
    display: block;
    width: 100%;
    line-height: 24px;
    height: 50px;
    font-size: 14px;
    border: 1px solid var(--najahSoft-line-color);
    padding: 13px 20px;
    background: var(--najahSoft-of-white-color);
    color: var(--najahSoft-dark-color);
    border-radius: 5px;
    margin-bottom: 0px;
    box-shadow: none !important;
    font-weight: 500;
    transition: var(--najahSoft-transition);
}

select {
    height: 50px !important;
    outline: 0;
    resize: none;
    font-weight: 400;
    display: block;
    width: 100%;
    line-height: 24px;
    font-size: 14px;
    border: 1px solid var(--najahSoft-line-color) !important;
    padding: 13px 20px;
    background: var(--najahSoft-light-color) !important;
    color: var(--najahSoft-dark-color) !important;
    border-radius: 0px;
    margin-bottom: 30px;
    box-shadow: none !important;
    width: 100%;
}

.nice-select {
    width: 100% !important;
    border-radius: 5px !important;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    background: transparent !important;
    margin-bottom: 30px;
    border: solid 1px var(--najahSoft-line-color) !important;
}

.nice-select .list {
    width: 100%;
    overflow-y: scroll;
    max-height: 160px;
    z-index: 10;
    border-radius: 0;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

html[dir="rtl"] .nice-select {
    margin: 0;
    padding-right: 18px;
    padding-left: 30px;
}

.nice-select:after {
    right: inherit;
    left: 12px;
}

html[dir="rtl"] .nice-select .option {
    padding-right: 18px;
    padding-left: 29px;
}

.form-group {
    margin-bottom: 0;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="subject"]:focus,
textarea:focus,
select:focus,
button:focus {
    outline: none;
    border: 1px solid var(--najahSoft-dark-color);
}

textarea {
    height: 150px;
    padding-top: 20px;
}

textarea:focus {
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid var(--najahSoft-dark3-color);
}

.form-group {
    margin-bottom: 0;
}

.form-with-icon {
    display: flex;
    gap: 5px;
    flex-direction: column;
    position: relative;
    width: 100%;
}

.form-with-icon input,
.form-with-icon textarea {
    padding-right: 45px;
    width: 100%;
}

.form-with-icon .input-icon {
    position: absolute;
    bottom: 10px;
    right: 15px;
    opacity: 0.5;
    font-size: 16px;
}

.form-with-icon input {
    padding-right: 50px;
}

/*========== Typography Settings ==========*/
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    line-height: 1;
}

h1 {
    font-size: 64px;
    font-weight: 700;
    letter-spacing: -2%;
}

h2 {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: -2%;
}

h3 {
    font-weight: 500;
    font-size: 24px;
    letter-spacing: -2%;
}

h4 {
    font-weight: 500;
    font-size: 22px;
    letter-spacing: -2%;
}

h5 {
    font-size: 20px;
    font-weight: 500;
}

h5 {
    font-size: 18px;
    font-weight: 500;
}

p {
    line-height: 28px;
    font-weight: 400;
    color: var(--najahSoft-gray-color);
}

.small-title {
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    color: var(--najahSoft-dark-color);
    position: relative;
}

.small-title-two {
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    color: var(--najahSoft-dark-color);
    position: relative;
}

.p-desc {
    font-size: 18px;
    font-weight: 500;
    line-height: 36px;
    color: var(--najahSoft-gray-color);
}

.page-title {
    color: var(--najahSoft-dark-color);
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0em;
    margin-bottom: 20px;
}

/*========== Currency Icon ==========*/
.currency-icon-11 {
    width: 11px;
    height: auto;
    margin-left: 2px;
    display: inline;
}

.currency-icon-13 {
    width: 13px;
    height: auto;
    margin-left: 2px;
    display: inline;
}

/*========== Spacing CSS ==========*/
.ptb-130 {
    padding-top: 130px;
    padding-bottom: 130px;
}

.pt-130 {
    padding-top: 130px;
}

.pb-130 {
    padding-bottom: 130px;
}

.ptb-120 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.pt-120 {
    padding-top: 120px;
}

.pb-120 {
    padding-bottom: 120px;
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 130px;
}

.pt-130 {
    padding-top: 130px;
}

.pb-130 {
    padding-bottom: 130px;
}

.ptb-120 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.pt-120 {
    padding-top: 120px;
}

.pb-120 {
    padding-bottom: 120px;
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.ptb-90 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.pt-90 {
    padding-top: 90px;
}

.pb-90 {
    padding-bottom: 90px;
}

.ptb-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.pt-80 {
    padding-top: 80px;
}

.pb-80 {
    padding-bottom: 80px;
}

.ptb-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.pt-70 {
    padding-top: 70px;
}

.pb-70 {
    padding-bottom: 70px;
}

.ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.ptb-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.pt-40 {
    padding-top: 40px;
}

.pb-40 {
    padding-bottom: 40px;
}

.no-padding {
    padding: 0;
}

.mt-100 {
    margin-top: 100px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mt-50 {
    margin-top: 50px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-30 {
    margin-top: 30px;
}

.mr-30 {
    margin-right: 30px !important;
}

.mb-30 {
    margin-bottom: 30px;
}

.ml-30 {
    margin-left: 30px;
}

.mt-25 {
    margin-top: 25px;
}

.mr-25 {
    margin-right: 25px;
}

.mb-25 {
    margin-bottom: 25px;
}

.ml-25 {
    margin-left: 25px;
}

.mt-20 {
    margin-top: 20px;
}

.mr-20 {
    margin-right: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.ml-20 {
    margin-left: 20px;
}

.mt-15 {
    margin-top: 15px;
}

.mr-15 {
    margin-right: 15px;
}

.mb-15 {
    margin-bottom: 15px;
}

.ml-15 {
    margin-left: 15px;
}

.mt-10 {
    margin-top: 10px;
}

.mr-10 {
    margin-right: 10px;
}

.mb-10 {
    margin-bottom: 10px;
}

.ml-10 {
    margin-left: 10px;
}

.last-child {
    margin-bottom: 0 !important;
}

.pt-90 {
    padding-top: 90px;
}

.pb-90 {
    padding-bottom: 90px;
}

.ptb-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.pt-80 {
    padding-top: 80px;
}

.pb-80 {
    padding-bottom: 80px;
}

.ptb-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.pt-70 {
    padding-top: 70px;
}

.pb-70 {
    padding-bottom: 70px;
}

.ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.ptb-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.pt-40 {
    padding-top: 40px;
}

.pb-40 {
    padding-bottom: 40px;
}

.no-padding {
    padding: 0;
}

.mt-100 {
    margin-top: 100px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mt-50 {
    margin-top: 50px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-30 {
    margin-top: 30px;
}

.mr-30 {
    margin-right: 30px !important;
}

.mb-30 {
    margin-bottom: 30px;
}

.ml-30 {
    margin-left: 30px;
}

.mt-25 {
    margin-top: 25px;
}

.mr-25 {
    margin-right: 25px;
}

.mb-25 {
    margin-bottom: 25px;
}

.ml-25 {
    margin-left: 25px;
}

.mt-20 {
    margin-top: 20px;
}

.mr-20 {
    margin-right: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.ml-20 {
    margin-left: 20px;
}

.last-child {
    margin-bottom: 0 !important;
}

/*========= Alignment CSS ==========*/
.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

/*========== My Classes ==========*/
/* Section title */
.section-title {
    padding-bottom: 60px;
    position: relative;
}

.section-title-two {
    max-width: 900px;
    margin: 0 auto;
    padding-bottom: 30px;
    text-align: center;
}

.top-title-section {
    border-radius: 8px;
    padding: 10px 15px;
    background: #F1E9FD;
    font-weight: 600;
    font-size: 16px;
    line-height: 25.2px;
    text-align: center;
    color: var(--najahSoft-primary-color);
    margin-bottom: 10px;
    display: inline-flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.section-title h2,
.section-title-two h2 {
    padding-bottom: 10px;
    color: var(--najahSoft-dark-color);
    font-weight: 700;
    font-size: 30px;
    line-height: 39px;
}

.section-title h2 span,
.section-title-two h2 span,
.section-title .highlight {
    color: var(--najahSoft-primary-color);
}

.section-title p,
.section-title-two p {
    font-size: 18px;
    color: var(--najahSoft-gray-color);
    line-height: 36px;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    letter-spacing: 0%;

}

.section-title .counter-number,
.section-title-two .counter-number {
    display: inline-flex;
    flex-direction: row-reverse;
    direction: rtl;
}

/* Nav Catousel */
.part-sec-title {
    position: absolute;
    top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    gap: 30px;
}

.sec-carousel-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    gap: 10px;
    position: absolute;
    z-index: 111;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.carousel-nav {
    min-width: 50px;
    min-height: 50px;
    border-radius: 50%;
    border: 1px solid var(--najahSoft-line-color);
    background-color: transparent;
    color: var(--najahSoft-dark-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    transition: var(--najahSoft-transition);
    cursor: pointer;
}

.carousel-nav:hover {
    border: 1px solid var(--najahSoft-primary-color);
    background-color: var(--najahSoft-primary-color);
    color: var(--najahSoft-white-color);
}

.sec-carousel-nav .nav-next {
    position: absolute;
    right: -10px;
}

.sec-carousel-nav .nav-prev {
    position: absolute;
    left: -10px;
}

.swiper-scrollbar-drag {
    background: var(--najahSoft-primary-color);
}

.carousel-center {
    position: relative;
}

.carousel-nav-center .carousel-nav {
    position: absolute;
    top: 50%;
    z-index: 2;
    transform: translate(0, -50%);
}

.nav-bg-white .carousel-nav {
    background: var(--najahSoft-of-white-color);
    border: 1px solid #eee;
}

.nav-bg-gray .carousel-nav {
    background: var(--najahSoft-white-color);
    border: 1px solid #eee;
    box-shadow: rgb(25 41 66 / 4%) 0px 12px 10px 0px;
}

.carousel-nav-center .carousel-nav.nav-next {
    right: -70px;
}

.carousel-nav-center .carousel-nav.nav-prev {
    left: -70px;
}

.carousel-nav:hover {
    background: var(--najahSoft-primary-color);
}

.footer-card .card-item {
    margin-bottom: 40px;
}

.footer-card .section-title {
    padding-left: 100px !important;
}

.footer-card .sec-carousel-nav {
    position: absolute;
    left: 0;
    top: 0;
}

/* Button Section Title */
.btn-sec-title {
    gap: 10px;
}

/* Display */
.display-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.display-table {
    width: 100%;
    height: 100%;
    display: table;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

/* Modal POPup */
.overlay-modal {
    position: fixed;
    background-color: rgb(255 255 255 / 38%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -100;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
    animation-delay: 0.5s;
    cursor: crosshair;
}

.overlay-modal.open {
    z-index: 100;
    visibility: visible;
    opacity: 1;
    transition: 0.2s;
    animation-delay: 0.1s;
}

.modal-popup {
    position: fixed;
    min-height: 200px;
    width: 100%;
    max-width: 1000px;
    top: 50%;
    left: 50%;
    z-index: -101;
    transform: translate(-50%, -30%);
    border-radius: 10px;
    box-shadow: 5px 5px 20px hsl(0deg 0% 0% / 10%);
    flex-direction: column;
    padding: 50px 40px;
    justify-content: center;
    align-items: center;
    display: flex;
    opacity: 0;
    visibility: hidden;
    animation-delay: 2s;
    transition: 0.5s;
    border: 1px solid rgba(85, 101, 175, 1);
    background: var(--najahSoft-of-white-color);
}

.modal-popup.open {
    z-index: 101;
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%);
    transition: 0.8s;
    animation-delay: 1s;
}

.modal-head {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: relative;
}

.close-modal {
    height: 30px;
    width: 30px;
    position: absolute;
    top: 0px;
    left: 20px;
    width: 35px;
    height: 30px;
    border-radius: 4px;
    background-color: var(--najahSoft-secondary-color);
    border: none;
    outline: none;
    justify-content: center;
    align-items: center;
    transition: var(--najahSoft-transition);
    left: -30px;
    top: -40px;
}

.close-modal span {
    width: 20px;
    height: 2px;
    background-color: var(--najahSoft-white-color);
    transition: all 0.4s;
    position: absolute;
}

.close-modal span:first-child {
    transform: rotate(135deg);
}

.close-modal span:last-child {
    transform: rotate(45deg);
}

.modal-head h4 {
    color: var(--najahSoft-dark3-color);
    margin-bottom: 30px;
    padding-right: 0;
    display: flex;
    gap: 20px;
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: right;
}

.modal-body {
    width: 100%;
}

.modal-body .form-conent {
    display: grid;
    width: 100%;
    gap: 30px;
    grid-template-columns: 1fr 1fr;
}

.modal-body .form-btn {
    display: flex;
    width: 100%;
    justify-content: end;
    align-items: center;
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid var(--najahSoft-line-color);
}

.conent-files {
    padding: 50px 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px dashed #8c8ca1;
    border-radius: 5px;
}

.edit-avatar {
    border: 1px solid #8c8ca1;
    padding: 10px;
    border-radius: 5px;
    display: grid;
    grid-template-columns: calc(50% - 5px) calc(50% - 5px);
    gap: 10px;
    background-color: #fff;
}

.edit-avatar button {
    display: flex;
    width: auto;
}

.img-upload {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    cursor: pointer;
    opacity: 0;
    z-index: 10;
}

.img-upload:hover {
    box-shadow: 0 1px 1px #000;
    opacity: 0.1;
}

.img-avatar {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 5px;
}

/* Tabs  */

.tabs-component {
    position: relative;
}

.tabs-component .tabs-control {
    display: flex;
    gap: 30px;
    text-align: center;
}

.button-tab {
    padding: 15px;
    font-size: 15px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: right;
    color: var(--najahSoft-dark3-color);
    border-bottom: none;
}

.button-tab:focus {
    border: none;
}

.button-tab:hover {
    opacity: 0.6;
}

.button-tab.active {
    color: var(--najahSoft-primary-color);
}

.header-tabs-component {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tabs-container {
    padding: 0;
    margin: 50px 0;
    margin-bottom: 0;
}

.tabs-content {
    opacity: 0;
    visibility: hidden;
    flex-direction: column;
    justify-content: center;
    position: relative;
    display: flex;
    height: 0;
    transition: var(--najahSoft-transition);
    transform: translate(0, 200%);
    z-index: -10;
}

.tabs-content .body-conent-tab {
    overflow: hidden;
}

.tabs-content.active {
    height: auto;
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transform: translate(0, 0%);
}

/* List Pagination */
.list-pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

/* Firefox */
.scrollbar {
    scrollbar-color: var(--najahSoft-primary-color) var(--najahSoft-white-color);
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
}

.scrollbar::-webkit-scrollbar {
    width: 7px;
    background-color: var(--najahSoft-white-color) !important;
}

.scrollbar::-webkit-scrollbar-thumb {
    background-color: var(--najahSoft-primary-color) !important;
    border-radius: 0px;
    border: 7px solid var(--najahSoft-primary-color) !important;
}

/* Button */
.list-pagination .pagination-btn {
    border: 1px solid rgba(226, 232, 240, 1);
    width: 130px;
    height: 38px;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: var(--najahSoft-gray-color);
    border-radius: 4px;
    background-color: transparent;
    transition: var(--najahSoft-transition);
}

.list-pagination .pagination-btn svg path {
    stroke: var(--najahSoft-gray-color);
}

.list-pagination .pagination-btn:hover {
    border-color: var(--najahSoft-primary-color) !important;
    color: var(--najahSoft-primary-color) !important;
}

.list-pagination .pagination-btn:hover svg path {
    stroke: var(--najahSoft-primary-color) !important;
}

/* list */
.list-pagination .list-page-links {
    padding: 0;
    display: flex;
    margin-bottom: 0;
    gap: 5px;
}

.dataTables_paginate {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pagination-btn.next,
.pagination-btn.previous {
    border: 1px solid rgba(226, 232, 240, 1) !important;
    width: 130px;
    height: 38px;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: var(--najahSoft-gray-color) !important;
    border-radius: 4px !important;
    background-color: transparent !important;
    transition: var(--najahSoft-transition) !important;
    cursor: pointer;
}

.pagination-btn.next.disabled,
.pagination-btn.previous.disabled {
    cursor: auto;
}

.list-pagination .list-page-links li {
    display: inline-block;
}

.dataTables_paginate span {
    display: flex;
    gap: 5px;
}

.list-pagination .list-page-links li a,
.dataTables_paginate span .pagination-btn {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: left;
    height: 38px;
    width: 38px;
    color: var(--najahSoft-dark3-color) !important;
    border-radius: 50% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--najahSoft-transition) !important;
    color: var(--najahSoft-dark2-color) !important;
    cursor: pointer;
}

.list-pagination .list-page-links li a.active,
.list-pagination .list-page-links li a:hover,
.pagination-btn.next:hover,
.pagination-btn.previous:hover,
.pagination-btn.next:active,
.pagination-btn.previous:active,
.pagination-btn.next.disabled:hover,
.pagination-btn.previous.disabled:hover,
.pagination-btn.next.disabled:active,
.pagination-btn.previous.disabled:active,
.dataTables_paginate span .pagination-btn.current,
.dataTables_paginate span .pagination-btn:hover {
    box-shadow: 0px 1px 2px 0px rgba(15, 23, 42, 0.04) !important;
    background: var(--najahSoft-primary-color) !important;
    color: var(--najahSoft-white-color) !important;
}

/* Checkbox */
label {
    color: var(--najahSoft-dark3-color);
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    margin-bottom: 5px;
}

.checkbox-theme {
    color: var(--najahSoft-dark3-color);
    padding-right: 30px;
    cursor: pointer;
    display: flex;
    position: relative;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 0px;
    align-items: center;
}

.checkbox-theme input[type="checkbox"] {
    cursor: pointer;
    color: var(--najahSoft-white-color);
    background: var(--najahSoft-white-color) !important;
    -webkit-appearance: none;
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    margin-left: 0px;
    right: 0;
    border: 2px solid var(--najahSoft-line-color);
    border-radius: 2px;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox-theme input[type="checkbox"]:checked:after {
    content: "\f00c";
    font-size: 10px;
    position: absolute;
    top: 2px;
    left: 2px;
    z-index: 20;
    background: var(--najahSoft-blue-color);
    height: 16px;
    width: 16px;
    top: -2px;
    left: -2px;
    line-height: 17px;
    color: #fff !important;
    text-align: center;
    border-radius: 2px;
    font-family: "Font Awesome 5 pro";
    font-weight: 600;
    box-shadow: 0 0 0 2px #ffffff2b;
}

/* Date */
#ui-datepicker-div {
    display: none;
    background-color: var(--najahSoft-white-color);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    margin-top: 5px;
    border-radius: 0;
    padding: 5px;
    z-index: 99999 !important;
    width: 300px;
}

.ui-datepicker table {
    border-collapse: collapse;
    border-spacing: 0;
}

.ui-datepicker-calendar thead th {
    padding: 0.25rem 0;
    text-align: center;
    font-size: 0.75rem;
    font-weight: 400;
    color: var(--najahSoft-gray-color);
}

.ui-datepicker-calendar tbody td {
    width: 2.5rem;
    text-align: center;
    padding: 0;
}

.ui-datepicker-calendar tbody td a {
    display: block;
    transition: 0.3s all;
    text-decoration: none;
    font-size: 14px;
    color: var(--najahSoft-dark3-color) !important;
    border-radius: 0;
    line-height: 35px;
    width: 35px;
    height: 35px;
    text-align: center;
    margin: 3px;
    padding: 0;
}

.ui-datepicker-calendar tbody td a:hover {
    background-color: var(--najahSoft-of-white-color);
}

.ui-datepicker-calendar tbody td a.ui-state-active {
    background-color: var(--najahSoft-of-white-color);
    color: var(--najahSoft-white-color);
}

.ui-datepicker-header a.ui-corner-all {
    cursor: pointer;
    position: absolute;
    top: 0;
    transition: 0.3s all;
    margin: 0;
    border: 1px solid var(--najahSoft-line-color);
    border-radius: 0;
    height: 34px;
    width: 34px;
    line-height: 34px;
    font-size: 14px;
}

.ui-datepicker-header a.ui-corner-all:hover {
    background-color: var(--najahSoft-of-white-color);
}

.ui-widget-header {
    background: var(--najahSoft-of-white-color);
}

.ui-datepicker-header a.ui-datepicker-prev {
    left: 0;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-size: 0.5rem;
    background-position: 50%;
    transform: rotate(180deg);
}

.ui-datepicker-header a.ui-datepicker-next {
    right: 0;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: 50%;
}

.ui-datepicker-header a>span {
    display: none;
}

.ui-datepicker-title {
    text-align: center;
    line-height: 2rem;
    margin-bottom: 0.25rem;
    font-size: 0.875rem;
    font-weight: 500;
    padding-bottom: 0.25rem;
    margin: 0 5px;
    line-height: 1.8em;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: var(--najahSoft-dark3-color) !important;
    background: var(--najahSoft-of-white-color);
}

.ui-datepicker-week-col {
    color: var(--najahSoft-gray-color);
    font-weight: 400;
    font-size: 0.75rem;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid var(--najahSoft-success-color);
    background: var(--najahSoft-success-color);
    color: var(--najahSoft-white-color) !important;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid var(--najahSoft-dark-color) !important;
    background: var(--najahSoft-dark-color) !important;
    font-weight: normal;
    color: var(--najahSoft-white-color) !important;
}

/* Overflow */
.overflow-hidden {
    height: 100%;
    position: relative;
    width: 100%;
}

/* card Item */
.card-item {
    display: flex;
    justify-content: center;
    flex-direction: column;
    transition: var(--najahSoft-transition);
    border-radius: 0px;
    overflow: hidden;
    border: none;
}

.card-item .img-card {
    position: relative;
    overflow: hidden;
    border-radius: 10px 10px 0px 0px;
}

.card-item .img-card img {
    transition: var(--najahSoft-transition);
    border-radius: 10px 10px 0px 0px;
}

.card-item:hover .img-card img {
    transform: scale(1.1, 1.1);
}

.icon-card {
    display: flex;
    font-size: 13px;
    font-weight: 600;
    align-items: center;
    justify-content: flex-start;
    gap: 7px;
    color: var(--najahSoft-gray-color);
    margin-bottom: 5px;
}

.content-item-card {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding-bottom: 0;
    padding-top: 20px;
}

.card-item h6 {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: var(--najahSoft-dark-color);
    transition: var(--najahSoft-transition);
}

.card-item:hover h6 {
    color: var(--najahSoft-primary-color);
}

.content-item-card .p-card {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    /* text-decoration: none;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap; */
    font-size: 16px;
    color: var(--najahSoft-gray-color);
    font-weight: 400;
}

.card-feat-list {
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 5px;
    margin-top: 12px;
    margin-bottom: 12px;
}

.card-feat-list li {
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: var(--najahSoft-gray-color);
    line-height: 30px;
}

.btn-card {
    width: 100%;
    display: flex;
}

.btn-card .button {
    width: 100%;
}

.card-price {
    display: flex;
    font-size: 14px;
    font-weight: 600;
    gap: 10px;
    line-height: 30px;
    align-items: baseline;
}

.card-price strong {
    font-size: 20px;
    font-weight: 700;
    color: var(--najahSoft-secondary-color);
}

/* Buttons */
.button {
    cursor: pointer;
    display: inline-flex;
    position: relative;
    padding: 0 25px;
    min-width: 70px;
    z-index: 2;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0px;
    text-align: center;
    align-items: center;
    justify-content: center;
    transition: var(--najahSoft-transition);
    gap: 10px;
    min-height: 38px;
    border-radius: 5px;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    font-weight: 700;
    font-size: 16px;
}

/*  primary */
.btn-primary {
    background: var(--najahSoft-primary-color) !important;
    color: var(--najahSoft-white-color) !important;
    box-shadow: 0 0 0 2px var(--najahSoft-primary-color) inset;
}

.btn-primary:hover {
    background: var(--najahSoft-dark-color) !important;
    color: var(--najahSoft-white-color) !important;
    box-shadow: 0 0 0 2px var(--najahSoft-dark-color) inset;
}

.btn-primary i {
    color: var(--najahSoft-white-color) !important;
}

/* Outline primary */
.btn-outline-primary {
    background: transparent;
    color: var(--najahSoft-primary-color) !important;
    box-shadow: 0 0 0 2px var(--najahSoft-primary-color) inset;
}

.btn-outline-primary:hover {
    background: var(--najahSoft-dark-color) !important;
    color: var(--najahSoft-white-color) !important;
    box-shadow: 0 0 0 2px var(--najahSoft-dark-color) inset;
}

.btn-outline-primary i {
    color: var(--najahSoft-white-color) !important;
}

/* White */
.btn-white {
    background: var(--najahSoft-white-color) !important;
    color: var(--najahSoft-dark-color) !important;
}

.btn-white:hover {
    background: var(--najahSoft-dark-color) !important;
    color: var(--najahSoft-white-color) !important;
}

.btn-white i {
    color: var(--najahSoft-dark-color) !important;
}

.btn-white:hover i {
    color: var(--najahSoft-white-color) !important;
}

/* Outline White */
.btn-outline-white {
    background: transparent;
    color: var(--najahSoft-white-color) !important;
    box-shadow: 0 0 0 2px var(--najahSoft-white-color) inset;
}

.btn-outline-white:hover {
    background: var(--najahSoft-dark-color) !important;
    color: var(--najahSoft-white-color) !important;
    box-shadow: 0 0 0 2px var(--najahSoft-dark-color) inset;
}

.btn-outline-white i {
    color: var(--najahSoft-white-color) !important;
}

.btn-outline-white:hover i {
    color: var(--najahSoft-dark-color) !important;
}

/* Dark */
.btn-dark {
    font-weight: 500 !important;
    background: var(--najahSoft-dark-color) !important;
    color: var(--najahSoft-white-color) !important;
}

.btn-dark:hover {
    background: var(--najahSoft-primary-color) !important;
    color: var(--najahSoft-white-color) !important;
}

.btn-dark i {
    color: var(--najahSoft-white-color) !important;
}

/* Outline dark */
.btn-outline-dark {
    background: transparent;
    color: var(--najahSoft-dark-color) !important;
    box-shadow: 0 0 0 2px var(--najahSoft-dark-color) inset;
}

.btn-outline-dark:hover {
    background: var(--najahSoft-dark-color) !important;
    color: var(--najahSoft-white-color) !important;
    box-shadow: 0 0 0 2px var(--najahSoft-dark-color) inset;
}

.btn-outline-dark i {
    color: var(--najahSoft-dark-color) !important;
}

.btn-outline-dark:hover i {
    color: var(--najahSoft-white-color) !important;
}

/* secondary */
.btn-secondary {
    font-weight: 500 !important;
    background: var(--najahSoft-secondary-color) !important;
    color: var(--najahSoft-white-color) !important;
}

.btn-secondary:hover {
    background: var(--najahSoft-dark-color) !important;
    color: var(--najahSoft-white-color) !important;
}

.btn-secondary i {
    color: var(--najahSoft-white-color) !important;
}

/* Outline secondary */
.btn-outline-secondary {
    background: transparent;
    color: var(--najahSoft-secondary-color) !important;
    box-shadow: 0 0 0 2px var(--najahSoft-secondary-color) inset;
}

.btn-outline-secondary:hover {
    background: var(--najahSoft-secondary-color) !important;
    color: var(--najahSoft-white-color) !important;
    box-shadow: 0 0 0 2px var(--najahSoft-secondary-color) inset;
}

.btn-outline-secondary i {
    color: var(--najahSoft-secondary-color) !important;
}

.btn-outline-secondary:hover i {
    color: var(--najahSoft-white-color) !important;
}

/* three */
.btn-three {
    font-weight: 500 !important;
    background: var(--najahSoft-three-color) !important;
    color: var(--najahSoft-white-color) !important;
}

.btn-three:hover {
    background: var(--najahSoft-dark-color) !important;
    color: var(--najahSoft-white-color) !important;
}

.btn-three i {
    color: var(--najahSoft-white-color) !important;
}

/* Outline three */
.btn-outline-three {
    background: transparent;
    color: var(--najahSoft-three-color) !important;
    box-shadow: 0 0 0 2px var(--najahSoft-three-color) inset;
}

.btn-outline-three:hover {
    background: var(--najahSoft-three-color) !important;
    color: var(--najahSoft-white-color) !important;
    box-shadow: 0 0 0 2px var(--najahSoft-three-color) inset;
}

.btn-outline-three i {
    color: var(--najahSoft-three-color) !important;
}

.btn-outline-three:hover i {
    color: var(--najahSoft-white-color) !important;
}

/* light */
.btn-light {
    font-weight: 600 !important;
    background: var(--najahSoft-light-color);
    color: var(--najahSoft-dark-color) !important;
    box-shadow: 0 0 0 2px var(--najahSoft-light-color) inset;
}

.btn-light:hover {
    background: var(--najahSoft-dark-color) !important;
    color: var(--najahSoft-white-color) !important;
    box-shadow: 0 0 0 2px var(--najahSoft-dark-color) inset;
}

.btn-light i {
    color: var(--najahSoft-dark-color) !important;
}

.btn-light:hover i {
    color: var(--najahSoft-white-color) !important;
}

/* Outline three */
.btn-outline-light {
    background: transparent;
    color: var(--najahSoft-dark-color) !important;
    box-shadow: 0 0 0 2px var(--najahSoft-line-color) inset;
}

.btn-outline-light:hover {
    background: var(--najahSoft-dark-color) !important;
    color: var(--najahSoft-white-color) !important;
    box-shadow: 0 0 0 2px var(--najahSoft-dark-color) inset;
}

.btn-outline-light i {
    color: var(--najahSoft-dark-color) !important;
}

.btn-outline-light:hover i {
    color: var(--najahSoft-white-color) !important;
}

.button::after,
.view-cart-btn::after {
    background-color: var(--najahSoft-dark-color);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scaleY(0);
    transform-origin: bottom left;
    transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    width: 100%;
    z-index: -1;
}

.button:hover::after,
.view-cart-btn:hover::after {
    transform-origin: top right;
    transform: scale(1);
}

/* Button Size */
.btn-xs {
    min-height: 38px;
    line-height: 38px;
}

.btn-sm {
    min-height: 42px;
    line-height: 42px;
}

.btn-md {
    min-height: 44px;
    line-height: 44px;
    padding: 0 20px;
    font-size: 14px;
}

.btn-xl {
    height: 54px;
    padding: 0px 35px;
}

.button i {
    font-size: 16px;
    font-weight: 400;
    transition: var(--najahSoft-transition);
}

/* link item */
.link-item {}

.link-item.link-item-two {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

/* Button Link */
.text-link {
    max-width: 650px;
}

.text-link p {
    font-size: 15px;
    font-weight: 600;
    line-height: 30px;
    color: var(--najahSoft-dark3-color);
}

.text-link .btn-link {
    margin-right: 5px;
}

.btn-link {
    position: relative;
    -webkite-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding-bottom: 2px;
    color: var(--najahSoft-dark-color);
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    width: auto;
}

.btn-link:active,
.btn-link:focus {
    color: var(--najahSoft-dark-color);
}

.btn-link:hover::before {
    left: auto;
    width: 100%;
    right: 0;
}

.btn-link::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0;
    background: var(--najahSoft-primary-color);
    z-index: 1;
    -webkite-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.btn-link::after {
    clear: both;
    display: block;
    width: 100%;
    width: 100%;
    background-color: #d6d6d6;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    height: 2px;
}

.btn-link .text-btn {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    right: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    -webkite-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.btn-link:hover .text-btn {
    position: relative;
    right: 14px;
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    transform: translateX(4px);
    -webkite-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.btn-link:hover {
    color: var(--najahSoft-primary-color);
}

.btn-link:hover i {
    opacity: 0;
}

.btn-link i {
    font-size: 14px;
    position: relative;
    top: 1px;
    display: inline-block;
    vertical-align: middle;
    line-height: inherit;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    -webkite-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin: 0;
    left: -2px;
}

/* Background */
.cover-background {
    position: relative !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    height: 100%;
    width: 100%;
}

.bg-image {
    background-image: url(http://placehold.it/1920x1280);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    top: 0;
    left: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    position: relative;
}

.bg-none {
    background: none !important;
}

.white-color {
    color: #fff !important;
}

.gray-color {
    color: #eee !important;
}

hr {
    border-top: 1px solid #e6e6e6;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* accordion */
.accor-item {
    position: relative;
    margin: 0;
    padding: 0;
}

.accordion-head {
    background-color: transparent;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0em;
    text-align: right;
    cursor: pointer;
    height: 46px;
    border-radius: 5px;
    padding: 0;
    color: var(--najahSoft-dark-color);
}

.accordion-head::before {
    position: absolute;
    left: 20px;
    top: 26px;
    font-family: "Font Awesome 5 pro";
    content: "\f107";
    font-size: 16px;
    font-weight: 600;
    height: 20px;
    width: 20px;
    background: transparent;
    text-align: center;
    transform: rotate(0deg);
    transition: var(--najahSoft-transition);
}

.accordion-head.active::before {
    transform: rotate(180deg);
}

.accordion-body {
    overflow: hidden;
    transition: var(--najahSoft-transition);
    width: 100%;
    padding: 0;
    height: 0;
}

.accordion-body.open {
    padding: 0;
    padding-bottom: 0;
    height: 100%;
}

/* Rating */
.stars-rating {
    position: relative;
    width: 95px;
    height: 20px;
    font-family: "Font Awesome 5 pro";
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 13px;
}

.stars-rating:before {
    content: "\f005\f005\f005\f005\f005";
    color: #ccc;
    float: right;
    top: 0;
    right: 0;
    position: absolute;
    letter-spacing: 4.5px;
    font-family: "Font Awesome 5 pro";
    font-weight: 600;
}

.stars-rating span {
    overflow: hidden;
    float: right;
    top: 0;
    right: 0;
    position: absolute;
    padding-top: 1.5em;
}

.stars-rating span:before {
    content: "\f005\f005\f005\f005\f005";
    top: 0;
    position: absolute;
    right: 0;
    color: #ffbb0e;
    letter-spacing: 4.5px;
    font-family: "Font Awesome 5 pro";
    font-weight: 600;
}

.stars-rating strong {
    bottom: -5px;
    left: -65px;
    position: absolute;
    font-weight: 600;
    color: var(--najahSoft-dark-color);
    font-size: 13px;
    opacity: 0.7;
}

/*----------------------------------------------------------------
					End Default Settings
----------------------------------------------------------------*/


/*----------------------------------------------------------------
					   Start Header
----------------------------------------------------------------*/
.main-header {
    position: relative;
    background-color: var(--najahSoft-white-color);
    z-index: 15;
}

.main-header .container {
    max-width: 1200px;
    height: 100%;
}

.main-header .header-top {
    background-color: var(--najahSoft-bg-dark-color);
    background: var(--najahSoft-dark-color);
    height: 50px;
    font-family: var(--najahSoft-font-two);
}

.content-top-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
}

.header-contact-us {
    display: flex;
    align-items: center;
    gap: 35px;
    color: var(--najahSoft-light-color);
}

.header-contact-us a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 400;
    color: var(--najahSoft-light-color);
    line-height: 14px;
    transition: var(--najahSoft-transition);
}

.header-contact-us a .phone-num {
    direction: ltr;
}

.header-contact-us a i {
    font-weight: 300;
    font-size: 15px;
    color: var(--najahSoft-white-color);
    height: 30px;
    width: 30px;
    background: hsl(0deg 0% 100% / 15%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-contact-us a:hover {
    color: var(--najahSoft-white-color);
}

/* Soical Holder */
.header-social {
    display: flex;
    gap: 20px;
    height: 100%;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
}

.header-social .dir-page {
    font-size: 13px;
    font-weight: 400;
    color: #002041;
    line-height: 14px;
    transition: var(--najahSoft-transition);
    height: 36px;
    width: 100px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 35px;
    gap: 5px;
    color: var(--najahSoft-light-color);
    background: hsl(0deg 0% 100% / 15%);
    backdrop-filter: blur(14px) brightness(0.92);
    /* border: 1px solid #ffffff0f; */
}

.header-social .dir-page:hover {
    background: var(--najahSoft-primary-color);
}

.header-social .social-media-bar {
    display: flex;
    padding: 0;
    margin: 0;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.header-social .social-media-bar a {
    color: var(--najahSoft-light-color);
    transition: var(--najahSoft-transition);
    font-weight: 300;
    font-size: 15px;
    height: 30px;
    width: 30px;
    background: hsl(0deg 0% 100% / 15%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-social .social-media-bar a:hover {
    color: var(--najahSoft-white-color);
    background: var(--najahSoft-primary-color);
}

/* Header Logo */
.logo-holder {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.logo-holder .logo img {
    max-width: 200px;
}

.logo-light {
    display: none;
}

/* navbar toggle button */
.toggle-menu {
    display: none;
    align-content: center;
    justify-items: center;
    left: 0;
    top: 0;
    gap: 5px;
    align-items: center;
    height: 30px;
    width: 30px;
    justify-content: center;
}

.toggle-menu span {
    transition: var(--najahSoft-transition);
}

.toggle-menu:hover span {
    background: var(--najahSoft-blue-color);
}

.toggle-menu span {
    background: var(--najahSoft-dark-color);
    display: block;
    height: 2px;
    margin: auto;
    position: relative;
    width: 25px;
}

.toggle-menu-active span:first-child {
    top: 7px;
    transform: rotate(45deg);
    background: var(--najahSoft-blue-color);
}

.toggle-menu-active span:nth-child(2) {
    display: none;
}

.toggle-menu-active span:nth-child(3) {
    top: 7px;
    transform: rotate(135deg);
    background: var(--najahSoft-blue-color);
}

/* navbar */

.main-header .nav-links {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 5px;
    font-weight: 500;
    position: relative;
    height: 100%;
    align-items: center;
}

.main-header .nav-links>.nav-item {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.main-header .nav-links .nav-link {
    font-size: 16px;
    font-weight: 600;
    color: var(--najahSoft-dark3-color);
    transition: var(--najahSoft-transition);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 10px;
    border-radius: 5px;
}

.main-header .nav-links .nav-link:hover {
    background: var(--najahSoft-of-white-color);
}

.nav-link .icon-down {
    height: 20px;
}

.main-header .nav-links .nav-item .nav-link:hover,
.main-header .nav-links>.nav-item.active .nav-link {
    color: var(--najahSoft-dark-color);
}

.main-header .nav-links>.nav-item.active .nav-link {
    font-weight: 700;
}

.stuck {
    position: fixed !important;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 18;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    right: 0;
    box-shadow: 1px 2px 3px 0px #00000005;
}

/* Header ICons */
.app-header {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    gap: 10px;
    margin: 0;
    padding: 0;
}

.app-header li {
    display: flex;
    align-items: center;
    justify-content: center;
}

.app-header .app-header-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--najahSoft-dark-color);
    font-size: 20px;
    transition: var(--najahSoft-transition);
    position: relative;
}

.app-header .app-header-item a:hover {
    color: var(--najahSoft-primary-color);
}

.booking-holder {
    display: flex;
}

.booking-holder.btn-login a {
    font-size: 14px;
    color: var(--najahSoft-dark3-color);
    font-weight: 700;
    padding: 0px 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    background: transparent;
    height: 44px;
    transition: var(--najahSoft-transition);
}

.booking-holder.btn-login a:hover {
    background: var(--najahSoft-of-white-color);
    color: var(--najahSoft-dark-color);
}

.booking-holder.btn-login a i {
    font-size: 16px;
    color: var(--najahSoft-dark-color);
    font-weight: 400;
    transition: var(--najahSoft-transition);
}

.booking-holder.btn-login a:hover i {
    color: var(--najahSoft-dark-color);
}

/* Navigation Bar */
.navbar {
    position: relative;
    background-color: var(--najahSoft-white-color);
    padding: 0;
    height: 100px;
    z-index: 111;
}

.content-nav {
    height: 100%;
}

.navbar .nav-list {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    gap: 35px;
    padding: 0;
}

.navbar .nav-list .nav-item .nav-link {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: var(--najahSoft-dark-color);
    transition: var(--najahSoft-transition);
}

.nav-list .nav-item .nav-link:hover {
    color: var(--najahSoft-primary-color);
}

.nav-list .nav-item .nav-link:hover .icon {
    background-color: var(--najahSoft-blue-color);
}

/* Submenu */
.main-header .nav-items {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-links .nav-item.has-dropdown>ul.sub-menu {
    transform: translateY(10%);
    transition: var(--najahSoft-transition);
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    width: 280px;
    visibility: hidden;
    opacity: 0;
    margin-left: 5px;
    z-index: 555;
    top: 50px;
    padding-left: 0;
    margin-left: 0;
    background: var(--najahSoft-white-color);
    padding: 12px;
    border-radius: 10px;
    border: 1px solid var(--najahSoft-of-white-color);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
        0 4px 6px -4px rgba(0, 0, 0, 0.1);
}

.nav-links>.nav-item.has-dropdown>ul.sub-menu {
    top: 75px;
}

.nav-item.has-dropdown>ul.sub-menu li {
    display: block;
    z-index: 3;
}

.nav-item.has-dropdown>ul.sub-menu li a {
    display: block;
    padding: 10px;
    margin: 0;
    position: relative;
    background: transparent;
    font-size: 13px;
    font-weight: 600;
    color: var(--najahSoft-dark-color);
    transition: var(--najahSoft-transition);
    border-bottom: 1px solid #d7d6eb52;
}

.nav-item.has-dropdown>ul.sub-menu li:last-child a {
    padding-bottom: 0;
}

.nav-item.has-dropdown>ul.sub-menu li:last-child a {
    border-bottom: none !important;
}

.nav-item.has-dropdown>ul.sub-menu li a:hover {
    opacity: 1;
}

.nav-item.has-dropdown>ul.sub-menu li a:hover,
ul.nav-links>li>ul.sub-menu>li aa:hover {
    color: var(--najahSoft-dark-color);
}

.nav-item.has-dropdown:hover>.sub-menu {
    transform: translateY(0) !important;
    opacity: 1 !important;
    visibility: visible !important;
}

ul.nav-links>li>ul.sub-menu>li.has-dropdown::before {
    content: "\f105";
    line-height: 1;
    font-family: "Font Awesome 5 pro";
    font-weight: 900;
    font-size: 13px;
    display: block;
    margin-top: 0;
    pointer-events: none;
    position: absolute;
    top: 14px;
    color: var(--najahSoft-gray-color);
    transition: var(--najahSoft-transition);
    z-index: 22;
    opacity: 0.9;
    right: inherit !important;
    left: 15px;
    transform: rotate(180deg);
}

ul.nav-links>li>ul.sub-menu>li.has-dropdown:hover::before {
    right: 10px;
}

ul.nav-links>li>ul.sub-menu>li.has-dropdown:hover>a {
    color: var(--najahSoft-blue-color);
    opacity: 1;
}

ul.nav-links>li>ul.sub-menu>li>ul.sub-menu {
    left: inherit;
    top: 0 !important;
    right: 198px !important;
}

ul.nav-links>li>ul.sub-menu>li.has-dropdown>ul.sub-menu {
    transform: translateY(-10);
    opacity: 0;
    visibility: hidden;
}

ul.nav-links>li>ul.sub-menu>li.has-dropdown:hover>ul.sub-menu {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.nav-item.has-dropdown>ul.sub-menu li {
    position: relative;
}

ul.nav-links>li>ul.sub-menu>li.has-dropdown>ul.sub-menu>li.has-dropdown::before {
    content: "\f105";
    line-height: 1;
    font-family: "Font Awesome 5 pro";
    font-weight: 900;
    font-size: 13px;
    display: block;
    margin-top: 0;
    pointer-events: none;
    position: absolute;
    right: 15px;
    top: 18px;
    color: var(--najahSoft-gray-color);
    transition: var(--najahSoft-blue-color);
    z-index: 22;
    opacity: 0.9;
}

ul.nav-links>li>ul.sub-menu>li.has-dropdown>ul.sub-menu>li.has-dropdown:hover::before {
    right: 10px;
}

ul.nav-links>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu {
    left: 198px;
    top: 0 !important;
}

ul.nav-links>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu {
    transform: translateY(-10);
    opacity: 0;
    visibility: hidden;
}

ul.nav-links>li>ul.sub-menu>li>ul.sub-menu>li.has-dropdown:hover>ul.sub-menu {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.sidemenu-overlay,
.overlay-fillter-menu,
.overlay-header {
    visibility: hidden;
    height: 100%;
    background-color: rgb(0 22 35 / 40%);
    position: fixed;
    left: -100%;
    top: 0;
    z-index: -20;
    cursor: crosshair;
    opacity: 0;
    width: 0px;
    transition: var(--alawn-transition);
}

.sidemenu-overlay {
    left: -100%;
    right: inherit;
}

.sidemenu-overlay.open,
.overlay-fillter-menu.open,
.overlay-header.open {
    width: 100%;
    opacity: 1;
    visibility: visible;
    z-index: 15;
    left: 0;
}

.overlay-header.open {
    z-index: -1;
}

/*----------------------------------------------------------------
					   End Navbar
----------------------------------------------------------------*/

/*----------------------------------------------------------------
					Start Section Banner  
----------------------------------------------------------------*/
.home-banner {
    position: relative;
    background-color: var(--najahSoft-white-color);
}

.home-banner,
.home-banner .banner,
.info-banner {
    height: 700px;
}

.home-banner .info-banner {
    max-width: 1000px;
    margin: 0;
    position: relative;
    z-index: 10;
}

.info-banner h1 {
    font-size: 50px;
    line-height: 1.4;
    opacity: 1;
    position: relative;
    padding-bottom: 20px;
    color: var(--najahSoft-dark-color);
    font-weight: 700;
    margin-top: -5px;
}

p.text-banner {
    color: var(--najahSoft-gray-color);
    font-size: 18px;
    line-height: 35px;
    letter-spacing: 0px;
    margin-bottom: 35px;
    font-weight: 500;
}

.btns-item {
    display: flex;
    gap: 25px;
}

.list-feat-banner {
    padding: 0;
    margin-top: 35px;
    display: flex;
    gap: 30px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0;
    color: var(--najahSoft-gray-color);
}

.list-feat-banner li {
    display: flex;
    gap: 6px;
    align-items: center;
    font-weight: 600;
}

.list-feat-banner i {
    color: var(--najahSoft-primary-color);
    height: 20px;
    width: 20px;
    background: #660ced24;
    border-radius: 50%;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    line-height: 20px;
}

.imgs-banner {
    position: absolute;
    left: 0;
    bottom: 0;
}

.img-program {
    position: absolute;
    left: 0;
    bottom: 0;
}

.img-light {
    opacity: 0.7;
}

.banner-program {
    background: #4D09B2;
    height: 580px;
    overflow: hidden;
}

.banner-program .banner,
.banner-program .info-banner {
    height: 580px;
    z-index: 2;
    position: relative;
}

.icon-banner {
    box-shadow: 4px 4px 16px 0px #00000029;
    border: 4px solid #FFFFFF;
    background: #E01E43;
    width: 76px;
    min-width: 76px;
    min-height: 76px;
    opacity: 1;
    border-width: 4px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: var(--najahSoft-white-color);
}

.banner-program h1 {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    text-align: right;
    color: var(--najahSoft-white-color);
    margin-bottom: 10px;
}

.banner-program .text-banner,
.banner-program .list-feat-banner {
    color: var(--najahSoft-white-color);
    padding-left: 20px;

}

.banner-program .list-feat-banner i {
    color: var(--najahSoft-success-color);
    height: 20px;
    width: 20px;
    background: #37c89363;
    border-radius: 50%;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    line-height: 20px;
}

.imgs-banner-program {
    display: flex;
    height: 100%;
    align-items: flex-end;
    position: relative;
}

.overlay-program {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    align-content: flex-end;
    position: absolute;
    bottom: -60px;
    left: 10%;
    height: 200px;
    width: 900px;
    z-index: 2;
    opacity: 1;
}

.overlay-program img {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
}

.overlay-icon {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.overlay-icon::before {
    content: "";
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    z-index: 1;
    background: url(../images/banner/sqaure_shape.png);
}

/* ٍSingle Sector */
/* .banner-single-sector {
    text-align: center;
    background: linear-gradient(360deg, rgb(11, 2, 24) 0%, rgb(53, 10, 115) 100%);
} */
.banner-single-sector .title-top-banner {
    background: #28edca4f;
    color: var(--najahSoft-success-color);
}

.banner-single-sector .info-banner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    max-width: 800px;
    text-align: right;
}

.banner-single-sector .text-banner {
    margin-bottom: 0;
}

.banner-single-sector .container {
    position: relative;
    z-index: 2;
}

.img-sector {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.img-sector img {
    /* max-width: 500px; */
}

/*----------------------------------------------------------------
					End Banner 
----------------------------------------------------------------*/
/*----------------------------------------------------------------
					Start Section feature-najahSoft
----------------------------------------------------------------*/
.feature-najahSoft {
    background: var(--najahSoft-bg-light-gradient);
    position: relative;
}

.feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
    transition: var(--najahSoft-transition);
    border: 2px solid transparent;
}

.feature-item .feature-icon i {
    font-size: 30px;
    font-weight: 400;
    color: var(--najahSoft-primary-color);
    transition: var(--najahSoft-transition);
}

.feature-item:hover .feature-icon i {
    color: var(--najahSoft-dark-color);
}

.feature-item .feature-title a {
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    color: var(--najahSoft-dark-color);
    transition: var(--najahSoft-transition);
}

.feature-item .feature-title a:hover {
    color: var(--najahSoft-primary-color);
    text-decoration: underline;
}

.feature-item .feature-text {
    font-weight: 400;
    font-size: 15px;
    color: var(--najahSoft-gray-color);
    line-height: 26px;
}

.feature-two-najahSoft {
    background: linear-gradient(180deg, #FFFFFF 0%, #F1E9FD 41.5%);
}

.feature-two-najahSoft .grid-item {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.feature-two-najahSoft .grid-item .feature-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    transition: var(--najahSoft-transition);
    background: #FFF;
    padding: 20px 30px;
    border-radius: 16px;
    margin-bottom: 0;
    box-shadow: 36px 6px 36px rgba(0, 0, 0, 0.05);
}

.feature-two-najahSoft .feature-item .feature-icon {
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    background: var(--najahSoft-of-white-color);
    border-radius: 50%;
    font-size: 20px;
    justify-content: center;
    transition: var(--najahSoft-transition);

}

.feature-two-najahSoft .feature-item .feature-icon i {
    font-size: 24px;
    font-weight: 400;
    color: var(--najahSoft-primary-color);
}

.feature-two-najahSoft .feature-item .feature-title {
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    color: var(--najahSoft-dark-color);
    transition: var(--najahSoft-transition);

}

.feature-two-najahSoft .grid-item .feature-item:hover {
    background: var(--najahSoft-of-white-color);
    border: 2px solid var(--najahSoft-primary-color);
}

.feature-two-najahSoft .feature-item:hover .feature-title {
    color: var(--najahSoft-primary-color);
    text-decoration: underline;
}

.feature-two-najahSoft .feature-item:hover .feature-icon {
    background: var(--najahSoft-primary-color);
}

.feature-two-najahSoft .feature-item:hover .feature-icon i {
    color: var(--najahSoft-white-color);
    ;
}

/*----------------------------------------------------------------
					End  Section feature-najahSoft 
----------------------------------------------------------------*/
/*----------------------------------------------------------------
					Start  Section cta-section
----------------------------------------------------------------*/
.cta-section {
    background: var(--najahSoft-primary-color);
    padding: 36px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    box-shadow: rgba(25, 41, 66, 0.07) 0px 12px 32px 0px;
}

.cta-section .content-cta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
    z-index: 2;
}

.cta-section .text-cta {}

.cta-section .text-cta h2 {
    font-weight: 700;
    font-size: 27px;
    line-height: 35.1px;
    color: var(--najahSoft-white-color);
    margin-bottom: 20px;
}

.cta-section .text-cta p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22.4px;
    color: var(--najahSoft-white-color);
    margin-bottom: 0;
}

.cta-section .cta-button {
    display: flex;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
}

.icon-cta-section img {
    position: absolute;
    z-index: 1;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 0% 80%;
    opacity: 0.3;
}

/*----------------------------------------------------------------
					End   Section cta-section
----------------------------------------------------------------*/
/*----------------------------------------------------------------
					Start industries
----------------------------------------------------------------*/
.industries {}

.industry-card-item {
    margin-bottom: 30px;
    display: block;
    transition: var(--najahSoft-transition);
}

.industry-card-item:hover {
    transform: translate(0%, -20px);
}

.industry-card-item img {
    width: 100%;
    object-fit: cover;
    height: 333px;
    object-position: bottom;
    margin-bottom: 10px;
    border-radius: 15px;
    transition: var(--najahSoft-transition);
}

.industry-card-item .industry-info {
    border: 1px solid var(--najahSoft-primary-color);
    border-radius: 5px;
    background: var(--najahSoft-light-color);
    font-weight: 500;
    font-size: 16px;
    display: flex;
    padding: 12px 10px;
    gap: 15px;
    transition: var(--najahSoft-transition);
}

.industry-card-item .industry-info .industry-icon i {
    font-size: 20px;
    font-weight: 400;
}

.industry-card-item .industry-title {
    color: var(--najahSoft-dark-color);
    font-weight: 700;
    font-size: 16px;
}

.industry-one .industry-info {
    border-color: var(--najahSoft-primary-color);
    background: #F1E9FD;
}

.industry-card-item:hover img,
.industry-card-item:hover .industry-info {
    box-shadow: rgba(25, 41, 66, 0.13) 0px 12px 32px 0px;
}

.industry-one .industry-info i {
    color: var(--najahSoft-primary-color);
}

.industry-two .industry-info {
    border-color: #37C893;
    background: #CCF5E5;
}

.industry-two .industry-info i {
    color: #37C893;
}

.industry-three .industry-info {
    background: #FBDFB1;
    border: 1px solid #F2AE42;
}

.industry-three .industry-info i {
    color: #F2AE42;
}

.industry-four .industry-info {
    background: #F8C9D2;
    border: 1px solid #E01E43;
}

.industry-four .industry-info i {
    color: #E01E43;
}

/*----------------------------------------------------------------
					End industries
----------------------------------------------------------------*/
/*----------------------------------------------------------------
					Start Section about Programs
----------------------------------------------------------------*/
.sec-programs {
    position: relative;
    overflow: hidden;
}

.program-text {
    position: relative;
}

.program-img-bg {
    background: #F1E9FD;
    position: relative;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 500px;
    padding: 50px;
}

.program-text h2 {
    font-weight: 700;
    font-size: 30px;
    color: var(--najahSoft-dark-color);
    line-height: 39px;
    margin-bottom: 20px;
}

.program-text .highlight {
    color: var(--najahSoft-primary-color);
}

.program-text .description {
    font-weight: 600;
    font-size: 16px;
    line-height: 27.2px;
    color: var(--najahSoft-gray-color);
    margin-bottom: 30px;
}

.program-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.program-grid .program-item {
    background: #F1E9FD;
    display: flex;
    padding: 12px;
    border-radius: 10px;
    align-items: center;
    gap: 10px;
    min-height: 80px;
    transition: var(--najahSoft-transition);
    box-shadow: 36px 6px 36px rgba(0, 0, 0, 0.05);
}

.program-grid .program-item:hover {
    transform: translate(0%, -10px);
    box-shadow: rgba(25, 41, 66, 0.13) 0px 12px 32px 0px;
}

.program-grid .program-item i {
    color: var(--najahSoft-primary-color);
    font-size: 26px;
}

.program-grid .program-item span {
    font-weight: 600;
    font-size: 16px;
    color: var(--najahSoft-dark-color);
    line-height: 26px;
}


.list-feat-program {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 15px;
    padding: 0;
    margin: 0;
}

.list-feat-program li i {
    color: var(--najahSoft-primary-color);
    height: 20px;
    width: 20px;
    background: #660ced24;
    border-radius: 50%;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    line-height: 20px;
}

.list-feat-program li {
    font-weight: 700;
    font-size: 16px;
    color: var(--najahSoft-gray-color);
    line-height: 26px;
    display: flex;
    gap: 10px;
    align-items: center;
}

.bg-pattern {
    position: relative;
    overflow: hidden;
}

.bg-pattern::before {
    content: "";
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    opacity: 0.4;
    z-index: -1;
    background: url(../images/icons/2.jpg) no-repeat center center / cover !important;
}

.bg-pattern .program-grid .program-item {
    background: var(--najahSoft-white-color);
}

/*----------------------------------------------------------------
					End Section about Programs
----------------------------------------------------------------*/
/*----------------------------------------------------------------
					Start Section integration
----------------------------------------------------------------*/
.integration-card {
    background: linear-gradient(182deg, #ffffff 0%, #660ced 100%);
    border-radius: 32px;
    position: relative;
}

.conent-integration {
    position: relative;
    padding: 70px 50px;
}

.conent-integration::after {
    content: "";
    background: url(../images/banner/ch_circs.png) no-repeat center center / cover !important;
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    z-index: -1;
}

.integration-card::before {
    content: "";
    background: #701bee;
    width: calc(100% - 60px);
    height: 20px;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    z-index: 1;
    opacity: 0.8;
}

.integration-card::after {
    content: "";
    background: #701bee;
    width: calc(100% - 100px);
    height: 40px;
    bottom: -40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 15px;
    z-index: 0;
    opacity: 0.6;
}

.header-integration {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.header-integration img {
    width: 70px;
}

.integration-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    color: var(--najahSoft-dark-color);
    margin-bottom: 30px;
    text-align: center;
}

.integration-card h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 39px;
    color: var(--najahSoft-white-color);
    margin-bottom: 10px;
    text-align: right;
    opacity: 0.9;
}

.integration-card .grid-item {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 15px;
    margin-bottom: 10px;
}

.integration-item .grid-item .item-grid {
    padding: 15px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--najahSoft-transition);
    backdrop-filter: blur(50px);
    background: linear-gradient(135deg, rgb(255 255 255) 0%, rgb(255 255 255 / 88%) 100%);
    border-radius: 12px;
    box-shadow: 36px 6px 36px rgba(0, 0, 0, 0.05);
    opacity: 1;
}

.integration-item .grid-item .item-grid:hover {
    transform: translate(0%, -10px);
    box-shadow: rgba(25, 41, 66, 0.13) 0px 12px 32px 0px;
}

.integration-item .grid-item .item-grid img {
    width: 70%;
}

.integration-card .description {
    font-weight: 500;
    font-size: 20px;
    line-height: 34px;
    color: var(--najahSoft-of-white-color);
    margin-top: 40px;
}

/*----------------------------------------------------------------
					End Section integration
----------------------------------------------------------------*/

/*----------------------------------------------------------------
					Start Section Goals
----------------------------------------------------------------*/
.goals-section {
    position: relative;
    background: #F9FAFB;
}

.goals-section .all-goals {
    margin-top: -50px;
    margin-right: -15px;
    margin-left: -15px;
}

/* .goals-section .all-goals .swiper-container {
     padding: 0 20px;
    margin-right: -15px;
    margin-left: -15px;
} */
.goals-section .all-goals .swiper-wrapper {
    margin: 30px 0 0;
}

.goals-section .all-goals .slide-item {
    padding-bottom: 45px;
}

.gaol-item {
    padding: 15px;
}

.gaol-item .content-item {
    gap: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    background: var(--najahSoft-white-color);
    box-shadow: 1px 2px 3px 0px #00000005;
    color: var(--najahSoft-dark-color);
    text-align: right;
    border-radius: 20px;
    cursor: pointer;
    overflow: hidden;
    transform: translateZ(0);
    margin: 0;
    padding: 30px;
    min-height: 240px;
    flex-direction: column;
    transition: var(--najahSoft-transition);
    min-height: 252px;
}

.gaol-item i {
    font-size: 36px;
    position: relative;
    display: flex;
    margin: 0;
    color: var(--najahSoft-primary-color);
    font-weight: 100;
    transition: var(--najahSoft-transition);
    justify-content: flex-start;
}

.gaol-item h3 {
    font-size: 20px;
    line-height: 26px;
    margin: 0;
    font-weight: 600;
}

.gaol-item p {
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    color: var(--najahSoft-gray-color);
    transition: var(--najahSoft-transition);
}

.gaol-item .content-item:hover {
    background: var(--najahSoft-primary-color);
    color: var(--najahSoft-white-color);
    transform: scale(1.1, 1.1);
    box-shadow: -30px 4px 30px 0px #0000000D;
}

.gaol-item .content-item:hover p {
    color: var(--najahSoft-white-color);
}

.gaol-item .content-item:hover i {
    color: var(--najahSoft-white-color);
}


/* 
.mission-conent {
    background: var(--najahSoft-dark-color) !important;
}
.mission-conent i,
.mission-conent h5,
.mission-conent p {
    color: var(--najahSoft-white-color) !important;
}

.vision-conent {
    background: var(--najahSoft-primary-color) !important;
}
.vision-conent i,
.vision-conent h5,
.vision-conent p {
    color: var(--najahSoft-white-color) !important;
} */
/*----------------------------------------------------------------
					End Section Goals 
----------------------------------------------------------------*/
/*----------------------------------------------------------------
					Start Price
----------------------------------------------------------------*/
.banner-inner-page {
    padding: 0 25px;
    position: relative;
}

.banner-inner-page .conent-banner-inner-page {
    background: url(../images/banner/bg-price.png) no-repeat center center / cover !important;
    position: relative;
    height: 825px;
    overflow: hidden;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

.banner-inner-page .conent-banner-inner-page::before {
    content: "";
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: url(../images/banner/price.png) no-repeat center center / cover !important;
}

.banner-contact-us {
    padding: 0;
}

.banner-contact-us .conent-banner-inner-page {
    position: relative;
    height: 825px;
    overflow: hidden;
    padding: 0;
    border-radius: 0;
    background: linear-gradient(180deg, #FFFFFF 0%, #E0DBFA 57.12%) !important;
}

.banner-contact-us .conent-banner-inner-page::before {
    content: "";
    position: absolute !important;
    top: 60%;
    left: 0;
    width: 100%;
    height: 50%;
    z-index: 0;
    background: url(../images/banner/bg-white.png) !important;
    background-size: cover !important;
}

.banner-contact-us .conent-banner-inner-page::after {
    display: none;
}

.conent-header-banner-info {
    display: flex;
    height: 400px;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 1;
}

.title-top-banner {
    border-radius: 8px;
    padding: 10px 15px;
    background: #F1E9FD;
    font-weight: 600;
    font-size: 16px;
    line-height: 25.2px;
    text-align: center;
    color: var(--najahSoft-primary-color);
    margin-bottom: 30px;
    display: inline-flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.conent-header-banner-info h1 {
    font-weight: 700;
    font-size: 48px;
    text-align: center;
    color: var(--najahSoft-dark-color);
    margin-bottom: 30px;

}

.conent-header-banner-info .text-banner {
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    color: var(--najahSoft-gray-color);
    margin-bottom: 0;

}


.pricing-section {
    position: relative;
    margin-top: -450px;
    z-index: 11;
    padding-bottom: 50px;
}



/* Toggle Switch Styling */
.toggle-price {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
    gap: 15px;
    align-content: center;
    line-height: 34px;
    margin-right: auto;
    margin-left: auto;
    background: #660ced0d;
    border-radius: 35px;
    padding: 5px 10px;
    width: 210px;
}

.toggle-price .toggle-label {
    font-size: 16px;
    color: #333;
}

.toggle-price .switch-price {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    margin-bottom: 0;
}

.toggle-price .switch-price input {
    opacity: 0;
    width: 0;
    height: 0;
}

.toggle-price .slider-price {
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
    border-radius: 34px;
}

.toggle-price .slider-price:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: 0.4s;
    border-radius: 50%;
}

.toggle-price input:checked+.slider-price {
    background-color: var(--najahSoft-primary-color);
}

.toggle-price input:checked+.slider-price:before {
    transform: translateX(26px);
}

.unadd {
    opacity: 0.5;
    text-decoration: line-through;
    color: #999;
}

.active-label {
    font-weight: bold;
    color: var(--najahSoft-purple-color);
}


.pricing-section .pricing-grid {
    position: relative;
}

.pricing-section .pricing-card {
    border-top: 1px solid #F1E9FD;
    box-shadow: 0px 4px 30px 0px #3D078E1A;
    max-width: 363px;
    border-radius: 24px;
    padding: 16px;
    background: var(--najahSoft-white-color);
    border: 4px solid transparent;
    transition: var(--najahSoft-transition);
}

.pricing-section .pricing-card:hover {
    transform: translate(0%, -10px);
    box-shadow: rgba(25, 41, 66, 0.199) 0px 12px 32px 0px;
}

.pricing-section .pricing-card.active-plan {
    border: 4px solid var(--najahSoft-primary-color);
}

.pricing-section .pricing-card .header-price {
    position: relative;
    gap: 25px;
    border-radius: 8px;
    padding: 15px;
    display: flex;
    background: var(--najahSoft-of-white-color);
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
}

.pricing-section .pricing-card h3 {
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    display: flex;
    padding: 10px;
    border-radius: 8px;
    background: var(--najahSoft-white-color);
    color: var(--najahSoft-primary-color);
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-weight: 600;
}

.pricing-section .pricing-card h3 i {
    position: relative;
    font-weight: 600;
}

.pricing-section .price-plan {
    position: relative;
    display: flex;
    gap: 5px;
    font-size: 48px;
    line-height: 50px;
    color: var(--najahSoft-dark-color);
    font-weight: 600;
}

.pricing-section div.price-plan {
    position: relative;
    display: flex;
}

.pricing-section .price-plan span {
    font-weight: 400;
    font-size: 20px;
    color: var(--najahSoft-gray-color);

}

.pricing-section button {
    width: 100%;
}

.pricing-section .plan-price-detials {
    padding: 20px;
}

.pricing-section .plan-price-detials h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    text-align: right;
    color: var(--najahSoft-dark-color);
}

.pricing-section .plan-price-detials .features {
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    margin: 0;
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 25px;
}

.pricing-section .plan-price-detials .features:last-child {
    margin-bottom: 0px;
}

.pricing-section .plan-price-detials li {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    text-align: right;
    color: var(--najahSoft-gray-color);
    display: flex;
    gap: 10px;
    align-items: center;
}

.pricing-section .plan-price-detials li i {
    color: #37C893;

}



.pricing-table {
    width: 100%;
    border-collapse: collapse;
    background: var(--najahSoft-white-color);
    border-radius: 12px;
    overflow: hidden;
}

.pricing-table thead,
.pricing-table thead tr th {
    background: #5D48EC1A;
    border-left: 1px solid #00000014;
}

.pricing-table th,
.pricing-table td {
    text-align: center;
    padding: 15px;
    border-bottom: 1px solid #eee;
    font-size: 16px;
}

.pricing-table th {
    background: #f1f3f5;
    font-size: 16px;
    font-weight: 600;
}

.pricing-table td:first-child {
    text-align: right;
    font-weight: 600;
    background: var(--najahSoft-white-color);

}


.check {
    color: #28a745;
    font-size: 18px;
}

.xmark {
    color: #dc3545;
    font-size: 18px;
}

.new-label {
    background: #e9d7ff;
    color: #6f42c1;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 6px;
    margin-right: 5px;
}

.title-table {
    display: flex;
    gap: 10px;
    border: none;
    font-weight: 600;
}


.table .fa-check-circle {
    font-size: 25px;
    color: var(--najahSoft-success-color);
}


table .fa-times-circle {
    font-size: 25px;
    color: var(--najahSoft-danger-color);

}

.fa-times-circle {
    font-size: 18px;
    color: var(--najahSoft-danger-color);

}

.custom-price {
    color: var(--najahSoft-bg-dark-color);
    font-weight: 700;
    font-size: 25px;
}



tbody [colspan="4"] {
    background: var(--najahSoft-of-white-color) !important;
}

/*----------------------------------------------------------------
					End Price
----------------------------------------------------------------*/
/*----------------------------------------------------------------
					Start TEstimonials
----------------------------------------------------------------*/


.testimonial-card {
    background-color: var(--najahSoft-white-color);
    border-radius: 12px;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 25px;
    align-items: flex-start;

}

.testimonial-card .header-testimonial {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
}

.testimonial-image img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
}

.name {
    font-size: 20px;
    margin: 0;
    color: var(--najahSoft-dark-color);
}

.role {
    font-size: 14px;
    color: var(--najahSoft-gray-color);
    margin-top: 5px;
}

.quote {
    font-size: 16px;
    color: var(--najahSoft-dark1-color);
    line-height: 1.6;
}

.quote i {
    color: var(--najahSoft-primary-color);
    margin-left: 8px;
}

.all-testimonials .swiper-wrapper {
    padding: 50px 0;
}

.all-testimonials .swiper-slide {
    transition: var(--najahSoft-transition);
    border: 2px solid transparent;
}

.all-testimonials .swiper-slide.swiper-slide-active {
    transform: scale(1.25, 1.25);
    box-shadow: -30px 4px 30px 0px #0000000D;
    border: 2px solid var(--najahSoft-primary-color);
    z-index: 2;
    border-radius: 12px;
}

/*----------------------------------------------------------------
					End testimonial
----------------------------------------------------------------*/

/*----------------------------------------------------------------
					Start section services
----------------------------------------------------------------*/
.section-services {
    background: var(--najahSoft-white-color);
}

.service-list {
    background: var(--najahSoft-white-color);
    padding-bottom: 500px;
}

.section-services .tabs-container {
    margin-top: -500px;
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 50px;
}

.service-list .nav-single-card {
    display: flex;
}

.service-list .tabs-control {
    display: inline-flex;
    gap: 50px;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    border-bottom: 1px solid var(--najahSoft-of-white-color);
    padding-bottom: 15px;
    margin-top: 0px;
}

.service-list .nav-single-card .button-tab {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    position: relative;
    gap: 10px;
}

.service-list .nav-single-card .button-tab.active::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: -16px;
    right: 0;
    background: var(--najahSoft-primary-color);
    border-radius: 10px;
}

.service-list .nav-single-card .button-tab {
    background: transparent !important;
}

.service-list .nav-single-card .button-tab i {
    background: var(--najahSoft-of-white-color);
    color: var(--najahSoft-dark-color);
    text-align: center;
    border-radius: 12px;
    cursor: pointer;
    overflow: hidden;
    transform: translateZ(0);
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90px;
    width: 90px;
    flex-direction: column;
    font-size: 40px;
    transition: var(--najahSoft-transition);
    font-weight: 100;
}

.service-list .button-tab.active {
    color: var(--najahSoft-dark-color) !important;
    box-shadow: none !important;
}

.service-list .button-tab.active i {
    background: var(--najahSoft-primary-color);
    color: var(--najahSoft-white-color);
}

.section-services .tabs-container .tabs-content {
    width: 1270px;
    margin: 0 auto;
}

.img-service {
    height: 600px;
    border-radius: 16px;
    /* box-shadow: 0 15px 45px rgb(0 0 0 / 15%); */
    overflow: hidden;
}

.img-service::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: inherit;
    transition: all 300ms linear 0ms;
    /* background-image: -webkit-linear-gradient(-90deg, rgba(17, 29, 25, 0) 0%, rgba(17, 29, 25, 0) 0%, #0f313a 96%); */
    background-image: -ms-linear-gradient(-90deg,
            rgba(17, 29, 25, 0) 0%,
            rgba(17, 29, 25, 0) 0%,
            #0f313a 96%);
    opacity: 0.5;
}

.img-service img {
    height: 600px;
    width: 1270px;
    object-fit: cover;
}

.text-item-service {
    position: absolute;
    width: 380px;
    right: 50px;
    bottom: 50px;
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    /* box-shadow: 0 10px 25px rgb(0 0 0 / 5%); */
}

.tabs-content.active .text-item-service {
    animation: slideBottom 2s ease-in-out;
    opacity: 1;
}

.text-item-service h3 {
    font-size: 19px;
    letter-spacing: -0.5px;
    line-height: 19px;
    font-weight: 600;
    color: var(--najahSoft-dark2-color);
    padding-bottom: 25px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.text-item-service p {
    font-size: 17px;
    color: var(--najahSoft-dark-color);
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 30px;
}




/*----------------------------------------------------------------
					End  section services
----------------------------------------------------------------*/

/*----------------------------------------------------------------
					start Section Call To Action
----------------------------------------------------------------*/
.call-to-action-item {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    min-height: 200px;
    padding: 50px;
}

.call-to-action-item img {
    transition: var(--najahSoft-transition);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.call-to-action-item:hover img {
    transform: scale(1.1, 1.1);
}

.call-action-content {
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom,
            rgba(6, 27, 65, 0) 0%,
            rgb(1 45 71) 100%);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    gap: 20px;
    padding: 50px;
    text-align: center;
}

.call-action-content h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: var(--najahSoft-white-color);
    transition: var(--najahSoft-transition);
}

.call-action-content a {
    min-height: 50px;
}

/*----------------------------------------------------------------
					End Section Call To Action
----------------------------------------------------------------*/
/*----------------------------------------------------------------
					start Section features
----------------------------------------------------------------*/
.feat-item {
    display: flex;
    gap: 15px;
    flex-direction: column;
}

.feat-item i {
    font-size: 40px;
    color: var(--najahSoft-secondary-color);
}

.feat-item h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    color: var(--najahSoft-dark-color);
    transition: var(--najahSoft-transition);
}

.feat-item p {
    margin: 0;
    font-size: 18px;
}

/*----------------------------------------------------------------
					End Section features
----------------------------------------------------------------*/

/*----------------------------------------------------------------
					Start Footer Page
----------------------------------------------------------------*/
footer.footer {
    position: relative;
    background: linear-gradient(360deg, #0b0218 0%, #350a73 100%);
}

footer.footer .container {
    position: relative;
    z-index: 2;
}

/* Footer Contacts */
footer.footer .footer-contacts {
    position: relative;
    padding: 50px 0px 0;
    border-bottom: 1px solid #eeeeee12;
}

.footer-contacts .contact-title {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 40px;
}

.footer-contacts .contact-title h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    color: var(--najahSoft-white-color);
    transition: var(--najahSoft-transition);
}

.footer-contacts .contact-title p {
    color: var(--najahSoft-of-white-color);
    margin: 0;
    font-size: 15px;
}

.contact-item {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
}

footer.footer .contact-item .contact-icon {
    position: relative;
    font-weight: 100;
    font-size: 20px;
    min-height: 50px;
    min-width: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--najahSoft-white-color);
    /* background: hsl(0deg 0% 100% / 15%); */
    background: var(--najahSoft-primary-color);
    backdrop-filter: blur(14px) brightness(0.92);
}

.contact-item .contact-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.contact-item p {
    color: var(--najahSoft-of-white-color);
    font-size: 14px;
    margin: 0;
    line-height: 20px;
    margin-bottom: 10px;
    font-weight: 400;
    opacity: 0.5;
}

.contact-item .contact-info a {
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0em;
    color: var(--najahSoft-white-color);
    transition: var(--najahSoft-transition);
    direction: ltr;
}

.contact-item .contact-info .info-phone {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.contact-item .contact-info .info-phone a {
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0em;
    color: var(--najahSoft-white-color);
}

/* Footer Content */
footer.footer .footer-content {
    position: relative;
    padding: 80px 0 0;
    overflow: hidden;
}

.footer-content .row {
    position: relative;
    z-index: 1;
}

.footer-logo {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 30px;
}

.footer-logo img {
    min-width: 170px;
    max-width: 170px;
}

.footer-logo h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 34px;
    color: var(--najahSoft-white-color);
    transition: var(--najahSoft-transition);
}

.footer-info-text {
    font-weight: 300;
    line-height: 34px;
    color: var(--najahSoft-of-white-color);
    margin-bottom: 0;
    font-size: 16px;
    opacity: 0.8;
    max-width: 500px;
}


.social-media {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    margin: 0;
    padding: 0;
}

.footer .social-media {
    justify-content: flex-end;
}

.social-media li a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    transition: var(--najahSoft-transition);
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    color: var(--najahSoft-white-color);
    background: #ffffff29;
    backdrop-filter: blur(14px) brightness(0.92);
    border: 1px solid #dddddd08;
}

.social-media li a:hover {
    color: var(--najahSoft-dark-color);
    background: var(--najahSoft-white-color);
}

/* Footer Widget */
.title-widget {
    font-size: 18px;
    line-height: 25px;
    position: relative;
    margin-bottom: 20px;
    color: var(--najahSoft-white-color);
    font-weight: 700;
}

.footer-widget {
    margin-bottom: 30px;
}

.footer-widget .widget-links {
    padding: 0;
    margin: 0;
    display: flex;
    gap: 10px;
    flex-direction: column;
    margin-bottom: 20px;
}

.footer-widget .widget-links a {
    position: relative;
    padding-right: 0;
    color: var(--najahSoft-white-color);
    display: inline-block;
    opacity: 0.8;
    font-weight: 600;
    font-size: 14px;
}

/* .footer-widget .widget-links a::before {
    content: "";
    height: 4px;
    width: 4px;
    right: 0;
    top: 13px;
    background-color: var(--najahSoft-white-color);
    border-radius: 50%;
    position: absolute;
    opacity: 0.5;
} */

.contact-item .contact-info a,
.footer-widget .widget-links a {
    transition: var(--najahSoft-transition);
}

.contact-item .contact-info a:hover,
.footer-widget .widget-links a:hover {
    color: var(--najahSoft-white-color);
    opacity: 1;
}

.newsletter-item {
    position: relative;
    margin-bottom: 35px;
}

.footer-newsletter p {
    font-size: 13px;
    font-weight: 500;
    color: var(--najahSoft-line-color);
    margin-bottom: 20px;
}

.newsletter-item input {
    color: var(--najahSoft-light-color);
    background: hsl(0deg 0% 100% / 15%);
    backdrop-filter: blur(14px) brightness(0.92);
    border: 1px solid transparent;
    height: 60px;
    border-radius: 5px;
}

.newsletter-item button {
    height: 50px;
    box-shadow: none;
    position: absolute;
    cursor: pointer;
    left: 5px;
    width: 80px;
    text-align: center;
    font-size: 18px;
    /* color: var(--najahSoft-dark-color);
    background: var(--najahSoft-white-color); */
    color: var(--najahSoft-white-color);
    background: var(--najahSoft-primary-color);
    display: inline-block;
    top: 5px;
    line-height: 50px;
    border-radius: 5px;
    font-weight: 100;
}

.newsletter-item button:hover {
    background: var(--najahSoft-white-color);
    color: var(--najahSoft-dark-color);
}

.newsletter-item button i {
    font-weight: 100;
}


.footer-columns {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
}

/* Copyright */
.copyright {
    background: transparent;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 80px;
    gap: 20px;
    border-top: 1px solid #eeeeee12;
    margin-top: 50px;
}

.copyright p {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0em;
    color: hsl(67.5deg 100% 98.43% / 60%);
    display: inline-flex;
    gap: 5px;
}

.copyright p a {
    text-decoration: underline;
    color: var(--najahSoft-light-color);
}

.back-to-top {
    color: hsl(67.5deg 100% 98.43% / 60%);
    font-weight: 700;
    transition: var(--najahSoft-transition);
}

.back-to-top:hover,
.copyright p a:hover {
    color: var(--najahSoft-primary-color);
}

/*----------------------------------------------------------------
					End Footer Page
----------------------------------------------------------------*/
/*----------------------------------------------------------------
					Start Inner Pages
----------------------------------------------------------------*/
.inner-pages {
    background: linear-gradient(180deg, #FFFFFF 0%, #E0DBFA 100%);
    position: relative;
    min-height: 100vh;
}

.inner-pages::before {
    content: "";
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 0;
    background: url(../images/banner/inner-page.png) no-repeat left top / cover !important;
    transform: scale(-1);
    opacity: 0.05;
}



.registration-page {
    position: relative;
    z-index: 1;
}

.add-padding-left {
    padding-left: 40px;
}

.logo-home {
    margin-bottom: 30px;
    display: block;
}

.inner-page-conent .title-inner-page {
    font-weight: 700;
    font-size: 30px;
    line-height: 150%;
    color: var(--najahSoft-dark-color);
}

.inner-page-conent .small-title-page {
    font-weight: 700;
    font-size: 26px;
    line-height: 30px;
    color: var(--najahSoft-dark-color);
}

.inner-page-conent .subtitle-inner-page {
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
    color: var(--najahSoft-gray-color);
    margin-bottom: 40px;
}


.grid-two-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;

}

.item-list-feat {
    background: var(--najahSoft-white-color);
    line-height: 150%;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 15px 22px;
    height: 76px;
    border-radius: 14px;
    box-shadow: 36px 6px 36px rgba(0, 0, 0, 0.05);
    transition: var(--najahSoft-transition);
}

.item-list-feat:hover {
    transform: translate(0%, -10px);
    box-shadow: rgba(25, 41, 66, 0.13) 0px 12px 32px 0px;
}

.item-list-feat span {
    font-weight: 700;
    font-size: 16px;
    color: var(--najahSoft-dark-color);
}

.item-list-feat i {
    font-size: 26px;
    color: var(--najahSoft-primary-color);
}



.card-form {
    box-shadow: 0px 0px 4px 0px #00000040;
    border-radius: 24px;
    background: var(--najahSoft-white-color);
    padding: 26px 36px;
}

.alert-register {
    font-size: 16px;
    font-weight: 700;
}


.footer-form {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 16px;
}

.footer-form a,
.alert-register a {
    color: var(--najahSoft-primary-color);
    font-weight: 700;
}

.main-list-programs {}

.list-programms {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px !important;
}

.item-list-program {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 8px;
    border-radius: 8px;
    transition: var(--najahSoft-transition);
}

.item-list-program:hover {
    background: linear-gradient(0deg, #660CED, #660CED),
        radial-gradient(100% 100% at 49.88% 100%, #9747FF 0%, #660CED 100%)
        /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
    ;

}

.item-list-program span {
    font-weight: 700;
    color: var(--najahSoft-dark-color);
    font-size: 16px;
    line-height: 22.4px;
    transition: var(--najahSoft-transition);
}

.item-list-program:hover span {
    color: var(--najahSoft-white-color);
}

.item-list-program i {
    width: 40px;
    height: 40px;
    opacity: 1;
    background: var(--najahSoft-white-color);
    color: var(--najahSoft-primary-color);
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    font-weight: 600;
    font-size: 20px;
    border-radius: 8px;
}


/* Sectors */
.sectors-grid,
.list-programms {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.item-list-sector {
    background: var(--najahSoft-white-color);
    align-items: center;
    gap: 20px;
    padding: 20px 22px 20px 40px;
    border-radius: 14px;
    box-shadow: 36px 6px 36px rgba(0, 0, 0, 0.05);
    display: flex;
    position: relative;
    transition: var(--najahSoft-transition);
}

.item-list-sector:hover {
    background: radial-gradient(100% 100% at 49.88% 100%, #9747FF 0%, #660CED 100%)
}

.item-list-sector .icon-sector {
    font-size: 30px;
    color: var(--najahSoft-primary-color);
    transition: var(--najahSoft-transition);
}

.item-list-sector .text-sector h4 {
    font-weight: 700;
    font-size: 20px;
    color: var(--najahSoft-dark-color);
    margin-bottom: 10px;
    transition: var(--najahSoft-transition);
}

.item-list-sector .text-sector p {
    font-weight: 400;
    font-size: 16px;
    color: var(--najahSoft-gray-color);
    line-height: 22px;
    transition: var(--najahSoft-transition);
}

.item-list-sector .fa-chevron-left {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translate(0px, -50%);
    height: 24px;
    width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: var(--najahSoft-dark-color);
    transition: var(--najahSoft-transition);
}

.item-list-sector:hover .icon-sector,
.item-list-sector:hover h4,
.item-list-sector:hover p,
.item-list-sector:hover .fa-chevron-left {
    color: var(--najahSoft-white-color);
}


.feauters-single-sectors {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
}

.feauters-single-sectors .feature-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    transition: var(--najahSoft-transition);
    background: #FFF;
    padding: 15px;
    border-radius: 16px;
    margin-bottom: 0;
    box-shadow: 36px 6px 36px rgba(0, 0, 0, 0.05);
    border: 1px solid transparent;
}

.feauters-single-sectors .feature-item:hover {
    border: 1px solid var(--najahSoft-primary-color);
}

.feauters-single-sectors .feature-item .feature-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
}

.feauters-single-sectors .feature-item .feature-icon {
    height: inherit;
    width: inherit;
    display: flex;
    align-items: center;
    background: transparent;
    font-size: 26px;
    justify-content: center;
    transition: var(--najahSoft-transition);
    color: var(--najahSoft-primary-color);
}

.feauters-single-sectors .feature-item:hover .feature-icon {
    background: transparent;
}

.feauters-single-sectors .feature-item:hover .feature-icon i {
    background: transparent;
    color: var(--najahSoft-primary-color) !important;
}

/*----------------------------------------------------------------
					End Inner Pages
----------------------------------------------------------------*/

/*----------------------------------------------------------------
					Start Breadcrumb
----------------------------------------------------------------*/
.header-breadcrumb {
    height: 400px;
    padding: 20px 0;
    position: relative;
    background-position: top center !important;
    display: flex;
    align-items: center;
}

.header-breadcrumb::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(15 52 62 / 25%);
    background-position: 0 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url(../images/banner/overlay.png);
    z-index: 2;
}

.header-breadcrumb::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0.6;
    background-image: linear-gradient(to bottom,
            rgb(56 66 69) 0%,
            #3b3f41 10%,
            rgba(18, 34, 29, 0) 30%,
            rgb(51 57 59 / 15%) 100%);
}

.breadcrumb-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    z-index: 3;
    position: relative;
}

.breadcrumb-title h1 {
    width: 100%;
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
    color: var(--najahSoft-white-color);
    padding: 0;
    margin-top: -5px;
}

.breadcrumb-title p {
    color: var(--najahSoft-light-color);
    font-size: 18px;
    font-weight: 300;
    line-height: 35px;
    letter-spacing: 0px;
    max-width: 700px;
    margin-bottom: 30px;
}

.header-breadcrumb .breadcrumb {
    background: transparent;
    display: flex;
    justify-content: flex-start;
    padding: 0;
    margin: 0;
    gap: 30px;
}

.header-breadcrumb .breadcrumb li,
.header-breadcrumb .breadcrumb li a {
    color: var(--najahSoft-line-color);
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    position: relative;
    transition: var(--najahSoft-transition);
}

.header-breadcrumb .breadcrumb li a svg path {
    color: var(--najahSoft-white-color);
}

.header-breadcrumb .breadcrumb li a:hover {
    color: var(--najahSoft-white-color);
}

.header-breadcrumb .breadcrumb li.active,
.header-breadcrumb .breadcrumb li.active a,
.header-breadcrumb .breadcrumb li.active span {
    color: var(--najahSoft-white-color);
}

.header-breadcrumb .breadcrumb li {
    color: var(--najahSoft-white-color);
}

.header-breadcrumb .breadcrumb li::before {
    content: "/";
    font-style: normal;
    font-variant: normal;
    font-family: "Font Awesome 5 pro";
    line-height: 1;
    text-rendering: auto;
    position: absolute;
    color: var(--najahSoft-white-color);
    font-size: 16px;
    left: -15px;
    top: 4px;
    z-index: 5;
    font-weight: 600;
}

.header-breadcrumb .breadcrumb li:last-child::before {
    content: none;
}

.breadcrumb-text {
    overflow: hidden;
}

.breadcrumb-text p {
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0em;
    text-align: right;
    color: var(--najahSoft-light-color);
    margin: 0;
}

.breadcrumb-rating {
    display: flex;
    gap: 15px;
    align-items: center;
}

.breadcrumb-rating .location {
    padding: 3px 12px;
    background: var(--najahSoft-light-color);
    border-radius: 5px;
    display: flex;
    font-size: 13px;
    font-weight: 600;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: #fff;
}

.breadcrumb-rating .stars-rating {
    width: 110px;
    font-size: 16px;
}

.breadcrumb-rating .stars-rating strong {
    left: -70px;
    font-size: 15px;
}

.breadcrumb-bg-white {
    height: auto;
    padding: 30px;
    background: var(--najahSoft-white-color);
    border-top: 1px solid var(--najahSoft-light-color);
}

.breadcrumb-bg-white::before,
.breadcrumb-bg-white::after {
    display: none;
}

.breadcrumb-bg-white .breadcrumb li a {
    color: var(--najahSoft-gray-color);
}

.breadcrumb-bg-white .breadcrumb li::before {
    color: var(--najahSoft-gray-color);
}

.breadcrumb-bg-white .breadcrumb li,
.breadcrumb-bg-white .breadcrumb li a:hover {
    color: var(--najahSoft-dark-color);
}

/*----------------------------------------------------------------
                        End Breadcrumb
----------------------------------------------------------------*/




/*----------------------------------------------------------------
                        Start Section Media
----------------------------------------------------------------*/
.section-media {
    position: relative;
    background: var(--najahSoft-white-color);
}

.media-list {
    overflow: hidden;
}

.media-list .tabs-container {
    padding-bottom: 0;
}

.media-list .tabs-control {
    display: flex;
    gap: 30px;
    width: 50%;
    position: relative;
    z-index: 5;
}

.tabs-control .button-tab {
    background: var(--najahSoft-light-color);
    color: var(--najahSoft-dark-color);
    padding-right: 25px;
    padding-left: 25px;
}

.tabs-control .button-tab.active {
    background: var(--najahSoft-primary-color);
    color: var(--najahSoft-white-color);
    box-shadow: 0 0 0 2px var(--najahSoft-primary-color) inset;
}

.section-media .tabs-container {
    position: relative;
}


.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.gallery-item .img-case {
    height: 275px;
    overflow: hidden;
    width: 100%;
    position: relative;
}

.gallery-item img {
    -webkit-transition: var(--najahSoft-transition);
    -moz-transition: var(--najahSoft-transition);
    -ms-transition: var(--najahSoft-transition);
    -o-transition: var(--najahSoft-transition);
    transition: var(--najahSoft-transition);
    overflow: hidden;
    width: 100%;
    height: 275px;
    object-fit: cover;
}

.gallery-item:hover .img-case img {
    opacity: 0.95;
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}

.gallery-item .img-case .overlay-case {
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    top: 0px;
    z-index: 25;
    opacity: 0;
    display: block;
    background: linear-gradient(to bottom, rgba(6, 27, 65, 0) 0%, #2f3537 100%);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    -o-transform-origin: bottom;
    transform-origin: bottom;
}

.gallery-item:hover .img-case .overlay-case {
    opacity: 0.95;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
}

.gallery-item .img-case .overlay-case .inner-overlay {
    position: absolute;
    left: 0px;
    top: 30px;
    width: 100%;
    height: 100%;
    display: table;
    z-index: 1;
    padding: 10px 10px;
    vertical-align: middle;
    opacity: 0;
    transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
}

.gallery-item:hover .img-case .overlay-case .inner-overlay {
    opacity: 1;
    top: 0;
    transition-delay: 0.5s;
}

.gallery-item .img-case .overlay-case .inner-overlay .case-study-text {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.gallery-item .links-case {
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    gap: 15px;
}

.text-of-case {
    position: absolute;
    bottom: 20px;
    right: 10px;
    width: 90%;
}

.text-of-case h5 {
    color: var(--najahSoft-white-color);
    line-height: 36px;
    font-weight: 500;
    font-size: 20px;
}

.links-case div a {
    transition: 0.4s;
    width: 44px;
    height: 44px;
    font-size: 20px;
    display: flex;
    text-align: center;
    color: var(--najahSoft-light-color);
    background: hsl(0deg 0% 100% / 15%);
    backdrop-filter: blur(14px) brightness(0.92);
    /* border: 1px solid #ffffff0f; */
    border-radius: 5px;
    color: var(--najahSoft-white-color);
    background: hsl(0deg 0% 100% / 20%);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    align-items: center;
    justify-content: center;
}

.links-case div a:hover {
    border-color: var(--najahSoft-dark-color);
    background: var(--najahSoft-dark-color);
    color: var(--najahSoft-white-color);
}

.media-section .gallery-item {
    margin-bottom: 40px;
}

.gprev,
.gnext {
    display: none;
}

.glightbox-clean .gslide-desc {
    font-size: 22px;
    margin-bottom: 0;
    line-height: 1.4em;
    font-weight: 500;
    color: var(--najahSoft-dark-color);
}

/*----------------------------------------------------------------
                        End  Section Media
----------------------------------------------------------------*/

/*----------------------------------------------------------------
                        Start Section Partenrs
----------------------------------------------------------------*/
.section-partners {
    background: var(--najahSoft-white-color);
}

.section-partners .all-partners {
    margin-right: -15px;
    margin-left: -15px;
}

.section-partners .all-partners .slide-item {
    padding: 15px 15px 30px;
}

.partner-item {
    /* background: var(--najahSoft-white-color); */
    overflow: hidden;
    border-radius: 14px;
    /* box-shadow: 0 15px 25px #00000014; */
    transition: var(--najahSoft-transition);
}

.partner-item:hover {
    transform: scale(1.1, 1.1);
}

.partner-item .img-partner {
    overflow: hidden;
    min-height: 150px;
    max-height: 150px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partner-item .img-partner img {
    width: 100%;
    max-width: 120px;
    filter: grayscale(100%);
    transition: var(--najahSoft-transition);
}

.partner-item .img-partner:hover img {
    filter: grayscale(0%);
}

.partner-item h4 {
    font-weight: 600;
    background: var(--najahSoft-white-color);
    padding: 20px 5px;
    font-size: 15px;
    text-align: center;
    color: var(--najahSoft-dark-color);
    border-top: 1px solid var(--najahSoft-light-color);
}

/* Dots Slider */
.partners-dots,
.testimonials-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    z-index: 1;
    margin-top: 10px;
}

.partners-dots .swiper-pagination-bullet,
.testimonials-dots .swiper-pagination-bullet {
    width: 20px;
    height: 7px;
    border-radius: 2px;
    position: relative;
    opacity: 0.5;
    transition: var(--najahSoft-transition);
    background: var(--najahSoft-line-color);
    backdrop-filter: blur(14px) brightness(0.92);
    /* border: 1px solid #ffffff0f; */

}

.partners-dots .swiper-pagination-bullet-active,
.testimonials-dots .swiper-pagination-bullet-active {
    width: 50px;
    background: var(--najahSoft-primary-color);
    opacity: 1;
}

/*----------------------------------------------------------------
                        End  Section Partenrs
----------------------------------------------------------------*/
/*----------------------------------------------------------------
                        Start Page Conatc us
----------------------------------------------------------------*/
.contact-us-page {
    position: relative;
    margin-top: -450px;
}

.contact-us-meta {
    position: relative;
    box-shadow: 0px 0px 4px 0px #00000040;
    padding: 20px;
    background: #FFF;
    border-radius: 20px;
}

.contact-us-meta .follow-us {
    margin-bottom: 30px;
}

.follow-us strong {
    font-size: 14px;
    font-weight: 600;
    line-height: 10px;
    display: block;
    margin-bottom: 25px;
    color: var(--najahSoft-white-color);
    opacity: 0.7;
    margin-top: 15px;
}


.contact-us-meta .contact-info {
    height: 600px;
    border-radius: 15px;
    padding: 60px;
    background: linear-gradient(180deg, #4100A2 0%, #812DFF 100%);
    position: absolute;
}

.contact-us-meta .contact-info::before {
    content: "";
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: url(../images/icons/contact-us.png) no-repeat;
}

.contact-us-meta .contact-info::after {
    content: "";
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: url(../images/icons/contact-us.png) no-repeat;
    transform: rotate(180deg);
}

.content-meta-info {
    position: relative;
    z-index: 1;
}

.social-media-follow-us {
    gap: 30px;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    overflow: hidden;
    display: flex;
}

.social-media-follow-us li a {
    display: flex;
    font-size: 16px;
    font-weight: 600;
    line-height: 15px;
    transition: 0.4s;
    gap: 10px;
    color: var(--najahSoft-white-color);
}

.social-media-follow-us li a i {
    float: left;
    display: block;
    margin-right: 5px;
    line-height: 16px;
    font-size: 14px;
}

.social-media-follow-us li a:hover {
    color: var(--najahSoft-primary-color);
}



.head-form-contact h2,
.contact-us-meta .contact-info h3 {
    font-size: 26px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 35px;
    color: var(--najahSoft-dark-color);
}

.contact-us-meta .contact-info h3 {
    color: var(--najahSoft-white-color);
}

.form-contact-us {
    margin-right: 20px;
    margin-left: 20px;
}

.contact-us-meta .contact-info-item {
    margin-bottom: 30px;
}

.contact-us-meta .contact-info-item:last-child {
    padding: 0;
    margin: 0;
    border: 0;
}

.contact-us-meta .contact-info-item span {
    color: var(--najahSoft-of-white-color);
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 12px;
    opacity: 0.8;
    display: flex;
    gap: 10px;
    align-items: center;
    align-content: center;

}

.contact-us-meta .contact-info-item .info-cont {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.contact-us-meta .contact-info-item .info-cont a,
.contact-us-meta .contact-info-item .info-cont p {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0em;
    color: var(--najahSoft-white-color);
    transition: var(--najahSoft-transition);
    direction: ltr;
}

.contact-us-meta .contact-info-item .info-cont a:hover {
    color: var(--najahSoft-orang-color);
}

.form .form-group {
    margin-bottom: 30px;
}

.form-privacy {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-direction: column;
}

.form-privacy p {
    max-width: 100%;
    font-weight: 500;
    font-size: 16px;
    color: var(--najahSoft-dark3-color);
    margin-bottom: 30px;
}

.form-privacy p a {
    color: var(--najahSoft-dark-color);
    font-weight: 600;
}

.form-privacy p a:hover {
    color: var(--najahSoft-primary-color);
}

/*----------------------------------------------------------------
                        End Page Contact us
----------------------------------------------------------------*/
/*----------------------------------------------------------------
                        Start About Us
----------------------------------------------------------------*/
.banner-about-us .conent-banner-inner-page {
    height: 500px;
}

.about-najahsoft {
    margin-top: -100px;
    position: relative;
    z-index: 1;
}

.content-about-us {
    border-top: 1px solid #F1E9FD;
    box-shadow: 0px 4px 30px 0px #3D078E1A;
    border-radius: 24px;
    padding: 50px;
    background: var(--najahSoft-white-color);
    border: 4px solid transparent;
    transition: var(--najahSoft-transition);
}

.content-about-us .text-about {
    font-weight: 600;
    color: var(--najahSoft-gray-color);
    line-height: 30px;
    font-size: 18px;

}

.support-about {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.support-about h5 {
    font-size: 18px;
    color: var(--najahSoft-gray-color);
    font-weight: 700;
    margin-bottom: 15px;
}

.support-about p {
    font-size: 16px;
    color: var(--najahSoft-gray-color);
    font-weight: 500;
    margin-bottom: 0px;
}

.support-about a {
    color: var(--najahSoft-dark-color);
}

/*----------------------------------------------------------------
                        End About Us
----------------------------------------------------------------*/
/*----------------------------------------------------------------
                        Start Note Card
----------------------------------------------------------------*/
.notecard {
    min-height: 60vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    gap: 15px;
    padding: 0 20px;
}

.notecard .icon-card {
    width: 64px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: var(--najahSoft-light-color);
    font-size: 28px;
    color: var(--najahSoft-dark2-color);
    border-radius: 50%;
}

.notecard p {
    color: var(--najahSoft-gray-color);
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: -0.25px;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 15px;
}

/*----------------------------------------------------------------
                       End Note Card
----------------------------------------------------------------*/
/*----------------------------------------------------------------
                       start Error Page
----------------------------------------------------------------*/
.error-content {
    min-height: 100vh;
    padding: 100px 0;
}

.error-content h1 {
    line-height: 140px;
    color: var(--najahSoft-primary-color);
    margin-bottom: 10px;
    font-size: 180px;
}

.error-content h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    color: var(--najahSoft-dark-color);
    position: relative;
}

/*----------------------------------------------------------------
                       start Error Page
----------------------------------------------------------------*/

/****************************************************************************/




/* ============================================================== 
    # Brand
=================================================================== */

.marquee-items {
    position: relative;
    display: flex;
    align-items: center;
}

.marquee-conetnt {
    display: flex;
    align-items: center;
    justify-content: center;
    animation: slide-right 50s linear infinite;
    direction: rtl;
    height: 120px;
}

.marquee-conetnt h2 {
    margin: 0;
    font-size: 200px;
    margin: 0 100px;
    font-weight: 600;
    line-height: 1;
    text-decoration: underline;
    text-transform: uppercase;
    color: var(--najahSoft-dark-color);
    font-size: clamp(40px, 6vw, 200px);
}

.marquee-conetnt .item:nth-child(2n) h2 {
    border: none;
    text-decoration: none;
}

.marquee-conetnt .item {
    position: relative;
}

.marquee-conetnt .item::after {
    position: absolute;
    right: -50px;
    top: 50%;
    content: "";
    height: 100px;
    width: 100px;
    background: url(../images/icons/star.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    transform: translateY(-50%);
    margin-top: 10px;
}

.addons-bg-text-marquee .marquee-conetnt .item::after {
    background: url(../images/icons/star.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
}

.bg-dark .marquee-conetnt .item::after {
    position: absolute;
    right: -15px;
    top: 50%;
    content: "";
    height: 40px;
    width: 40px;
    background: url(../images/icons/star.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    transform: translateY(-50%);
    margin-top: 10px;
}

@-webkit-keyframes slide-right {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@keyframes slide-right {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}