.btn{
	background-color: var(--primary) !important;
}
.Contact-hero {
	background: url('../assets/images/contactus/contactus-header.jpeg') center/cover no-repeat;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 250px; /* Adjust height based on design */
  position: relative;
  padding: 60px 0; /* Optional padding */
}

.Contact-hero::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.5); /* Overlay for text visibility */
  z-index: 1;
}

.Contact-hero .container {
  position: relative;
  z-index: 2;
}