
.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;
}
/* ===== Upcoming Conferences Section ===== */

:root {
  --conf-bg: #0a1b33;         /* خلفية داكنة (لو عندك موقع أزرق) */
  --conf-card-bg: #0f2444;    /* خلفية العناصر */
  --conf-border: #1e90ff;     /* أزرق فاتح */
  --conf-accent: #f4c542;     /* أصفر ذهبي */
  --conf-text: #ffffff;
  --conf-muted: #b0c4de;
}

/* حاوية القسم */
.upcoming-conferences {
  max-width: 1100px;
  margin: 40px auto;
  padding: 20px 15px 40px;
  color: var(--conf-text);
}

/* عنوان القسم */
.upcoming-conferences h2 {
  font-size: 1.9rem;
  margin-bottom: 25px;
  text-align: left;
  border-bottom: 2px solid var(--conf-border);
  display: inline-block;
  padding-bottom: 8px;
}

/* كل عنصر مؤتمر */
.conf-item {
  display: flex;
  gap: 15px;
  padding: 16px 18px;
  margin-bottom: 14px;
  background: rgba(10, 27, 51, 0.85);
  border-radius: 10px;
  border-left: 4px solid var(--conf-border);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(6px);

  /* الحركة الأساسية */
  opacity: 0;
  transform: translateY(15px);
  animation: confFadeUp 0.6s ease forwards;
}

/* أيقونة المؤتمر */
.conf-icon {
  font-size: 2.2rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #ffffff33, #00000044);
  border: 1px solid #ffffff33;
}

/* النص */
.conf-content h3 {
  font-size: 1.1rem;
  margin: 0 0 6px;
}

.conf-meta {
  margin: 0 0 6px;
  font-size: 0.9rem;
  color: var(--conf-muted);
}

/* حالة المؤتمر */
.status {
  font-weight: 600;
}

.status.open {
  color: #4cd964;   /* أخضر */
}

.status.soon {
  color: #f4c542;   /* أصفر */
}

.status.prep {
  color: #1e90ff;   /* أزرق */
}

/* الروابط */
.conf-links a {
  font-size: 0.9rem;
  text-decoration: none;
  color: var(--conf-accent);
  position: relative;
  padding-bottom: 2px;
}

.conf-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background: var(--conf-accent);
  transition: width 0.25s ease;
}

.conf-links a:hover::after {
  width: 100%;
}

/* حركة عند المرور بالماوس على الكارد */
.conf-item:hover {
  transform: translateY(0) scale(1.01);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.45);
  border-left-color: var(--conf-accent);
}

/* الحركة الأساسية للدخول */
@keyframes confFadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* تأخير بسيط لكل عنصر ليظهر واحد بعد الآخر */
.conf-item:nth-child(1) {
  animation-delay: 0.05s;
}
.conf-item:nth-child(2) {
  animation-delay: 0.15s;
}
.conf-item:nth-child(3) {
  animation-delay: 0.25s;
}
.conf-item:nth-child(4) {
  animation-delay: 0.35s;
}
.conf-item:nth-child(5) {
  animation-delay: 0.45s;
}

/* موبايل */
@media (max-width: 768px) {
  .conf-item {
    flex-direction: row;
    align-items: flex-start;
  }

  .conf-content h3 {
    font-size: 1rem;
  }

  .conf-meta,
  .conf-links {
    font-size: 0.85rem;
  }
}
/***************************************
  FULL FOOTER STYLING — CPS WEBSITE
  Author: ChatGPT for Dr. Hassan
****************************************/

/* General Fix */
body, html {
    overflow-x: hidden !important;
}

/* Remove container limit to allow full width */
.pkp_structure_footer, .pkp_footer {
    width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    padding: 60px 5% !important;
    background: linear-gradient(135deg, #02152b, #03284a) !important;
    color: #ffffff !important;
    display: block !important;
    box-sizing: border-box;
}

/* Remove gap above footer */
.pkp_structure_content {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* Footer Content Wrapper */
.pkp_footer_wrapper {
    display: flex !important;
    justify-content: space-between !important;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 40px;
    width: 100%;
}

/* Footer Columns */
.pkp_footer_column {
    width: 23%;
    min-width: 220px;
    color: #e9eef8 !important;
    line-height: 1.6;
    font-size: 0.92rem;
}

/* Headings */
.pkp_footer_column h3 {
    font-size: 1.05rem !important;
    margin-bottom: 12px;
    font-weight: 700;
    color: #f8d35c !important;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    padding-bottom: 5px;
}

/* Links */
.pkp_footer_column a {
    text-decoration: none;
    color: #cfe2ff !important;
    display: block;
    margin: 4px 0;
    transition: 0.25s ease;
}

.pkp_footer_column a:hover {
    color: #ffd85c !important;
    padding-left: 6px;
}

/* Submit button styling */
.pkp_footer_column .footer-submit-btn {
    display: inline-block;
    padding: 8px 16px;
    background: #facf5a;
    color: #192e45 !important;
    border-radius: 6px;
    font-weight: 600;
    margin-top: 10px;
    transition: 0.3s;
}
.pkp_footer_column .footer-submit-btn:hover {
    background: #ffe082;
}

/* License Box */
.footer-license {
    background: #ffd85c;
    color: #000;
    padding: 6px 12px;
    border-radius: 6px;
    margin-top: 12px;
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 600;
}

/* Bottom Bar Copyright */
.footer-bottom {
    text-align: center;
    color: #ffffffc4;
    margin-top: 40px;
    border-top: 1px solid rgba(255,255,255,0.15);
    padding-top: 20px;
    font-size: 0.85rem;
}

/***************************************
  END OF FILE
****************************************/
 /* Reduce top space above footer */
.pkp_structure_footer_wrapper {
    padding-top: 10px !important;
    margin-top: -20px !important;
}

/* Reduce footer internal padding */
#cps-footer, .pkp_structure_footer {
    padding: 20px 0 !important;
}

/* Reduce margin between footer columns and Creative Commons image */
#cps-footer img,
.pkp_structure_footer img {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

/* Reduce bottom gap below footer */
.pkp_site_name_footer_wrapper {
    margin-bottom: -10px !important;
}
.conf-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  padding: 40px 10px;
}

/* === GLOBAL CARD 3D STYLE with COLORS === */
.conf-card {
  width: 360px;
  min-height: 460px;
  border-radius: 24px;
  padding: 35px 25px;
  text-align: center;
  color: #fff;
  margin: 30px auto;
  box-shadow: 0 20px 40px rgba(0,0,0,0.4);
  transition: 0.4s ease;
  transform-style: preserve-3d;
  cursor: pointer;
}

/* === HOVER EFFECT === */
.conf-card:hover {
  transform: rotateY(8deg) rotateX(4deg) scale(1.06);
  box-shadow: 0 45px 85px rgba(0,0,0,0.7);
}

/* === INDIVIDUAL CARD COLORS === */
.conf-card:nth-child(1) { background: linear-gradient(135deg,#001a33,#003366); }
.conf-card:nth-child(2) { background: linear-gradient(135deg,#002b36,#005f73); }
.conf-card:nth-child(3) { background: linear-gradient(135deg,#33001b,#731632); }
.conf-card:nth-child(4) { background: linear-gradient(135deg,#003300,#006622); }
.conf-card:nth-child(5) { background: linear-gradient(135deg,#4a2c00,#9c7f00); }

/* === LOGO STYLE === */
.conf-card img {
  width: 130px;
  height: 130px;
  object-fit: contain;
  margin-bottom: 15px;
  transform: translateZ(40px);
  filter: drop-shadow(0 4px 8px rgba(255, 227, 150, 0.4));
}

/* === TITLE === */
.conf-title {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 12px;
  color: #F8E98D;
}

/* === BUTTONS === */
.conf-btn {
  display: block;
  width: 70%;
  margin: 10px auto;
  padding: 10px;
  background: #ffffff;
  color: #000;
  border-radius: 8px;
  font-weight: bold;
  transition: 0.3s;
  border: none;
}
.conf-btn:hover {
  background: #E1C35A;
  transform: scale(1.07);
}

/* === CONTAINER === */
.conf-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 35px;
  padding: 40px 0;
  width: 100%;
}
.cps-intro {
  text-align: center;
  padding: 55px 20px 30px;
  max-width: 850px;
  margin: 0 auto 40px;
  color: #fff;
  background: linear-gradient(135deg, #001a33, #003366);
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: 0 8px 25px rgba(0,0,0,0.35);
}

.cps-intro h2 {
  font-size: 2rem;
  font-weight: 800;
  color: #F8E98D;
  margin-bottom: 8px;
  letter-spacing: .5px;
}

.cps-intro h3 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #bcd7ff;
  margin-bottom: 12px;
}

.cps-intro p {
  font-size: 1rem;
  line-height: 1.6;
  color: #d9e6ff;
}
/* ===== Title Styling ===== */
.cps-title {
  text-align: center;
  padding: 60px 10px 45px;
  margin-bottom: 10px;
  animation: fadeSlide 1.3s ease-out forwards;
  opacity: 0;
}

/* العنوان الرئيسي */
.cps-title h2 {
  font-size: 2.2rem;
  font-weight: 800;
  color: #F8E98D;              /* ذهبي */
  letter-spacing: .7px;
  text-shadow: 0 0 10px rgba(248,233,141,0.5);
  position: relative;
}

/* خط ذهبي متوهج تحت العنوان */
.cps-title h2::after {
  content: "";
  display: block;
  width: 180px;
  height: 4px;
  margin: 12px auto 0;
  background: linear-gradient(90deg, transparent, #ffeb99, transparent);
  border-radius: 4px;
  box-shadow: 0 0 8px #ffeb99;
}

/* السطر الثاني */
.cps-title h3 {
  margin-top: 8px;
  font-size: 1.15rem;
  font-weight: 500;
  color: #cdd9ff;
}

/* ===== Animation ===== */
@keyframes fadeSlide {
  0% { opacity: 0; transform: translateY(20px); }
  100% { opacity: 1; transform: translateY(0); }
}
/* ✨ Glow Pulse Effect */
.cps-title h2::after {
  animation: glowPulse 2.5s ease-in-out infinite;
}

/* Animation Keyframes */
@keyframes glowPulse {
  0% { box-shadow: 0 0 6px #ffeb99; opacity: 0.75; }
  50% { box-shadow: 0 0 16px #ffeb99, 0 0 28px rgba(255,255,255,0.35); opacity: 1; }
  100% { box-shadow: 0 0 6px #ffeb99; opacity: 0.75; }
}

.cps-title h2 {
  font-size: 2.8rem !important;   /* حجم أكبر */
  font-weight: 900;
  color: #E4C007 !important;      /* الذهبي الراقي */
  letter-spacing: 1px;
  text-shadow: 0 0 12px rgba(228,198,200,0.5);
  margin-bottom: 10px;
}
/* ===== WRAP CONTENT & SIDEBAR ===== */
.homepage-layout {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin: 30px auto;
  max-width: 1350px;
}

/* البطاقات (المحتوى الرئيسي) */
.main-content {
  flex: 1;
  max-width: 900px;
}

<style>
/* main container */
.cps-section {width:100%;max-width:1300px;margin:auto;padding:40px 20px;}
.cps-filters {display:flex;gap:10px;justify-content:center;margin-bottom:30px;flex-wrap:wrap;}
.cps-filters button{
  background:#001f3f;color:white;border:none;padding:10px 18px;border-radius:30px;
  cursor:pointer;font-weight:bold;transition:0.3s;
}
.cps-filters button:hover{background:#ffcc00;color:#000}

/* Cards */
.cps-card{
  background:linear-gradient(135deg,#001f3f,#003366);
  border-radius:16px;padding:35px;margin:30px 0;color:white;
  box-shadow:0 8px 20px rgba(0,0,0,0.25);transition:0.3s;
}
.cps-card:hover{transform:translateY(-5px);}

/* Title */
.cps-title{font-size:26px;font-weight:bold;margin-bottom:10px;text-align:center;}
.cps-status{background:#ffcc00;color:#000;padding:6px 12px;border-radius:8px;
display:inline-block;margin-bottom:15px;font-weight:bold;}

/* Buttons */
.cps-actions{display:flex;justify-content:center;gap:15px;margin-top:25px;}
.cps-actions a{
 background:white;color:#003366;padding:10px 15px;border-radius:8px;
 text-decoration:none;font-weight:bold;transition:0.3s;
.editorial-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.editor-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transition: .3s;
    border-top: 4px solid #0077b6;
}

.editor-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}

.editor-name {
    font-size: 18px;
    font-weight: 700;
    color: #003049;
    margin-bottom: 8px;
}

.editor-role {
    font-size: 14px;
    font-weight: bold;
    color: #0077b6;
    margin-bottom: 10px;
}

.editor-info {
    font-size: 14px;
    line-height: 1.5;
    color: #333;
}

.editor-info a {
    color: #005f8c;
    text-decoration: none;
    font-weight: bold;
}
.editor-info a:hover {
    text-decoration: underline;
}
.editorial-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.editor-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transition: .3s;
    border-top: 4px solid #0077b6;
}

.editor-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}

.editor-name {
    font-size: 18px;
    font-weight: 700;
    color: #003049;
    margin-bottom: 8px;
}

.editor-role {
    font-size: 14px;
    font-weight: bold;
    color: #0077b6;
    margin-bottom: 10px;
}

.editor-info {
    font-size: 14px;
    line-height: 1.5;
    color: #333;
}

.editor-info a {
    color: #005f8c;
    text-decoration: none;
    font-weight: bold;
}
.editor-info a:hover {
    text-decoration: underline;
}
.editorial-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.editor-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transition: .3s;
    border-top: 4px solid #0077b6;
}

.editor-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}

.editor-name {
    font-size: 18px;
    font-weight: 700;
    color: #003049;
    margin-bottom: 8px;
}

.editor-role {
    font-size: 14px;
    font-weight: bold;
    color: #0077b6;
    margin-bottom: 10px;
}

.editor-info {
    font-size: 14px;
    line-height: 1.5;
    color: #333;
}

.editor-info a {
    color: #005f8c;
    text-decoration: none;
    font-weight: bold;
}
.editor-info a:hover {
    text-decoration: underline;
}
  .editorial-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.editor-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transition: .3s;
    border-top: 4px solid #0077b6;
}

.editor-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}

.editor-name {
    font-size: 18px;
    font-weight: 700;
    color: #003049;
    margin-bottom: 8px;
}

.editor-role {
    font-size: 14px;
    font-weight: bold;
    color: #0077b6;
    margin-bottom: 10px;
}

.editor-info {
    font-size: 14px;
    line-height: 1.5;
    color: #333;
}

.editor-info a {
    color: #005f8c;
    text-decoration: none;
    font-weight: bold;
}
.editor-info a:hover {
    text-decoration: underline;
}
.editorial-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.editor-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transition: .3s;
    border-top: 4px solid #0077b6;
}

.editor-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}

.editor-name {
    font-size: 18px;
    font-weight: 700;
    color: #003049;
    margin-bottom: 8px;
}

.editor-role {
    font-size: 14px;
    font-weight: bold;
    color: #0077b6;
    margin-bottom: 10px;
}

.editor-info {
    font-size: 14px;
    line-height: 1.5;
    color: #333;
}

.editor-info a {
    color: #005f8c;
    text-decoration: none;
    font-weight: bold;
}
.editor-info a:hover {
    text-decoration: underline;
}
.editorial-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.editor-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transition: .3s;
    border-top: 4px solid #0077b6;
}

.editor-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}

.editor-name {
    font-size: 18px;
    font-weight: 700;
    color: #003049;
    margin-bottom: 8px;
}

.editor-role {
    font-size: 14px;
    font-weight: bold;
    color: #0077b6;
    margin-bottom: 10px;
}

.editor-info {
    font-size: 14px;
    line-height: 1.5;
    color: #333;
}

.editor-info a {
    color: #005f8c;
    text-decoration: none;
    font-weight: bold;
}
.editor-info a:hover {
    text-decoration: underline;
}
/* === Make footer text in 3 columns === */
.pkp_footer_content,
.pkp_structure_footer .pkp_footer_content,
#footer {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  column-gap: 40px;
}

/* تحسين شكل الفقرات داخل الفوتر */
.pkp_footer_content p,
.pkp_footer_content a {
  display: block;
  margin-bottom: 6px;
}

/* على الشاشات الصغيرة (موبايل) يرجع عمود واحد */
@media (max-width: 768px) {
  .pkp_footer_content,
  .pkp_structure_footer .pkp_footer_content,
  #footer {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
<div class="asj-card-container">

  <div class="asj-welcome-card">
    <h2>Welcome to the Academic Science Journal (ASJ)</h2>
    <p>
      A peer-reviewed, open-access platform for high-quality scientific publishing,
      operating under the Scientific Publishing House — University of Diyala.
      ASJ follows COPE ethical standards and international editorial policies to
      ensure transparency, integrity, and global scholarly recognition.
    </p>

    <a href="#" class="asj-btn">Learn More →</a>
  </div>

</div>
/* ====== ASJ Welcome Card ====== */

.asj-card-container {
  display: flex;
  justify-content: center;
  padding: 50px 0;
}

.asj-welcome-card {
  width: 75%;
  background: #ffffff;
  border-radius: 12px;
  border-top: 6px solid #F8C52F;
  padding: 40px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  transition: all 0.35s ease;
  animation: fadeIn 1.2s ease forwards;
  opacity: 0;
}

.asj-welcome-card h2 {
  font-size: 32px;
  font-weight: 700;
  color: #0A1629;
  margin-bottom: 20px;
}

.asj-welcome-card p {
  font-size: 18px;
  color: #333;
  line-height: 1.7;
  max-width: 900px;
  margin: 0 auto 30px;
}

.asj-welcome-card:hover {
  transform: scale(1.02);
  box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}

/* زر بسيط */
.asj-btn {
  background: #0A1629;
  color: white;
  padding: 12px 26px;
  border-radius: 6px;
  font-size: 17px;
  text-decoration: none;
  transition: 0.3s;
}
.asj-btn:hover {
  background: #F8C52F;
  color: #0A1629;
}

/* Fade In Animation */
@keyframes fadeIn {
  0% {opacity:0; transform:translateY(20px);}
  100% {opacity:1; transform:translateY(0);}
}
/* ======= FOOTER 4 COLUMNS (ASJ LIKE CPS) ======= */
.pkp_structure_footer .pkp_footer_content {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 45px !important;
    padding: 30px 20px !important;
    color: #ffffff !important;
}

/* عناوين الأعمدة */
.pkp_structure_footer .pkp_footer_content h3,
.pkp_structure_footer .pkp_footer_content strong {
    font-size: 18px !important;
    color: #f4c542 !important; /* اللون الذهبي */
    margin-bottom: 10px !important;
    display: block;
}

/* الروابط */
.pkp_structure_footer .pkp_footer_content a {
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 15px !important;
    display: block;
    margin-bottom: 6px !important;
}

.pkp_structure_footer .pkp_footer_content a:hover {
    color: #ffd44d !important;
    text-decoration: underline !important;
}

/* الفقرات */
.pkp_structure_footer .pkp_footer_content p {
    font-size: 15px !important;
    line-height: 1.5;
}

/* للموبايل */
@media (max-width: 768px) {
    .pkp_structure_footer .pkp_footer_content {
        grid-template-columns: 1fr !important;
    }
}

<div class="asj-home-card">

  <h2>📢 Call for Papers – 2025</h2>
  <p>
    Academic Science Journal (ASJ) invites researchers to submit original articles for the upcoming issues.
    Submissions are accepted in all scientific fields covered by the journal scope.
  </p>

  <a href="/index.php/Home/about/submissions" class="asj-card-btn">Submit Your Paper →</a>

</div>
.asj-home-card {
  background: #f4c542;
  padding: 25px;
  border-radius: 10px;
  margin: 20px auto 40px auto;
  width: 95%;
  max-width: 1000px;
  text-align: center;
  font-family: sans-serif;
  color: #03284a;
  font-size: 18px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.25);
  border-left: 8px solid #03284a;
}

.asj-home-card h2 {
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: bold;
}

.asj-home-card p {
  margin-bottom: 18px;
  line-height: 1.5;
}

.asj-card-btn {
  background: #03284a;
  color: #fff;
  padding: 10px 22px;
  border-radius: 6px;
  font-size: 18px;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
}

.asj-card-btn:hover {
  background: #000;
  color: #fff;
}
.asj-home-card {
  background: #f4c542;
  padding: 25px;
  border-radius: 10px;
  margin: 20px auto 40px auto;
  width: 95%;
  max-width: 1000px;
  text-align: center;
  font-family: sans-serif;
  color: #03284a;
  font-size: 18px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.25);
  border-left: 8px solid #03284a;
}

.asj-home-card h2 {
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: bold;
}

.asj-home-card p {
  margin-bottom: 18px;
  line-height: 1.5;
}

.asj-card-btn {
  background: #03284a;
  color: #fff;
  padding: 10px 22px;
  border-radius: 6px;
  font-size: 18px;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
}

.asj-card-btn:hover {
  background: #000;
  color: #fff;
}
.asj-home-card {
  background: #f4c542;
  padding: 25px;
  border-radius: 10px;
  margin: 20px auto 40px auto;
  width: 95%;
  max-width: 1000px;
  text-align: center;
  font-family: sans-serif;
  color: #03284a;
  font-size: 18px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.25);
  border-left: 8px solid #03284a;
}

.asj-home-card h2 {
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: bold;
}

.asj-home-card p {
  margin-bottom: 18px;
  line-height: 1.5;
}

.asj-card-btn {
  background: #03284a;
  color: #fff;
  padding: 10px 22px;
  border-radius: 6px;
  font-size: 18px;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
}

.asj-card-btn:hover {
  background: #000;
  color: #fff;
}
.asj-home-card {
  background: #f4c542;
  padding: 25px;
  border-radius: 10px;
  margin: 20px auto 40px auto;
  width: 95%;
  max-width: 1000px;
  text-align: center;
  font-family: sans-serif;
  color: #03284a;
  font-size: 18px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.25);
  border-left: 8px solid #03284a;
}

.asj-home-card h2 {
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: bold;
}

.asj-home-card p {
  margin-bottom: 18px;
  line-height: 1.5;
}

.asj-card-btn {
  background: #03284a;
  color: #fff;
  padding: 10px 22px;
  border-radius: 6px;
  font-size: 18px;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
}

.asj-card-btn:hover {
  background: #000;
  color: #fff;
}
Dashboard → Website → Appearance → Advanced → Additional CSS
.asj-info-card {
  background: #ffffff;
  border-top: 6px solid #083166;
  border-left: 4px solid #083166;
  padding: 35px 45px;
  margin: 25px auto 55px;
  max-width: 1100px;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.16);
  font-size: 18px;
  line-height: 1.7;
  color: #222;
  font-family: "Times New Roman", serif;
}

.asj-info-card h2 {
  text-align: center;
  font-size: 28px;
  color: #083166;
  font-weight: bold;
  margin-bottom: 10px;
}

.asj-issn {
  text-align: center;
  font-size: 18px;
  background: #f4c542;
  padding: 8px;
  border-radius: 5px;
  margin: 10px auto 25px;
  width: fit-content;
  font-weight: bold;
  color: #03284a;
}

.asj-info-card h3 {
  color: #083166;
  margin-top: 20px;
  font-size: 22px;
  font-weight: bold;
}

.asj-info-card ul {
  margin-left: 20px;
  list-style: square;
}

.asj-info-card hr {
  margin: 25px 0;
  opacity: 0.3;
}

/* Responsive */
@media (max-width:768px){
  .asj-info-card{padding: 25px;}
}
.asj-info-card {
  background: #ffffff;
  border-top: 6px solid #083166;
  border-left: 4px solid #083166;
  padding: 35px 45px;
  margin: 25px auto 55px;
  max-width: 1100px;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.16);
  font-size: 18px;
  line-height: 1.7;
  color: #222;
  font-family: "Times New Roman", serif;
}

.asj-info-card h2 {
  text-align: center;
  font-size: 28px;
  color: #083166;
  font-weight: bold;
  margin-bottom: 10px;
}

.asj-issn {
  text-align: center;
  font-size: 18px;
  background: #f4c542;
  padding: 8px 14px;
  border-radius: 6px;
  margin: 10px auto 25px;
  width: fit-content;
  font-weight: bold;
  color: #03284a;
}

.asj-info-card h3 {
  color: #083166;
  margin-top: 20px;
  font-size: 22px;
  font-weight: bold;
}

/* Responsive */
@media (max-width:768px){
  .asj-info-card{padding: 25px;}
}
.asj-info-card {
  background: #ffffff;
  border-top: 6px solid #083166;
  border-left: 4px solid #083166;
  padding: 35px 45px;
  margin: 35px auto 40px;
  max-width: 1100px;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.16);
  font-size: 18px;
  line-height: 1.7;
  color: #222;
}

.asj-info-card h2 {
  text-align: center;
  font-size: 30px;
  color: #083166;
  font-weight: bold;
  margin-bottom: 15px;
}

.asj-issn {
  text-align: center;
  font-size: 18px;
  background: #f4c542;
  padding: 10px 18px;
  border-radius: 6px;
  margin: 10px auto 25px;
  width: fit-content;
  font-weight: bold;
  color: #03284a;
}

.asj-info-card h3 {
  color: #083166;
  margin-top: 20px;
  font-size: 22px;
  font-weight: bold;
}
