body {
  margin: 0;
  padding: 0;
  background: #fff;
  color: #222;
}

.blix-main-content {
  font-family: 'Montserrat', sans-serif;
}

.contact-wrapper {
  padding: 2rem;
  font-size: 1.125rem;
  line-height: 1.7;
  max-width: 1200px;
  margin: 0 auto;
}

.contact-heading {
  font-size: 2.5rem;
  font-weight: 900;
}

.contact-heading.contact-blue {
  font-size: 2.8rem !important;
  font-weight: 900 !important;
  font-family: 'Montserrat', sans-serif !important;
  line-height: 1.2;
  color: #455581 !important;
}

.contact-heading.contact-gold {
  font-size: 2.8rem !important;
  font-weight: 900 !important;
  font-family: 'Montserrat', sans-serif !important;
  line-height: 1.2;
  color: #d2a333 !important;
}

.contact-box {
  background: #f8f8f8;
  padding: 1.5rem;
  margin: 2rem 0;
  border: 1px solid #ccc;
}

.contact-panels {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.contact-panel {
  flex: 1;
  min-width: 280px;
  background: #f9f9f9;
  border: 1px solid #ddd;
  padding: 1rem;
}

.contact-img {
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
}

.contact-blue {
  color: #455581;
}

.contact-gold-link {
  color: #c1990e;
  text-decoration: underline;
}

.contact-gold-link:hover {
  color: #fff;
}

.contact-map-link {
  color: #c1990e;
  text-decoration: underline;
}

.contact-map-link:hover {
  color: #fff;
}

.contact-phone {
  font-weight: bold;
  color: #000;
}

@media (max-width: 768px) {
  .contact-panels {
    flex-direction: column;
  }

  .contact-strip-inner {
    font-size: 1rem;
    padding: 0 1rem;
  }
}

/* Social Section */
.social-section {
  margin-top: 3rem;
  padding: 2rem 1rem;
  text-align: left;
}

.social-section h2 {
  font-size: 1.8rem;
  color: #455581;
  margin-bottom: 1.5rem;
}

.social-buttons {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
}

.social-button {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-weight: 700;
  font-size: 1.2rem;
  padding: 1.2rem 1.5rem;
  border-radius: 6px;
  color: #fff;
  text-decoration: none;
  width: 100%;
  max-width: 480px;
  transition: background 0.3s ease;
}

.social-button i {
  font-size: 1.4rem;
}

/* Platform colours */
.social-button.facebook {
  background-color: #3b5998;
}

.social-button.facebook:hover {
  background-color: #2d4373;
}

.social-button.instagram {
  background-color: #C13584;
}

.social-button.instagram:hover {
  background-color: #a02d6c;
}

.social-button.twitter {
  background-color: #000;
}

.social-button.twitter:hover {
  background-color: #333;
}

.social-button,
.social-button:visited,
.social-button:hover {
  text-decoration: none !important;
  color: #fff !important;
}

.anchor-offset {
  position: relative;
  top: -80px;
  height: 0;
  visibility: hidden;
}

.contact-strip {
  background-color: #f8f8f8;
  width: 100vw; /* Force full viewport width */
  padding: 2rem 0;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.contact-strip-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  font-size: 1.125rem;
  line-height: 1.7;
  color: #222;
  box-sizing: border-box;
}