<style>
  .floating-quote-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #007BFF;
    color: #fff;
    padding: 15px 20px;
    border-radius: 5px;
    z-index: 1000;
    text-decoration: none;
    font-weight: bold;
  }
</style>
<a href="https://forms.gle/9MZLdtmMUhkX5cV87" class="floating-quote-btn">Get a Quote</a>
