:root {
    --primary: #123265;
    --primary-dark: #0b2247;
    --primary-light: #1e4a8a;
    --primary-tint: #eaf0fa;
    --accent: #00227f;
    --accent-dark: #001e72;
    --accent-tint: #fcf1de;
    --ink: #142238;
    --ink-muted: #5b6478;
    --bg: #f6f8fc;
    --bg-alt: #eef2f9;
    --white: #ffffff;
    --border: #e2e8f3;

    --font-display: "Sora", sans-serif;
    --font-body: "Inter", sans-serif;
    --radius-sm: 10px;
    --radius-md: 16px;
    --radius-lg: 24px;
    --shadow-sm: 0 2px 10px rgba(18, 50, 101, 0.06);
    --shadow-md: 0 10px 30px rgba(18, 50, 101, 0.1);
    --shadow-lg: 0 20px 50px rgba(18, 50, 101, 0.16);
    --gap: 24px;
    --header-h: 90px;
    --nav-h: 48px;
    --ease: ease;
}
/*a {
    text-decoration: none;
    color: inherit;
}*/
body, p {
    font-size: 16px;
}
@media (max-width: 1199px) {
    body, p {
        font-size: 15px;
    }
}
@media (max-width: 575px) {
    body, p {
        font-size: 14px;
    }
}
.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
        width: inherit!important;
    }
}

@media (max-width: 600px) {
    .e-resou-m{
        margin-top:0px!important;
    }
    .stats-box{
        margin-top:35px;
    }
    .cookie-box {
        height: 188px!important;
    }
}

.text-black {
    color:#000 !important;
}

.b-example-divider {
    width: 100%;
    height: 3rem;
    background-color: rgba(0, 0, 0, 0.1);
    border: solid rgba(0, 0, 0, 0.15);
    border-width: 1px 0;
    box-shadow: inset 0 0.5em 1.5em rgba(0, 0, 0, 0.1), inset 0 0.125em 0.5em rgba(0, 0, 0, 0.15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi {
    vertical-align: -0.125em;
    fill: currentColor;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.btn-bd-primary {
    --bd-violet-bg: #712cf9;
    --bd-violet-rgb: 112.520718, 44.062154, 249.437846;
    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bd-violet-bg);
    --bs-btn-border-color: var(--bd-violet-bg);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #6528e0;
    --bs-btn-hover-border-color: #6528e0;
    --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #5a23c8;
    --bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle {
    z-index: 1500;
}

.bd-mode-toggle .dropdown-menu .active .bi {
    display: block !important;
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mr-10 {
    margin-right: 10px !important;
}
.mr-25 {
    margin-right: 25px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.mr-50 {
    margin-right: 50px !important;
}

.ml-50 {
    margin-left: 50px !important;
}

.offcanvas-title {
    font-family: 'Open Sans', sans-serif;
}

.onos-logo {
    height: 80px;
    margin-right: 10px;
}

.inf-logo {
    height: 140px;
    margin-top: 20px;
    float: contour !important;
}

.logo-text {
    white-space: nowrap;
    font-size: 50px;
    margin: 0px !important;
    padding: 0px;
    font-weight: bold !important;
    color: rgb(18, 50, 101) !important;
}

.bg-dark {
    background: #123265 !important;
}

.bg-body-tertiary {
    background: #123265 !important;
}

.link-body-emphasis {
    color: #fff !important;
}

/*.nav-link {
    color: #fff !important;
     Change text color 
    font-weight: 600 !important;
    font-size: 15px !important;
}

.menu .nav-link:hover,
.nav-link:visited {
    border-bottom: 1px solid #fff;
     Add rounded corners 
    color: #fff !important;
    font-weight: 600 !important;
}

.top-bar-menu .nav-link:hover {
    color: #fff !important;
    font-weight: 600 !important;
}

.nav-link.active {
    border-bottom: 2px solid #fff;
     Add rounded corners 
    font-weight: 600 !important;
}*/

.fs-8 {
    font-size: 0.9rem;
}

.footer {
    background: #123265 !important;
}

.footer-col-title {
    color: #fff;
    font-weight: 700;
}

.bottom-footer {
    color: #fff;
}

.featured-search-box {
    background-color: #f7f8f9;
    padding: 20px 20px;
    height: 100%;
    border: 1px dashed #123265 !important;
}

.featured-search-box input[type='text'] {
    border-radius: 0px;
}

.featured-search-box button {
    border-radius: 0px;
}

.section-title {
    position: relative;
}

.form-select-lg {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
    border-radius: 0px;
}

.institute-filter {
    text-decoration: none;
}

.institute-filter .active {
    border-bottom: 5px solid #fff;
    padding-bottom: 2px;
    border-radius: 10px;
}

.institute-filter:hover {
    box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.2), 0 10px 30px 0 rgba(0, 0, 0, 0.19);
    border-radius: .5rem;
}
/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/

section,
.section {
    color: var(--default-color);
    background-color: var(--background-color);
    padding: 60px 0;
    scroll-margin-top: 100px;
    overflow: clip;
}

@media (max-width: 1199px) {
    section,
    .section {
        scroll-margin-top: 66px;
    }
}
/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/

.section-title {

    position: relative;
}

.section-title h2 {
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    line-height: 1px;
    margin: 0;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: color-mix(in srgb, var(--default-color), transparent 50%);
    position: relative;
}

.section-title h2::after {
    content: '';
    width: 120px;
    height: 1px;
    display: inline-block;
    background: var(--accent-color);
    margin: 4px 10px;
}

.section-title div {
    color: var(--heading-color);
    margin: 0;
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    font-family: var(--heading-font);
}

.text-justify {
    text-align: justify;
}

.vikshit-logo {
    height: 80px;
}

.mt-30 {
    margin-top: 30px !important;
}

.box {
    float: left;
    width: 50%;
    /* Adjust as needed */
}

.no-style {
    list-style: none;
    padding-left: 5px;
}

.vertical-line {
    border-left: 1px solid #fff;
    /* Change color to your preference */
    height: 20px;
    /* Adjust height */
    margin: 10px 10px;
    /* Space between links */
}

.dropdown-menu {
    border-radius: 0px !important;
    margin-top: 5px !important;
}

.dropdown-menu li {
    border-bottom: 1px solid #e5e5e5;
    padding: 2px 5px;
    margin: 0px 5px !important;
}

.dropdown-menu li a {
    padding-left: 0px;
    margin: 0px 5px !important;
}

.dropdown-menu li:last-child {
    border-bottom: none !important;
}

.onos-bg-color {
    background: #004394 !important;
}

.onos-border-color {
    border: 1px solid #004394 !important;
}

.onos-btn-color:hover {
    background: #123265 !important;
}

.ml-60 {
    margin-left: 60px !important;
}

.ml-5 {
    margin-left: 5px !important;
}

div.alphabet {
    position: relative;
    display: table;
    width: 100%;
    margin-bottom: 1em;
}

div.alphabet span {
    display: table-cell;
    color: #3174c7;
    cursor: pointer;
    text-align: center;
    width: 3.5%;
}

div.alphabet span:hover {
    text-decoration: underline;
}

div.alphabet span.active {
    color: black;
}

div.alphabet span.empty {
    color: red;
}

div.alphabetInfo {
    display: block;
    position: absolute;
    background-color: #111;
    border-radius: 3px;
    color: white;
    top: 2em;
    height: 1.8em;
    padding-top: 0.4em;
    text-align: center;
    z-index: 1;
}

.no-underline-white {
    text-decoration: none;
    color: white;
}

.arrow {
    margin-left: 5px;
    font-size: 14px;
    /* Adjust size as needed */
    transition: transform 0.3s ease-in-out;
    /* For smooth arrow rotation */
}

.rotate-up {
    transform: rotate(180deg);
    /* Rotate the arrow to point up (▲) */
}
/* General styling for the form container */

.btn-search {
    height: 40px;
    padding: 5px 20px;
}

.search-container input {
    width: 100%;
    height: 40px;
    padding: 5px;
}

.journal-count {
    color: #fff;
    font-weight: bolder;
    padding: 3px 5px;
    background: #123265;
    margin-left: 10px !important;
    border-radius: 3px;
    font-size: 12px;
}

button.acc-btn {
    /* create a grid */
    display: grid;
    /* create colums. 1fr means use available space */
    grid-template-columns: 1fr max-content max-content;
    align-items: center;
    grid-gap: 10px;
}

.journal-title {
    font-weight: 600;
    font-size: 20px !important;
    color: #123265;
}

.breadcrumb li a {
    color: #123265 !important;
}

.visitor-counter {
    font-size: 14px;
    /* Adjust font size */
    font-weight: bold;
    /* Make the text bold */
    color: #0d6efd;
    /* Orange color for the counter */
}

.featured-list {
    padding-left: 1rem;
}

.featured-list li {
    text-align: justify;
    margin-bottom: 10px;
}

.nav-link svg {
    font-size: 12px;
    padding-bottom: 2px;
}

.fieldset {
    border: 1px solid #eee;
    padding: 5px 10px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.legend {
    font-weight: 500;
    font-size: 20px;
    border-bottom: 1px solid #eee;
    padding: 10px 0px;
    margin-bottom: 15px;
}

.form-control {
    border-radius: 0px;
    line-height: 25px;
}

.btn-block {
    display: block;
    width: 100%;
}

.mt-45 {
    margin-top: 45px;
}

.featured-list li {
    text-align: justify;
    margin-bottom: 10px;
    padding-left: 5px;
}

.nav-link svg {
    font-size: 12px;
    padding-bottom: 0px !important;
}

.list-group-item a {
    text-decoration: none;
    color: #0a58ca;
    font-weight: 600;
    font-size: 15px;
}

.pr-2 {
    padding-right: 2px;
}

.latest-news-header {
    font-size: 20px;
    text-transform: uppercase;
    vertical-align: middle;
    font-weight: bold;
    color: #fff;
    text-align: right;
}

#scroll-container {
    color: #fff;
    overflow: hidden;
    vertical-align: middle;
    font-weight: 600;
}

.onos-scoll-div {
    background: #123265 !important;
    padding: 8px 0px;
}

.select2-selection {
    border-radius: 0px !important;
    line-height: 25px !important;
    padding-top: 5px;

}

.select2-container .select2-selection--single {
    height: 40px !important;
}

.child-list {
    list-style: none !important;
    padding-left: 2rem !important;
}
#scroll-text {
    margin-top: 4px;
    /* animation properties */
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -moz-animation: my-animation 35s linear infinite;
    -webkit-animation: my-animation 35s linear infinite;
    animation: my-animation 35s linear infinite;
}
#scroll-text p {
    margin-bottom: 0px;
}

#alphaFilter a {
    margin: 0 17px;
    cursor: pointer;
    text-decoration: none;
    color: #3174c7;
}

#alphaFilter a.active {
    font-weight: bold;
    color: black;
}

.dropdown-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    display: inline-block;
}

.subject-filter {
    width: 100%;
}

.dropdown-button {
    border: 1px solid #ccc;
    cursor: pointer;
    background: #fff;
    border-radius: 4px;
    height: 30px;
    padding: 4px 8px;
    font-size: 13px;
    display: inline-block;
    important
    min-width: 150px;
    optional: prevents button from being too small
        white-space: nowrap;
    prevent text wrap
}

.dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 365px;
    max-width: 430px;
    width: auto;
    max-height: 360px;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #ccc;
    z-index: 9999;
    padding: 8px;
    font-size: 13px;
}

.dropdown-container.open .dropdown-content {
    display: block;
}

.subject-group>label {
    cursor: pointer;
}

.child-list {
    margin-left: 20px;
}

.oa-type-filter {
    max-width: 180px;
}

.subject-group label {
    display: flex;
    gap: 6px;
    align-items: flex-start;
}

.subject-group b {
    white-space: normal;
    line-height: 1.3;
}

.clear-subjects {
    padding: 4px 8px;
    height: 30px;
    margin-left: 5px;
    /* small gap from dropdown */
    vertical-align: top;
}

.subject-filter-holder {
    position: relative;
}

.dropdown-content ul {
    list-style: none;
    margin: 0;
    padding-left: 1rem;
}

.dropdown-content label {
    display: block;
    padding: 4px 8px;
}

.selected-tag {
    display: inline-block;
    background-color: #e0e0e0;
    padding: 5px 10px;
    border-radius: 20px;
    margin: 5px;
    font-size: 0.9rem;
}

.selected-tag .remove-tag {
    margin-left: 8px;
    cursor: pointer;
    font-weight: bold;
}

.dt-column-order {
    display: none !important;
}

.tab {
    display: none;
}

.step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
}

.step.active {
    opacity: 1;
}

.step.finish {
    background-color: #04AA6D;
}

.contribution-author {
    width: 100% !important;
    /* full width */
    min-width: 250px;
    /* optional: minimum size */
}
.fa, .fas {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

/* for Firefox */

@-moz-keyframes my-animation {
    from {
        -moz-transform: translateX(100%);
    }
    to {
        -moz-transform: translateX(-100%);
    }
}
/* for Chrome */

@-webkit-keyframes my-animation {
    from {
        -webkit-transform: translateX(100%);
    }
    to {
        -webkit-transform: translateX(-100%);
    }
}

@keyframes my-animation {
    from {
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    to {
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.e-resou-m {
    margin-top:50px;
}

#scroll-container {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;   /* Prevents wrapping */
}

.scroll-text {
    display: inline-block;
    white-space: nowrap;
    position: relative;
    animation: scroll-left 15s linear infinite;
    animation-delay: 1s; /* Delay before scrolling starts */
}

@keyframes scroll-left {
    0% {
        transform: translateX(100%); /* Start off-screen right */
    }
    100% {
        transform: translateX(-100%); /* Move off-screen left */
    }
}

.mr-15 {
    margin-right: 15px;
}

.nav-tabs .nav-link {
    color: #000 !important;
}
input[readonly] {
    background-color: #f0f0f0 !important;   /* light grey */
    color: #555 !important;                 /* darker text */
    cursor: not-allowed;                    /* optional */
}

.cookie-wrapper {
    position: fixed;
    bottom: 0;
    width: 75%;
    z-index: 9999;
    display: none;
    left: 50%;
    transform: translateX(-50%);
}

/* Main Banner */
.cookie-box {
    position: relative;
    background: #c9dbf8;
    padding: 15px 30px 15px 20px;
    border-top: 2px solid #ccc;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
    border-radius: 6px 6px 0 0;
    z-index: 999;
    color: #000;
    max-height:285px;
    overflow-y: scroll;
}

/* Close Button */
.close-btn {
    position: absolute;
    top: -18px;
    right: 2%;
    font-size: 22px;
    font-weight: bold;
    color: #000;
    cursor: pointer;
    border: 1px solid #000;
    padding: 0px 10px;
    border-radius: 50%;
    z-index: 9999;
    background-color: #ffffff;
    height: 38px;
}

/* Register Button */
.reg-btn {
    padding: 4px 8px;
    background: #123265;
    color: #fff;
    border: none;
    border-radius: 4px;
    white-space: nowrap;
    font-size: 14px;
    text-decoration: none;
}
.more-btn {
    padding: 4px 8px;
    color: #123265;
    border: 1px solid #123265;
    border-radius: 4px;
    white-space: nowrap;
    font-size: 14px;
    text-decoration: none;
}


/* Text section */
.cookie-text {
    flex: 1;
    margin-right: 20px;
}
.cookie-box hr{
    margin: 10px 0;
    color: inherit;
    border: 0;
    border-bottom: 1px #ffffff solid;
    opacity: .50;
}
.cookie-text strong{
    color:#000;
}
.cookie-text strong a{
    color:#ffffff;
}
.webinar-details{
}
.webinar-details p{
    margin-bottom:5px;
}
.webinar-details h5{
    font-size:18px;
    margin-bottom:0px;
    font-weight:700;
    color:#061c3f;
}
.webinar-head{
    position: absolute;
    top: -20px;
    left: 2%;
    background-color: #123265;
    border: 2px solid #fff;
    padding: 6px 20px 0px 20px;
    border-radius: 12px;
}
.webinar-head h5{
    color:#ffffff;
}
.webinar-head {
    position: absolute;
    top: -19px;
    left: 2%;
    background-color: #123265;
    border: 2px solid #fff;
    padding: 6px 20px 0px 20px;
    border-radius: 12px;
    z-index: 9999;
}
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(255, 255, 255, 0.3);
}

.view-more-btn{
    position: absolute;
    top: 10px;
    right: 50px; /* adjust near close button */
    background: #0d6efd;
    color: #fff;
    padding: 6px 14px;
    border-radius: 5px;
    font-size: 13px;
    text-decoration: none;
    font-weight: 500;
    transition: 0.3s;
}

.stat-cards-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-bottom: 20px;
}

.stat-card {
    position: relative;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 16px;
    cursor: pointer;
    transition: all 0.2s;
}

.stat-card:hover {
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

/* Active States */
.active-total    {
    background: #E6F1FB;
    border: 2px solid #378ADD;
}
.active-approved {
    background: #E1F5EE;
    border: 2px solid #1D9E75;
}
.active-payment  {
    background: #FFF3E0;
    border: 2px solid #BA7517;
}

/* Badge */
.active-badge {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 10px;
    font-weight: 500;
    padding: 2px 8px;
    border-radius: 20px;
}

.active-total    .active-badge {
    display: block;
    background: #B5D4F4;
    color: #0C447C;
}
.active-approved .active-badge {
    display: block;
    background: #9FE1CB;
    color: #085041;
}
.active-payment  .active-badge {
    display: block;
    background: #FAC775;
    color: #633806;
}

/* Icon */
.icon {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    margin-bottom: 10px;
}

.icon-blue   {
    background: #B5D4F4;
    color: #185FA5;
}
.icon-green  {
    background: #9FE1CB;
    color: #085041;
}
.icon-orange {
    background: #FAC775;
    color: #854F0B;
}
.icon-purple {
    background: #6f42c1;
    color: #fff;
}

.stat-label {
    font-size: 12px;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 4px;
}

.stat-num {
    font-size: 28px;
    font-weight: 600;
    color: #333;
}
.journal-title a {
    font-size: 20px;
    font-weight: bold;
    color: #185FA5;
    text-decoration: none;
}

.journal-title a:hover {
    text-decoration: underline;
}
.meta-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px 16px;
}
.top-bar {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 10px;
}

/* LEFT → CSV */
.top-bar .left {
    flex: 1;
}

/* CENTER → TITLE */
.top-bar .center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;

    font-size: 18px;
    font-weight: 600;
    color: #0d47a1;

    background: #e3f2fd;
    padding: 6px 16px;
    border-radius: 6px;
}

div.dt-container {
    position: relative;
    clear: both;
    overflow-x: scroll;
    padding-bottom: 20px;
}

.right-top-outreach {
    margin-bottom: 30px !important;

}

.stat-cards-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-bottom: 20px;
}

.stat-card {
    position: relative;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 16px;
    cursor: pointer;
    transition: all 0.2s;
}

.stat-card:hover {
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

/* Active States */
.active-total    {
    background: #E6F1FB;
    border: 2px solid #378ADD;
}
.active-approved {
    background: #E1F5EE;
    border: 2px solid #1D9E75;
}
.active-payment  {
    background: #FFF3E0;
    border: 2px solid #BA7517;
}

/* Badge */
.active-badge {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 10px;
    font-weight: 500;
    padding: 2px 8px;
    border-radius: 20px;
}

.active-total    .active-badge {
    display: block;
    background: #B5D4F4;
    color: #0C447C;
}
.active-approved .active-badge {
    display: block;
    background: #9FE1CB;
    color: #085041;
}
.active-payment  .active-badge {
    display: block;
    background: #FAC775;
    color: #633806;
}

/* Icon */
.icon {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    margin-bottom: 10px;
}

.icon-blue   {
    background: #B5D4F4;
    color: #185FA5;
}
.icon-green  {
    background: #9FE1CB;
    color: #085041;
}
.icon-orange {
    background: #FAC775;
    color: #854F0B;
}
.icon-purple {
    background: #6f42c1;
    color: #fff;
}

.stat-label {
    font-size: 12px;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 4px;
}

.stat-num {
    font-size: 28px;
    font-weight: 600;
    color: #333;
}
.journal-title a {
    font-size: 20px;
    font-weight: bold;
    color: #185FA5;
    text-decoration: none;
}

.journal-title a:hover {
    text-decoration: underline;
}
.meta-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px 16px;
}
.top-bar {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 10px;
}

/* LEFT → CSV */
.top-bar .left {
    flex: 1;
}

/* CENTER → TITLE */
.top-bar .center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;

    font-size: 18px;
    font-weight: 600;
    color: #0d47a1;

    background: #e3f2fd;
    padding: 6px 16px;
    border-radius: 6px;
}

.social-feed{
    overflow-y:auto;
    flex:1;
    padding:15px;
}

.yt-subscribers {
    font-size: 0.85rem;
    color: #555;
    padding: 8px 12px 0;
    display: flex;
    align-items: center;
    gap: 6px;
}

.yt-thumb-wrap {
    display: block;
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;   /* forces correct video ratio, kills black bars */
    overflow: hidden;
    background: #000;
}

.yt-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;      /* fills the box, crops instead of letterboxing */
    display: block;
}

.yt-play-badge {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 48px;
    height: 48px;
    background: rgba(255, 0, 0, 0.85);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    transition: transform 0.15s ease;
}

.yt-thumb-wrap:hover .yt-play-badge {
    transform: translate(-50%, -50%) scale(1.1);
}

.yt-stats {
    display: flex;
    gap: 16px;
    padding: 8px 12px;
    font-size: 0.8rem;
    color: #666;
}

.yt-stats i {
    margin-right: 4px;
}

.yt-watch-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 8px;
    font-weight: 600;
    color: #d32f2f;
    text-decoration: none;
    border-top: 1px solid #eee;
}

.yt-watch-btn:hover {
    background: #fff5f5;
}

.testimonial-card{
    transition:0.3s;
    border-radius:18px;
}

.testimonial-card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 35px rgba(0,0,0,.15);
}

.testimonial-avatar{
    width:90px;
    height:90px;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    margin:0 auto 20px;
    color:#fff;
    font-size:40px;
}

.bg-primary{
    background:#0d6efd !important;
}

.bg-danger{
    background:#e91e63 !important;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
    background-color: #112f5e;
    border-radius: 5px;
}

.pdf-viewer-frame {
    width: 100%;
    height: 80vh;
}

.w-20 {
    width: 20% !important;
}
.w-30 {
    width: 30% !important;
}

.w-50 {
    width: 30% !important;
}
.mw-1470 {
    max-width: 1470px !important;
}
.bg-highlight {
    background-color: cyan;
}
.mb-0 {
    margin-bottom: 0;
}

.email-wrapper {
    font-family: Arial, Helvetica, sans-serif;
    background:#f4f6f8;
    padding:20px;
}
.email-card {
    max-width:750px;
    margin:auto;
    background:#fff;
    padding:25px;
    border-radius:6px;
    border:1px solid #ddd;
}
.email-header {
    text-align:center;
    border-bottom:2px solid #2c7be5;
    padding-bottom:15px;
    margin-bottom:20px;
}
.email-title {
    margin:0;
    color:#2c7be5;
}
.email-subtitle {
    margin:5px 0 0 0;
    color:#555;
}
.email-text {
    color:#333;
}
.survey-table {
    border-collapse: collapse;
    width: 100%;
    margin-top: 10px;
    font-size: 14px;
}
.survey-table-head {
    background: #f0f2f5;
}
.survey-table th,
.survey-table td {
    border: 1px solid #ccc;
    padding: 8px;
}
.text-center {
    text-align: center;
}
.answer-text {
    color: #444;
}
.email-footer {
    border-top: 1px solid #ddd;
    margin-top: 30px;
    padding-top: 15px;
    font-size: 13px;
    color: #777;
    text-align: center;
}
.nav-tabs .nav-link {
    color: #000 !important;
}
.gap-10 {
    gap: 10px !important;
}
.custom-square {
    width: 20px;
    height: 20px;
    border: 2px solid #444;
}
.checkbox-spacing {
    margin-right: 5px;
}

.carousel-control-prev {
    left: -130px;
}
.carousel-control-next {
    right: -130px;
}
.accordion-button::after {
    display: none;
}

.faq-actions {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 12px;
}

.bookmark-faq {
    cursor: pointer;
    color: #6c757d;
    font-size: 18px;
}

.bookmark-faq.active {
    color: #ffc107;
}

.toggle-icon {
    color: #333;
    font-size: 16px;
}
.table-responsive-horizontal {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
}

#resourceTable_wrapper {
    overflow-x: scroll;
}

/* New Header Style */
/* =========== Utility bar =========== */
.utility-bar {
    background: #0b2247;
    color: #ffffff;
    font-size: 0.78rem;
    padding: 8px 0;
    font-weight: 600;
}
.utility-bar a {
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    opacity: 1;
    transition: color 0.2s;
}
.utility-bar a:hover {
    color: var(--accent);
}
.utility-bar .separator {
    color: rgba(255, 255, 255, 0.4);
    margin: 0 12px;
    font-weight: 300;
}

/* Custom Header Styling Variable Configurations */
:root {
    --onos-primary: #123265;
    --onos-dark: #091c3a;
    --font-stack: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

/* Base Top Utility Blue Strip */
.top-utility-bar {
    background-color: var(--onos-primary);
    font-family: var(--font-stack);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.fs-7 {
    font-size: 0.825rem;
}
.accessibility-links a,
.utility-links a {
    opacity: 0.9;
    transition: opacity 0.2s ease;
}
.accessibility-links a:hover,
.utility-links a:hover {
    opacity: 1;
    text-decoration: none !important;
}

/* Middle Identity Bar Alignment */
.brand-title {
    color: var(--onos-primary);
    font-size: 2rem;
    line-height: 1;
    letter-spacing: -0.02em;
}
.brand-subtitle {
    font-size: 0.85rem;
    color: var(--onos-primary);
    letter-spacing: 0.02em;
}
.viksit-bharat-box {
    border-color: #dee2e6 !important;
    background-color: #f8f9fa;
}
.align-sub-text {
    font-size: 0.65rem;
    letter-spacing: 0.22em !important;
}

/* Bottom Navigation Component Blocks */
.main-navigation-layer {
    background-color: var(--onos-primary);
    font-family: var(--font-stack);
}
.main-navigation-layer .nav-link {
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.015em;
    transition:
        background-color 0.2s ease,
        color 0.2s ease;
    border-bottom: 3px solid transparent;
}
.main-navigation-layer .nav-link:hover,
.main-navigation-layer .nav-link.active {
    color: #ffffff !important;
    background-color: var(--onos-dark);
    border-bottom-color: var(
        --white
        );
}
.main-navigation-layer .dropdown-menu {
    background-color: #ffffff;
    border-radius: 4px !important;
    margin: 0px !important;
}
.main-navigation-layer .dropdown-item {
    font-size: 0.85rem;
    font-weight: 500;
    color: #333333;
    padding: 0.5rem 1.25rem;
}
.main-navigation-layer .dropdown-item:hover {
    background-color: #f4f6f9;
    color: var(--onos-primary);
}
.logo {
    display: block;
    width: auto;
    height: 80px;
}
.logo img {
    height: 100%;
    width: 100%;
}
.navbar-nav > .nav-item a {
    margin-right: 10px;
    padding: 14px 0;
}
.navbar-nav > .nav-item a i {
    margin-right: 3px;
}
.navbar-nav > .nav-item:last-child {
    margin-right: 0;
}
.navbar-nav .nav-item .dropdown-item {
    padding: 10px;
    background-color: var(--white);
    font-weight: 600 !important;
    color: #333333;
}
.navbar-nav .nav-item .dropdown-item:hover {
    background-color: #f4f6f9;
    color: var(--onos-primary);
}
/* Mobile Responsive System Handling Overrides */
@media (max-width: 1600px) {
    .navbar-nav > .nav-item a {
        margin-right: 0;
    }
    .navbar-nav > .nav-item a i {
        margin-right: 0;
    }
}
@media (max-width: 1399px) {
    .main-navigation-layer .nav-link {
        font-size: 14px;
    }

}
@media (max-width: 1199.98px) {
    .logo {
        height: 75px;
    }
    .navbar-nav > .nav-item {
        width: 100%;
        margin-bottom: 5px;
    }
    .navbar-nav > .nav-item a {
        padding: 5px 15px !important;
    }
    .main-navigation-layer .navbar-collapse {
        background-color: var(--onos-primary);
        padding-bottom: 1rem;
    }
    .main-navigation-layer .nav-link {
        padding: 0.75rem 1rem !important;
        border-bottom: none !important;
    }
    .main-navigation-layer .nav-link:hover {
        background-color: rgba(255, 255, 255, 0.1);
    }
    .main-navigation-layer .nav-link {
        font-size: 14px;
        width: 100%;
    }
    .main-navigation-layer .nav-link {
        background-color: var(--onos-secondary);
        width: 100%;
    }
    .main-navigation-layer .nav-link.active {
        background-color: var(--white);
        color: var(--onos-primary) !important;
    }
}
@media (max-width: 991px) {
    .logo {
        height: 70px;
    }
    .accessibility-links {
        display: none !important;
    }
}
@media (max-width: 767px) {
    .logo {
        height: 65px;
    }
}
@media (max-width: 575px) {
    .top-utility-bar {
        display: none;
    }
    .logo {
        height: 55px;
    }
    .utility-links {
        padding-left: 0;
        margin-top: 0 !important;
    }
}
@media (max-width: 400px) {
    .logo {
        height: 45px;
    }
}

.mybtn-search {
    background: var(--primary);
    color: #fff;
    border: none;
    font-weight: 700;
    padding: 13px 34px;
    border-radius: 60px;
    transition:
        background 0.2s,
        transform 0.2s;
}
.mybtn-search:hover {
    background: var(--accent);
    color: var(--primary-tint);
}
.btn-primary-onos {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--primary);
    color: #fff;
    font-weight: 700;
    padding: 13px 30px;
    border-radius: 50px;
    transition: all 0.25s;
}
.btn-primary-onos:hover {
    background: var(--accent);
    color: var(--primary-tint);
    transform: translateY(-2px);
}
/* =========== Footer =========== */
.site-footer {
    background: var(--primary-dark);
    color: rgba(255, 255, 255, 0.75);
    padding: 40px 0 0;
}
.contact_us {
    display: flex;
    align-items: center;
}
.footer-brand {
    gap: 12px;
    color: #fff;
    font-weight: 700;
}
.footer-logo {
    height: 130px;
    margin-right: 15px;
}
.footer-address {
    display: flex;
    align-items: baseline;
    font-size: 0.86rem;
    margin-bottom: 5px;
    line-height: 1.6;

}
.footer-address a {
    font-size: 16px;
    font-weight: 600;
    color: var(--white);
}
.footer-address:first-child a {
    font-size: 18px;
}
.footer-address a i {
    font-size: 14px;
    margin-left: 5px;
}
.footer-address i {
    color: var(--accent-tint);
    width: 16px;
    margin-right: 6px;
}
.footer-social {
    display: flex;
    gap: 10px;
    margin-top: 18px;
}
.footer-social a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}
.footer-social a:hover {
    background: var(--white);
    color: var(--primary-dark);
    transform: translateY(-3px);
}
.footer-heading {
    color: #fff;
    font-size: 21px;
    margin-bottom: 18px;
    font-weight: 700;
}
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.footer-links li {
    margin-left: 15px;
}
.footer-links a {
    position: relative;
    font-size: 16px;
    transition:
        color 0.2s,
        padding-left 0.2s;
    text-decoration: none;
    font-weight: 600;
    color: var(--white);
}
.footer-links a i {
    margin-left: 5px;
    font-size: 14px;
}
.footer-links a::before {
    content: "\f105";
    position: absolute;
    left: -15px;
    top: 3px;
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    font-size: 12px;
    color: var(--white);
    transition: all 0.4s ease;
}
.footer-links a:hover {
    color: var(--accent-tint);
}
.footer-links a:hover::before {
    left: -10px;
    color: var(--accent-tint);
}
.footer-subscribe {
    display: flex;
    margin-top: 14px;
    border-radius: 50px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.08);
}
.footer-subscribe input {
    flex: 1;
    background: transparent;
    border: none;
    padding: 11px 16px;
    color: #fff;
    font-size: 0.85rem;
    outline: none;
}
.footer-subscribe input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}
.footer-subscribe button {
    background: var(--accent);
    color: var(--primary-dark);
    border: none;
    padding: 0 18px;
}
.footer-bottom {
    margin-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding: 20px 0;
    font-size: 0.82rem;
}
.footer-bottom em {
    color: var(--accent);
    font-style: normal;
    font-weight: 600;
}
.footer-bottom span {
    font-size: 16px;
    color: var(--white);
}
@media (max-width: 1600px) {
    .search-section {
        padding: 35px 0;
    }
    .footer-address:first-child a {
        font-size: 17px;
    }
}
@media (max-width: 1199px) {

    .footer-heading {
        font-size: 20px;
    }
    .footer-bottom {
        margin-top: 25px;
        padding: 15px 0;
    }
    .footer-address:first-child a {
        font-size: 18px;
    }
    .footer-bottom span,
    .footer-address a,
    .footer-links a {
        font-size: 15px;
    }

}
@media (max-width: 991px) {
    .search-section {
        padding: 30px 0;
    }

}
@media (max-width: 767px) {

    .footer-heading {
        font-size: 19px;
    }
}
@media (max-width: 575px) {
    .site-footer {
        padding: 25px 0 0;
    }
    .search-section {
        padding: 25px 0;
    }
    .footer-logo {
        height: 120px;
        margin-bottom: 15px;
        margin-right: 0;
    }
    .footer-heading {
        font-size: 18px;
    }
    .footer-bottom {
        margin-top: 20px;
        padding: 10px 0;
    }
    .contact_us {
        flex-wrap: wrap;
    }
    .contact-info {
        width: 100%;
    }
    .footer-address:first-child a {
        font-size: 16px;
    }
    .footer-bottom span,
    .footer-address a,
    .footer-links a {
        font-size: 14px;
    }
}
@media (max-width: 575.98px) {
    .search-card {
        padding: 24px 14px;
        border-radius: 18px;
        overflow: hidden;
    }
    .search-box {
        padding: 10px 15px;
        gap: 0px;
        border-radius: 18px;
    }
    .search-input {
        width: 100%;
        padding: 10px 6px;
        font-size: 0.95rem;
    }
    .mybtn-search {
        width: auto;
        padding: 12px 18px;
        border-radius: 14px;
    }
    .hero-cta {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 10px;
    }
    .btn-hero-primary,
    .btn-hero-ghost,
    .btn-primary-onos {
        width: auto;
        justify-content: center;
        padding: 10px 16px;
        font-size: 0.9rem;
        border-radius: 12px;
    }
    .hero-arrow {
        width: 40px;
        height: 40px;
    }
    .test-arrow {
        display: none;
    }
    .footer-subscribe button {
        min-width: 48px;
        padding: 0 14px;
    }
    .search-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        margin-top: 16px;
        font-size: 0.8rem;
    }
    .access-link {
        margin-left: 0;
    }
}

@media (max-width: 360px) {
    .side-quick-nav {
        bottom: -30px;
    }
    .search-card {
        padding: 20px 12px;
    }
    .search-input {
        font-size: 0.9rem;
    }
    .btn-search {
        font-size: 12px;
        padding: 10px 14px;
    }

    .btn-hero-primary,
    .btn-hero-ghost,
    .btn-primary-onos {
        padding: 9px 14px;
        font-size: 0.85rem;
    }
    .hero-arrow {
        width: 36px;
        height: 36px;
    }
    .back-to-top {
        width: 42px;
        height: 42px;
    }
    .section-title {
        font-size: 1.35rem;
    }
}
small {
    font-size: 14px;
    margin-bottom: -20px;
}
.x-axis-label-hidden {
    display: none;
}
.tooltip-visible {
    display: block;
}
.bar-label {
    fill: #000;
}
.bar-label-hidden {
    display: none;
}
.data-label-hidden {
    display: none;
}

.event-tabs .nav-link {
    background: transparent !important;
    color: #0d6efd !important;      /* Bootstrap primary */
    font-weight: 600 !important;
    border: none !important;        /* remove default borders */
    border-bottom: 3px solid transparent; /* invisible underline */
    border-radius: 0 !important;    /* remove rounded corners */
    margin: 0 8px;                  /* spacing between tabs */
}

.event-tabs .nav-link.active {
    border-bottom: 3px solid #0d6efd !important; /* active underline */
    color: #0d6efd !important;
}

.event-tabs .nav-link:hover {
    border-bottom: 3px solid #0d6efd !important; /* hover underline */
}
.btn {
    white-space: nowrap;
}
.table td strong {
    white-space: nowrap;
}
