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;
}

.booking-wrapper {
  display: flex;
  justify-content: center; 
  align-items: flex-start; 
  gap: 2rem; 
  margin-top: 11.5rem; 
}



.booking-container {
width: 65rem;
height: 29.0925rem;
flex-shrink: 0;
border-radius: 3.75rem;
border: 8px solid #DDA47B;
background: white;
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25), 0px 40px 30px 0px rgba(0, 0, 0, 0.06), 0px 22px 17px 0px rgba(0, 0, 0, 0.06), 0px 12px 40px 0px rgba(0, 0, 0, 0.02);
position: relative;
top: 1.5rem
}

.booking-container h1 {
    font-family: "Lato";
    font-size: 1.5rem;
    position: relative;
    top: 0.9rem;
    left: 2rem;
}

.booking-form {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.form-row {
  display: flex;
  gap: 1.5rem;
}

.form-group {
  display: flex;
  flex-direction: column;
  flex: 1; /* Make inputs same size in row */
}

.form-group label {
  margin-bottom: 0.5rem;
  font-weight: 600;
  font-family: "Lato";
}

.form-group input,
.form-group textarea {
  padding: 0.75rem;
border-radius: 0.9375rem;
border: 1px solid #BBB;
background: white;
  font-size: 1rem;
  font-family: "Lato";
}

.form-group textarea {
  resize: vertical;
  min-height: 100px;
}



.selected-date-display {

  width: 9rem !important;
  height: 22rem;
  padding: 4.5rem;
  background-color: var(--c-bg-tertiary);
  border: 8px solid #DDA47B;
  border-radius: 3.75rem;
  font-size: 1rem;
  font-family: "Lato";
  font-weight: 400;
  color: var(--c-text-primary);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25), 0px 40px 30px 0px rgba(0, 0, 0, 0.06), 0px 22px 17px 0px rgba(0, 0, 0, 0.06), 0px 12px 40px 0px rgba(0, 0, 0, 0.02);
  position: relative;
  padding-bottom: 3rem;
  background: white;
  position: relative;
  top: 1.5rem;
  

 
}

.selected-date-display p {
  display: flex;
  flex-direction: column;
  gap: 1.5rem; 
  margin: 0; 
  position: relative;
  top: -2rem;

}

.book-now {
  border-radius: 0.9375rem;
  border: 3px solid #DDA47B;
  background: rgba(221, 164, 123, 0);
  width: 9rem;
  height: 3.7rem;
  flex-shrink: 0;
  color: #000;
  font-family: Lato, sans-serif;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
position: relative;
top: -1rem;
text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.book-now:hover {
  background-color: #B6C7A7;
  color: white; 

}


.selected-date-a {
  text-decoration: none;
}






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

.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;
}







