/* إخفاء حقوق OJS والبوتستراب */
footer a[href*="pkp.sfu.ca"],
footer a[href*="openjournalsystems"],
footer img {
    display: none !important;
}
/* ===================================================
   تخصيص الهيدر العلوي للمؤتمر وتكبير الارتفاع بمقدار الضعف
   =================================================== */

/* 1. تلوين وتكبير الهيدر */
.pkp_structure_head {
    background-color: #0b3c41 !important; /* لون الشعار الكحلي */
    padding-top: 55px !important;       /* زيادة الارتفاع من الأعلى */
    padding-bottom: 55px !important;    /* زيادة الارتفاع من الأسفل ليتضاعف الحجم */
    border-bottom: 5px solid #14806b !important; /* خط تركيوازي سفلي حاد */
    position: relative;
}

/* 2. كتابة اسم المؤتمر باللغة العربية داخل الهيدر تلقائياً وبشكل احترافي */
.pkp_structure_head::before {
    content: "المؤتمر العلمي الدولي الأول للتوجهات الناشئة في الذكاء الاصطناعي وعلوم الحاسوب";
    display: block !important;
    color: #ffffff !important;
    font-family: 'Segoe UI', Tahoma, Arial, sans-serif !important;
    font-size: 24px !important;
    font-weight: bold !important;
    text-align: center !important;
    margin-bottom: 10px !important;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
    width: 100%;
}

/* 3. كتابة اسم المؤتمر باللغة الإنجليزية تحت الاسم العربي مباشرة */
.pkp_structure_head::after {
    content: "The 1st International Scientific Conference on Emerging Trends in Artificial Intelligence and Computer Science (SCETAICS)";
    display: block !important;
    color: #14806b !important; /* اللون التركوازي للشعار */
    font-family: 'Segoe UI', Arial, sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-align: center !important;
    margin-bottom: 10px !important;
    width: 100%;
}

/* 4. تعديل ألوان روابط القائمة العلوية لتصبح بيضاء واضحة فوق اللون الكحلي */
.pkp_navigation_primary a {
    color: #ffffff !important;
    font-weight: 600 !important;
}
.pkp_navigation_primary a:hover {
    color: #14806b !important; /* تحول اللون لتركوازي عند تمرير الماوس */
}