 /* Footer logo sizing and alignment */
 footer .logo-img {
   width: 100px;
   max-width: 100%;
   height: auto;
 }

 /* Ensure spacing below logo */
 footer img {
   margin-bottom: 10px;
 }

 footer a {
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}

 /* WhatsApp Floating Button */
 .whatsapp-float {
   position: fixed;
   bottom: 20px;
   right: 20px;
   background-color: #25d366;
   color: white;
   border-radius: 50%;
   padding: 15px;
   z-index: 999;
   box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
   text-align: center;
 }

 .whatsapp-icon {
   font-size: 24px;
 }

 @media (max-width: 991px) {
   .input-group {
     width: 100%;
   }
 }