
/* Minimal custom CSS — RTL + theme tweaks + subtle animation */
:root{
  --bs-primary: #0d6efd;
  --bs-warning: #ff7a00;        /* نارنجی مدرن */
  --cream-bg: #fff7ea;          /* کرم روشن */
}
body{
    font-family: Vazirmatn, sans-serif;
  background: var(--cream-bg);
}
.bg-hero{
  background: linear-gradient(180deg, rgba(13,110,253,.08), rgba(255,255,255,0));
}
.card-quick{
  transition: transform .15s ease, box-shadow .15s ease;
}
.card-quick:hover{ transform: translateY(-2px); box-shadow: 0 .5rem 1rem rgba(0,0,0,.08); }
.avatar{ width:84px; height:84px; }
.calendar-placeholder .ratio{ height: 180px; }
.placeholder{ background:#eee; border:1px dashed #ccc; }

.navbar-brand img {
    max-height: 50px;
}

footer img {
    max-height: 40px;
    margin-left: 10px;
}

