@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//mostmergroup.com/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.4.1") format("woff2");
}

:root {
	--wd-text-font: "Cairo", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(0,0,0);
	--wd-text-font-size: 16px;
	--wd-title-font: "Cairo", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: rgb(0,0,0);
	--wd-entities-title-font: "Cairo", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: rgb(0,0,0);
	--wd-entities-title-color-hover: rgb(0, 0, 0);
	--wd-alternative-font: "Cairo", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Cairo", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: rgb(0,0,0);
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Cairo", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 16px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(71,51,211);
	--wd-alternative-color: #fbbc34;
	--btn-default-bgcolor: rgb(71,51,211);
	--btn-default-bgcolor-hover: rgb(71,51,211);
	--btn-accented-bgcolor: rgb(71,51,211);
	--btn-accented-bgcolor-hover: rgb(71,51,211);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: rgb(71,51,211);
	background-image: none;
}
 {
	color: rgb(255,255,255);
	background: rgb(71,51,211);
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1400px;
--wd-form-brd-radius: 0px;
--btn-default-color: #fff;
--btn-default-color-hover: #fff;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 5px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 8px;
}

@media (min-width: 1400px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.wd-page-title {
background-color: rgb(72,50,217);
}

footer h5{

font-size : 20px !important

}
body .wd-content-layout{
	
	padding-bottom : 0 !important
}

.my-button {
  /* التدرج اللوني - Linear Gradient */
  background: linear-gradient(180deg, rgba(69, 30, 187, 1) 0%, rgba(93, 63, 211, 1) 100%);

  /* الظل - Drop shadow */
  /* ملحوظة: آخر رقم في لون الظل (الشفافية) مقطوع في الصورة، فافترضت إنه 0.4 أو 40%، تقدر تغيره حسب رغبتك */
  box-shadow: 0px 20px 40px 0px rgba(71, 35, 190, 0.4);

  /* شوية خصائص إضافية عشان الزرار يظهر بشكل متناسق (تقدر تعدلها براحتك) */
  color: #ffffff;
  padding: 10px 35px;
  border: none;
  border-radius: 24px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* تأثير بسيط لما الماوس ييجي على الزرار (اختياري) */
.my-button:hover {
  box-shadow: 0px 25px 50px 0px rgba(71, 35, 190, 0.5);
  transform: translateY(-2px);
	color : #fff !important
}


/* =========================================
   Ultra-Smooth Apple-Style Animations (All Devices)
   ========================================= */

/* 1. الإعدادات الأساسية واستهداف الـ 3 سكاشن (كمبيوتر - تابلت - موبايل) */
[data-id="aa5f5e3"] .elementor-widget-wd_banner,
[data-id="ca9d4b1"] .elementor-widget-wd_banner,
[data-id="319bb69"] .elementor-widget-wd_banner {
    opacity: 0;
    filter: blur(12px);
    will-change: transform, opacity, filter;
    /* حركة موحدة من الأسفل للأعلى مع تصغير بسيط (أكثر استقراراً للموبايل) */
    transform: translateY(40px) scale(0.95);
    transition: all 1.6s cubic-bezier(0.22, 1, 0.36, 1) !important; 
}

/* 2. كلاس الظهور (لما السكرول يوصل للكارد) */
.elementor-widget-wd_banner.apple-active {
    opacity: 1 !important;
    filter: blur(0) !important;
    transform: translate(0, 0) scale(1) !important;
}

/* 3. تأثير Hover ناعم (Glassmorphism feel) */
/* ملحوظة: الـ Hover بيشتغل أكتر على الكمبيوتر، الموبايل مفيش فيه Hover حقيقي */
[data-id="aa5f5e3"] .elementor-widget-wd_banner.apple-active:hover,
[data-id="ca9d4b1"] .elementor-widget-wd_banner.apple-active:hover {
    transform: translateY(-6px) scale(1.01) !important;
    transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1) !important;
}


/* =========================================
   Premium Slow-Motion Reveal (Customized)
   ========================================= */

/* إعدادات البداية لكل العناصر جوه السكشن */
[data-id="0c0eade"] .elementor-widget {
    opacity: 0;
    transform: translateY(50px) scale(0.99); /* مسافة النزول وحجم البداية */
    filter: blur(10px); /* الضبابية العالية */
    will-change: transform, opacity, filter;
    
    /* نفس المنحنى الزمني شديد النعومة والوقت (1.8 ثانية) */
    transition: opacity 1.8s cubic-bezier(0.22, 1, 0.36, 1), 
                transform 1.8s cubic-bezier(0.22, 1, 0.36, 1),
                filter 1.8s cubic-bezier(0.22, 1, 0.36, 1);
}

/* حالة الظهور عند تفعيل الكلاس */
[data-id="0c0eade"].is-visible .elementor-widget {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
}

/* التوقيت المتتالي (Stagger Effect) بمسافات زمنية مريحة للعين */
[data-id="0c0eade"] [data-id="3a689a3"] { transition-delay: 0.1s; } /* العنوان الرئيسي */
[data-id="0c0eade"] [data-id="0d3e3c5"] { transition-delay: 0.4s; } /* الفقرة الوصفية */
[data-id="0c0eade"] [data-id="945e658"] { transition-delay: 0.7s; } /* الزر */
[data-id="0c0eade"] [data-id="791cfdd"] { transition-delay: 1.0s; } /* الصورة */




/* =========================================
   Multi-Directional Reveal for Counter Cards
   ========================================= */

/* 1. الإعدادات الأساسية لجميع الأعمدة (الكروت) داخل السكشنين */
[data-id="6ae613b"] .elementor-column,
[data-id="dcc6e79"] .elementor-column {
    opacity: 0;
    filter: blur(8px);
    will-change: transform, opacity, filter;
    /* نفس النعومة العالية */
    transition: all 1.6s cubic-bezier(0.22, 1, 0.36, 1);
}

/* 2. تحديد اتجاه البداية لكل كارت */

/* الكارت الأول (بيبدأ مسحوب ناحية اليمين) */
[data-id="6ae613b"] .elementor-column:nth-child(1),
[data-id="dcc6e79"] .elementor-column:nth-child(1) {
    transform: translateX(60px);
}

/* الكارت التاني في النص (بيبدأ مسحوب لتحت) */
[data-id="6ae613b"] .elementor-column:nth-child(2),
[data-id="dcc6e79"] .elementor-column:nth-child(2) {
    transform: translateY(50px);
}

/* الكارت التالت (بيبدأ مسحوب ناحية الشمال) */
[data-id="6ae613b"] .elementor-column:nth-child(3),
[data-id="dcc6e79"] .elementor-column:nth-child(3) {
    transform: translateX(-60px);
}

/* 3. حالة الظهور (تتجمع كلها في النص وتوضح) */
[data-id="6ae613b"].is-visible .elementor-column,
[data-id="dcc6e79"].is-visible .elementor-column {
    opacity: 1;
    filter: blur(0);
    transform: translate(0, 0);
}

/* 4. تأخير زمني بسيط بين الكروت عشان الشكل يكون متتابع (Stagger) */
[data-id="6ae613b"] .elementor-column:nth-child(1), [data-id="dcc6e79"] .elementor-column:nth-child(1) { transition-delay: 0.1s; }
[data-id="6ae613b"] .elementor-column:nth-child(2), [data-id="dcc6e79"] .elementor-column:nth-child(2) { transition-delay: 0.3s; }
[data-id="6ae613b"] .elementor-column:nth-child(3), [data-id="dcc6e79"] .elementor-column:nth-child(3) { transition-delay: 0.5s; }




/* =========================================
   Steps Section Reveal (Desktop & Mobile)
   ========================================= */

/* 1. الإعدادات الأساسية لجميع العناصر (عناوين، أعمدة، كروت، والخط الفاصل) */
[data-id="65cfbf7"] .elementor-inner-column,
[data-id="65cfbf7"] [data-id="d8f4ab7"],
[data-id="65cfbf7"] [data-id="d2dd88d"],
[data-id="12a37f8"] .elementor-widget-wd_infobox,
[data-id="12a37f8"] [data-id="b94f75d"] {
    opacity: 0;
    filter: blur(8px);
    will-change: transform, opacity, filter;
    transition: all 1.6s cubic-bezier(0.22, 1, 0.36, 1);
}

/* 2. اتجاهات البداية */

/* العناوين والخط الفاصل: بيظهروا من تحت لفوق */
[data-id="65cfbf7"] [data-id="d8f4ab7"],
[data-id="65cfbf7"] [data-id="d2dd88d"],
[data-id="12a37f8"] [data-id="b94f75d"] {
    transform: translateY(40px);
}

/* العمود الأول والكارت الأول (التشخيص والتحليل): بيظهر من اليمين */
[data-id="9e1a8d8"], [data-id="d71d656"], [data-id="fe5f4cc"] {
    transform: translateX(60px);
}

/* العمود الثاني والكارت الثاني (التنفيذ الاستراتيجي): بيظهر من تحت */
[data-id="8f17fab"], [data-id="8ff3c02"], [data-id="3dadcfc"] {
    transform: translateY(60px);
}

/* العمود الثالث والكارت الثالث (التحسين والنمو): بيظهر من الشمال */
[data-id="805e820"], [data-id="268ddd0"], [data-id="a12e961"] {
    transform: translateX(-60px);
}

/* 3. حالة الظهور (تتجمع في مكانها الطبيعي) */
[data-id="65cfbf7"].is-visible .elementor-inner-column,
[data-id="65cfbf7"].is-visible [data-id="d8f4ab7"],
[data-id="65cfbf7"].is-visible [data-id="d2dd88d"],
[data-id="12a37f8"].is-visible .elementor-widget-wd_infobox,
[data-id="12a37f8"].is-visible [data-id="b94f75d"] {
    opacity: 1;
    filter: blur(0);
    transform: translate(0, 0);
}

/* 4. التأخير الزمني (Staggering) للكمبيوتر والموبايل */
/* العنوان الرئيسي */
[data-id="65cfbf7"] [data-id="d8f4ab7"], [data-id="12a37f8"] [data-id="b94f75d"] { transition-delay: 0.1s; }

/* الخطوة الأولى (يمين) */
[data-id="9e1a8d8"], [data-id="d71d656"], [data-id="fe5f4cc"] { transition-delay: 0.3s; }

/* الخطوة الثانية (نص) */
[data-id="8f17fab"], [data-id="8ff3c02"], [data-id="3dadcfc"] { transition-delay: 0.5s; }

/* الخطوة الثالثة (شمال) */
[data-id="805e820"], [data-id="268ddd0"], [data-id="a12e961"] { transition-delay: 0.7s; }

/* الخط الفاصل في الكمبيوتر بيظهر في الآخر بنعومة */
[data-id="65cfbf7"] [data-id="d2dd88d"] { transition-delay: 0.9s; }



/* =========================================
   Premium Slow-Motion Reveal (Services Section)
   ========================================= */

/* إعدادات البداية لكل العناصر جوه السكشن الجديد */
[data-id="3523665"] .elementor-widget {
    opacity: 0;
    transform: translateY(50px) scale(0.99); 
    filter: blur(10px); 
    will-change: transform, opacity, filter;
    
    transition: opacity 1.8s cubic-bezier(0.22, 1, 0.36, 1), 
                transform 1.8s cubic-bezier(0.22, 1, 0.36, 1),
                filter 1.8s cubic-bezier(0.22, 1, 0.36, 1);
}

/* حالة الظهور عند تفعيل الكلاس */
[data-id="3523665"].is-visible .elementor-widget {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
}

/* التوقيت المتتالي (Stagger Effect) للسكشن الجديد */
[data-id="3523665"] [data-id="b53727b"] { transition-delay: 0.1s; } /* العنوان الرئيسي: خدماتنا المتكاملة */
[data-id="3523665"] [data-id="8f2b9de"] { transition-delay: 0.4s; } /* الفقرة الوصفية */
[data-id="3523665"] [data-id="49a7f6d"] { transition-delay: 0.7s; } /* الزر: ابدأ تجربتك */
[data-id="3523665"] [data-id="1285f51"] { transition-delay: 1.0s; } /* الصورة */





/* =========================================
   Ultra-Smooth Apple-Style Animations (Services Banners)
   ========================================= */

/* 1. الإعدادات الأساسية واستهداف الـ 3 سكاشن للخدمات (كمبيوتر - تابلت - موبايل) */
[data-id="54601b3"] .elementor-widget-wd_banner,
[data-id="519e942"] .elementor-widget-wd_banner,
[data-id="328050b"] .elementor-widget-wd_banner {
    opacity: 0;
    filter: blur(12px);
    will-change: transform, opacity, filter;
    /* حركة موحدة من الأسفل للأعلى مع تصغير بسيط */
    transform: translateY(40px) scale(0.95);
    transition: all 1.6s cubic-bezier(0.22, 1, 0.36, 1) !important; 
}

/* 2. كلاس الظهور (لما السكرول يوصل للبانر) */
.elementor-widget-wd_banner.apple-active {
    opacity: 1 !important;
    filter: blur(0) !important;
    transform: translate(0, 0) scale(1) !important;
}

/* 3. تأثير Hover ناعم جداً (Glassmorphism feel) */
[data-id="54601b3"] .elementor-widget-wd_banner.apple-active:hover,
[data-id="519e942"] .elementor-widget-wd_banner.apple-active:hover,
[data-id="328050b"] .elementor-widget-wd_banner.apple-active:hover {
    transform: translateY(-6px) scale(1.01) !important;
    transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1) !important;
}


/* =========================================
   Premium Slow-Motion Reveal (About Us Section)
   ========================================= */

/* إعدادات البداية لكل العناصر جوه سكشن من نحن */
[data-id="c3ba0cf"] .elementor-widget {
    opacity: 0;
    transform: translateY(50px) scale(0.99); /* مسافة النزول وحجم البداية */
    filter: blur(10px); /* الضبابية العالية */
    will-change: transform, opacity, filter;
    
    /* نفس المنحنى الزمني شديد النعومة والوقت (1.8 ثانية) */
    transition: opacity 1.8s cubic-bezier(0.22, 1, 0.36, 1), 
                transform 1.8s cubic-bezier(0.22, 1, 0.36, 1),
                filter 1.8s cubic-bezier(0.22, 1, 0.36, 1);
}

/* حالة الظهور عند تفعيل الكلاس */
[data-id="c3ba0cf"].is-visible .elementor-widget {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
}

/* التوقيت المتتالي (Stagger Effect) بمسافات زمنية مريحة للعين */
[data-id="c3ba0cf"] [data-id="66e3ccf"] { transition-delay: 0.1s; } /* العنوان الرئيسي (من نحن) */
[data-id="c3ba0cf"] [data-id="0dba266"] { transition-delay: 0.4s; } /* الفقرة الوصفية */
[data-id="c3ba0cf"] [data-id="286c030"] { transition-delay: 0.7s; } /* الزر (ابدأ تجربتك) */
[data-id="c3ba0cf"] [data-id="631473f"] { transition-delay: 1.0s; } /* الصورة */















/* ======================================================== */
/* تصميم القائمة العلوية (Nav Menu) - متوافق مع الهوية */
/* ======================================================== */
.wd-nav.wd-style-default > li > a .nav-link-text::after,
.wd-nav.wd-style-default > li > a .nav-link-text::before {
    display: none !important;
    content: none !important;
}

@media (min-width: 1025px) {
    .wd-header-nav { padding: 10px 0; }
    
    .wd-header-nav .wd-nav {
        display: flex !important;
        flex-wrap: nowrap !important; 
        justify-content: center;
        gap: 25px !important; /* تم زيادة المسافات بين العناصر هنا */
    }

    .wd-header-nav .wd-nav > li { margin: 0 !important; }

    /* الشكل الافتراضي لأزرار المنيو (الرئيسية مش هتكون نشطة إلا لو مفتوحة) */
    .wd-header-nav .wd-nav > li > a {
        background-color: rgba(71, 51, 211, 0.05) !important; 
        color: #2b2b2b !important; 
        border-radius: 50px !important;
        padding: 8px 18px !important; 
        font-weight: 700 !important;
        font-size: 14px !important; 
        white-space: nowrap !important;
        transition: all 0.3s ease !important;
        border: 1px solid transparent !important;
        display: flex;
        align-items: center;
    }

    /* تفعيل اللون الأساسي فقط عند الهوفر أو لو الصفحة مفتوحة فعلياً */
    .wd-header-nav .wd-nav > li:hover > a,
    .wd-header-nav .wd-nav > li.current-menu-item > a,
    .wd-header-nav .wd-nav > li.current-menu-ancestor > a {
        background-color: rgb(71, 51, 211) !important;
        color: #ffffff !important;
        box-shadow: 0 4px 12px rgba(71, 51, 211, 0.3) !important;
        transform: translateY(-2px);
    }

    body .wd-header-nav .wd-dropdown-menu.wd-dropdown {
        background-color: #ffffff !important;
        border-radius: 16px !important;
        box-shadow: 0 10px 40px rgba(71, 51, 211, 0.1) !important;
        border: 1px solid #eef0f3 !important;
        padding: 10px !important;
        margin-top: 15px !important;
        min-width: 200px !important;
    }
    
    body .wd-header-nav .wd-dropdown-menu .container {
        padding: 0 !important;
        width: 100% !important;
        background: transparent !important;
    }

    body .wd-header-nav .wd-sub-menu li {
        margin-bottom: 4px !important;
    }

    body .wd-header-nav .wd-sub-menu li a {
        border-radius: 8px !important;
        padding: 10px 15px !important;
        color: #444 !important;
        font-weight: 700 !important;
        font-size: 14px !important;
        background: transparent !important;
        border: none !important;
        transition: all 0.3s ease !important;
        display: block;
        text-align: right !important;
    }

    body .wd-header-nav .wd-sub-menu li a:hover {
        background-color: rgba(71, 51, 211, 0.08) !important;
        color: rgb(71, 51, 211) !important;
        padding-right: 25px !important;
    }
}

@media (max-width: 1024px) {
    .wd-nav-mobile { padding: 15px !important; }

    .wd-nav-mobile > li {
        border-bottom: none !important;
        margin-bottom: 12px !important;
        position: relative !important; 
        display: block !important;
    }

    .wd-nav-mobile > li > a {
        background-color: #f4f6f8 !important;
        border-radius: 12px !important;
        padding: 14px 15px 14px 55px !important;
        color: #2b2b2b !important;
        font-weight: 700 !important;
        font-size: 15px !important;
        border: 1px solid #eef0f3 !important;
        display: block !important;
        transition: all 0.3s ease !important;
    }

    .wd-nav-mobile > li:hover > a,
    .wd-nav-mobile > li.current-menu-item > a,
    .wd-nav-mobile > li.wd-opened > a {
        background-color: rgb(71, 51, 211) !important;
        color: #ffffff !important;
        border-color: rgb(71, 51, 211) !important;
    }

    .wd-nav-mobile > li.menu-item-has-children > .wd-nav-opener {
        position: absolute !important;
        top: 7px !important;
        left: 7px !important;
        width: 36px !important;
        height: 36px !important;
        background-color: #ffffff !important;
        border-radius: 50% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1) !important;
        color: rgb(71, 51, 211) !important;
        border: none !important;
        z-index: 10 !important;
    }

    .wd-nav-mobile > li.wd-opened > .wd-nav-opener {
        background-color: rgb(71, 51, 211) !important;
        color: #ffffff !important;
    }

    .wd-nav-mobile .wd-sub-menu {
        background: #ffffff !important;
        border-radius: 12px !important;
        padding: 10px !important;
        margin-top: 8px !important;
        border: 1px solid #eef0f3 !important;
        box-shadow: 0 4px 10px rgba(0,0,0,0.03) !important;
    }

    .wd-nav-mobile .wd-sub-menu li { margin-bottom: 4px !important; border: none !important; }

    .wd-nav-mobile .wd-sub-menu li a {
        background-color: transparent !important;
        border: none !important;
        border-right: 3px solid #eef0f3 !important;
        border-radius: 8px !important;
        padding: 10px 15px !important;
        color: #555 !important;
        font-weight: 700 !important;
        font-size: 14px !important;
    }

    .wd-nav-mobile .wd-sub-menu li a:hover,
    .wd-nav-mobile .wd-sub-menu li.current-menu-item > a {
        background-color: rgba(71, 51, 211, 0.05) !important;
        color: rgb(71, 51, 211) !important;
        border-right-color: rgb(71, 51, 211) !important;
    }
}

/* ======================================================== */
/* زر "تواصل معنا" (حركة النبض والتنسيق)                    */
/* ======================================================== */
@keyframes pulse-brand-button {
    0% { box-shadow: 0 0 0 0 rgba(71, 51, 211, 0.7); }
    70% { box-shadow: 0 0 0 15px rgba(71, 51, 211, 0); }
    100% { box-shadow: 0 0 0 0 rgba(71, 51, 211, 0); }
}

.whb-uszkwajtrsceo331ovfq a.btn.my-button {
    background-color: rgb(71, 51, 211) !important;
    color: #ffffff !important;
    border-color: rgb(71, 51, 211) !important;
    border-radius: 50px !important; /* حواف دائرية تتناسب مع المنيو */
    padding: 10px 25px !important;
    font-weight: bold !important;
    animation: pulse-brand-button 2s infinite !important; /* تفعيل حركة النبض */
    transition: all 0.3s ease !important;
}

/* إيقاف النبض وحركة بسيطة عند وقوف الماوس على الزر */
.whb-uszkwajtrsceo331ovfq a.btn.my-button:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 6px 15px rgba(71, 51, 211, 0.4) !important;
    animation: none !important;
}



/* ======================================================== */
/* إصلاح لون السهم (Anchor/Indicator) في القائمة الرئيسية   */
/* ======================================================== */

/* 1. السهم في الحالة العادية (الخلفية الفاتحة) */
.wd-header-nav .wd-nav > li.menu-item-has-children > a:after {
    color: #2b2b2b !important; /* ياخد نفس لون النص الغامق */
    opacity: 1 !important; /* إلغاء أي شفافية بتخليه بهتان */
    font-weight: bold !important;
    transition: all 0.3s ease !important;
}

/* 2. السهم في حالة الهوفر أو العنصر النشط (الخلفية الزرقاء) */
.wd-header-nav .wd-nav > li.menu-item-has-children:hover > a:after,
.wd-header-nav .wd-nav > li.current-menu-item.menu-item-has-children > a:after,
.wd-header-nav .wd-nav > li.current-menu-ancestor.menu-item-has-children > a:after {
    color: #ffffff !important; /* يتحول لأبيض صريح مع النص */
    opacity: 1 !important;
}



 @media (min-width: 1025px) {
	footer ul{
text-align : center

}

footer h5{

text-align : center


}
}

@media (min-width: 768px) and (max-width: 1024px) {
	footer ul{
text-align : center

}

footer h5{

text-align : center


}
}

