/* ===== Click-to-Call button (bottom-left) — image + HTML number overlay ===== */
.ge-c2c {
  position: fixed !important;
  left: 18px;
  bottom: 86px;
  z-index: 99999;
  display: block !important;
  width: 300px;
  max-width: 74vw;
  aspect-ratio: 914 / 292;
  text-decoration: none !important;
  background-image: url("images/click-to-call-blank.png?v=8") !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: contain !important;
  filter: drop-shadow(0 6px 14px rgba(5,31,61,.22));
  container-type: inline-size;
}
/* the phone number, over the yellow "YOUR NUMBER" banner, matching template font */
.ge-c2c .ge-c2c-num {
  position: absolute;
  left: calc(58% + 7px);
  top: calc(68% + 5px);
  transform: translate(-50%, -50%);
  color: #111;
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 5.9cqw;
  letter-spacing: 1px;
  white-space: nowrap;
}
@media (max-width: 575px) {
  .ge-c2c { width: 250px; left: 10px; bottom: 70px; }
}
