:root{
    --primary:#7A0019;      /* Deep Blood Red #fc0000 */
    --secondary:#A61E3C;    /* Rich Crimson */
    --accent:#D62839;       /* Modern Red Accent */
    --light:#FFF8F8;        /* Warm White */
    --dark:#2B0B12;         /* Dark Wine */
}

body{
    font-family:'Poppins',sans-serif;
    background:#f8fafc;
    color:#333;
}

.topbar{
    background:var(--dark);
    color:#fff;
    padding:8px 0;
    font-size:14px;
}

.topbar a{
    color:#fff;
    margin-left:15px;
}

.navbar{
    background:var(--primary);
}

.navbar-brand{
    font-size:28px;
    font-weight:700;
}

.hero{
    background:linear-gradient( 135deg, var(--primary), var(--secondary));
    color:#fff;
    padding:120px 0;
}


.hero h1{
    font-size:3.5rem;
    font-weight:700;
}

.hero p{
    font-size:1.2rem;
    margin-top:20px;
}

.btn-smart{
    background:var(--accent);
    border-color:var(--accent);
}

.btn-smart:hover{
    background:var(--secondary);
    border-color:var(--secondary);
    color:#fff;
}

.page-banner{
    background:linear-gradient(120deg,var(--primary), var(--secondary));
    color:#fff;
    padding:90px 0;
}

.section{
    padding:80px 0;
}

.section-title{
    font-size:2rem;
    font-weight:700;
    color:#0A2540;
    margin-bottom:30px;
}

.card-modern{
    border:none;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.4s;
    height:100%;
}

.card-modern:hover{
    transform:translateY(-10px);
}

.footer{
    background:#0F172A;
    color:#fff;
    padding:60px 0;
}

.footer a{
    color:#fff;
    text-decoration:none;
}

.hero{
    padding:120px 0;
    background:linear-gradient(135deg,#0A2540,var(--secondary));
    color:#fff;
}

.hero h1{
    font-size:4rem;
    font-weight:800;
}

.hero h2{
    font-size:2rem;
    margin-bottom:20px;
}

.hero-badge{
    background:var(--accent);
    padding:8px 20px;
    border-radius:30px;
    display:inline-block;
    margin-bottom:20px;
}

.statistics{
    padding:60px 0;
    background:#fff;
}

.statistics h2{
    font-size:3rem;
    font-weight:700;
    color:var(--secondary);
}

.card-modern{
    background:#fff;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.4s;
}

.card-modern:hover{
    transform:translateY(-8px);
}

.cta-section{
    padding:80px 0;
    background:var(--primary);
    color:#fff;
}

.sidebar-card{
    background:#fff;
    padding:20px;
    border-radius:15px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.sidebar-card h5{
    margin-bottom:20px;
    font-weight:700;
}

.sidebar-card a{
    text-decoration:none;
    color:#0A2540;
    font-weight:500;
    }

.sidebar-card .list-group-item{
    border:none;
    padding:12px;
}

.sidebar-card .list-group-item:hover{
    background:#F1F5F9;
}

.section{
    padding:80px 0;
}

.section-title{
    font-size:2rem;
    font-weight:700;
    color:var(--primary);
    margin-bottom:20px;
}

.issue-header{
    background:#fff;
    padding:30px;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.article-card{
    background:#fff;
    padding:25px;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
    margin-bottom:20px;
}

.article-type{
    background:var(--secondary);
    color:#fff;
    padding:6px 12px;
    border-radius:20px;
    font-size:12px;
}

.archive-card{
    background:#fff;
    padding:25px;
    border-radius:20px;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.3s;
}

.archive-card:hover{
    transform:translateY(-5px); 
}

.cfp-hero{
    background:linear-gradient(135deg,var(--primary),var(--secondary));
    color:#fff;
    padding:100px 0;
    text-align:center;
}

.checklist li{
    margin-bottom:10px;
}

.cfp-hero-section{
    padding:100px 0;
    background:linear-gradient(125deg,var(--primary),var(--secondary));
    color:#fff;
    border:1px dashed yellow;
}

.cfp-hero-section h2{
font-weight:800;
}

.cfp-hero-section .lead{
font-size:1.2rem;
}

.list-group-item{
padding:15px;
border-left:4px solid var(--secondary);
}

.news-card{
background:#fff;
border-radius:20px;
overflow:hidden;
box-shadow:0 10px 30px rgba(0,0,0,.08);
transition:.3s;
height:100%;
}

.news-card:hover{
transform:translateY(-8px);
}

.news-card img{
height:220px;
object-fit:cover;
width:100%;
}

.news-category{
background:var(--secondary);
color:#fff;
padding:5px 12px;
border-radius:20px;
font-size:12px;
}

.news-badge{
background:var(--accent);
color:#fff;
padding:6px 15px;
border-radius:20px;
}

.timeline{
position:relative;
}

.event-item{
display:flex;
margin-bottom:25px;
}

.event-date{
min-width:120px;
font-weight:700;
color:var(--secondary);
}

.event-content{
background:#fff;
padding:20px;
border-radius:15px;
box-shadow:0 5px 15px rgba(0,0,0,.08);
flex:1;
}

.membership-highlight{
background:#F8FAFC;
border-radius:20px;
padding:30px;
}

.form-control,
.form-select{
padding:12px;
border-radius:10px;
}

.form-control:focus,
.form-select:focus{
box-shadow:none;
border-color:var(--secondary);
}

.publication-service-icon{
font-size:3rem;
margin-bottom:15px;
color:var(--secondary);
}

.counter{
font-weight:700;
font-size:3rem;
color:var(--secondary);
}

.card-modern ul{
padding-left:20px;
}

.card-modern ul li{
margin-bottom:10px;
}

.ethics-header{
border-left:5px solid var(--accent);
}

.accordion-button{
font-weight:600;
}

.accordion-button:not(.collapsed){
background:#0A2540;
color:#fff;
}

.accordion-item{
border-radius:12px;
overflow:hidden;
margin-bottom:12px;
border:none;
box-shadow:0 4px 15px rgba(0,0,0,.05);
}

.review-timeline{
position:relative;
}

.review-step{
display:flex;
margin-bottom:25px;
align-items:flex-start;
}

.step-number{
width:55px;
height:55px;
background:var(--secondary);
color:#fff;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-weight:700;
margin-right:20px;
flex-shrink:0;
}

.step-content{
flex:1;
}

.criteria-list li{
margin-bottom:12px;
}

.decision-card{
padding:25px;
border-radius:15px;
text-align:center;
font-weight:600;
}

.accept{
background:#dcfce7;
}

.minor{
background:#fef9c3;
}

.major{
background:#fed7aa;
}

.reject{
background:#fecaca;
}

.issue-meta{
display:inline-block;
margin-right:20px;
font-weight:500;
}

.issue-meta i{
color:var(--secondary);
margin-right:5px;
}

.article-card{
background:#fff;
padding:25px;
border-radius:15px;
box-shadow:0 8px 25px rgba(0,0,0,.08);
margin-bottom:25px;
transition:.3s;
}

.article-card:hover{
transform:translateY(-5px);
}

.article-type{
background:var(--secondary);
color:#fff;
padding:6px 12px;
border-radius:20px;
font-size:12px;
display:inline-block;
margin-bottom:15px;
}

.issue-header{
border-left:5px solid var(--accent);
}

.archive-stat{
text-align:center;
padding:15px 0;
border-bottom:1px solid #eee;
}

.archive-stat h3{
color:var(--secondary);
font-weight:700;
}

.archive-card{
background:#fff;
border-radius:15px;
overflow:hidden;
box-shadow:0 8px 25px rgba(0,0,0,.08);
transition:.3s;
height:100%;
}

.archive-card:hover{
transform:translateY(-6px);
}

.archive-cover{
height:120px;
background:linear-gradient(
135deg,
#0A2540,
var(--secondary)
);
display:flex;
justify-content:center;
align-items:center;
color:#fff;
font-size:40px;
}

.archive-content{
padding:20px;
}

.archive-year{
display:inline-block;
background:var(--accent);
color:#fff;
padding:4px 12px;
border-radius:20px;
font-size:12px;
margin-bottom:10px;
}

.archive-actions{
margin-top:15px;
}

.timeline-item{
padding:15px 0;
border-left:4px solid var(--secondary);
padding-left:20px;
margin-bottom:15px;
}

.activity-card{
background:#fff;
padding:30px;
border-radius:20px;
text-align:center;
height:100%;
box-shadow:0 8px 25px rgba(0,0,0,.08);
transition:.3s;
}

.activity-card:hover{
transform:translateY(-8px);
}

.activity-card i{
font-size:3rem;
color:var(--secondary);
margin-bottom:20px;
}

.counter{
font-size:3rem;
font-weight:700;
}

.badge{
font-size:14px;
padding:8px 14px;
}

.pdf-modal{
    position:fixed;
    inset:0;
    background:#111;
    z-index:99999;
    display:none;
    flex-direction:column;
}

.pdf-modal.active{
    display:flex;
}

.pdf-toolbar{
    height:70px;
    background:#1c1c1c;
    color:#fff;
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:0 20px;
    border-bottom:1px solid #333;
}

.pdf-toolbar button,
.pdf-toolbar a{
    background:none;
    border:none;
    color:white;
    font-size:18px;
    margin:0 8px;
    cursor:pointer;
}

.pdf-toolbar button:hover,
.pdf-toolbar a:hover{
    color:#0d6efd;
}

.pdf-container{
    flex:1;
    overflow:auto;
    text-align:center;
    padding:30px;
}

#pdfCanvas{
    background:#fff;
    box-shadow:0 0 25px rgba(0,0,0,.4);
    max-width:100%;
}

@media(max-width:768px){

    .pdf-toolbar{
        flex-wrap:wrap;
        height:auto;
        padding:10px;
    }

    .toolbar-left,
    .toolbar-center,
    .toolbar-right{
        width:100%;
        text-align:center;
        margin:5px 0;
    }

}

.pdf-container{
    flex:1;
    height:calc(100vh - 70px);
}

#pdfFrame{
    width:100%;
    height:100%;
    border:none;
    background:#fff;
}

/* ---- Trustees------ */
.trustee-card{
background:#fff;
border-radius:20px;
box-shadow:0 10px 30px rgba(0,0,0,.08);
transition:.4s;
}

.trustee-card:hover{
transform:translateY(-8px);
}

.trustee-image{
width:140px;
height:140px;
object-fit:cover;
border-radius:50%;
border:5px solid #f1f5f9;
}

.trustee-designation{
display:inline-block;
padding:8px 15px;
background:rgba(122,0,25,.1);
color:var(--primary);
border-radius:30px;
font-size:14px;
font-weight:600;
}

.trustee-divider{
width:60px;
height:3px;
background:var(--accent);
margin:15px auto;
border-radius:10px;
}

.trustee-social a{
width:40px;
height:40px;
display:inline-flex;
align-items:center;
justify-content:center;
background:#f8fafc;
border-radius:50%;
margin:0 4px;
color:var(--primary);
text-decoration:none;
transition:.3s;
}

.trustee-social a:hover{
background:var(--primary);
color:#fff;
}

.editor-card{
display:flex;
align-items:flex-start;
background:#fff;
padding:25px;
border-radius:20px;
box-shadow:0 10px 30px rgba(0,0,0,.08);
height:100%;
transition:.3s;
}

.editor-card:hover{
transform:translateY(-6px);
}

.editor-avatar{
width:80px;
height:80px;
background:linear-gradient(
135deg,
var(--primary),
var(--secondary)
);
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
color:#fff;
font-size:30px;
margin-right:20px;
flex-shrink:0;
}

.editor-content{
flex:1;
}

.editor-designation{
display:inline-block;
padding:6px 14px;
background:rgba(122,0,25,.1);
color:var(--primary);
border-radius:20px;
font-size:13px;
font-weight:600;
}

.section-badge{
display:inline-block;
padding:8px 18px;
background:rgba(122,0,25,.1);
color:var(--primary);
border-radius:30px;
margin-bottom:15px;
font-weight:600;
}

.submission-card{
background:#fff;
padding:25px;
text-align:center;
border-radius:20px;
box-shadow:0 8px 25px rgba(0,0,0,.08);
height:100%;
transition:.3s;
}

.submission-card:hover{
transform:translateY(-8px);
}

.submission-card i{
font-size:40px;
margin-bottom:15px;
color:var(--secondary);
}