body {
  font-family: 'Nunito', sans-serif;
  background-color: #f8f9fa;
}

.custom-navbar {
  background-color: #1e3c72;
  padding: 0.75rem 1rem;
}

.navbar-brand img {
  height: 80px;
}

.navbar-brand span {
  font-size: 1.5rem;
  color: white;
}

.header-banner {
  background: linear-gradient(to right, #1e3c72, #2a5298);
  color: white;
  padding: 2rem 1rem;
  margin-bottom: 0;
}

.carousel-inner img {
  border-radius: 10px;
  max-height: 500px;
  object-fit: cover;
}

.card-title {
  color: #1e3c72;
}

.btn-success {
  background-color: #28a745;
  border: none;
}

.btn-success:hover {
  background-color: #218838;
}

footer {
  font-size: 0.9rem;
  background-color: #1e3c72 !important;
}

hr {
  border-top: 3px solid #ccc;
}

/* Contact bar layout */
.top-contact .row > div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 576px) {
  .navbar-brand span {
    font-size: 1.2rem;
  }

  .navbar-brand img {
    height: 50px;
  }

  .top-contact .row {
    flex-direction: column;
    text-align: center;
  }

  .top-contact .row > div {
    margin-bottom: 5px;
  }
}
.floating-whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25D366;
  color: white;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
  z-index: 999;
  text-decoration: none;
  font-size: 28px;
}

.floating-whatsapp:hover {
  background-color: #1ebe5b;
}

