.mehraz-fab{position:fixed;right:30px;bottom:20px;width:55px;height:55px;border-radius:50%;border:none;color:#fff;cursor:pointer;z-index:10001;display:flex;align-items:center;justify-content:center;transition:background .25s}.mehraz-fab.open{background:#444}.mehraz-fab svg{width:28px;height:28px;transition:transform .3s ease}.mehraz-fab.open svg{transform:rotate(45deg)}/* OVERLAY */.overlay{position:fixed;inset:0;background:rgba(0,0,0,.35);display:none;z-index:9997}.overlay.show{display:block}/* === MEHRAZ SHEET === */.mehraz-sheet{position:fixed;bottom:-100%;background:#fff;transition:bottom .35s ease;box-shadow:0 -4px 20px rgba(0,0,0,.25);z-index:9998;border-radius:12px 12px 0 0}/* DESKTOP */@media (min-width:768px){.mehraz-sheet{width:330px;height:470px;right:20px;left:auto}}/* MOBILE */@media (max-width:767px){.mehraz-sheet{height:70%;width:100%;left:0;right:0}}.mehraz-sheet.open{bottom:0}.sheet-content{padding:20px}.style-1{cursor:pointer}