.mobile-bottom-bar{display:none;position:fixed;bottom:0;left:0;right:0;background-color:white;border-top:.5px solid #ecd18c;box-shadow:0 -4px 20px rgba(0,0,0,.1);z-index:1000;padding:8px 16px calc(8px + env(safe-area-inset-bottom, 0px));background-color:#ffffff;background-image:url(/images/islamic-geometric-pattern.svg);background-size:50px 50px;background-repeat:repeat}@media (max-width:999px){.mobile-bottom-bar{display:flex;justify-content:space-around;align-items:center;gap:16px}body{padding-bottom:70px}}.mobile-bottom-bar-button{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;background:none;border:none;color:var(--primary-color);font-size:.75rem;font-weight:600;cursor:pointer;padding:8px 20px;border-radius:12px;transition:all .2s ease;flex:1 1;max-width:120px}.mobile-bottom-bar-button svg{font-size:1.25rem;width:1.25rem;height:1.25rem}