/* Custom styles for Candido e Guimaraes site */

body {
  padding-top: 56px; /* offset for fixed navbar */
}

/* Hero section uses a subtle gradient instead of an external image to avoid additional file uploads */
.hero-section {
  background: linear-gradient(135deg, #001f3f, #004080);
  min-height: 60vh;
  color: #fff;
}

.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  z-index: 100;
  transition: transform 0.3s ease;
}


/* The floating WhatsApp anchor displays the icon via Bootstrap Icons */
.whatsapp-float i {
  font-size: 2.5rem;
  color: #25d366; /* typical WhatsApp green */
}

.whatsapp-float:hover {
  transform: scale(1.1);
}

.instagram-embed iframe {
  border-radius: 8px;
}

/* Card customization */
.card {
  border: none;
  border-radius: 0.5rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
