/* Sub Font – Roboto with fallback and 14px */
body, p, li, span, td, th, small, label, input, textarea, select, button {
  font-family: "Roboto", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  font-size: 14px !important;
  line-height: 1.6;
}

/* Heading Font – Raleway */
h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif !important;
}

/* Navigation Font – Poppins */
.navbar, .navbar-nav, .navbar a, .main-menu a, .menu-item, .dropdown-menu a {
  font-family: "Poppins", sans-serif !important;
}

.footer-contact li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.footer-contact i {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #115173;   /* Use your site's primary blue */
  color: #fff;
  font-size: 18px;
  margin-right: 12px;
  flex-shrink: 0;
  box-shadow: 0 1px 3px rgba(0,0,0,0.07);
  transition: background 0.3s;
}

.footer-contact a {
  color: inherit;
  text-decoration: none;
}

.footer-contact a:hover {
  text-decoration: underline;
}

#whatsapp-floating-button {
    left: auto !important;
    right: auto !important;
    bottom: 20px !important;