/* Style for the image container */
.bigimg {
  position: relative;
  width: 100%;
  overflow: hidden; /* Ensure no overflow if image is larger */
}

/* Ensure the image covers the entire width */
#banner {
  width: 100%;
  height: auto;
  display: block;
}
.mobile {
  display: none;
}
.main-content {
  padding-bottom: 50px;
}
.bigimg-righttext {
  background-color: rgba(255, 255, 255, 0.75);
  font-weight: bold;
  padding: 10px;
  width: 500px;
  height: 270px;
  justify-items: center;
  text-align: center;
  margin-top: 70px;
  margin-left: 120px;
  flex-wrap: nowrap;
  font-weight: lighter;
}
.big-img-rightext-content {
  padding: 20px;
}
.bigimg-righttext h2 {
  color: #00adf0;
  line-height: 10px;
  font-size: 40px;
}

.move {
  font-size: 40px;
  color: #00adf0;
  font-weight: bold;
}

.condi {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
  width: 100%;
}

.condi img {
  height: auto;
  width: 300px;
  display: block;
  margin: 0 auto;
}

.condi h2 {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.condi p {
  text-align: center;
  max-width: 800px;
  margin: 20px auto;
  padding: 0 20px;
}

.condi button {
  margin: 20px auto;
}
.condi a:visited {
  text-decoration: none;
  decoration: none;
}
.condi li {
  list-style-type: none;
  line-height: 40px;
}

.bigimg-lefttext {
  margin-top: 70px;
  font-family: "Arial Black", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.blue-text {
  color: #64aadf;
  font-size: 35px;
}
.grey-text {
  color: #6e6866;
  font-size: 25px;
}

.allbanner {
  width: 100vw;
  height: 500px;
  background-image: url(/Media/76765FDB-4C61-4463-8BEF-42CF60E93E9D.jpeg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
}
.bookbtn {
  background-color: #64a6da;
  color: white;
  margin-right: auto;
  font-size: 14px;
  border: none;
  box-shadow: none;
  margin-bottom: -20px;
  min-width: 100px;
}

.btn {
  margin-right: auto;
  font-size: 14px;
  border: none;
  box-shadow: none;
  margin-bottom: -20px;
  min-width: 100px;
}
#callbtn {
  background-color: #64da83;
}

#findbtn {
  background-color: #64a6da;
}
.beginningTxt {
  padding-top: 70px;
  text-align: center;
  color: #64aadf;
  font-size: large;
}

.bookmain a {
  color: #fff; /* Ensure link text is white */
  text-decoration: none; /* Remove underline from link */
}

/* Optional: Add some styling on hover */
.bookmain:hover {
  background-color: #333; /* Darker background on hover */
}

.thumbnailContainer {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.thumbnailContainer > div {
  flex: 50%;
}

.thumbnail {
  margin-top: 10px;
  box-sizing: border-box;
  text-align: left; /* Center align text below each thumbnail */
  padding: 10px;
}

.thumb {
  width: 100%; /* Ensure the image fits the container */
  height: auto; /* Maintain aspect ratio */
  max-width: 600px; /* Adjust the max width of the image */
  border: solid 5px #ebebeb;
}
.ThumbButton {
  background-color: white;
  color: #64a6da;
  border-radius: 2px;
}

h3,
p {
  margin: 10px 0; /* Add spacing around the text */
}

.meetTeam {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
  width: 100%;
}

.meetbutton {
  background-color: white;
  color: #64a6da;
}

.meetTeam img {
  height: auto;
  width: 300px;
  display: block;
  margin: 0 auto;
}

.meetTeam h2 {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.meetTeam p {
  text-align: center;
  max-width: 800px;
  margin: 20px auto;
  padding: 0 20px;
}

.meetTeam button {
  margin: 20px auto;
}
.meetTeam a:visited {
  text-decoration: none;
  decoration: none;
}
.meetTeam li {
  list-style-type: none;
  line-height: 40px;
}

.link {
  color: #64a6da;
  text-decoration: none;
}

.peter {
  height: auto;
  width: 300px;
}

.icon {
  height: 20px;
  width: auto;
  margin-left: -30px;
  margin-right: 10px;
  margin-bottom: -2px;
}

.tile-container {
  display: flex;
  justify-content: center; /* Center tiles horizontally */
  margin-top: -60px;
  gap: 20px;
}
.list-of-benefits {
  list-style-type: disc; /* Ensures bullet points */
  margin-left: 20px; /* Adds indentation */
  padding-left: 20px; /* Adds padding for better alignment */
}

.list-of-benefits li {
  list-style-type: disc !important; /* Force bullet points */
  margin-left: 20px; /* Add indentation */
}

.condi li:not(.list-of-benefits li) {
  list-style-type: none; /* Exclude bullet points for other lists in .condi */
}
.tile {
  display: flex;
  flex-direction: column;
  background-color: #449ae5;
  color: #ffffff;
  border-radius: 10px;
  box-shadow: 5px 10px #d3d3d3;
  padding: 12px;
  width: 450px;
  height: 240px;
  justify-content: space-between; /* Pushes content apart */
}
.tile p {
  font-size: 15px;
}
.tile h3 {
  font-size: 20px;
  text-align: left;
  font-weight: bolder;
  text-transform: uppercase;
}
.tile img {
  height: 75px;
  width: 75px;
}

.tile-button {
  padding: 10px 20px;
  background-color: #ffffff;
  color: #449ae5;
  text-decoration: none;
  border-radius: 5px;
  font-size: larger;
  text-align: center;
  color: black;
  width: 200px;
  margin-top: auto; /* Pushes button to the bottom */
  border: solid #449ae5 1px;
}
.tile-button:hover {
  background-color: #449ae5;
  color: #fff;
  border: solid #fff 1px;
}

.tile-icon {
  margin-top: 10px;
}

.service-tile-text {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 10px;
  color: #363636;
  margin-bottom: 50px;
}
.service-tile-text h2 {
  font-size: 60px;
  font-weight: bolder;
}
.service-tile-text h3 {
  font-size: 20px;
  font-weight: lighter;
}
.service-tile-container {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  place-content: center;
}

.service-tile {
  display: flex;
  flex-direction: column;
  background-color: #e9f3fc;
  color: #363636;
  border-radius: 10px;
  padding: 12px;
  width: 300px;
  height: 230px;
  text-align: center;
  align-items: center;
}

.service-tile h3 {
  font-size: 25px;
  font-weight: bolder;
}
.service-tile p {
  font-size: 15px;
  text-align: left;
}
.service-tile a {
  color: #363636;
}

.service-tile img {
  height: 75px;
  width: 75px;
}

@media (max-width: 768px) {
  .thumbnail {
    flex: 1 1 auto; /* Allow each thumbnail to take full width */
  }
}

@media (max-width: 1058px) {
  .expect-box h3 {
    text-align: center;
  }

  .expect-box p {
    text-align: center;
  }

  .expecttions {
    text-align: center;
  }

  .allbanner {
    background-position: left center; /* Change position for mobile */
  }

  .meetTeam {
    justify-items: center;
  }

  .meetTeam p {
    width: 90%;
    max-width: none;
  }

  .bigimg-lefttext {
    display: none;
  }

  .bigimg-righttext {
    margin: 0;
    padding: 30px;
    height: auto;
    background: none;
    color: #64a6da;
    font-size: larger;
    text-align: left;
    line-height: 10px;
  }

  .bigimg-righttext h2 {
    font-size: 60px;
    white-space: nowrap;
    color: #00adf0;
  }

  .bigimg-righttext h3 {
    line-height: 20px;
    color: #6e6e6e;
  }
  .move {
    font-size: 60px;
    white-space: nowrap;
    color: #00adf0;
  }

  .bookbtn {
    margin-top: 30px;
    color: #333;
    border-radius: 5px;
    background-color: white;
    height: 40px;
    width: 200px;
  }

  .thumbnailContainer {
    display: flex;
    flex-wrap: wrap;
    justify-items: center;
    text-align: center;
  }

  .thumbnailContainer div {
    flex: 100%;
  }

  .expect-box {
    width: 90%;
  }

  .expecttions h1 {
    text-align: center;
  }

  .expect-box div {
    flex: 0 0 100%;
    margin-top: 90px;
    text-align: left;
  }

  .mobile {
    display: flex;
    flex-wrap: wrap;
    justify-items: center;
    padding: 30px;
    padding-bottom: 0;
    line-height: 50px;
  }

  .mobile h2 {
    font-size: 50px;
    color: #64a6da;
  }

  .mobile div {
    flex: 100%;
  }

  .mobile h1 {
    text-align: left;
    font-size: 55px;
    line-height: 50px;
  }

  .list-of-benefits {
    list-style-type: disc; /* Ensures bullet points */
    margin-left: 20px; /* Adds indentation */
    padding-left: 20px; /* Adds padding for better alignment */
  }

  .list-of-benefits li {
    list-style-type: disc !important; /* Force bullet points */
    margin-left: 20px; /* Add indentation */
  }

  .condi li:not(.list-of-benefits li) {
    list-style-type: none; /* Exclude bullet points for other lists in .condi */
  }

  .mobile h3 {
    margin-top: -20px;
    text-align: left;
    font-size: 30px;
  }

  .tile-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: -110px;
  }

  .tile {
    max-width: 85%;
    width: 100%;
  }

  .service-tile-text {
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
    margin: 5px;
    align-items: start;
    gap: 0; /* Removed gap property */
  }

  .service-tile-text h2 {
    line-height: 50px;
    margin-bottom: 5px;
    margin-top: 0; /* Added to remove top margin */
    font-size: 50px;
  }

  .service-tile-text h3 {
    font-size: 18px;
    line-height: 20px;
    text-align: left;
    margin-top: 10px; /* Changed from 5px to 0 */
    margin-bottom: 5px; /* Added to control bottom spacing */
  }

  /* Target specifically the first h3 */
  .service-tile-text h3:first-of-type {
    margin-bottom: 20px; /* Remove bottom margin from first h3 */
  }
}
