.home-page{flex-direction:column;gap:20px;display:flex}
.hero-section{background:#fff;margin-top:20px}.hero-section .hero-section-inner{box-sizing:border-box;grid-template-columns:70% 30%;width:100%;padding:15px;display:grid;overflow:hidden}.hero-section .hero-section-inner .inner-hero{aspect-ratio:16/9;overflow:hidden}.hero-section .hero-section-inner .inner-hero img{border-radius:10px;width:100%;height:100%}.hero-section .hero-section-inner .right-section{flex-direction:column;gap:10px;margin-right:10px;padding-left:10px;display:flex;overflow:hidden}.hero-section .hero-section-inner .right-section .img-container{flex:1;width:100%;height:100%;position:relative}.hero-section .hero-section-inner .right-section .img-container img{border-radius:10px;width:100%;height:100%;position:absolute}
.book-grid-section{padding:20px 10px}.book-grid-section .book-grid-container{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem;display:grid}
.book-cart{cursor:pointer;background-color:#e4e4e4;flex-direction:column;justify-content:space-between;gap:5px;padding:0;display:flex;position:relative}.book-cart a{text-decoration:none}.book-cart a .card-img{justify-content:center;width:100%;height:150px;display:flex}.book-cart a .card-img img{width:auto;height:100%}.book-cart a .book-details{margin-top:10px}.book-cart a .book-details h6{text-align:center;font-size:12px}.book-cart .borrow-btn{color:#fff;text-align:center;cursor:pointer;background-color:var(--primary-background);border:none;justify-content:center;align-items:center;gap:5px;width:100%;padding:10px 0;font-weight:500;display:flex}.book-cart .borrow-btn:hover,.book-cart .borrow-btn:disabled{opacity:.6}.book-cart.skeleton-card{cursor:default;pointer-events:none;background-color:#f0f0f0}.book-cart.skeleton-card .skeleton-img{background:linear-gradient(90deg,#e4e4e4 25%,#f5f5f5 50%,#e4e4e4 75%) 0 0/200% 100%;width:100%;height:150px;animation:1.5s infinite shimmer}.book-cart.skeleton-card .book-details{justify-content:center;margin-top:10px;padding:0 10px;display:flex}.book-cart.skeleton-card .book-details .skeleton-title{background:linear-gradient(90deg,#e4e4e4 25%,#f5f5f5 50%,#e4e4e4 75%) 0 0/200% 100%;border-radius:4px;width:80%;height:14px;animation:1.5s infinite shimmer}.book-cart.skeleton-card .skeleton-btn{background:linear-gradient(90deg,#d4d4d4 25%,#e4e4e4 50%,#d4d4d4 75%) 0 0/200% 100%;width:100%;height:38px;animation:1.5s infinite shimmer}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}
