.mobile-call-footer {
    position: fixed;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1050;
    text-align: center;
    width: 100%;
}

.call-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    background: #d2ae6d;
    color: #260b0d;
    font-weight: 700;
    font-size: 1rem;
    
    text-decoration: none;
    box-shadow: 0 6px 16px rgba(0,0,0,0.15);
    width: 100%;  /* fills parent width */
}


/* Icon size */
.call-btn i {
  font-size: 1.4rem;
}

/* Hide original header phone on mobile */
@media(max-width: 768px) {
  /*.phoneicon {
    display: none !important;
  }*/
  .phoneicon::before {
    display: none;
  }
  .phonetext {
    font-size: 1.0rem;
    opacity: 0.95;
    font-weight: 700;
}
.phonetextbold a {
    font-size: 1.26rem;
    font-weight: 700;
    color: #260b0d;
    text-decoration: none;
}

  body {
    padding-bottom: 70px;  /* avoid overlapping footer */
  }
}
