.text-berry-blue {
  color: #4F86F7 !important;
}

.bg-berry-blue {
  background-color: #4F86F7 !important;
}

.text-pistachio {
  color: #93C572 !important;
}

.bg-pistachio {
  background-color: #93C572 !important;
}

.navbar .nav-link:hover {
  color: #4F86F7 !important;
  transition: color 0.3s ease;
}

footer a:hover {
  color: #93C572 !important;
}

.btn-custom {
  background-color: #4F86F7;
  color: white;
  border-radius: 30px;
}

.btn-custom:hover {
  background-color: #93C572;
  color: #000;
}

/* Navbar dropdown fix on mobile */
.navbar-toggler {
  border: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

/* Social icons hover effect */
.social-icons a {
  color: #4F86F7;
  transition: all 0.3s ease;
}

.social-icons a:hover {
  color: #93C572;
  transform: scale(1.15);
}

/* Footer responsiveness */
footer .social-icons {
  margin-top: 10px;
}

.btn-berry-blue {
  background-color: #4F86F7;
  color: #fff;
  border: none;
}

.btn-berry-blue:hover {
  background-color: #3a6bd1;
  color: #fff;
}

.hover-shadow {
  transition: all 0.3s ease;
}

.hover-shadow:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.badge.bg-berry-blue {
  background-color: #4F86F7 !important;
}

.text-berry-blue {
  color: #4F86F7 !important;
}

/* Floating WhatsApp Button */
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25D366;
  color: white;
  border-radius: 50%;
  text-align: center;
  font-size: 28px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  z-index: 1050;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 14px rgba(0,0,0,0.4);
  background-color: #1ebe5a;
}

.whatsapp-float i {
  line-height: 1;
}
