.elementor-10 .elementor-element.elementor-element-65fe138{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:100px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-10 .elementor-element.elementor-element-3754506{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-10 .elementor-element.elementor-element-c936d2e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-140px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-10 .elementor-element.elementor-element-fece9d2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-10 .elementor-element.elementor-element-473a1e6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-10 .elementor-element.elementor-element-99b7d82{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-10 .elementor-element.elementor-element-65fe138{--margin-top:80px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-10 .elementor-element.elementor-element-3754506{--margin-top:-20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for shortcode, class: .elementor-element-37c0a68 *//* تحويل السكشن بالكامل للاتجاه الإنجليزي (LTR) */
.cg-section-about {
    direction: ltr !important;
}

/* إجبار النص والزرار على المحاذاة لليسار */
.cg-text-wrap,
.cg-title-about, 
.cg-desc-about {
    text-align: left !important;
}

/* قلب سهم الزرار ليصبح متجه لليمين بدلاً من اليسار */
.cg-btn-action i {
    transform: scaleX(-1) !important; /* بيعمل انعكاس للأيقونة كأنها في مراية */
    margin-left: 10px !important;
    margin-right: 0 !important;
}

/* الحفاظ على التوسيط في شاشات الموبايل عشان الشكل يفضل متناسق */
@media (max-width: 992px) {
    .cg-text-wrap,
    .cg-title-about, 
    .cg-desc-about {
        text-align: center !important; 
    }
}

/* تصغير حجم اللوجو على شاشات الموبايل */
@media (max-width: 768px) {
    .cg-floating-logo {
        width: 200px !important; /* تقدر تكبر أو تصغر الرقم ده لحد ما يظبط على عينك */
        margin: 0 auto !important; /* عشان نضمن إنه يفضل متوسنط في النص */
    }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-ac9f4a2 *//* نقل التاج (التصنيف) لليمين */
.elementor-10 .elementor-element.elementor-element-ac9f4a2 .pfcd-spot-overlay-wide > div:first-child {
    justify-content: flex-start !important;
}

/* ترتيب التاريخ واقرأ المزيد: كلهم يمين، واقرأ المزيد تحت التاريخ */
.elementor-10 .elementor-element.elementor-element-ac9f4a2 .pfcd-spot-overlay-wide > div:last-child {
    flex-direction: column-reverse !important; /* بيعكس الترتيب عشان يخلي التاريخ فوق والزرار تحت */
    align-items: flex-start !important; /* بيجيبهم كلهم على اليمين */
    gap: 15px !important; /* مسافة بين التاريخ والزرار */
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-c936d2e *//* تغيير لون عنوان سكشن الخدمات في الصفحة الرئيسية */
.da-sec-title {
    color: #333333 !important;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-bec5757 *//* نقل التاج (التصنيف) لليمين */
.elementor-10 .elementor-element.elementor-element-bec5757 .pfcd-spot-overlay-wide > div:first-child {
    justify-content: flex-start !important;
}

/* ترتيب التاريخ واقرأ المزيد: كلهم يمين، واقرأ المزيد تحت التاريخ */
.elementor-10 .elementor-element.elementor-element-bec5757 .pfcd-spot-overlay-wide > div:last-child {
    flex-direction: column-reverse !important; /* بيعكس الترتيب عشان يخلي التاريخ فوق والزرار تحت */
    align-items: flex-start !important; /* بيجيبهم كلهم على اليمين */
    gap: 15px !important; /* مسافة بين التاريخ والزرار */
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-fece9d2 *//* 1. تغيير حروف العنوان: أول حرف كابيتال والباقي سمول */
.cg-marquee-title {
    text-transform: capitalize !important;
}

/* 2. كل الأعلام في العادي رمادي، باهتة شوية، ومقاسها أصغر سنة */
.cg-flag-card img {
    filter: grayscale(100%) !important;
    opacity: 0.5 !important;
    transform: scale(0.9) !important;
    border-color: transparent !important;
    transition: all 0.5s ease !important;
}
.cg-flag-card span {
    color: #94a3b8 !important; /* لون رمادي للنص */
    transition: all 0.5s ease !important;
}

/* 3. العلم اللي ييجي عليه الدور (النشط) أو لما تقف عليه بالماوس: ينور ويكبر */
.swiper-slide-active .cg-flag-card img,
.cg-flag-card:hover img {
    filter: grayscale(0%) !important;
    opacity: 1 !important;
    transform: scale(1.05) !important;
    border-color: #F6D321 !important;
}

/* تلوين اسم الدولة للعلم النشط */
.swiper-slide-active .cg-flag-card span,
.cg-flag-card:hover span {
    color: #004d40 !important;
    font-weight: 900 !important;
}

/* 4. تظبيط الموبايل: تصغير العنوان والأعلام حاجة بسيطة */
@media (max-width: 768px) {
    .cg-marquee-title {
        font-size: 1.8rem !important; /* نزلناه لـ 1.8 عشان مياخدش مساحة كبيرة */
        margin-bottom: 25px !important;
    }
    .cg-flag-card img {
        width: 80px !important; 
        height: 80px !important;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-473a1e6 *//* تحويل الجزء الشمال لـ Flex عشان نتحكم في الترتيب بدون تعديل الـ HTML */
.cg-wcu-left {
    display: flex !important;
    flex-direction: column !important;
}

/* 1. رفع العنوان (Why Choose Us) لفوق خالص */
.cg-wcu-title {
    order: 1 !important;
    margin-bottom: 15px !important;
}

/* 2. رفع الوصف تحت العنوان مباشرة */
.cg-wcu-subtitle {
    order: 2 !important;
    margin-bottom: 30px !important;
}

/* 3. تنزيل اللوجو تحت وتصغير مقاسه للكمبيوتر */
.cg-wcu-logo {
    order: 3 !important;
    max-width: 250px !important; /* صغرنا اللوجو لـ 250 بيكسل، تقدر تغير الرقم براحتك */
    width: 100% !important;
    height: auto !important;
    margin: 0 !important; /* لو عايزه يتوسطن اكتب: margin: 0 auto !important; */
}

/* 4. تظبيطات الموبايل (تصغير أكتر وتوسيط) */
@media (max-width: 992px) {
    .cg-wcu-logo {
        max-width: 160px !important; /* اللوجو على الموبايل أصغر وأشيك */
        margin: 0 auto !important; /* إجبار اللوجو يتوسطن في الموبايل */
    }
    .cg-wcu-left {
        text-align: center !important;
    }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-402ea30 *//* نقل التاج (التصنيف) لليمين */
.elementor-10 .elementor-element.elementor-element-402ea30 .pfcd-spot-overlay-wide > div:first-child {
    justify-content: flex-start !important;
}

/* ترتيب التاريخ واقرأ المزيد: كلهم يمين، واقرأ المزيد تحت التاريخ */
.elementor-10 .elementor-element.elementor-element-402ea30 .pfcd-spot-overlay-wide > div:last-child {
    flex-direction: column-reverse !important; /* بيعكس الترتيب عشان يخلي التاريخ فوق والزرار تحت */
    align-items: flex-start !important; /* بيجيبهم كلهم على اليمين */
    gap: 15px !important; /* مسافة بين التاريخ والزرار */
}/* End custom CSS */