@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&family=Cairo:wght@200..1000&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lunasima:wght@400;700&display=swap');
/* body{
    direction: ltr;
    } */

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

:root {
    --main-bg-color: #078ED0;
    --main-text-color: #A6A6A6;
    --main-border-color: #ddd;
}


::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;

}

::-webkit-scrollbar-thumb {
    background: var(--main-bg-color);

}

::-webkit-scrollbar-thumb:hover {
    background: var(--main-bg-color);
}

@media(min-width:1570px) {
    .container {
        width: 100% !important;
        max-width: 1400px !important;
        margin: 0 auto !important;
    }
}


.container {
    width: 100% !important;
    max-width: 1200px;
    margin: 0 auto !important;
}

a {
    text-decoration: none !important;
}

ul li {
    list-style: none !important;
}


#scrollTopBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-color: var(--main-bg-color);
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    z-index: 1000;
}

#scrollTopBtn:hover {
    background-color: #0056b3;
}

#scrollTopBtn i {
    transition: transform 0.3s;
}

#scrollTopBtn:hover i {
    transform: translateY(-3px);
}


*{
       font-family: serif !important;
}

body {
    /* font-family: "Cairo", serif !important; */
    direction: ltr;
    overflow-x: hidden;
}

/*  ====================== MAIN =======================  */
/* 1 Section Start*/
/*  ====================== main-hero-section  =======================  */

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /* background: #444; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-slid {
    background-size: cover;
    background-position: center;
    height: 100vh !important;
}


.header-naw {
    direction: rtl !important;
}

.footer-new {
    direction: rtl !important;
}

.nav-now {
    direction: ltr !important;
    /* margin-right: 20px; */
}

.Checkbox-now {
    direction: rtl !important;
}

.a-now {
    margin-left: 20px !important;
}




.slide-caption {
    position: absolute;
    bottom: 50px;
    left: 30px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    padding: 15px 20px;
    border-radius: 10px;
    font-size: 1.2rem;
    max-width: 80%;
}



/* 2 Section Start*/
/*  ======================  main-tow-section =======================  */


.service-card:hover {
    background: var(--main-bg-color);
    color: #fff;
}

.service-card:hover .icon,
.service-card:hover a {
    color: #fff !important;
}

.service-card:hover p {
    color: rgba(255, 255, 255, 0.85);
}

.service-card {
    -webkit-box-shadow: 0 18px 40px rgba(51, 51, 51, 0.1);
    box-shadow: 0 18px 40px rgba(51, 51, 51, 0.1);
    background: #ffffff;
    border-radius: 5px;
    padding: 50px 30px 33px !important;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    margin-top: 30px;
    margin-bottom: 40px;
    border: none;
    -moz-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.icon img {}

.icon-wrapper {
    position: relative;
    width: 100%;
    height: 180px;
}

.icon-wrapper img {
    position: absolute;
    top: 0;
    right: 0;
    transition: 0.3s ease;
    width: 50%;
    height: 180px;
}

.icon-hover {
    opacity: 0;
}

.service-card:hover .icon-hover {
    opacity: 1;
}

.service-card:hover .icon-normal {
    opacity: 0;
}



@media (min-width: 1600px) {
    .serves {
        margin-top: -160px;
        position: relative;
        z-index: 4;
    }
}

.serves {
    margin-top: -160px;
    position: relative;
    z-index: 4;
}

/* slider */

/* 3 Section Start*/
/*  ====================== card-brand =======================  */

.about {
    margin-top: 90px;
}

.about h2 {
    text-align: center;
    margin-bottom: 60px;
    font-size: 30px;
    font-weight: bold;
    color: var(--main-bg-color);

}

.about img {
    width: 100%;
}


.about .col-text-tietl p {
    font-size: 15px;
    font-weight: 700;
    line-height: 2.4;
    text-align: justify;
}

/* 4 Section Start*/
/*  ======================  main-card-slider-tow =======================  */

.Our-vision h2 {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: bold;
    color: var(--main-bg-color);

}



.Our-vision h2 {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 40px;
    color: var(--main-bg-color);
}

.vision-box {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    height: 100%;
}

.vision-box:hover {
    transform: translateY(-10px);
}

.vision-box i {
    color: #007bff;
}

.vision-box h4 {
    font-size: 22px;
    margin-top: 15px;
    margin-bottom: 10px;
    font-weight: bold;
}

.vision-box p {
    font-size: 14px;
    color: #555;
}

.vision-box-2 h4 {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 10px;
    font-weight: bold;
}

.vision-box-2 p {
    font-size: 14px;
    color: #555;
}


/* 5 Section Start*/
/*  ======================  main-card-slider-tow =======================  */



.reviews .arrows:hover {
    color: #ffffffd2;
}

.reviews .rightArrow {
    left: auto;
    right: -40px;
}

.reviews .reviewsSliderContainer .reviewsSlider {
    width: 100%;
}

.reviews .review {
    border: 1px solid #ffffff28;
    padding: 20px;
    width: 100%;
    user-select: none;
}

@media(max-width:767px) {
    .reviews .review {
        padding: 0 !important;
    }
}

.reviews .review .header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #ffffff28;
}

.reviews .review .header img {
    aspect-ratio: 1/1;
    width: 100%;
    height: 200px;
    object-fit: contain;
}

.reviews .review .header .cardHeadline {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}

.reviews .review .header .cardHeadline .rate {
    color: var(--theme-color);
    margin-inline-start: 5px;
}

.reviews .review .header .cardHeadline .rate i {
    filter: drop-shadow(0 0 0.5px #000) drop-shadow(0 0 0.5px #000) drop-shadow(0 0 0.5px #000) drop-shadow(0 0 0.5px #000) drop-shadow(0 0 0.5px #000);
}

.reviews .review .header .cardHeadline .rate::before {
    display: inline-block;
    content: '';
    aspect-ratio: 1/1;
    width: 4px;
    border-radius: 50%;
    background-color: #ccc;
    margin-inline-end: 5px;
}

.reviews .review .header .pos {
    font-size: 1.2rem;
    margin-top: 5px;
    font-family: var(--light-font);
}

.reviews .review .msg .head {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.reviews .review .msg p {
    font-size: 1rem;
    color: #eee;
    font-weight: 200;
}

@media (width <=500px) {
    .reviews .arrows {
        display: none;
    }

    .reviews .review .header .cardHeadline {
        flex-direction: column;
    }

    .reviews .review .header .cardHeadline .rate::before {
        content: none;
    }


    .reviews .review .header .cardHeadline .rate {
        margin-inline-start: 0px;
    }
}


.reviews h2 {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 40px;
    color: var(--main-bg-color);
}

.main-our {
    background-image: url(../img/mitech-webp.webp);
    background-repeat: no-repeat;
    background-position: bottom left;
    height: 100vh;
}

.Our-vision .col-md-4 {
    margin-bottom: 10px;
    margin-top: 30px;
}

/* 6 Section Start*/
/*  ======================  map =======================  */


.baner {
    position: relative;
    background: url(../img/Pillar.avif) no-repeat center center / cover;
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
}

.baner::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
    border-radius: 0;
}

.baner .container {
    position: relative;
    z-index: 2;
}

.banner-content h1 {
    font-size: 42px;
    margin-bottom: 10px;
}

.banner-content p {
    font-size: 18px;
    max-width: 700px;
    margin: auto;
}

/* 7 Section Start*/
/*  ======================  index-about =======================  */
.about-section {
    padding: 60px 20px;
}

.about-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 60px;
    gap: 30px;
}

.about-box.reverse {
    flex-direction: row-reverse;
}

.about-image,
.about-text {
    flex: 1;
    min-width: 300px;
}

.about-image img {
    width: 100%;
    border-radius: 10px;
}

.about-text h2 {
    font-size: 28px;
    color: #2c3e50;
    margin-bottom: 20px;
}

.about-text p,
.about-text ul {
    font-size: 18px;
    color: #444;
    line-height: 1.8;
}

.about-text ul {
    list-style: disc;
    padding-right: 20px;
}

/* Responsive */
@media (max-width: 768px) {

    .about-box,
    .about-box.reverse {
        flex-direction: column;
        text-align: center;
    }

    .about-text h2 {
        font-size: 24px;
    }

    .about-text p,
    .about-text ul {
        font-size: 16px;
    }

    .about-text ul {
        padding-right: 0;
    }
}


.bg-white {
    padding: 20px 35px !important;
    background-color: rgb(243, 243, 243) !important;
}


/* 8 Section Start*/
/*  ======================  the-best =======================  */

/* 8 Section Start*/
/*  ====================== Join-index =======================  */


/* 9 Section Start*/
/*  ====================== bast =======================  */

/* 10 Section Start*/
/*  ====================== login =======================  */


/* 11 Section Start*/
/*  ====================== main-detels-vadis =======================  */

/* 12 Section Start*/
/*  ====================== programs =======================  */

/* 13 Section Start*/
/*  ====================== .customers =======================  */


/* 14 Section Start*/

.desktop-nav {
    display: flex;
}

@media (max-width: 767px) {
    .desktop-nav {
        display: none !important;
    }
}

.mobile-menu {
    display: none;
}


#mobile-menu {
    font-weight: bold !important;
    direction: rtl;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    z-index: 9999;
    width: 100%;
    margin: 0 auto;
}


#mobile-menu nav {
    margin: 0 auto;
    text-align: center;
}

#mobile-menu nav a {
    display: block;
    padding: 12px 16px;
    font-size: 35px;
    color: #4a4a4a;
    border-radius: 8px;
    transition: background-color 0.3s ease, color 0.3s ease;
    text-decoration: none;
}

#mobile-menu nav a:hover {
    background-color: #f0f4ff;
    color: #1d4ed8;
    /* أزرق جميل */
}

#mobile-menu nav a.active {
    background-color: #e0e7ff;
    color: #1e3a8a;
}

#close-mobile-menu {
    background: none;
    border: none;
    cursor: pointer;
    transition: color 0.3s ease;
}

#close-mobile-menu:hover {
    color: #ef4444;
    /* أحمر ناعم */
}

#lang-toggle-mobile {
    background: none;
    border: none;
    padding: 12px 16px;
    font-size: 30px;
    font-weight: 600;
    color: #4b5563;
    cursor: pointer;
    border-radius: 8px;
    transition: background-color 0.3s ease, color 0.3s ease;
    margin: 0 auto;
}

#lang-toggle-mobile:hover {
    background-color: #f3f4f6;
    color: #1d4ed8;
}

.navbar-nav ul li {
    list-style: none !important;
}


.hero-banner {
    height: 70vh;
    overflow: hidden;
}

#about {
    padding: 60px 20px !important;
    /* background-color: #f8f9fa; */
}

.about-title {
    font-size: 28px;
    font-weight: 700;
    color: #2980B9;

}

.about-description {
    font-size: 18px;
    color: #6c757d;
    line-height: 1.7;
    text-align: justify;
}

.about-img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.main_banner {
    font-size: 4rem;
    font-weight: 700;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    margin-top: 20px;
}

.main_banne_tow h1 span {
    font-size: 4rem;
    font-weight: 700;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    margin-top: 20px;
    display: block;
}


