.bg-container {
  width: 100%;
  height: 4852px;
  background-image: url("images/background.jpeg");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: top center;
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 40px;
}

.nav-links {
  display: flex;
  gap: 30px;
}

.nav-buttons {
  display: flex;
  gap: 15px;
}

.hero-text {
  position: absolute;
  left: 166px;
  top: 346px;
}

.service-heading {
  position: absolute;
  left: 165px;
  top: 836px;
}

.right-text {
  position: absolute;
  left: 780px;
  top: 1330.57px;
}

.left-text {
  position: absolute;
  left: 179px;
  top: 2109px;
}

.testimonial-heading {
  position: absolute;
  left: 177px;
  top: 2706.32px;
}

.contact-info {
  display: flex;          /* arrange children in a row */
  justify-content: space-between; /* push left & right to edges */
  align-items: flex-start; /* align items to the top */
  padding: 20px;
}

.social, .contact-email {
  width: 45%;             /* adjust width as needed */
  /* optional styling */
  background-color: #f0f0f0;
  padding: 10px;
  box-sizing: border-box;
}

.bottom-navbar {
  display: flex;
  justify-content: space-between; /* left and right */
  align-items: center;            /* vertically centered */
  padding: 10px 20px;
}

.bottom-navbar p {
  margin: 0;                      /* remove default margin */
}

.nav-links a {
  margin-left: 15px;              /* spacing between links */
  text-decoration: none;          /* remove underline */
}
