/* IJRLL Theme Styles */

body {
    background-color: #f8f6f0;
    font-family: 'Inter', 'Roboto', sans-serif;
    color: #333333;
    margin: 0;
    padding: 0;
}

/* Typography Overrides */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Outfit', 'Georgia', serif;
    color: #2b1154;
    margin-bottom: 1rem;
}

/* Utility Classes */
.hidden {
    display: none !important;
}

.pkp_screen_reader {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.pkp_page_index .pkp_page_title {
    display: none !important;
}

.pkp_page_index .pkp_page_content,
.pkp_page_index .pkp_structure_page,
.pkp_page_index .pkp_structure_main,
.pkp_page_index .pkp_structure_content {
    padding: 0 !important;
    margin: 0 !important;
    max-width: none !important;
}

/* General Page Styling (e.g. Author Guidelines, Static Pages) */
body:not(.pkp_page_index) .pkp_structure_main {
    max-width: 1000px;
    margin: 40px auto;
    padding: 40px;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    border: 1px solid rgba(229, 205, 158, 0.4);
}

body:not(.pkp_page_index) .pkp_page_title h1,
body:not(.pkp_page_index) h1.page_title {
    color: #2b1154 !important;
    font-size: 2.2rem;
    font-family: 'Outfit', 'Georgia', serif;
    border-bottom: 2px solid #e5cd9e;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

body:not(.pkp_page_index) .pkp_page_content,
body:not(.pkp_page_index) .page {
    color: #444;
    line-height: 1.7;
    font-size: 1rem;
}

body:not(.pkp_page_index) .pkp_page_content h2,
body:not(.pkp_page_index) .pkp_page_content h3,
body:not(.pkp_page_index) .pkp_page_content h4,
body:not(.pkp_page_index) .page h2,
body:not(.pkp_page_index) .page h3,
body:not(.pkp_page_index) .page h4 {
    color: #2b1154 !important;
    font-family: 'Outfit', 'Georgia', serif;
    border-bottom: 1px solid #e5cd9e !important;
    padding-bottom: 10px;
    margin-top: 30px;
    margin-bottom: 15px;
}

/* Reduce space between page title and content */
body:not(.pkp_page_index) .page > section,
body:not(.pkp_page_index) .pkp_page_content > section {
    margin-top: 0 !important;
}

body:not(.pkp_page_index) .page h2:first-child,
body:not(.pkp_page_index) .page h3:first-child,
body:not(.pkp_page_index) .pkp_page_content h2:first-child,
body:not(.pkp_page_index) .pkp_page_content h3:first-child,
body:not(.pkp_page_index) .page > section > h2:first-child,
body:not(.pkp_page_index) .page > section > h3:first-child {
    margin-top: 0 !important;
}

/* Breadcrumbs Styling */
.cmp_breadcrumbs {
    margin-bottom: 25px;
}
.cmp_breadcrumbs ol {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}
.cmp_breadcrumbs ol li {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    font-size: 0.9rem;
    color: #2b1154;
    list-style-type: none;
}
.cmp_breadcrumbs ol li::before {
    display: none;
}
.cmp_breadcrumbs ol li a {
    color: #2b1154;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
}
.cmp_breadcrumbs ol li a:hover {
    color: #8b6e4e;
}
.cmp_breadcrumbs ol li .separator {
    color: #ccc;
    font-size: 0.85rem;
}
.cmp_breadcrumbs ol li.current,
.cmp_breadcrumbs ol li.current span {
    color: #2b1154;
    font-weight: 600;
}

/* Edit Link Styling (Font Awesome Icon next to Heading) */
.page > h1 {
    display: inline-block;
    vertical-align: middle;
}
.cmp_edit_link {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    font-size: 0 !important; /* Hides the "Edit" text */
    text-decoration: none;
    color: #4a2575;
}
.cmp_edit_link::before {
    content: '\f044'; /* Font Awesome edit icon */
    font-family: 'Font Awesome 5 Free', 'FontAwesome', sans-serif;
    font-weight: 900;
    font-size: 1.5rem;
    transition: color 0.2s ease;
}
.cmp_edit_link:hover::before {
    color: #8b6e4e;
}

/* User Nav Styling (Profile, Logout, Login) */
.ijrll_user_nav {
    display: flex;
    align-items: center;
    gap: 30px;
    position: absolute;
    top: 20px;
    right: 25px;
}
.pkp_navigation_user {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 15px;
}
.pkp_navigation_user li {
    margin: 0;
}
.pkp_navigation_user li a {
    color: #e5cd9e;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: color 0.2s ease;
}
.pkp_navigation_user li a:hover {
    color: #ffffff;
}
.pkp_navigation_user li a i {
    font-size: 0.95rem;
}

/* Header Customizations */
.pkp_structure_head {
    background-color: #21191a;
    background-image: none;
    color: #ffffff;
    padding: 0;
    border-bottom: 3px solid #1a0a33;
}

.pkp_head_wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}

.ijrll_header_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0 20px 0;
}

.ijrll_site_branding {
    display: flex;
    align-items: center;
    gap: 15px;
}

.ijrll_logo_icon {
    font-size: 3rem;
    color: #e5cd9e;
    padding-right: 15px;
    border-right: 1px solid rgba(229, 205, 158, 0.3);
    line-height: 1;
}

.ijrll_site_title a {
    color: #e5cd9e !important;
    font-family: 'Georgia', serif;
    font-size: 1.6rem;
    line-height: 1.3;
    text-decoration: none;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-transform: capitalize;
}

.ijrll_user_nav {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.ijrll_user_nav .publisher_text {
    font-size: 0.85rem;
    color: #e5cd9e;
    margin-bottom: 5px;
    text-transform: lowercase;
}

.ijrll_user_nav .publisher_text span {
    margin-left: 5px;
    font-size: 1rem;
}

/* Primary Navigation Area */
.ijrll_nav_wrapper {
    border-top: 1px solid rgba(229, 205, 158, 0.2);
    padding: 0;
}

.ijrll_nav_wrapper .pkp_navigation_primary_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pkp_structure_head ul.pkp_navigation_primary {
    display: flex;
    gap: 15px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.pkp_structure_head ul.pkp_navigation_primary > li {
    margin: 0;
}

.pkp_structure_head ul.pkp_navigation_primary > li > a {
    display: block;
    color: #e5cd9e;
    font-size: 0.85rem;
    font-weight: 500;
    text-decoration: none;
    padding: 15px 5px;
    transition: all 0.2s ease;
    border-bottom: 3px solid transparent;
}

.pkp_structure_head ul.pkp_navigation_primary > li > a:hover,
.pkp_structure_head ul.pkp_navigation_primary > li.current > a {
    color: #ffffff;
    border-bottom-color: #e5cd9e;
}

/* Dropdown Menu Styles */
.pkp_structure_head ul.pkp_navigation_primary li.has-submenu {
    position: relative;
}

.pkp_structure_head ul.pkp_navigation_primary li.has-submenu ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #21191a;
    min-width: 220px;
    z-index: 999;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    border-radius: 0 0 5px 5px;
    border: 1px solid rgba(229, 205, 158, 0.2);
    border-top: none;
    flex-direction: column;
    gap: 0;
    padding: 0;
    margin: 0;
    list-style: none;
}

.pkp_structure_head ul.pkp_navigation_primary li.has-submenu:hover ul {
    display: flex;
}

.pkp_structure_head ul.pkp_navigation_primary li.has-submenu ul li {
    margin: 0;
}

.pkp_structure_head ul.pkp_navigation_primary li.has-submenu ul li a {
    display: block;
    color: #e5cd9e;
    text-decoration: none;
    border-bottom: 1px solid rgba(229, 205, 158, 0.1);
    padding: 12px 15px;
    font-size: 0.9rem;
    font-weight: 400;
    transition: all 0.2s ease;
    white-space: normal;
}

.pkp_structure_head ul.pkp_navigation_primary li.has-submenu ul li a:hover {
    background-color: rgba(229, 205, 158, 0.05);
    color: #ffffff;
    border-bottom-color: rgba(229, 205, 158, 0.1);
}

.pkp_structure_head ul.pkp_navigation_primary li.has-submenu ul li:last-child a {
    border-bottom: none;
}

.pkp_navigation_search_wrapper a.pkp_search {
    color: #e5cd9e;
    text-decoration: none;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 5px;
}

.pkp_navigation_search_wrapper a.pkp_search:hover {
    color: #ffffff;
}

/* Homepage Hero Split Layout */
.ijrll_hero_split_wrapper {
    background-color: #1a0a33; /* Dark background matching mockup */
    padding: 30px 20px;
    display: flex;
    justify-content: center;
}

.ijrll_hero_split_layout {
    max-width: 1200px;
    width: 100%;
    display: flex;
    gap: 15px;
    background: #211531;
    border: 1px solid rgba(229, 205, 158, 0.3);
    border-radius: 12px;
    padding: 10px;
    position: relative;
    box-shadow: 0 15px 40px rgba(0,0,0,0.5);
}

/* Corner Ornaments for the Split Layout */
.split_corner {
    position: absolute;
    width: 30px;
    height: 30px;
    border: 2px solid #e5cd9e;
    z-index: 1;
    pointer-events: none;
    border-radius: 4px;
}
.split_corner.top_left { top: -2px; left: -2px; border-right: none; border-bottom: none; border-top-left-radius: 12px; }
.split_corner.bottom_left { bottom: -2px; left: -2px; border-right: none; border-top: none; border-bottom-left-radius: 12px; }

/* Left Column: Features List */
.ijrll_hero_features_list {
    flex: 0 0 38%;
    display: flex;
    flex-direction: column;
    z-index: 2;
    border: 1px solid rgba(229, 205, 158, 0.15);
    border-radius: 8px;
    background: rgba(30, 20, 45, 0.5);
}

.ijrll_hero_features_list .feature_item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px 15px;
    border-bottom: 1px solid rgba(229, 205, 158, 0.1);
    transition: all 0.3s ease;
}
.ijrll_hero_features_list .feature_item:last-child {
    border-bottom: none;
}

.ijrll_hero_features_list .feature_item:hover {
    background: rgba(43, 17, 84, 0.8);
}

.ijrll_hero_features_list .feature_item .icon {
    flex: 0 0 40px;
    height: 40px;
    background: #311b54;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.2);
}
.ijrll_hero_features_list .feature_item .icon svg {
    width: 18px;
    height: 18px;
}

.ijrll_hero_features_list .feature_item h3 {
    color: #e5cd9e;
    font-size: 1rem;
    margin-bottom: 2px;
    font-family: 'Outfit', serif;
    font-weight: 500;
}

.ijrll_hero_features_list .feature_item p {
    color: #cccccc;
    font-size: 0.75rem;
    margin: 0;
    line-height: 1.2;
}

/* Right Column: Video Container */
.ijrll_hero_video_container {
    flex: 1;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    border: 1px dashed rgba(229, 205, 158, 0.4);
    z-index: 2;
}

.ijrll_hero_video_container .hero_video_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.card_corner {
    position: absolute;
    width: 80px;
    height: 80px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M100 0 L100 60 C80 60, 40 80, 40 100 L0 100 C0 50, 50 0, 100 0 Z" fill="none" stroke="%23d6c19a" stroke-width="2"/><path d="M100 10 L100 40 C80 40, 60 60, 60 80 L60 100 L10 100 C10 50, 50 10, 100 10 Z" fill="%23d6c19a" opacity="0.3"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 1;
}
.card_corner.top_right { top: 0; right: 0; }
.card_corner.bottom_left { bottom: 0; left: 0; transform: scaleX(-1) scaleY(-1); }

/* Old features items removed to accommodate new layout */

/* Main Layout Wrapper */
.ijrll_main_wrapper {
    background-color: #1a0a33;
    background-image: url('../images/fountain-pen-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    gap: 20px;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    /* Optional overlay if image is too bright */
}
.pkp_page_index .ijrll_main_wrapper {
    padding: 25px 20px 25px 20px !important;
}

.ijrll_main_wrapper::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: rgba(26,10,51,0.65);
    z-index: 1;
}

.ijrll_main_wrapper > * {
    position: relative;
    z-index: 2;
}

.ijrll_main_wrapper .pkp_structure_content {
    flex: 1;
    max-width: 850px;
    float: none;
    width: auto;
    margin: 0;
    padding: 0;
}

.ijrll_main_wrapper .pkp_structure_sidebar {
    width: 300px;
    float: none;
    margin: 0;
    padding: 0;
}

/* Card Styles */
.ijrll_card {
    background-color: #fcf8ee;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
    border: 1px solid rgba(229, 205, 158, 0.4);
}

.ijrll_card .card_header {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 15px;
    border-bottom: 1px solid rgba(229, 205, 158, 0.5);
}

.ijrll_card .card_header .icon_box {
    background-color: #4a2575;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ijrll_card .card_header h3 {
    color: #4a2575;
    font-size: 0.85rem;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Inter', 'Roboto', sans-serif;
    letter-spacing: 0.5px;
}

.ijrll_card .card_body {
    padding: 15px;
}

.ijrll_card .card_body.p-0 {
    padding: 0;
}

/* About Journal Card Specifics */
.about_journal_card .card_title {
    color: #2b1154;
    font-size: 1.25rem;
    margin-bottom: 10px;
    line-height: 1.3;
}

.about_journal_card p {
    color: #444;
    line-height: 1.5;
    margin-bottom: 10px;
    font-size: 0.9rem;
}

/* Sidebar Table Info */
.info_table {
    width: 100%;
    border-collapse: collapse;
}

.info_table th, .info_table td {
    padding: 12px 15px;
    border-bottom: 1px solid rgba(229, 205, 158, 0.5);
    text-align: left;
    font-size: 0.85rem;
}

.info_table tr:last-child th, .info_table tr:last-child td {
    border-bottom: none;
}

.info_table th {
    font-weight: 600;
    color: #2b1154;
    width: 40%;
    border-right: 1px solid rgba(229, 205, 158, 0.5);
}

.info_table td {
    color: #444;
}

/* Sidebar Info List */
.info_list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.info_list li {
    border-bottom: 1px solid rgba(229, 205, 158, 0.5);
}

.info_list li:last-child {
    border-bottom: none;
}

.info_list li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    color: #2b1154;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.2s ease;
}

.info_list li a:hover {
    background-color: #f1e6d2;
}

.info_list li a .arrow {
    color: #4a2575;
}

.mt-3 { margin-top: 1rem !important; }
.mt-4 { margin-top: 1.0rem !important; }

/* Aims & Objectives Grid */
.aims_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
    margin-top: 20px;
}
.aims_box {
    background: #fbf6ec;
    border: 1px solid #eaddd0;
    border-radius: 8px;
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
}
.aims_box .icon {
    background: #f1e6d2;
    color: #4a2575;
    width: 45px;
    height: 45px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.aims_box .text {
    font-size: 0.85rem;
    color: #333;
    line-height: 1.4;
}

/* Scope Grid */
.scope_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
    margin-top: 20px;
}
.scope_item {
    background: #fdfbf7;
    border: 1px solid #eaddd0;
    border-radius: 8px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.85rem;
    color: #444;
    font-weight: 500;
}
.scope_item .icon {
    color: #4a2575;
}

/* Why Publish List */
.why_publish_list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.why_publish_list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 15px;
    border-bottom: 1px solid rgba(229, 205, 158, 0.5);
}
.why_publish_list li:last-child {
    border-bottom: none;
}
.why_publish_list .num {
    color: #4a2575;
    font-weight: 700;
    font-size: 1.1rem;
    background: #f1e6d2;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.why_publish_list .text h4 {
    color: #2b1154;
    font-size: 1rem;
    margin: 0 0 5px 0;
    font-weight: 600;
}
.why_publish_list .text p {
    color: #555;
    font-size: 0.85rem;
    line-height: 1.4;
    margin: 0;
}

/* Dark Cards */
.dark_card {
    background-color: #2b1154;
    border: 1px solid rgba(229, 205, 158, 0.3);
}
.dark_card .dark_title {
    color: #e5cd9e;
    font-size: 0.95rem;
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
.dark_list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
}
.dark_list li {
    color: #fff;
    padding: 8px 0;
    border-bottom: 1px solid rgba(229, 205, 158, 0.2);
    font-size: 0.9rem;
}

/* Contributions Grid */
.contrib_grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px 10px;
}
.contrib_item {
    color: #eaddd0;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    gap: 10px;
}
.contrib_item .icon {
    color: #eaddd0;
    opacity: 0.8;
}

/* Info Blocks Row */
.info_blocks_row {
    display: flex;
    gap: 30px;
    width: 100%;
}
.info_block_card {
    flex: 1;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 25px;
    border-radius: 12px;
}
.info_block_card .icon_box {
    background: transparent;
    color: #4a2575;
    flex-shrink: 0;
}
.info_block_card .text_content h4 {
    color: #4a2575;
    font-size: 1rem;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    font-family: 'Inter', 'Roboto', sans-serif;
    letter-spacing: 0.5px;
}
.info_block_card .text_content p {
    color: #444;
    font-size: 0.85rem;
    line-height: 1.5;
    margin: 0;
}

/* Full Width Banners */
.full_width_banners_wrapper {
    width: 100%;
    background-color: #1a0a33;
    padding: 0 0 30px 0;
}

.full_width_container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contribute_banner_full {
    background: linear-gradient(135deg, #2b1154 0%, #1a0a33 100%);
    border-radius: 12px;
    padding: 30px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    border: 1px solid rgba(229, 205, 158, 0.3);
    position: relative;
    overflow: hidden;
}
.contribute_banner_full .icon_and_text {
    display: flex;
    align-items: center;
    gap: 30px;
    max-width: 70%;
    z-index: 2;
}
.contribute_banner_full .icon {
    padding-right: 30px;
    border-right: 1px solid rgba(229, 205, 158, 0.3);
}
.contribute_banner_full h4 {
    color: #e5cd9e;
    font-size: 1.2rem;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
}
.contribute_banner_full p {
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
    color: #e0d8ef;
}
.contribute_banner_full .pen_image {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 40%;
    background-image: url('../images/golden-pen.jpg');
    background-size: cover;
    background-position: right center;
    mask-image: linear-gradient(to right, transparent 0%, black 50%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 50%);
}

.current_issue_banner_full {
    background: #fcfaf6;
    border-radius: 8px;
    padding: 20px 40px;
    display: flex;
    align-items: center;
    gap: 40px;
    box-shadow: 0 10px 40px rgba(43, 17, 84, 0.08);
    border: 1px solid rgba(229, 205, 158, 0.4);
    position: relative;
    transition: transform 0.3s ease;
}

/* Elegant Border Design */
.current_issue_banner_full::before, .current_issue_banner_full::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    border: 2px solid #e5cd9e;
    z-index: 1;
    pointer-events: none;
    border-radius: 2px;
}
.current_issue_banner_full::before {
    top: 10px; left: 10px;
    border-right: none; border-bottom: none;
}
.current_issue_banner_full::after {
    bottom: 10px; right: 10px;
    border-left: none; border-top: none;
}

.current_issue_banner_full:hover {
    box-shadow: 0 15px 45px rgba(43, 17, 84, 0.12);
}

.current_issue_banner_full .issue_cover {
    flex: 0 0 140px; /* slightly smaller cover */
}

.current_issue_banner_full .issue_cover img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    box-shadow: 0 12px 25px rgba(0,0,0,0.18);
    display: block;
    border: 1px solid rgba(229, 205, 158, 0.6);
}

.current_issue_banner_full .issue_details {
    flex: 1;
}

.current_issue_banner_full .issue_details h4 {
    color: #8b6e4e;
    font-size: 0.85rem;
    margin-bottom: 8px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.current_issue_banner_full .issue_details h3 {
    color: #2b1154;
    font-size: 1.25rem;
    margin-bottom: 15px;
    line-height: 1.4;
    font-weight: 600;
    font-family: 'Inter', 'Roboto', sans-serif;
}

.current_issue_banner_full .issue_details .published_date {
    color: #555;
    font-size: 0.95rem;
    margin: 0 0 25px 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.current_issue_banner_full .issue_details .published_date i {
    color: #8b6e4e;
}

/* Premium Primary Gold Button */
.btn-primary-gold {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 28px;
    background: linear-gradient(135deg, #2b1154, #4a2575);
    color: #e5cd9e;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 500;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(43, 17, 84, 0.2);
    border: none;
}

.btn-primary-gold:hover {
    background: #e5cd9e;
    color: #2b1154;
    box-shadow: 0 6px 20px rgba(229, 205, 158, 0.4);
    transform: translateY(-2px);
}

.rss_buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-end;
}
.rss_btn {
    display: flex;
    text-decoration: none;
    background: transparent;
}
.rss_btn .badge {
    padding: 3px 10px;
    font-size: 0.75rem;
    font-weight: 600;
    color: #fff;
}
.rss_btn .badge.orange {
    background-color: #d27928;
    border-radius: 3px 0 0 3px;
}
.rss_btn .badge.grey {
    background-color: #92997b;
    border-radius: 0 3px 3px 0;
}

.btn-outline-gold {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 25px;
    border: 1px solid #e5cd9e;
    border-radius: 30px;
    color: #fff;
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    background: transparent;
}
.btn-outline-gold:hover {
    background: #e5cd9e;
    color: #2b1154;
}

/* Footer Customizations */
.pkp_structure_footer {
    background-color: #21191a;
    padding: 0;
    margin-top: 0;
}

.footer_inner {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    background-color: #2b2223;
    overflow: hidden;
}

.footer_frame {
    border: 1px solid #8b6e4e;
    margin: 15px;
    padding: 30px 40px;
    position: relative;
    z-index: 2;
}

/* Add corner decorations */
.footer_frame::before, .footer_frame::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border: 1px solid #8b6e4e;
    border-radius: 50%;
}
.footer_frame::before { top: -5px; left: -5px; background: #2b2223; }
.footer_frame::after { top: -5px; right: -5px; background: #2b2223; }

.footer_content {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    position: relative;
    z-index: 2;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(139, 110, 78, 0.3);
}

.footer_col {
    flex: 1;
}

.links_col {
    flex: 0 0 180px; /* Reduce width so they sit closer together */
}

.contact_col {
    flex: 0 0 280px;
}

.brand_col {
    max-width: 320px;
    padding-right: 30px;
    border-right: 1px solid rgba(139, 110, 78, 0.3);
}

.brand_header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}
.brand_header .icon_key {
    color: #e5cd9e;
    opacity: 0.9;
}
.brand_header h2 {
    color: #e5cd9e;
    font-size: 1.8rem;
    margin: 0 0 5px 0;
    font-family: 'Outfit', serif;
    letter-spacing: 1px;
}
.brand_header p {
    color: #d1c7e0;
    font-size: 0.8rem;
    margin: 0;
    line-height: 1.3;
}

.published_by {
    margin-top: 20px;
}
.published_by .pub_label {
    color: #d1c7e0;
    font-size: 0.85rem;
    margin: 0 0 5px 0;
}
.published_by .publisher_name {
    color: #fff;
    font-size: 0.95rem;
    font-weight: 600;
    margin: 0;
}

.links_col h4, .contact_col h4 {
    color: #e5cd9e;
    font-size: 1rem;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.links_col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.links_col ul li {
    margin-bottom: 10px;
}
.links_col ul li a {
    color: #d1c7e0;
    text-decoration: none;
    font-size: 0.85rem;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: color 0.2s ease;
}
.links_col ul li a::before {
    content: '▸';
    color: #e5cd9e;
    font-size: 1.1rem;
}
.links_col ul li a:hover {
    color: #e5cd9e;
}

.contact_col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.contact_col ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #d1c7e0;
    font-size: 0.85rem;
    margin-bottom: 12px;
}
.contact_col ul li .icon {
    color: #e5cd9e;
    opacity: 0.8;
}

.pkp_brand_footer {
    padding-top: 15px;
}
.pkp_brand_footer p {
    color: #a097a8;
    font-size: 0.8rem;
    margin: 0;
}

.footer_globe {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 350px;
    height: 100%;
    background-image: url('../images/footer-globe.jpg');
    background-size: cover;
    background-position: left center;
    z-index: 1;
    mask-image: linear-gradient(to right, transparent 0%, black 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 100%);
}

/* Scroll Animations */
.animate-on-scroll {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1), transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
    will-change: opacity, transform;
}
.animate-on-scroll.in-view {
    opacity: 1;
    transform: translateY(0);
}
.delay-1 { transition-delay: 0.15s; }
.delay-2 { transition-delay: 0.3s; }
