body {
  font-family: "Poppins", sans-serif;
  color: #333;
  background-color: #f8f9fa;
}

a:hover {
  text-decoration: none !important;
}

.header-button:hover {
  color: white !important;
}

.hero-banner {
  background-image: url("https://happyliving-website-images.s3.amazonaws.com/homeimage.jpg");
  background-size: cover;
  background-position: center;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #fff;
}
.content-wrapper {
  background: rgba(0, 0, 0, 0.3);
  padding: 40px 20px;
  border-radius: 12px;
  text-align: center;
}
.shiny-text-12 {
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0px 3px 8px rgba(0, 0, 0, 0.8);
}
.btn-primary-12 {
  background: var(--bgprimary);
  color: white;
  font-size: 18px;
  font-weight: 600;
  padding: 12px 35px;
  border-radius: 8px;
  border: 2px solid #fff;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
#main-head {
  background: #f0f8ff;
}
#main-head1 {
  font-weight: 600;
  color: var(--bgprimary);
  margin-bottom: 1.1rem;
}
#main-head2 {
  font-weight: 700 !important;
  color: var(--bgprimary);
}
#main-head3 {
  background: #d7eafe;
  padding: 18px 0;
  border-radius: 12px;
  text-align: center;
  font-size: 1.15rem;
}
#main-head4 {
  background: #f9f9f9;
}
#main-head5 {
  max-width: 700px;
}
#main-head6 {
  background-color: #58a0c8;
}
#main-head7 {
  background: #f7f9fc;
}
#main-head8 {
  cursor: pointer;
}
#main-head9 {
  display: none;
}
#owner-error {
  color: red;
  display: none;
}
#property-error {
  color: red;
  display: none;
}
#contact-error {
  color: red;
  display: none;
}
.required {
  color: red;
  font-weight: bold;
  margin-left: 2px;
}
