.custom-container {
  width: 100%;
}

@media (min-width: 1400px) {
  .custom-container {
    max-width: 1350px;
  }
} 

@media (min-width: 1366px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1250px;
    }
}

@media (min-width: 992px) {
    .h3-category-lg {
        font-size: 1.25rem;
        line-height: 1.7;
    }

     .category-summary-lg {
        font-size: 1rem;
        line-height: 1.45;
        color: var(--c-text-summary) !important;
    }


}


.saj-sm{
   font-size: 1rem;
}

  .category-head-saj {
    
    font-size: 4rem;
    line-height: 5rem;
     
  }


.custom-container {
        width: 100%;
      }

      @media (min-width: 1400px) {
        .custom-container {
          max-width: 1350px;
        }
      }

      











      /* @font-face {
  font-family: 'nyt-athletic-slab';
  src: url('https://g1.nyt.com/fonts/family/athletic-slab/athletic-slab-normal-700.cc218591ef707b20c8395b0c9baab312.woff2') format('woff2');
  font-style: normal;
  font-weight: 700;
  font-display: swap;
} */


 



 
  .h1-sm-saj {
    font-size: 1.8rem;
    font-weight: 200;
    line-height: 2.5rem;

  }
 



@media (min-width: 992px) {
  
  .h1-sm-saj {
    font-size: 2.6rem;
    font-weight: 200;
    line-height: 3.5rem;
    

  }
}


@media (min-width: 992px) {
    .h3-lg a{
        font-size: 1rem;
        line-height: 1.7;
        font-weight: 600;
    }
}


.main-nav .nav-link{font-size: .9rem;     font-weight: 600;}



 



.boxed.bg-saj .wrapper,  .framed.bg-saj .wrapper {
  box-shadow: 0 0 3px #dee2e6;
}
 
.bg-saj-wrap{
position: relative; 
 
 }

 .bg-saj{
  background: #dfeefc;
 }

.bg-saj-wrap:before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border: solid 5px #dfeefc;
    border-top:none;
    pointer-events: none;
}  

@media (min-width: 768px) {
    .bg-saj-wrap:before {
        border-width: 10px;
    }
}


@media (min-width: 1070px) {
    .bg-saj-wrap:before {
        border-width: 15px;
    }
}


.c-bg-secondary {
    background-color: #dfeefc !important;
    --c-border: rgba(146, 160, 177, .5);
}


.site-nav__logo {
      height: 69px;  
    width: 200px;
}



@media (min-width: 992px) {
    .showbacktop.is-visible {
        position: fixed;
        background: #dfeefc !important;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}


.sticky-logo {
  display: none;
}

.site-nav__logo {
  display: block;
}

/* When both classes are present, show sticky-logo and hide original logo */
#showbacktop.is-fixed.is-visible .sticky-logo {
  display: block;
}

#showbacktop.is-fixed.is-visible .site-nav__logo {
  display: none;
}

.font-saj{
  font-family: var(--bs-body-font-family3);
}


.summary-saj{
  font-family: var(--bs-body-font-family3);
  letter-spacing: 0.1px;
    
  line-height: 1.5rem;
    font-size: 1.0rem;
    font-weight: 300;
}


.author-saj{
  font-family: var(--bs-body-font-family3);
   font-size: 1.0rem;
  
}



.issue-equal-height {
    min-height: 100%;
    position: relative;
    padding-bottom: 1rem; /* matches the border spacing */
  }

  .issue-equal-height::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid #dee2e6; /* Bootstrap's border color */
  }


  @media (min-width: 992px) {
    .col-lg-20 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .col-lg-40 {
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }
}

/* .col-24, .col-sm-24, .col-md-24, .col-lg-24, .col-xl-24 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
} */

  /* @media (min-width: 992px) {
    .col-lg-20 { width: 20% !important; }
    .col-lg-40 { width: 40% !important; }
  } */


  .navbar-brand{padding-top: 0px;}


 





 

@media (min-width: 320px) {
    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
}

@media (min-width: 320px) {
    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
 

/* @media (max-width:575.99px) {  
  .collapse:not(.show),.d-search {
    display: none !important;
}

} */

 

@media (max-width: 991.98px) {
    .main-nav {
        padding-top: .25rem;
        padding-bottom: .25rem;
    }
}

@media (max-width: 991.98px) {
    .main-nav .nav-link {
        padding: .25rem .75rem;
    }
   
}


@media only screen and (min-width: 320px) and (max-width: 991.98px) {
    .main-menu.navbar {
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
        width: 100%;
    }
}


@media (max-width: 575.98px) {
  .h5 {
    line-height: 1.4;
  }
}

@media (max-width: 575.98px) {
  .h6 {
    font-size: 1.0rem;
   
  }
}




 .fixed-circle-btn {
      position: fixed;
      bottom: 70px;
      right: 20px;
      width: 60px;
      height: 60px;
      background-color: #5B2C83; /* Purple background */
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
      z-index: 1000;
      text-decoration: none;
    }
    .fixed-circle-btn svg {
      width: 28px;
      height: 28px;
      fill: white;
    }
    .fixed-circle-btn:hover {
      background-color: #4b226d; /* Darker purple on hover */
    }



     .card-img-area {
    background-color: #f8f9fa; /* light background */
    padding: 15px; /* padding around image */
  }

  .card-img-area img {
    border-radius: 8px; /* optional: rounded image */
    max-height: 250px; /* optional: control image height */
    object-fit: contain; /* keep aspect ratio */
  }