/*
 * public/css/public-layout.css
 * Shared layout helpers for public runtime (footer wrapper, layout containers).
 * قبلاً این‌ها به‌صورت `style="..."` داخل layoutها inline بودند.
 */

/* Footer wrapper:
 * قبلاً `style="position:relative;z-index:10;"` (layout.ejs, base.ejs)
 * و `style="position:relative;z-index:10;width:100%"` (services/detail.ejs) */
.footer-wrapper {
    position: relative;
    z-index: 10;
}
.footer-wrapper--full {
    position: relative;
    z-index: 10;
    width: 100%;
}
