/* استايل احترافي لمجلة ISCMBT */

/* تعيين الخط الأساسي */
body {
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    color: #333;
    background-color: #f8f9fa;
    margin: 0;
    padding: 0;
    line-height: 1.6;
}

/* ترويسة الموقع */
header {
    background: linear-gradient(to right, #0056b3, #003d7a);
    color: white;
    padding: 20px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}

/* شعار المجلة */
.pkp_site_name_wrapper img {
    max-width: 100px;
    height: auto;
}

/* قائمة التنقل */
.pkp_navigation_primary_wrapper {
    background: #003d7a;
    padding: 10px 0;
}

.pkp_navigation_primary li {
    display: inline-block;
    margin: 0 15px;
}

.pkp_navigation_primary a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    padding: 10px 15px;
    transition: 0.3s;
}

.pkp_navigation_primary a:hover {
    background: #004b8d;
    border-radius: 5px;
}

/* المحتوى الرئيسي */
.pkp_structure_main {
    width: 70%;
    margin: 20px auto;
    background: white;
    padding: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

/* عناوين الأقسام */
h2 {
    color: #0056b3;
    border-bottom: 2px solid #0056b3;
    padding-bottom: 5px;
}

/* الأزرار */
a.button {
    display: inline-block;
    background: #0056b3;
    color: white;
    padding: 10px 15px;
    text-decoration: none;
    border-radius: 5px;
    transition: 0.3s;
}

a.button:hover {
    background: #004080;
}

/* الشريط الجانبي */
.pkp_structure_sidebar {
    background: #f1f1f1;
    padding: 20px;
    width: 25%;
    float: right;
    border-radius: 5px;
}

/* تذييل الموقع */
.pkp_structure_footer_wrapper {
    background: #003d7a;
    color: white;
    text-align: center;
    padding: 15px;
    margin-top: 30px;
}

.pkp_structure_footer a {
    color: #ffc107;
    text-decoration: none;
}

.pkp_structure_footer a:hover {
    text-decoration: underline;
}
