#private-section {
  position: relative;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url("/images/Group\ Photos/20230302_203808.jpg");
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  color: #fff;
  text-align: center;
  padding: 10em 0 10em 0;
  cursor: default;
}
#info-section {
  position: relative;
  background: linear-gradient(rgba(139, 41, 41, 0.6), rgba(139, 41, 41, 0.6)),
    url("/images/christmas\ banner\ no\ overlay.jpg");
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  color: #fff;
  text-align: center;
  padding: 4em 0 4em 0;
  cursor: default;
}
#info-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-image-source: url("/images/1639299-removebg-preview\ \(1\).png"); /* Garland image path */
  border-image-slice: 20%; /* Adjust based on image */
  border-width: 50px; /* Adjust based on preference */
  border-image-repeat: round;
  border-style: solid;
  pointer-events: none; /* Ensures garland is decorative only */
}
.home-header {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url("/images/Event\ shots/Screenshot_20240820-210303_Instagram.jpg");
}
