.hero-section {
  height: 70vh;
  background: url("../Home/Hero\ image.png");
  background-repeat: no-repeat;
  background-size: 100%;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 0;
}

.hero-section>p {
  text-align: center;
}

.hero-button {
  display: flex;
  flex-direction: row;
  width: 30%;
  gap: 20px;
  justify-content: center;
  align-items: center;
}

.hero-section-button {
  background-color: #12b2b2;
  width: 100%;
  text-align: center;
  padding: 4%;
  color: white;
  font-size: bold;
  font-size: 1.3rem;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.hero-section-button:hover {
  border: 1px solid #12b2b2;
  background-color: transparent;
  color: #12b2b2;
}

.service-section {
  color: #1E657E;
  display: flex;
  flex-direction: column;
  height: 70%;
  align-items: center;
  text-align: center;
  margin-top: 5%;
}

.services-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: 1;
  height: 20%;
  width: 80%;
  justify-content: center;
  align-items: center;
  padding: 10px;

}

.services-card {
  box-shadow: 0 5px 10px rgb(0 0 0 / 0.2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 1%;
  min-width: 300px;
  max-width: 300px;
}

.services-card-picture img {
  width: 100%;
  justify-content: center;
  align-items: center;
}

.services-card-words {
  text-align: center;
  height: 150px;
}

.services-card-words h1 {
  font-size: 1.4rem;
  width: 100%;
  margin-top: 5%;
}

.services-card-button {
  flex: 2 1px;
  background-color: #12b2b2;
  width: 100%;
  align-items: center;
  padding: 4%;
  color: white;
  cursor: pointer;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
}

.services-card-button:hover {
  border: 1px solid #12b2b2;
  background-color: transparent;
  color: #12b2b2;
}

.get-in-touch {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 7%;
  background: url(/assets/Home/Contact\ BG.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100px;
  color: white;
}

.get-in-touch-button {
  color: #12b2b2;
  background-color: white;
  padding: 0;
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-container {
  color: #1E657E;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin: 5%;
  height: fit-content;
}

.contact-detail-container {
  display: flex;
  flex-direction: column;
  justify-content: start;
  height: 100%;
  line-height: 55px;
}

.Get-In-Touch-container {
  display: flex;
  justify-content: start;
  flex-direction: column;
  line-height: 40px;
  height: 100%;
}

.contact-form {
  display: flex;
  flex-direction: column;
  width: 30vw;
  justify-content: center;
  align-items: center;
}

.contact-form input {
  height: 50px;
  width: 100%;
  margin: 2%;
  border: 2px #12b2b2 solid;
}

.contact-form textarea {
  border: 2px #12b2b2 solid;
}

.contact-form ::placeholder {
  color: #1E657E;
}

.contact-detail-container img {
  width: 7%;
}

.services-card-button-z {
  display: flex;
  justify-content: center;
  flex: 2 1px;
  background-color: #12b2b2;
  width: 100%;
  align-items: center;
  padding: 4%;
  color: white;
  cursor: pointer;
  border: none;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
}

ul {
  list-style-type: none;
  /* Remove bullets */
  padding: 0;
  /* Remove padding */
  margin: 0;
  /* Remove margins */
}

form {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  padding: 0%;
  margin: 0;
}

@media only screen and (max-width: 768px) {
  .contact-detail-container img {
    width: 6%;
  }

  .contact-form {
    width: 90vw;
  }

  textarea {
    width: 90vw;
  }

  .contact-detail-container {
    width: 90vw;
  }

  .contact-detail-container li {
    font-size: 75%;
  }

  iframe {
    width: 90vw;
  }

  .hero-section {
    background: url("../Home/Hero\ image.png");
    background-repeat: no-repeat;
    background-size: cover;
  }

  .hero-button {
    flex-direction: column;
    flex-wrap: wrap;
    width: 90%;
    max-width: 200px;
    gap: 10px;
  }

  .hero-section>p {
    text-align: center;
    margin: 5%;
  }

  .get-in-touch {
    flex-direction: row;
    justify-content: space-between;
    padding: 1%;
    background: url(/assets/Home/Contact\ BG.png);
    background-size: cover 50%;
    height: 100px;
    font-size: 4.5em;
  }

  .get-in-touch h1 {
    font-size: 1.5rem;
  }

  .get-in-touch h2 {
    font-size: 1.2rem;
  }

  .get-in-touch-button {
    color: #12b2b2;
    background-color: white;
    width: 40%;
    padding: 1%;
  }
}