/* ==========================================================================
   JAATE 2026 - الإصدار الحاسم (فرض التغييرات بالقوة)
   ========================================================================== */
/* فرض العرض الكامل للهيدر النصي الجديد (JAATE) */
.pkp_site_name_wrapper img {
    width: 100% !important; /* لتمتد على كامل عرض الهيدر */
    max-width: 1170px !important; /* نفس عرض محتوى المجلة الصندوقي */
    height: auto !important;
    max-height: none !important; /* إزالة قيود الارتفاع القديمة */
}

.pkp_structure_head {
    padding: 0 !important; /* إزالة الحواف الزائدة لتلتصق الصورة بالكامل */
}



/* 1. الهيكل الصندوقي */
.pkp_structure_page { 
    max-width: 1170px !important; 
    margin: 0 auto !important; 
    background-color: #ffffff !important; 
    box-shadow: 0 0 20px rgba(0,0,0,0.1) !important; 
}
body { background-color: #f4f7f9 !important; }

/* 2. الهيدر: فرض العنوان والاختصار تحت بعضهما رغماً عن النظام */
.pkp_structure_head {
    background: #162a44 !important; /* الكحلي المتوسط من ملفك */
    border-bottom: 3px solid #0056b3 !important;
    padding: 35px 0 !important;
}

/* إخفاء النص القديم تماماً لمنع الاختلاط */
.pkp_site_name_wrapper .is_text a {
    font-size: 0 !important;
    line-height: 0 !important;
    color: transparent !important;
    display: block !important;
}

/* زرع العنوان الجديد المكون من سطرين */
.pkp_site_name_wrapper .is_text a::before {
    content: "Journal of Advanced Applied Technology and Engineering" !important;
    display: block !important;
    font-size: 26px !important; /* حجم العنوان */
    font-weight: 800 !important;
    color: #ffffff !important;
    line-height: 1.2 !important;
    margin-bottom: 8px !important;
}

.pkp_site_name_wrapper .is_text a::after {
    content: "JAATE" !important;
    display: block !important;
    font-size: 18px !important; /* حجم الاختصار */
    font-weight: 400 !important;
    color: #4dabff !important; /* اللون السماوي */
    letter-spacing: 2px !important;
}

/* 3. النافيجاتور: استعادة اللون الملكي ومباعدة أيقونة البيت */
.pkp_navigation_primary_wrapper {
    background: #4169E1 !important; /* الأزرق الملكي */
    margin: 0 auto !important;
    min-height: 48px !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 0 15px !important;
}

.pkp_navigation_primary { display: flex !important; align-items: center !important; list-style: none !important; }

/* مباعدة أيقونة البيت */
.pkp_navigation_primary > li:first-child { margin-inline-end: 30px !important; }

.pkp_navigation_primary > li:first-child > a { 
    font-size: 0 !important; 
    display: flex !important; 
    min-width: 45px !important; 
}

.pkp_navigation_primary > li:first-child > a::before {
    content: "" !important; 
    width: 22px !important; height: 22px !important; 
    background-color: #ffffff !important;
    display: inline-block !important;
    -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8z'/></svg>") no-repeat center !important;
    mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8z'/></svg>") no-repeat center !important;
}

/* 4. البحث: تبييض شامل للأيقونة */
.pkp_navigation_primary_wrapper .pkp_search input[type="text"] {
    background: rgba(255, 255, 255, 0.2) !important;
    border: 1px solid #ffffff !important;
    color: #ffffff !important;
}
.pkp_navigation_primary_wrapper .pkp_search button {
    color: #ffffff !important;
    filter: brightness(0) invert(1) !important;
}

/* 5. السايد بار: حواف مستديرة وتوسيط كامل */
.pkp_block { text-align: center !important; margin-bottom: 25px !important; }

.pkp_block .title {
    background-color: #eef2ff !important;
    color: #1a365d !important;
    border-radius: 30px !important; /* حواف مستديرة جداً */
    padding: 12px 15px !important;
    border: 1px solid #d1d5db !important;
    font-weight: 800 !important;
    display: block !important;
    text-align: center !important;
}

.pkp_block .content { text-align: center !important; }

/* 6. إخفاء الزوائد */
.pkp_brand_footer, .powered_by, img[src*="ojs_brand.png"] { display: none !important; }