body {
background: #F8F6F2;

}

.menubalk {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 2rem;
    margin-top: 4vh;
}

.left-group {
    display: flex;
    align-items: center;
    gap: 3rem;
}

.menu-items {
    display: flex;
    gap: 2.5rem; 
}

.menubalk a {
    margin: 0;
    color: #2E110D;
    font-family: Lato;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.75rem;
    text-decoration: none;
}

.menubalk img {
    width: 10vw;
    height: auto;
    flex-shrink: 0;
    aspect-ratio: 267/128;
}



.button {
    border-radius: 3.75rem;
    border: 1px solid black;
    background: #DDA47B;
    width: 8.8125rem;
    height: 2.9rem;
    flex-shrink: 0;
    color: black;
    font-family: Lato;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.button:hover {
background: #B6C7A7;
}

.service {
  display: flex;
  align-items: center; 
  gap: 0.5rem;
  position: relative;
  top: 4rem;
}

.text-group {
  display: flex;
  flex-direction: column;
  position: relative;
  left: 4rem;
}

.service svg {
  width: 2rem;
  height: 2.25rem;
  flex-shrink: 0;
  position: relative;
  left: 2rem;
  top: -0.5rem;
}

.service h1 {
  color: #000;
  font-family: "Playfair Display";
  font-size: 2.5rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.75rem;
  margin: 0;
}

.service h2 {
  color: #000;
  font-family: Lato, sans-serif;
  font-weight: 400;
  margin: 0;
font-size: 1.475rem;
font-style: normal;
font-weight: 500;
line-height: 1.75rem; 
position: relative;
top: 2rem;
}

.service-container {
    position: relative;
    top: 12rem;
    padding-bottom: 12rem;
}


.therapists {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  gap: 4rem;
  padding-top: 10rem;
  padding-left: 6rem;
  padding-bottom: 6rem;
}


.therapist {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 3.75rem;
  border: 9px solid #DDA47B;
  background: #F5F5F5;
  width: 20.9375rem;
  height: 22.9375rem;
  flex-shrink: 0;
  text-align: center;
}


.therapist h1 {
color: #000;
font-family: Lato;
font-size: 1.3rem;
font-style: normal;
font-weight: 700;
line-height: 1.75rem; 
}

.therapist img {
    width: 13.1875rem;
height: 13.1875rem;
flex-shrink: 0;
aspect-ratio: 1/1;
}

.therapist-button, .therapist-button2, .therapist-button3, .therapist-button4, .therapist-button5 {
  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 0.9375rem;
  border: 1px solid #989797;
  background: rgba(217, 217, 217, 0.00);
  width: 10.125rem;
  height: 3.4375rem;
  flex-shrink: 0;
  
  color: #000;
  font-family: Lato;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.75rem;
  text-align: center;
}

.therapist-button:hover, .therapist-button2:hover, .therapist-button3:hover, .therapist-button4:hover, .therapist-button5:hover {
border-radius: 0.9375rem;
border: 1px solid #989797;
background: #B6C7A7;
}

.therapist a {
text-decoration: none;
}




.footer {
    border: 1px solid #000;
background: #DDA47B;
width: 100%;
height: 25vh;
position: relative;
top: 6rem;
}

.info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 2rem;
  position: relative;
  left: 4rem;
  top: 6rem;
}

.info {
  position: relative;
  left: 0; 
  top: 3rem;
  padding: 0 2rem;
}

.info img {
  position: relative;

  top: 0;  
  align-self: flex-start;
}


.info-text {
  display: flex;
  gap: 8rem;
  flex-wrap: wrap;
}

.info-text div {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.info h1 {
  font-family: "Playfair Display";
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0;
  font-style: italic;
}

.info p {
  font-family: Lato;
  font-size: 1rem;
  margin: 0;
  line-height: 1.5rem;
}

.info img {
  width: 10.5rem;
  height: auto;
  align-self: flex-start;
  position: relative;
  right: 8rem;
  top: -1rem;
}





