/*
Theme Name: Twenty Twenty-Five Child
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Description: Child theme for the Twenty Twenty-Five WordPress theme
Author: Your Name
Template: twentytwentyfive
Version: 1.0
*/
.libaray-home-banner-inner {
    width: 100%;
    padding-top: 0 !important;
    margin: 0 !important;
}
.libaray-home-banner-inner img {
    width: 100%;
}
.libaray-home-banner {
    padding: 0;
    margin: 0 !important;
}
.banner-img {
    height: 400px;
}   
.banner-img img {
    height: 400px;
    object-fit: cover;
}
.banner-img:before{
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.7); 
  pointer-events: none; 
  border-radius: inherit;
}
.librarymgt-inner-section {
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
}
.banner-img {
    position: relative;
}
.librarymgt-inner-section img {
    width: 90px;
    height: 90px;
}   
.librarymgt-inner-section h1 {
    font-size: 50px;
    font-weight: 800;
    margin-bottom: 7px;
}
.book-cover img {
    width: 100% !important;
    height: 400px !important;
    object-fit: cover !important;
}
.book-cover {
    padding: 0 !important;
}
h1.libray-head {
    text-align: center;
    font-size: 30px;
    margin: 35px 0 20px 0;
    color: #f2711c;
    font-weight: 300;
    letter-spacing: 1px;
}
.library-filter-form button {
    padding: 15px 25px !important;
    background: linear-gradient(to right, #457bba 0%, #0f254b 100%) !important;
    font-size: 18px !important;
    font-family: var(--wp--preset--font-family--manrope) !important;
}
.library-filter-form input {
    font-family: var(--wp--preset--font-family--manrope);
    min-width: 350px;
}
.library-filter-form button:hover{
    background: linear-gradient(to right, #457bba 0%, #0f254b 100%) !important;
}
footer {
    
    color: #fff;
}
footer p a {
    margin: 0 5px;
}
footer p a {
    text-decoration: none;
    color: #f2711c;
}
.book-name {
    color: #275584 !important;
}
.book-details p {
    display: flex;
    gap: 20px;
}
.book-details p strong {
    flex: 0 0 auto;
}
.book-details p span {
    flex: 1;
}
nav a span {
    color: #e46c2c;
    font-weight: 500;
}
.libaray-home-banner-inner {
    padding-bottom: 0 !important;
}

            /* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

/* Style the close button */
.topright {
  float: right;
  cursor: pointer;
  font-size: 28px;
}

.topright:hover {color: red;}
.book-detail-info {
    display: flex;
    gap: 30px;
}
.book-name-info h2 {
    margin-top: 0 !important;
    color: #275584 !important;
    font-weight: 700 !important;
}
.book-name-info div, .book-name-info span {
    font-size: 18px !important;
}
.book-desc h4 {
    margin-top: 10px !important;
    margin-bottom: 0 !important;
}
.book-desc p {
    font-style: italic;
}
.whr-to-find h4 {
    margin: 0;
    font-weight: 600;
    color: #275584 !important;
}
.whr-to-find p {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 5px;
}
.book-details-container .tab button.active {
    background: linear-gradient(to right, #457bba 0%, #0f254b 100%) !important;
    color: #fff;
    font-family: var(--wp--preset--font-family--manrope);
}
.book-details-container .tab button {
    font-family: var(--wp--preset--font-family--manrope);
}
.back-to-library-btn {
    background: #f5702b !important;
    font-size: 16px;
}
.book-main-info span, .book-main-info div {
    font-size: 18px;
}
.book-main-info h2 {
    margin-top: 0;
    font-weight: 700;
    letter-spacing: 0;
    font-size: 20px;
}
.book-details-container .tabcontent p {
    font-size: 15px;
    font-weight: 400;
}
.book-details-container .tabcontent h3 {
    font-size: 18px;
    font-weight: 800;
}
.page-id-21 .libray-head{
	display:none !important;
}

header div:first-child{
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-left: 5px !important;
}
footer div:first-child {
    background: none;
    padding: 0 !important;
    background-color: transparent !important;
}
footer {
    padding: 40px 0px 0px 0px;
    background: #343d2c;
}
.footer-logo img {
    width: 225px;
}
p.footer-logo-cnt {
    font-size: 16px;
    padding-right: 50px;
}
.footer-cont-col h5 {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 25px;
}
.footer-cont-col, .footer-col-company {
    position: relative;
}
.footer-cont-col h5::before, .footer-col-company h5::before {
    position: absolute;
    content: "";
    width: 40px;
    height: 3px;
    background: #fea836;
    left: 0;
    bottom: auto !important;
    top: 30px;
}
.footer-cont-col p, .footer-col-company p {
    font-size: 16px;
}
.footer-cont-col p span, .footer-col-company p span{
    margin-bottom: 10px;
    display: block;
}
.footer-col-company li {
    list-style-type: none;
    margin-top: 0;
}
.footer-col-company ul{
    padding-left: 0;
}
.footer-col-company li a {
    font-size: 16px;
    text-decoration: none;
}
p.footer-copyright-col {
    font-size: 14px;
    background-color: #20261a;
    margin-top: 25px !important;
    padding: 25px;
}
footer hr {
    display: none;
}
.footer-logo-col {
    margin-left: 40px !important;
}
.whr-to-find p strong {
    font-weight: 700;
}
.book-cover-deatiled img {
    height: 250px;
    border-radius: 10px;
    margin-bottom: 15px;
}
.book-main-info strong {
    font-weight: 600;
}
.footer-cont-col img {
    width: 225px;
}
header {
    padding-left: 40px;
}