.floating-book-circle{position:fixed;right:28px;bottom:28px;width:140px;height:140px;background:#f79445;border-radius:50%;display:flex;align-items:center;justify-content:center;text-decoration:none;z-index:9999;box-shadow:0 10px 30px rgba(0,0,0,.25);transition:transform 0.35s ease,box-shadow 0.35s ease;transform-origin:center}.floating-book-circle:hover{transform:scale(1.18) rotate(10deg);box-shadow:0 14px 40px rgba(0,0,0,.35)}.circle-svg{position:absolute;width:100%;height:100%;animation:rotateCircle 14s linear infinite}.circle-text{fill:#5a2417;font-size:11px;letter-spacing:2px;font-weight:600}.circle-center{position:absolute;font-size:22px;font-weight:800;color:#5a2417}@keyframes rotateCircle{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@media (max-width:767px){.floating-book-circle{width:110px;height:110px;right:16px;bottom:16px}.circle-center{font-size:18px}}