
.pkp_structure_head { min-height: 200px !important; }

/* 🔻 إنزال شريط القوائم تحت الهيدر */
.pkp_site_nav_menu {
    margin-top: 150px !important; /* غيّر القيمة حسب رغبتك */
}

/* 🔻 إذا احتاج الأمر أكثر */
.pkp_navigation_primary_wrapper {
    padding-top: 1px !important;
}

/* حركة نزول خفيفة بدون اختفاء */
.pkp_site_name_wrapper {
    animation: cpsTitleSlideDown 2s ease-out forwards;
}

@keyframes cpsTitleSlideDown {
    0% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0);
    }
}


/* Make footer full screen width (WIDE) */
#cps-footer {
  width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding: 50px 60px;
  background:#0a1b33;  /* dark blue */
  color:#ffffff;
  box-sizing:border-box;
}

/* Content full width inside OJS container */
.pkp_structure_footer {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Adjust columns to stretch evenly */
#cps-footer .footer-columns {
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap;
  gap:50px;
  width:100%;
}

#cps-footer .footer-col {
  flex:1;
  min-width:250px;
}
/* FULL WIDTH */
#cps-footer {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background: #0a1d36;
  color: #ffffff;
  font-family: 'Segoe UI', sans-serif;
  padding: 60px 80px;
  box-sizing: border-box;
}

/* CONTAINER */
.cps-footer-container {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  flex-wrap: wrap;
}

/* COLUMNS */
.cps-col {
  flex: 1;
  min-width: 230px;
}

#cps-footer h4 {
  color: #ffcc33;
  font-size: 17px;
  text-transform: uppercase;
  margin-bottom: 14px;
  border-bottom: 1px solid #ffd05660;
  padding-bottom: 6px;
}

#cps-footer p, #cps-footer a, #cps-footer li {
  font-size: 15px;
  line-height: 1.6;
  color: #e8e8e8;
}

#cps-footer a {
  text-decoration: none;
  color: #ffd056;
}

#cps-footer a:hover {
  color: #fff;
  text-decoration: underline;
}

/* BUTTON */
.cps-btn {
  display: inline-block;
  margin-top: 12px;
  background: #ffd056;
  color: #0a1d36 !important;
  padding: 10px 18px;
  border-radius: 4px;
  font-weight: bold;
  transition: 0.3s;
}

.cps-btn:hover {
  background: #fff;
}

/* LICENSE BLOCK */
.cps-license {
  font-size: 13px;
  background: #ffffff15;
  padding: 10px;
  border-radius: 4px;
  margin-top: 15px;
}

/* BOTTOM COPYRIGHT */
.cps-bottom {
  margin-top: 35px;
  border-top: 1px solid #244a78;
  padding-top: 18px;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #cfcfcf;
}
/* full width + background */
#cps-footer {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background-color: #0A1D36;
  padding: 50px 60px;
  color: #ffffff;
  font-family: "Segoe UI", sans-serif;
}

/* wrapper to hold columns */
.cps-footer-wrapper {
  display: flex;
  gap: 50px;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* columns */
.cps-footer-col {
  flex: 1;
  min-width: 250px;
}

.cps-footer-col h3 {
  color: #FFD056;
  text-transform: uppercase;
  font-size: 17px;
  margin-bottom: 14px;
  border-bottom: 1px solid #FFD05655;
  padding-bottom: 5px;
}

.cps-footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cps-footer-col li {
  margin: 8px 0;
}

.cps-footer-col a {
  color: #E8E8E8;
  text-decoration: none;
  font-size: 15px;
}

.cps-footer-col a:hover {
  text-decoration: underline;
  color: #FFD056;
}

/* submit button */
.cps-footer-btn {
  display: inline-block;
  margin-top: 12px;
  background: #FFD056;
  color: #0A1D36 !important;
  padding: 8px 14px;
  border-radius: 4px;
  font-weight: bold;
  text-decoration: none;
}
.cps-footer-btn:hover { background: white; }

/* license box */
.cps-license-box {
  margin-top: 12px;
  padding: 8px;
  background: #ffffff22;
  border-left: 3px solid #FFD056;
}

/* bottom area */
.cps-footer-bottom {
  text-align: center;
  border-top: 1px solid #123A61;
  margin-top: 30px;
  padding-top: 15px;
  font-size: 14px;
  color: #cccccc;
}
/* ==========================================================
   ✨ ELEGANT CONFERENCE CARDS — FULL CSS
   Designed for University of Diyala Conferences
   Author: ChatGPT for Dr. Hasan Hadi Saleh
========================================================== */

/* ======= LAYOUT ======= */
.conf-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 22px;
  max-width: 1200px;
  margin: 60px auto;
  padding: 20px;
}

/* ======= CARD DESIGN ======= */
.conf-card {
  backdrop-filter: blur(10px);
  border-radius: 18px;
  padding: 25px;
  text-align: center;
  color: #F8F8F8;
  font-family: "Poppins", sans-serif;
  border: 2px solid rgba(255,255,255,0.18);
  transition: 0.45s ease;
  animation: fadeInUp 0.8s ease forwards;
  transform: translateY(20px);
  opacity: 0;
}
.conf-card:hover {
  transform: translateY(-10px) scale(1.03);
  box-shadow: 0 25px 55px rgba(0,0,0,0.45);
  border-color: #F5F3E7;
}

/* ======= LOGO ======= */
.conf-logo {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: contain;
  margin-bottom: 18px;
  background: #ffffff22;
  padding: 8px;
  border: 1px solid #ffffff55;
}

/* ======= TEXT ======= */
.conf-card h3 {
  margin: 10px 0;
  font-size: 1.5rem;
  font-weight: 700;
}
.conf-card p {
  font-size: 0.95rem;
  opacity: 0.9;
  line-height: 1.4rem;
  margin-bottom: 15px;
}

/* ======= BUTTONS ======= */
.conf-card .buttons {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.conf-card .buttons a {
  background: #ffffff2a;
  color: #fff;
  font-weight: 600;
  padding: 9px 10px;
  border-radius: 8px;
  text-decoration: none;
  border: 1px solid #ffffff44;
  transition: 0.3s;
}
.conf-card .buttons a:hover {
  background: #fff;
  color: #000;
  font-weight: bold;
}

/* ======= ANIMATION ======= */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(40px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ======= ELEGANT COLOR PALETTE ======= */

/* ICPAS — Navy Gold */
.blue {
  background: linear-gradient(145deg, #0A2342, #23395B);
  border: 1px solid #D4AF37;
}

/* ICST — Emerald */
.green {
  background: linear-gradient(145deg, #004643, #0A6B61);
  border: 1px solid #ABD1C6;
}

/* ICIT — Indigo */
.yellow {
  background: linear-gradient(145deg, #4B4E6D, #6A759B);
  border: 1px solid #B0A8B9;
}

/* ICPS — Wine */
.red {
  background: linear-gradient(145deg, #5B2333, #8E416E);
  border: 1px solid #C49BBB;
}

/* CSC — Steel Silver */
.purple {
  background: linear-gradient(145deg, #232931, #393E46);
  border: 1px solid #EEEEEE;
}

/* CES — Teal Mist */
.orange {
  background: linear-gradient(145deg, #0D7377, #205E61);
  border: 1px solid #14FFEC;
}

/* ===== Showcase Header Above Cards ===== */
.cps-header-showcase {
  text-align: center;
  margin: 40px auto 20px;
  padding: 30px 10px;
  animation: fadeDown 1.2s ease forwards;
}
.cps-header-showcase h1 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #0A2342;
  letter-spacing: 1px;
  margin-bottom: 8px;
  background: linear-gradient(90deg,#0A2342,#533483,#5B2333);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cps-header-showcase p {
  font-size: 1.1rem;
  color: #333;
  opacity: 0.75;
  margin-bottom: 12px;
  animation: fadeIn 1.8s ease forwards;
}

/* Underline Shine Effect */
.cps-header-showcase .underline {
  width: 180px;
  height: 4px;
  margin: 0 auto;
  border-radius: 10px;
  background: linear-gradient(90deg, #D4AF37, #14FFEC, #C49BBB);
  animation: shine 3s infinite linear;
}

/* Animations */
@keyframes shine {
  0% { background-position: 0% }
  100% { background-position: 200% }
}
@keyframes fadeDown {
  from { transform: translateY(-20px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* Responsive */
@media (max-width: 768px){
  .cps-header-showcase h1 { font-size: 1.7rem; }
  .cps-header-showcase p { font-size: 0.95rem; }
}
/* إزالة الفراغات العلوية بين الهيدر والمحتوى */
.pkp_structure_content {
    margin-top: 5px !important;
    padding-top: 0 !important;
}

/* تقليل المسافة تحت الهيدر المصور */
.pkp_site_name {
    margin-bottom: 0 !important;
}

/* تقليل المسافة فوق قسم الترحيب */
.cps-header-showcase {
    margin-top: 10px !important;
    padding-top: 10px !important;
}

/* تقليل المسافة بين الترحيب والبطاقات */
.conf-cards {
    margin-top: 10px !important;
}

/* ضبط الحاوية الرئيسية لتقليل الفراغ الجانبي والعلوي */
.pkp_structure_main {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

/* إزالة أي مسافات داخلية من صفحات OJS الأساسية */
.page_index_journal .pkp_page_index {
    padding-top: 0 !important;
    margin-top: 0 !important;
}
/* ===== Elegant Divider Line ===== */
.cps-divider {
  width: 80%;
  height: 3px;
  margin: 25px auto 10px;
  background: linear-gradient(90deg, #D4AF37, #14FFEC, #5B2333);
  border-radius: 3px;
  animation: dividerGlow 5s ease infinite;
}

/* ===== FINAL FIX FOR FOOTER ===== */

.pkp_structure_footer {
    background: #071423 !important; /* أزرق كحلي فاخر */
    color: #e8ecf3 !important;
    padding: 50px 0 !important;
    border-top: 3px solid #0B2C48 !important;
}

.pkp_footer_content {
    max-width: 1200px !important;
    margin: auto !important;
    padding: 0 30px !important;
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 40px !important;
}

.pkp_footer_content div {
    text-align: left !important;
}

.pkp_footer_content h3 {
    color: #ffffff !important;
    font-size: 1.1rem;
    margin-bottom: 10px;
    text-transform: uppercase;
    border-bottom: 1px solid #274862;
    padding-bottom: 6px;
}

/* الروابط */
.pkp_footer_content a {
    color: #d7dde5 !important;
    text-decoration: none !important;
}
.pkp_footer_content a:hover {
    color: #FFD36A !important;
    text-decoration: underline !important;
}

/* ضبط التيتر (Platform & workflow by OJS/PKP) */
.pkp_brand_footer {
    background: #071423 !important;
    color: #d8dde8 !important;
    padding: 10px 0 20px !important;
    text-align: center;
}
.pkp_brand_footer a {
    color: #FFD36A !important;
}

/* عند الموبايل */
@media(max-width: 768px){
    .pkp_footer_content {
        grid-template-columns: 1fr !important;
        text-align: center !important;
    }
    .pkp_footer_content div {
        text-align: center !important;
    }
}

/* ===== PERFECT CPS FOOTER ===== */
.pkp_structure_footer {
  background: linear-gradient(180deg, #061728, #0b253d) !important;
  color: #e8ecf3 !important;
  padding: 60px 0 0 !important;
  border-top: 3px solid #0b3b60;
}

.footer-wrapper {
  max-width: 1300px;
  margin: auto;
  padding: 0 30px;
  display: grid;
  grid-template-columns: repeat(5, minmax(220px,1fr));
  gap: 35px;
}

.footer-col h3 {
  color: #ffffff;
  font-size: 1.1rem;
  margin-bottom: 12px;
  text-transform: uppercase;
  border-bottom: 1px solid #355b7e;
  padding-bottom: 6px;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col li {
  margin-bottom: 8px;
  font-size: 0.93rem;
}

.footer-col a {
  color: #d6dde9;
  text-decoration: none;
}

.footer-col a:hover {
  color: #FFD36A;
  text-decoration: underline;
}

.footer-col i {
  margin-right: 8px;
  color: #FFD36A;
}

.footer-btn {
  display: inline-block;
  background: #FFD36A;
  color: #000;
  padding: 7px 16px;
  border-radius: 6px;
  margin-top: 10px;
  font-weight: bold;
}
.footer-btn:hover {
  background: #e4b24f;
}

.footer-copy {
  margin-top: 40px;
  padding: 15px;
  text-align: center;
  background: #05131f;
  color: #9fb4c7;
  font-size: 0.85rem;
}

/* ===== Mobile ===== */
@media(max-width: 991px){
  .footer-wrapper {
    grid-template-columns: repeat(2,1fr);
  }
}
@media(max-width: 600px){
  .footer-wrapper {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .footer-col i { margin: 0; }
}
.asj-top-card {
  background: linear-gradient(135deg,#012f61,#024d86);
  padding:40px;
  border-radius:22px;
  text-align:center;
  max-width:950px;
  margin:40px auto 50px;
  color:white;
  box-shadow:0 12px 30px rgba(0,0,0,.35);
  animation:fadeInUp .7s ease-out;
}
.asj-badge{
  background:#f6c83a;
  padding:6px 18px;border-radius:20px;
  font-weight:bold;color:#002247;
  margin-bottom:10px;display:inline-block;
}
.asj-top-card h1{font-size:33px;font-weight:800;margin:10px 0;}
.asj-desc{font-size:18px;opacity:.9;margin-bottom:15px;}
.asj-issn-box{background:#ffffff22;padding:8px 15px;border-radius:10px;margin:10px auto;font-weight:bold;width:fit-content;}
.asj-fields{margin:14px 0;font-size:15px;color:#dde9f4;}
.asj-buttons{margin-top:20px;display:flex;justify-content:center;gap:12px;flex-wrap:wrap;}
.asj-btn{padding:10px 18px;border-radius:8px;font-weight:bold;color:white;text-decoration:none;transition:.25s;}
.asj-btn.blue{background:#1e90ff}.asj-btn.blue:hover{background:#1878d6}
.asj-btn.green{background:#2ecc71}.asj-btn.green:hover{background:#27ae60}
.asj-btn.purple{background:#9b59b6}.asj-btn.purple:hover{background:#8e44ad}
@keyframes fadeInUp{
from{opacity:0;transform:translateY(25px)}
to{opacity:1;transform:translateY(0)}
}
/* ===============================
   🌟 PREMIUM FOOTER FOR ASJ (OJS)
   Designed by ChatGPT for Dr. Hassan
=================================*/

#asj-footer {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background: linear-gradient(180deg,#082032,#0B253C);
  padding: 60px 50px 20px;
  color: #E8ECF3;
  font-family: "Segoe UI", sans-serif;
  border-top: 3px solid #D4AF37;
  box-shadow: 0 -5px 25px rgba(0,0,0,.35);
}

.asj-footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 40px;
  max-width: 1300px;
  margin: auto;
}

.asj-footer-col h3 {
  font-size: 1.1rem;
  color: #FFD36A;
  margin-bottom: 14px;
  text-transform: uppercase;
  border-bottom: 1px solid #355B7E;
  padding-bottom: 6px;
}

.asj-footer-col ul {
  list-style: none;
  padding: 0;
}

.asj-footer-col li {
  margin: 8px 0;
  font-size: 0.93rem;
}

.asj-footer-col a {
  color: #D7DDE9;
  text-decoration: none;
}
#asj-footer {
    border-top: 3px solid #d4af37;
    box-shadow: 0 -6px 20px rgba(0,0,0,.25);
}
.asj-footer-col a:hover {
  color: #FFD36A;
  text-decoration: underline;
}

/* 🔘 Button */
.asj-footer-btn {
  display: inline-block;
  background: #FFD36A;
  padding: 8px 14px;
  border-radius: 6px;
  color: #000;
  font-weight: bold;
  margin-top: 10px;
  text-transform: uppercase;
}
.asj-footer-btn:hover { background: #fff; }

/* 📌 Copyright */
.asj-footer-bottom {
  text-align: center;
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #244965;
  font-size: 0.85rem;
  color: #9FB4C7;
}

@media(max-width:768px){
  #asj-footer { padding: 45px 40px; }
  .asj-footer-col { text-align:center; }
}
#asj-footer::before {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #D4AF37, #FFD36A, transparent);
    animation: goldmove 7s linear infinite;
}
@keyframes goldmove {
    0% { background-position: 0 0; }
    100% { background-position: 400px 0; }
}
.asj-news {
    background:#002f4b;
    color:#ffd45c;
    padding:10px;
    font-weight:bold;
    text-align:center;
    animation:blinkText 2s infinite;
}
@keyframes blinkText {
    0%,100%{opacity:1;} 50%{opacity:.3;}
}
/* ====== ASJ NEWS BAR ====== */
#asj-news-bar {
    background: #002f4b;
    color: #ffd45c;
    padding: 14px;
    font-weight: 700;
    text-align: center;
    width: 100%;
    font-size: 1.05rem;
    border-bottom: 3px solid #ffd45c;
    animation: asjNewsGlow 3s infinite;
    margin-bottom: 20px;
    display: block !important;
}

@keyframes asjNewsGlow {
    0% { background:#00253c; }
    50% { background:#003a65; }
    100% { background:#00253c; }
}
