/* =================================================================
   OJS Manuscript Theme - Enhanced CSS Transformation
   Font: Poppins (Google Fonts)
   ================================================================= */

/* Import Poppins Font */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

/* =================================================================
   Global Resets & Base Styles
   ================================================================= */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
 
}

/* =================================================================
   Typography
   ================================================================= */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    line-height: 1.3;
    color: #1a202c;
    margin-bottom: 1rem;
}

.pkp_site_name_wrapper {
    background: linear-gradient(135deg, #0f355a, #0066cc);
    padding: 10px 20px;
}




.pkp_structure_main h2{
    margin-top: 15px;
    background: #9accff;
    padding: 10px 20px;
    color: #000000;
    border-radius: 3px;
    border: none;
}

.pkp_structure_main h3{
   margin: 14px 0px 0px 0px;
}
.pkp_structure_main h4{
    margin: 14px 0px 0px 0px;
}

.pkp_structure_main p {
    line-height: 1.785rem;
    margin: 14px 0px 0px 0px;
    text-align: justify;
}

.homepage_about ul{
    padding: 0px 15px;
    line-height: 1.785rem;
    margin: 14px 0px 0px 0px;
}

.page table tr td p{
    line-height: normal;
    margin: 0px;
}

.page img{
    border: 1px solid #ccc;
    border-radius: 6px;
}

.page ul,ol{
    padding: 0px 15px;
    line-height: 1.785rem;
    margin: 14px 0px 0px 0px;
}



table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    font-size: 14px;
}

/* Border on all cells */
table th,
table td {
    border: 1px solid #dee2e6;
    padding: 8px 12px;
}

/* Header styling */
table thead th {
    background-color: #f8f9fa;
    font-weight: bold;
}

/* Striped rows */
table tbody tr:nth-child(odd) {
    background-color: #f9f9f9;
}

/* Hover effect (optional) */
table tbody tr:hover {
    background-color: #f1f1f1;
    transition: 0.2s;
}


.pkp_structure_main .page h1 {
    margin-top: 0;
    text-align: center;
    font-size: 21px;
}

.page ul, ol {
    text-align: justify;
}

.pkp_site_name .is_text {
    text-transform: unset;
    font-size: 24px !important;
}

@media (min-width: 992px) {
    .pkp_structure_main:first-child:last-child {
        margin-top: 0.857rem;
    }
}

@media (min-width: 992px) {
    .pkp_site_name {
        text-align: center;
    }
}

.pkp_navigation_primary_wrapper{
    display: flex !important;
}
.pkp_navigation_primary{
    margin: auto !important;
    display: flex !important;
}
.pkp_site_name_wrapper{
    display: flex !important;
}

.pkp_site_name{
    margin: auto !important;
    display: flex !important;
}

.cmp_article_list>li {
    margin-bottom: 2.143rem;
    border: 1px solid #0d3a67;
    padding: 20px;
    border-radius: 4px;
    box-shadow: 1px 3px 1px #0d3a67;
}
.contact-hero {
    background: linear-gradient(rgb(2 101 98 / 46%), rgb(16 70 68 / 76%)), url(https://iadier-academy.org/plugins/themes/bishtAcademicTheme/images/bg.webp)  !important;
}
.about-nav .nav-link.active {
    color: #f6f6f6;
    background: #026562 !important;
    border-left-color: none;
    font-weight: 600;
}