.dropdown-menu a:hover {
  /* could remove */
  background-color: rgb(231, 202, 148);
}

#navbackground,
.dropdown-menu {
  /* could remove dropdown */
  background-color: rgb(245, 197, 108);
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.container {
  min-height: calc(100vh - 60px);
  /* Adjust this value to match the height of your footer */
  padding-bottom: 60px;
  /* Make space for the footer */
  box-sizing: border-box;
}

.footer {
  background-color: rgb(255, 184, 53);
  width: 100%;
  bottom: 0;
  left: 0;
  height: 80px;
  /* Adjust height if necessary */
  padding-bottom: 10px;
  position: relative;
}

/* Clear floats for the container */
.container::after {
  content: "";
  display: table;
  clear: both;
}

#footertext {
  color: white;
  padding-right: 100px;
  text-align: right;
  padding-top: 25px;
}

.nav-link {
  font-size: 20px;
  color: white;
}

.whitetext {
  color: white
}

.image {
  width: 10%;
}

.column {
  width: 66%;
}


.testimonial {
  font-size: 16px;
}

.testimonial_color {
  color: darkblue;
}

.person {
  display: flex;
  align-items: flex-start;
  /* Aligns the items at the top */
  gap: 20px;
  /* Adds some space between the image and the text */
}

#peoplephoto {
  width: 150px;
  /* Adjust the size of the image */
  height: auto;
  margin-right: 20px;
  /* Adds space between the image and the text */
}

.peopletext {
  flex: 1;
  /* Makes the text container take up the remaining space */
  text-align: left;
}

#Toi_Mai {
  width: 150px;
  /* Adjust the image size to fit nicely beside the text */
  height: auto;
}

.text {
  margin-top: 10px;
}

#logo {
  width: 22%;
  padding: 1px;
  display: block;
  float: right;
  margin-left: auto;
  margin-right: auto;
}

#nature,
#naturepeople {
  width: 20%;
  padding: 1px;
  display: block;
  float: right;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  /* Add some space between the logo and nature image */
  margin-left: 10px;
  clear: both;
  /* Ensures it goes below the logo */
}

#naturetestimonials {
  width: 20%;
  padding: 1px;
  display: block;
  float: right;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  /* Add some space between the logo and nature image */
  margin-left: 10px;
  clear: both;
  /* Ensures it goes below the logo */
}

#bottomnature {
  width: 25%;
  height: auto;
  margin-left: 40px;
  margin-right: 30px;
}

.naturecolumn {
  width: 100%;
}

body {
  font-family: "Ebrima";
}

h2 {
  color: rgb(56, 108, 58);
}

.testimonialtitle p {
  line-height: 10px;
  text-align: right;
}


p,
.list {
  text-align: left;
  font-size: 18px;
}

#background {
  background-color: rgb(255, 242, 218);
  /*background-color: white;*/
}

.active {
  background-color: rgb(231, 202, 148);
}

li a:hover {
  background-color: rgb(231, 202, 148);

}

* {
  box-sizing: border-box;
}

.mobile-info {
  display: none;
  margin-top: 10px;
}

/* Table styling */
table {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 110%;
}

td,
th {
  border: 1px solid #ddd;
  padding: 8px;
  vertical-align: top;
}

th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #587D49;
  opacity: 0.85;
  color: white;
}


@media screen and (max-width: 1199.20px) {
  .column {
    width: 75%;
  }

  table {
    width: 100%;
  }

  .naturecolumn {
    width: 100%;
  }

  #bottomnature {
    margin-right: 10px;
  }

  #footertext {
    color: white;
    padding-right: 0px;
    text-align: center;
  }
}

@media screen and (max-width: 991.20px) {
  .column {
    width: 75%;
  }

  table {
    width: 90%;
  }

  .naturecolumn {
    width: 100%;
  }

  #bottomnature {
    margin-right: 10px;
  }

  #naturetestimonials {
    width: 25%;
    height: auto;
  }

  #homepage {
    padding-top: 10px;
  }

  #footertext {
    color: white;
    padding-right: 0px;
    text-align: center;
  }

  .person {
    flex-direction: column;
    /* Stack the image and text vertically */
    align-items: left;
    /* Center align items in the column */
    text-align: center;
    /* Center the text below the image */
  }

  #nature {
    width: 25%;
    height: auto;
  }

  #naturepeople {
    width: 22%;
    height: auto;
  }

  .peopletext {
    text-align: center;
    /* Center the text */
  }

  #logo {
    width: 28%;
    padding: 1px;
    display: block;
    float: right;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767.20px) {
  .column {
    width: 100%;
  }

  .naturecolumn {
    width: 100%;
  }

  #bottomnature {
    width: 27%;
    margin-left: 10px;
    margin-right: 10px;
  }

  .person {
    flex-direction: column;
    /* Stack the image and text vertically */
    align-items: left;
    /* Center align items in the column */
    text-align: center;
    /* Center the text below the image */
  }

  #nature {
    width: 35%;
    height: auto;
  }

  #naturetestimonials {
    display: none;
  }

  #naturepeople {
    width: 31%;
    height: auto;
  }

  .peopletext {
    width: 100%;
  }

  #logo {
    width: 40%;
    padding: 1px;
    display: block;
    float: right;
    margin-left: auto;
    margin-right: auto;
  }

  .toptext {
    width: 60%;
  }

}

@media screen and (max-width: 481.60px) {

  .peopletext {
    width: 100%;
  }

  #bottomnature {
    margin-left: 5px;
    margin-right: 5px;
  }

}

@media screen and (max-width: 297.60px) {

  .peopletext {
    width: 100%;
    /* Ensure it fits within its container */
    max-width: 100%;
    /* Constrain width to the container */
    text-align: center;
    /* Center the text on small screens */
  }

  #bottomnature {
    margin-left: 0px;
    margin-right: 0px;
  }

}

/* Responsive behavior */
@media screen and (max-width: 575.6px) {

  /* Hide Information column */
  .info-column {
    display: none;
  }

  /* Show the mobile info inside Client column */
  .mobile-info {
    display: block;
  }
}