<style>
/* WhatsApp Form */
.wa-form-container{
  max-width:400px;
  margin:20px auto;
  padding:20px;
  border-radius:10px;
  background:#f9f9f9;
  box-shadow:0 4px 10px rgba(0,0,0,0.2);
  font-family:Arial,sans-serif;
}
.wa-form-container h2{
  text-align:center;
  margin-bottom:15px;
  color:#25D366;
}
.wa-form-container input,
.wa-form-container textarea{
  width:100%;
  padding:10px;
  margin-bottom:10px;
  border-radius:5px;
  border:1px solid #ccc;
  font-size:14px;
}
.wa-form-container textarea{resize:none;height:80px;}
.wa-form-container button{
  width:100%;
  padding:12px;
  background:#25D366;
  color:#fff;
  font-size:16px;
  border:none;
  border-radius:5px;
  cursor:pointer;
}
.wa-form-container button:hover{background:#20b954;}
@media(max-width:480px){
  .wa-form-container{margin:10px;}
}

/* WhatsApp Floating Button */
.wa-circle{
  position:fixed;
  bottom:20px;
  right:20px;
  width:60px;
  height:60px;
  background:#25D366;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 4px 10px rgba(0,0,0,.3);
  z-index:9999;
}
.wa-circle img{width:32px;}
.wa-circle:hover{transform:scale(1.1);}

/* Scrolling text */
.scroll-text{
  white-space:nowrap;
  overflow:hidden;
  animation:scroll 12s linear infinite;
  color:#fff;
  font-weight:bold;
}
@keyframes scroll{
  from{transform:translateX(100%);}
  to{transform:translateX(-100%);}
}
.text-dark{color:#000;}
.work-hours{font-size:16px;}
.wa-form-container {
    max-width: 400px;
    margin: 20px auto;
    padding: 20px;
    border-radius: 10px;
    background: #f9f9f9;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    font-family: Arial, sans-serif;
}

.wa-form-container h2 {
    text-align: center;
    margin-bottom: 15px;
    color: #25D366;
}

.wa-form-container input,
.wa-form-container textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 14px;
}

.wa-form-container textarea {
    resize: none;
    height: 80px;
}

.wa-form-container button {
    width: 100%;
    padding: 12px;
    background: #25D366;
    color: #fff;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.wa-form-container button:hover {
    background: #20b954;
}

/* Mobile Responsive */
@media (max-width: 480px) {
    .wa-form-container {
        margin: 10px;
    }
}
.address-text{
  color:#000;
  font-size:16px;
  line-height:1.6;
}

.site-link{
  color:#0066cc;
  font-size:16px;
}
.local-seo {
    background: #f9f9f9;
    padding: 30px 15px;
    margin: 0;
    text-align: center;
}

.local-seo h2 {
    font-size: 22px;
    margin-bottom: 10px;
}

.local-seo p {
    max-width: 900px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.6;
}
/* ===== MOBILE OVERFLOW FIX ===== */
html, body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden !important;
}
iframe {
  max-width: 100%;
  width: 100%;
  border: 0;
}
.scroll-wrapper {
  width: 100%;
  overflow: hidden;
}

.scroll-text {
  display: block;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}
.wa-form-container input,
.wa-form-container textarea,
.wa-form-container button {
  width: 100%;
  box-sizing: border-box;
}
/* ===== MOBILE FIT FIX ===== */
html, body {
  max-width: 100%;
  overflow-x: hidden !important;
}

/* Fix bootstrap overflow */
.row {
  margin-left: 0;
  margin-right: 0;
}

/* Images */
img {
  max-width: 100%;
  height: auto;
}

/* Scroll text */
.scroll-wrapper {
  width: 100%;
  overflow: hidden;
}
.scroll-text {
  white-space: normal;
  text-align: center;
}

/* WhatsApp button */
.wa-circle {
  right: 15px;
  bottom: 15px;
  width: 55px;
  height: 55px;
}
.wa-circle img {
  width: 100%;
  height: auto;
}
<style>
.wa-circle{
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0,0,0,.3);
  z-index: 9999;
}
.wa-circle img{
  width: 32px;
}
.wa-circle:hover{
  transform: scale(1.1);
}
</style>
</style>