/* ===============================
   LAYOUT & SECTIONS
================================ */
.section-title {
  text-align: center;
  margin-bottom: 30px;
  color: #7a1333;
}

.contact-section {
  background: #f8f8f8;
  padding: 50px 15px;
}

/* Buttons */
.btn {
  display: inline-block;
  text-decoration: none;
}

.btn-gold {
  display: inline-block;
  background-color: #d4af37; /* heritage gold */
  color: #ffffff;
  padding: 12px 26px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  margin-top: 16px;
}

.btn-gold:hover {
  background-color: #bfa233;
  color: #ffffff;
}



footer {
  background: #7a1333;
  color: #fff;
  text-align: center;
  padding: 18px;
  font-size: 0.95rem;
}


/* ===============================
   FOOTER
================================ */
.site-footer {
  background: #7a1333;
  color: #ffffff;
  text-align: center;
  padding: 18px 12px;
  font-size: 0.95rem;
}

.site-footer p {
  margin: 0;
}


