@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=El Messiri:wght@200;300;400;500;700;800;900&display=swap&family=El+Messiri:wght@400..700&display=swap');

:root {
    --bs-primary: #42b9e8;
        --bs-primary-rgb: 66, 185, 232;
    width: 100svw;
    overflow-x: hidden;
    --bs-orange: #f37335;
    --bs-purple: #943884;
    --bs-third: #f7de2b;
    --bs-orange-rgb: 243, 115, 53;
    --bs-purple-rgb: 148, 56, 132;
    --bs-third-rgb: 247, 222, 43;
    --bs-blue-neural: #1d4f91;
    --bs-blue-neural-rgb: 29, 79, 145;

}
*{
    transition: all 300ms;
}

body {
    width: 100svw;
    overflow-x: hidden;
}

.truncate-multiline {
    width: 99%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    /* Number of lines to show */
}

.bg-blue-neural {
    background-color: var(--bs-blue-neural) !important;
}

.text-blue-neural {
    color: var(--bs-blue-neural) !important;
}
.bg-third {
    background-color: var(--bs-third) !important;
}

.text-third {
    color: var(--bs-third) !important;
}

.bg-purple {
    background-color: var(--bs-purple) !important;
}
.bg-gray {
    background-color: #f8f7f8 !important;
}
.bg-orange {
    background-color: var(--bs-orange) !important;
}

.text-purple {
    color: var(--bs-purple) !important;
}
.text-orange {
    color: var(--bs-orange) !important;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    /* font: inherit; */
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    font-family: Open Sans, sans-serif;
    color: #aeb4b6;
    font-size: 16px;
    font-weight: 400;
    overflow-x: hidden;
    position: relative;
    width: 100vw;
    left: 0;
    right: 0;
}

[dir="rtl"]{
    .modal-header .btn-close{
        margin: calc(-.5 * var(--bs-modal-header-padding-y)) auto calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x));
    }
}
body[dir="rtl"],
body:dir(rtl) {
    font-family: "El Messiri", sans-serif;
    direction: rtl;
    unicode-bidi: embed;
    text-align: right;

    /* padding-inline-start: 1vw; */
}

button {
    cursor: pointer;
    border: 0;
}

img {
    vertical-align: middle;
    height: auto;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

p {
    font-size: 16px;
    line-height: 27px;
    /* color: #5d6978; */
}

section {
    display: block;
    position: relative;
}

a,
a:hover {
    color: inherit;
}

a {
    text-decoration: none;
}

a {
    transition: all 0.4s ease-in-out;
}

.container {
    max-width: 1200px;
    padding: 0 15px;
}

h1,
h2,
h3 {
    font-family: Poppins, sans-serif;
}

body[dir="rtl"] h1,
body[dir="rtl"] h2,
body[dir="rtl"] h3 {
    font-family: "El Messiri", sans-serif;
}

p {
    /* color: #575757; */
    font-size: 18px;
    line-height: 22.35px;
}

.btn-default {
    display: inline-block;
    color: #fff;
    font-size: 18.29px;
    font-weight: 500;
    font-family: Poppins, sans-serif;
    background-color: #135e9e;
    height: 40px;
    line-height: 40px;
    padding: 0 10px 0 45px;
    position: relative;
    border-radius: 30px;
    transition: all 0.4s ease-in-out;
    width: fit-content;
}

.btn-default:hover {
    color: #fff;
    background-color: #943884;
}

.btn-default:hover i {
    color: #943884;
}

.btn-default i {
    background-color: #fff;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 50px;
    color: #155799;
    position: absolute;
    top: 50%;
    transition: all 0.4s ease-in-out;
    left: 6px;
    transform: translateY(-50%);
}

.social-links li {
    display: inline-block;
    margin-inline-end: 16px;
}

.social-links li:last-child {
    margin-inline-end: 0;
}
.social-links li a:hover {
    background-color: #FFF !important;
    color: #943884;
    border: solid 1px #943884;
}

.mdp-our-contacts .social-links li a {
    background-color: #943884;
    width: 3rem;
    height: 3rem;
    font-size: 1.5rem;
    line-height: 3rem;
}

.social-links li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    border-radius: 100px;
    text-align: center;
    color: #fff;
    background-color: #1260a0;
}

header .container {
    max-width: 94vw;
    right: 0;
}
.header-content {
    color: #fefefe;
    font-size: 1.2rem;
}

header .header-content {
    border-bottom: 1px solid #eae5e5;
}

header .navigation-bar nav ul li {
    display: inline-block;
    margin-inline-end: 35px;
    position: relative;
}

header .navigation-bar nav ul li:last-child {
    margin-inline-end: 0;
}

body[dir="rtl"] header .navigation-bar nav ul li a {
    font-family: "El Messiri", sans-serif;

}

header .navigation-bar nav ul li a {
    padding-bottom: 3px;
    display: inline-block;
    color: #2b2b2b;
    font-size: 20.32px;
    font-weight: 500;
    font-family: Poppins, sans-serif;
    position: relative;
}

header .navigation-bar nav ul li a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 4px;
    background-color: #156788;
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}

header .navigation-bar nav ul li a.active:before,
header .navigation-bar nav ul li.bg-primary:hover {
    background-color: var(--bs-purple) !important;
}

header .navigation-bar nav ul li.bg-primary a:hover:before {
    display: none;
}
header .navigation-bar nav ul li a:hover:before {
    opacity: 1;
    visibility: visible;
    width: 90%;
}

.main-section {
    /* background-image: url(../img/banner-bg.png); */
    position: relative;
}

.main-section,
.main-section .elements-bg {
    background-repeat: no-repeat;
    background-position: 100% 0;
}

.main-banner {
    height: 80svh;
    padding: 0px 0;
    overflow: hidden;

        .row .p-6 {
            padding-inline-start: 7vw;
        }
    
        .gradient-bar {
            height: 10svh;
            width: 100vw;
            position: absolute;
            bottom: -1px;
            z-index: 20;
            left: 0;
            background: linear-gradient(0deg, #943884 0%, #94388400 100%);
        }
}

.main-banner .content-banner {
    display: flex;
    align-items: center;
    height: center;    
}

.main-banner .banner-text {
    z-index: 1;
}


.main-banner .banner-text a.border-primary{
    color: var(--bs-primary);
    &:hover{
        color: #fefefe !important;
        background-color: var(--bs-primary) !important;
    }
}

.main-banner .banner-text a{
    padding: 0.7rem 3rem;
    font-size: 1.4em;
    &:hover{
        color: var(--bs-primary) !important;
        background-color: var(--bs-purple) !important;

    }
}

.main-banner .banner-text>h2 {
    color: #2b2b2b;
    font-size: 3.5em;
    line-height: 132%;
    font-weight: 600;
    margin-bottom: 26px;
    width: fit-content;
    padding-inline-end: 20px;
    height: fit-content;
}

.main-banner .banner-text>h2 span {
    /* line-height: 42px; */
    /* font-size: 1.3em ; */
    display: inline-block;
    /* color: #943884; */
    position: relative;
}

.main-banner .banner-img {
    position: relative;
    z-index: 10;

    /* overflow: hidden; */
    img {
        transform: translateX(11vw);
        height: 100svh;
        object-fit: cover;
        /* padding: 2rem; */
    }
}

.main-banner .banner-text p {
    color: #010101;
    font-size: 1.3rem;
    line-height: 132%;
    max-width: 38vw;
    margin-bottom: 59px;
    width: 80%;
}

.section-title {
    margin-bottom: 43px;
}

.section-title>h2 {
    font-size: 46.77px;
    margin-bottom: 15px;
    font-weight: 700;
    margin-bottom: 7px;
}

.section-title>h2>span {
    color: #943884;
}

.section-title.yellow>h2>span {
    color: #f7de2b;
}

.section-title p {
    font-size: 16px;
    line-height: normal;
    /* line-height: 200%; */
    /* max-width: 430px; */
    margin: 0 auto;
}

.about-us-section .container {
    position: relative;
}
.about-us-section {
    padding:50px 50px 0 50px;
    color: white;
}

.about-us-section .about-sec {
    margin-bottom: 65px;
}

.about-us-section .about-sec .abt-col {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(21, 87, 153, 0.08);
    padding: 25px 20px 19px;
    border-radius: 10px;
    transition: all 0.4s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: baseline;
    text-align: center;
    gap: 1vh;
    flex-direction: column;
    align-items: center;
}

.about-us-section .about-sec .abt-col>img {
    margin-bottom: 9px;
    height: 12vh;
}

.about-us-section .about-sec .abt-col>h3 {
    color: #f1f1f1;
    font-size: 18.29px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 3px;
}

.abt-img img {
    width: 100%;
}

.sec-title {
    margin-bottom: 42px;
}

.sec-title>h2 {
    color: #2b2b2b;
    font-size: 48.77px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 7px;
    position: relative;
    z-index: 1;
}

body[dir="rtl"] .sec-title>h2:before {
    right: -70px;
}

.sec-title>h2:before {
    content: "";
    position: absolute;
    top: -40px;
    left: -70px;
    width: 114px;
    height: 108px;
    background-image: url(../img/sec-bg.png);
    background-repeat: no-repeat;
    z-index: -1;
    background-size: contain;
}

.course-section .find-course .course-img {
    background-image: url(../img/abt-element.png);
    background-repeat: no-repeat;
    background-position: 50%;
}

.course-section .find-course .course-img>img {
    max-width: 100%;
}

.course-section .courses-list {
    margin-top: 63px;
}

.course-section .courses-list .course-card {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(21, 87, 153, 0.08);
    padding: 14px 30px 15px;
    border-radius: 25px;
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
}

.course-section .courses-list .course-card:nth-child(2n) {
    left: -100px;
}

.course-section .courses-list .course-card:before {
    content: "";
    position: absolute;
    top: 6px;
    left: -1px;
    width: 7px;
    height: 166px;
    background-image: url(../img/shape3.png);
    background-repeat: no-repeat;
}

.course-section .courses-list .course-card>h3 {
    color: #2b2b2b;
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: end;
}

.course-section .courses-list .course-card .posted-by>img {
    margin-inline-end: 7px;
    border-radius: 100px;
}

.course-section .courses-list .course-card .posted-by>a {
    display: inline-block;
    color: #575757;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
}


.about-us-section .blog-section {
    padding-bottom: 0px;
}

.blog-section {
    padding-bottom: 146px;
}

.blog-section .blog-posts .blog-post .blog-thumbnail {
    position: relative;
    margin-bottom: 20px;
    height: 60svh;
    width: 65vw;
    margin: auto;
    border-radius: 20px;
    /* overflow: hidden; */
}

.blog-section .blog-posts .blog-post .blog-thumbnail:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}

.blog-section .blog-posts .blog-post .blog-thumbnail>a img.cover {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top top;
}

.blog-section .blog-posts .blog-post .blog-thumbnail>a img,
.blog-section .blog-posts .blog-post .blog-thumbnail>img {
    border-radius: 20px;
    /* width: 100%; */
    object-fit: cover;
    object-position: top;

}

.blog-section .blog-posts .blog-post .blog-thumbnail .category {
    position: absolute;
    top: -0;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 20px;
    color: #2b2b2b;
    font-size: 16px;
    height: 24px;
    line-height: 24px;
    background-color: #ffd31d;
    border-radius: 30px;
}


.newsletter-section.call {

    /* background: linear-gradient(180deg, #f1f6fd 60%, #f1f6fdb2); */
    /* margin-top: 10svh; */
    padding: 5svh 0;

    .section-title h2{
        color: var(--bs-blue-neural);
    }
    /* border-bottom: 2px solid #ff6928; */
    .newsletter-sec {
        /* transform: translate(0px, -30%); */
        /* margin-top: 10svh; */
        margin-bottom: 0;
        padding: 3rem;

    }
}

.newsletter-section .newsletter-sec {
    background: linear-gradient(90deg, #fdc830, #943884);
    background-repeat: no-repeat;
    padding: 57px 100px 55px;
    border-radius: 40px;
    background-position: 0;
    margin-bottom: -135px;
    position: relative;
    overflow: hidden;
}

.newsletter-section.call {

    /* background: linear-gradient(180deg, #f1f6fd 60%, #f1f6fdb2); */
    /* margin-top: 10svh; */
    /* padding: 5svh 0; */

    /* border-bottom: 2px solid #ff6928; */
    .newsletter-sec {
        /* transform: translate(0px, -30%); */
        /* margin-top: 10svh; */
        margin-bottom: 0;
        padding: 3rem;
    }
}

.newsletter-section .newsletter-sec:before {
    content: "";
    position: absolute;
    bottom: 46px;
    left: 0;
    width: 59px;
    height: 115px;
    background-image: url(../img/news-bg.png);
    background-repeat: no-repeat;
}

.newsletter-section .newsletter-sec:after {
    content: "";
    position: absolute;
    bottom: 15px;
    right: 0;
    width: 78px;
    height: 100px;
    background-image: url(../img/circle5.png);
    background-repeat: no-repeat;
}

.newsletter-section .newsletter-sec .newsz-ltr-text>h2 {
    color: #fefefe;
    font-size: 36.58px;
    line-height: 44.71px;
    margin-bottom: 33px;
    font-weight: 700;
}

.newsletter-section .newsletter-sec .newsletter-form {
    padding-inline-start: 62px;
}

.newsletter-section .newsletter-sec .newsletter-form .row {
    margin: 0 -10px;
}

.newsletter-section .newsletter-sec .newsletter-form .row .col-md-4,
.newsletter-section .newsletter-sec .newsletter-form .row .col-md-12 {
    padding: 0 10px;
}

.newsletter-section .newsletter-sec .newsletter-form .form-group {
    margin-bottom: 20px;
}

.newsletter-section .newsletter-sec .newsletter-form .form-group input,
.newsletter-section .newsletter-sec .newsletter-form .form-group select {
    width: 100%;
    background-color: #fddead;
    height: 40px;
    line-height: 40px;
    color: #575757;
    font-size: 16px;
    padding: 0 16px;
    border-radius: 20px;
    border: 0;
    font-style: italic;
}

.newsletter-section .newsletter-sec .newsletter-form .form-group select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: "";
}

.newsletter-section .newsletter-sec .newsletter-form .form-group textarea {
    color: #575757;
    font-size: 16px;
    background-color: #fddead;
    height: 70px;
    width: 100%;
    border-radius: 20px;
    border: 0;
    resize: none;
    padding: 10px 15px;
}

.newsletter-section .newsletter-sec .newsletter-form .form-group.select-tg {
    position: relative;
}

.newsletter-section .newsletter-sec .newsletter-form .form-group.select-tg:before {
    content: "\f107";
    font-family: Font Awesome\5 Free;
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 16px;
    color: #575757;
    transform: translateY(-50%);
}

.about-page-content {
    padding: 69px 70px 69px 0;
    /* background-color: gra #55c7dd2e; */
    /* background: linear-gradient(#f1f6fdb2, #f1f6fd2e 90%, #fefefe); */
}

.about-page-content .abt-page-row {
    margin-bottom: 40px;
}

.about-page-content .abt-page-row .row {
    margin-bottom: 60px;
}

.about-page-content .abt-page-row .row:last-child {
    margin-bottom: 0;
}

.about-page-content .abt-page-row .section-title h2 {
    line-height: 58.94px;
    margin-bottom: 25px;
}

.about-page-content .abt-page-row .section-title p {
    margin-bottom: 10px;
    font-size: 1.2rem;
    font-weight: bold;
}

.about-page-content .act-inffo ul li {
    display: block;
    color: #575757;
    font-size: 16px;
    margin-bottom: 10px;
    position: relative;
    /* padding-inline-start: 30px; */
}

/* .about-page-content .act-inffo ul li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 16px;
    height: 15px;
    background-image: url(../img/icon14.png);
    transform: translateY(-50%);
    margin-top: 2px;
} */

body[dir="rtl"] .about-page-content .act-inffo ul li:before {
    right: 0
}

.about-page-content .act-inffo ul li:last-child {
    margin-bottom: 0;
}

.mdp-map {
    margin-bottom: 36px;
}

#contact-form .mdp-map {
    margin-top: 2rem;
}

.mdp-map iframe {
    width: 100%;
    height: 40vh;
}

.mdp-contact .comment-area form .row {
    margin: 0 -10px;
}

.mdp-contact .comment-area form .row .col-lg-4,
.mdp-contact .comment-area form .row .col-lg-6,
.mdp-contact .comment-area form .row .col-lg-12 {
    padding: 0 10px;
}

.mdp-contact .comment-area form .form-group {
    margin-bottom: 20px;
}

.mdp-contact .comment-area form .form-group input,
.mdp-contact .comment-area form .form-group textarea {
    width: 100%;
    height: 40px;
    border: 1px solid #ece8e8;
    border-radius: 30px;
    padding: 0 15px;
    font-size: 16px;
    color: #575757;
}

.mdp-contact .comment-area form .form-group textarea {
    height: 94px;
    padding: 15px;
    border-radius: 20px;
    resize: none;
    vertical-align: middle;
}

.mdp-contact .comment-area form .form-submit {
    margin-top: 10px;
    text-align: right;
}

.mdp-contact .comment-area form .form-submit .btn-default {
    padding: 0 40px 0 60px;
}

.mdp-contact .mdp-our-contacts ul li {
    margin-bottom: 30px;
}

.mdp-contact .mdp-our-contacts ul li:last-child {
    margin-bottom: 0;
}

.mdp-contact .mdp-our-contacts .dd-cont {
    padding-inline-start: 15px;
}

.mdp-contact .mdp-our-contacts .dd-cont>h4 {
    color: #2b2b2b;
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 600;
}

.mdp-contact .mdp-our-contacts .dd-cont>span {
    display: block;
    color: #575757;
    font-size: 16px;
}

.video-play {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.4s ease-in-out;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

    /* background-color: #159957; */
    img {
        opacity: 0.7;

    }
}

.responsive-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100svw;
    background-color: var(--bs-blue-neural);
    -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    height: 100%;
    padding: 50px;
    opacity: 0;
    transform: translateX(-100%);
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}

.responsive-menu.active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    z-index: 999999;
}

.responsive-menu ul li {
    margin-bottom: 30px;
}

.responsive-menu ul li:last-child {
    margin-bottom: 0;
}

body[dir="rtl"] .responsive-menu {
    right: 0;
    left: unset;
}

body[dir="rtl"] .responsive-menu ul li a {
    font-family: "El Messiri", sans-serif;
}

.responsive-menu ul li a {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    font-family: Poppins, sans-serif;
}


.news-block-two{
    background-color: #05abef;
}


body[dir="rtl"] .news-block-two h2 {
    font-family: 'El Messiri', sans-serif;
}

body[dir="rtl"] .news-block-two h5 {
    font-family: 'El Messiri', sans-serif;
}

.news-block-two h2 {
    font-family: 'El Messiri';
}

.news-block-two h5 {
    font-family: 'El Messiri';
}

.services-section {
    position: relative;
    padding: 20px 0px 40px;
}

.service-block {
    position: relative;
    margin-bottom: 30px;
}

.service-block .inner-box {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.service-block .inner-box .icon-box {
    position: relative;

}

.service-block .inner-box .icon-box .icon img{
    filter: brightness(0) invert(100%);
}
.service-block .inner-box .icon-box .icon {
    background-color: transparent;
    position: relative;
    z-index: 1;
}


.service-block .inner-box h5 {
    position: relative;
    font-weight: 600;
    line-height: 1.3em;
    margin-top: 0.1rem;
    color: #f7de2b;
}


/***
====================================================================Portfolio Section====================================================================***/
.portfolio-section {
    width: 80vw;
    margin: auto;
    position: relative;
    padding: 0px 0px 40px;
    margin-top: 130px;
    background-image: url('../img/error-bg.png');
    background-repeat: space;
    background-position: center;
    background-size: contain;
}

.btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 24px;
    font-size: 18px;
    font-weight: bold;
    color: #69c4d8;
    border-radius: 18px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
}

.btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300%;
    height: 300%;
    background: rgba(255, 255, 255, 0.2);
    transition: all 0.6s ease;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0);
}

.project-block {
    position: relative;
    margin-bottom: 31px;
}

.project-block:nth-last-child(1) {
    margin-bottom: 0px;
}



.project-block .inner-box3 .btn:hover {
    background: #fff;
    color: #000;
    border-color: #2b86b7;
    /* box-shadow: 0 8px 18px rgba(43, 160, 183, 0.5); */
}



.project-block .inner-box3 {
    display: flex;
    flex-direction: column;
    align-items: center;
}


.project-block .inner-box3 .image1 {
    position: relative;
    overflow: hidden;
    border-radius: 1.5rem;
    background-color: #2b63b7;
    box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.2);
}

.project-block .inner-box3 .image1 img {
    position: relative;
    width: 100%;
    display: block;
    transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}

.project-block .inner-box3:hover .image1 img {
    transform: scale(1.04, 1.04);
}

.project-block .inner-box3 .image1 .overlay-box {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0;
    color: #ffffff;
    text-align: center;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transform: translateY(-10vh);
}






.project-block .inner-box3 .image1 .overlay-box:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0.90;

}

.project-block .inner-box3:hover .overlay-box {

    opacity: 1;
    transform: translateY(0);
    background-color: rgba(107, 154, 247, 0.6);
}

.project-block .inner-box3 .overlay-inner {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 0px;
}

.project-block .inner-box3 .overlay-inner .content {
    position: relative;
    display: table-cell;
    vertical-align: middle;

}



.project-block .inner-box3 svg {
    fill: #fefefe;
    width: 3rem;
    height: 3rem;
}



#pricing {

    >div.d-flex {
        gap: 2vw;
    }

    .price-red {
        .btn-warning {
            background-color: #943884;
        }

        #Layer_1 {
            .cls-1 {
                fill: url(#red-linear-gradient-2);
            }

            .cls-2 {
                fill: url(#red-linear-gradient-3);
            }

            .cls-3 {
                isolation: isolate;
            }

            .cls-4 {
                fill: url(#red-linear-gradient);
            }

            .cls-5 {
                mix-blend-mode: hard-light;
            }
        }
    }

    .price-gold {
        .btn-warning {
            background-color: #FFC107;
        }

        #Layer_1 {
            .cls-1 {
                fill: url(#gold-linear-gradient-2);
            }

            .cls-2 {
                fill: url(#gold-linear-gradient-3);
            }

            .cls-3 {
                isolation: isolate;
            }

            .cls-4 {
                fill: url(#gold-linear-gradient);
            }

            .cls-5 {
                mix-blend-mode: hard-light;
            }
        }
    }

    .price-blue {
        .btn-warning {
            background-color: #69c4d8;
        }

        #Layer_1 {
            .cls-1 {
                fill: url(#blue-linear-gradient-2);
            }

            .cls-2 {
                fill: url(#blue-linear-gradient-3);
            }

            .cls-3 {
                isolation: isolate;
            }

            .cls-4 {
                fill: url(#blue-linear-gradient);
            }

            .cls-5 {
                mix-blend-mode: hard-light;
            }
        }
    }

    margin: auto;
    width: 80vw;
    padding: 6svh 0;
}



.pricing-card {
    box-shadow: 0 0 15px #00000036;
    border: none;
    border-radius: 3rem;
    overflow: visible;
    position: relative;
    color: #1a237e;
    padding-top: 0px;
    width: 32%;

    .card-title {
        font-size: 1rem !important;
        margin-bottom: 1rem;

    }
        .card-body {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }
    
}

.top-wave {
    position: absolute;
    top: -0%;
    width: 100%;
    border-radius: 2rem 2rem 0 0;
    overflow: hidden;
    line-height: 0;
}

.top-wave svg {
    display: block;
    width: 100%;
    top: -7vh;
    position: relative;
}

.ribbon {
    position: absolute;
    top: -2.8%;
    width: 33%;
    right: -4.8%;
}

.price {
    margin-top: -5%;
    margin-bottom: 20%;
    font-size: 3rem;
    color: white;
}

.btn-warning {
    border: none;
}

.hero_circle {
    position: absolute;
    height: 10vw;
    width: 10vw;
    border-radius: 50%;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    text-align: center;
    font-weight: bold;
    line-height: 100%;
}

.blue_circle {
    top: 7vh;
    z-index: 0;
    left: 8vw;
    background: #47c4dc;
}

.pink_circle {
    z-index: 11;
    top: 50vh;
    right: -5vw;
    background: #F7DE2B;
}

.wrapper {
    background-size: cover;
}

[dir="rtl"] {
    .btn-default {
        padding: 0 45px 0 10px;
        font-family: "El Messiri", sans-serif;

        i {
            right: 6px;
            left: unset;

        }

        i::before {
            content: "\f060";
        }
    }
}


.popup-overlay {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 999;
}


.portfolio-section .sec-title {
    color: #2b2b2b;
    font-size: 58px;
    line-height: 150%;
    font-weight: 600;
    margin-bottom: 26px;
    text-align: center;
    padding-inline-end: 20px;
}

.portfolio-section .sec-title span {
    display: inline-block;
    color: #943884;
    position: relative;
    text-decoration: none;
}





/*/////////////////////////////////////////////////////////////////////*/

.masonry-item {
    padding: 1rem;
}



.insic,
.abd-logo {
    img {
        height: auto;
        width: 60%;
    }
}



.unbreak {
    text-wrap: nowrap;
}

.timeline-steps {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.timeline-steps .timeline-step {
    align-items: center;
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 1rem
}

@media (min-width:768px) {

    [dir="rtl"] .timeline-steps .timeline-step:not(:first-child):after {
        content: "";
        display: block;
        border-top: .25rem dotted #943884;
        width: 3.46rem;
        position: absolute;
        left: 7.5rem;
        top: 1rem
    }

    [dir="rtl"] .timeline-steps .timeline-step:not(:last-child):before {
        content: "";
        display: block;
        border-top: .25rem dotted #943884;
        width: 3.8125rem;
        position: absolute;
        right: 7.5rem;
        top: 1rem
    }
}

.timeline-steps .timeline-content {
    width: 10rem;
    text-align: center
}

.timeline-steps .timeline-content .inner-circle {
    border-radius: 1.5rem;
    height: 2rem;
    width: 2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #69c4d8
}

.timeline-steps .timeline-content .inner-circle span {
    position: absolute;
    color: white;
    z-index: 1;
    font-weight: 700;
}

[dir="rtl"] .timeline-steps .timeline-content .inner-circle:after {
    content: "";
    background-color: #69c4d8;
    display: inline-block;
    z-index: 0;
    height: 4rem;
    width: 4rem;
    min-width: 4rem;
    border-radius: 6.25rem;
    opacity: .5
}


.video-learning-modal{
  .modal-body{
      scrollbar-color: var(--bs-primary) #ffffff00;
      height: 95vh;
      margin: auto;
  }
  #video-player{
      border-radius: 1rem 1rem 0 0;
    }
    .prev-btn:hover,.next-btn:hover{
        scale: 0.9;
    }

    .prev-btn,.next-btn{
        background-color: transparent;
        position: fixed;
        top: 50%;
        transform: translateY(-50%);
        display: block;
        width: 4rem;
        height: 4rem;
    }
    .next-btn{
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 516 516' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M365.46 357.74L147.04 255.89l218.47-101.88c16.02-7.47 22.95-26.51 15.48-42.53l-13.52-29C360 66.46 340.96 59.53 324.94 67L18.48 209.91a32.014 32.014 0 0 0-18.48 29v34.24c0 12.44 7.21 23.75 18.48 29l306.31 142.83c16.06 7.49 35.15.54 42.64-15.52l13.56-29.08c7.49-16.06.54-35.15-15.53-42.64z'/%3e%3c/svg%3e");
    }
    .prev-btn{
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 516 516' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M365.52 209.85L59.22 67.01c-16.06-7.49-35.15-.54-42.64 15.52L3.01 111.61c-7.49 16.06-.54 35.15 15.52 42.64L236.96 256.1 18.49 357.99C2.47 365.46-4.46 384.5 3.01 400.52l13.52 29C24 445.54 43.04 452.47 59.06 445l306.47-142.91a32.003 32.003 0 0 0 18.48-29v-34.23c-.01-12.45-7.21-23.76-18.49-29.01z'/%3e%3c/svg%3e");
    }
}



















/*///////////////////////////////////////////////////////// Spinner ///////////////////////////////////////*/



#global-spinner {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 99999999;
    justify-content: center;
    align-items: center;

    .spinner-border {
        width: 3rem;
        height: 3rem;
        border: 0.25em solid currentColor;
        border-right-color: transparent;
        border-radius: 50%;
        animation: spinner-border 0.75s linear infinite;

    }
}


.play-video{
    cursor: pointer;
}
.play-video:hover{
    font-size: 22px !important;
    transition: all 200ms;
}

.navigation-bar {
    nav {
        border-color: #151B28 !important;
    }
}

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

/* .shadow-primary-lg {
    filter: drop-shadow(0px 0px 23px #42b9e8);
} */

.logo {
    img {
        width: 12vw;
        height: auto;
        object-fit: cover;
    }
}

.about-bg{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    z-index: 0;
    object-fit: cover;
}
.about-bg-bottom{
    object-position: bottom;
    height: 80%;
}

.about-bg-top{
    /* transform: translateY(20%); */
    padding-top: 20vh;
    height: 100%;
    object-position: top;
}
/* 
.purple-shadow{
        box-shadow: 0px 4px 98.3px 11px rgba(148, 56, 132, 1);
} */

#pricing-two {
    color: white;
    background: var(--bs-purple);
    padding: 20px 0;
    .mobile{
        display: none;
    }
}

/* Row Styling */
.feature-header {
    margin-bottom: 5rem;
}

.feature-row {
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
}

.col-3:first-child .feature-row {
    justify-content: flex-start;
    text-align: right;
    font-weight: 500;
}

.package-header h3 {
    font-size: 1.25rem;
    font-weight: 700;
}

.package-header h2 {
    font-size: 2rem;
    font-weight: 700;
}

.highlighted-col {
    background-color: #00a2ed;
    border-radius: 10px 10px 0 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.fa-check {
    color: white;
}

.fa-times {
    color: #ffcc00;
}

.btn-magenta {
    background-color: #8c006b;
    color: white;
    border: none;
}

.btn-magenta:hover {
    background-color: #6a0051;
    color: white;
}

.btn-light {
    color: #8c006b;
    font-weight: 700;
}


.video-container {
    background: #000;
    border-radius: 12px;
}

.playlist-sidebar::-webkit-scrollbar {
    width: 6px;
}

.playlist-sidebar::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

.cursor-pointer:hover {
    background-color: #f0f0f0;
}

.playlist-sidebar{
    h6{
        font-size: larger;
    }
    .badge{
        margin-inline-start: 0.4rem;
    }

    overflow-x: visible;
}

.rating-group {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.rating-item input[type="radio"] {
    display: none;
}

.rating-item label {
    padding: 8px 16px;
    border: 1px solid #fefefe;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0.9rem;
    color: #fefefe;
}

.rating-item input[type="radio"]:checked+label {
    background: var(--bs-third);
    border-color: var(--bs-third);
    color: var(--bs-purple);
    /* box-shadow: 0 0 10px var(--bs-third); */
}

.evaluation-card {
    background: var(--bs-purple);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(29,
        79,
        145, 0.7);
    border-radius: 15px;
}

.question-row {
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

.question-row:last-child {
    border-bottom: none;
}

.playlist-sidebar {
    .overlay{
        background-color: rgba(0, 0, 0, 0.5);
    }
}

.bg-lock{
    background-color: rgba(0, 0, 0, 0.7);
}

#authModal .modal-dialog {
    max-width: 60svw;
    height: 92vh;
    overflow: hidden;
    border-radius: 2rem;
}

#authModal .modal-content {
    background-color: #fff;
    position: relative;
}

#authModal .modal-body {
    position: relative;
    overflow: hidden;
    width: 100%;
}

#authModal .modal-footer {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50%;
    background-image: linear-gradient(135deg, #69c4d8 0%, #d9eff3 100%);
    border-radius: 0 0.5rem 0.5rem 0;
    z-index: 10;
    transition: all 0.5s ease-in-out;
}

.auth-container {
    width: 200%;
    transition: transform 0.5s ease-in-out;
}

.auth-slide {
    width: 50%;
    padding: 2rem;
}

.auth-welcome {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 2rem;
    transition: opacity 0.3s ease-in-out;
}

.auth-welcome.d-none {
    opacity: 0;
}

.auth-container.register-active {
    transform: translateX(50%);
}

.auth-container.register-active+.modal-footer {
    transform: translateX(100%);
    border-radius: 0.5rem 0 0 0.5rem;
}

.auth-container.login-active {
    transform: translateX(0);
}

.auth-container.login-active+.modal-footer {
    transform: translateX(0);
    border-radius: 0 0.5rem 0.5rem 0;
}

@media only screen and (max-width: 991px) {
    .menu-btn {
        display: block;
    }
}

    @media (max-width: 991.98px) {
    
    .modal-body .auth-container {
        width: 100%;
    }

    .auth-slide {
        width: 100%;
    }
}


/*------------------------------------------------------- Mobile -------------------------------------------------------*/
@media (max-width: 767px) {

    .about-bg-bottom{
        height: 80svh;
    }
    
    .main-banner {
        height: 90svh;
    }
    
    .main-banner .banner-text>h2{
        font-size: 8svw !important;
        margin-top: 2rem;
        width: 100%;
        padding: 0;
    }

    .main-banner .banner-text p{
        font-size: .8rem;
        width: 80%;
        max-width: 100%;
    }
    .main-banner .banner-img {
        img {
            height: auto;
            width: 100svw;
        }
    }
    .main-banner .banner-text p{
        margin-bottom: 1rem;
        margin-right: auto;
        margin-left: auto;
    }
    .main-banner .banner-text a {
        padding: 0.51rem 1rem;
        font-size: 1rem;

    }

    .hero_circle{
        width: 20vw;
        height: 20vw;
        font-size: 0.8rem;
    }

    .pink_circle{
        top: 20vh;
        right: 10vw;
    }

    .fs-7{
        font-size: calc(1rem * 0.75) !important;
    }


    /* About */
    .about-us-section{
        padding: 3rem 8px 0 8px;
    }
    .section-title {
        margin-bottom: 1rem;
        margin-top: 1rem;
    }
    .section-title>h2 {
        font-size: 6svw;
        margin-bottom: 2rem;
    }
    
    .section-title p {
        margin-top: 1rem;
        font-size: 14px;
    }

    .blog-section .blog-posts .blog-post .blog-thumbnail{
        height: 30svh;
        width: 100%;
    }


    /* abd */
    .about-page-content .abt-page-row{
        text-align: start;
    }
    .about-page-content {
        padding: 3rem 0 0 0 !important;
        .container{
          position: relative;
        }
        .abt-page-row .section-title {
            p{
                font-size: 1rem;
                margin-bottom: -10px;
            }

            h2{
                font-size: 1.4rem;
                margin-bottom: 0.5rem;
            }
        }   
        .act-inffo ul li{
            font-size: 14px;
        }
    }
    .blog-section {
        padding-bottom: 0;
        .blog-posts {
            /* padding: 0 1rem; */
            .blog-post {
                margin-bottom: 0;
            }
        }
    }

    .service-block .inner-box {
        font-size: 12px;
        text-align: center;
        .icon-box {
            .icon img{
                width:2rem ;
            }
        }
    }

    .portfolio-section {
        width: 100vw;

        padding-top: 3rem;
        margin-top: 0rem;
        .sec-title {
            font-size: 6vw;
            line-height: normal;
            margin-bottom: 1rem;
            padding-inline-end: 0px;
        }
        .project-block {
            padding: 0.5rem;
            margin-bottom: 0;
            height: fit-content;
            width: 50%;
        }
       

        
    }

    #pricing-two{
        .laptop{
            display: none !important;
        }
        .mobile{
            display: flex ;
        }
    }

    .timeline-steps {
        .timeline-step{
            &:nth-last-child(1){
                width: 100%;
            }
            width: 50%; 
            flex-direction: column;
            margin: 0;
            padding: 1rem;
            .h6{
                font-size: .7rem; 
                width: 95%;
                text-align: center; 
                margin: auto;
            }
        }
        .timeline-content{
            width: 100%;
            justify-content: center;
            .inner-circle{
                font-size: 1rem;
            }
            .inner-circle:after{
                width: 3.5rem !important;
                min-width: 3.5rem !important;
                height: 3.5rem !important;
            }
            /* width: 50%; */
        }
    }

    .main_contact {
        .contact-container {
            padding: 1rem !important;  
            background-color: #ffffff00 !important;
            h6{color: #010101;}
        }

        
        .form-container {    
            padding: 1rem !important;  
            .sec-title{
                font-size: 6svw !important;
                margin-bottom: 1rem !important;
            } 
            form {
                label.radio-label {
                    padding: 0.5rem !important;
                    font-size: 0.7rem !important;
                }
                button[type="submit"] {
                    border-radius: 0.3rem !important;
                    padding: 0.3rem 1rem !important;
                    font-size: 0.7rem !important;
                    margin-top: 1vh !important;
                }
            }
        }
    }

    .rating-group {
        gap: 5px !important; 
    }
    
    /* Player */
    .playlist-sidebar h6 {
        font-size: 1rem;
    }

    .truncate-multiline {
        -webkit-line-clamp: 2;
    }
    
    .questions-container *{
        text-align: center;
        font-size: calc(1rem *0.75);
        justify-content: center;
    }
    
    
    .foot-logo{
        /* height: 75%; */
        margin-bottom: 5vh;
        width: auto;
                max-width: 50vw;
    }

    .foot-bottom{
        p{
            font-size: 12px;
        }
    }

    .menu-btn {
        text-align: center;
        position: fixed;
        top: 2vh;
        left: 2vw;
        z-index: 9999999;
        cursor: pointer;
        margin-inline-start: auto;
        width: 2.5rem;
        /* display: none; */
        height: 2.5rem;
        line-height: 54px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .menu-btn>a {
        display: inline-block;
        width: 2.5rem;
    }

    .menu-btn>a span {
        display: block;
        width: 100%;
        height: 0.5rem;
        background-color: var(--bs-blue-neural);
        margin-bottom: 4px;
        transition: all 0.4s ease-in-out;
        border-radius: 1rem;
    }
    
    .menu-btn>a span:last-child {
        margin-bottom: 0;
    }
    
    .menu-btn.active span {
        background-color: #f1f1f1;
    }

    .menu-btn.active span.bar1 {
        transform: translateY(8px) rotate(-45deg);
    }

    .menu-btn.active span.bar2 {
        opacity: 0;
        visibility: hidden;
        transform: scaleX(2);
    }

    .menu-btn.active span.bar3 {
        transform: translateY(-6px) rotate(-135deg);
    }


    .newsletter-section.call {
        margin-top: 0;
        .newsletter-sec {
            width: 90% !important;
            margin-top: 0;
            padding: 1.5rem;

            .newsz-ltr-text {
                margin-bottom: 1rem;

                h2 {
                    font-size: 1.2rem;
                    line-height: normal;
                    margin-bottom: 0;
                }
            }

            p {
                font-size: 14px;
            }

            .btn-default {
                font-size: 14px;
            }
        }
    }

    .pager-section.blog-version {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;

        .pager-content>h2 {
            margin-bottom: 15px !important;
            margin-top: 10px !important;
            line-height: normal;
        }
        .pager-content ul li span {
            font-size: 12px;
        }
    }

    .hero-wave {
        path{fill: #f1f6fd !important; opacity: 0.9;}
    }

    .mission-container{
        width: 100svw !important;
        overflow-x: scroll;
    }

    /* 
    .abt-carousel {
        .img-container { */
            /* width:80vw !important; */
        /* }
    } */
     
    .mission-section {
        padding: 0 !important;
    }
    .slick-slider .slick-track, .slick-slider .slick-list{
        /* overflow-y: clip; */
        overflow: visible !important;
    }
    .slick-prev:before,
    .slick-next:before{
        opacity: 1;
    }

    #authModal {
        .modal-dialog {
            height: 97svh;
            max-width: 100vw;

            .auth-container.register-active {
                transform: translateY(-75svh);
            }

            .auth-slide {
                height: 75svh;
            }

            .auth-container.register-active+.modal-footer {
                transform: translateY(100%);
                border-radius: 0.5rem 0 0 0.5rem;
            }

            .btn {
                font-size: 14px;
            }

            .form-control-lg {
                border-radius: 1rem;
                padding: 0.25rem 1rem;
                font-size: 14px;
            }

            .modal-content {
                height: 100%;
            }

            .modal-footer {
                top: unset;
                width: 100%;
                bottom: 0;
                height: 25svh !important;
                padding: 2rem !important;

                p {
                    font-size: 12px;
                }
            }
        }
    }


}



/* Category Header styling */
.category-header {
    z-index: 5;
    font-size: 0.85rem;
    color: #555;
    border: 1px solid #e0e0e0;
    margin-top: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

/* Video Item hover effects */
.video-item:not(.bg-lock):hover {
    transform: translateX(-5px);
    /* Slide effect for RTL */
    background-color: #f8f9fa !important;
    border-color: var(--bs-purple) !important;
}

.video-item.active-video {
    border-color: transparent !important;
    box-shadow: 0 4px 15px rgba(102, 16, 242, 0.3) !important;
}

.bg-dark-overlay {
    background-color: rgba(0, 0, 0, 0.4);
}

.thumbnail-wrapper img {
    height: 60px;
    width: 100%;
    object-fit: cover;
}

/* Custom Scrollbar */
.custom-scrollbar::-webkit-scrollbar {
    width: 4px;
}

.custom-scrollbar::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.partners{
    padding: 4vh 0;
    height: max-content;
    .sec-title{
        color: #2b2b2b;
        font-size: 2.5em;
        line-height: 150%;
        font-weight: 600;
        margin-bottom: 26px;
        text-align: center;
        padding-inline-end: 20px;
    }

    .partner-logo-container{
        width: 20%;
        display: flex;
        .partner-logo{
            object-fit: contain;
            width: 100%;
            margin: auto;
        }
    }
}

.main_contact{

    .form-container{
        background-color: rgba(238, 238, 238, 1);
        border-radius: 1.5rem;
        padding: 3rem;

        .sec-title{
            color: rgba(46, 2, 73, 1);
            font-size: 2.5em;
        }

        form{
            input[type="radio"] {
                display: none;
            }

            input[type="text"], input[type="email"],textarea {
                margin-top: 5vh;
                width: 100%;
                background-color: #ffffff00;
                border: 0;
                border-bottom: 2px solid rgba(46, 2, 73, 0.3);
                color: rgba(46, 2, 73, 0.3);
            }
            input[type="text"]:focus, input[type="email"]:focus,textarea:focus {
                outline: none;
                color: var(--bs-purple);
                border-color: var(--bs-purple);
            }
            
            label.radio-label {
                padding: 16px;
                border: 2px solid rgba(46, 2, 73, 0.3);
                border-radius: 8px;
                cursor: pointer;
                font-size: 1rem;
                color: rgba(46, 2, 73, 0.3);
            }
            
            input[type="radio"]:checked+label {
                background: var(--bs-purple);
                border-color: var(--bs-purple);
                color: #fefefe;
            }

            button[type="submit"]{
                border-radius: 1rem;
                padding: 0.8rem 1.5rem;
                font-size: 1.2rem;
                margin-top: 3vh;
            }
            button[type="submit"]:hover{
                background-color: #fefefe !important;
                color: var(--bs-purple) !important;
            }
        }

    }
    
    .contact-container{
        border-radius: 1.5rem;
        padding: 3rem;
        background-color: var(--bs-purple);
        gap: 1rem;
        display: flex;
        flex-direction: column;
        .info-item{
            i{
                color: var(--bs-third);
            }
            color: #fefefe ;
            padding: 2rem;
            border-radius: 1rem;
            border: 3px solid var(--bs-third);
        }

        overflow: hidden;
        .map-container{
            width: 100%;
            border-radius: 27px;
            overflow: hidden;
            min-height: 60%;
            iframe{
                width: 100%;
                height: 100%;
            }
        }
    }
}



footer{
    .foot-top{
        padding-top: 4vh;
        padding-bottom: 4vh;
        color: #f0f0f0;
        justify-content: space-between;
        
        >div{
            display: flex;
            flex-direction: column;
            gap: 1.5rem;

            .created_by {
                img{
                    filter: brightness(0) invert(1);
                    height: 2rem;
                    width: auto;
                    margin-top:2vh;
                    object-fit: contain;
                }
            }
            .social-icons{
                display: flex;
                gap: 1rem;
            }
            li{
                display: flex;
                align-items: center;
                justify-content: start;
                gap: 0.7rem;
                cursor: pointer;

                &:hover{
                    transform: translateY(-2px);
                    color: var(--bs-primary);

                }

                i{
                    color: var(--bs-third);
                }
            }

            /* p{
                width: 75%;
            } */
        }
    }

    .foot-bottom{
        a{
            text-decoration: underline;
        }
    }

    .foot-top,.foot-bottom{
        padding-inline-start: 4vw;
        padding-inline-end: 4vw;

    }
}




.pager-section {
    background: url(../img/pager-bg.png), #f2f7fd;
    background-repeat: no-repeat;
    background-position: 100%;
    padding: 75px 0 85px;
}

.pager-section.blog-version {
    background-image: url(/assets/img/blogger.jpg);
    padding: 169px 0 242px;
    position: relative;
    background-position: 50%;
    background-size: cover;
}

.pager-section.blog-version:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

.pager-section.blog-version .pager-content>h2 {
    color: #fff;
    max-width: 650px;
    line-height: 81.3px;
    margin: 0 auto;
    font-weight: 600;
    margin-bottom: 32px;
    margin-top: 18px;
}

.pager-section.blog-version .pager-content ul li:before {
    background-color: #fff;
}

.pager-section.blog-version .pager-content ul li a,
.pager-section.blog-version .pager-content ul li span {
    color: #fff;
}

.pager-section.blog-version .pager-content .categry {
    display: inline-block;
    color: #2b2b2b;
    font-size: 16px;
    font-style: italic;
    background-color: #ffd31d;
    padding: 0 20px;
    height: 24px;
    line-height: 24px;
    border-radius: 30px;
    margin-bottom: 13px;
}

.pager-section.blog-version .pager-content .meta li {
    margin-inline-end: 0;
}

.pager-section.blog-version .pager-content .meta li:before {
    display: none;
}

.pager-section .pager-content {
    position: relative;
    z-index: 99;
}

.pager-section .pager-content>h2 {
    color: #2b2b2b;
    font-size: 65px;
    text-transform: capitalize;
    font-weight: 400;
    margin-bottom: 6px;
}

.pager-section .pager-content>ul li {
    display: inline-block;
    position: relative;
    padding: 0 12px;
}

.pager-section .pager-content>ul li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    width: 1px;
    height: 15px;
    margin-inline-start: 2px;
    background-color: #575757;
    transform: translateY(-50%);
    margin-top: 2px;
}

.pager-section .pager-content>ul li:last-child:before {
    display: none;
}

.pager-section .pager-content>ul li a,
.pager-section .pager-content>ul li span {
    display: inline-block;
    color: #575757;
    font-size: 16px;
}

.pager-section .page-titlee {
    color: #943884;
    font-size: 162.6px;
    font-weight: 600;
    opacity: 0.1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: max-content;
}





/* ABOUT */

.about-hero {
    background: linear-gradient(135deg, #4d62e5 0%, #87ceeb 100%);
    /* padding: 120px 0 60px; */
}

.about-hero h1 {
    margin-top: -2rem;
    margin-bottom: 1rem;
}

.hero-wave {
    width: 100%;
    margin-top: 40px;
}


.ccontainer {
    text-align: center;

    max-width: 1400px;
}

.cccontainer {

    width: 100%;
}

.container {

    margin: 0 auto;
    padding: 0 15px;
    border-radius: 10px;
}


header {
    background-color: var(--primary-blue);
    color: var(--white);


}

/* .services-section {
    padding: 80px 0;
} */

/* .services-title {
    text-align: center;
    font-size: 36px;
    margin-bottom: 10px;
    color: var(--primary-blue);
    position: relative;

    font-weight: bold;
    color: #0d4a8f;
} */



/* .services-subtitle {
    font-size: 18px;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 50px;
} */

.services-grid {
    display: flex;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin: auto;
    margin-bottom: 50px;
    width: 80vw;
    padding: 20px;
    padding-right: 30px;
}

.service-title1 {

    font-size: 16px;
    margin-bottom: 10px;
    color: var(--primary-blue);
    position: relative;
    font-weight: bold;
    font-weight: bold;
    color: #0d4a8f;
}


.service-title11 {

    font-size: 16px;
    margin-bottom: 10px;
    color: var(--primary-blue);
    position: relative;
    font-weight: bold;
    font-weight: bold;
    color: #0d4a8f;
}


.service-description {
    font-size: 16px;
    margin-bottom: 15px;
}

.ccontainer {
    max-width: 1400px;
    /* Élargi pour accueillir 6 membres */
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}

.mission-container {
    display: flex;
    width: 80vw;
    gap: 10px;
    justify-content: center;
    padding: 20px;
    margin: 10px auto;

}

.mission-card {
    background-color: var(--light-blue);
    border-radius: var(--border-radius);
    padding: 40px 30px;
    width: 360px;

}

.mission-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(30, 136, 229, 0.15);
}

.mission-icon {
    font-size: 48px;
    margin-bottom: 20px;
    color: var(--secondary-blue);
}

.mission-title {
    font-size: 22px;
    margin-bottom: 15px;

    font-weight: bold;



    color: #0d4a8f;
    font-size: 1.4rem;
    margin-bottom: 1rem;
    position: relative;
    padding-bottom: 0.8rem;
}


.mission-text {
    font-size: 16px;
    line-height: 1.7;
}

.mission-section {
    position: relative;
    padding: 2rem 0;
}


.ccontainer {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}


p.ccontainer {
    text-align: center;
    font-size: 1.1rem;
    color: #555;
    /* margin-bottom: 3rem; */
    line-height: 1.6;
}

.mission-container {
    display: flex;
    flex-wrap: nowrap;
    /* Pour que les cartes restent sur une ligne */
    justify-content: space-between;

}

.mission-card {
    border-radius: 8px;
    padding: 1.5rem;
    flex: 1;
    /* Distribution égale de l'espace */
    min-width: 220px;
    /* Largeur minimale pour éviter un écrasement excessif */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-top: 4px solid #1e88e5;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mission-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(30, 136, 229, 0.15);
}

.mission-title {
    color: #0d4a8f;
    font-size: 1.4rem;
    margin-bottom: 1rem;
    position: relative;
    padding-bottom: 0.8rem;
}





.mission-text {
    color: #555;
    line-height: 1.6;
    font-size: 0.95rem;
}

.mission-card:nth-child(1) {
    border-top-color: #0d4a8f;
}

.mission-card:nth-child(2) {
    border-top-color: #1976d2;
}

.mission-card:nth-child(3) {
    border-top-color: #2196f3;
}

.mission-card:nth-child(4) {
    border-top-color: #42a5f5;
}

.services-section {
    background-color: transparent;
}

.hero-wave {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 60px;
}


.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}
[dir='rtl'] .slick-prev {
    right: -35px;
}
.abt-carousel {

    /* .slick-active { */
    /* opacity: 1 !important; */
    /* } */

    /* .slick-slide { */
    /* opacity: 0; */
    /* } */

    .slick-prev:before,
    .slick-next:before {
        font-size: 2rem !important;
    }
    .slick-prev,
    .slick-next{
        z-index: 9;
    }


    .img-container {
        margin: 5px;
        width: 100%;
        position: relative;
        /* margin: auto; */
        height: 100%;
        img {
            border-radius: 1rem;
            width: 100%;
            object-fit: cover;
            height: 35vh !important;
            margin: auto;
        }
    }
    
}