@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
@import url('https://fonts.googleapis.com/css2?family=Archivo+Narrow:ital,wght@0,400..700;1,400..700&display=swap');

:root {
    --font-merriweather: "Archivo Narrow", sans-serif;
    --font-poppins: 'Poppins', sans-serif;
    --primary-color: #1E3A5F;
}

body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

.container-fluid {
    width: 94%;
}

.sidebar_wrapper {
    background: #fff;
    /* border: 1px solid #e0e0e0; */
    /* border-radius: 10px; */
    padding: 25px;
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05); */
}

.sidebar_title {
    font-size: 20px;
    font-weight: 600;
    font-family: var(--font-merriweather);
    border-left: 4px solid var(--primary-color);
    padding-left: 10px;
    color: var(--primary-color);
    margin-bottom: 20px;
}

.sidebar_wrapper ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar_wrapper ul li {
    margin: 0;
    padding: 12px 0;
    border-bottom: 1px solid #e6e6e6;
    transition: all 0.3s ease;
}

.sidebar_wrapper ul li:last-child {
    border-bottom: none;
}

.sidebar_wrapper ul li a {
    color: #000;
    font-weight: 600;
    text-decoration: none;
    display: block;
    transition: color 0.3s ease, padding-left 0.3s ease;
    font-family: var(--font-poppins);
}

.sidebar_wrapper ul li a:hover {
    color: #000;
    padding-left: 8px;
}

.right_side-content {
    border-left: 1px solid #e0e0e0;
    /* border-radius: 10px; */
    background: #fff;
    padding: 30px;
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05); */
}

.title_bar {
    position: relative;
    font-size: 28px;
    font-weight: 700;
    font-family: var(--font-merriweather);
    color: #000;
}

.title_bar::before {
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 90px;
    height: 3px;
    content: "";
    background: var(--primary-color);
    border-radius: 2px;
}

.issn {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    font-family: var(--font-poppins);
}

.right_side-content p {
    color: #000;
    font-family: var(--font-poppins);
    font-size: 0.9rem;
    line-height: 24px;
    margin-top: 0.5rem !important;
    margin-bottom: 0;
}

.footer-menu ul li {
    font-family: var(--font-poppins);
}

/* Card Box */
.journal-card {
    background: #fff;
    /* border-radius: 12px; */
    padding: 25px;
    margin-bottom: 10px;
    /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06); */
    transition: all 0.3s ease;
}

.journal-card2 {
    padding: 5px 20px;
}

/* .journal-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
} */

.current-issue img {
    max-width: 420px;
    border-radius: 8px;
    margin-right: 20px;
}

.current-issue p {
    margin-bottom: 6px;
    font-size: 15px;
}

/* Article Card */
.article-title {
    font-size: 18px;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 8px;
    transition: color 0.3s;
}

.article-title:hover {
    color: #084298;
}

.article-meta {
    font-size: 14px;
    color: #555;
    margin-bottom: 5px;
}

.doi {
    font-size: 14px;
    margin-bottom: 12px;
}

/* Links / Buttons */
.article-links a {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    margin-right: 15px;
    text-decoration: none;
    color: var(--primary-color);
    transition: all 0.3s;
}

.article-links a i {
    margin-right: 5px;
}

.article-links a:hover {
    color: #084298;
    text-decoration: underline;
}

.issn-badge {
    display: inline-block;
    background: #f1f5ff;
    color: var(--primary-color);
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
}

.footer-bg {
    background: var(--primary-color);
}

.footer-title {
    font-family: var(--font-merriweather);
    padding-bottom: 15px;
    border-bottom: 5px solid #fff;
    border-width: thin;
    margin-bottom: 15px;
    color: #fff;
}

/* Arbind */

.header-search-2 {
    min-width: 50% !important;
}

.ltn__header-3 .ltn__header-middle-area {
    padding: 15px 0;
}

.logotext {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.site-logo h1 {
    margin: 0;
    font-size: 32px;
    font-weight: 600;
    white-space: normal;
    word-wrap: break-word;
    text-transform: uppercase;
    font-family: var(--font-merriweather);
}

.logotext p {
    margin: 0;
}

.header-menu-2 .ltn__main-menu>ul {
    display: flex !important;
}

.ltn__main-menu>ul>li>a {
    padding: 5px 10px 5px 5px;
    font-family: var(--font-merriweather);
    font-weight: 300;
}

.header-contact-search {
    justify-content: flex-end;
}


span.big-text {
    font-size: 50px;
}

ul.notice_warpper li {
    display: inline-block;
    margin: 0 0.35rem;
}

.notice_title_bg {
    background: #ff8400;
    padding: 10px 0px 10px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.notice_title {
    color: #000;
    font-size: 24px;
    text-align: center;
    padding: 5px;
    margin: 0;
    font-family: var(--font-merriweather);
}

.notice_list {
    padding: 10px 0px 10px 20px;
    background: #092f56;
    color: #fff;
}

ul.notice_warpper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}


.logo-row {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 50px;
    padding: 15px 0;
}


.logo-row img {
    width: auto;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(248deg) brightness(106%) contrast(106%);
    transition: all 0.3s ease;
    height: 90px;
}


.logo-row img:hover {
    filter: grayscale(0%) opacity(100%);
}

.border-light {
    border-color: rgba(0, 0, 0, 0.08) !important;
}

.enquiry-btn {
    position: fixed;
    top: 30%;
    right: 20px;
    transform: rotate(-90deg);
    transform-origin: right center;
    background: var(--primary-color);
    color: #fff;
    padding: 12px 25px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px 10px 0px 0px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    z-index: 9999;
    transition: all 0.3s ease;
    letter-spacing: 1px;
}


.bg-orange {
    background-color: var(--primary-color);
}

.modal-content {
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.modal-header {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.modal-body .form-control {
    border-radius: 6px;
}

/* WhatsApp Floating Button */
.whatsapp-float {
    position: fixed;
    bottom: 20%;
    right: 30px;
    width: 55px;
    height: 55px;
    background-color: #25d366;
    color: white;
    border-radius: 50%;
    text-align: center;
    font-size: 28px;
    line-height: 55px;
    z-index: 9999;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
    animation: pulse 2s infinite;
    transition: transform 0.3s;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    text-decoration: none;
    color: white;
}

.modal {
    z-index: 9999;
}

.bg-modal-head {
    background: var(--primary-color);
}

.bg-modal-head>.modal-title {
    font-family: var(--font-merriweather);
    text-align: center;
}

.modal-header {
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}

ul.list-unstyled li a , .footer-bg p , ul.notice_warpper li{
    font-family: var(--font-poppins);
}

.custom-iframe{
    width: 100%;
    height: 250px;
}


/* Pulse Animation */
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6);
    }

    70% {
        box-shadow: 0 0 0 12px rgba(37, 211, 102, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

@media (max-width: 1400px) {

    .ltn__header-3 .ltn__header-middle-area {
        padding: 10px 0;
    }

    .header-search-2 input {
        padding-left: 15px;
        padding-right: 50px;
        height: 30px;
    }

    .header-search-2 button {
        height: 35px;
    }

    .current-issue p {
        margin-bottom: 0px;
        font-size: 12px;
        margin-top: 0px !important;
    }

    .current-issue img {
        max-width: 250px;
    }

    .sidebar_wrapper ul li a {
        font-size: 12px;
    }

    .right_side-content p {
        font-size: 12px;
    }
}

/* today */




@media screen and (max-width: 1400px) {


    .ltn__header-3 .ltn__header-middle-area {
        padding: 10px 0;
    }

    .header-search-2 input {
        padding-left: 15px;
        padding-right: 50px;
        height: 30px;
    }

    .header-search-2 button {
        height: 35px;
    }

    .site-logo h1 {
        font-size: 28px;
    }

    span.big-text {
        font-size: 42px;
    }

    .logo-row img {
        height: 60px;
    }

    .notice_title {
        font-size: 21px;
    }
}

@media screen and (max-width: 590px) {
    span.big-text {
        font-size: 26px;
    }

    .site-logo h1 {
        font-size: 18px;
    }

    .enquiry-btn,
    .issn {
        display: none;
    }

    .journal-card {
        flex-direction: column;
    }

    .journal-card img {
        width: 100%;
    }

    .m_bar {
        flex-direction: column-reverse;
    }
}