/* Base styles */
body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
}

/* Logo */
.logo {
  width: 230px;
  height: auto;
  padding: 0;
  margin: 0;
  top: 0;
  left: 0;
}

/* Massage section */
.thaise_massage {
  background-color: #294b32;
  color: rgb(215, 212, 212);
}

.thaise_massage_img_div {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 10px;
}

.thaise_massage_img {
  width: 100%;
  max-width: 300px;
  height: auto;
  margin: 10px;
  border-radius: 40px;
  padding: 20px;
}

.thaise_massage_text {
  max-width: 1000px;
  margin: auto;
  padding: 20px;
  padding-top: 0;
  font-size: 18px;
  line-height: 1.5;
}

/* Title */
.title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 60px;
  text-align: center;
  flex-wrap: wrap;
  margin: 20px 10px;
}

/* Diensten section */
.diensten_div {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-direction: row;
}

.diensten {
  display: flex;
  width: 100%;
  background-color: #f4f4f4;
  color: #333;
  text-align: center;
  justify-content: center;
  text-decoration: none;
  flex-direction: column;
  border-radius: 15px;
  padding: 20px;
}

.diensten_list {
  list-style-type: none;
  padding: 0;
  font-size: 23px;
  margin: 0;
}

/* Profile section */
.nang_img {
  width: 200px;
  height: 250px;
  border-radius: 50%;
  display: block;
  margin: 20px auto;
  object-fit: cover;
}

.wie_ben_ik {
  max-width: 800px;
  margin: auto;
  padding: 20px;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}

/* Huis image */
.huis {
  width: 50%;

  height: auto;
  display: block;
  margin: 0 auto;
}

/* -------------------- */
/* Responsive Breakpoints */
/* -------------------- */

/* Tablets (≤ 1024px) */
@media (max-width: 1024px) {
  .title {
    font-size: 45px;
  }

  .thaise_massage_text {
    font-size: 17px;
  }

  .diensten_list {
    font-size: 21px;
  }
}

/* Mobile (≤ 768px) */
@media (max-width: 768px) {
  .logo {
    width: 180px;
  }

  .title {
    font-size: 35px;
  }

  .thaise_massage_img {
    max-width: 250px;
    padding: 10px;
  }

  .thaise_massage_text,
  .wie_ben_ik {
    font-size: 16px;
    padding: 15px;
  }

  .diensten_div {
    flex-direction: column;
    align-items: center;
  }

  .diensten {
    max-width: 90%;
  }

  .nang_img {
    width: 160px;
    height: 200px;
  }
}

/* Small mobile (≤ 480px) */
@media (max-width: 480px) {
  .title {
    font-size: 28px;
  }

  .thaise_massage_img {
    max-width: 200px;
  }

  .diensten_list {
    font-size: 18px;
  }

  .thaise_massage_text,
  .wie_ben_ik {
    font-size: 15px;
  }

  .logo {
    width: 150px;
  }
}
