.page-title{
    border-bottom:1px solid #eee;
    font-size: 25px;
}
.fbox{
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08) !important;
    margin-bottom: 30px;
    overflow: hidden;
    border: 1px solid #eee !important;
    position: relative;
    padding: 0 !important;
}
.summary{
    display: none;
}




/* Thesis block container */
.facultyThesis-view {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    padding: 25px 30px;
    margin-bottom: 30px;
    transition: all 0.3s ease;
    border-top: 4px solid #d32f2f; /* red accent like before */
  }
  
  /* Hover effect */
  .facultyThesis-view:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.12);
  }
  
  /* Title */
  .facultyThesis-view h1 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 15px;
    color: #222;
    text-align: center;
  }
  
  /* Meta info (author, date, etc.) */
  .facultyThesis-view .text-muted {
    font-size: 14px;
    color: #666;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin-bottom: 15px;
  }
  
  .facultyThesis-view .author {
    font-weight: 500;
    color: #333;
  }
  
  .facultyThesis-view .fa {
    margin-left: 5px;
    color: #d32f2f;
  }
  
  /* Labels row */
  .facultyThesis-view .row > div {
    font-size: 15px;
    /* padding: */
    padding: 8px 20px;
    border-bottom: 1px dashed #eee;
    color: #444;
  }
  .facultyThesis-view .row > div.col-md-12 {

  }
  .facultyThesis-view .row > div:last-child {
    border-bottom: none;
  }
  
  /* Section titles (like چکیده) */
  .facultyThesis-view h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    color: #d32f2f;
    border-right: 3px solid #d32f2f;
    padding-right: 8px;
  }
  
  /* Abstract content */
  .facultyThesis-view .content {
    font-size: 15px;
    line-height: 1.8;
    color: #333;
    text-align: justify;
    margin-bottom: 15px;
  }
  
  /* Divider (instead of plain <hr>) */
  .facultyThesis-view hr {
    border: 0;
    border-bottom: 1px solid #f0f0f0;
    margin: 15px 0;
  }
  



  /* Book Card */
.book-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    margin-bottom: 25px;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  
  .book-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 14px rgba(0,0,0,0.12);
  }
  
  /* Book Image */
  .book-cover {
    border-bottom: 1px solid #eee;
    /* max-height: 220px; */
    object-fit: cover;
width: 100%;
    transition: transform 0.3s ease;
  }
  
  .book-card:hover .book-cover {
    transform: scale(1.03);
  }
  
  /* Content */
  .book-content {
    padding: 15px;
    text-align: right;
  }
  
  .book-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
    line-height: 1.4;
  }
  
  .book-title a {
    color: #2c3e50;
    text-decoration: none;
  }
  
  .book-title a:hover {
    color: #d32f2f;
    text-decoration: underline;
  }
  
  /* Details */
  .book-content p {
    margin: 4px 0;
    font-size: 13px;
    color: #555;
  }
  
  .book-detail {
    font-size: 13px;
    margin: 4px 0;
  }
  
  .book-detail span {
    font-weight: 600;
    color: #444;
  }
  
  .book-detail a {
    color: #007bff;
    text-decoration: none;
  }
  
  .book-detail a:hover {
    text-decoration: underline;
  }
  

  /* Make all columns in the row same height */
.books-front-index .list-view {
    display: flex;
    flex-wrap: wrap;
  }
  
  /* Force each bookholder column to stretch full height */
  .bookholder {
    display: flex;

    margin-bottom: 10px;

  }
  
  .book-card {
    flex: 1;  /* grow to fill */
    display: flex;
    flex-direction: column;
  }


  .book-detail-wrapper{
    padding: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0px 10px;
  }
  .books-item{
    padding: 10px;
  }