.footer-section {
  position: relative;
  color: #fff;
}

/* Dark overlay to ensure readability on background image */
.footer-overlay {
  background: rgba(0,0,0,0.4);
}

.footer-bottom {
  background: #111 !important;
}

.newsletter-form .form-control {
  border-radius: 2rem 0 0 2rem;
  border: none;
}

.newsletter-form .btn {
  border-radius: 0 2rem 2rem 0;
}

.footer-section .btn-secondary {
  background: #333;
  border: none;
  color: #fff;
  font-weight: bold;
  width: 2.2rem; height: 2.2rem;
  padding: 0;
  text-align: center;
}

body {
  font-family: 'Segoe UI', Arial, sans-serif;
  background: #f8fafc;
}
.card-title {
  font-size: 1rem;
}
.badge {
  font-size: 0.78em;
  font-weight: 500;
}
.carousel-inner img {
  object-fit: cover;
  max-height: 420px;
}
section.container {
  background: #fff;
  border-radius: 1.2rem;
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}
h2.fw-bold {
  letter-spacing: 1px;
}
