/* Sidebar Container */
.indexing-clean-list {
    background: transparent !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}

/* Individual Logo Rows */
.logo-row-clean {
    padding: 20px 10px !important;
    text-align: center !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    transition: all 0.3s ease-in-out !important; /* Smooth transition for hover */
}

/* The Hover Effect */
.logo-row-clean:hover {
    background-color: rgba(0, 86, 179, 0.03) !important; /* Very subtle blue tint on hover */
    transform: translateY(-2px) !important; /* Gentle lift effect */
}

.logo-row-clean img {
    max-width: 85% !important;
    height: auto !important;
    display: block !important;
    filter: grayscale(20%) opacity(0.8) !important; /* Softens logos initially */
    transition: all 0.3s ease-in-out !important;
}

/* Logo Focus on Hover */
.logo-row-clean:hover img {
    filter: grayscale(0%) opacity(1) !important; /* Returns color and clarity on hover */
    transform: scale(1.05) !important; /* Slight zoom for interaction */
}

/* Scaling for large images like ISSN */
.issn-fix {
    max-height: 45px !important;
}

.iasj-fix {
    max-width: 180px !important;
}

/* Animated Divider */
.idx-sep-clean {
    border: 0 !important;
    border-top: 1px solid #eee !important;
    margin: 0 15% !important;
    transition: width 0.4s ease !important;
}

.logo-row-clean:hover + .idx-sep-clean {
    border-top: 1px solid #0056b3 !important; /* Divider turns blue when hovering above it */
}


.submission_requirements_block {
    font-family: "Segoe UI", Tahoma, Arial, sans-serif;
    background: #ffffff;
    border: 1px solid #dbe7ff;
    border-left: 5px solid #005ecb;
    border-radius: 18px;
    padding: 26px;
    margin: 20px 0;
    box-shadow: 0 4px 14px rgba(0,0,0,0.04);
}

.submission_requirements_block h2 {
    margin: 0 0 24px;
    font-size: 36px;
    font-weight: 700;
    color: #003b82;
    line-height: 1.2;
    position: relative;
    display: inline-block;
}

.submission_requirements_block h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 80px;
    height: 4px;
    background: linear-gradient(to right, #005ecb, #ff4fa3);
    border-radius: 50px;
}

.submission_requirements_block ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.submission_requirements_block li {
    position: relative;
    background: #fdfdfd;
    border: 1px solid #e7edf7;
    border-radius: 14px;
    padding: 18px 20px 18px 56px;
    margin-bottom: 14px;
    line-height: 1.9;
    color: #333;
    font-size: 15px;
    transition: all 0.25s ease;
}

.submission_requirements_block li:hover {
    transform: translateY(-2px);
    border-color: #c7dcff;
    box-shadow: 0 6px 16px rgba(0, 94, 203, 0.08);
}

.submission_requirements_block li::before {
    content: "✓";
    position: absolute;
    left: 18px;
    top: 18px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #0b6bdc;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 24px;
}

.submission_requirements_block a {
    color: #005ecb;
    text-decoration: none;
    font-weight: 600;
}

.submission_requirements_block a:hover {
    color: #ff4fa3;
    text-decoration: underline;
}

@media (max-width: 768px) {
    .submission_requirements_block {
        padding: 18px;
    }

    .submission_requirements_block h2 {
        font-size: 28px;
    }

    .submission_requirements_block li {
        padding: 16px 16px 16px 50px;
        font-size: 14px;
    }
}

.hvr-underline-from-center {
    margin: 0 0 12px;
}

.hvr-underline-from-center a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    background: #ffffff;
    border: 1px solid #d9e6f7;
    border-left: 4px solid #2563eb;
    border-radius: 14px;
    color: #1e293b;
    font-family: "Segoe UI", Tahoma, sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.28s ease;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(37, 99, 235, 0.08);
}

.hvr-underline-from-center a:hover {
    transform: translateX(4px);
    background: #f8fbff;
    border-left-color: #7c3aed;
    box-shadow: 0 8px 18px rgba(37, 99, 235, 0.12);
    color: #2563eb;
}

.hvr-underline-from-center a::after {
    content: "\f105";
    font-family: FontAwesome;
    margin-left: auto;
    color: #2563eb;
    font-size: 16px;
    transition: all 0.28s ease;
}

.hvr-underline-from-center a:hover::after {
    transform: translateX(3px);
    color: #7c3aed;
}

.hvr-underline-from-center em.fa {
    width: 28px;
    height: 28px;
    min-width: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #2563eb, #7c3aed);
    color: #ffffff;
    border-radius: 8px;
    font-size: 12px;
    transition: all 0.28s ease;
    box-shadow: 0 2px 6px rgba(37, 99, 235, 0.15);
}

.hvr-underline-from-center a:hover em.fa {
    transform: scale(1.06);
    box-shadow: 0 5px 12px rgba(124, 58, 237, 0.20);
}

.hvr-underline-from-center a::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255,255,255,0.45),
        transparent
    );
    transition: 0.55s;
}

.hvr-underline-from-center a:hover::before {
    left: 100%;
}


.make_submission_btn {
    margin: 10px 0 18px;
}

.make_submission_btn a {
    display: block;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 6px 18px rgba(37, 99, 235, 0.12);
    transition: all 0.3s ease;
    border: 1px solid #dbe6f7;
}

.make_submission_btn a:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 26px rgba(37, 99, 235, 0.18);
}

.make_submission_btn img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 16px;
    transition: transform 0.35s ease;
}

.make_submission_btn a:hover img {
    transform: scale(1.02);
}




