/* Start General */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

html * {
    text-rendering: optimizeSpeed;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

:root {
    --main-color: #1A9AC4;
    --secondary-color: #3F3F3E;
    --font-family: "main", sans-serif;
    --trans: all 0.4s ease-in-out;
    --font-14: 14px;
    --font-16: 16px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

body {
    overflow-x: hidden;
    transition: var(--trans);
    background: url(../images/body.svg) repeat-y center center;
    background-size: 100% auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "bold", "main", sans-serif;
}

a:hover,
a:focus,
a:active,
button:hover,
button:focus,
button:active,
div,
section,
span,
p,
div:hover,
section:hover,
span:hover,
p:hover {
    text-decoration: none;
    outline: none;
}

select,
input[type="checkbox"],
input[type="radio"],
select:focus,
input[type="checkbox"]:focus,
input[type="radio"]:focus {
    cursor: pointer;
}

.form-control:focus,
.btn:focus {
    box-shadow: none !important;
    border-color: transparent;
}

.default-img {
    background-image: url(../images/default.png);
    background-color: #F8FAFB;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

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

picture {
    display: block;
}

.sec-padding {
    padding: 50px 0;
}

/* End General */

/* main-header */
.main-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    transition: background-color 0.4s ease, box-shadow 0.4s ease;

    .navbar-nav-bg {
        background-color: #121A30;
        border-radius: 100px;
        padding: 8px;

        .nav-item:not(:last-child) {
            margin-inline-end: 32px;
        }
    }

    .navbar-nav .nav-link {
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        color: #9DA4AE;
        padding: 8px 16px;
    }

    .navbar-nav .nav-item.active .nav-link,
    .navbar-nav .nav-link.show {
        background-color: #01961C;
        color: #FFF;
        border-radius: 25px;
		img {
			filter: brightness(0) invert(1)
		}
    }

    /* أيقونة العنصر */
    .navbar-nav .nav-link i,
    .navbar-nav .nav-link img {
        width: 20px;
        height: 20px;
        object-fit: contain;
        vertical-align: middle;
        transition: transform 0.2s ease;
        margin-inline-end: 5px;
        font-size: 14px;
    }

    /* تأثير تحريك خفيف عند hover على الأيقونة */
    .navbar-nav .nav-link:hover i,
    .navbar-nav .nav-link:hover img {
    transform: scale(1.1);
    }
}

#topbar.scrolled {
    background-color: rgba(0, 0, 0, 0.8);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    color: white;
}

/* 1. إعداد القائمة الفرعية (sub-menu) */
#LangMenu .sub-menu {
    /* أساسي: إخفاء القائمة الفرعية بشكل افتراضي */
    display: none; 
    
    /* لضبط موقع القائمة المنسدلة نسبةً للعنصر الأب */
    position: absolute; 
    
    /* لتجنب تداخل العناصر الأخرى، ضعها فوق الجميع */
    z-index: 1000; 
    
    /* تنسيق الخلفية والمحاذاة */
    background-color: #041247; /* خلفية بيضاء */
    border: 1px solid #121A30;
    min-width: 150px; /* عرض أدنى للقائمة */
    padding: 5px 0;
    list-style: none; /* إزالة النقاط الجانبية */
    margin: 0;
    border-radius: 20px;
    /* لجعلها تبدأ أسفل العنصر الأب مباشرة */
    top: 100%; 
    right: 0; /* يمكنك تعديل هذا لتكون محاذية لليمين أو اليسار حسب تصميم موقعك */
    
    /* تأثير انتقال بسيط للظهور السلس */
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

/* 2. إعداد العنصر الأب (Parent Item) */
#LangMenu > li {
    /* أساسي: ضروري لتعمل position: absolute في العنصر الابن (.sub-menu) بشكل صحيح */
    position: relative; 
}

/* 3. إظهار القائمة عند التمرير (Hover Effect) */
/* عند مرور الفأرة فوق li الأب، يتم إظهار القائمة الفرعية */
#LangMenu > li:hover > .sub-menu {
    display: block; /* إظهار القائمة */
    opacity: 1; /* جعلها ظاهرة بالكامل */
    transform: translateY(0); /* إعادة تعيين الموقع للأعلى */
}

/* 4. تنسيق عناصر القائمة المنسدلة الداخلية */
#LangMenu .sub-menu li {
    /* إزالة أي نمط غير مرغوب فيه */
    padding: 0;
    margin: 0;
    display: block;
}

#LangMenu .sub-menu a.nav-link {
    /* تنسيق الروابط داخل القائمة الفرعية */
    display: block; 
    padding: 8px 15px; /* مسافة داخلية للروابط */
    color: #fff; /* لون النص */
    text-decoration: none;
    font-size: 14px;
    white-space: nowrap; /* منع انقسام الكلمة على سطرين */
}

/* 6. تنسيق العنصر النشط (Active Item) */
#LangMenu .sub-menu li.active a.nav-link {
    font-weight: bold;
    color: #007bff; /* لون مميز للعنصر النشط */
}
/* main-header */

/* Hero */
.hero {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;

    video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .video-caption {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        width: 100%;


        h1 {
            color: #FFF;
            text-align: center;
            text-transform: capitalize;
            /* border: 1.5px solid; */
              -webkit-text-stroke: 2px transparent; /* border width */
            background-image: linear-gradient(90deg, #66DCE0 0%, #AF82F1 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: #fff;
            paint-order: stroke fill;
            font-size: 80px;
            font-weight: 800;
            img {
                width: 287px;
				  animation: bounce 2s ease-in-out infinite;
            }
        }
    }
}

.bounce {
  display: inline-block;
  animation: bounce 2s ease-in-out infinite;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px); /* how high it moves */
  }
}

/* Hero */

/* Section header -GENERAL- */
.section-header {
    position: relative;
    margin-bottom: 45px;

    h3 {
        font-weight: 800;
        font-style: ExtraBold;
        font-size: 80px;
        line-height: 100%;
        text-transform: capitalize;
        color: #041247;
        margin-bottom: 24px;
    }

    .section-header-caption {
        font-size: 18px;
        line-height: 24px;
        font-style: normal;
        font-weight: 500;
    }
}

.core-header {
    margin-bottom: 138px;
}

/* Section header -GENERAL- */

/* partners */
.partners {
    padding: 60px 0;
    position: relative;
    background: #FFF;
}

/* Partner Item */
.partner-item {
    figure {
        width: 100%;
        height: 100px;
        position: relative;
        overflow: hidden;

        img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            filter: grayscale(100%);
            transition: var(--trans);
        }
    }
}

.partner-item:hover {
    img {
        filter: none !important;
    }
}

/* partners */

/* services */
.services {
    position: relative;
    padding-top: 150px;
    padding-bottom: 54px;
}

/* services */

/* section-title */
.section-title, .sec-title-acf h4 {
    font-weight: 800;
    font-size: 80px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize;
    margin-bottom: 90px;
}

/* section-title */

/* about-item */
.about-item { 
    figure {
        width: 50px;
        height: 50px;
        opacity: 1;
        border-radius: 8.14px;
        background: #01961C;
        text-align: center;
        line-height: 50px;
        margin-bottom: 0;

        img {
            width: auto;
            max-width: 100%;
            max-height: 100%;
            height: auto;
            object-fit: contain;
        }
    }

    h4 {
        font-weight: 700;
        font-style: Bold;
        font-size: 24px;
        line-height: 32px;
        vertical-align: middle;
        margin-bottom: 8px;
    }

    p {
        font-size: 18px;
        line-height: 24px;
        vertical-align: middle;
        color: #4D5761;

    }
}
/* about-item */

/* actual-services */
.actual-services {
    position: relative;
    padding-top: 54px;
}

/* service-image */
.service-image {
    width: 100%;
    height: 530px;
    position: relative;
    margin-bottom: 0;

    img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
}
/* service-image */

.service-item {
    margin-bottom: 80px;
    h3 {
        font-weight: 700;
        font-style: Bold;
        font-size: 32px;
        line-height: 40px;
    }

    .service-item-text {
        * {    
            font-size: 18px;
            line-height: 24px;
            color: #4D5761;
        }

        ul li {
            font-size: 18px;
            color: #4D5761;
            list-style-type: circle;
            margin-bottom: 16px;
        }
    }
}
.service-item:nth-child(even) > .row {
    flex-direction: row-reverse;
}
/* actual-services */

/* contact-us */
.contact-us {
    padding: 60px 0;
    position: relative;
}

.contact-us-box {
    box-shadow: 0px 1px 2px 0px #10182826, 0px 1px 3px 0px #10182826;
    background-color: #FFF;
    padding: 25px 60px;
}
/* contact-us */

/* section-header-small */
.section-header-small {
    margin-bottom: 45px;
    h4 {
        font-weight: 700;
        font-style: Bold;
        font-size: 48px;
        line-height: 64px;
    }

    p {
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
        vertical-align: middle;
    }
}
/* section-header-small */

/* form */
.form {
    .form-control {
        border-radius: 0;
        border: 1px solid #D2D6DB;
        box-shadow: 0px 1px 2px 0px #1018280D, 0px 1px 3px 0px #1018280D;
    }

    .form-control:not(textarea) {
        height: 60px;
    }

    .btn,
    .wpcf7-submit {
        width: 100%;
        border-radius: 0;
        font-weight: 700;
        font-style: Bold;
        font-size: 18px;
        line-height: 24px;
        text-align: center;
        vertical-align: middle;

    }

    .btn-success,
    .wpcf7-submit {
        background-color: #01961C;
        border: 1px solid #01961C;
        box-shadow: 0px 1px 2px 0px #1018280D, 0px 1px 3px 0px #1018280D;
        height: 60px;
        color: #FFF;
        
    }

    p {
        margin-bottom: 0;
    }
}
/* form */

/* contact-list */
.contact-list {
    .contact-item {
        margin-bottom: 25px;
        figure {
            width: 55px;
            height: 55px;
            border-radius: 50%;
            margin-bottom: 0;
            background: #E6F6E9;
            text-align: center;
            line-height: 55px;
            transition: var(--trans);
            img {
                transition: var(--trans);
            }
        }

        figure:hover {
            background-color: #01961C;
            img {
                filter: brightness(0) invert(1);
            }
        }

        h5 {
            font-weight: 600;
            font-style: SemiBold;
            font-size: 18px;
            line-height: 24px;
            vertical-align: middle;
            color: #161616;
            margin-bottom: 0;
        }

        p {
            margin-bottom: 0;
        }

        p, a {
            font-weight: 500;
            font-style: Medium;
            font-size: 16px;
            line-height: 24px;
            vertical-align: middle;
            color: #4D5761;
            text-decoration: none;
        }
    }
}
/* contact-list */

/* social-nav */
.social-nav {
    position: relative;
    margin-top: 80px;
    h5 {
        font-weight: 500;
        font-size: 18px;
        line-height: 24px;
        vertical-align: middle;
        color: #4D5761;
        margin-bottom: 24px;
    }

    .btn-square {
        width: 50px;
        height: 50px;
        border: 2px solid #041247;
        border-radius: 0;
        margin-inline-end: 12px;
        transition: var(--trans);
    }

    .btn-square:hover {
        background-color: #00162C;
        color: #FFF;
        transform: scale(1.1, 1.1);

        img {
            filter: brightness(0) invert(1);
        }
    }
}
/* social-nav */

/* main-content */
.main-content {
    min-height: 100vh;
    position: relative;
}
/* main-content */

/* main-footer */
.main-footer {
    padding: 46px 0 0 0;
    background-image: url('../images/Footer.png');
    background-repeat: repeat-y;
    background-size: 100% auto;
    background-color: #00162C;
    border-top: 1px solid #1E3B57;
    backdrop-filter: blur(100px);
    box-shadow: 0px 1px 40px 0px #E3DEFF08 inset;

    .footer-item {
        a.logo-footer {
            margin-bottom: 24px;
        }

        p {
            font-weight: 500;
            font-style: Medium;
            font-size: 16px;
            line-height: 25.6px;
            vertical-align: middle;
            color: #EEFFFAB8;
        }

        h5 {
            font-weight: 700;
            font-style: Bold;
            font-size: 20px;
            line-height: 24px;
            vertical-align: middle;
            color: #FFFFFF;
            margin-bottom: 24px;
        }
    }

    .footer-nav {
        .nav-link {
            font-weight: 400;
            font-style: Medium;
            font-size: 16px;
            line-height: 24px;
            vertical-align: middle;
            color: #EEFFFAB8;
            margin-bottom: 16px;
        }
    }

    .footer-contact-info {
        .nav-item {
            margin-bottom: 30px;
        }
        figure {
            width: 45px;
            height: 45px;
            background-color: #FFFFFF1F;
            border-radius: 3px;
            text-align: center;
            line-height: 40px;
            margin-bottom: 0;
        }

        span {
            color: #01961C;
            font-weight: 500;
            font-style: Medium;
            font-size: 18px;
            line-height: 24px;
            vertical-align: middle;
        }
    }

    .footer-copyrights {
        margin-top: 15px;
        padding: 20px 0;
        border-top: 1px solid #CAD3DD33;
        p {
            font-weight: 500;
            font-style: Medium;
            font-size: 16px;
            line-height: 24px;
            color: #F9FAFB;
            text-transform: capitalize;
        }
    }

    .bottom-list {
        margin-bottom: 0;
        a.nav-link {
            font-weight: 500;
            font-style: Medium;
            font-size: 16px;
            line-height: 24px;
            color: #F9FAFB;
            text-transform: capitalize;
            margin-inline-start: 12px;
        }
    }
}
/* main-footer */

/* page-header */
.page-header{ 
    padding: 80px 0 50px 0;
    background-color: #041247;
    text-align: center;

    h1 {
        color: #FFF;
        margin-bottom: 0;
    }
}
/* page-header */

/* archive  */
body.archive,
body.page:not(.home) {
    .main-header {
        position: static;
        background-color: rgba(0, 0, 0, 0.8);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    color: white;
    }
}
/* archive  */

/* project-item */
.project-item {
    position: relative;
    .project-logo {
        width: 190px;
        height: 190px;
        background-color: #FFF;
        border-radius: 50%;
        box-shadow: 0px 1.81px 3.62px 0px #1018280D, -2.99px 4.49px 5.43px 0px #1018280D;
        text-align: center;
        line-height: 190px;
        margin-bottom: 40px;
        border: 2px solid transparent;
        transition: var(--trans);
        position: relative;
    }

    .project-logo::before,
    .project-logo::after {
        content: '';
        display: block;
        width: 370px;
        height: 5px;
        background: linear-gradient(
    to right,             /* اتجاه التدرج: يبدأ من الأعلى وينتهي بالأسفل */
    rgba(200, 200, 200, 1), /* نقطة البداية: رمادي فاتح مع شفافية 100% (معتم) */
    rgba(200, 200, 200, 0)  /* نقطة النهاية: نفس اللون الرمادي لكن شفافية 0% (شفاف) */
);

    }

    .project-logo::before {
        position: absolute;
        top: 50%;
        right: -400px;

    }

    .project-logo::after {
        position: absolute;
        top: 50%;
        left: -400px;
        transform: rotate(180deg);
    }

    .project-logo:hover {
        border-color: var(--project-color);
        transform: scale(1.05);
    }

    .text-stipped {
        margin-bottom: 64px;
    }

    .text-stipped, 
    .text-stipped *,
    .text-stipped span,
    .text-stipped p {
        font-weight: 500;
        font-size: 18px;
        line-height: 24px;
        text-align: center;
        vertical-align: middle;
        color: #161616;
    }
}
/* project-item */
/* project-mobile-image */
.project-mobile-image{
    width: 100%;
    height: 506px;
    opacity: 1;
    border-radius: 59.44px;
    border: 2.14px solid var(--color-Primary-500, #FE4A86);
    box-shadow: 2.91px 8.74px 24.98px 0px #FE4A8633;
    background-color: #FFF;
    padding: 8px;
    margin-top: 30px;
    margin-bottom: 30px;

    img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
}
/* project-mobile-image */

/* project-web-image */
.project-web-image {
    width: 100%;
    height: 407px;
    opacity: 1;
    border-radius: 25.17px;
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;

    img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 25.17px;
    }
}

.project-web-image::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -10px;
    right: -20px;
    border: 1.85px solid #3EB3F2;
    border-radius: 25.17px;
    z-index: -1;
}
/* project-web-image */
/* 1. تعريف الحركة (Keyframes) */
@keyframes slow-spin {
    /* تبدأ الحركة بدون أي دوران */
    from {
        transform: translate(0, 0); 
    }
    /* تنتهي الحركة بدوران 360 درجة (دورة كاملة) */
    to {
        transform: translate(7px, 8px);
    }
}

/* 2. تطبيق الحركة على الصورة */
.rotating-image {
    /* اسم الحركة التي عرفناها */
    animation-name: slow-spin; 
    
    /* مدة الدورة الكاملة (بطيء جداً: 60 ثانية) */
    animation-duration: 5s; 
    
    /* سرعة الحركة: خطي (بدون تسارع أو تباطؤ) */
    animation-timing-function: linear; 
    
    /* تكرار الحركة: لا نهائي */
    animation-iteration-count: infinite; 

    animation-direction: alternate;
}

/* 3. (اختياري) تحسين الأداء والتوافق */
/* يمكنك إضافة هذه للحركة الأكثر سلاسة، خاصة إذا كانت الصورة SVG */
.rotating-image {
    will-change: transform;
}
html {
  scroll-behavior: smooth;
}