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

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

.thai {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-radius: 1.75rem;
  border: 8px solid #DDA47B;
  background: #F5F5F5;
  width: 34.4375rem;
  height: 21.875rem;
  padding: 1.5rem;
  box-sizing: border-box;
  gap: 1rem;
}

.thai h1,
.thai p,
.thai h2,
.button-container {
  margin: 0;
}

.thai h1 {
    color: #000;
font-family: Lato;
font-size: 1.4rem;
font-style: normal;
font-weight: 700;
line-height: 1.75rem; 
position: relative;
top: 1rem;
}

.thai p {
    color: #000;
font-family: Lato;
font-size: 1rem;
font-style: normal;
font-weight: 500;
line-height: 1.75rem; 
width:100%;
position: relative;
top: 3rem;
}

.thai h2 {
    color: #000;
font-family: Lato;
font-size: 1.2rem;
font-style: normal;
font-weight: 700;
line-height: 1.75rem; 
position: relative;
top: 4.5rem;
}

.thai-content {
  flex: 1;
}

.button-container {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.5rem;
  position: relative;
  top: 5rem;
}

.button-container1,
.button-container2,
.button-container3,

.button-container4,
.button-container5,
.button-container6,

.button-container7,
.button-container8,


.button-container9,
.button-container10

 {
  border-radius: 0.9375rem;
  border: 0.5px solid #989797;
  background: rgba(213, 212, 223, 0.00);
  width: 4.475rem;
  height: 2.4125rem;
  color: #000;
  font-family: Lato;
  font-size: 0.9375rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.button-container {
  display: flex;
  gap: 1rem;
}

.button-with-price {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Buttons */
.button-container1,
.button-container2,
.button-container3 {
  border-radius: 0.9375rem;
  border: 0.5px solid #989797;
  background: rgba(213, 212, 223, 0);
  width: 4.475rem;
  height: 2.4125rem;
  color: #000;
  font-family: Lato;
  font-size: 0.9375rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}


.price {
  margin-top: 0.25rem;
  font-family: Lato;
  font-size: 0.85rem;
  color: #989797;
  font-weight: 600;
  opacity: 0;
  height: 0;
  transition: opacity 0.3s ease;
  pointer-events: none; 
}


.button-container1:hover,
.button-container2:hover,
.button-container3:hover,
.button-container4:hover,
.button-container5:hover,
.button-container6:hover,
.button-container7:hover,
.button-container8:hover,
.button-container9:hover,
.button-container10:hover
 {
  background-color: #B6C7A7;
  color: #fff;
}

.button-link {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}



.button-with-price:hover .price {
  opacity: 1;
  height: auto; 
  pointer-events: auto;
}

.button:hover {
background: #B6C7A7;
}


.service-container-right img {
  border-radius: 3.75rem;
  width: 14.4375rem;
  height: 21.875rem;
  object-fit: contain; 
  box-sizing: border-box;
  display: block;
  position: relative;
  top: -2rem;

  
}

.service-container {
  display: flex;
  flex-wrap: wrap;     
  gap: 4rem;          
  justify-content: center; 
}

.thai {

  flex-shrink: 0;
  display: flex;

  box-sizing: border-box;
}

.thai-content {
  flex: 1;
  padding-right: 1rem;
}

.service-container-right2 img {
    position: relative;
    left: 1.5rem;
     border-radius: 3.75rem;
  width: 14.4375rem;
  height: 21.875rem;
  object-fit: contain; 
  box-sizing: border-box;
  display: block;
  top:-2rem;
}




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





