/* ═══════════════════════════════════════
   PHONE + EMAIL — Fully Hide - UTS Sites
══════════════════════════════════════════ */

html body .f-contact-blurb {
  display: block !important;
  visibility: visible !important;
}

/* Header phone button */
.phone-cta,
.m-phone-btn,
.pickup-call-btn { display: none !important; }

/* Footer contact cards (phone + email) */
.c-card { display: none !important; }

/* Footer blurb text */
.f-contact-blurb { display: none !important; }

/* Koi bhi tel: ya mailto: link */
a[href^="tel:"],
a[href^="mailto:"] { display: none !important; }