/* =============================================
   MODERN ADDITIONAL CONTENT STYLES
   For IJRDO - Journal Of Law and Cyber Crime
   ============================================= */

.modern-additional-content {
    width: 100%;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #0f172a 100%);
    border-radius: 24px;
    overflow: hidden;
    margin-bottom: 2rem;
    box-shadow: 0 20px 35px -10px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pkp_navigation_user_wrapper a {
    color: rgb(0, 0, 0);
}

.has_site_logo .pkp_head_wrapper {
    padding: 0px;
}

@media (min-width: 1200px) {
    .has_site_logo .pkp_head_wrapper {
        width: 100% !important;
    }
}

.pkp_navigation_user>li>a {
    color: rgb(255 255 255);
}

.pkp_navigation_user>li>a:hover {
    color: rgb(255 255 255);
}

.pkp_head_wrapper .pkp_search.is_open .search_controls .search_prompt {
    background: #000;
    color: rgb(255 255 255 / 84%);
}

.pkp_site_name a {
    color: black;
    display: flex !important;
    align-items: center;
    gap: 1rem;
}

@media (max-width: 768px) {
    .pkp_site_name a {
        flex-direction: column;

    }
}



.block_make_submission a,
.obj_galley_link {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    background: #f1ba4c;
    color: rgba(255, 255, 255, 0.84);
    border: none;
}

.pkp_navigation_user>li:last-child>a {
    color: antiquewhite;
    padding-right: 0;
}

.pkp_site_name a.is_img::after {
    content: "IJRDO Journal of Law and Cyber Crime";
    color: #ffffff !important;
    font-size: 2.2rem;
    font-weight: 800;
    line-height: normal;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    text-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    margin-left: 20px;
}

.modern-additional-content:hover {
    transform: translateY(-3px);
    box-shadow: 0 25px 40px -12px rgba(0, 0, 0, 0.35);
}

.pkp_structure_footer_wrapper {
    background: rgba(0, 0, 0, 0.05);
    border-bottom: 0px
}

.pkp_footer_content {
    padding: 0px;
}

@media (min-width: 1200px) {

    .pkp_site_name,
    .pkp_navigation_primary_wrapper,
    .pkp_navigation_user,
    .pkp_structure_content,
    .pkp_structure_footer {
        width: 100%;
    }
}

.pkp_structure_page {
    max-width: 100%;
    margin: 0;
}

.pkp_structure_head {
    background-color: #000000;
    border-bottom: 1px solid #ddd;
}

.content-grid {
    display: grid;
    gap: 0;
    min-height: 380px;
}

/* Text Content Area */
.content-text {
    padding: 2rem 2rem 2rem 2.5rem;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
    backdrop-filter: blur(2px);
}

/* Journal Badge */
.journal-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(0, 212, 255, 0.15);
    border: 1px solid rgba(0, 212, 255, 0.3);
    border-radius: 100px;
    padding: 0.35rem 1rem 0.35rem 0.75rem;
    margin-bottom: 1.25rem;
    backdrop-filter: blur(4px);
}

.badge-icon {
    font-size: 1rem;
    filter: drop-shadow(0 0 4px #00d4ff);
}

.badge-text {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #00d4ff;
    background: linear-gradient(135deg, #00d4ff, #7c3aed);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

/* Journal Title */
.journal-title {
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 1rem;
}

.title-highlight {
    background: linear-gradient(135deg, #ffffff 0%, #cbd5e1 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.title-accent {
    background: linear-gradient(135deg, #00d4ff 0%, #7c3aed 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

/* Description Text */
.journal-description {
    font-size: 1rem;
    color: #94a3b8;
    margin-bottom: 0.75rem;
    line-height: 1.5;
}

.highlight-keyword {
    background: linear-gradient(135deg, #f59e0b, #ef4444);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-weight: 600;
}

/* Journal Statement */
.journal-statement {
    font-size: 0.95rem;
    color: #cbd5e1;
    margin-bottom: 0.75rem;
    line-height: 1.5;
}

.statement-bold {
    background: linear-gradient(135deg, #ffffff, #e2e8f0);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-weight: 700;
}

.keyword {
    background: linear-gradient(135deg, #00d4ff, #3b82f6);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-weight: 600;
}

/* Topics Section */
.journal-topics {
    background: rgba(0, 212, 255, 0.08);
    border-left: 3px solid #00d4ff;
    padding: 1rem;
    margin: 1rem 0;
    border-radius: 12px;
}

.topics-label {
    display: inline-block;
    font-weight: 700;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: linear-gradient(135deg, #00d4ff, #7c3aed);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-bottom: 0.5rem;
}

.topics-list {
    font-size: 0.9rem;
    color: #94a3b8;
    line-height: 1.6;
    display: block;
}

/* Stats Container */
.stats-container {
    display: flex;
    gap: 1.5rem;
    margin-top: 1.5rem;
    flex-wrap: wrap;
}

.stat-item {
    text-align: center;
    padding: 0.75rem 1.25rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    border: 1px solid rgba(0, 212, 255, 0.2);
    backdrop-filter: blur(4px);
    transition: all 0.3s ease;
}

.stat-item:hover {
    border-color: rgba(0, 212, 255, 0.5);
    transform: translateY(-2px);
}

.stat-number {
    display: block;
    font-size: 1.25rem;
    font-weight: 800;
    background: linear-gradient(135deg, #00d4ff, #7c3aed);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    line-height: 1.2;
}

.stat-label {
    display: block;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #64748b;
    margin-top: 0.25rem;
}

/* Image Content Area */
.content-image {
    position: relative;
    background: linear-gradient(135deg, #0a0a1a 0%, #0f0f23 100%);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.cyber-image {
    width: 100%;
    height: auto;
    max-height: 340px;
    object-fit: contain;
    filter: drop-shadow(0 4px 20px rgba(0, 212, 255, 0.2));
    transition: transform 0.3s ease;
}

.modern-additional-content:hover .cyber-image {
    transform: scale(1.02);
}

/* Decorative Elements */
.content-image::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(0, 212, 255, 0.08) 0%, transparent 70%);
    pointer-events: none;
}

.content-image::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, #00d4ff, #7c3aed, #00d4ff, transparent);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .content-grid {
        grid-template-columns: 1fr;
    }

    .content-text {
        padding: 1.75rem;
        order: 1;
    }

    .content-image {
        min-height: 280px;
        order: 0;
    }

    .journal-title {
        font-size: 1.75rem;
    }

    .stats-container {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .modern-additional-content {
        border-radius: 16px;
    }

    .content-text {
        padding: 1.5rem;
    }

    .journal-title {
        font-size: 1.5rem;
    }

    .journal-description,
    .journal-statement {
        font-size: 0.875rem;
    }

    .topics-list {
        font-size: 0.8rem;
    }

    .stats-container {
        gap: 0.75rem;
    }

    .stat-item {
        padding: 0.5rem 1rem;
    }

    .stat-number {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .content-text {
        padding: 1.25rem;
    }

    .journal-title {
        font-size: 1.3rem;
    }

    .journal-badge {
        margin-bottom: 0.75rem;
    }

    .stats-container {
        flex-direction: column;
        align-items: stretch;
    }

    .stat-item {
        text-align: left;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .stat-number {
        display: inline;
    }

    .stat-label {
        display: inline;
        margin-top: 0;
        margin-left: 0.5rem;
    }
}

/* Animation Keyframes */
@keyframes pulse {

    0%,
    100% {
        opacity: 0.4;
    }

    50% {
        opacity: 0.8;
    }
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-5px);
    }
}

/* Custom scrollbar for content if needed */
.modern-additional-content ::-webkit-scrollbar {
    width: 4px;
}

.modern-additional-content ::-webkit-scrollbar-track {
    background: #1e293b;
}

.modern-additional-content ::-webkit-scrollbar-thumb {
    background: #00d4ff;
    border-radius: 4px;
}

/* Print styles */
@media print {
    .modern-additional-content {
        background: white;
        box-shadow: none;
        border: 1px solid #ddd;
    }

    .content-image {
        display: none;
    }

    .journal-title,
    .title-highlight,
    .title-accent,
    .highlight-keyword,
    .statement-bold,
    .keyword,
    .topics-label,
    .stat-number {
        background: none !important;
        -webkit-background-clip: unset !important;
        background-clip: unset !important;
        color: #000 !important;
    }

    .journal-badge,
    .journal-topics,
    .stat-item {
        border: 1px solid #ddd;
        background: #f5f5f5;
    }
}

.footer-img {

    width: 70px;
    height: 70px;
}

.pkp_structure_footer {
    text-align: center;
    width: 100%;
}

.pkp_footer_content {
    padding: 0px;
    text-align: left;
}

.pkp_structure_content {
    max-width: 1160px;
    margin: 0 auto;
    padding-top: 0;
}