/* General typography */
/* body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: #333;
} */

/* Headings */
/* h1, h2, h3, h4, h5 {
  font-weight: 700;
  color: #002b5c;
} */

/* Hero carousel text styling */
.carousel-caption {
  background: rgba(0, 0, 0, 0.5);
  padding: 1.5rem;
  border-radius: 0.5rem;
}

/* Primary buttons in municipal theme */
/* .btn-primary {
  background-color: #0066cc;
  border-color: #0066cc;
}
.btn-primary:hover {
  background-color: #004a99;
  border-color: #004a99;
} */

/* Outline primary buttons */
/* .btn-outline-primary {
  color: #0066cc;
  border-color: #0066cc;
}
.btn-outline-primary:hover {
  background-color: #0066cc;
  color: white;
} */

/* Section spacing */
/* section {
  padding-top: 3rem;
  padding-bottom: 3rem;
} */

/* Alternate section backgrounds */
/* .bg-light {
  background-color: #f8f9fa !important;
} */

/* Cards */
/* .card {
  border-radius: 0.5rem;
  border: none;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}
.card-title {
  color: #002b5c;
} */

/* Gallery images */
/* .img-fluid.rounded {
  border-radius: 0.5rem;
  transition: transform 0.3s ease;
}
.img-fluid.rounded:hover {
  transform: scale(1.03);
} */

/* Footer/Contact section */
/* .bg-dark {
  background-color: #002b5c !important;
}
.bg-dark h4 {
  color: #fff;
}
.bg-dark p {
  color: #ddd;
} */

/* Responsive tweaks */
@media (max-width: 768px) {
  .carousel-caption {
    font-size: 0.9rem;
    padding: 1rem;
  }
}
