.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5em 4em;
 /* background-color: white;*/
  height: 90px;
  background: url('./assets/hero-bg.png');
  background-size: cover;
  min-width: 100%;
}
.header-mobile{
  position: relative;
  display: none;
  width: 90%;
  min-height: 100vh;
  color: white;
  z-index: 9999;
  padding: 0 40px;
  .close-button{
    position: absolute;
    top:5px;
    right: 5px;
	border: none;
background-color: transparent;
  }
}
.header-mobile.visible {
  display: flex;
  flex-direction: column;
  background-color: #111827;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
}

.header .logo-container {
  display: flex;
  align-items: center;
  margin-left: -0.75em;
}

.header .logo {
  height: 50px;
  margin-right: 10px;
  @media screen and (min-width: 768px) {
    height: 70px;
  }
}

.header .logo-text h1 {
  margin: 0;
  font-size: 18px;
  color: #2b6a63;
}

.header .logo-text p {
  margin: 0;
  font-size: 12px;
  color: #6c757d;
}

.header .options {
  display: flex;
  list-style: none;
  gap: 50px;
  margin-top: 1rem;
}

.header .primary-button {
  padding: 12px 48px;
  gap: 10px;
  border-radius: 49.7px;
  color: #ffffff;
  font-size: 17.89px;
  font-weight: 500;
  line-height: 19.68px;
  background: #2b6a63;
  cursor: pointer;
  border: none;
  text-decoration: none;
}

@media (max-width: 1092px) {
  .header .primary-button {
    display: none;
  }
  .header .secondary-button {
    display: none;
  }
  .header .options {
    display: none;
  }
  .header {
    padding: 2em;
  }
}

.header .secondary-button {
  padding: 12px 48px;
  gap: 10px;
  border-radius: 49.7px;
  font-size: 17.89px;
  font-weight: 500;
  line-height: 19.68px;
  color: rgba(17, 24, 39, 1);
  background: rgba(255, 255, 255, 1);
  cursor: pointer;
  border: 1px solid rgba(17, 24, 39, 1);
  text-decoration: none;
}

.header .hamburger-button, .header #block-tax-online-hamburgerbuttonblock{
  all: unset;
  @media screen and (min-width: 1093px) {
    display: none;
  }
}
.header-mobile .options {
  margin-top: 5em;
  display: flex;
  flex-direction: column;
  list-style: none;
  gap: 20px;
  font-size: 18px;
  li{
    color:white;
  }
}
.header-mobile .primary-button {
  align-self: center;
  width: fit-content;
  padding: 15px 80px;
  gap: 10px;
  border-radius: 49.7px;
  color: #ffffff;
  font-size: 17.89px;
  font-weight: 500;
  line-height: 19.68px;
  background: transparent;
  outline: 1px solid white;
  cursor: pointer;
  margin-bottom: 10px;
  display: block;
  margin: 2em;
  margin-top: 1em;
}
.header-mobile .secondary-button {
  align-self: center;
  width: fit-content;
  padding: 15px 80px;
  gap: 10px;
  border-radius: 49.7px;
  font-size: 17.89px;
  font-weight: 500;
  line-height: 19.68px;
  background-color: #145455;
  color: white;
  cursor: pointer;
  border: 1px solid rgba(17, 24, 39, 1);
  display: block;
  margin: 2em;
  margin-bottom: 1em;
}
.header-mobile .hamburger-button{
  all: unset;
  @media screen and (min-width: 1093px) {
    display: none;
  }
}

.footer {
  background-color: #ffffff;
  padding: 20px 40px;
  /* font-family: Urbanist; */
}

.footer .footer-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.footer .footer-left {
  width: 260px;
}

.footer .logo {
  height: 50px;
  @media screen and (min-width: 768px) {
    height: 70px;
  }
}

.footer .tagline {
  font-size: 18px;
  font-weight: 500;
  line-height: 26.1px;
  color: rgba(111, 117, 130, 1);
  margin-top: 20px;
  text-align: left;
  @media screen and (min-width: 768px) {
  margin-right: 18rem;
  }
}

.footer .copyright {
  text-align: left;
    margin-top: 2rem;

  @media screen and (min-width:769px) and (max-width: 1024px) {
    margin-left: .5rem; 
  }
  
  @media screen and (min-width:1025px) and (max-width: 1900px) {
    margin-left: 4rem;
  }
  
  @media screen and (min-width:1901px) {
    margin-left: 16em;
  }
}
.footer .copyright-text {
  font-size: 18px;
  color: rgba(2, 53, 41, 1);
  margin-top: 20px;
}

.footer .copyright-tag {
  font-size: 18px;
  color: rgba(111, 117, 130, 1);
  margin-top: 20px;
  text-align: left;
}

.footer .footer-right {
  display: flex;
  justify-content: space-between;
  gap: 100px;
}

.footer .footer-column {
  flex: 1;
  max-width: 216px;
  word-wrap: break-word;
}

.footer .footer-column h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 21.6px;
  text-align: left;
  color: rgba(19, 33, 60, 1);
  margin-bottom: 15px;
  text-transform: uppercase;
}

.footer .footer-column ul {
  list-style-type: none;
  padding: 0;
  margin-left: 0;
}

.footer .footer-column ul li {
  margin-bottom: 10px;
}

.footer .footer-column ul li a {
  font-size: 16px;
  font-weight: 500;
  line-height: 26.1px;
  text-align: left;
  text-decoration: none;
  color: rgba(111, 117, 130, 1);
}

.footer .horizontal-line {
  border-top: 1px solid #e0e0e0;
  @media screen and (min-width:769px) and (max-width: 1024px) {
    margin-left: .25rem;
    margin-right: .25rem;
  }
  
  @media screen and (min-width:1025px) and (max-width: 1900px) {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  
  @media screen and (min-width:1901px) {
    margin-left: 15rem;
    margin-right: 15rem;
  }
}