nav {
  padding: 30px;
  font-size: 18px;
  font-weight: bold;
  background-color: #ffffff; 
}

li a {
  margin-right: 15px;
}

.floating-icons {
  position: fixed;
  bottom: 30px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 1000;
}

.floating-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 24px;
  text-decoration: none;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease-in-out;
}

.floating-icons a:hover {
  transform: scale(1.1);
}

.call-icon {
  background-color: #007bff; /* Blue for call */
}

.whatsapp-icon {
  background-color: #25d366;
}

.dom {
  text-decoration: none;
  color: #fff;
}
