/*
Theme Name: Flatsome Child
Theme URI: https://www.ijert.org
Description: Flatsome Child Theme for IJERT
Author: IJERT
Author URI: https://www.ijert.org
Template: flatsome
Version: 1.0.0
*/
  .header-image {
            text-align: center;
            margin-bottom: 30px;
        }
        
        .header-image img {
            max-width: 100%;
            height: auto;
        }
        
        .volumes-container {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 30px;
            margin-top: 20px;
        }
        
        .volume-section {
            background-color: #ffffff;
            border: 1px solid #ddd;
            border-radius: 6px;
            overflow: hidden;
        }
        
        .volume-header {
            background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
            color: #ffffff;
            padding: 15px 20px;
            font-size: 20px;
            font-weight: bold;
            text-align: center;
            border-bottom: 3px solid #1a2f5a;
        }
        
        .volume-list {
            list-style: none;
            margin: 0;
            padding: 0;
        }
        
        .volume-list li {
            border-bottom: 1px solid #e0e0e0;
            transition: background-color 0.3s ease;
        }
        
        .volume-list li:nth-child(odd) {
            background-color: #e3f2fd;
        }
        
        .volume-list li:nth-child(even) {
            background-color: #f5f9fc;
        }
        
        .volume-list li:last-child {
            border-bottom: none;
        }
        
        .volume-list li:hover {
            background-color: #bbdefb;
        }
        
        .volume-list a {
            display: block;
            padding: 12px 20px;
            color: #1565c0;
            text-decoration: none;
            font-size: 15px;
            transition: all 0.3s ease;
        }
        
        .volume-list a:hover {
            color: #0d47a1;
            padding-left: 25px;
            font-weight: 500;
        }
        
        @media (max-width: 768px) {
            .volumes-container {
                grid-template-columns: 1fr;
                gap: 20px;
            }
            
            .container {
                padding: 15px;
            }
        }


/* IJERT APC Button */
.ijert-submit-notice-cta {
    text-align: center;
    margin: 20px 0;
}

.ijert-notice-btn2 {
    display: inline-block;
    background: #37a03b; /* WordPress blue */
    color: #ffffff !important;
    padding: 14px 28px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

/* Hover effect */
.ijert-notice-btn2:hover {
    background: #237d26;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
}

/* Active / Click effect */
.ijert-notice-btn2:active {
    transform: translateY(0);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}


/* Mobile image banner hidden on desktop */
.mobile-only-image-banner {
    display: none;
    margin: 12px 0;
	padding: 3px 0px 8px 0px;
}

.mobile-only-image-banner img {
    width: 100%;
    height: auto;
    border-radius: 6px;
}

/* Show only on mobile */
@media (max-width: 768px) {
    .mobile-only-image-banner {
        display: block;
    }
}


/* Trust Banner Container */
.trust-banner-icon {
    background: #2b3f73;
    border-radius: 6px;
    padding: 14px 16px;
    margin-bottom: 15px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.15);
}

/* Always one row */
.trust-wrapper {
    display: flex;
    align-items: center;        /* vertical center */
    justify-content: center;    /* overall center */
    gap: 14px;
    max-width: 1100px;
    margin: auto;
}

/* Icon */
.trust-icon-badge {
    font-size: 34px;            /* reduced */
    background: rgba(255,255,255,0.12);
    border-radius: 50%;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;             /* prevent shrinking */
}

/* Text container */
.trust-text-group {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;           /* text beside icon */
}

/* Title */
.trust-title {
    font-size: 20px;            /* reduced */
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
}

/* Yellow highlight */
.trust-title span {
    color: #f2c94c;
}

/* Subtitle */
.trust-year-sub {
    font-size: 16px;            /* reduced */
    color: #ffffff;
    line-height: 1.2;
    margin-top: 2px;
}

.trust-year-sub span {
    color: #f2c94c;
    font-weight: 700;
}

/* MOBILE — keep same layout */
@media (max-width: 768px) {
    .trust-wrapper {
        flex-direction: row;    /* force row */
        gap: 12px;
    }

    .trust-title {
        font-size: 16.8px;
    }

    .trust-year-sub {
        font-size: 15px;
    }

    .trust-icon-badge {
        width: 48px;
        height: 48px;
        font-size: 30px;
    }
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

.entry-header-text.text-center {
    padding-left: 0em;
    padding-right: 0em;
}


.is-divider {
    height: auto;
    display: block;
    background-color: rgba(0,0,0,0.1);
    margin: 1em 0 1em;
    width: 100%;
    max-width: 100%;
}

.page-wrapper {
    padding-top: 15px;
    padding-bottom: 30px;
}

.zui-table {
    border: solid 1px #DDEEEE;
    border-collapse: collapse;
    border-spacing: 0;
    font: normal 13px Arial, sans-serif;
}
.zui-table thead th {
    background-color: #1e73be;
    border: solid 1px #DDEEEE;
    color: #ffffff;
    padding: 10px;
    text-align: left;
	font-size:16px;
    
}
.zui-table tbody td {
    border: solid 1px #DDEEEE;
    color: #333;
    padding: 10px;
    text-shadow: 1px 1px 1px #fff;
}
.zui-table-zebra tbody tr:nth-child(odd) {
    background-color: #fff;
}
.zui-table-zebra tbody tr:nth-child(even) {
    background-color: #eff7ff;
}
.zui-table-horizontal tbody td {
    border-left: none;
    border-right: none;
	font-size:16px;
} 

.entry-content {
    padding-top: 0em;
    padding-bottom: 0em;
}

.entry-header-text {
    padding: 0em;
	text-align: left;
}

th:first-child, td:first-child {
    padding-left: 13px;
}

td {
    color: #000000;	
}

.foo-table tbody tr td a, .foo-table tbody tr td h1, .foo-table tbody tr td h2, .foo-table tbody tr td h3, .foo-table tbody tr td p {
    margin: 0;
    padding: 0;
	color: #035cab;
	font-weight: 600;
}

.nav>li>a, .nav-dropdown>li>a, .nav-column>li>a {
    color: #000000;
    transition: all .2s;
}

a {
    color: #0a5ebf;
    text-decoration: none;
}
.col, .gallery-item, .columns {
    position: relative;
    margin: 0;
    padding: 0 15px 0px;
    width: 100%;
}

.absolute-footer.dark {
    color: rgb(0,0,0);
}

.nav-box>li>a {
    padding: 0 .55em;
    line-height: 2.5em;
}


.addtoany_content {
    clear: both;
    margin: 0px 0;
}

.ijert-submit-notice-wrap {
    margin: 20px 0;
    padding: 0;
}

.ijert-submit-notice-box {
    background: #224095;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 4px 20px rgba(34, 64, 149, 0.4);
    border: 1px solid rgba(59, 130, 246, 0.3);
}

.ijert-submit-notice-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    flex-wrap: wrap;
    gap: 10px;
}

.ijert-submit-notice-badge {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: white;
    padding: 5px 15px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.8rem;
    box-shadow: 0 2px 8px rgba(16, 185, 129, 0.3);
    display: inline-flex;
    align-items: center;
}

.ijert-notice-text {
    color: white;
    letter-spacing: 0.3px;
}

.ijert-submit-notice-title {
    color: white;
    font-size: 1.3rem;
    font-weight: 700;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.ijert-submit-notice-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 12px;
    margin-bottom: 15px;
}

.ijert-notice-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    padding: 12px 15px;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: all 0.3s ease;
}

.ijert-notice-card:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.ijert-notice-card-urgent {
    border: 2px solid #fbbf24;
    background: rgba(251, 191, 36, 0.15);
}

.ijert-notice-card-urgent:hover {
    background: rgba(251, 191, 36, 0.25);
}

.ijert-notice-card-icon {
    font-size: 1.8rem;
    line-height: 1;
    flex-shrink: 0;
}

.ijert-notice-card-info {
    flex: 1;
}

.ijert-notice-card-label {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.75rem;
    margin-bottom: 3px;
    font-weight: 500;
}

.ijert-notice-card-value {
    color: white;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.2;
}

.ijert-submit-notice-cta {
    text-align: center;
}

.ijert-notice-btn {
    display: inline-block;
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    color: white;
    padding: 10px 30px;
    border-radius: 25px;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.4);
    transition: all 0.3s ease;
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.ijert-notice-btn:hover {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(59, 130, 246, 0.5);
    color: white;
}

@media (max-width: 768px) {
    .ijert-submit-notice-box {
        padding: 15px;
    }
    
    .ijert-submit-notice-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    
    .ijert-submit-notice-title {
        font-size: 1.1rem;
    }
    
    .ijert-submit-notice-cards {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    
    .ijert-notice-card {
        padding: 10px 12px;
    }
    
    .ijert-notice-card-icon {
        font-size: 1.5rem;
    }
    
    .ijert-notice-card-label {
        font-size: 0.7rem;
    }
    
    .ijert-notice-card-value {
        font-size: 0.85rem;
    }
    
    .ijert-notice-btn {
        padding: 9px 25px;
        font-size: 0.9rem;
    }
}
