/* ============================================
   INDEX PAGE ENHANCEMENTS
   ============================================ */

/* ========================================
   1. CURRENT ISSUE HIGHLIGHTS - MODERN CARD DESIGN
   ======================================== */

.crnt-highlights {
    margin-top: 40px;
    margin-bottom: 40px;
}

.crnt-highlights h3 {
    color: #2c3e50;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
}

.crnt-highlights h3:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(135deg, #10b981 0%, #047857 100%);
    border-radius: 2px;
}

.impress-container {
    background: #fff;
    padding: 25px;
    margin-bottom: 5px;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.artinpress_art_detail {
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    border: 1px solid #e8e8e8;
    padding: 10px;
    height: 315px;
    overflow-y: scroll;
    scrollbar-width: none;
}

.artinpress_art_detail:hover {
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.15);
    transform: translateY(-5px);
    border-color: #10b981;
}

.impress-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 2px solid #f0f0f0;
    margin-bottom: 15px;
    margin-top: 10px;
}

.art-type {
    background: linear-gradient(135deg, #10b981 0%, #047857 100%);
    color: #fff;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.pipe-separator {
    margin: 0 10px;
    color: #ccc;
    font-weight: 300;
}

.jou_short_title {
    color: #666;
    font-size: 13px;
    font-style: italic;
}

.art-inpress-title {
    margin: 15px 0;
    flex-grow: 1;
}

.art-inpress-title a {
    color: #2c3e50;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    text-decoration: none;
    transition: all 0.3s ease;
    display: block;
}

.art-inpress-title a:hover {
    color: #10b981;
}

.author-name {
    display: flex;
    align-items: flex-start;
    margin: 5px 0;
    padding: 5px;
    background: #f8f9fa;
    border-radius: 8px;
}

.author-name .user {
    margin-right: 10px;
    flex-shrink: 0;
}

.author-name .user img {
    width: 20px;
    height: 20px;
    opacity: 0.6;
}

.autho-list {
    flex: 1;
}

.author_name {
    color: #555;
    font-size: 14px;
    line-height: 1.6;
}

.author_name a {
    color: #10b981;
    text-decoration: none;
    transition: all 0.3s ease;
}

.author_name a:hover {
    color: #047857;
    text-decoration: underline;
}

.author_name sup {
    color: #999;
    font-size: 11px;
}

.dock-type {
    margin-top: auto;
    padding-top: 15px;
    border-top: 1px solid #f0f0f0;
}

.file-type {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 10px;
}

.file-type i {
    flex: 1;
    text-align: center;
    padding: 8px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.file-type i:hover {
    background: #f8f9fa;
    transform: scale(1.05);
}

.file-type i a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    text-decoration: none;
    color: #555;
    font-size: 12px;
    font-weight: 600;
}

.file-type i a img {
    width: 30px;
    height: 30px;
    transition: all 0.3s ease;
}

.file-type i.abstract a {
    color: #0ba360;
}

.file-type i.html a {
    color: #e67e22;
}

.file-type i.pdf a {
    color: #e74c3c;
}

.file-type i a:hover {
    opacity: 0.8;
}

/* ========================================
   2. MEDIA PARTNERS - SLICK CAROUSEL
   ======================================== */

#media_partners {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
}

#media_partners .section_title h3 {
    color: #2c3e50;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
}

#media_partners .section_title h3:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(135deg, #10b981 0%, #047857 100%);
    border-radius: 2px;
}

.partners_carousel {
    position: relative;
}

.partner_slide {
    padding: 15px;
    outline: none;
}

.partner_logo_card {
    background: #fff;
    border: 2px solid #f0f0f0;
    border-radius: 12px;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 150px;
    transition: all 0.3s ease;
}

.partner_logo_card:hover {
    border-color: #10b981;
    box-shadow: 0 5px 20px rgba(102, 126, 234, 0.15);
    transform: translateY(-5px);
}

.partner_logo_card img {
    max-width: 100%;
    max-height: 100px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: grayscale(50%);
    transition: all 0.3s ease;
}

.partner_logo_card:hover img {
    filter: grayscale(0%);
}

/* Slick Carousel Custom Arrows */
.partners_carousel .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #10b981 0%, #047857 100%);
    border: none;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partners_carousel .slick-arrow:hover {
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
}

.partners_carousel .slick-prev {
    left: -20px;
}

.partners_carousel .slick-next {
    right: -20px;
}

.partners_carousel .slick-arrow:before {
    content: '';
}

.partners_carousel .slick-prev i,
.partners_carousel .slick-next i {
    font-size: 18px;
}

/* Slick Dots */
.partners_carousel .slick-dots {
    bottom: -35px;
    text-align: center;
}

.partners_carousel .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.partners_carousel .slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: #ddd;
    font-size: 0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.partners_carousel .slick-dots li.slick-active button {
    background: linear-gradient(135deg, #10b981 0%, #047857 100%);
    width: 25px;
    border-radius: 5px;
}

/* ========================================
   3. MANUSCRIPT SUBMISSION - PEER REVIEW SECTION
   ======================================== */

.manscript-submitions {
    border-radius: 15px;
    padding: 40px;
    margin: 40px 0;
    position: relative;
    overflow: hidden;
    background: #10b9811f;
    box-shadow: inset 0px 0px 9px -3px #026143;
}

.manscript-submitions::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.manscript-submitions>* {
    position: relative;
    z-index: 1;
}

.manscript-submitions h4 {
    color: #212529;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.manscript-submitions p {
    color: #212529;
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 25px;
}

.manscript-submitions p a {
    color: #047857;
    text-decoration: underline;
    font-weight: 600;
    transition: all 0.3s ease;
}

.manscript-submitions p a:hover {
    color: #ffd700;
}

.index_peer_image {
    text-align: center;
    margin: 30px 0;
    padding: 0;
}

.index_peer_image img {
    width: 420px;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    background: #fff;
    padding: 20px;
}

.peerreview_sub_manu_button {
    text-align: center;
    margin-top: 30px;
}

.peerreview_sub_manu_button .btn {
    background: #fff;
    color: #10b981;
    border: none;
    padding: 15px 40px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(255, 255, 255, 0.3);
}

.peerreview_sub_manu_button .btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 255, 255, 0.4);
}

.peerreview_sub_manu_button .btn a {
    color: #10b981;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
}

.peerreview_sub_manu_button .btn:hover a {
    color: #047857;
}

.peerreview_sub_manu_button .btn a i {
    font-size: 16px;
    transition: all 0.3s ease;
}

.peerreview_sub_manu_button .btn:hover a i {
    transform: translateX(5px);
}

/* Animation effect for button */
.peerreview_sub_manu_button .btn .animation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.peerreview_sub_manu_button .btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(102, 126, 234, 0.1);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.peerreview_sub_manu_button .btn:hover::before {
    width: 300px;
    height: 300px;
}

/* ========================================
   RESPONSIVE DESIGN
   ======================================== */

@media (max-width: 991px) {
    .crnt-highlights h3 {
        font-size: 24px;
    }

    .impress-container {
        padding: 20px;
    }

    .art-inpress-title a {
        font-size: 15px;
    }

    .file-type {
        flex-wrap: wrap;
    }

    .partners_carousel .slick-prev {
        left: -10px;
    }

    .partners_carousel .slick-next {
        right: -10px;
    }

    .manscript-submitions {
        padding: 30px 20px;
    }

    .manscript-submitions h4 {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .crnt-highlights h3 {
        font-size: 20px;
    }

    .impress-container {
        padding: 15px;
    }

    .art-type {
        font-size: 11px;
        padding: 4px 12px;
    }

    .jou_short_title {
        font-size: 12px;
    }

    .art-inpress-title a {
        font-size: 14px;
    }

    .file-type i a {
        font-size: 11px;
    }

    .file-type i a img {
        width: 25px;
        height: 25px;
    }

    .partner_logo_card {
        padding: 15px;
        min-height: 120px;
    }

    .partner_logo_card img {
        max-height: 80px;
    }

    .partners_carousel .slick-arrow {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }

    .manscript-submitions {
        padding: 25px 15px;
    }

    .manscript-submitions h4 {
        font-size: 20px;
    }

    .manscript-submitions p {
        font-size: 14px;
    }

    .peerreview_sub_manu_button .btn {
        padding: 12px 30px;
        font-size: 16px;
    }

    .index_peer_image img {
        padding: 15px;
    }
}

/* ========================================
   ADDITIONAL STYLING IMPROVEMENTS
   ======================================== */

.media-testimonial-wrapper {
    margin-top: 40px;
}

/* Ensure consistent spacing */
.jnl-content {
    margin-bottom: 30px;
}

/* Smooth scroll behavior */
html {
    scroll-behavior: smooth;
}

/* Focus states for accessibility */
.impress-container:focus-within,
.partner_logo_card:focus-within,
.peerreview_sub_manu_button .btn:focus {
    outline: 2px solid #10b981;
    outline-offset: 3px;
}