
.ijat-home{
    font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;
    color:#2d3748;
    line-height:1.7;
}

/* ==================================================
   TWO COLUMN LAYOUT
   ================================================== */

.ijat-two-column{
    display:flex;
    gap:30px;
    align-items:flex-start;
}

.ijat-main-content{
    flex:3;
}

.ijat-sidebar{
    flex:1;
    min-width:280px;
}

/* ==================================================
   JOURNAL INFORMATION CARD
   ================================================== */

.ijat-info-card{
    width:100%;
    max-width:100%;
    box-sizing:border-box;

    background:#fff;
    border:1px solid #d0e9f5;
    border-top:4px solid #0f2a45;
    border-radius:8px;

    padding:18px;
    margin-bottom:20px;

    box-shadow:0 4px 15px rgba(0,0,0,.06);
}

.ijat-info-card h3{
    font-size:18px;
    margin-bottom:15px;
}

.ijat-info-table{
    width:100%;
    border-collapse:collapse;
}

.ijat-info-table td{
    padding:10px 0;
    font-size:14px;
    vertical-align:top;
}

.ijat-info-table td:first-child{
    width:45%;
    font-weight:600;
    color:#1f3c5b;
}

.ijat-info-table td:last-child{
    width:55%;
    text-align:left;
}
/* ==================================================
   FEATURE BOXES
   ================================================== */

.ijat-feature-box{
    background:#ffffff;
    border:1px solid #d0e9f5;
    border-radius:8px;
    padding:24px;
    margin-top:28px;
    transition:all .25s ease;
}

.ijat-feature-box:hover{
    box-shadow:0 10px 25px rgba(31,60,91,.08);
    transform:translateY(-2px);
}

/* ==================================================
   RESEARCH AREA GRID
   ================================================== */

.ijat-areas-grid{
    list-style:none;
    padding:0;
    margin:0;
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
    gap:12px;
}

.ijat-areas-grid li{
    background:#f0f7fb;
    border:1px solid #d0e9f5;
    border-left:4px solid #87CEEB;
    padding:14px 18px;
    border-radius:6px;
    font-size:14px;
    font-weight:500;
    transition:all .22s ease;
}

.ijat-areas-grid li:hover{
    background:#dff0fb;
    border-left-color:#3a98c5;
}

/* ==================================================
   PUBLICATION SECTION
   ================================================== */

.ijat-publication{
    margin-top:15px;
}

.ijat-publication h4{
    color:#1f3c5b;
    font-size:18px;
    font-weight:700;
    margin:15px 0;
    line-height:1.5;
}

.ijat-publication p{
    margin-bottom:0;
}

.ijat-badge{
    display:inline-block;
    background:#0f2a45;
    color:#ffffff;
    padding:6px 14px;
    border-radius:20px;
    font-size:12px;
    font-weight:700;
    letter-spacing:.5px;
    text-transform:uppercase;
}

/* ==================================================
   INDEXING & DATES
   ================================================== */

.ijat-date-list,
.ijat-index-list{
    margin:0;
    padding-left:20px;
}

.ijat-date-list li,
.ijat-index-list li{
    margin-bottom:10px;
    color:#4a5568;
}

.ijat-index-list li::marker{
    color:#3a98c5;
}

/* ==================================================
   SECTION TITLES
   ================================================== */

.ijat-section-title{
    color:#1f3c5b !important;
    font-size:22px;
    font-weight:700;
    margin-bottom:18px;
    padding-bottom:12px;
    border-bottom:2px solid #e8f4fb;
    position:relative;
}

.ijat-section-title:after{
    content:'';
    position:absolute;
    left:0;
    bottom:-2px;
    width:50px;
    height:2px;
    background:#87CEEB;
}

/* ==================================================
   TABLE STYLING
   ================================================== */

.table-responsive{
    border-radius:8px;
    overflow:hidden;
    box-shadow:0 8px 25px rgba(31,60,91,.08);
}

.table{
    margin-bottom:0;
}

.table thead{
    background:linear-gradient(
        135deg,
        #0f2a45 0%,
        #1f3c5b 100%
    );
}

.table thead th{
    color:#fff;
    border:none;
    padding:15px;
}

.table tbody td{
    padding:15px;
    vertical-align:middle;
}

.table tbody tr:hover{
    background:#f5fbff;
}

/* ==================================================
   QUICK STATS
   ================================================== */

.ijat-journal-metrics{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:12px;
    margin-top:20px;
}

.ijat-metric{
    background:#f0f7fb;
    border:1px solid #d0e9f5;
    border-radius:6px;
    text-align:center;
    padding:14px;
}

.ijat-metric strong{
    display:block;
    color:#1f3c5b;
    font-size:18px;
}

.ijat-metric span{
    font-size:12px;
    color:#718096;
}

/* ==================================================
   RESPONSIVE
   ================================================== */

@media(max-width:992px){

    .ijat-two-column{
        flex-direction:column;
    }

    .ijat-sidebar{
        width:100%;
    }

    .ijat-info-card{
        position:relative;
        top:auto;
    }
}

@media(max-width:768px){

    .ijat-areas-grid{
        grid-template-columns:1fr;
    }

    .ijat-journal-metrics{
        grid-template-columns:1fr 1fr;
    }

    .ijat-feature-box{
        padding:18px;
    }
}

@media(max-width:480px){

    .ijat-journal-metrics{
        grid-template-columns:1fr;
    }

    .ijat-info-table td{
        display:block;
        width:100%;
        padding:6px 0;
    }

    .ijat-info-table td:first-child{
        margin-bottom:2px;
    }
}

.ijat-two-column{
    display:flex;
    gap:30px;
    align-items:flex-start;
}

.ijat-main-content{
    flex:2.5;
}

.ijat-sidebar{
    flex:1;
    min-width:320px;
}

.ijat-info-card{
    margin-bottom:20px;
}
.ijat-home-content{
    width:100%;
    max-width:100%;
}

.ijat-section{
    margin-bottom:40px;
}

.ijat-feature-box{
    margin-top:30px;
}

.ijat-areas-grid{
    margin-top:20px;
}

.ijat-footer {
    background: linear-gradient(160deg, #0f2a45 0%, #1f3c5b 60%, #163050 100%) !important;
    color: #87CEEB !important;
    margin-top: 50px;
    padding-top: 50px;
    border-top: 3px solid rgba(135, 206, 235, 0.35);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.ijat-footer-container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 28px;
    padding: 0 36px 40px;
}
.ijat-footer-column {
    flex: 1;
    min-width: 220px;
}
.ijat-footer-column h3 {
    color: #87CEEB !important;
    margin: 0 0 14px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(135, 206, 235, 0.22);
    position: relative;
}

.ijat-footer-column h4 {
    color: #87CEEB !important;
    margin: 0 0 14px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(135, 206, 235, 0.22);
    position: relative;
}

.ijat-footer-column h3::after,
.ijat-footer-column h4::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 36px;
    height: 2px;
    background: #87CEEB;
    border-radius: 2px;
}

.ijat-footer-column p {
    color: #a8d8f0 !important;
    line-height: 1.85;
    font-size: 14px;
    margin: 0 0 8px;
}

.ijat-badge-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
}

.ijat-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: rgba(135, 206, 235, 0.1);
    border: 1px solid rgba(135, 206, 235, 0.28);
    color: #87CEEB !important;
    font-size: 12px;
    padding: 4px 12px;
    border-radius: 20px;
    letter-spacing: 0.3px;
}

.ijat-badge i { font-size: 10px; }

.ijat-footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ijat-footer-column ul li {
    margin-bottom: 10px;
}

.ijat-footer-column ul li a {
    color: #87CEEB !important;
    text-decoration: none !important;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: color 0.22s ease, gap 0.22s ease;
}

.ijat-footer-column ul li a:hover,
.ijat-footer-column ul li a:focus {
    color: #ffffff !important;
    gap: 11px;
}

.ijat-footer-column ul li a i {
    font-size: 11px;
    opacity: 0.65;
    width: 12px;
    text-align: center;
    flex-shrink: 0;
}
.ijat-contact-list {
    font-style: normal;
}

.ijat-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    margin-bottom: 14px;
    font-size: 14px;
    color: #a8d8f0;
    line-height: 1.55;
}

.ijat-contact-item i {
    color: #87CEEB;
    font-size: 15px;
    margin-top: 2px;
    flex-shrink: 0;
    width: 16px;
    text-align: center;
}

.ijat-contact-item a {
    color: #87CEEB !important;
    text-decoration: none !important;
    transition: color 0.22s ease;
}

.ijat-contact-item a:hover,
.ijat-contact-item a:focus {
    color: #ffffff !important;
}
.ijat-footer-bottom {
    text-align: center;
    border-top: 1px solid rgba(135, 206, 235, 0.15);
    padding: 18px 30px;
    font-size: 13px;
    color: #87CEEB !important;
    background: rgba(0, 0, 0, 0.18);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 6px 20px;
}

.ijat-footer-bottom p {
    margin: 0;
    color: #87CEEB !important;
}

.ijat-footer-bottom a {
    color: #87CEEB !important;
    text-decoration: none !important;
    transition: color 0.22s ease;
}

.ijat-footer-bottom a:hover,
.ijat-footer-bottom a:focus {
    color: #ffffff !important;
}
.ijat-footer *,
.ijat-footer *::before,
.ijat-footer *::after {
    box-sizing: border-box;
}

.ijat-footer .pkp_footer_brand {
    background: transparent !important;
    color: #87CEEB !important;
}
@media (max-width: 768px) {
    .ijat-footer-container {
        flex-direction: column;
        padding: 0 20px 30px;
    }

    .ijat-footer-column {
        min-width: 100%;
    }

    .ijat-footer-bottom {
        flex-direction: column;
        gap: 6px;
    }
}
.pkp_structure_footer {
    background-color: #2F4156;
}
.pkp_structure_footer_wrapper {
    background-color: #2F4156;
}
.pkp_footer_brand {
    background-color: #2F4156;
}
.ijat-editorial-section {
    max-width: 1200px;
    margin: 40px auto;
    padding: 20px;
}

.ijat-title {
    text-align: center;
    color: #0b3d5c;
    font-size: 36px;
    margin-bottom: 10px;
}

.ijat-subtitle {
    text-align: center;
    color: #666;
    margin-bottom: 40px;
}

.ijat-editor-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
}

.ijat-editor-card {
    background: #ffffff;
    border-radius: 10px;
    padding: 25px;
    border-top: 4px solid #f39c12;
    box-shadow: 0 3px 12px rgba(0,0,0,0.08);
    transition: transform 0.3s ease;
}

.ijat-editor-card:hover {
    transform: translateY(-5px);
}

.ijat-editor-card h3 {
    color: #0b3d5c;
    margin-bottom: 10px;
}

.ijat-role {
    color: #f39c12;
    font-weight: bold;
    margin-bottom: 15px;
}

.ijat-editor-card p {
    margin: 6px 0;
    line-height: 1.6;
}
```
.ijat-about-section {
    max-width: 1200px;
    margin: 40px auto;
    padding: 20px;
}

.ijat-about-header {
    text-align: center;
    background: linear-gradient(135deg,#0b3d5c,#174f78);
    color: white;
    padding: 50px 30px;
    border-radius: 12px;
    margin-bottom: 40px;
}

.ijat-about-header h1 {
    margin-bottom: 15px;
    font-size: 42px;
}

.ijat-about-header p {
    font-size: 18px;
    max-width: 800px;
    margin: auto;
}

.ijat-about-content {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
    gap: 25px;
}

.ijat-about-card {
    background: #ffffff;
    border-radius: 10px;
    padding: 25px;
    border-top: 4px solid #f39c12;
    box-shadow: 0 3px 12px rgba(0,0,0,0.08);
}

.ijat-about-card h2 {
    color: #0b3d5c;
    margin-bottom: 15px;
    font-size: 22px;
}

.ijat-about-card p {
    line-height: 1.8;
    color: #444;
}
.page_books h1,
.cmp_static_page h1 {
    color: #00334e;
    border-bottom: 3px solid #00334e;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.page_books h2,
.cmp_static_page h2 {
    color: #005b8f;
    margin-top: 30px;
}

.page_books hr,
.cmp_static_page hr {
    margin: 25px 0;
}

.page_books a,
.cmp_static_page a {
    font-weight: bold;
    text-decoration: none;
}

.page_books a:hover,
.cmp_static_page a:hover {
    text-decoration: underline;
}
.table-hover tbody tr:hover {
    background-color: #f5fbff;
}

.table thead th {
    vertical-align: middle;
    border-bottom: none;
}

.table {
    border-radius: 8px;
    overflow: hidden;
}

.table td,
.table th {
    padding: 1rem;
}
```css
/* ==========================================
   IJEAE - Aim & Scope Page Styling
   Compatible with OJS Pragma Theme
   ========================================== */

#ijeae-scope {
    max-width: 1200px;
    margin: auto;
}

/* ===== PAGE HEADER ===== */

#ijeae-scope h1 {
    color: #0f2a45;
    font-weight: 700;
    letter-spacing: -0.5px;
}

#ijeae-scope .lead {
    font-size: 1.15rem;
    color: #6c757d;
}

/* ===== SECTION TITLES ===== */

#ijeae-scope h2 {
    color: #0f2a45;
    font-weight: 600;
    position: relative;
    padding-bottom: 12px;
}

#ijeae-scope h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 65px;
    height: 3px;
    background: #87CEEB;
    border-radius: 10px;
}

/* Center aligned heading underline */
#ijeae-scope .text-center h2::after {
    left: 50%;
    transform: translateX(-50%);
}

/* ===== CARDS ===== */

#ijeae-scope .card {
    border: none;
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
    background: #ffffff;
    box-shadow: 0 5px 20px rgba(0,0,0,0.06);
}

#ijeae-scope .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 28px rgba(0,0,0,0.12);
}

#ijeae-scope .card-body {
    padding: 2rem;
}

/* ===== MISSION CARD ===== */

#ijeae-scope .card:first-of-type {
    border-left: 5px solid #0f2a45;
}

/* ===== SCOPE LIST ===== */

#ijeae-scope ul.list-unstyled li {
    padding: 10px 0;
    border-bottom: 1px solid #eef3f7;
    transition: all 0.2s ease;
}

#ijeae-scope ul.list-unstyled li:hover {
    padding-left: 8px;
}

#ijeae-scope ul.list-unstyled li:last-child {
    border-bottom: none;
}

/* ===== TABLE STYLING ===== */

#ijeae-scope .table-responsive {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 18px rgba(0,0,0,0.08);
}

#ijeae-scope .table {
    margin-bottom: 0;
    background: #fff;
}

#ijeae-scope .table thead {
    background: linear-gradient(
        135deg,
        #0f2a45 0%,
        #1f3c5b 100%
    );
}

#ijeae-scope .table thead th {
    color: #fff;
    font-weight: 600;
    border: none;
    padding: 1rem;
    vertical-align: middle;
}

#ijeae-scope .table tbody td {
    padding: 1rem;
    vertical-align: middle;
}

#ijeae-scope .table tbody tr {
    transition: all 0.25s ease;
}

#ijeae-scope .table tbody tr:hover {
    background: #f5fbff;
    transform: scale(1.002);
}

#ijeae-scope .table tbody td:first-child {
    color: #0f2a45;
    font-weight: 600;
}

/* ===== ICONS ===== */

#ijeae-scope .fa-bullseye,
#ijeae-scope .fa-book-open {
    color: #3a98c5;
    margin-right: 8px;
}

/* ===== PARAGRAPHS ===== */

#ijeae-scope p {
    line-height: 1.8;
    color: #495057;
}

/* ===== HORIZONTAL LINE ===== */

#ijeae-scope hr {
    border-radius: 20px;
}

/* ===== SECTION SPACING ===== */

#ijeae-scope .mb-5 {
    margin-bottom: 4rem !important;
}

/* ===== ANIMATED TABLE ROWS ===== */

#ijeae-scope tbody tr:hover td {
    color: #0f2a45;
}

/* ===== MOBILE OPTIMIZATION ===== */

@media (max-width: 768px) {

    #ijeae-scope h1 {
        font-size: 2rem;
    }

    #ijeae-scope h2 {
        font-size: 1.5rem;
    }

    #ijeae-scope .card-body {
        padding: 1.5rem;
    }

    #ijeae-scope .table th,
    #ijeae-scope .table td {
        padding: 0.8rem;
        font-size: 0.95rem;
    }
}

@media (max-width: 576px) {

    #ijeae-scope h1 {
        font-size: 1.7rem;
    }

    #ijeae-scope .lead {
        font-size: 1rem;
    }

    #ijeae-scope .card-body {
        padding: 1.25rem;
    }

    #ijeae-scope .table {
        font-size: 0.9rem;
    }
}
.homepage_about h2{
    display:none !important;
}

.homepage_about{
    margin:0 !important;
    padding:0 !important;
}