* {
    box-sizing: border-box;
}

/* Very important for Bootstrap + custom CSS combination */
html, body {
    overflow-x: hidden;
}
:root {
      --blue: #0055a5;
      --blue-dark: #003f7f;
      --orange: #f28c38;
      --green: #28a745;
      --accent: #f28c38;
    }

    :root {
      --primary: #005b96;
      --primary-dark: #004a7a;
      --light-bg: #f9fcff;
      --card-bg: #ffffff;
      --text-dark: #1e293b;
      --text-muted: #64748b;
      --btn-bg: #005b96;
      --btn-hover: #004a7a;
    }

    body {
      font-family: 'Segoe UI', system-ui, sans-serif;
      color: #333;
    }

    /* Top thin header */
    .top-header {
      background: #f8f9fa;
      border-bottom: 1px solid #e0e0e0;
      font-size: 0.9rem;
      padding: 0.45rem 0;
    }


.filter-nav-sec {
    background-color: #00569D;
    /* padding: 1rem 0; */
    transition: all 0.5s ease;
    z-index: 99;
}

.filter-nav-sec.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.journal-list-section,
.journal-list-section .row,
.journal-list-section .container,
.col-lg-4.col-xl-3,
.relative-for-preloder,
body,
main,
.sticky-bottom-custom {
    overflow: visible !important;
    overflow-x: visible !important;
    overflow-y: visible !important;
}

.sticky-bottom-custom {
    position: sticky;
    top: 5rem;
    z-index: 10;
    align-self: flex-start;
}

/* Make sure column allows it */
.col-lg-4.col-xl-3 {
    display: flex;
    flex-direction: row-reverse;
    /* flex-direction: column; */
}

.dropdown-menu {
    border-radius: 0.5rem;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15);
    min-width: 180px;
}

.nav-link.dropdown-toggle::after {
    margin-left: 0.4em;
}

/* Optional: Make dropdown appear on hover (desktop only) */
@media (min-width: 992px) {
    .nav-item.dropdown:hover .dropdown-menu {
        display: block;
    }
    .nav-item.dropdown .dropdown-toggle::after {
        transition: transform 0.2s;
    }
    .nav-item.dropdown:hover .dropdown-toggle::after {
        transform: rotate(180deg);
    }
}


    .top-header a {
      color: #444;
      text-decoration: none;
      margin-left: 1.2rem;
    }

    .top-header a:hover {
      color: var(--blue);
    }

    .top-header .btn-publish {
      background: var(--btn-bg);
      border: none;
      color: white;
      font-size: 1rem;
      font-weight: 600;
      padding: 0.8rem 1.8rem;
      border-radius: 50px;
      transition: all 0.3s ease;
      box-shadow: 0 6px 20px rgba(0, 91, 150, 0.25);
    }

    .top-header .btn-publish:hover {
      background: var(--btn-hover);
      transform: translateY(-3px);
      color: white;
      box-shadow: 0 12px 32px rgba(0, 91, 150, 0.35);
    }

    .website-logo {
    height: 38px;
    background:white;
    border-radius: 8px;
    width: auto;
    max-width: 220px;
    object-fit: contain;
}

/* Optional: make it look better on smaller screens */
@media (max-width: 576px) {
    .website-logo {
        height: 32px;
        max-width: 180px;
    }
}

    /* Main blue navbar */
    .main-navbar {
      background: var(--blue);
      padding: 0.4rem 0;
    }

    .main-navbar .navbar-brand {
      font-weight: 700;
      color: white;
      font-size: 1.65rem;
    }

    .main-navbar .nav-link {
      color: white !important;
      font-weight: 400;
      padding: 0.75rem 1.3rem !important;
    }

    .main-navbar .nav-link:hover {
      background: rgba(255,255,255,0.15);
      border-radius: 4px;
    }

    /* Hero section */
    .hero {
      background: #fff;
      padding: 2rem 0 4rem;
      position: relative;
    }

    .hero-content {
      position: relative;
      z-index: 2;
    }

    .hero h1 {
      font-weight: 700;
      font-size: 2.8rem;
      line-height: 1.15;
      color: #003f7f;
      margin-bottom: 1.8rem;
    }

    .hero .search-container {
      max-width: 820px;
      margin: 2.8rem auto 2rem;
    }

    .hero .input-group {
      border-radius: 50px;
      overflow: hidden;
      box-shadow: 0 8px 32px rgba(0,0,0,0.18);
    }

    .hero input.form-control {
      border: none;
      padding: 1.35rem 1.9rem;
      font-size: 1.12rem;
    }

    .hero select.form-select {
      border: none;
      border-left: 1px solid #ddd;
      padding: 1.35rem 1.5rem;
      font-size: 1.12rem;
      max-width: 200px;
    }

    .hero .btn-search {
      background: var(--blue);
      border: none;
      padding: 0 2.2rem;
      font-size: 1.18rem;
      font-weight: 600;
    }

    .advanced-search {
      color: var(--blue);
      text-decoration: underline;
      font-size: 1.08rem;
    }

    .advanced-search:hover {
      color: var(--blue-dark);
    }

    /* Image collage - right side like indianjournals.com */
    .hero-images {
      position: absolute;
      top: 15%;
      right: 2%;
      transform: translateY(-50%);
      width: 45%;
      max-width: 580px;
      z-index: 1;
      pointer-events: none;
    }

    .hero-images img {
      width: 100%;
      border-radius: 12px;
      box-shadow: 0 12px 40px rgba(0,0,0,0.28);
      object-fit: cover;
    }

    .hero-images .img-1 {
      position: absolute;
      top: 0;
      left: 0;
      width: 78%;
      z-index: 3;
      transform: rotate(-4deg);
    }

    .hero-images .img-2 {
      position: absolute;
      top: 28%;
      left: 18%;
      width: 74%;
      z-index: 2;
      transform: rotate(5deg);
    }

    .hero-images .img-3 {
      position: absolute;
      top: 52%;
      left: 36%;
      width: 70%;
      z-index: 1;
      transform: rotate(-3deg);
    }

    /* Stats section */
    .stats {
      background: #f8f9fa;
      padding: 4rem 0;
      border-top: 1px solid #e9ecef;
    }

    .stat-item {
      text-align: center;
    }

    .stat-number {
      font-size: 3.6rem;
      font-weight: 800;
      color: var(--blue);
      line-height: 1;
    }

    .stat-label {
      font-size: 1.22rem;
      color: #444;
      margin-top: 0.7rem;
      font-weight: 500;
    }

    .stat-arrow {
      color: #28a745;
      margin-left: 0.5rem;
    }

    @media (max-width: 1200px) {
      .hero-images { display: none; }
      .hero h1 { font-size: 2.8rem; }
    }

    @media (max-width: 992px) {
      .hero { padding: 5rem 0 7rem; }
      .hero h1 { font-size: 2.5rem; }
    }

    @media (max-width: 768px) {
      .hero .input-group { flex-direction: column; }
      .hero select.form-select {
        border-left: none;
        border-top: 1px solid #ddd;
        max-width: 100%;
      }
    }

    .section-title {
      color: var(--blue);
      font-weight: 800;
      position: relative;
      display: inline-block;
      margin-bottom: 3rem;
    }

    .section-title:after {
      content: '';
      position: absolute;
      width: 90px;
      height: 5px;
      /* background: var(--green); */
      bottom: -14px;
      left: 50%;
      transform: translateX(-50%);
      border-radius: 3px;
    }

    .section-titles {
      font-size: 2.4rem;
      font-weight: 800;
      color: var(--primary);
      text-align: center;
      margin-bottom: 2rem;
      position: relative;
    }

    .section-titles:after {
      content: '';
      position: absolute;
      width: 100px;
      height: 4px;
      /* background: var(--green); */
      bottom: -14px;
      left: 50%;
      transform: translateX(-50%);
      border-radius: 2px;
    }

    .collections-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 1.2rem;
      max-width: 1400px;
      margin: 0 auto;
    }

    .collection-item {
      background: white;
      border: 1px solid #e0e7ff;
      border-radius: 10px;
      padding: 1.6rem 1.2rem;
      text-align: center;
      transition: all 0.28s ease;
      position: relative;
      overflow: hidden;
      cursor: pointer;
      min-height: 110px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .collection-item:hover {
      background: var(--primary);
      color: white;
      border-color: var(--primary);
      transform: translateY(-4px);
      box-shadow: 0 12px 28px rgba(0, 91, 150, 0.18);
    }

    .collection-item h5 {
      font-size: 1.12rem;
      font-weight: 600;
      margin: 0;
      line-height: 1.4;
      transition: color 0.28s ease;
    }

    .collection-item:hover h5 {
      color: white;
    }

    /* Arrow appear on hover */
    .collection-item::after {
      content: '→';
      position: absolute;
      right: 1.2rem;
      top: 50%;
      transform: translateY(-50%);
      font-size: 1.4rem;
      font-weight: bold;
      color: white;
      opacity: 0;
      transition: opacity 0.28s ease, right 0.28s ease;
    }

    .collection-item:hover::after {
      opacity: 1;
      right: 1rem;
    }

    @media (max-width: 1200px) {
      .collections-grid {
        grid-template-columns: repeat(3, 1fr);
      }
    }

    @media (max-width: 992px) {
      .collections-grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (max-width: 576px) {
      .collections-grid {
        grid-template-columns: 1fr;
      }
    }

    /* Collections Grid */
    .collection-card {
      background: white;
      border: 1px solid #e9ecef;
      border-radius: 12px;
      padding: 1.8rem 1.4rem;
      text-align: center;
      transition: all 0.3s ease;
      height: 100%;
      box-shadow: 0 4px 15px rgba(0,0,0,0.06);
    }

    .collection-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 12px 32px rgba(0,91,150,0.18);
      border-color: var(--primary);
    }

    .collection-card h5 {
      font-weight: 700;
      color: var(--primary);
      margin: 0;
      font-size: 1.15rem;
      line-height: 1.4;
    }

    /* Trending & Recent */
    .article-preview, .issue-preview {
      background: white;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 6px 20px rgba(0,0,0,0.08);
      transition: transform 0.3s ease;
    }

    .article-preview:hover, .issue-preview:hover {
      transform: translateY(-6px);
    }

    .preview-img {
      height: 180px;
      background: linear-gradient(135deg, #7ef04a, #ed772e);
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      font-weight: 600;
      font-size: 1.1rem;
      text-align: center;
    }

    .preview-content {
      padding: 1.4rem;
    }

    .preview-title {
      font-weight: 700;
      font-size: 1.18rem;
      margin-bottom: 0.6rem;
      color: #222;
      line-height: 1.35;
    }

    .preview-meta {
      color: var(--gray);
      font-size: 0.92rem;
    }

    /* Subscribers Carousel */
    .subscriber-logo {
      width: 140px;
      height: 140px;
      object-fit: contain;
      padding: 1.2rem;
      background: white;
      border-radius: 16px;
      box-shadow: 0 6px 20px rgba(0,0,0,0.1);
      transition: all 0.35s ease;
      border: 1px solid #eee;
    }

    .subscriber-logo:hover {
      transform: scale(1.08);
      box-shadow: 0 12px 36px rgba(0,91,150,0.22);
    }

    .carousel-control-prev-icon, .carousel-control-next-icon {
      background-color: var(--orange);
      border-radius: 50%;
      width: 48px;
      height: 48px;
      opacity: 0.9;
    }

    @media (max-width: 992px) {
      .collection-card { margin-bottom: 1.5rem; }
      .subscriber-logo { width: 120px; height: 120px; }
    }

    .university-item {
       max-width: 180px;
       padding: 10px;
    }

    .subscriber-logo {
        max-width: 100%;
        height: auto;
        max-height: 100px;
        object-fit: contain;
        margin-bottom: 8px;
    }

    .university-name {
        font-size: 0.95rem;
        font-weight: 500;
        line-height: 1.3;
        color: #333;
        /* Optional: make it look nicer */
        white-space: nowrap;
           overflow: hidden;
           text-overflow: ellipsis;
    }

    /* faq */
    .faq-container {
      max-width: 900px;
      margin: 4px auto;
      padding: 0 20px;
    }

    .faq-header {
      text-align: center;
      margin-bottom: 30px;
    }

    .faq-header h1 {
      font-weight: 700;
      color: var(--primary);
    }

    .accordion-button {
      font-weight: 600;
      color: #0d47a1;
      background-color: #ffffff;
      border: 1px solid #dee2e6;
      border-radius: 8px !important;
      margin-bottom: 12px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    }

    .accordion-button:not(.collapsed) {
      background-color: #e3f2fd;
      color: #0d47a1;
      box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
    }

    .accordion-body {
      background-color: #ffffff;
      border: 1px solid #dee2e6;
      border-top: none;
      border-radius: 0 0 8px 8px;
      padding: 1.5rem;
    }

    .bullet-list {
      padding-left: 1.5rem;
      margin-bottom: 0.75rem;
    }

    .highlight {
      color: #d32f2f;
      font-weight: 600;
    }

    /* Inner Banner / Page Title Section */
    .inner-banner-sec {
        background: linear-gradient(135deg, #7f95a2 0%, #585c60 100%);
        padding: 13px 0 40px;
        position: relative;
        color: white;
    }

    /* Make it slightly smaller on mobile */
    @media (max-width: 768px) {
        .inner-banner-sec {
            padding: 45px 0 30px;
        }
    }


    .inner-banner-sec .container {
        position: relative;
        z-index: 2;
    }


.custom-breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
    font-size: 0.95rem;
}

    .custom-breadcrumb .breadcrumb-item {
        color: rgba(255, 255, 255, 0.9);
    }

    .custom-breadcrumb .breadcrumb-item a {
        color: white;
        text-decoration: none;
        transition: all 0.3s ease;
    }

    .custom-breadcrumb .breadcrumb-item a:hover {
        color: #fff;
        text-decoration: underline;
        opacity: 0.9;
    }


    .custom-breadcrumb .breadcrumb-item.active {
        color: white;
        font-weight: 500;
        opacity: 1;
    }


    .custom-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
        content: "›";
        color: rgba(255, 255, 255, 0.7);
        font-weight: 300;
        padding: 0 8px;
    }

    /* term & privacy */
    .policy-container {
        background: #ffffff;
        padding: 40px;
        border-radius: 12px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    }

    .policy-container p,
    .policy-container li {
        color: #555;
        line-height: 1.4;
    }

    .policy-container a {
        color: #198754;
    }

    /* Contact Us Page Styles  */

    .contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  max-width: 1200px;
  margin: 2rem auto;
  padding: 0 1rem;
}

.contact-card {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 1px solid #e5efff;
  text-align: center;
}

.contact-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 91, 150, 0.15);
  border-color: #f97316;           /* orange on hover */
}

.contact-icon-wrapper {
  height: 100px;
  background: linear-gradient(135deg, #fff7ed 0%, #fef3e8 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.8rem;
  color: #f97316;                   /* orange icon */
}

.contact-title {
  font-size: 1.35rem;
  margin: 1.2rem 0 0.6rem;
  color: #1e3a8a;
  font-weight: 600;
}

.contact-info {
  color: #4b5563;
  line-height: 1.6;
  margin: 0 1.5rem 1.5rem;
  font-size: 1rem;
}

    .form-container {
      max-width: 960px;
      margin: 0 auto;
      background: white;
      border-radius: 16px;
      box-shadow: 0 10px 30px rgba(0,0,0,0.08);
      overflow: hidden;
      border: 1px solid var(--border);
    }

    .captcha-container {
      display: flex;
      align-items: center;
      gap: 1rem;
    }

    .captcha-img {
      background: #f8f9fa;
      padding: 0.6rem;
      border-radius: 10px;
      border: 1px solid #d1e0ff;
      font-family: monospace;
      font-size: 1.4rem;
      letter-spacing: 4px;
      user-select: none;
    }

    .btn-refresh {
      background: #e9ecef;
      border: none;
      border-radius: 10px;
      width: 44px;
      height: 44px;
      font-size: 1.1rem;
    }

    /* about */
    .about-image-wrapper {
        position: relative;
        overflow: hidden;
        border-radius: 1.25rem;
    }
    .about-header {
      text-align: left;
      margin-bottom: 3px;
    }
     .about-header h1 {
      font-weight: 700;
      color: var(--primary);
    }


    .main-image {
        width: 100%;
        height: auto;
        object-fit: cover;
        transition: transform 0.6s ease;
    }

    .about-image-wrapper:hover .main-image {
        transform: scale(1.08);
    }


    .about-image-wrapper:hover .inset-image-wrapper img {
        transform: scale(1.1);
    }


    .who-we-are-section {
      /* background: var(--orange); */
      background: #ff7607;
      color: white;
      padding: 5rem 0;
      position: relative;
      overflow: hidden;
    }

    .who-we-are-section::before {
      content: "";
      position: absolute;
      top: 0; left: 0; right: 0; bottom: 0;
      background: linear-gradient(135deg, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.05) 100%);
      z-index: 1;
    }

    .content-wrapper {
      position: relative;
      z-index: 2;
    }

    .sections-title {
      font-size: 2.8rem;
      font-weight: 700;
      margin-bottom: 1.5rem;
      border-left: 6px solid white;
      padding-left: 1rem;
      text-transform: uppercase;
      letter-spacing: 1px;
    }

    /* .description {
      font-size: 1.15rem;
      line-height: 1.8;
      margin-bottom: 1.8rem;
      opacity: 0.95;
    } */

    .mission {
      font-style: italic;
      font-size: 1.1rem;
      margin-top: 1.6rem;
      padding: 1.5rem;
      background: rgba(255,255,255,0.12);
      border-radius: 12px;
      border-left: 5px solid rgba(255,255,255,0.6);
    }

    .image-container {
      position: relative;
      height: 100%;
      min-height: 380px;
    }

    .main-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 16px;
      box-shadow: 0 15px 40px rgba(0,0,0,0.35);
      border: 8px solid rgba(255,255,255,0.18);
      transition: transform 0.4s ease;
    }

    .image-container:hover .main-image {
      transform: scale(1.04);
    }

    @media (max-width: 991px) {
      .section-title {
        font-size: 2.4rem;
      }
      .image-container {
        min-height: 320px;
        margin-top: 2.5rem;
      }
    }

    @media (max-width: 576px) {
      .who-we-are-section {
        padding: 4rem 1rem;
      }
      .section-title {
        font-size: 2rem;
      }
    }


    /* Publisher Services Page Styles */

    .section-wrapper {
      padding: 2rem 0;
      background: white;
    }
    .intro-text {
      max-width: 1200px;
      margin: 0 auto 2rem;
      font-size: 1rem;
      line-height: 1.5;
      color: var(--gray);
      text-align: center;
    }

    .service-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
      gap: 2rem;
      max-width: 1200px;
      margin: 0 auto;
    }

    .service-card {
      background: white;
      border-radius: 16px;
      overflow: hidden;
      box-shadow: 0 10px 30px rgba(0, 91, 150, 0.12);
      transition: all 0.35s ease;
      border: 1px solid #e5f0ff;
      position: relative;
    }

    .service-card:hover {
      transform: translateY(-12px);
      box-shadow: 0 20px 50px rgba(0, 91, 150, 0.22);
      /* border-color: var(--accent); */
    }

    .service-icon-wrapper {
      height: 140px;
      background: linear-gradient(135deg, #e6f0fa 0%, #f0f9ff 100%);
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 2rem;
    }

    .service-icon {
      font-size: 4.2rem;
      color: var(--primary);
      opacity: 0.9;
    }

    .service-content {
      padding: 2rem 1.8rem 2.4rem;
    }

    .service-title {
      font-size: 1.38rem;
      font-weight: 700;
      color: var(--primary-dark);
      margin-bottom: 1rem;
      text-align: center;
    }

    .service-description {
      font-size: 1.02rem;
      line-height: 1.65;
      color: var(--gray);
      text-align: center;
    }
    .cta-wrapper {
      text-align: center;
    }

    .btn-publish {
      background: var(--btn-bg);
      border: none;
      color: white;
      font-size: 1.22rem;
      font-weight: 600;
      padding: 1rem 2.8rem;
      border-radius: 50px;
      transition: all 0.3s ease;
      box-shadow: 0 6px 20px rgba(0, 91, 150, 0.25);
    }

    .btn-publish:hover {
      background: var(--btn-hover);
      transform: translateY(-3px);
      color: white;
      box-shadow: 0 12px 32px rgba(0, 91, 150, 0.35);
    }



    .btn-issue {
      background: var(--btn-bg);
      border: none;
      color: white;
      font-size: 0.8rem;
      font-weight: 600;
      /* padding: 1rem 2.8rem; */
      border-radius: 50px;
      transition: all 0.3s ease;
      box-shadow: 0 6px 20px rgba(0, 91, 150, 0.25);
    }

    .btn-issue:hover {
      background: var(--btn-hover);
      transform: translateY(-3px);
      color: white;
      box-shadow: 0 12px 32px rgba(0, 91, 150, 0.35);
    }

    @media (max-width: 992px) {
      .section-title { font-size: 2.3rem; }
      .section-subtitle { font-size: 1.2rem; }
    }

    @media (max-width: 768px) {
      .section-wrapper { padding: 4rem 1rem; }
      .service-icon-wrapper { height: 120px; }
      .service-icon { font-size: 3.6rem; }
      .btn-publish { font-size: 1.15rem; padding: 0.9rem 2.4rem; }
    }


    /* Journal  */

    .page-header {
      background: white;
      padding: 1rem;
      border-radius: 0px;
      box-shadow: 0 2px 10px rgba(0,0,0,0.06);
      margin-bottom: 1rem;
    }

    .filter-sidebar {
      background: white;
      border-radius: 12px;
      box-shadow: 0 2px 12px rgba(0,0,0,0.08);
      padding: 1.5rem;
    }

    .filter-title {
      font-size: 1.15rem;
      font-weight: 600;
      margin-bottom: 1rem;
      color: #343a40;
    }

    .journal-card {
      background: white;
      border: 1px solid #e0e6ed;
      border-radius: 10px;
      padding: 1rem;
      margin-bottom: 0.8rem;
      transition: all 0.25s ease;
      box-shadow: 0 4px 12px rgba(0,0,0,0.04);
    }

    .journal-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 12px 28px rgba(0,0,0,0.1);
      border-color: #0d6efd;
    }

    .journal-title {
      font-size: 1.1rem;
      font-weight: 600;
      margin: 0 0 0.6rem;
      color: #1a3c6d;
    }

    .badge-ugc {
      background: #198754;
      font-size: 0.82rem;
      padding: 0.45em 0.9em;
    }

    .badge-oa {
      background: #0dcaf0;
      font-size: 0.82rem;
      padding: 0.45em 0.9em;
    }

    .form-select, .form-control {
      border-radius: 8px;
    }

    @media (max-width: 992px) {
      .filter-sidebar {
        margin-bottom: 2rem;
      }
    }

    /* Journal Details Page */
    .journal-container{
      max-width: 1300px;
      margin: 4px ;
      padding: 0 20px;
    }

    .nav-tabs .nav-link {
      color: #004080;
      font-weight: 500;
      border: none;
      border-bottom: 3px solid transparent;
      padding: 1rem 1.5rem;
      transition: all 0.3s;
    }
    .nav-tabs .nav-link:hover,
    .nav-tabs .nav-link.active {
      border-bottom: 3px solid #00569d;
      color: #00569d;
      background: transparent;
    }
    .btn-custom {
      padding: 0.1rem 0.2rem;
      font-weight: 500;
      border-radius: 6px;
      transition: all 0.3s;
    }
    .btn-primary-custom {
      background-color: #00569d;
      border-color: #00569d;
    }
    .btn-primary-custom:hover {
      background-color: #004080;
      border-color: #004080;
    }
    .btn-outline-custom {
      border-color: #00569d;
      color: #00569d;
    }
    .btn-outline-custom:hover {
      background-color: #00569d;
      color: white;
    }
    .journal-card {
      border: none;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 8px 30px rgba(0,0,0,0.08);
      background: white;
    }
    .cover-section {
      background: #f0f4f8;
      padding: 1rem 1rem;
      text-align: center;
    }
    .cover-img {
      max-width: 191px;
      height: 260px;
      border-radius: 8px;
      box-shadow: 0 6px 20px rgba(0,0,0,0.12);
    }
    .details-section {
      padding: 0.5rem 1rem;
      background-color: #eaf0f2;
    }

    .sidebar {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    background: #ffffff;
    transition: all 0.2s ease;
}

.sidebar:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.sidebar-header {
    background: #0d6efd;          /* Bootstrap primary blue – or use your journal color */
    /* Alternatives: #2c3e50 (dark), #1a3c6d (deep blue), #34495e */
}

.sidebar-header h5 {
    font-size: 1.1rem;
    letter-spacing: 0.4px;
}

/* Link styling */
.list-group-item {
    border: none !important;
    padding: 0.75rem 1.25rem;
    transition: all 0.15s ease;
}

.list-group-item:hover {
    background-color: #f8f9fa;
}

.hover-link {
    display: block;
    color: #212529;
    transition: color 0.2s ease, padding-left 0.2s ease;
}

.hover-link:hover {
    color: #0d6efd;
    padding-left: 1.4rem;          /* nice little indent on hover */
}

/* Banner / image area */
.sidebar-banner {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.banner-overlay {
    background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
    padding: 1rem;
}

.banner-overlay p {
    font-size: 0.875rem;
    font-weight: 500;
    margin: 0;
}

/* Mobile adjustments */
@media (max-width: 991px) {
    .sidebar {
        margin-bottom: 1.5rem;
    }
}

    @media (min-width: 576px) {
        .ulinline-list {
            column-count: 2;
            column-gap: 3rem;
        }
        .ulinline-list li::after {
            content: none;
            }
        }

        @media (max-width: 992px) {
          .page-title { font-size: 2.2rem; }
          .nav-tabs .nav-link { padding: 0.8rem 1rem; font-size: 0.95rem; }
        }

        /* Similar Journals */
    .similar-journals .section-title {
      font-size: 1.8rem;
      font-weight: 700;
      color: #004080;
      text-align: center;
      margin-bottom: 1rem;
    }

    .journals-scroller {
      position: relative;
      overflow: hidden;
      width: 100%;
    }

    .scroller-track {
      overflow: hidden;
    }

    .scroller-inner {
      display: flex;
      gap: 1.25rem;
      animation: scroll-left 30s linear infinite; /* adjust time for speed: higher = slower */
      width: max-content;
    }

    /* Hide scrollbar completely */
    .journals-scroller::-webkit-scrollbar,
    .scroller-track::-webkit-scrollbar {
      display: none;
    }
    .journals-scroller {
      -ms-overflow-style: none;
      scrollbar-width: none;
    }

    /* Pause animation on hover */
    .journals-scroller:hover .scroller-inner {
      animation-play-state: paused;
    }

    .journals-card {
      width: 260px;
      flex: 0 0 260px;
    }

    .card {
      border-radius: 0.75rem;
      background: white;
      height: 140px;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all 0.3s ease;
      box-shadow: 0 2px 8px rgba(0,0,0,0.08);
      text-align: center;
      padding: 1rem;
    }

    .card:hover {
      background: #0d6efd;
      color: white;
      transform: translateY(-4px);
      box-shadow: 0 8px 20px rgba(13, 110, 253, 0.2);
    }

    .card-title {
      font-size: 1.05rem;
      line-height: 1.35;
      margin: 0;
    }

    /* Infinite scroll animation */
    @keyframes scroll-left {
      from { transform: translateX(0); }
      to   { transform: translateX(-50%); }
    }

    /* Prev / Next buttons – styled like your image (blue circles) */
    .carousel-control {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 44px;
      height: 44px;
      background: rgba(255, 255, 255, 0.92);
      border: 1px solid #dee2e6;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #004080;
      font-size: 1.6rem;
      font-weight: bold;
      z-index: 10;
      cursor: pointer;
      transition: all 0.2s ease;
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }

    .carousel-control:hover {
      background: #004080;
      color: white;
      border-color: #004080;
    }

    .prev { left: 10px; }
    .next { right: 10px; }

    /* Mobile adjustments */
    @media (max-width: 576px) {
      .journals-card { width: 220px; flex: 0 0 220px; }
      .carousel-control { width: 38px; height: 38px; font-size: 1.4rem; }
    }

    .journal-card-link {
        text-decoration: none;
        /* color: inherit; */
        display: block;
    }
    .journal-card-link:hover .journal-title {
        color: orange;

    }

    .journal-card-link:hover .journals-card {
        box-shadow: 0 4px 12px rgba(0,0,0,0.15);
        transform: translateY(-2px);
        transition: all 0.2s ease;
    }

    /* ebooks section */

    .sidebar {
      background: white;
      border-right: 1px solid #e0e0e0;
      /* padding: 1.5rem 1rem; */
      height: 100vh;
      overflow-y: auto;
      position: sticky;
      top: 0;
    }

    .filter-title {
      font-size: 1.4rem;
      font-weight: 700;
      margin-bottom: 1.2rem;
      color: #111;
    }

    .form-select {
      border-radius: 8px;
      border: 1px solid #ced4da;
      padding: 0.6rem 1rem;
      font-size: 1rem;
    }

    .form-select:focus {
      border-color: #0066cc;
      box-shadow: 0 0 0 0.25rem rgba(0, 102, 204, 0.15);
    }

    .books-header {
      font-size: 1.55rem;
      font-weight: 700;
      margin: 1.8rem 0 1.2rem;
      color: #111;
    }

    .book-card {
      background: white;
      border: 1px solid #ddd;
      border-radius: 8px;
      overflow: hidden;
      transition: all 0.18s ease;
      box-shadow: 0 2px 10px rgba(0,0,0,0.06);
    }

    .book-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 25px rgba(0,0,0,0.12);
    }

    .book-img-wrapper {
      height: 220px;
      overflow: hidden;
      background: #eee;
    }

    .book-img-wrapper img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      object-position: top;
      transition: transform 0.35s ease;
    }

    .book-card:hover .book-img-wrapper img {
      transform: scale(1.06);
    }

    .book-title {
      font-size: 0.94rem;
      font-weight: 600;
      padding: 0.9rem 1rem 0.4rem;
      line-height: 1.32;
      min-height: 2.8em;
      display: -webkit-box;
      /* -webkit-line-clamp: 2; */
      -webkit-box-orient: vertical;
      overflow: hidden;
    }

    .book-author {
      font-size: 0.84rem;
      color: #555;
      padding: 0 1rem 0.9rem;
    }

    @media (max-width: 992px) {
      .sidebar {
        position: relative;
        height: auto;
        border-right: none;
        border-bottom: 1px solid #e0e0e0;
      }
      .books-header {
        margin-top: 1rem;
      }
    }

    @media (max-width: 576px) {
      .book-img-wrapper { height: 180px; }
      .book-title { font-size: 0.92rem; }
    }

    .book-link {
       color: #333;
       text-decoration: none;
       transition: color 0.3s ease;
    }
    .book-link:hover {
      color: orange;

    }

    /* ebook-details-page */

    .container-main {
      max-width: 1200px;
      margin: 23px auto;
      background: white;
      border: 1px solid #d0e8c8;
      border-radius: 8px;
      padding: 30px;
      box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    }
    .container-rel{
        max-width: 1200px;
      margin: 40px auto;
      background: white;
    }

    .section-titless {
    font-size: 2.4rem;
    font-weight: 800;
    color: var(--primary);
    text-align: center;
    margin-bottom: 2rem;
    position: relative;
    margin-top: 2rem;
    }


    .page-header h2 {
      font-weight: 600;
      color: #2e7d32;                   /* darker green for headings */
    }

    .book-title {
      font-size: 2.1rem;
      margin-bottom: 0.4rem;
    }

    .category {
      color: #2e7d32;
      font-weight: 500;
      margin-bottom: 1.5rem;
    }

    .book-image img {
      max-width: 240px;
      height: auto;
      border: 1px solid #ccc;
      border-radius: 4px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.12);
    }
    @media (min-width: 768px) {
    .col-md-3 {
        flex: 0 0 auto !important;
        width: 21% !important;
    }
    }

    .author-section {
      background: #f1f8e9;
      border-left: 4px solid #81c784;
      padding: 20px;
      margin: 30px 0;
      border-radius: 6px;
    }

    .author-photo {
      width: 160px;
      height: 160px;
      object-fit: cover;
      border-radius: 8px;
      float: right;
      margin-left: 25px;
      margin-bottom: 15px;
      box-shadow: 0 3px 10px rgba(0,0,0,0.15);
    }

    .btn-custom {
      padding: 10px 24px;
      font-weight: 500;
      border-radius: 6px;
      margin: 8px 6px 8px 0;
    }

    .btn-amazon {
      background-color: #2e7d32;
      border-color: #2e7d32;
      color: white;
    }

    .btn-amazon:hover {
      background-color: #1b5e20;
      border-color: #1b5e20;
    }

    .btn-bn {
      background-color: #0288d1;
      border-color: #0288d1;
      color: white;
    }

    .btn-bn:hover {
      background-color: #01579b;
      border-color: #01579b;
    }

    .btn-review {
      background-color: #f57c00;
      border-color: #f57c00;
      color: white;
    }

    .btn-review:hover {
      background-color: #ef6c00;
      border-color: #ef6c00;
    }

    .modal-content {
      border-radius: 10px;
    }

    .modal-header {
      background-color: #e8f5e9;
      border-bottom: 1px solid #c5e1a5;
    }



    .book-slider-wrapper {
    position: relative;
    }


    .book-slider {
    display: flex;
    gap: 25px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 10px;
    }


    .book-slider::-webkit-scrollbar {
    display: none;
    }


    .book-card {
    min-width: 180px;
    text-align: center;
    }


    .book-card img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 4px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    }


    .book-title {
    margin-top: 10px;
    font-size: 15px;
    font-weight: 500;
    }


    .slider-btn {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    background: #fff;
    border: 1px solid #ddd;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    z-index: 10;
    }


    .slider-btn.left {
    left: -20px;
    }


    .slider-btn.right {
    right: -20px;
    }


    /* current-issue */
    .top-blue-bar {
      background-color: #003366;
      color: white;
      padding: 10px 0;
      font-size: 0.95rem;
    }

    .impact-badge {
      background-color: #28a745;
      color: white;
      padding: 3px 9px;
      border-radius: 3px;
      font-weight: bold;
      font-size: 0.9rem;
    }

    .header-links a {
      color: white;
      text-decoration: none;
      margin-left: 15px;
      font-weight: 500;
    }

    .header-links a:hover {
      text-decoration: underline;
    }

    .journal-title {
      font-size: 1.7rem;
      font-weight: bold;
      color: #003366;
      margin: 20px 0 5px;
    }

    .issue-title {
      font-size: 1.9rem;
      font-weight: 600;
      color: #222;
      margin-bottom: 15px;
    }

    .cover-container {
      max-width: 380px;
      border: 1px solid #ddd;
      background: white;
      padding: 12px;
      box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    }

    .cover-img {
      width: 100%;
      height: auto;
    }

   .issue-nav {
    font-size: 0.95rem;
}

.issue-nav .nav-link {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #004085;
    text-decoration: none;
    transition: all 0.2s ease;
    padding: 6px 12px;
    border-radius: 6px;
}

.issue-nav .nav-link:hover {
    background-color: #e6f0ff;
    color: #003366;
}

.issue-nav .nav-link:hover .icon-circle {
    background-color: #004085;
    color: white;
}

.icon-circle {
    width: 34px;
    height: 34px;
    background-color: #f0f5ff;
    color: #004085;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    transition: all 0.2s ease;
    border: 1px solid #c3d4ff;
}

.nav-text {
    font-weight: 500;
}

/* Optional: make it more compact on small screens */
@media (max-width: 576px) {
    .issue-nav {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        margin-top: 16px;
    }

    .issue-nav .nav-link {
        width: 100%;
        justify-content: space-between;
        padding: 10px 14px;
    }
}

.toggle-files-btn {
    background-color: #e9ecef;
    color: #212529;
    font-size: 0.95rem;
    font-weight: 500;
    padding: 8px 20px;
    min-width: 220px;
    transition: all 0.2s ease;
}

.toggle-files-btn:hover {
    background-color: #dee2e6;
}

.toggle-files-btn .state-hide {
    background-color: #f1f3f5;
    color: #495057;
}

/* When expanded → change button style */
#additionalFilesToggle[aria-expanded="true"] .state-view {
    display: none !important;
}

#additionalFilesToggle[aria-expanded="true"] .state-hide {
    display: inline-flex !important;
}

#additionalFilesToggle[aria-expanded="true"] {
    background-color: #f1f3f5 !important;
    border-radius: 39px !important;
}

    .article-section {
      background: white;
      border: 1px solid #dee2e6;
      padding: 15px;
    }

    .article-meta {
      color: #555;
      font-size: 0.92rem;
    }

    .free-tag {
      color: #28a745;
      font-weight: bold;
      font-size: 0.9rem;
    }

    .lock-icon::before {
      content: "🔒 ";
    }

    .article-title-link {
      color: #004085;
      font-weight: 600;
      font-size: 1.15rem;
      text-decoration: none;
    }

    .article-title-link:hover {
      text-decoration: underline;
    }

    .authors {
      color: #444;
      font-size: 0.98rem;
    }

    .abstract-content {
      background: #f9f9f9;
      border: 1px solid #eee;
      padding: 12px 15px;
      margin-top: 10px;
      font-size: 0.95rem;
      line-height: 1.45;
    }

    .btn-article {
       background: white;
       border: none;
       color: var(--btn-bg);
       font-size: 1rem;
       font-weight: 500;
       text-decoration: none !important;
       padding: 0.6rem 0.8rem;
       border-radius: 22px;
       transition: all 0.3s ease;
       box-shadow: 0 6px 20px rgba(0, 91, 150, 0.25);
    }

    .btn-article:hover {
      background: white;
      transform: translateY(-3px);
      color: var(--btn-hover);
      box-shadow: 0 12px 32px rgba(0, 91, 150, 0.35);
    }
    .sidebars {
      background: white;
      border: 1px solid #dee2e6;
      padding: 10px;
      margin-bottom: 20px;
       border-radius: 8px;
       transition: all 0.2s ease;
       box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    }
    .navigation__link{
    display: block;
    padding: .5rem .5rem;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.27;
    /* color: #333;
    text-decoration: none; */
    }

    .sidebars h6 {
      color: #003366;
      font-weight: 600;
      border-bottom: 1px solid #eee;
      padding-bottom: 8px;
      margin-bottom: 12px;
    }

    .btn-pdf {
      background: var(--btn-bg);
      border: none;
      color: white;
      font-weight: 600;
      padding: 0.4rem 1rem;
      border-radius: 6px;
      transition: all 0.3s ease;
      box-shadow: 0 6px 20px rgba(0, 91, 150, 0.25);
    }

    .btn-pdf:hover {
      background: var(--btn-hover);
      transform: translateY(-3px);
      color: white;
      box-shadow: 0 12px 32px rgba(0, 91, 150, 0.35);
    }

    /* all-issue */

    .all-issues-header h2 {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #222;
}

.all-issues-header p {
    color: #666;
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
}

/* Decade Tabs */
#decadeTabs .nav-link {
    font-weight: 600;
    color: #333;
    border-radius: 0;
    padding: 0.75rem 1.5rem;
    border-bottom: 3px solid transparent;
    transition: all 0.3s ease;
}

#decadeTabs .nav-link:hover {
    color: #007bff;
    border-bottom: 3px solid #007bff;
}

#decadeTabs .nav-link.active {
    color: #007bff;
    border-bottom: 3px solid #007bff;
    background-color: transparent;
}

/* Year navigation */
.year-nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.year-nav a {
    font-size: 1.1rem;
    font-weight: 500;
    color: #555;
    text-decoration: none;
    padding-bottom: 0.4rem;
    transition: all 0.25s ease;
}

.year-nav a:hover,
.year-nav a.active-year {
    color: #007bff;
    border-bottom: 3px solid #007bff;
}

/* Issue covers grid */
/* .issue-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1.8rem;
} */
/*
.issue-item {
    text-align: center;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.issue-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 24px rgba(0,0,0,0.12);
} */

.issue-item img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.issue-info {
    padding: 1rem 0.8rem;
    font-size: 0.95rem;
    color: #444;
}

.issue-info strong {
    display: block;
    margin-bottom: 0.4rem;
    color: #222;
}

.badge-current {
    background-color: #28a745;
    color: white;
    font-size: 0.8rem;
    padding: 0.35em 0.65em;
    border-radius: 1rem;
    margin-top: 0.5rem;
    display: inline-block;
}

    .cards {
      border-radius: 0.75rem;
      background: white;
      height: 140px;
      /* display: flex; */
      align-items: center;
      justify-content: center;
      transition: all 0.3s ease;
      box-shadow: 0 2px 8px rgba(0,0,0,0.08);
      text-align: center;
      padding: 1rem;
    }

    .cards:hover {
      background: white;
      color: white;
      transform: translateY(-4px);
      box-shadow: 0 8px 20px rgba(13, 110, 253, 0.2);
    }

    .card-titles {
      font-size: 1.05rem;
      line-height: 1.35;
      margin: 7px;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
        .year-nav {
            gap: 1rem;
        }
        .year-nav a {
            font-size: 1rem;
        }
        .issue-grid {
            grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
        }
    }

    /* footer */
    footer {
      background: var(--blue-dark);
      color: #d1d9e6;
      padding: 4.5rem 0 2.5rem;
    }

    footer a {
      color: #d1d9e6;
      text-decoration: none;
    }

    footer a:hover {
      color: var(--orange);
    }

    .footer-curve svg {
       display: block;
       width: 100%;
       height: 90px;
    }
    .footer-logo {
       max-width: 190px;
       background: white;
       border-radius: 8px;
    }
    a.text-white:hover {
    color: #0d6efd !important;
    transform: scale(1.2);
    transition: all 0.3s;
   }

    @media (max-width: 767px) {
      .hero {
        padding: 8rem 0 5.5rem;
      }
      h1.display-4 {
        font-size: 3rem;
      }
    }

    /* login page */

    .login-container {
      max-width: 1100px;
      margin: 1.5rem auto;
      background: white;
      border-radius: 16px;
      overflow: hidden;
      box-shadow: 0 14px 40px rgba(0, 91, 150, 0.14);
    }

    .left-side {
      background: #005b96;
      color: white;
      padding: 3rem 2.2rem;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
    }

    .left-side h2 {
      font-weight: 800;
      font-size: 2.1rem;
      margin-bottom: 1rem;
    }

    .left-side p {
      font-size: 1.05rem;
      opacity: 0.92;
      max-width: 340px;
      margin-bottom: 0;
    }

    .brand-logo {
      font-size: 3.2rem;
      font-weight: bold;
      margin-bottom: 1.4rem;
      color: #fff;
    }


    .right-side {
      padding: 2.8rem 2.5rem;
    }

    .form-title {
      font-size: 1.9rem;
      font-weight: 700;
      color: #005b96;
      margin-bottom: 1rem;
      text-align: center;
    }

    .form-control {
      border-radius: 10px;
      padding: 0.85rem 1.2rem;
      border: 1px solid #d1e0ff;
      font-size: 1rem;
    }

    .form-control:focus {
      border-color: #00a896;
      box-shadow: 0 0 0 0.2rem rgba(0, 168, 150, 0.12);
    }

    .input-group-text {
      background: white;
      border: 1px solid #d1e0ff;
      border-left: none;
      border-radius: 0 10px 10px 0;
      cursor: pointer;
      padding: 0.85rem 1rem;
    }

    .form-control, .form-select {
         border-radius: 10px;
        padding: 0.5rem 0.6rem;
        border: 1px solid #d1e0ff;
        font-size: 0.8rem;
    }

    .form-control:focus, .form-select:focus {
      border-color: #00a896;
      box-shadow: 0 0 0 0.2rem rgba(0, 168, 150, 0.12);
    }

    .mb-3, .mb-4 {
      margin-bottom: 1.1rem !important;
    }

    .btn-login {
      background: #005b96;
      border: none;
      border-radius: 10px;
      padding: 0.6rem;
      font-size: 1.08rem;
      color:white;
      font-weight: 600;
      width: 100%;
      transition: all 0.3s;
    }

    .btn-login:hover {
      background: #004a7a;
      color: white;
      transform: translateY(-2px);
    }

    .btn-org {
      background: #00a896;
      color:white;
      border: none;
      border-radius: 10px;
      padding: 0.6rem;
      font-size: 1.05rem;
      font-weight: 600;
      width: 100%;
      transition: all 0.3s;
    }

    .btn-org:hover {
      background: #008f7f;
      color:white;
    }

    .form-check-label {
      font-size: 0.95rem;
      color: #555;
    }

    .forgot-link {
      color: #005b96;
      font-weight: 500;
      font-size: 0.97rem;
      text-decoration: none;
    }

    .forgot-link:hover {
      text-decoration: underline;
    }

    .or-divider {
      display: flex;
      align-items: center;
      color: #888;
      margin: 0.8rem 0;
      font-size: 0.9rem;
    }

    .or-divider::before,
    .or-divider::after {
      content: "";
      flex: 1;
      border-bottom: 1px solid #ddd;
    }

    .or-divider span {
      padding: 0 1.2rem;
    }

    .register-link {
      color: #00a896;
      font-weight: 600;
      font-size: 1rem;
      text-decoration: none;
    }

    .register-link:hover {
      text-decoration: underline;
    }

    @media (max-width: 992px) {
      .login-container { margin: 1.2rem; }
      .left-side { padding: 2.5rem 1.8rem; }
      .right-side { padding: 2.5rem 2rem; }
    }

    @media (max-width: 768px) {
      .login-container { flex-direction: column; }
      .left-side { border-radius: 16px 16px 0 0; padding: 2.8rem 1.8rem; }
      .right-side { border-radius: 0 0 16px 16px; padding: 2.2rem 1.8rem; }
      .form-title { font-size: 1.75rem; margin-bottom: 1.4rem; }
    }
