/* ─── Theme 3 — Responsive (LTR) ────────────────────────────────────────── */

@media (max-width: 767px) {
  body { font-size: 0.9375rem; }
  .fotter-socilIcon { bottom: 70px; width: 42px; height: 42px; font-size: 1.1rem; }
}

@media (max-width: 480px) {
  .container, .container-fluid { --bs-gutter-x: 0.75rem; }
}

@supports (padding-bottom: env(safe-area-inset-bottom)) {
  .fotter-socilIcon { bottom: calc(70px + env(safe-area-inset-bottom, 0)); }
}
